OperationStatus Class
The status of the long running operation.
Constructor
OperationStatus(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
status
|
The status of the long running operation. Known values are: "Running", "Completed", and "Failed". |
|
properties
|
The properties of the resource generated. |
Attributes
properties
The properties of the resource generated.
properties: _models.PricesheetDownloadProperties | None
status
"Running", "Completed", and "Failed".
status: str | _models.OperationStatusType | None