Skip to main content

sk_us

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

Overview

Namesk_us
TypeResource
Idazure.engagement_fabric.sk_us

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
namestringThe name of the SKU
locationInfoarrayLocations and zones
locationsarrayThe set of locations that the SKU is available
resourceTypestringThe fully qualified resource type
restrictionsarrayThe restrictions because of which SKU cannot be used
tierstringThe price tier of the SKU

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectsubscriptionId

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
subscriptionIdstringSubscription ID

SELECT examples

OK

SELECT
name,
locationInfo,
locations,
resourceType,
restrictions,
tier
FROM azure.engagement_fabric.sk_us
WHERE subscriptionId = '{{ subscriptionId }}' -- required
;