Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterWorkloadAutoScalerProfileKeda
Packages that use ManagedClusterWorkloadAutoScalerProfileKeda
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterWorkloadAutoScalerProfileKeda in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterWorkloadAutoScalerProfileKedaModifier and TypeMethodDescriptionManagedClusterWorkloadAutoScalerProfile.keda()Get the keda property: KEDA (Kubernetes Event-driven Autoscaling) settings for the workload auto-scaler profile.ManagedClusterWorkloadAutoScalerProfileKeda.withEnabled(boolean enabled) Set the enabled property: Whether to enable KEDA.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterWorkloadAutoScalerProfileKedaModifier and TypeMethodDescriptionManagedClusterWorkloadAutoScalerProfile.withKeda(ManagedClusterWorkloadAutoScalerProfileKeda keda) Set the keda property: KEDA (Kubernetes Event-driven Autoscaling) settings for the workload auto-scaler profile.