Freigeben über


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

Name Description
BackupVaultSoftDeleteState(String)

Initializes a new instance of BackupVaultSoftDeleteState.

Properties

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

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

Name Description
Equality(BackupVaultSoftDeleteState, BackupVaultSoftDeleteState)

Determines if two BackupVaultSoftDeleteState values are the same.

Implicit(String to BackupVaultSoftDeleteState)

Converts a string to a BackupVaultSoftDeleteState.

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

Determines if two BackupVaultSoftDeleteState values are not the same.

Applies to