GlobalCsmSkuDescription Class
A Global SKU Description.
Constructor
GlobalCsmSkuDescription(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
Name of the resource SKU. |
|
tier
|
Service Tier of the resource SKU. |
|
size
|
Size specifier of the resource SKU. |
|
family
|
Family code of the resource SKU. |
|
capacity
|
Min, max, and default scale values of the SKU. |
|
locations
|
Locations of the SKU. |
|
capabilities
|
Capabilities of the SKU, e.g., is traffic manager enabled?. |
Attributes
capabilities
Capabilities of the SKU, e.g., is traffic manager enabled?.
capabilities: list['_models.Capability'] | None
capacity
Min, max, and default scale values of the SKU.
capacity: _models.SkuCapacity | None
family
Family code of the resource SKU.
family: str | None
locations
Locations of the SKU.
locations: list[str] | None
name
Name of the resource SKU.
name: str | None
size
Size specifier of the resource SKU.
size: str | None
tier
Service Tier of the resource SKU.
tier: str | None