IContainerGroupInstanceCountSummary.InstanceCountsByState 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.
The count of pooled resources in each state.
[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.Info(Create=true, Description="The count of pooled resources in each state.", 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.", 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