IJobModelProperties.State Property

Definition

Gets or sets the job state.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets the job state.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.JobState) }, ReadOnly=true, Required=false, SerializedName="state")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.JobState? State { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets the job state.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.JobState) }, ReadOnly=true, Required=false, SerializedName="state")>]
member this.State : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.JobState>
Public ReadOnly Property State As Nullable(Of JobState)

Property Value

Attributes

Applies to