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

Name Description
RecoveryMode(String)

Initializes a new instance of RecoveryMode.

Properties

Name Description
FileRecovery

Gets the FileRecovery.

Invalid

Gets the Invalid.

RecoveryUsingSnapshot

Gets the RecoveryUsingSnapshot.

SnapshotAttach

Gets the SnapshotAttach.

SnapshotAttachAndRecover

Gets the SnapshotAttachAndRecover.

WorkloadRecovery

Gets the WorkloadRecovery.

Methods

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

Name Description
Equality(RecoveryMode, RecoveryMode)

Determines if two RecoveryMode values are the same.

Implicit(String to Nullable<RecoveryMode>)
Implicit(String to RecoveryMode)

Converts a string to a RecoveryMode.

Inequality(RecoveryMode, RecoveryMode)

Determines if two RecoveryMode values are not the same.

Applies to