Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterAzureMonitorProfile
Packages that use ManagedClusterAzureMonitorProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterAzureMonitorProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterAzureMonitorProfileModifier and TypeMethodDescriptionManagedClusterInner.azureMonitorProfile()Get the azureMonitorProfile property: Azure Monitor addon profiles for monitoring the managed cluster.ManagedClusterProperties.azureMonitorProfile()Get the azureMonitorProfile property: Azure Monitor addon profiles for monitoring the managed cluster.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ManagedClusterAzureMonitorProfileModifier and TypeMethodDescriptionManagedClusterInner.withAzureMonitorProfile(ManagedClusterAzureMonitorProfile azureMonitorProfile) Set the azureMonitorProfile property: Azure Monitor addon profiles for monitoring the managed cluster.ManagedClusterProperties.withAzureMonitorProfile(ManagedClusterAzureMonitorProfile azureMonitorProfile) Set the azureMonitorProfile property: Azure Monitor addon profiles for monitoring the managed cluster. -
Uses of ManagedClusterAzureMonitorProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterAzureMonitorProfileModifier and TypeMethodDescriptionManagedClusterAzureMonitorProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterAzureMonitorProfile from the JsonReader.ManagedClusterAzureMonitorProfile.withMetrics(ManagedClusterAzureMonitorProfileMetrics metrics) Set the metrics property: Metrics profile for the Azure Monitor managed service for Prometheus addon.