Uses of Class
com.azure.resourcemanager.appservice.models.AppLogsConfiguration
Packages that use AppLogsConfiguration
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of AppLogsConfiguration in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return AppLogsConfigurationModifier and TypeMethodDescriptionKubeEnvironmentInner.appLogsConfiguration()Get the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination.KubeEnvironmentPatchResourceProperties.appLogsConfiguration()Get the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination.KubeEnvironmentProperties.appLogsConfiguration()Get the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type AppLogsConfigurationModifier and TypeMethodDescriptionKubeEnvironmentInner.withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration) Set the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination.KubeEnvironmentPatchResourceProperties.withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration) Set the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination.KubeEnvironmentProperties.withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration) Set the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination. -
Uses of AppLogsConfiguration in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AppLogsConfigurationModifier and TypeMethodDescriptionKubeEnvironmentPatchResource.appLogsConfiguration()Get the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination.static AppLogsConfigurationAppLogsConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AppLogsConfiguration from the JsonReader.AppLogsConfiguration.withDestination(String destination) Set the destination property: The destination property.AppLogsConfiguration.withLogAnalyticsConfiguration(LogAnalyticsConfiguration logAnalyticsConfiguration) Set the logAnalyticsConfiguration property: The logAnalyticsConfiguration property.Methods in com.azure.resourcemanager.appservice.models with parameters of type AppLogsConfigurationModifier and TypeMethodDescriptionKubeEnvironmentPatchResource.withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration) Set the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination.