FailoverState Struct

Definition

A state specific to the resource that helps identify its Failover state.

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

Constructors

Name Description
FailoverState(String)

Initializes a new instance of FailoverState.

Properties

Name Description
FailedOver

The resource is in failed-over state.

FailedOverCommitPending

The resource is in failover commit pending state.

FailedOverReprotectPending

The resource is in reprotect pending state.

None

The resource is Not in failedOver state.

Methods

Name Description
Equals(FailoverState)

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

Determines if two FailoverState values are the same.

Implicit(String to FailoverState)

Converts a string to a FailoverState.

Implicit(String to Nullable<FailoverState>)
Inequality(FailoverState, FailoverState)

Determines if two FailoverState values are not the same.

Applies to