RecoveryPointSyncType Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Um valor que indica se o ponto de recuperação é consistente com várias VMs.
public readonly struct RecoveryPointSyncType : IEquatable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPointSyncType>
type RecoveryPointSyncType = struct
Public Structure RecoveryPointSyncType
Implements IEquatable(Of RecoveryPointSyncType)
- Herança
-
RecoveryPointSyncType
- Implementações
Construtores
RecoveryPointSyncType(String) |
Inicializa uma nova instância de RecoveryPointSyncType. |
Propriedades
MultiVmSyncRecoveryPoint |
MultiVmSyncRecoveryPoint. |
PerVmRecoveryPoint |
PerVmRecoveryPoint. |
Métodos
Equals(RecoveryPointSyncType) |
Indica se o objeto atual é igual a outro objeto do mesmo tipo. |
ToString() |
Retorna o nome do tipo totalmente qualificado dessa instância. |
Operadores
Equality(RecoveryPointSyncType, RecoveryPointSyncType) |
Determina se dois RecoveryPointSyncType valores são os mesmos. |
Implicit(String to RecoveryPointSyncType) |
Converte uma cadeia de caracteres em um RecoveryPointSyncType. |
Inequality(RecoveryPointSyncType, RecoveryPointSyncType) |
Determina se dois RecoveryPointSyncType valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET