ManagedClusterWorkloadAutoScalerProfile Constructors

Definition

Overloads

Name Description
ManagedClusterWorkloadAutoScalerProfile()

Initializes a new instance of the ManagedClusterWorkloadAutoScalerProfile class.

ManagedClusterWorkloadAutoScalerProfile(ManagedClusterWorkloadAutoScalerProfileKeda)

Initializes a new instance of the ManagedClusterWorkloadAutoScalerProfile class.

ManagedClusterWorkloadAutoScalerProfile(ManagedClusterWorkloadAutoScalerProfileKeda, ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler)

Initializes a new instance of the ManagedClusterWorkloadAutoScalerProfile class.

ManagedClusterWorkloadAutoScalerProfile()

Initializes a new instance of the ManagedClusterWorkloadAutoScalerProfile class.

public ManagedClusterWorkloadAutoScalerProfile();
Public Sub New ()

Applies to

ManagedClusterWorkloadAutoScalerProfile(ManagedClusterWorkloadAutoScalerProfileKeda)

Initializes a new instance of the ManagedClusterWorkloadAutoScalerProfile class.

public ManagedClusterWorkloadAutoScalerProfile(Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfileKeda keda = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile : Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfileKeda -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile
Public Sub New (Optional keda As ManagedClusterWorkloadAutoScalerProfileKeda = Nothing)

Parameters

keda
ManagedClusterWorkloadAutoScalerProfileKeda

KEDA (Kubernetes Event-driven Autoscaling) settings for the workload auto-scaler profile.

Applies to

ManagedClusterWorkloadAutoScalerProfile(ManagedClusterWorkloadAutoScalerProfileKeda, ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler)

Initializes a new instance of the ManagedClusterWorkloadAutoScalerProfile class.

public ManagedClusterWorkloadAutoScalerProfile(Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfileKeda keda = default, Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler verticalPodAutoscaler = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile : Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfileKeda * Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfile
Public Sub New (Optional keda As ManagedClusterWorkloadAutoScalerProfileKeda = Nothing, Optional verticalPodAutoscaler As ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler = Nothing)

Parameters

keda
ManagedClusterWorkloadAutoScalerProfileKeda

KEDA (Kubernetes Event-driven Autoscaling) settings for the workload auto-scaler profile.

verticalPodAutoscaler
ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler

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

Applies to