DataReplicationTaskState Struct

Definition

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

DataReplicationTaskState(String)

Initializes a new instance of DataReplicationTaskState.

Properties

Cancelled

Cancelled.

Failed

Failed.

Pending

Pending.

Skipped

Skipped.

Started

Started.

Succeeded

Succeeded.

Methods

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

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.

Applies to