Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterWorkloadAutoScalerProfile
Packages that use ManagedClusterWorkloadAutoScalerProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterWorkloadAutoScalerProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterWorkloadAutoScalerProfileModifier and TypeMethodDescriptionManagedClusterInner.workloadAutoScalerProfile()Get the workloadAutoScalerProfile property: Workload Auto-scaler profile for the managed cluster.ManagedClusterProperties.workloadAutoScalerProfile()Get the workloadAutoScalerProfile property: Workload Auto-scaler profile for the managed cluster.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ManagedClusterWorkloadAutoScalerProfileModifier and TypeMethodDescriptionManagedClusterInner.withWorkloadAutoScalerProfile(ManagedClusterWorkloadAutoScalerProfile workloadAutoScalerProfile) Set the workloadAutoScalerProfile property: Workload Auto-scaler profile for the managed cluster.ManagedClusterProperties.withWorkloadAutoScalerProfile(ManagedClusterWorkloadAutoScalerProfile workloadAutoScalerProfile) Set the workloadAutoScalerProfile property: Workload Auto-scaler profile for the managed cluster. -
Uses of ManagedClusterWorkloadAutoScalerProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterWorkloadAutoScalerProfileModifier and TypeMethodDescriptionManagedClusterWorkloadAutoScalerProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterWorkloadAutoScalerProfile from the JsonReader.ManagedClusterWorkloadAutoScalerProfile.withKeda(ManagedClusterWorkloadAutoScalerProfileKeda keda) Set the keda property: KEDA (Kubernetes Event-driven Autoscaling) settings for the workload auto-scaler profile.ManagedClusterWorkloadAutoScalerProfile.withVerticalPodAutoscaler(ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler verticalPodAutoscaler) Set the verticalPodAutoscaler property: VPA (Vertical Pod Autoscaler) settings for the workload auto-scaler profile.