Share via


StandbyVirtualMachinePoolPrediction Class

Definition

Displays prediction information of the standby pool.

public class StandbyVirtualMachinePoolPrediction : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachinePoolPrediction>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachinePoolPrediction>
type StandbyVirtualMachinePoolPrediction = class
    interface IJsonModel<StandbyVirtualMachinePoolPrediction>
    interface IPersistableModel<StandbyVirtualMachinePoolPrediction>
Public Class StandbyVirtualMachinePoolPrediction
Implements IJsonModel(Of StandbyVirtualMachinePoolPrediction), IPersistableModel(Of StandbyVirtualMachinePoolPrediction)
Inheritance
StandbyVirtualMachinePoolPrediction
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<StandbyVirtualMachinePoolPrediction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StandbyVirtualMachinePoolPrediction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StandbyVirtualMachinePoolPrediction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StandbyVirtualMachinePoolPrediction>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StandbyVirtualMachinePoolPrediction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to