AgentPoolsDeleteMachinesHeaders 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 |
|---|---|
| AgentPoolsDeleteMachinesHeaders() |
Initializes a new instance of the AgentPoolsDeleteMachinesHeaders class. |
| AgentPoolsDeleteMachinesHeaders(String) |
Initializes a new instance of the AgentPoolsDeleteMachinesHeaders class. |
AgentPoolsDeleteMachinesHeaders()
Initializes a new instance of the AgentPoolsDeleteMachinesHeaders class.
public AgentPoolsDeleteMachinesHeaders();
Public Sub New ()
Applies to
AgentPoolsDeleteMachinesHeaders(String)
Initializes a new instance of the AgentPoolsDeleteMachinesHeaders class.
public AgentPoolsDeleteMachinesHeaders(string location = default);
new Microsoft.Azure.Management.ContainerService.Models.AgentPoolsDeleteMachinesHeaders : string -> Microsoft.Azure.Management.ContainerService.Models.AgentPoolsDeleteMachinesHeaders
Public Sub New (Optional location As String = Nothing)
Parameters
- location
- String