Share via


IManagedClusterWorkloadAutoScalerProfile Interface

Definition

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

Properties

Name Description
KedaEnabled

Whether to enable KEDA.

VerticalPodAutoscalerEnabled

Whether to enable VPA. Default value is false.

Methods

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

Applies to