ArmStorageCacheModelFactory.AmlFileSystemArchiveContent(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.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.