Share via


IScaleProfile Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ScaleProfileTypeConverter))]
public interface IScaleProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ScaleProfileTypeConverter))>]
type IScaleProfile = interface
    interface IJsonSerializable
Public Interface IScaleProfile
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Manual

Specifications on how to scale the VirtualMachines agent pool to a fixed size.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to