DataReplicationTaskState 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 task state.
public readonly struct DataReplicationTaskState : IEquatable<Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationTaskState>
type DataReplicationTaskState = struct
Public Structure DataReplicationTaskState
Implements IEquatable(Of DataReplicationTaskState)
- Inheritance
-
DataReplicationTaskState
- Implements
Constructors
| Name | Description |
|---|---|
| DataReplicationTaskState(String) |
Initializes a new instance of DataReplicationTaskState. |
Properties
| Name | Description |
|---|---|
| Cancelled |
Task has been cancelled. |
| Failed |
Task failed. |
| Pending |
Task has not been started. |
| Skipped |
Task has been skipped. |
| Started |
Task is in progress. |
| Succeeded |
Task has completed successfully. |
Methods
| Name | Description |
|---|---|
| Equals(DataReplicationTaskState) |
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(DataReplicationTaskState, DataReplicationTaskState) |
Determines if two DataReplicationTaskState values are the same. |
| Implicit(String to DataReplicationTaskState) |
Converts a String to a DataReplicationTaskState. |
| Inequality(DataReplicationTaskState, DataReplicationTaskState) |
Determines if two DataReplicationTaskState values are not the same. |