Package version:

Interface CloudServiceRoleSku

Describes the cloud service role sku.

interface CloudServiceRoleSku {
    capacity?: number;
    name?: string;
    tier?: string;
}

Properties

Properties

capacity?: number

Specifies the number of role instances in the cloud service.

name?: string

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?: string

Specifies the tier of the cloud service. Possible Values are

Standard

Basic