Description | : The skus action returns the list of SKUs that DMS (classic) supports. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.DataMigration/skus
{
subscriptionId:
string
,
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
resourceType:
string
,
name:
string
,
tier:
string
,
size:
string
,
family:
string
,
kind:
string
,
capacity:
{
,
minimum:
integer
,
maximum:
integer
,
default:
integer
,
scaleType:
enum
,
}
locations:
[
,
string
,
]
apiVersions:
[
,
string
,
]
costs:
[
]
,
{
,
meterID:
string
,
quantity:
integer
,
extendedUnit:
string
,
}
capabilities:
[
]
,
{
,
name:
string
,
value:
string
,
}
restrictions:
}
[
]
,
{
,
type:
enum
,
values:
[
,
string
,
]
reasonCode:
enum
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
{
,
code:
string
,
message:
string
,
details:
}
[
,
string
,
]
systemData:
}
{
,
createdBy:
string
,
createdByType:
enum
,
createdAt:
string
,
lastModifiedBy:
string
,
lastModifiedByType:
enum
,
lastModifiedAt:
string
,
}