AzureAsyncOperationResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.FrontDoor.Models.Error error = default);
new Microsoft.Azure.Management.FrontDoor.Models.AzureAsyncOperationResult : string * Microsoft.Azure.Management.FrontDoor.Models.Error -> Microsoft.Azure.Management.FrontDoor.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