Share via


ArmStorageCacheModelFactory.AmlFileSystemClientInfo Method

Definition

Initializes a new instance of AmlFileSystemClientInfo.

public static Azure.ResourceManager.StorageCache.Models.AmlFileSystemClientInfo AmlFileSystemClientInfo (string mgsAddress = default, string mountCommand = default, string lustreVersion = default, Azure.ResourceManager.StorageCache.Models.AmlFileSystemContainerStorageInterface containerStorageInterface = default);
static member AmlFileSystemClientInfo : string * string * string * Azure.ResourceManager.StorageCache.Models.AmlFileSystemContainerStorageInterface -> Azure.ResourceManager.StorageCache.Models.AmlFileSystemClientInfo
Public Shared Function AmlFileSystemClientInfo (Optional mgsAddress As String = Nothing, Optional mountCommand As String = Nothing, Optional lustreVersion As String = Nothing, Optional containerStorageInterface As AmlFileSystemContainerStorageInterface = Nothing) As AmlFileSystemClientInfo

Parameters

mgsAddress
String

The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS).

mountCommand
String

Recommended command to mount the AML file system.

lustreVersion
String

The version of Lustre running in the AML file system.

containerStorageInterface
AmlFileSystemContainerStorageInterface

Container Storage Interface information for the AML file system.

Returns

A new AmlFileSystemClientInfo instance for mocking.

Applies to