ResourceSkuOutput interface
Describes an available Compute SKU.
Properties
| api |
The api versions that support this SKU. |
| capabilities | A name value pair to describe the capability. |
| capacity | Specifies the number of virtual machines in the scale set. |
| costs | Metadata for retrieving price info. |
| family | The Family of this particular SKU. |
| kind | The Kind of resources that are supported in this 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 SKU. |
| resource |
The type of resource the SKU applies to. |
| restrictions | The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. |
| size | The Size of the SKU. |
| tier | Specifies the tier of virtual machines in a scale set. |
Property Details
apiVersions
The api versions that support this SKU.
apiVersions?: string[]
Property Value
string[]
capabilities
A name value pair to describe the capability.
capabilities?: ResourceSkuCapabilitiesOutput[]
Property Value
capacity
Specifies the number of virtual machines in the scale set.
capacity?: ResourceSkuCapacityOutput
Property Value
costs
Metadata for retrieving price info.
costs?: ResourceSkuCostsOutput[]
Property Value
family
The Family of this particular SKU.
family?: string
Property Value
string
kind
The Kind of resources that are supported in this SKU.
kind?: string
Property Value
string
locationInfo
A list of locations and availability zones in those locations where the SKU is available.
locationInfo?: ResourceSkuLocationInfoOutput[]
Property Value
locations
The set of locations that the SKU is available.
locations?: string[]
Property Value
string[]
name
The name of SKU.
name?: string
Property Value
string
resourceType
The type of resource the SKU applies to.
resourceType?: string
Property Value
string
restrictions
The restrictions because of which SKU cannot be used. This is empty if there are no restrictions.
restrictions?: ResourceSkuRestrictionsOutput[]
Property Value
size
The Size of the SKU.
size?: string
Property Value
string
tier
Specifies the tier of virtual machines in a scale set.
Possible Values:
Standard
Basic
tier?: string
Property Value
string