Condividi tramite


IWorkflowVersion.State Property

Definition

The state.

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

Property Value

Attributes

Applies to