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