Sku Class
SKU of the namespace.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.servicebus._serialization.ModelSku
Constructor
Sku(*, tier: str | _models.SkuTier, name: str | _models.SkuName | None = None, capacity: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Name of this SKU. Known values are: "Basic", "Standard", and "Premium". |
tier
|
The billing tier of this particular SKU. Required. Known values are: "Basic", "Standard", and "Premium". |
capacity
|
The specified messaging units for the tier. |
Variables
Name | Description |
---|---|
name
|
Name of this SKU. Known values are: "Basic", "Standard", and "Premium". |
tier
|
The billing tier of this particular SKU. Required. Known values are: "Basic", "Standard", and "Premium". |
capacity
|
The specified messaging units for the tier. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python