Aracılığıyla paylaş


AzureAsyncOperationResult Constructors

Definition

Overloads

AzureAsyncOperationResult()

Initializes a new instance of the AzureAsyncOperationResult class.

AzureAsyncOperationResult(NetworkOperationStatus, Error)

Initializes a new instance of the AzureAsyncOperationResult class.

AzureAsyncOperationResult()

Initializes a new instance of the AzureAsyncOperationResult class.

public AzureAsyncOperationResult ();
Public Sub New ()

Applies to

AzureAsyncOperationResult(NetworkOperationStatus, Error)

Initializes a new instance of the AzureAsyncOperationResult class.

public AzureAsyncOperationResult (Microsoft.Azure.Management.Network.Fluent.Models.NetworkOperationStatus status = default, Microsoft.Azure.Management.Network.Fluent.Models.Error error = default);
new Microsoft.Azure.Management.Network.Fluent.Models.AzureAsyncOperationResult : Microsoft.Azure.Management.Network.Fluent.Models.NetworkOperationStatus * Microsoft.Azure.Management.Network.Fluent.Models.Error -> Microsoft.Azure.Management.Network.Fluent.Models.AzureAsyncOperationResult
Public Sub New (Optional status As NetworkOperationStatus = Nothing, Optional error As Error = Nothing)

Parameters

status
NetworkOperationStatus

Status of the Azure async operation. Possible values include: 'InProgress', 'Succeeded', 'Failed'

error
Error

Details of the error occurred during specified asynchronous operation.

Applies to