Package version:

Interface VirtualMachineHealthStatus

The health status of the VM.

interface VirtualMachineHealthStatus {
    status?: InstanceViewStatus;
}

Properties

Properties

The health status information for the VM. NOTE: This property will not be serialized. It can only be populated by the server.