Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterLogAnalyticsProfile
Packages that use ClusterLogAnalyticsProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterLogAnalyticsProfile in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ClusterLogAnalyticsProfileModifier and TypeClassDescriptionfinal classCluster log analytics profile to enable or disable OMS agent for cluster.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterLogAnalyticsProfileModifier and TypeMethodDescriptionstatic ClusterLogAnalyticsProfileClusterLogAnalyticsProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterLogAnalyticsProfile from the JsonReader.ClusterProfile.logAnalyticsProfile()Get the logAnalyticsProfile property: Cluster log analytics profile to enable or disable OMS agent for cluster.UpdatableClusterProfile.logAnalyticsProfile()Get the logAnalyticsProfile property: Cluster log analytics profile to enable or disable OMS agent for cluster.ClusterLogAnalyticsProfile.withApplicationLogs(ClusterLogAnalyticsApplicationLogs applicationLogs) Set the applicationLogs property: Collection of logs to be enabled or disabled for log analytics.ClusterLogAnalyticsProfile.withEnabled(boolean enabled) Set the enabled property: True if log analytics is enabled for the cluster, otherwise false.ClusterLogAnalyticsProfile.withMetricsEnabled(Boolean metricsEnabled) Set the metricsEnabled property: True if metrics are enabled, otherwise false.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type ClusterLogAnalyticsProfileModifier and TypeMethodDescriptionClusterProfile.withLogAnalyticsProfile(ClusterLogAnalyticsProfile logAnalyticsProfile) Set the logAnalyticsProfile property: Cluster log analytics profile to enable or disable OMS agent for cluster.UpdatableClusterProfile.withLogAnalyticsProfile(ClusterLogAnalyticsProfile logAnalyticsProfile) Set the logAnalyticsProfile property: Cluster log analytics profile to enable or disable OMS agent for cluster.