DataReplicationWorkflowState Struct

Definition

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

DataReplicationWorkflowState(String)

Initializes a new instance of DataReplicationWorkflowState.

Properties

Cancelled

Cancelled.

Cancelling

Cancelling.

CompletedWithErrors

CompletedWithErrors.

CompletedWithInformation

CompletedWithInformation.

CompletedWithWarnings

CompletedWithWarnings.

Failed

Failed.

Pending

Pending.

Started

Started.

Succeeded

Succeeded.

Methods

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

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.

Applies to