SkuInfo Class
SKU discovery information.
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. Default value: None
|
|
sku
|
Name and tier of the SKU. Default value: None
|
|
capacity
|
Min, max, and default scale values of the SKU. Default value: None
|
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. |