Partilhar via


ResourcePredictionsProfile Class

Definition

Determines how the stand-by scheme should be provided.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.ResourcePredictionsProfileTypeConverter))]
public class ResourcePredictionsProfile : Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IResourcePredictionsProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.ResourcePredictionsProfileTypeConverter))>]
type ResourcePredictionsProfile = class
    interface IResourcePredictionsProfile
    interface IJsonSerializable
Public Class ResourcePredictionsProfile
Implements IResourcePredictionsProfile
Inheritance
ResourcePredictionsProfile
Attributes
Implements

Constructors

ResourcePredictionsProfile()

Creates an new ResourcePredictionsProfile instance.

Properties

Kind

Determines how the stand-by scheme should be provided.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourcePredictionsProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourcePredictionsProfile.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IResourcePredictionsProfile. Note: the Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IResourcePredictionsProfile interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourcePredictionsProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to