Sku Class
SKU for the resource.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelSku
Constructor
Sku(*, name: str | None = None, tier: str | None = None, size: str | None = None, family: str | None = None, model: str | None = None, capacity: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The SKU name. |
tier
|
The SKU tier. |
size
|
The SKU size. |
family
|
The SKU family. |
model
|
The SKU model. |
capacity
|
The SKU capacity. |
Variables
Name | Description |
---|---|
name
|
The SKU name. |
tier
|
The SKU tier. |
size
|
The SKU size. |
family
|
The SKU family. |
model
|
The SKU model. |
capacity
|
The SKU capacity. |
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