Condividi tramite


ArmStandbyPoolModelFactory.StandbyVirtualMachinePoolPrediction Method

Definition

Initializes a new instance of StandbyVirtualMachinePoolPrediction.

public static Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachinePoolPrediction StandbyVirtualMachinePoolPrediction(System.Collections.Generic.IEnumerable<long> forecastValuesInstancesRequestedCount = default, DateTimeOffset forecastStartOn = default, string forecastInfo = default);
static member StandbyVirtualMachinePoolPrediction : seq<int64> * DateTimeOffset * string -> Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachinePoolPrediction
Public Shared Function StandbyVirtualMachinePoolPrediction (Optional forecastValuesInstancesRequestedCount As IEnumerable(Of Long) = Nothing, Optional forecastStartOn As DateTimeOffset = Nothing, Optional forecastInfo As String = Nothing) As StandbyVirtualMachinePoolPrediction

Parameters

forecastValuesInstancesRequestedCount
IEnumerable<Int64>

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

forecastStartOn
DateTimeOffset

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

forecastInfo
String

Displays additional information for the prediction of the standby pool.

Returns

A new StandbyVirtualMachinePoolPrediction instance for mocking.

Applies to