次の方法で共有


StandbyVirtualMachinePoolRuntimeViewProperties.InstanceCountSummary Property

Definition

A list containing the counts of virtual machines in each possible power state for each zone if enabled, as known by the StandbyPool resource provider. If zones are not enabled on the attached VMSS, the list will contain a single entry with null zone values. 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.

public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachineInstanceCountSummary> InstanceCountSummary { get; }
member this.InstanceCountSummary : System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachineInstanceCountSummary>
Public ReadOnly Property InstanceCountSummary As IReadOnlyList(Of StandbyVirtualMachineInstanceCountSummary)

Property Value

Applies to