ResourceSku interface
A SKU for a resource.
Properties
| capabilities | Name value pairs to describe the capability. |
| family | The family of the SKU. |
| location |
A list of locations and availability zones in those locations where the SKU is available |
| locations | The set of locations that the SKU is available. |
| name | The name of the SKU. |
| resource |
The type of resource the SKU applies to. |
| restrictions | The restrictions of the SKU. |
| size | The size of the SKU. |
| tier | The tier of virtual machines in a scale set |
Property Details
capabilities
Name value pairs to describe the capability.
capabilities?: ResourceSkuCapabilities[]
Property Value
family
The family of the SKU.
family?: string
Property Value
string
locationInfo
A list of locations and availability zones in those locations where the SKU is available
locationInfo: ResourceSkuLocationInfo[]
Property Value
locations
The set of locations that the SKU is available.
locations: string[]
Property Value
string[]
name
The name of the SKU.
name: string
Property Value
string
resourceType
The type of resource the SKU applies to.
resourceType: string
Property Value
string
restrictions
The restrictions of the SKU.
restrictions: ResourceSkuRestrictions[]
Property Value
size
The size of the SKU.
size?: string
Property Value
string
tier
The tier of virtual machines in a scale set
tier?: string
Property Value
string