Package version:

Interface CloudServiceRoleProfileProperties

Describes the role properties.

interface CloudServiceRoleProfileProperties {
    name?: string;
    sku?: CloudServiceRoleSku;
}

Properties

Properties

name?: string

Resource name.

Describes the cloud service role sku.