CostDetailsOperationResults interface
The result of the long running operation for cost details Api.
Properties
blob |
The total number of blobs. |
blobs | List of blob information generated by this operation. |
byte |
The total number of bytes in all blobs. |
compress |
Is the data in compressed format. |
data |
The data format of the report |
error | The details of the error. |
id | The id of the long running operation. |
manifest |
The Manifest version. |
name | The name of the long running operation. |
request |
The request payload body provided in Cost Details call |
request |
The request scope of the request. |
status | The status of the cost details 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
blobCount
The total number of blobs.
blobCount?: number
Property Value
number
blobs
byteCount
The total number of bytes in all blobs.
byteCount?: number
Property Value
number
compressData
Is the data in compressed format.
compressData?: boolean
Property Value
boolean
dataFormat
The data format of the report
dataFormat?: string
Property Value
string
error
id
The id of the long running operation.
id?: string
Property Value
string
manifestVersion
The Manifest version.
manifestVersion?: string
Property Value
string
name
The name of the long running operation.
name?: string
Property Value
string
requestBody
The request payload body provided in Cost Details call
requestBody?: GenerateCostDetailsReportRequestDefinition
Property Value
requestScope
The request scope of the request.
requestScope?: string
Property Value
string
status
The status of the cost details operation
status?: 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