Поделиться через


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

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

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