Share via


FileShareRecoveryType Struct

Definition

Type of this recovery.

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

Constructors

FileShareRecoveryType(String)

Initializes a new instance of FileShareRecoveryType.

Properties

AlternateLocation

AlternateLocation.

Invalid

Invalid.

Offline

Offline.

OriginalLocation

OriginalLocation.

RestoreDisks

RestoreDisks.

Methods

Equals(FileShareRecoveryType)

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

Determines if two FileShareRecoveryType values are the same.

Implicit(String to FileShareRecoveryType)

Converts a string to a FileShareRecoveryType.

Inequality(FileShareRecoveryType, FileShareRecoveryType)

Determines if two FileShareRecoveryType values are not the same.

Applies to