IAmlComputeNodeInformation.NodeState Property

Definition

State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "idle", "running", "preparing", "unusable", "leaving", "preempted" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=false, Description="State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="nodeState", Update=false)]
public string NodeState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "idle", "running", "preparing", "unusable", "leaving", "preempted" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=false, Description="State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="nodeState", Update=false)>]
member this.NodeState : string
Public ReadOnly Property NodeState As String

Property Value

Attributes

Applies to