ManagedClusterWorkloadAutoScalerProfile 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
ManagedClusterWorkloadAutoScalerProfile() |
Initializes a new instance of the ManagedClusterWorkloadAutoScalerProfile class. |
ManagedClusterWorkloadAutoScalerProfile(ManagedClusterWorkloadAutoScalerProfileKeda) |
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 (Kubernetes Event-driven Autoscaling) settings for the workload auto-scaler profile.