你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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