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. |
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