@azure/arm-quota package
類別
AzureQuotaExtensionAPI |
介面
類型別名
LimitJsonObjectUnion | |
LimitType |
定義 LimitType 的值。 服務支援的已知值LimitValue |
QuotaCreateOrUpdateResponse |
包含 createOrUpdate 作業的回應資料。 |
QuotaGetResponse |
包含取得作業的回應資料。 |
QuotaLimitTypes |
定義 QuotaLimitTypes 的值。 服務支援的已知值獨立 |
QuotaListNextResponse |
包含 listNext 作業的回應資料。 |
QuotaListResponse |
包含清單作業的回應資料。 |
QuotaOperationListNextResponse |
包含 listNext 作業的回應資料。 |
QuotaOperationListResponse |
包含清單作業的回應資料。 |
QuotaRequestState |
定義 QuotaRequestState 的值。 服務支援的已知值接受 |
QuotaRequestStatusGetResponse |
包含取得作業的回應資料。 |
QuotaRequestStatusListNextResponse |
包含 listNext 作業的回應資料。 |
QuotaRequestStatusListResponse |
包含清單作業的回應資料。 |
QuotaUpdateResponse |
包含更新作業的回應資料。 |
UsagesGetResponse |
包含取得作業的回應資料。 |
UsagesListNextResponse |
包含 listNext 作業的回應資料。 |
UsagesListResponse |
包含清單作業的回應資料。 |
UsagesTypes |
定義 UsagesTypes 的值。 服務支援的已知值個別 |
列舉
KnownLimitType |
服務接受的 LimitType 已知值。 |
KnownQuotaLimitTypes |
服務的 QuotaLimitTypes 已知值。 |
KnownQuotaRequestState |
服務的 QuotaRequestState 已知值。 |
KnownUsagesTypes |
服務的 UsagesTypes 已知值。 |
函數
get |
|
函式詳細資料
getContinuationToken(unknown)
.value
假設反覆運算器最後一個產生 byPage
,會傳回接續權杖,以便稍後開始從該點分頁。
function getContinuationToken(page: unknown): string | undefined
參數
- page
-
unknown
從反覆運算器存取 value
IteratorResult byPage
的物件。
傳回
string | undefined
後續呼叫期間可傳入 byPage () 的接續權杖。