Share via


RecoveryMode Struct

Definition

Defines whether the current recovery mode is file restore or database restore.

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

Constructors

RecoveryMode(String)

Initializes a new instance of RecoveryMode.

Properties

FileRecovery

FileRecovery.

Invalid

Invalid.

RecoveryUsingSnapshot

RecoveryUsingSnapshot.

SnapshotAttach

SnapshotAttach.

SnapshotAttachAndRecover

SnapshotAttachAndRecover.

WorkloadRecovery

WorkloadRecovery.

Methods

Equals(RecoveryMode)

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

Determines if two RecoveryMode values are the same.

Implicit(String to RecoveryMode)

Converts a string to a RecoveryMode.

Inequality(RecoveryMode, RecoveryMode)

Determines if two RecoveryMode values are not the same.

Applies to