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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET