다음을 통해 공유


ManagedClusterWorkloadAutoScalerProfile Class

Definition

Workload Auto-scaler profile for the managed cluster. Serialized Name: ManagedClusterWorkloadAutoScalerProfile

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

Name Description
ManagedClusterWorkloadAutoScalerProfile()

Initializes a new instance of ManagedClusterWorkloadAutoScalerProfile.

Properties

Name Description
IsKedaEnabled

Whether to enable KEDA. Serialized Name: ManagedClusterWorkloadAutoScalerProfileKeda.enabled

IsVpaEnabled

Whether to enable VPA. Default value is false. Serialized Name: ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler.enabled

VerticalPodAutoscaler

Gets or sets the vertical pod autoscaler.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, 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