OperationStatus Class

The status of the long running operation.

Inheritance
OperationStatus

Constructor

OperationStatus(*, status: Optional[azure.mgmt.costmanagement.models._models_py3.Status] = None, report_url: Optional[str] = None, valid_until: Optional[datetime.datetime] = None, **kwargs)

Parameters

status
Status
Required

The status of the long running operation.

report_url
str
Required

The URL to download the generated report.

valid_until
datetime
Required

The time at which report URL becomes invalid.