ArmStorageSyncModelFactory.RestoreFileSpec Method

Definition

public static Azure.ResourceManager.StorageSync.Models.RestoreFileSpec RestoreFileSpec(string path = default, bool? isDirectory = default);
static member RestoreFileSpec : string * Nullable<bool> -> Azure.ResourceManager.StorageSync.Models.RestoreFileSpec
Public Shared Function RestoreFileSpec (Optional path As String = Nothing, Optional isDirectory As Nullable(Of Boolean) = Nothing) As RestoreFileSpec

Parameters

path
String

Restore file spec path.

isDirectory
Nullable<Boolean>

Restore file spec isdir.

Returns

A new RestoreFileSpec instance for mocking.

Applies to