Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterPoolResourcePropertiesLogAnalyticsProfile
Packages that use ClusterPoolResourcePropertiesLogAnalyticsProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterPoolResourcePropertiesLogAnalyticsProfile in com.azure.resourcemanager.hdinsight.containers.models
Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterPoolResourcePropertiesLogAnalyticsProfileModifier and TypeMethodDescriptionClusterPoolResourcePropertiesLogAnalyticsProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterPoolResourcePropertiesLogAnalyticsProfile from the JsonReader.ClusterPoolResourceProperties.logAnalyticsProfile()Get the logAnalyticsProfile property: Cluster pool log analytics profile to enable OMS agent for AKS cluster.ClusterPoolResourcePropertiesLogAnalyticsProfile.withEnabled(boolean enabled) Set the enabled property: True if log analytics is enabled for cluster pool, otherwise false.ClusterPoolResourcePropertiesLogAnalyticsProfile.withWorkspaceId(String workspaceId) Set the workspaceId property: Log analytics workspace to associate with the OMS agent.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type ClusterPoolResourcePropertiesLogAnalyticsProfileModifier and TypeMethodDescriptionClusterPoolResourceProperties.withLogAnalyticsProfile(ClusterPoolResourcePropertiesLogAnalyticsProfile logAnalyticsProfile) Set the logAnalyticsProfile property: Cluster pool log analytics profile to enable OMS agent for AKS cluster.