你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SBSku Class

SKU of the namespace.

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

Inheritance
azure.mgmt.servicebus._serialization.Model
SBSku

Constructor

SBSku(*, name: str | _models.SkuName, tier: str | _models.SkuTier | None = None, capacity: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name

Name of this SKU. Required. Known values are: "Basic", "Standard", and "Premium".

tier

The billing tier of this particular SKU. Known values are: "Basic", "Standard", and "Premium".

capacity
int

The specified messaging units for the tier. For Premium tier, capacity are 1,2 and 4.

Variables

Name Description
name

Name of this SKU. Required. Known values are: "Basic", "Standard", and "Premium".

tier

The billing tier of this particular SKU. Known values are: "Basic", "Standard", and "Premium".

capacity
int

The specified messaging units for the tier. For Premium tier, capacity are 1,2 and 4.