Condividi tramite


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>
type ManagedClusterWorkloadAutoScalerProfile = class
    interface IJsonModel<ManagedClusterWorkloadAutoScalerProfile>
    interface IPersistableModel<ManagedClusterWorkloadAutoScalerProfile>
Public Class ManagedClusterWorkloadAutoScalerProfile
Implements IJsonModel(Of ManagedClusterWorkloadAutoScalerProfile), IPersistableModel(Of ManagedClusterWorkloadAutoScalerProfile)
Inheritance
ManagedClusterWorkloadAutoScalerProfile
Implements

Constructors

Name Description
ManagedClusterWorkloadAutoScalerProfile()

Initializes a new instance of ManagedClusterWorkloadAutoScalerProfile.

Properties

Name Description
IsKedaEnabled

Whether to enable KEDA.

VerticalPodAutoscaler

VPA (Vertical Pod Autoscaler) settings for the workload auto-scaler profile.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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