Sku Class
The Sku description for a namespace.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelSku
Constructor
Sku(*, name: str | SkuName, tier: str | None = None, size: str | None = None, family: str | None = None, capacity: int | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Required. Name of the notification hub sku. Possible values include: "Free", "Basic", "Standard". |
tier
|
The tier of particular sku. |
size
|
The Sku size. |
family
|
The Sku Family. |
capacity
|
The capacity of the resource. |
Variables
Name | Description |
---|---|
name
|
Required. Name of the notification hub sku. Possible values include: "Free", "Basic", "Standard". |
tier
|
The tier of particular sku. |
size
|
The Sku size. |
family
|
The Sku Family. |
capacity
|
The capacity of the resource. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python