SkuDescription Class

Description of a SKU for a scalable resource.

Constructor

SkuDescription(*, name: str | None = None, tier: str | None = None, size: str | None = None, family: str | None = None, capacity: int | None = None, sku_capacity: _models.SkuCapacity | None = None, locations: List[str] | None = None, capabilities: List[_models.Capability] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

Name of the resource SKU.

Default value: None
tier
str

Service tier of the resource SKU.

Default value: None
size
str

Size specifier of the resource SKU.

Default value: None
family
str

Family code of the resource SKU.

Default value: None
capacity
int

Current number of instances assigned to the resource.

Default value: None
sku_capacity

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

Default value: None
locations

Locations of the SKU.

Default value: None
capabilities

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

Default value: None

Variables

Name Description
name
str

Name of the resource SKU.

tier
str

Service tier of the resource SKU.

size
str

Size specifier of the resource SKU.

family
str

Family code of the resource SKU.

capacity
int

Current number of instances assigned to 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?.