共用方式為


DataReplicationProtectionState Struct

Definition

Gets or sets the protection state.

public readonly struct DataReplicationProtectionState : IEquatable<Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationProtectionState>
type DataReplicationProtectionState = struct
Public Structure DataReplicationProtectionState
Implements IEquatable(Of DataReplicationProtectionState)
Inheritance
DataReplicationProtectionState
Implements

Constructors

DataReplicationProtectionState(String)

Initializes a new instance of DataReplicationProtectionState.

Properties

CancelFailoverFailedOnPrimary

Cancel failover failed on the primary side.

CancelFailoverFailedOnRecovery

Cancel failover failed on the recovery side.

CancelFailoverInProgressOnPrimary

Cancel failover is in progress on the primary side.

CancelFailoverInProgressOnRecovery

Cancel failover is in progress on the recovery side.

CancelFailoverStatesBegin

Begin marker for cancel failover states.

CancelFailoverStatesEnd

End marker for cancel failover states.

ChangeRecoveryPointCompleted

Change recovery point has been completed successfully.

ChangeRecoveryPointFailed

Change recovery point has failed.

ChangeRecoveryPointInitiated

Change recovery point has been initiated..

ChangeRecoveryPointStatesBegin

Begin marker for change recovery point states.

ChangeRecoveryPointStatesEnd

End marker for change recovery point states.

CommitFailoverCompleted

Commit failover has been completed successfully.

CommitFailoverFailedOnPrimary

Commit failover failed on the primary side.

CommitFailoverFailedOnRecovery

Commit failover failed on the recovery side.

CommitFailoverInProgressOnPrimary

Commit failover is in progress on the primary side.

CommitFailoverInProgressOnRecovery

Commit failover is in progress on the recovery side.

CommitFailoverStatesBegin

Begin marker for commit failover states.

CommitFailoverStatesEnd

End marker for commit failover states.

DisablingFailed

Disable protection failed.

DisablingProtection

Disabling protection is in progress.

EnablingFailed

Enable protection failed.

EnablingProtection

Enable protection is in progress.

InitialReplicationCompletedOnPrimary

Initial replication has completed on the primary side.

InitialReplicationCompletedOnRecovery

Initial replication has completed on the recovery side.

InitialReplicationFailed

Initial replication failed and would need to be started again.

InitialReplicationInProgress

Initial replication is in progress.

InitialReplicationStatesBegin

Begin marker for initial replication states.

InitialReplicationStatesEnd

End marker for initial replication states.

MarkedForDeletion

Disabling protection succeeded. This is a transient state before the protected item is deleted.

PlannedFailoverCompleted

Planned failover has been completed successfully.

PlannedFailoverCompleting

Planned failover preparing protected entities is in progress.

PlannedFailoverCompletionFailed

Planned failover preparing protected entities failed.

PlannedFailoverFailed

Planned failover initiation failed.

PlannedFailoverInitiated

Planned failover has been initiated.

PlannedFailoverTransitionStatesBegin

Begin marker for planned failover transition states.

PlannedFailoverTransitionStatesEnd

End marker for planned failover transition states.

Protected

Protected item is protected and replication is on-going. Any issues with replication will be surfaced separately via the health property and will not affect the state.

ProtectedStatesBegin

Begin marker for protected steady-state states.

ProtectedStatesEnd

End marker for protected steady-state states.

ReprotectFailed

Reprotect has failed.

ReprotectInitiated

Reprotect has been initiated.

ReprotectStatesBegin

Begin marker for reprotect states.

ReprotectStatesEnd

End marker for reprotect states.

UnplannedFailoverCompleted

Unplanned failover preparing protected entities is in progress.

UnplannedFailoverCompleting

Unplanned failover preparing protected entities is in progress.

UnplannedFailoverCompletionFailed

Unplanned failover preparing protected entities failed.

UnplannedFailoverFailed

Unplanned failover initiation failed.

UnplannedFailoverInitiated

Unplanned failover has been initiated.

UnplannedFailoverTransitionStatesBegin

Begin marker for unplanned failover transition states.

UnplannedFailoverTransitionStatesEnd

End marker for unplanned failover transition states.

UnprotectedStatesBegin

Begin marker for unprotected states.

UnprotectedStatesEnd

End marker for unprotected states.

Methods

Equals(DataReplicationProtectionState)

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(DataReplicationProtectionState, DataReplicationProtectionState)

Determines if two DataReplicationProtectionState values are the same.

Implicit(String to DataReplicationProtectionState)

Converts a String to a DataReplicationProtectionState.

Inequality(DataReplicationProtectionState, DataReplicationProtectionState)

Determines if two DataReplicationProtectionState values are not the same.

Applies to