Sku Class
Billing information related properties of a server.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelSku
Constructor
Sku(*, name: str, tier: str | SkuTier, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Required. The name of the sku, e.g. Standard_D32s_v3. |
tier
|
Required. The tier of the particular SKU, e.g. GeneralPurpose. Possible values include: "Burstable", "GeneralPurpose", "MemoryOptimized". |
Variables
Name | Description |
---|---|
name
|
Required. The name of the sku, e.g. Standard_D32s_v3. |
tier
|
Required. The tier of the particular SKU, e.g. GeneralPurpose. Possible values include: "Burstable", "GeneralPurpose", "MemoryOptimized". |
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