FileShareRestoreContent Class
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.
AzureFileShare Restore Request.
public class FileShareRestoreContent : Azure.ResourceManager.RecoveryServicesBackup.Models.RestoreContent
type FileShareRestoreContent = class
inherit RestoreContent
Public Class FileShareRestoreContent
Inherits RestoreContent
- Inheritance
Constructors
FileShareRestoreContent() |
Initializes a new instance of FileShareRestoreContent. |
Properties
CopyOptions |
Options to resolve copy conflicts. |
RecoveryType |
Type of this recovery. |
RestoreFileSpecs |
List of Source Files/Folders(which need to recover) and TargetFolderPath details. |
RestoreRequestType |
Restore Type (FullShareRestore or ItemLevelRestore). |
SourceResourceId |
Source storage account ARM Id. |
TargetDetails |
Target File Share Details. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET