CloudServiceRoleSku interface
Describes the cloud service role sku.
Properties
capacity | Specifies the number of role instances in the cloud service. |
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 |
Property Details
capacity
Specifies the number of role instances in the cloud service.
capacity?: number
Property Value
number
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.
name?: string
Property Value
string
tier
Specifies the tier of the cloud service. Possible Values are
Standard
Basic
tier?: string
Property Value
string