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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python