INodeStateCounts.IdleNodeCount Property

Definition

Number of compute nodes in idle state.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Number of compute nodes in idle state.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="idleNodeCount")]
public int? IdleNodeCount { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Number of compute nodes in idle state.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="idleNodeCount")>]
member this.IdleNodeCount : Nullable<int>
Public ReadOnly Property IdleNodeCount As Nullable(Of Integer)

Property Value

Attributes

Applies to