Udostępnij przez


StandbyVirtualMachinePoolForecastValues Class

Definition

Displays the forecast information of the standby pool.

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

Constructors

Name Description
StandbyVirtualMachinePoolForecastValues()

Creates an new StandbyVirtualMachinePoolForecastValues 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 StandbyVirtualMachinePoolForecastValues.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StandbyVirtualMachinePoolForecastValues.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StandbyVirtualMachinePoolForecastValues into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to