Dela via


IOperationResultProperties.Status Property

Definition

The status of the workflow scope repetition.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The status of the workflow scope repetition.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkflowStatus) }, ReadOnly=false, Required=false, SerializedName="status")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkflowStatus? Status { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The status of the workflow scope repetition.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkflowStatus) }, ReadOnly=false, Required=false, SerializedName="status")>]
member this.Status : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkflowStatus> with get, set
Public Property Status As Nullable(Of WorkflowStatus)

Property Value

Attributes

Applies to