Package version:

Interface CloudServiceRole

Describes a role of the cloud service.

interface CloudServiceRole {
    id?: string;
    location?: string;
    name?: string;
    properties?: CloudServiceRoleProperties;
    sku?: CloudServiceRoleSku;
    type?: string;
}

Properties

id?: string

Resource id NOTE: This property will not be serialized. It can only be populated by the server.

location?: string

Resource location NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Resource name NOTE: This property will not be serialized. It can only be populated by the server.

The cloud service role properties.

Describes the cloud service role sku.

type?: string

Resource type NOTE: This property will not be serialized. It can only be populated by the server.