CostDetailsOperationResults interface
長時間執行作業的結果,以取得成本詳細數據 Api。
屬性
| blob |
Blob 總數。 |
| blobs | 此作業所產生的 Blob 資訊清單。 |
| byte |
所有 Blob 中的位元組總數。 |
| compress |
這是壓縮格式的數據。 |
| data |
報表的數據格式 |
| error | 錯誤的詳細數據。 |
| id | 長時間執行作業的標識碼。 |
| manifest |
指令清單版本。 |
| name | 長時間執行作業的名稱。 |
| request |
成本詳細數據呼叫中提供的要求承載主體 |
| request |
要求的要求範圍。 |
| status | 成本詳細數據作業的狀態 |
| type | 長時間執行作業的類型。 |
| valid |
報表 URL 在 UTC 中變成無效/到期的時間,例如 2020-12-08T05:55:59.4394737Z。 |
屬性詳細資料
blobCount
Blob 總數。
blobCount?: number
屬性值
number
blobs
byteCount
所有 Blob 中的位元組總數。
byteCount?: number
屬性值
number
compressData
這是壓縮格式的數據。
compressData?: boolean
屬性值
boolean
dataFormat
報表的數據格式
dataFormat?: string
屬性值
string
error
id
長時間執行作業的標識碼。
id?: string
屬性值
string
manifestVersion
指令清單版本。
manifestVersion?: string
屬性值
string
name
長時間執行作業的名稱。
name?: string
屬性值
string
requestBody
成本詳細數據呼叫中提供的要求承載主體
requestBody?: GenerateCostDetailsReportRequestDefinition
屬性值
requestScope
要求的要求範圍。
requestScope?: string
屬性值
string
status
成本詳細數據作業的狀態
status?: string
屬性值
string
type
長時間執行作業的類型。
type?: string
屬性值
string
validTill
報表 URL 在 UTC 中變成無效/到期的時間,例如 2020-12-08T05:55:59.4394737Z。
validTill?: Date
屬性值
Date