Share via


Sku Class

The Sku description for a namespace.

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

Constructor

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

Keyword-Only Parameters

Name Description
name

Required. Name of the notification hub sku. Possible values include: "Free", "Basic", "Standard".

tier
str

The tier of particular sku.

Default value: None
size
str

The Sku size.

Default value: None
family
str

The Sku Family.

Default value: None
capacity
int

The capacity of the resource.

Default value: None

Variables

Name Description
name

Required. Name of the notification hub sku. Possible values include: "Free", "Basic", "Standard".

tier
str

The tier of particular sku.

size
str

The Sku size.

family
str

The Sku Family.

capacity
int

The capacity of the resource.