Package version:

Interface RoleInstances

Specifies a list of role instances from the cloud service.

interface RoleInstances {
    roleInstances: string[];
}

Properties

Properties

roleInstances: string[]

List of cloud service role instance names. Value of '*' will signify all role instances of the cloud service.