Share via


SoftDeleteFeatureState Struct

Definition

Soft Delete feature state.

public readonly struct SoftDeleteFeatureState : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.SoftDeleteFeatureState>
type SoftDeleteFeatureState = struct
Public Structure SoftDeleteFeatureState
Implements IEquatable(Of SoftDeleteFeatureState)
Inheritance
SoftDeleteFeatureState
Implements

Constructors

SoftDeleteFeatureState(String)

Initializes a new instance of SoftDeleteFeatureState.

Properties

AlwaysON

AlwaysON.

Disabled

Disabled.

Enabled

Enabled.

Invalid

Invalid.

Methods

Equals(SoftDeleteFeatureState)

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(SoftDeleteFeatureState, SoftDeleteFeatureState)

Determines if two SoftDeleteFeatureState values are the same.

Implicit(String to SoftDeleteFeatureState)

Converts a string to a SoftDeleteFeatureState.

Inequality(SoftDeleteFeatureState, SoftDeleteFeatureState)

Determines if two SoftDeleteFeatureState values are not the same.

Applies to