Partager via


ReplicationLinkState Structure

Définition

État de réplication (PENDING, SEEDING, CATCHUP, SUSPENDED).

public readonly struct ReplicationLinkState : IEquatable<Azure.ResourceManager.Sql.Models.ReplicationLinkState>
type ReplicationLinkState = struct
Public Structure ReplicationLinkState
Implements IEquatable(Of ReplicationLinkState)
Héritage
ReplicationLinkState
Implémente

Constructeurs

ReplicationLinkState(String)

Initialise une nouvelle instance de ReplicationLinkState.

Propriétés

CatchUp

CATCH_UP.

Pending

ATTENTE.

Seeding

SEMIS.

Suspended

SUSPENDU.

Méthodes

Equals(ReplicationLinkState)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(ReplicationLinkState, ReplicationLinkState)

Détermine si deux ReplicationLinkState valeurs sont identiques.

Implicit(String to ReplicationLinkState)

Convertit une chaîne en ReplicationLinkState.

Inequality(ReplicationLinkState, ReplicationLinkState)

Détermine si deux ReplicationLinkState valeurs ne sont pas identiques.

S’applique à