Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterAzureMonitorProfileMetrics
Packages that use ManagedClusterAzureMonitorProfileMetrics
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterAzureMonitorProfileMetrics in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterAzureMonitorProfileMetricsModifier and TypeMethodDescriptionManagedClusterAzureMonitorProfile.metrics()Get the metrics property: Metrics profile for the Azure Monitor managed service for Prometheus addon.ManagedClusterAzureMonitorProfileMetrics.withEnabled(boolean enabled) Set the enabled property: Whether to enable or disable the Azure Managed Prometheus addon for Prometheus monitoring.ManagedClusterAzureMonitorProfileMetrics.withKubeStateMetrics(ManagedClusterAzureMonitorProfileKubeStateMetrics kubeStateMetrics) Set the kubeStateMetrics property: Kube State Metrics profile for the Azure Managed Prometheus addon.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterAzureMonitorProfileMetricsModifier and TypeMethodDescriptionManagedClusterAzureMonitorProfile.withMetrics(ManagedClusterAzureMonitorProfileMetrics metrics) Set the metrics property: Metrics profile for the Azure Monitor managed service for Prometheus addon.