SkuDescription Class

Description of a SKU for a scalable resource.

Inheritance
SkuDescription

Constructor

SkuDescription(*, name: Optional[str] = None, tier: Optional[str] = None, size: Optional[str] = None, family: Optional[str] = None, capacity: Optional[int] = None, sku_capacity: Optional[azure.mgmt.web.v2019_08_01.models._models_py3.SkuCapacity] = None, locations: Optional[List[str]] = None, capabilities: Optional[List[azure.mgmt.web.v2019_08_01.models._models_py3.Capability]] = None, **kwargs)

Parameters

name
str
Required

Name of the resource SKU.

tier
str
Required

Service tier of the resource SKU.

size
str
Required

Size specifier of the resource SKU.

family
str
Required

Family code of the resource SKU.

capacity
int
Required

Current number of instances assigned to the resource.

sku_capacity
SkuCapacity
Required

Min, max, and default scale values of the SKU.

locations
list[str]
Required

Locations of the SKU.

capabilities
list[Capability]
Required

Capabilities of the SKU, e.g., is traffic manager enabled?.