AgentPoolsOperationsExtensions.DeleteMachines Method

Definition

Deletes specific machines in an agent pool.

public static Microsoft.Azure.Management.ContainerService.Models.AgentPoolsDeleteMachinesHeaders DeleteMachines(this Microsoft.Azure.Management.ContainerService.IAgentPoolsOperations operations, string resourceGroupName, string resourceName, string agentPoolName, System.Collections.Generic.IList<string> machineNames);
static member DeleteMachines : Microsoft.Azure.Management.ContainerService.IAgentPoolsOperations * string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ContainerService.Models.AgentPoolsDeleteMachinesHeaders
<Extension()>
Public Function DeleteMachines (operations As IAgentPoolsOperations, resourceGroupName As String, resourceName As String, agentPoolName As String, machineNames As IList(Of String)) As AgentPoolsDeleteMachinesHeaders

Parameters

operations
IAgentPoolsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

resourceName
String

The name of the managed cluster resource.

agentPoolName
String

The name of the agent pool.

machineNames
IList<String>

Returns

Applies to