ResourceSku Class
Describes an available Cognitive Services SKU.
Constructor
ResourceSku(*, resource_type: str | None = None, name: str | None = None, tier: str | None = None, kind: str | None = None, locations: list[str] | None = None, restrictions: list['_models.ResourceSkuRestrictions'] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
resource_type
|
The type of resource the SKU applies to. Default value: None
|
|
name
|
The name of SKU. Default value: None
|
|
tier
|
Specifies the tier of Cognitive Services account. Default value: None
|
|
kind
|
The Kind of resources that are supported in this SKU. Default value: None
|
|
locations
|
The set of locations that the SKU is available. Default value: None
|
|
restrictions
|
The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. Default value: None
|
Variables
| Name | Description |
|---|---|
|
resource_type
|
The type of resource the SKU applies to. |
|
name
|
The name of SKU. |
|
tier
|
Specifies the tier of Cognitive Services account. |
|
kind
|
The Kind of resources that are supported in this SKU. |
|
locations
|
The set of locations that the SKU is available. |
|
restrictions
|
The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. |