RestoreFileSpec Constructors

Definition

Overloads

RestoreFileSpec()

Initializes a new instance of the RestoreFileSpec class.

RestoreFileSpec(String, Nullable<Boolean>)

Initializes a new instance of the RestoreFileSpec class.

RestoreFileSpec()

Initializes a new instance of the RestoreFileSpec class.

public RestoreFileSpec ();
Public Sub New ()

Applies to

RestoreFileSpec(String, Nullable<Boolean>)

Initializes a new instance of the RestoreFileSpec class.

public RestoreFileSpec (string path = default, bool? isdir = default);
new Microsoft.Azure.Management.StorageSync.Models.RestoreFileSpec : string * Nullable<bool> -> Microsoft.Azure.Management.StorageSync.Models.RestoreFileSpec
Public Sub New (Optional path As String = Nothing, Optional isdir As Nullable(Of Boolean) = Nothing)

Parameters

path
String

Restore file spec path

isdir
Nullable<Boolean>

Restore file spec isdir

Applies to