Condividi tramite


IWorkflowTriggerHistoryFilter.Status Property

Definition

The status of workflow trigger history.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The status of workflow trigger history.", 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 workflow trigger history.", 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