AmlFileSystemClientInfo Class

Definition

AML file system client information.

public class AmlFileSystemClientInfo
public class AmlFileSystemClientInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageCache.Models.AmlFileSystemClientInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageCache.Models.AmlFileSystemClientInfo>
type AmlFileSystemClientInfo = class
type AmlFileSystemClientInfo = class
    interface IJsonModel<AmlFileSystemClientInfo>
    interface IPersistableModel<AmlFileSystemClientInfo>
Public Class AmlFileSystemClientInfo
Public Class AmlFileSystemClientInfo
Implements IJsonModel(Of AmlFileSystemClientInfo), IPersistableModel(Of AmlFileSystemClientInfo)
Inheritance
AmlFileSystemClientInfo
Implements

Properties

ContainerStorageInterface

Container Storage Interface information for the AML file system.

LustreVersion

The version of Lustre running in the AML file system.

MgsAddress

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

MountCommand

Recommended command to mount the AML file system.

Explicit Interface Implementations

IJsonModel<AmlFileSystemClientInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AmlFileSystemClientInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AmlFileSystemClientInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AmlFileSystemClientInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AmlFileSystemClientInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to