你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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