ArmStorageSyncModelFactory.RecallActionContent(String, String) Method
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.
public static Azure.ResourceManager.StorageSync.Models.RecallActionContent RecallActionContent(string pattern = default, string recallPath = default);
static member RecallActionContent : string * string -> Azure.ResourceManager.StorageSync.Models.RecallActionContent
Public Shared Function RecallActionContent (Optional pattern As String = Nothing, Optional recallPath As String = Nothing) As RecallActionContent
Parameters
- pattern
- String
Pattern of the files.
- recallPath
- String
Recall path.
Returns
A new RecallActionContent instance for mocking.