Uses of Class
com.azure.resourcemanager.appcontainers.models.AppLogsConfiguration
-
Packages that use AppLogsConfiguration Package Description com.azure.resourcemanager.appcontainers.fluent.models Package containing the inner data models for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.models 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 AppLogsConfiguration Modifier and Type Method Description AppLogsConfiguration
ManagedEnvironmentInner. appLogsConfiguration()
Get the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination.AppLogsConfiguration
ManagedEnvironmentProperties. appLogsConfiguration()
Get the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type AppLogsConfiguration Modifier and Type Method Description ManagedEnvironmentInner
ManagedEnvironmentInner. withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration)
Set the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination.ManagedEnvironmentProperties
ManagedEnvironmentProperties. 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.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return AppLogsConfiguration Modifier and Type Method Description AppLogsConfiguration
ManagedEnvironment. appLogsConfiguration()
Gets the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination.AppLogsConfiguration
AppLogsConfiguration. withDestination(String destination)
Set the destination property: Logs destination.AppLogsConfiguration
AppLogsConfiguration. withLogAnalyticsConfiguration(LogAnalyticsConfiguration logAnalyticsConfiguration)
Set the logAnalyticsConfiguration property: Log Analytics configuration.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type AppLogsConfiguration Modifier and Type Method Description ManagedEnvironment.DefinitionStages.WithCreate
ManagedEnvironment.DefinitionStages.WithAppLogsConfiguration. withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration)
Specifies the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination.ManagedEnvironment.Update
ManagedEnvironment.UpdateStages.WithAppLogsConfiguration. withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration)
Specifies the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination.
-