다음을 통해 공유


BackupVaultEncryptionState Struct

Definition

Encryption state of the Backup Vault.

public readonly struct BackupVaultEncryptionState : IEquatable<Azure.ResourceManager.DataProtectionBackup.Models.BackupVaultEncryptionState>
type BackupVaultEncryptionState = struct
Public Structure BackupVaultEncryptionState
Implements IEquatable(Of BackupVaultEncryptionState)
Inheritance
BackupVaultEncryptionState
Implements

Constructors

BackupVaultEncryptionState(String)

Initializes a new instance of BackupVaultEncryptionState.

Properties

Disabled

CMK encryption is disabled on the Backup Vault. User can not set this state once Encryption State is 'Enabled'.

Enabled

CMK encryption is enabled on the Backup Vault.

Inconsistent

CMK encryption is in inconsistent state on the Backup Vault. This state indicates that user needs to retry the encryption settings operation immediately to correct the state.

Methods

Equals(BackupVaultEncryptionState)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(BackupVaultEncryptionState, BackupVaultEncryptionState)

Determines if two BackupVaultEncryptionState values are the same.

Implicit(String to BackupVaultEncryptionState)

Converts a string to a BackupVaultEncryptionState.

Inequality(BackupVaultEncryptionState, BackupVaultEncryptionState)

Determines if two BackupVaultEncryptionState values are not the same.

Applies to