INodeStateCounts.LeavingNodeCount Property

Definition

Number of compute nodes which are leaving the amlCompute.

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

Property Value

Attributes

Applies to