AsyncOperationResult Class
The azure async operation response.
- Inheritance
-
msrest.serialization.ModelAsyncOperationResult
Constructor
AsyncOperationResult(*, status: str | AsyncOperationState | None = None, error: Errors | None = None, **kwargs)
Parameters
Name | Description |
---|---|
status
Required
|
The async operation state. Possible values include: "InProgress", "Succeeded", "Failed". |
error
Required
|
The operation error information. |
Keyword-Only Parameters
Name | Description |
---|---|
status
Required
|
|
error
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python