skus
Creates, updates, deletes, gets or lists a skus
resource.
Overview
Name | skus |
Type | Resource |
Id | azure.elastic_san.skus |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The sku name. |
capabilities | array | The capability information in the specified SKU. |
locationInfo | array | Availability of the SKU for the location/zone |
locations | array | The set of locations that the SKU is available. This will be supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). |
resourceType | string | The type of the resource. |
tier | string | This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId |
SELECT
examples
SELECT
name,
capabilities,
locationInfo,
locations,
resourceType,
tier
FROM azure.elastic_san.skus
WHERE subscriptionId = '{{ subscriptionId }}';