Uses of Class
com.azure.resourcemanager.appcontainers.models.LogAnalyticsConfiguration
Packages that use LogAnalyticsConfiguration
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of LogAnalyticsConfiguration in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return LogAnalyticsConfigurationModifier and TypeMethodDescriptionstatic LogAnalyticsConfiguration
LogAnalyticsConfiguration.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of LogAnalyticsConfiguration from the JsonReader.AppLogsConfiguration.logAnalyticsConfiguration()
Get the logAnalyticsConfiguration property: Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'.LogAnalyticsConfiguration.withCustomerId
(String customerId) Set the customerId property: Log analytics customer id.LogAnalyticsConfiguration.withSharedKey
(String sharedKey) Set the sharedKey property: Log analytics customer key.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type LogAnalyticsConfigurationModifier and TypeMethodDescriptionAppLogsConfiguration.withLogAnalyticsConfiguration
(LogAnalyticsConfiguration logAnalyticsConfiguration) Set the logAnalyticsConfiguration property: Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'.