ReplicationLinkType Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Type de lien (GEO, NAMED, STANDBY).
public readonly struct ReplicationLinkType : IEquatable<Azure.ResourceManager.Sql.Models.ReplicationLinkType>
type ReplicationLinkType = struct
Public Structure ReplicationLinkType
Implements IEquatable(Of ReplicationLinkType)
- Héritage
-
ReplicationLinkType
- Implémente
Constructeurs
ReplicationLinkType(String) |
Initialise une nouvelle instance de ReplicationLinkType. |
Propriétés
Geo |
GEO. |
Named |
NOMMÉ. |
Standby |
STANDBY. |
Méthodes
Equals(ReplicationLinkType) |
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(ReplicationLinkType, ReplicationLinkType) |
Détermine si deux ReplicationLinkType valeurs sont identiques. |
Implicit(String to ReplicationLinkType) |
Convertit une chaîne en ReplicationLinkType. |
Inequality(ReplicationLinkType, ReplicationLinkType) |
Détermine si deux ReplicationLinkType valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET