IWorkflowHealth.State 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 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=true, SerializedName="state")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkflowHealthState State { 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=true, SerializedName="state")>]
member this.State : Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkflowHealthState with get, set
Public Property State As WorkflowHealthState
Property Value
- Attributes