Skip to main content

catalogs

Creates, updates, deletes, gets or lists a catalogs resource.

Overview

Namecatalogs
TypeResource
Idazure.reservations.catalogs

Fields

NameDatatypeDescription
namestringThe name of sku
billingPlansobjectThe billing plan options available for this sku.
capabilitiesarray
locationsarray
msrpobjectPricing information about the sku
resourceTypestringThe type of resource the sku applies to.
restrictionsarray
sizestringThe size of this sku
skuPropertiesarray
termsarrayAvailable reservation terms for this resource
tierstringThe tier of this sku

Methods

NameAccessible byRequired ParamsDescription
getSELECTsubscriptionId

SELECT examples

SELECT
name,
billingPlans,
capabilities,
locations,
msrp,
resourceType,
restrictions,
size,
skuProperties,
terms,
tier
FROM azure.reservations.catalogs
WHERE subscriptionId = '{{ subscriptionId }}';