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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python