resource_skus_skus
Creates, updates, deletes, gets or lists a resource_skus_skus
resource.
Overview
Name | resource_skus_skus |
Type | Resource |
Id | azure.data_migration.resource_skus_skus |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of SKU. |
apiVersions | array | The api versions that support this SKU. |
capabilities | array | A name value pair to describe the capability. |
capacity | object | Describes scaling information of a SKU. |
costs | array | Metadata for retrieving price info. |
family | string | The Family of this particular SKU. |
kind | string | The Kind of resources that are supported in this SKU. |
locations | array | The set of locations that the SKU is available. |
resourceType | string | The type of resource the SKU applies to. |
restrictions | array | The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. |
size | string | The Size of the SKU. |
tier | string | Specifies the tier of DMS (classic) in a scale set. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | The skus action returns the list of SKUs that DMS (classic) supports. |
SELECT
examples
The skus action returns the list of SKUs that DMS (classic) supports.
SELECT
name,
apiVersions,
capabilities,
capacity,
costs,
family,
kind,
locations,
resourceType,
restrictions,
size,
tier
FROM azure.data_migration.resource_skus_skus
WHERE subscriptionId = '{{ subscriptionId }}';