AsyncOperationResult Class
Result of a long running operation.
- Inheritance
-
msrest.serialization.ModelAsyncOperationResult
Constructor
AsyncOperationResult(*, status: str | None = None, error: ErrorMesssage | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
status
|
current status of a long running operation. |
error
|
Error message containing code, description and details. |
Variables
Name | Description |
---|---|
status
|
current status of a long running operation. |
error
|
Error message containing code, description and details. |
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