FileShareRecoveryType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET