Compartir a través de


RecoveryPointSyncType Estructura

Definición

Valor que indica si el punto de recuperación es coherente con varias máquinas virtuales.

public readonly struct RecoveryPointSyncType : IEquatable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPointSyncType>
type RecoveryPointSyncType = struct
Public Structure RecoveryPointSyncType
Implements IEquatable(Of RecoveryPointSyncType)
Herencia
RecoveryPointSyncType
Implementaciones

Constructores

RecoveryPointSyncType(String)

Inicializa una nueva instancia de la clase RecoveryPointSyncType.

Propiedades

MultiVmSyncRecoveryPoint

MultiVmSyncRecoveryPoint.

PerVmRecoveryPoint

PerVmRecoveryPoint.

Métodos

Equals(RecoveryPointSyncType)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(RecoveryPointSyncType, RecoveryPointSyncType)

Determina si dos RecoveryPointSyncType valores son los mismos.

Implicit(String to RecoveryPointSyncType)

Convierte una cadena en un RecoveryPointSyncType.

Inequality(RecoveryPointSyncType, RecoveryPointSyncType)

Determina si dos RecoveryPointSyncType valores no son los mismos.

Se aplica a