Aracılığıyla paylaş


AzureAsyncOperationResult Constructors

Definition

Overloads

AzureAsyncOperationResult()

Initializes a new instance of the AzureAsyncOperationResult class.

AzureAsyncOperationResult(String, 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(String, Error)

Initializes a new instance of the AzureAsyncOperationResult class.

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

Parameters

status
String

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