Uses of Class
com.azure.resourcemanager.appcontainers.models.AppLogsConfiguration
Packages that use AppLogsConfiguration
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of AppLogsConfiguration in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return AppLogsConfigurationModifier and TypeMethodDescriptionManagedEnvironmentInner.appLogsConfiguration()Get the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to configured destination.ManagedEnvironmentProperties.appLogsConfiguration()Get the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to configured destination.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type AppLogsConfigurationModifier and TypeMethodDescriptionManagedEnvironmentInner.withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration) Set the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to configured destination.ManagedEnvironmentProperties.withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration) Set the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to configured destination. -
Uses of AppLogsConfiguration in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return AppLogsConfigurationModifier and TypeMethodDescriptionManagedEnvironment.appLogsConfiguration()Gets the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to configured 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: Logs destination, can be 'log-analytics', 'azure-monitor' or 'none'.AppLogsConfiguration.withLogAnalyticsConfiguration(LogAnalyticsConfiguration logAnalyticsConfiguration) Set the logAnalyticsConfiguration property: Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type AppLogsConfigurationModifier and TypeMethodDescriptionManagedEnvironment.DefinitionStages.WithAppLogsConfiguration.withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration) Specifies the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to configured destination..ManagedEnvironment.UpdateStages.WithAppLogsConfiguration.withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration) Specifies the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to configured destination..