Share via


StoragePoolHealthInfo Class

Definition

Health information for a storage pool.

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

Properties

Alerts

List of health alerts.

Health

Health metrics.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StoragePoolHealthInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StoragePoolHealthInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StoragePoolHealthInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StoragePoolHealthInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StoragePoolHealthInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to