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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET