IStandbyVirtualMachinePoolPrediction Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyVirtualMachinePoolPredictionTypeConverter))]
public interface IStandbyVirtualMachinePoolPrediction : Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyVirtualMachinePoolPredictionTypeConverter))>]
type IStandbyVirtualMachinePoolPrediction = interface
interface IJsonSerializable
Public Interface IStandbyVirtualMachinePoolPrediction
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |