az reservations catalog
Note
This reference is part of the reservation extension for the Azure CLI (version 2.50.0 or higher). The extension will automatically install the first time you run an az reservations catalog command. Learn more about extensions.
Command group 'reservations' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Reservations catalog.
Commands
Name | Description | Type | Status |
---|---|---|---|
az reservations catalog show |
Get catalog of available reservation. |
Extension | Preview |
az reservations catalog show
Command group 'reservations' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get catalog of available reservation.
az reservations catalog show --subscription-id
[--filter]
[--location]
[--offer-id]
[--plan-id]
[--publisher-id]
[--reserved-resource-type]
Examples
Get catalog of VM reservation skus
az reservations catalog show --subscription-id 7a802e4f-129c-4574-9b46-638f17b60dd5 --location eastus --reserved-resource-type VirtualMachines
Required Parameters
Subscription id.
Optional Parameters
May be used to filter by Catalog properties. The filter supports 'eq', 'or', and 'and'.
Filters the skus based on the location specified in this parameter. This can be an azure region or global.
Offer id used to get the third party products.
Plan id used to get the third party products.
Publisher id used to get the third party products.
The type of the resource for which the skus should be provided.
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.
Azure CLI