Condividi tramite


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

Name Description
OperationalInsightsClusterReplicationState(String)

Initializes a new instance of OperationalInsightsClusterReplicationState.

Properties

Name Description
Canceled

Canceled.

DisableRequested

DisableRequested.

Disabling

Disabling.

EnableRequested

EnableRequested.

Enabling

Enabling.

Failed

Failed.

RollbackRequested

RollbackRequested.

RollingBack

RollingBack.

Succeeded

Succeeded.

Methods

Name Description
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

Name Description
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