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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET