ManagedClusterWorkloadAutoScalerProfile Class

Definition

Workload Auto-scaler profile for the managed cluster.

public class ManagedClusterWorkloadAutoScalerProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile>
public class ManagedClusterWorkloadAutoScalerProfile
type ManagedClusterWorkloadAutoScalerProfile = class
    interface IJsonModel<ManagedClusterWorkloadAutoScalerProfile>
    interface IPersistableModel<ManagedClusterWorkloadAutoScalerProfile>
type ManagedClusterWorkloadAutoScalerProfile = class
Public Class ManagedClusterWorkloadAutoScalerProfile
Implements IJsonModel(Of ManagedClusterWorkloadAutoScalerProfile), IPersistableModel(Of ManagedClusterWorkloadAutoScalerProfile)
Public Class ManagedClusterWorkloadAutoScalerProfile
Inheritance
ManagedClusterWorkloadAutoScalerProfile
Implements

Constructors

ManagedClusterWorkloadAutoScalerProfile()

Initializes a new instance of ManagedClusterWorkloadAutoScalerProfile.

Properties

IsKedaEnabled

Whether to enable KEDA.

IsVpaEnabled

Whether to enable VPA. Default value is false.

VerticalPodAutoscaler

Gets or sets the vertical pod autoscaler.

Explicit Interface Implementations

IJsonModel<ManagedClusterWorkloadAutoScalerProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ManagedClusterWorkloadAutoScalerProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedClusterWorkloadAutoScalerProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedClusterWorkloadAutoScalerProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ManagedClusterWorkloadAutoScalerProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to