ArmStorageSyncModelFactory.RecallActionContent(String, String) Method

Definition

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.

Applies to