AsyncOperationResult 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
AsyncOperationResult() |
Initializes a new instance of the AsyncOperationResult class. |
AsyncOperationResult(String, ErrorMessage) |
Initializes a new instance of the AsyncOperationResult class. |
AsyncOperationResult()
Initializes a new instance of the AsyncOperationResult class.
public AsyncOperationResult ();
Public Sub New ()
Applies to
AsyncOperationResult(String, ErrorMessage)
Initializes a new instance of the AsyncOperationResult class.
public AsyncOperationResult (string status = default, Microsoft.Azure.Management.DeviceProvisioningServices.Models.ErrorMessage error = default);
new Microsoft.Azure.Management.DeviceProvisioningServices.Models.AsyncOperationResult : string * Microsoft.Azure.Management.DeviceProvisioningServices.Models.ErrorMessage -> Microsoft.Azure.Management.DeviceProvisioningServices.Models.AsyncOperationResult
Public Sub New (Optional status As String = Nothing, Optional error As ErrorMessage = Nothing)
Parameters
- status
- String
current status of a long running operation.
- error
- ErrorMessage
Error message containing code, description and details
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET