DataReplicationWorkflowState 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 state.
public readonly struct DataReplicationWorkflowState : IEquatable<Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationWorkflowState>
type DataReplicationWorkflowState = struct
Public Structure DataReplicationWorkflowState
Implements IEquatable(Of DataReplicationWorkflowState)
- Inheritance
-
DataReplicationWorkflowState
- Implements
Constructors
| Name | Description |
|---|---|
| DataReplicationWorkflowState(String) |
Initializes a new instance of DataReplicationWorkflowState. |
Properties
| Name | Description |
|---|---|
| Cancelled |
Cancelled. |
| Cancelling |
Cancelling. |
| CompletedWithErrors |
CompletedWithErrors. |
| CompletedWithInformation |
CompletedWithInformation. |
| CompletedWithWarnings |
CompletedWithWarnings. |
| Failed |
Failed. |
| Pending |
Pending. |
| Started |
Started. |
| Succeeded |
Succeeded. |
Methods
| Name | Description |
|---|---|
| Equals(DataReplicationWorkflowState) |
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
| Name | Description |
|---|---|
| Equality(DataReplicationWorkflowState, DataReplicationWorkflowState) |
Determines if two DataReplicationWorkflowState values are the same. |
| Implicit(String to DataReplicationWorkflowState) |
Converts a String to a DataReplicationWorkflowState. |
| Inequality(DataReplicationWorkflowState, DataReplicationWorkflowState) |
Determines if two DataReplicationWorkflowState values are not the same. |