Share via


RestoreFileSpecs Constructors

Definition

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