BackupVaultSoftDeleteState Struct

Definition

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