ArmStorageCacheModelFactory.AmlFileSystemArchiveContent(String) Method

Definition

public static Azure.ResourceManager.StorageCache.Models.AmlFileSystemArchiveContent AmlFileSystemArchiveContent(string filesystemPath = default);
static member AmlFileSystemArchiveContent : string -> Azure.ResourceManager.StorageCache.Models.AmlFileSystemArchiveContent
Public Shared Function AmlFileSystemArchiveContent (Optional filesystemPath As String = Nothing) As AmlFileSystemArchiveContent

Parameters

filesystemPath
String

Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data.

Returns

A new AmlFileSystemArchiveContent instance for mocking.

Applies to