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