Condividi tramite


AutoScaleProperties Class

Definition

Auto scale properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AutoScalePropertiesTypeConverter))]
public class AutoScaleProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAutoScaleProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AutoScalePropertiesTypeConverter))>]
type AutoScaleProperties = class
    interface IAutoScaleProperties
    interface IJsonSerializable
Public Class AutoScaleProperties
Implements IAutoScaleProperties
Inheritance
AutoScaleProperties
Attributes
Implements

Constructors

Name Description
AutoScaleProperties()

Creates an new AutoScaleProperties instance.

Properties

Name Description
Enabled
MaxNodeCount
MinNodeCount

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AutoScaleProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AutoScaleProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAutoScaleProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AutoScaleProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to