SBSku Class
SKU of the namespace.
Constructor
SBSku()
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
|
Messaging units for your service bus premium namespace. Valid capacities are {1, 2, 4, 8, 16} multiples of your properties.premiumMessagingPartitions setting. For example, If properties.premiumMessagingPartitions is 1 then possible capacity values are 1, 2, 4, 8, and 16. If properties.premiumMessagingPartitions is 4 then possible capacity values are 4, 8, 16, 32 and 64. |
Attributes
capacity
Messaging units for your service bus premium namespace. Valid capacities are {1, 2, 4, 8, 16} multiples of your properties.premiumMessagingPartitions setting. For example, If properties.premiumMessagingPartitions is 1 then possible capacity values are 1, 2, 4, 8, and 16. If properties.premiumMessagingPartitions is 4 then possible capacity values are 4, 8, 16, 32 and 64.
capacity: int
name
"Basic", "Standard", and "Premium".
name: Required[str | SkuName]
tier
"Basic", "Standard", and "Premium".
tier: str | SkuTier