Sku Class

An ARM Resource SKU.

All required parameters must be populated in order to send to Azure.

Inheritance
msrest.serialization.Model
Sku

Constructor

Sku(*, name: str, tier: str | None = None, size: str | None = None, family: str | None = None, capacity: int | None = None, **kwargs)

Parameters

Name Description
name
Required
str

Required. The name of the SKU, typically, a letter + Number code, e.g. P3.

tier
Required
str

The tier or edition of the particular SKU, e.g. Basic, Premium.

size
Required
str

Size of the particular SKU.

family
Required
str

If the service has different generations of hardware, for the same SKU, then that can be captured here.

capacity
Required
int

Capacity of the particular SKU.

Keyword-Only Parameters

Name Description
name
Required
tier
Required
size
Required
family
Required
capacity
Required