Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterPoolLogAnalyticsProfile
Packages that use ClusterPoolLogAnalyticsProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterPoolLogAnalyticsProfile in com.azure.resourcemanager.hdinsight.containers.models
Subclasses of ClusterPoolLogAnalyticsProfile in com.azure.resourcemanager.hdinsight.containers.modelsModifier and TypeClassDescriptionfinal classCluster pool log analytics profile to enable OMS agent for AKS cluster.Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ClusterPoolLogAnalyticsProfileModifier and TypeClassDescriptionclassCluster pool log analytics profile used to enable or disable OMS agent for AKS cluster.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterPoolLogAnalyticsProfileModifier and TypeMethodDescriptionClusterPoolLogAnalyticsProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterPoolLogAnalyticsProfile from the JsonReader.ClusterPoolLogAnalyticsProfile.withEnabled(boolean enabled) Set the enabled property: True if log analytics is enabled for cluster pool, otherwise false.ClusterPoolLogAnalyticsProfile.withWorkspaceId(String workspaceId) Set the workspaceId property: Log analytics workspace to associate with the OMS agent.