GlobalCsmSkuDescription Class
A Global SKU Description.
- Inheritance
-
azure.mgmt.web._serialization.ModelGlobalCsmSkuDescription
Constructor
GlobalCsmSkuDescription(*, name: str | None = None, tier: str | None = None, size: str | None = None, family: str | None = None, capacity: _models.SkuCapacity | None = None, locations: List[str] | None = None, capabilities: List[_models.Capability] | None = None, **kwargs: Any)
Keyword-Only Parameters
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?. |
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?. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python