catalogs
Creates, updates, deletes, gets or lists a catalogs
resource.
Overview
Name | catalogs |
Type | Resource |
Id | azure.reservations.catalogs |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of sku |
billingPlans | object | The billing plan options available for this sku. |
capabilities | array | |
locations | array | |
msrp | object | Pricing information about the sku |
resourceType | string | The type of resource the sku applies to. |
restrictions | array | |
size | string | The size of this sku |
skuProperties | array | |
terms | array | Available reservation terms for this resource |
tier | string | The tier of this sku |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | subscriptionId |
SELECT
examples
SELECT
name,
billingPlans,
capabilities,
locations,
msrp,
resourceType,
restrictions,
size,
skuProperties,
terms,
tier
FROM azure.reservations.catalogs
WHERE subscriptionId = '{{ subscriptionId }}';