AmlFileSystemHealth Class

Definition

An indication of AML file system health. Gives more information about health than just that related to provisioning.

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

Properties

State

List of AML file system health states.

StatusCode

Server-defined error code for the AML file system health.

StatusDescription

Describes the health state.

Explicit Interface Implementations

IJsonModel<AmlFileSystemHealth>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AmlFileSystemHealth>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AmlFileSystemHealth>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AmlFileSystemHealth>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AmlFileSystemHealth>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to