FileShareRestoreType 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.
Restore Type (FullShareRestore or ItemLevelRestore).
public readonly struct FileShareRestoreType : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.FileShareRestoreType>
type FileShareRestoreType = struct
Public Structure FileShareRestoreType
Implements IEquatable(Of FileShareRestoreType)
- Inheritance
-
FileShareRestoreType
- Implements
Constructors
FileShareRestoreType(String) |
Initializes a new instance of FileShareRestoreType. |
Properties
FullShareRestore |
FullShareRestore. |
Invalid |
Invalid. |
ItemLevelRestore |
ItemLevelRestore. |
Methods
Equals(FileShareRestoreType) |
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(FileShareRestoreType, FileShareRestoreType) |
Determines if two FileShareRestoreType values are the same. |
Implicit(String to FileShareRestoreType) |
Converts a string to a FileShareRestoreType. |
Inequality(FileShareRestoreType, FileShareRestoreType) |
Determines if two FileShareRestoreType values are not the same. |
Applies to
Azure SDK for .NET