Package version:

Interface RoleInstanceView

The instance view of the role instance.

interface RoleInstanceView {
    platformFaultDomain?: number;
    platformUpdateDomain?: number;
    privateId?: string;
    statuses?: ResourceInstanceViewStatus[];
}

Properties

platformFaultDomain?: number

The Fault Domain. NOTE: This property will not be serialized. It can only be populated by the server.

platformUpdateDomain?: number

The Update Domain. NOTE: This property will not be serialized. It can only be populated by the server.

privateId?: string

Specifies a unique identifier generated internally for the cloud service associated with this role instance.

NOTE: If you are using Azure Diagnostics extension, this property can be used as 'DeploymentId' for querying details. NOTE: This property will not be serialized. It can only be populated by the server.

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