Uses of Class
com.azure.resourcemanager.appservice.models.LogAnalyticsConfiguration
Packages that use LogAnalyticsConfiguration
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of LogAnalyticsConfiguration in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return LogAnalyticsConfigurationModifier and TypeMethodDescriptionstatic LogAnalyticsConfigurationLogAnalyticsConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LogAnalyticsConfiguration from the JsonReader.AppLogsConfiguration.logAnalyticsConfiguration()Get the logAnalyticsConfiguration property: The logAnalyticsConfiguration property.LogAnalyticsConfiguration.withCustomerId(String customerId) Set the customerId property: The customerId property.LogAnalyticsConfiguration.withSharedKey(String sharedKey) Set the sharedKey property: The sharedKey property.Methods in com.azure.resourcemanager.appservice.models with parameters of type LogAnalyticsConfigurationModifier and TypeMethodDescriptionAppLogsConfiguration.withLogAnalyticsConfiguration(LogAnalyticsConfiguration logAnalyticsConfiguration) Set the logAnalyticsConfiguration property: The logAnalyticsConfiguration property.