GenerateDetailedCostReportOperationResult interface
The result of the long running operation for cost detailed report.
Properties
download |
The URL to download the generated report. |
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 ARM resource id of the long running operation. |
name | The name 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
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 ARM resource id of the long running operation.
id?: string
Property Value
string
name
The name of the long running operation.
name?: string
Property Value
string
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