ManagedClusterWorkloadAutoScalerProfileKeda Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.