GenerateDetailedCostReportOperationStatuses interface
The status of the long running operation for cost detailed report.
Properties
download |
The URL to download the generated report. |
end |
The endTime of the operation. |
error | The details of the error. |
expiry |
The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z. NOTE: This property will not be serialized. It can only be populated by the server. |
id | The ID of the long running operation. |
name | The name of the long running operation. |
start |
The startTime of the operation. |
status | The status of the long running operation. |
type | The type of the long running operation. |
valid |
The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z. |
Property Details
downloadUrl
The URL to download the generated report.
downloadUrl?: string
Property Value
string
endTime
The endTime of the operation.
endTime?: string
Property Value
string
error
expiryTime
The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z. NOTE: This property will not be serialized. It can only be populated by the server.
expiryTime?: Date
Property Value
Date
id
The ID of the long running operation.
id?: string
Property Value
string
name
The name of the long running operation.
name?: string
Property Value
string
startTime
The startTime of the operation.
startTime?: string
Property Value
string
status
type
The type of the long running operation.
type?: string
Property Value
string
validTill
The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z.
validTill?: Date
Property Value
Date
Azure SDK for JavaScript