IWorkflowHealth.State Property

Definition

Gets or sets the workflow health state.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "NotSpecified", "Healthy", "Unhealthy", "Unknown" })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Gets or sets the workflow health state.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="state", Update=true)]
public string State { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "NotSpecified", "Healthy", "Unhealthy", "Unknown" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Gets or sets the workflow health state.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="state", Update=true)>]
member this.State : string with get, set
Public Property State As String

Property Value

Attributes

Applies to