SkuInfo Class

SKU discovery information.

Inheritance
SkuInfo

Constructor

SkuInfo(*, resource_type: Optional[str] = None, sku: Optional[azure.mgmt.web.v2019_08_01.models._models_py3.SkuDescription] = None, capacity: Optional[azure.mgmt.web.v2019_08_01.models._models_py3.SkuCapacity] = None, **kwargs)

Parameters

resource_type
str
Required

Resource type that this SKU applies to.

sku
SkuDescription
Required

Name and tier of the SKU.

capacity
SkuCapacity
Required

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