Share via


ManagedClusterWorkloadAutoScalerProfileKeda Constructors

Definition

Overloads

ManagedClusterWorkloadAutoScalerProfileKeda()

Initializes a new instance of the ManagedClusterWorkloadAutoScalerProfileKeda class.

ManagedClusterWorkloadAutoScalerProfileKeda(Boolean)

Initializes a new instance of the ManagedClusterWorkloadAutoScalerProfileKeda class.

ManagedClusterWorkloadAutoScalerProfileKeda()

Initializes a new instance of the ManagedClusterWorkloadAutoScalerProfileKeda class.

public ManagedClusterWorkloadAutoScalerProfileKeda ();
Public Sub New ()

Applies to

ManagedClusterWorkloadAutoScalerProfileKeda(Boolean)

Initializes a new instance of the ManagedClusterWorkloadAutoScalerProfileKeda class.

public ManagedClusterWorkloadAutoScalerProfileKeda (bool enabled);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfileKeda : bool -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterWorkloadAutoScalerProfileKeda
Public Sub New (enabled As Boolean)

Parameters

enabled
Boolean

Whether to enable KEDA.

Applies to