CommitmentTier Class

Cognitive Services account commitment tier.

Inheritance
azure.mgmt.cognitiveservices._serialization.Model
CommitmentTier

Constructor

CommitmentTier(*, kind: str | None = None, sku_name: str | None = None, hosting_model: str | _models.HostingModel | None = None, plan_type: str | None = None, tier: str | None = None, max_count: int | None = None, quota: _models.CommitmentQuota | None = None, cost: _models.CommitmentCost | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
kind
str

The Kind of the resource.

sku_name
str

The name of the SKU. Ex - P3. It is typically a letter+number code.

hosting_model

Account hosting model. Known values are: "Web", "ConnectedContainer", "DisconnectedContainer", and "ProvisionedWeb".

plan_type
str

Commitment plan type.

tier
str

Commitment period commitment tier.

max_count
int

Commitment period commitment max count.

quota

Cognitive Services account commitment quota.

cost

Cognitive Services account commitment cost.

Variables

Name Description
kind
str

The Kind of the resource.

sku_name
str

The name of the SKU. Ex - P3. It is typically a letter+number code.

hosting_model

Account hosting model. Known values are: "Web", "ConnectedContainer", "DisconnectedContainer", and "ProvisionedWeb".

plan_type
str

Commitment plan type.

tier
str

Commitment period commitment tier.

max_count
int

Commitment period commitment max count.

quota

Cognitive Services account commitment quota.

cost

Cognitive Services account commitment cost.