Partilhar via


AutomaticResourcePredictionsProfile Class

Definition

The stand-by agent scheme is determined based on historical demand.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.AutomaticResourcePredictionsProfileTypeConverter))]
public class AutomaticResourcePredictionsProfile : Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IAutomaticResourcePredictionsProfile, Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.AutomaticResourcePredictionsProfileTypeConverter))>]
type AutomaticResourcePredictionsProfile = class
    interface IAutomaticResourcePredictionsProfile
    interface IJsonSerializable
    interface IResourcePredictionsProfile
    interface IValidates
Public Class AutomaticResourcePredictionsProfile
Implements IAutomaticResourcePredictionsProfile, IValidates
Inheritance
AutomaticResourcePredictionsProfile
Attributes
Implements

Constructors

AutomaticResourcePredictionsProfile()

Creates an new AutomaticResourcePredictionsProfile instance.

Properties

Kind

Determines how the stand-by scheme should be provided.

PredictionPreference

Determines the balance between cost and performance.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AutomaticResourcePredictionsProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AutomaticResourcePredictionsProfile.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IAutomaticResourcePredictionsProfile.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AutomaticResourcePredictionsProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to