Skip to main content

VmPowerStateCountsResponse

The number of VMs in each power state. VMs that do not have a power state yet (still being created) are not counted here, so the sum of these fields can be smaller than the total number of VMs.

runninginteger<int32>

VMs that are powered on.

stoppedinteger<int32>

VMs that are powered off.

VmPowerStateCountsResponse
{
"running": 0,
"stopped": 0
}