agent_pools_machines
Creates, updates, deletes, gets or lists an agent_pools_machines
resource.
Overview
Name | agent_pools_machines |
Type | Resource |
Id | azure.aks.agent_pools_machines |
Fields
The following fields are returned by SELECT
queries:
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
delete | exec | subscriptionId , resourceGroupName , resourceName , agentPoolName , machineNames |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
agentPoolName | string | The name of the agent pool. |
resourceGroupName | string | The name of the resource group. The name is case insensitive. |
resourceName | string | The name of the managed cluster resource. |
subscriptionId | string (uuid) | The ID of the target subscription. The value must be an UUID. |
Lifecycle Methods
- delete
Accepted
EXEC azure.aks.agent_pools_machines.delete
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@resourceName='{{ resourceName }}' --required,
@agentPoolName='{{ agentPoolName }}' --required
@@json=
'{
"machineNames": "{{ machineNames }}"
}'
;