AgentPoolsDeleteHeaders Constructors

Definition

Overloads

Name Description
AgentPoolsDeleteHeaders()

Initializes a new instance of the AgentPoolsDeleteHeaders class.

AgentPoolsDeleteHeaders(String)

Initializes a new instance of the AgentPoolsDeleteHeaders class.

AgentPoolsDeleteHeaders(String, String, Nullable<Int32>)

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

Applies to

AgentPoolsDeleteHeaders(String, String, Nullable<Int32>)

Initializes a new instance of the AgentPoolsDeleteHeaders class.

public AgentPoolsDeleteHeaders(string azureAsyncOperation = default, string location = default, int? retryAfter = default);
new Microsoft.Azure.Management.ContainerService.Models.AgentPoolsDeleteHeaders : string * string * Nullable<int> -> Microsoft.Azure.Management.ContainerService.Models.AgentPoolsDeleteHeaders
Public Sub New (Optional azureAsyncOperation As String = Nothing, Optional location As String = Nothing, Optional retryAfter As Nullable(Of Integer) = Nothing)

Parameters

azureAsyncOperation
String
location
String
retryAfter
Nullable<Int32>

Applies to