Condividi tramite


Sku Class

An ARM Resource SKU.

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

Constructor

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

Keyword-Only Parameters

Name Description
name
str

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

tier
str

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

Default value: None
size
str

Size of the particular SKU.

Default value: None
family
str

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

Default value: None
capacity
int

Capacity of the particular SKU.

Default value: None

Variables

Name Description
name
str

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

tier
str

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

size
str

Size of the particular SKU.

family
str

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

capacity
int

Capacity of the particular SKU.