Compartilhar via


IComputeInstanceProperties.State Property

Definition

The current state of this ComputeInstance.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="The current state of this ComputeInstance.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeInstanceState) }, ReadOnly=true, Required=false, SerializedName="state")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeInstanceState? State { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="The current state of this ComputeInstance.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeInstanceState) }, ReadOnly=true, Required=false, SerializedName="state")>]
member this.State : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeInstanceState>
Public ReadOnly Property State As Nullable(Of ComputeInstanceState)

Property Value

Attributes

Applies to