Share via


az quota request status

Note

This reference is part of the quota extension for the Azure CLI (version 2.54.0 or higher). The extension will automatically install the first time you run an az quota request status command. Learn more about extensions.

Manage quota request status with quota.

Commands

Name Description Type Status
az quota request status list

For the specified scope, get the current quota requests for a one year period ending at the time is made. Use the oData filter to select quota requests.

Extension GA
az quota request status show

Get the quota request details and status by quota request ID for the resources of the resource provider at a specific location. The quota request ID id is returned in the response of the PUT operation.

Extension GA

az quota request status list

For the specified scope, get the current quota requests for a one year period ending at the time is made. Use the oData filter to select quota requests.

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

Examples

QuotaRequestHistory

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

Required Parameters

--scope

The target Azure resource URI.

Optional Parameters

--filter

The filter that is applied to packet capture request. Multiple filters can be applied.

--skip-token

SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.

--top

Number of records to return.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az quota request status show

Get the quota request details and status by quota request ID for the resources of the resource provider at a specific location. The quota request ID id is returned in the response of the PUT operation.

az quota request status show --name
                             --scope

Examples

ShowQuotaRequest

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

Required Parameters

--name

Quota request ID.

--scope

The target Azure resource URI.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.