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

NamespaceSku Class

Represents available Sku pricing tiers.

Inheritance
azure.mgmt.eventgrid._serialization.Model
NamespaceSku

Constructor

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

Keyword-Only Parameters

Name Description
name

The name of the SKU. "Standard"

capacity
int

Specifies the number of Throughput Units that defines the capacity for the namespace. The property default value is 1 which signifies 1 Throughput Unit = 1MB/s ingress and 2MB/s egress per namespace. Min capacity is 1 and max allowed capacity is 20.

Variables

Name Description
name

The name of the SKU. "Standard"

capacity
int

Specifies the number of Throughput Units that defines the capacity for the namespace. The property default value is 1 which signifies 1 Throughput Unit = 1MB/s ingress and 2MB/s egress per namespace. Min capacity is 1 and max allowed capacity is 20.