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

Name Description
FileShareRecoveryType(String)

Initializes a new instance of FileShareRecoveryType.

Properties

Name Description
AlternateLocation

Gets the AlternateLocation.

Invalid

Gets the Invalid.

Offline

Gets the Offline.

OriginalLocation

Gets the OriginalLocation.

RestoreDisks

Gets the RestoreDisks.

Methods

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

Name Description
Equality(FileShareRecoveryType, FileShareRecoveryType)

Determines if two FileShareRecoveryType values are the same.

Implicit(String to FileShareRecoveryType)

Converts a string to a FileShareRecoveryType.

Implicit(String to Nullable<FileShareRecoveryType>)
Inequality(FileShareRecoveryType, FileShareRecoveryType)

Determines if two FileShareRecoveryType values are not the same.

Applies to