Share via


ManualScaleProfile Class

Definition

Specifications on number of machines.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManualScaleProfileTypeConverter))]
public class ManualScaleProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManualScaleProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManualScaleProfileTypeConverter))>]
type ManualScaleProfile = class
    interface IManualScaleProfile
    interface IJsonSerializable
Public Class ManualScaleProfile
Implements IManualScaleProfile
Inheritance
ManualScaleProfile
Attributes
Implements

Constructors

Name Description
ManualScaleProfile()

Creates an new ManualScaleProfile instance.

Properties

Name Description
Count

Number of nodes.

Size

VM size that AKS will use when creating and scaling e.g. 'Standard_E4s_v3', 'Standard_E16s_v3' or 'Standard_D16s_v5'.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManualScaleProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManualScaleProfile.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManualScaleProfile.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManualScaleProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to