Sdílet prostřednictvím


BackupVaultInfrastructureEncryptionState Struct

Definition

Enabling/Disabling the Double Encryption state.

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

Constructors

BackupVaultInfrastructureEncryptionState(String)

Initializes a new instance of BackupVaultInfrastructureEncryptionState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(BackupVaultInfrastructureEncryptionState)

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

Determines if two BackupVaultInfrastructureEncryptionState values are the same.

Implicit(String to BackupVaultInfrastructureEncryptionState)

Converts a string to a BackupVaultInfrastructureEncryptionState.

Inequality(BackupVaultInfrastructureEncryptionState, BackupVaultInfrastructureEncryptionState)

Determines if two BackupVaultInfrastructureEncryptionState values are not the same.

Applies to