Package version:

Interface StatusCodeCount

The status code and count of the cloud service instance view statuses

interface StatusCodeCount {
    code?: string;
    count?: number;
}

Properties

Properties

code?: string

The instance view status code NOTE: This property will not be serialized. It can only be populated by the server.

count?: number

Number of instances having this status code NOTE: This property will not be serialized. It can only be populated by the server.