Sku Class
An ARM Resource SKU.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelSku
Constructor
Sku(*, name: str, tier: str | None = None, size: str | None = None, family: str | None = None, capacity: int | None = None, **kwargs)
Parameters
Name | Description |
---|---|
name
Required
|
Required. The name of the SKU, typically, a letter + Number code, e.g. P3. |
tier
Required
|
The tier or edition of the particular SKU, e.g. Basic, Premium. |
size
Required
|
Size of the particular SKU. |
family
Required
|
If the service has different generations of hardware, for the same SKU, then that can be captured here. |
capacity
Required
|
Capacity of the particular SKU. |
Keyword-Only Parameters
Name | Description |
---|---|
name
Required
|
|
tier
Required
|
|
size
Required
|
|
family
Required
|
|
capacity
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