BackupVaultSoftDeleteState 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.
State of soft delete.
public readonly struct BackupVaultSoftDeleteState : IEquatable<Azure.ResourceManager.DataProtectionBackup.Models.BackupVaultSoftDeleteState>
type BackupVaultSoftDeleteState = struct
Public Structure BackupVaultSoftDeleteState
Implements IEquatable(Of BackupVaultSoftDeleteState)
- Inheritance
-
BackupVaultSoftDeleteState
- Implements
Constructors
BackupVaultSoftDeleteState(String) |
Initializes a new instance of BackupVaultSoftDeleteState. |
Properties
AlwaysOn |
Soft Delete is permanently enabled for the BackupVault and the setting cannot be changed. |
Off |
Soft Delete is turned off for the BackupVault. |
On |
Soft Delete is enabled for the BackupVault but can be turned off. |
Methods
Equals(BackupVaultSoftDeleteState) |
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(BackupVaultSoftDeleteState, BackupVaultSoftDeleteState) |
Determines if two BackupVaultSoftDeleteState values are the same. |
Implicit(String to BackupVaultSoftDeleteState) |
Converts a string to a BackupVaultSoftDeleteState. |
Inequality(BackupVaultSoftDeleteState, BackupVaultSoftDeleteState) |
Determines if two BackupVaultSoftDeleteState values are not the same. |
Applies to
Azure SDK for .NET