Udostępnij przez


StandbyVirtualMachinePoolPrediction Class

Definition

Displays prediction information of the standby pool.

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

Constructors

Name Description
StandbyVirtualMachinePoolPrediction()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StandbyVirtualMachinePoolPrediction.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StandbyVirtualMachinePoolPrediction into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to