Sku Class
SKU for the resource.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelSku
Constructor
Sku(*, name: str | None = None, tier: str | None = None, size: str | None = None, family: str | None = None, model: str | None = None, capacity: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The SKU name. |
tier
|
The SKU tier. |
size
|
The SKU size. |
family
|
The SKU family. |
model
|
The SKU model. |
capacity
|
The SKU capacity. |
Variables
Name | Description |
---|---|
name
|
The SKU name. |
tier
|
The SKU tier. |
size
|
The SKU size. |
family
|
The SKU family. |
model
|
The SKU model. |
capacity
|
The SKU capacity. |
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