WorkflowState 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.
The workflow state.
public readonly struct WorkflowState : IEquatable<Azure.ResourceManager.AppService.Models.WorkflowState>
type WorkflowState = struct
Public Structure WorkflowState
Implements IEquatable(Of WorkflowState)
- Inheritance
-
WorkflowState
- Implements
Constructors
WorkflowState(String) |
Initializes a new instance of WorkflowState. |
Properties
Completed |
Completed. |
Deleted |
Deleted. |
Disabled |
Disabled. |
Enabled |
Enabled. |
NotSpecified |
NotSpecified. |
Suspended |
Suspended. |
Methods
Equals(WorkflowState) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(WorkflowState, WorkflowState) |
Determines if two WorkflowState values are the same. |
Implicit(String to WorkflowState) |
Converts a String to a WorkflowState. |
Inequality(WorkflowState, WorkflowState) |
Determines if two WorkflowState values are not the same. |
Applies to
Azure SDK for .NET