Share via


PoolContainerGroupStateCount Class

Definition

Displays the counts of pooled container groups in each state, as known by the StandbyPool resource provider.

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

Properties

Count

The count of pooled container groups in the given state.

State

The state that the pooled container groups count is for.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PoolContainerGroupStateCount>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PoolContainerGroupStateCount>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PoolContainerGroupStateCount>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PoolContainerGroupStateCount>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PoolContainerGroupStateCount>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to