Package version:

Interface CloudServiceInstanceView

InstanceView of CloudService as a whole

interface CloudServiceInstanceView {
    privateIds?: string[];
    roleInstance?: InstanceViewStatusesSummary;
    sdkVersion?: string;
    statuses?: ResourceInstanceViewStatus[];
}

Properties

privateIds?: string[]

Specifies a list of unique identifiers generated internally for the cloud service.

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.

Instance view statuses.

sdkVersion?: string

The version of the SDK that was used to generate the package for the cloud service. 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.