Partager via


IClusterJob.JobState Property

Definition

The current execution state of the streaming job.

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

Property Value

Attributes

Applies to