你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |