ArmStorageCacheModelFactory.AmlFileSystemClientInfo 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.
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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET