ArmStorageSyncModelFactory.RestoreFileSpec 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.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.
Returns
A new RestoreFileSpec instance for mocking.