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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET