Package version:

Interface VirtualMachineStatusCodeCount

The status code and count of the virtual machine scale set instance view status summary.

interface VirtualMachineStatusCodeCount {
    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

The number of instances having a particular status code. NOTE: This property will not be serialized. It can only be populated by the server.