Condividi tramite


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

Name Description
BackupVaultInfrastructureEncryptionState(String)

Initializes a new instance of BackupVaultInfrastructureEncryptionState.

Properties

Name Description
Disabled

Gets the Disabled.

Enabled

Gets the Enabled.

Methods

Name Description
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

Name Description
Equality(BackupVaultInfrastructureEncryptionState, BackupVaultInfrastructureEncryptionState)

Determines if two BackupVaultInfrastructureEncryptionState values are the same.

Implicit(String to BackupVaultInfrastructureEncryptionState)

Converts a string to a BackupVaultInfrastructureEncryptionState.

Implicit(String to Nullable<BackupVaultInfrastructureEncryptionState>)
Inequality(BackupVaultInfrastructureEncryptionState, BackupVaultInfrastructureEncryptionState)

Determines if two BackupVaultInfrastructureEncryptionState values are not the same.

Applies to