Share via


VaultDedupState Struct

Definition

Vault Dedup state.

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

Constructors

VaultDedupState(String)

Initializes a new instance of VaultDedupState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Invalid

Invalid.

Methods

Equals(VaultDedupState)

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

Determines if two VaultDedupState values are the same.

Implicit(String to VaultDedupState)

Converts a string to a VaultDedupState.

Inequality(VaultDedupState, VaultDedupState)

Determines if two VaultDedupState values are not the same.

Applies to