AgentPoolDeleteMachinesParameter Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| AgentPoolDeleteMachinesParameter() |
Initializes a new instance of the AgentPoolDeleteMachinesParameter class. |
| AgentPoolDeleteMachinesParameter(IList<String>) |
Initializes a new instance of the AgentPoolDeleteMachinesParameter class. |
AgentPoolDeleteMachinesParameter()
Initializes a new instance of the AgentPoolDeleteMachinesParameter class.
public AgentPoolDeleteMachinesParameter();
Public Sub New ()
Applies to
AgentPoolDeleteMachinesParameter(IList<String>)
Initializes a new instance of the AgentPoolDeleteMachinesParameter class.
public AgentPoolDeleteMachinesParameter(System.Collections.Generic.IList<string> machineNames);
new Microsoft.Azure.Management.ContainerService.Models.AgentPoolDeleteMachinesParameter : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ContainerService.Models.AgentPoolDeleteMachinesParameter
Public Sub New (machineNames As IList(Of String))