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.Models.RestoreFileSpecs : string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET