你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IVirtualMachineInstanceCountSummary.InstanceCountsByState Property

Definition

The count of pooled resources in each state for the given zone.

[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.Info(Create=true, Description="The count of pooled resources in each state for the given zone.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolResourceStateCount) }, Read=true, ReadOnly=false, Required=true, SerializedName="instanceCountsByState", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolResourceStateCount> InstanceCountsByState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.Info(Create=true, Description="The count of pooled resources in each state for the given zone.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolResourceStateCount) }, Read=true, ReadOnly=false, Required=true, SerializedName="instanceCountsByState", Update=true)>]
member this.InstanceCountsByState : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolResourceStateCount> with get, set
Public Property InstanceCountsByState As List(Of IPoolResourceStateCount)

Property Value

Attributes

Applies to