RecallActionParameters Constructors

Definition

Overloads

RecallActionParameters()

Initializes a new instance of the RecallActionParameters class.

RecallActionParameters(String, String)

Initializes a new instance of the RecallActionParameters class.

RecallActionParameters()

Initializes a new instance of the RecallActionParameters class.

public RecallActionParameters ();
Public Sub New ()

Applies to

RecallActionParameters(String, String)

Initializes a new instance of the RecallActionParameters class.

public RecallActionParameters (string pattern = default, string recallPath = default);
new Microsoft.Azure.Management.StorageSync.Models.RecallActionParameters : string * string -> Microsoft.Azure.Management.StorageSync.Models.RecallActionParameters
Public Sub New (Optional pattern As String = Nothing, Optional recallPath As String = Nothing)

Parameters

pattern
String

Pattern of the files.

recallPath
String

Recall path.

Applies to