Freigeben über


IWorkflowEnvelopeProperties.HealthState Property

Definition

Gets or sets the workflow health state.

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

Property Value

Attributes

Applies to