SkuInfo Class
SKU discovery information.
- Inheritance
-
azure.mgmt.web._serialization.ModelSkuInfo
Constructor
SkuInfo(*, resource_type: str | None = None, sku: _models.SkuDescription | None = None, capacity: _models.SkuCapacity | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
resource_type
|
Resource type that this SKU applies to. |
sku
|
Name and tier of the SKU. |
capacity
|
Min, max, and default scale values of the SKU. |
Variables
Name | Description |
---|---|
resource_type
|
Resource type that this SKU applies to. |
sku
|
Name and tier of the SKU. |
capacity
|
Min, max, and default scale values of the SKU. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python