Sku Class
Sku 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)
Parameters
Name | Description |
---|---|
name
Required
|
Required. The name of the sku, typically, tier + family + cores, e.g. Standard_D4s_v3. |
tier
Required
|
Required. The tier of the particular SKU, e.g. Burstable. Possible values include: "Burstable", "GeneralPurpose", "MemoryOptimized". |
Keyword-Only Parameters
Name | Description |
---|---|
name
Required
|
|
tier
Required
|
|
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python