StandbyContainerGroupPoolPrediction Class
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.
Displays prediction information of the standby pool.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyContainerGroupPoolPredictionTypeConverter))]
public class StandbyContainerGroupPoolPrediction : Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyContainerGroupPoolPrediction
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyContainerGroupPoolPredictionTypeConverter))>]
type StandbyContainerGroupPoolPrediction = class
interface IStandbyContainerGroupPoolPrediction
interface IJsonSerializable
Public Class StandbyContainerGroupPoolPrediction
Implements IStandbyContainerGroupPoolPrediction
- Inheritance
-
StandbyContainerGroupPoolPrediction
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| StandbyContainerGroupPoolPrediction() |
Creates an new StandbyContainerGroupPoolPrediction 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 StandbyContainerGroupPoolPrediction. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StandbyContainerGroupPoolPrediction. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyContainerGroupPoolPrediction. |
| FromJsonString(String) |
Creates a new instance of StandbyContainerGroupPoolPrediction, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of StandbyContainerGroupPoolPrediction into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |