Udostępnij przez


StandbyContainerGroupPoolPrediction Class

Definition

Displays prediction information of the standby pool.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyContainerGroupPoolPredictionTypeConverter))]
public class StandbyContainerGroupPoolPrediction : Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyContainerGroupPoolPrediction
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyContainerGroupPoolPredictionTypeConverter))>]
type StandbyContainerGroupPoolPrediction = class
    interface IStandbyContainerGroupPoolPrediction
    interface IJsonSerializable
Public Class StandbyContainerGroupPoolPrediction
Implements IStandbyContainerGroupPoolPrediction
Inheritance
StandbyContainerGroupPoolPrediction
Attributes
Implements

Constructors

Name Description
StandbyContainerGroupPoolPrediction()

Creates an new StandbyContainerGroupPoolPrediction instance.

Properties

Name Description
ForecastInfo

Displays additional information for the prediction of the standby pool.

ForecastStartTime

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

ForecastValueInstancesRequestedCount

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

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StandbyContainerGroupPoolPrediction.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StandbyContainerGroupPoolPrediction.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyContainerGroupPoolPrediction.

FromJsonString(String)

Creates a new instance of StandbyContainerGroupPoolPrediction, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StandbyContainerGroupPoolPrediction into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to