VirtualMachineInstanceCountSummary interface
Contains the counts of VMs in each power state in a given zone, fault domain, as known by the StandbyPool resource provider. Note: any updates to pool resources outside of StandbyPoolRP (i.e deleting a VM through portal) are not reflected here. Note: any resources in the Running state may still be installing extensions / not fully provisioned.
Properties
instance |
The count of pooled resources in each state for the given zone. |
zone | The zone that the provided counts are in. This is null if zones are not enabled on the attached VMSS. |
Property Details
instanceCountsByState
The count of pooled resources in each state for the given zone.
instanceCountsByState: PoolResourceStateCount[]
Property Value
zone
The zone that the provided counts are in. This is null if zones are not enabled on the attached VMSS.
zone?: number
Property Value
number