IStandbyVirtualMachinePoolRuntimeViewResource.InstanceCountSummary Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.Info(Create=false, Description="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.\r\n If zones are not enabled on the attached VMSS, the list will contain a single entry with null zone values.\r\n Note: any updates to pool resources outside of StandbyPoolRP (i.e deleting a VM through portal) are not reflected here.\r\n Note: any resources in the Running state may still be installing extensions / not fully provisioned.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IVirtualMachineInstanceCountSummary) }, Read=true, ReadOnly=true, Required=false, SerializedName="instanceCountSummary", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IVirtualMachineInstanceCountSummary> InstanceCountSummary { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.Info(Create=false, Description="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.\r\n If zones are not enabled on the attached VMSS, the list will contain a single entry with null zone values.\r\n Note: any updates to pool resources outside of StandbyPoolRP (i.e deleting a VM through portal) are not reflected here.\r\n Note: any resources in the Running state may still be installing extensions / not fully provisioned.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IVirtualMachineInstanceCountSummary) }, Read=true, ReadOnly=true, Required=false, SerializedName="instanceCountSummary", Update=false)>]
member this.InstanceCountSummary : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IVirtualMachineInstanceCountSummary>
Public ReadOnly Property InstanceCountSummary As List(Of IVirtualMachineInstanceCountSummary)
Property Value
- Attributes