CloudServiceRoleSku Class
Describes the cloud service role sku.
- Inheritance
-
azure.mgmt.compute._serialization.ModelCloudServiceRoleSku
Constructor
CloudServiceRoleSku(*, name: str | None = None, tier: str | None = None, capacity: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
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
|
Specifies the tier of the cloud service. Possible Values are |
capacity
|
Specifies the number of role instances in the cloud service. |
Variables
Name | Description |
---|---|
name
|
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
|
Specifies the tier of the cloud service. Possible Values are |
capacity
|
Specifies the number of role instances in the cloud service. |
Azure SDK for Python