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". |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python