CloudServiceRoleSku Class

Describes the cloud service role sku.

Inheritance
azure.mgmt.compute._serialization.Model
CloudServiceRoleSku

Constructor

CloudServiceRoleSku(*, name: str | None = None, tier: str | None = None, capacity: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The sku name. NOTE: If the new SKU is not supported on the hardware the cloud service is currently on, you need to delete and recreate the cloud service or move back to the old sku.

tier
str

Specifies the tier of the cloud service. Possible Values are <br />``<br /> Standard <br />``<br /> Basic.

capacity
int

Specifies the number of role instances in the cloud service.

Variables

Name Description
name
str

The sku name. NOTE: If the new SKU is not supported on the hardware the cloud service is currently on, you need to delete and recreate the cloud service or move back to the old sku.

tier
str

Specifies the tier of the cloud service. Possible Values are <br />``<br /> Standard <br />``<br /> Basic.

capacity
int

Specifies the number of role instances in the cloud service.