INodeStateCounts.PreemptedNodeCount Property

Definition

Number of compute nodes which are in preempted state.

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

Property Value

Attributes

Applies to