Uses of Class
com.azure.resourcemanager.appservice.models.AppLogsConfiguration
-
Packages that use AppLogsConfiguration Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 AppLogsConfiguration Modifier and Type Method Description AppLogsConfigurationKubeEnvironmentInner. appLogsConfiguration()Get the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination.AppLogsConfigurationKubeEnvironmentPatchResourceProperties. appLogsConfiguration()Get the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination.AppLogsConfigurationKubeEnvironmentProperties. 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 AppLogsConfiguration Modifier and Type Method Description KubeEnvironmentInnerKubeEnvironmentInner. withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration)Set the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination.KubeEnvironmentPatchResourcePropertiesKubeEnvironmentPatchResourceProperties. withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration)Set the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination.KubeEnvironmentPropertiesKubeEnvironmentProperties. 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 AppLogsConfiguration Modifier and Type Method Description AppLogsConfigurationKubeEnvironmentPatchResource. appLogsConfiguration()Get the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination.AppLogsConfigurationAppLogsConfiguration. withDestination(String destination)Set the destination property: The destination property.AppLogsConfigurationAppLogsConfiguration. withLogAnalyticsConfiguration(LogAnalyticsConfiguration logAnalyticsConfiguration)Set the logAnalyticsConfiguration property: The logAnalyticsConfiguration property.Methods in com.azure.resourcemanager.appservice.models with parameters of type AppLogsConfiguration Modifier and Type Method Description KubeEnvironmentPatchResourceKubeEnvironmentPatchResource. withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration)Set the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination.
-