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
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ManagedClusterAzureMonitorProfileMetricsModifier and TypeClassDescriptionfinal classMetrics profile for the Azure Monitor managed service for Prometheus addon.Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterAzureMonitorProfileMetricsModifier and TypeMethodDescriptionManagedClusterAzureMonitorProfileMetrics.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterAzureMonitorProfileMetrics from the JsonReader.ManagedClusterAzureMonitorProfile.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.