次の方法で共有


IJobExecution.Status Property

Definition

Current running State of the job

[Microsoft.Azure.PowerShell.Cmdlets.App.PSArgumentCompleter(new System.String[] { "Running", "Processing", "Stopped", "Degraded", "Failed", "Unknown", "Succeeded" })]
[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=false, Description="Current running State of the job", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="status", Update=false)]
public string Status { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.PSArgumentCompleter(new System.String[] { "Running", "Processing", "Stopped", "Degraded", "Failed", "Unknown", "Succeeded" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=false, Description="Current running State of the job", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="status", Update=false)>]
member this.Status : string
Public ReadOnly Property Status As String

Property Value

Attributes

Applies to