Share via


PureStorageAvsStatus Class

Definition

Status of storage pool / AVS connection.

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

Properties

ClusterResourceId

Azure resource ID of the AVS SDDC the pool is connected to.

CurrentConnectionStatus

Human-readable current AVS connection status.

IsAvsEnabled

If true, an AVS connection has been successfully completed.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PureStorageAvsStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PureStorageAvsStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PureStorageAvsStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PureStorageAvsStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PureStorageAvsStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to