Share via


StandbyPoolStatus Class

Definition

Displays StandbyPool status.

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

Properties

Code

Displays the healthy state of the StandbyPool.

Message

Displays the StandbyPool health state details.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StandbyPoolStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StandbyPoolStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StandbyPoolStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StandbyPoolStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StandbyPoolStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to