WorkflowHealthState Struct
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkflowHealthStateTypeConverter))]
public struct WorkflowHealthState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkflowHealthState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkflowHealthStateTypeConverter))>]
type WorkflowHealthState = struct
interface IArgumentCompleter
Public Structure WorkflowHealthState
Implements IArgumentCompleter, IEquatable(Of WorkflowHealthState)
- Inheritance
-
WorkflowHealthState
- Attributes
- Implements
Fields
Healthy | |
NotSpecified | |
Unhealthy | |
Unknown |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type WorkflowHealthState (override for Object) |
Equals(WorkflowHealthState) |
Compares values of enum type WorkflowHealthState |
GetHashCode() |
Returns hashCode for enum WorkflowHealthState |
ToString() |
Returns string representation for WorkflowHealthState |
Operators
Equality(WorkflowHealthState, WorkflowHealthState) |
Overriding == operator for enum WorkflowHealthState |
Implicit(String to WorkflowHealthState) |
Implicit operator to convert string to WorkflowHealthState |
Implicit(WorkflowHealthState to String) |
Implicit operator to convert WorkflowHealthState to string |
Inequality(WorkflowHealthState, WorkflowHealthState) |
Overriding != operator for enum WorkflowHealthState |