AsyncOperationResult Class
Result of a long running operation.
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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python