Udostępnij przez


StandbyContainerGroupPoolForecastValues Class

Definition

Displays the forecast information of the standby pool.

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

Constructors

Name Description
StandbyContainerGroupPoolForecastValues()

Creates an new StandbyContainerGroupPoolForecastValues instance.

Properties

Name Description
InstancesRequestedCount

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 StandbyContainerGroupPoolForecastValues.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StandbyContainerGroupPoolForecastValues.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StandbyContainerGroupPoolForecastValues into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to