Partilhar via


AgentPoolsAbortLatestOperationHeaders Constructors

Definition

Overloads

AgentPoolsAbortLatestOperationHeaders()

Initializes a new instance of the AgentPoolsAbortLatestOperationHeaders class.

AgentPoolsAbortLatestOperationHeaders(String, String)

Initializes a new instance of the AgentPoolsAbortLatestOperationHeaders class.

AgentPoolsAbortLatestOperationHeaders()

Initializes a new instance of the AgentPoolsAbortLatestOperationHeaders class.

public AgentPoolsAbortLatestOperationHeaders ();
Public Sub New ()

Applies to

AgentPoolsAbortLatestOperationHeaders(String, String)

Initializes a new instance of the AgentPoolsAbortLatestOperationHeaders class.

public AgentPoolsAbortLatestOperationHeaders (string location = default, string azureAsyncOperation = default);
new Microsoft.Azure.Management.ContainerService.Models.AgentPoolsAbortLatestOperationHeaders : string * string -> Microsoft.Azure.Management.ContainerService.Models.AgentPoolsAbortLatestOperationHeaders
Public Sub New (Optional location As String = Nothing, Optional azureAsyncOperation As String = Nothing)

Parameters

location
String
azureAsyncOperation
String

Applies to