CatalogSku interface
Details of a commitment plan SKU.
Properties
capabilities | The capability information for the specified SKU. NOTE: This property will not be serialized. It can only be populated by the server. |
capacity | SKU scaling information NOTE: This property will not be serialized. It can only be populated by the server. |
costs | The cost information for the specified SKU. NOTE: This property will not be serialized. It can only be populated by the server. |
locations | Regions where the SKU is available. NOTE: This property will not be serialized. It can only be populated by the server. |
name | SKU name NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
Resource type name NOTE: This property will not be serialized. It can only be populated by the server. |
restrictions | Restrictions which would prevent a SKU from being used. This is empty if there are no restrictions. NOTE: This property will not be serialized. It can only be populated by the server. |
tier | SKU tier NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
capabilities
The capability information for the specified SKU. NOTE: This property will not be serialized. It can only be populated by the server.
capabilities?: SkuCapability[]
Property Value
capacity
SKU scaling information NOTE: This property will not be serialized. It can only be populated by the server.
capacity?: SkuCapacity
Property Value
costs
The cost information for the specified SKU. NOTE: This property will not be serialized. It can only be populated by the server.
costs?: SkuCost[]
Property Value
SkuCost[]
locations
Regions where the SKU is available. NOTE: This property will not be serialized. It can only be populated by the server.
locations?: string[]
Property Value
string[]
name
SKU name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
resourceType
Resource type name NOTE: This property will not be serialized. It can only be populated by the server.
resourceType?: string
Property Value
string
restrictions
Restrictions which would prevent a SKU from being used. This is empty if there are no restrictions. NOTE: This property will not be serialized. It can only be populated by the server.
restrictions?: SkuRestrictions[]
Property Value
tier
SKU tier NOTE: This property will not be serialized. It can only be populated by the server.
tier?: string
Property Value
string
Azure SDK for JavaScript