IClusterJob.JobState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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