Share via


OperationalInsightsClusterReplicationState Struct

Definition

The provisioning state of the cluster replication.

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

Constructors

OperationalInsightsClusterReplicationState(String)

Initializes a new instance of OperationalInsightsClusterReplicationState.

Properties

Canceled

Canceled.

DisableRequested

DisableRequested.

Disabling

Disabling.

EnableRequested

EnableRequested.

Enabling

Enabling.

Failed

Failed.

RollbackRequested

RollbackRequested.

RollingBack

RollingBack.

Succeeded

Succeeded.

Methods

Equals(OperationalInsightsClusterReplicationState)

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

Determines if two OperationalInsightsClusterReplicationState values are the same.

Implicit(String to OperationalInsightsClusterReplicationState)

Converts a String to a OperationalInsightsClusterReplicationState.

Inequality(OperationalInsightsClusterReplicationState, OperationalInsightsClusterReplicationState)

Determines if two OperationalInsightsClusterReplicationState values are not the same.

Applies to