IWorkflowEnvelopeProperties.FlowState 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.
Gets or sets the state of the workflow.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Gets or sets the state of the workflow.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkflowState) }, ReadOnly=false, Required=false, SerializedName="flowState")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkflowState? FlowState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Gets or sets the state of the workflow.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkflowState) }, ReadOnly=false, Required=false, SerializedName="flowState")>]
member this.FlowState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkflowState> with get, set
Public Property FlowState As Nullable(Of WorkflowState)
Property Value
- Attributes