UsageAggregatesListOptionalParams interface
選擇性參數。
- Extends
屬性
aggregation |
|
continuation |
在先前呼叫的回應本文中提供接續權杖字串時使用,以透過大型結果集啟用分頁。 如果沒有,則會根據傳入的資料細微性,從一天/小時開頭擷取資料) (。 |
show |
|
繼承的屬性
abort |
可用來中止要求的訊號。 |
custom |
使用者定義自訂要求標頭,將在傳送要求之前套用。 |
on |
下載進度時引發的回呼。 |
on |
上傳進度時引發的回呼。 |
timeout | 要求在自動終止之前可能需要的毫秒數。 |
屬性詳細資料
aggregationGranularity
Daily
(預設) 會以每日資料細微性傳回資料, Hourly
以每小時的資料細微性傳回資料。 可能的值包括:'Daily'、'Hourly'。 預設值:'Daily'。
aggregationGranularity?: AggregationGranularity
屬性值
continuationToken
在先前呼叫的回應本文中提供接續權杖字串時使用,以透過大型結果集啟用分頁。 如果沒有,則會根據傳入的資料細微性,從一天/小時開頭擷取資料) (。
continuationToken?: string
屬性值
string
showDetails
True
會傳回實例層級詳細資料的使用量資料, false
導致伺服器端匯總的詳細資料較少。 例如,如果您有 3 個網站實例,根據預設,您將會收到 3 行專案以供網站取用。 如果您指定 showDetails = false,資料將會匯總為網站在指定 subscriptionId、meterId、usageStartTime 和 usageEndTime () 期間內網站耗用量的單一明細專案。
showDetails?: boolean
屬性值
boolean
繼承的屬性詳細資料
abortSignal
可用來中止要求的訊號。
abortSignal?: AbortSignalLike
屬性值
繼承自 msRest.RequestOptionsBase.abortSignal
customHeaders
使用者定義自訂要求標頭,將在傳送要求之前套用。
customHeaders?: {[key: string]: string}
屬性值
{[key: string]: string}
繼承自 msRest.RequestOptionsBase.customHeaders
onDownloadProgress
下載進度時引發的回呼。
onDownloadProgress?: (progress: TransferProgressEvent) => void
屬性值
(progress: TransferProgressEvent) => void
繼承自 msRest.RequestOptionsBase.onDownloadProgress
onUploadProgress
上傳進度時引發的回呼。
onUploadProgress?: (progress: TransferProgressEvent) => void
屬性值
(progress: TransferProgressEvent) => void
繼承自 msRest.RequestOptionsBase.onUploadProgress
timeout
要求在自動終止之前可能需要的毫秒數。
timeout?: number
屬性值
number
繼承自 msRest.RequestOptionsBase.timeout