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
|
|
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python