ResourceSku Class

Describes an available Cognitive Services SKU.

Inheritance
azure.mgmt.cognitiveservices._serialization.Model
ResourceSku

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
str

The type of resource the SKU applies to.

name
str

The name of SKU.

tier
str

Specifies the tier of Cognitive Services account.

kind
str

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.

Variables

Name Description
resource_type
str

The type of resource the SKU applies to.

name
str

The name of SKU.

tier
str

Specifies the tier of Cognitive Services account.

kind
str

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.