IStandbyContainerGroupPoolRuntimeViewResourceProperties.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 container groups in each possible state, as known by the StandbyPool resource provider.
[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.Info(Create=false, Description="A list containing the counts of container groups in each possible state, as known by the StandbyPool resource provider.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IContainerGroupInstanceCountSummary) }, Read=true, ReadOnly=true, Required=true, SerializedName="instanceCountSummary", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IContainerGroupInstanceCountSummary> InstanceCountSummary { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.Info(Create=false, Description="A list containing the counts of container groups in each possible state, as known by the StandbyPool resource provider.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IContainerGroupInstanceCountSummary) }, Read=true, ReadOnly=true, Required=true, SerializedName="instanceCountSummary", Update=false)>]
member this.InstanceCountSummary : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IContainerGroupInstanceCountSummary>
Public ReadOnly Property InstanceCountSummary As List(Of IContainerGroupInstanceCountSummary)
Property Value
- Attributes