Package version:

Interface RoleInstance

Describes the cloud service role instance.

interface RoleInstance {
    id?: string;
    location?: string;
    name?: string;
    properties?: RoleInstanceProperties;
    sku?: InstanceSku;
    tags?: {
        [propertyName: string]: string;
    };
    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.

Role instance properties.

The role instance SKU.

tags?: {
    [propertyName: string]: string;
}

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

type?: string

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