ResourceSku interface
A resource SKU.
Properties
| capabilities | A list of capabilities of this SKU, such as throughput or ops/sec. |
| location |
The set of locations where the SKU is available. |
| locations | The set of locations where the SKU is available. This is the supported and registered Azure Geo Regions (e.g., West US, East US, Southeast Asia, etc.). NOTE: This property will not be serialized. It can only be populated by the server. |
| name | The name of this SKU. |
| resource |
The type of resource the SKU applies to. NOTE: This property will not be serialized. It can only be populated by the server. |
| restrictions | The restrictions preventing this SKU from being used. This is empty if there are no restrictions. |
Property Details
capabilities
A list of capabilities of this SKU, such as throughput or ops/sec.
capabilities?: ResourceSkuCapabilities[]
Property Value
locationInfo
The set of locations where the SKU is available.
locationInfo?: ResourceSkuLocationInfo[]
Property Value
locations
The set of locations where the SKU is available. This is the supported and registered Azure Geo Regions (e.g., West US, East US, Southeast Asia, etc.). NOTE: This property will not be serialized. It can only be populated by the server.
locations?: string[]
Property Value
string[]
name
The name of this SKU.
name?: string
Property Value
string
resourceType
The type of resource the SKU applies to. NOTE: This property will not be serialized. It can only be populated by the server.
resourceType?: string
Property Value
string
restrictions
The restrictions preventing this SKU from being used. This is empty if there are no restrictions.
restrictions?: Restriction[]