Sku Class

Sku of Azure Spring Cloud.

Inheritance
Sku

Constructor

Sku(*, name: Optional[str] = 'S0', tier: Optional[str] = 'Standard', capacity: Optional[int] = None, **kwargs)

Variables

name
str

Name of the Sku.

tier
str

Tier of the Sku.

capacity
int

Current capacity of the target resource.