SkuDescription interface
The Kusto SKU description of given resource type
Properties
location |
Locations and zones NOTE: This property will not be serialized. It can only be populated by the server. |
locations | The set of locations that the SKU is available NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the SKU NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
The resource type NOTE: This property will not be serialized. It can only be populated by the server. |
restrictions | The restrictions because of which SKU cannot be used NOTE: This property will not be serialized. It can only be populated by the server. |
tier | The tier of the SKU NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
locationInfo
Locations and zones NOTE: This property will not be serialized. It can only be populated by the server.
locationInfo?: SkuLocationInfoItem[]
Property Value
locations
The set of locations that 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
The name of the SKU NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
resourceType
The resource type NOTE: This property will not be serialized. It can only be populated by the server.
resourceType?: string
Property Value
string
restrictions
The restrictions because of which SKU cannot be used NOTE: This property will not be serialized. It can only be populated by the server.
restrictions?: Record<string, unknown>[]
Property Value
Record<string, unknown>[]
tier
The tier of the SKU NOTE: This property will not be serialized. It can only be populated by the server.
tier?: string
Property Value
string