BackupVaultInfrastructureEncryptionState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET