Share via


ManualResourcePredictionsProfile Class

Definition

Customer provides the stand-by agent scheme.

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

Constructors

ManualResourcePredictionsProfile()

Creates an new ManualResourcePredictionsProfile instance.

Properties

Kind

Determines how the stand-by scheme should be provided.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManualResourcePredictionsProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManualResourcePredictionsProfile.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManualResourcePredictionsProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to