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
The target Azure resource URI.
Optional Parameters
The filter that is applied to packet capture request. Multiple filters can be applied.
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.
Number of records to return.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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
Quota request ID.
The target Azure resource URI.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.