Partager via


RecoveryPointSyncType Structure

Définition

Valeur indiquant si le point de récupération est cohérent sur plusieurs machines virtuelles.

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

Constructeurs

RecoveryPointSyncType(String)

Initialise une nouvelle instance de RecoveryPointSyncType.

Propriétés

MultiVmSyncRecoveryPoint

MultiVmSyncRecoveryPoint.

PerVmRecoveryPoint

PerVmRecoveryPoint.

Méthodes

Equals(RecoveryPointSyncType)

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

Détermine si deux RecoveryPointSyncType valeurs sont identiques.

Implicit(String to RecoveryPointSyncType)

Convertit une chaîne en RecoveryPointSyncType.

Inequality(RecoveryPointSyncType, RecoveryPointSyncType)

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

S’applique à