ResourceSku クラス

使用可能な Cognitive Services SKU について説明します。

継承
azure.mgmt.cognitiveservices._serialization.Model
ResourceSku

コンストラクター

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 パラメータ

名前 説明
resource_type
str

SKU が適用されるリソースの種類。

name
str

SKU の名前。

tier
str

Cognitive Services アカウントの層を指定します。

kind
str

この SKU でサポートされているリソースの種類。

locations

SKU が使用可能な場所のセット。

restrictions

SKU を使用できないための制限。 制限がない場合、これは空です。

変数

名前 説明
resource_type
str

SKU が適用されるリソースの種類。

name
str

SKU の名前。

tier
str

Cognitive Services アカウントの層を指定します。

kind
str

この SKU でサポートされているリソースの種類。

locations

SKU が使用可能な場所のセット。

restrictions

SKU を使用できないための制限。 制限がない場合、これは空です。