QuotaRequestStatus interface
代表 QuotaRequestStatus 的介面。
方法
get(string, string, Quota |
依特定位置資源提供者資源的配額要求識別碼,取得配額要求詳細資料和狀態。 配額要求識別碼 識別碼 會在 PUT 作業的回應中傳回。 |
list(string, Quota |
針對指定的範圍,取得在進行時結束一年期間的目前配額要求。 使用 oData 篩選來選取配額要求。 |
方法詳細資料
get(string, string, QuotaRequestStatusGetOptionalParams)
依特定位置資源提供者資源的配額要求識別碼,取得配額要求詳細資料和狀態。 配額要求識別碼 識別碼 會在 PUT 作業的回應中傳回。
function get(id: string, scope: string, options?: QuotaRequestStatusGetOptionalParams): Promise<QuotaRequestDetails>
參數
- id
-
string
配額要求識別碼。
- scope
-
string
目標 Azure 資源 URI。 例如: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/
。
這是清單 GET 作業的目標 Azure 資源 URI。 {resourceName}
如果在 之後 /quotas
新增 ,則它是特定資源 GET 作業中的目標 Azure 資源 URI。
選項參數。
傳回
Promise<QuotaRequestDetails>
list(string, QuotaRequestStatusListOptionalParams)
針對指定的範圍,取得在進行時結束一年期間的目前配額要求。 使用 oData 篩選來選取配額要求。
function list(scope: string, options?: QuotaRequestStatusListOptionalParams): PagedAsyncIterableIterator<QuotaRequestDetails, QuotaRequestDetails[], PageSettings>
參數
- scope
-
string
目標 Azure 資源 URI。 例如: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/
。
這是清單 GET 作業的目標 Azure 資源 URI。 {resourceName}
如果在 之後 /quotas
新增 ,則它是特定資源 GET 作業中的目標 Azure 資源 URI。
選項參數。