IMachine.Status Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Description="The status of the hybrid machine agent.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusTypes) }, ReadOnly=true, Required=false, SerializedName="status")]
public Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusTypes? Status { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Description="The status of the hybrid machine agent.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusTypes) }, ReadOnly=true, Required=false, SerializedName="status")>]
member this.Status : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusTypes>
Public ReadOnly Property Status As Nullable(Of StatusTypes)

Property Value

Nullable<StatusTypes>
Attributes

Applies to