Share via


StandbyContainerGroupPoolPrediction Class

Definition

Displays prediction information of the standby pool.

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

Properties

ForecastInfo

Displays additional information for the prediction of the standby pool.

ForecastStartOn

Displays the UTC timestamp of when the prediction was retrieved for the standby pool.

ForecastValuesInstancesRequestedCount

Displays the predicted count of instances to be requested from the standby pool.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StandbyContainerGroupPoolPrediction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StandbyContainerGroupPoolPrediction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StandbyContainerGroupPoolPrediction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StandbyContainerGroupPoolPrediction>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StandbyContainerGroupPoolPrediction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to