AgentPoolsCreateOrUpdateHeaders Constructors

Definition

Overloads

Name Description
AgentPoolsCreateOrUpdateHeaders()

Initializes a new instance of the AgentPoolsCreateOrUpdateHeaders class.

AgentPoolsCreateOrUpdateHeaders(String, Nullable<Int32>)

Initializes a new instance of the AgentPoolsCreateOrUpdateHeaders class.

AgentPoolsCreateOrUpdateHeaders()

Initializes a new instance of the AgentPoolsCreateOrUpdateHeaders class.

public AgentPoolsCreateOrUpdateHeaders();
Public Sub New ()

Applies to

AgentPoolsCreateOrUpdateHeaders(String, Nullable<Int32>)

Initializes a new instance of the AgentPoolsCreateOrUpdateHeaders class.

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

Parameters

azureAsyncOperation
String
retryAfter
Nullable<Int32>

Applies to