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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET