Sku Class
An ARM Resource SKU.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelSku
Constructor
Sku(*, name: str, tier: str | None = None, size: str | None = None, family: str | None = None, capacity: int | None = None, **kwargs)
Parameters
Name | Description |
---|---|
name
Required
|
Required. The name of the SKU, typically, a letter + Number code, e.g. P3. |
tier
Required
|
The tier or edition of the particular SKU, e.g. Basic, Premium. |
size
Required
|
Size of the particular SKU. |
family
Required
|
If the service has different generations of hardware, for the same SKU, then that can be captured here. |
capacity
Required
|
Capacity of the particular SKU. |
Keyword-Only Parameters
Name | Description |
---|---|
name
Required
|
|
tier
Required
|
|
size
Required
|
|
family
Required
|
|
capacity
Required
|
|
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