ResourceSku interface
Describes an available Cognitive Services SKU.
Properties
kind | The Kind of resources that are supported in this SKU. |
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. |
tier | Specifies the tier of Cognitive Services account. |
Property Details
kind
The Kind of resources that are supported in this SKU.
kind?: string
Property Value
string
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?: ResourceSkuRestrictions[]
Property Value
tier
Specifies the tier of Cognitive Services account.
tier?: string
Property Value
string