sk_us
Creates, updates, deletes, gets or lists a sk_us
resource.
Overview
Name | sk_us |
Type | Resource |
Id | azure.engagement_fabric.sk_us |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the SKU |
locationInfo | array | Locations and zones |
locations | array | The set of locations that the SKU is available |
resourceType | string | The fully qualified resource type |
restrictions | array | The restrictions because of which SKU cannot be used |
tier | string | The price tier of the SKU |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId |
SELECT
examples
SELECT
name,
locationInfo,
locations,
resourceType,
restrictions,
tier
FROM azure.engagement_fabric.sk_us
WHERE subscriptionId = '{{ subscriptionId }}';