RestoreFileSpecs Constructors
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.
Overloads
RestoreFileSpecs() |
Initializes a new instance of the RestoreFileSpecs class. |
RestoreFileSpecs(String, String, String) |
Initializes a new instance of the RestoreFileSpecs class. |
RestoreFileSpecs()
Initializes a new instance of the RestoreFileSpecs class.
public RestoreFileSpecs ();
Public Sub New ()
Applies to
RestoreFileSpecs(String, String, String)
Initializes a new instance of the RestoreFileSpecs class.
public RestoreFileSpecs (string path = default, string fileSpecType = default, string targetFolderPath = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RestoreFileSpecs : string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RestoreFileSpecs
Public Sub New (Optional path As String = Nothing, Optional fileSpecType As String = Nothing, Optional targetFolderPath As String = Nothing)
Parameters
- path
- String
Source File/Folder path
- fileSpecType
- String
Indicates what the Path variable stands for
- targetFolderPath
- String
Destination folder path in target FileShare
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET