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
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python