Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterLogAnalyticsApplicationLogs
Packages that use ClusterLogAnalyticsApplicationLogs
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterLogAnalyticsApplicationLogs in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ClusterLogAnalyticsApplicationLogsModifier and TypeClassDescriptionfinal classCollection of logs to be enabled or disabled for log analytics.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterLogAnalyticsApplicationLogsModifier and TypeMethodDescriptionClusterLogAnalyticsProfile.applicationLogs()Get the applicationLogs property: Collection of logs to be enabled or disabled for log analytics.ClusterLogAnalyticsApplicationLogs.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterLogAnalyticsApplicationLogs from the JsonReader.ClusterLogAnalyticsApplicationLogs.withStdErrorEnabled(Boolean stdErrorEnabled) Set the stdErrorEnabled property: True if stderror is enabled, otherwise false.ClusterLogAnalyticsApplicationLogs.withStdOutEnabled(Boolean stdOutEnabled) Set the stdOutEnabled property: True if stdout is enabled, otherwise false.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type ClusterLogAnalyticsApplicationLogsModifier and TypeMethodDescriptionClusterLogAnalyticsProfile.withApplicationLogs(ClusterLogAnalyticsApplicationLogs applicationLogs) Set the applicationLogs property: Collection of logs to be enabled or disabled for log analytics.