IJobModelProperties.State Property

Definition

Gets or sets the job state.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.PSArgumentCompleter(new System.String[] { "Pending", "Started", "Cancelling", "Succeeded", "Failed", "Cancelled", "CompletedWithInformation", "CompletedWithWarnings", "CompletedWithErrors" })]
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=false, Description="Gets or sets the job state.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="state", Update=false)]
public string State { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.PSArgumentCompleter(new System.String[] { "Pending", "Started", "Cancelling", "Succeeded", "Failed", "Cancelled", "CompletedWithInformation", "CompletedWithWarnings", "CompletedWithErrors" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=false, Description="Gets or sets the job state.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="state", Update=false)>]
member this.State : string
Public ReadOnly Property State As String

Property Value

Attributes

Applies to