CurrentProtectionState 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.
Especifica o estado de proteção atual do recurso.
public readonly struct CurrentProtectionState : IEquatable<Azure.ResourceManager.DataProtectionBackup.Models.CurrentProtectionState>
type CurrentProtectionState = struct
Public Structure CurrentProtectionState
Implements IEquatable(Of CurrentProtectionState)
- Herança
-
CurrentProtectionState
- Implementações
Construtores
CurrentProtectionState(String) |
Inicializa uma nova instância de CurrentProtectionState. |
Propriedades
BackupSchedulesSuspended |
BackupSchedulesSuspended. |
ConfiguringProtection |
ConfigurandoProtection. |
ConfiguringProtectionFailed |
ConfigurandoProtectionFailed. |
Invalid |
Inválido. |
NotProtected |
Não Protegido. |
ProtectionConfigured |
ProtectionConfigured. |
ProtectionError |
ProtectionError. |
ProtectionStopped |
ProtectionStopped. |
RetentionSchedulesSuspended |
RetentionSchedulesSuspended. |
SoftDeleted |
SoftDeleted. |
SoftDeleting |
SoftDeleting. |
UpdatingProtection |
AtualizandoProteção. |
Métodos
Equals(CurrentProtectionState) |
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(CurrentProtectionState, CurrentProtectionState) |
Determina se dois CurrentProtectionState valores são os mesmos. |
Implicit(String to CurrentProtectionState) |
Converte uma cadeia de caracteres em um CurrentProtectionState. |
Inequality(CurrentProtectionState, CurrentProtectionState) |
Determina se dois CurrentProtectionState valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET