Share via


AmlFilesystemHealth Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemHealthTypeConverter))]
public class AmlFilesystemHealth : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemHealth
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemHealthTypeConverter))>]
type AmlFilesystemHealth = class
    interface IAmlFilesystemHealth
    interface IJsonSerializable
Public Class AmlFilesystemHealth
Implements IAmlFilesystemHealth
Inheritance
AmlFilesystemHealth
Attributes
Implements

Constructors

AmlFilesystemHealth()

Creates an new AmlFilesystemHealth instance.

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AmlFilesystemHealth.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AmlFilesystemHealth.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemHealth.

FromJsonString(String)

Creates a new instance of AmlFilesystemHealth, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AmlFilesystemHealth into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to