az quota request status

注意

此參考是 Azure CLI 配額延伸模組的一部分 (2.54.0 版或更高版本)。 擴充功能會在您第一次執行 az quota request status 命令時自動安裝。 深入了解擴充功能。

使用配額管理配額要求狀態。

命令

名稱 Description 類型 狀態
az quota request status list

針對指定的範圍,取得在進行時結束一年期間目前的配額要求。 使用 oData 篩選準則來選取配額要求。

副檔名 GA
az quota request status show

依特定位置資源提供者資源的配額要求識別碼,取得配額要求詳細資料和狀態。 配額要求識別碼 識別碼 會在 PUT 作業的回應中傳回。

副檔名 GA

az quota request status list

針對指定的範圍,取得在進行時結束一年期間目前的配額要求。 使用 oData 篩選準則來選取配額要求。

az quota request status list --scope
                             [--filter]
                             [--skip-token]
                             [--top]

範例

QuotaRequestHistory

az quota request status list --scope "subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus"

必要參數

--scope

目標 Azure 資源 URI。

選擇性參數

--filter

套用至封包擷取要求的篩選。 可以套用多個篩選。

--skip-token

只有在先前的作業傳回部分結果時,才會使用 SkipToken。 如果先前的回應包含 nextLink 元素,則 nextLink 元素的值會包含 skipToken 參數,指定用於後續呼叫的起點。

--top

要傳回的記錄筆數。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az quota request status show

依特定位置資源提供者資源的配額要求識別碼,取得配額要求詳細資料和狀態。 配額要求識別碼 識別碼 會在 PUT 作業的回應中傳回。

az quota request status show --name
                             --scope

範例

ShowQuotaRequest

az quota request status show --name "00000000-0000-0000-0000-000000000000" --scope "subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus"

必要參數

--name

配額要求識別碼。

--scope

目標 Azure 資源 URI。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。