Sku Class

The SKU of the cognitive services account.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.botservice._serialization.Model
Sku

Constructor

Sku(*, name: str | _models.SkuName, **kwargs)

Keyword-Only Parameters

Name Description
name

The sku name. Required. Known values are: "F0" and "S1".

Variables

Name Description
name

The sku name. Required. Known values are: "F0" and "S1".

tier

Gets the sku tier. This is based on the SKU name. Known values are: "Free" and "Standard".