Compartilhar via


ArmStorageCacheModelFactory.AmlFileSystemClientInfo Método

Definição

Inicializa uma nova instância de 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

Parâmetros

mgsAddress
String

O endereço IPv4 usado pelos clientes para montar o MGS (Serviço de Gerenciamento de Lustre) do sistema de arquivos AML.

mountCommand
String

Comando recomendado para montar o sistema de arquivos AML.

lustreVersion
String

A versão do Lustre em execução no sistema de arquivos AML.

containerStorageInterface
AmlFileSystemContainerStorageInterface

Informações da Interface de Armazenamento de Contêiner para o sistema de arquivos AML.

Retornos

Uma nova AmlFileSystemClientInfo instância para zombar.

Aplica-se a