RecallActionParameters 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
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
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