Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SiteLogsConfigInner
Packages that use SiteLogsConfigInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of SiteLogsConfigInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return SiteLogsConfigInnerModifier and TypeMethodDescriptionWebAppsClient.getDiagnosticLogsConfiguration(String resourceGroupName, String name) Gets the logging configuration of an app.WebAppsClient.getDiagnosticLogsConfigurationSlot(String resourceGroupName, String name, String slot) Gets the logging configuration of an app.WebAppsClient.updateDiagnosticLogsConfig(String resourceGroupName, String name, SiteLogsConfigInner siteLogsConfig) Updates the logging configuration of an app.WebAppsClient.updateDiagnosticLogsConfigSlot(String resourceGroupName, String name, String slot, SiteLogsConfigInner siteLogsConfig) Updates the logging configuration of an app.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type SiteLogsConfigInnerModifier and TypeMethodDescriptionWebAppsClient.getDiagnosticLogsConfigurationAsync(String resourceGroupName, String name) Gets the logging configuration of an app.WebAppsClient.getDiagnosticLogsConfigurationSlotAsync(String resourceGroupName, String name, String slot) Gets the logging configuration of an app.com.azure.core.http.rest.Response<SiteLogsConfigInner> WebAppsClient.getDiagnosticLogsConfigurationSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Gets the logging configuration of an app.Mono<com.azure.core.http.rest.Response<SiteLogsConfigInner>> WebAppsClient.getDiagnosticLogsConfigurationSlotWithResponseAsync(String resourceGroupName, String name, String slot) Gets the logging configuration of an app.com.azure.core.http.rest.Response<SiteLogsConfigInner> WebAppsClient.getDiagnosticLogsConfigurationWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context) Gets the logging configuration of an app.Mono<com.azure.core.http.rest.Response<SiteLogsConfigInner>> WebAppsClient.getDiagnosticLogsConfigurationWithResponseAsync(String resourceGroupName, String name) Gets the logging configuration of an app.WebAppsClient.updateDiagnosticLogsConfigAsync(String resourceGroupName, String name, SiteLogsConfigInner siteLogsConfig) Updates the logging configuration of an app.WebAppsClient.updateDiagnosticLogsConfigSlotAsync(String resourceGroupName, String name, String slot, SiteLogsConfigInner siteLogsConfig) Updates the logging configuration of an app.com.azure.core.http.rest.Response<SiteLogsConfigInner> WebAppsClient.updateDiagnosticLogsConfigSlotWithResponse(String resourceGroupName, String name, String slot, SiteLogsConfigInner siteLogsConfig, com.azure.core.util.Context context) Updates the logging configuration of an app.Mono<com.azure.core.http.rest.Response<SiteLogsConfigInner>> WebAppsClient.updateDiagnosticLogsConfigSlotWithResponseAsync(String resourceGroupName, String name, String slot, SiteLogsConfigInner siteLogsConfig) Updates the logging configuration of an app.com.azure.core.http.rest.Response<SiteLogsConfigInner> WebAppsClient.updateDiagnosticLogsConfigWithResponse(String resourceGroupName, String name, SiteLogsConfigInner siteLogsConfig, com.azure.core.util.Context context) Updates the logging configuration of an app.Mono<com.azure.core.http.rest.Response<SiteLogsConfigInner>> WebAppsClient.updateDiagnosticLogsConfigWithResponseAsync(String resourceGroupName, String name, SiteLogsConfigInner siteLogsConfig) Updates the logging configuration of an app.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type SiteLogsConfigInnerModifier and TypeMethodDescriptionWebAppsClient.updateDiagnosticLogsConfig(String resourceGroupName, String name, SiteLogsConfigInner siteLogsConfig) Updates the logging configuration of an app.WebAppsClient.updateDiagnosticLogsConfigAsync(String resourceGroupName, String name, SiteLogsConfigInner siteLogsConfig) Updates the logging configuration of an app.WebAppsClient.updateDiagnosticLogsConfigSlot(String resourceGroupName, String name, String slot, SiteLogsConfigInner siteLogsConfig) Updates the logging configuration of an app.WebAppsClient.updateDiagnosticLogsConfigSlotAsync(String resourceGroupName, String name, String slot, SiteLogsConfigInner siteLogsConfig) Updates the logging configuration of an app.com.azure.core.http.rest.Response<SiteLogsConfigInner> WebAppsClient.updateDiagnosticLogsConfigSlotWithResponse(String resourceGroupName, String name, String slot, SiteLogsConfigInner siteLogsConfig, com.azure.core.util.Context context) Updates the logging configuration of an app.Mono<com.azure.core.http.rest.Response<SiteLogsConfigInner>> WebAppsClient.updateDiagnosticLogsConfigSlotWithResponseAsync(String resourceGroupName, String name, String slot, SiteLogsConfigInner siteLogsConfig) Updates the logging configuration of an app.com.azure.core.http.rest.Response<SiteLogsConfigInner> WebAppsClient.updateDiagnosticLogsConfigWithResponse(String resourceGroupName, String name, SiteLogsConfigInner siteLogsConfig, com.azure.core.util.Context context) Updates the logging configuration of an app.Mono<com.azure.core.http.rest.Response<SiteLogsConfigInner>> WebAppsClient.updateDiagnosticLogsConfigWithResponseAsync(String resourceGroupName, String name, SiteLogsConfigInner siteLogsConfig) Updates the logging configuration of an app. -
Uses of SiteLogsConfigInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SiteLogsConfigInnerModifier and TypeMethodDescriptionstatic SiteLogsConfigInnerSiteLogsConfigInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SiteLogsConfigInner from the JsonReader.SiteLogsConfigInner.withApplicationLogs(ApplicationLogsConfig applicationLogs) Set the applicationLogs property: Application logs configuration.SiteLogsConfigInner.withDetailedErrorMessages(EnabledConfig detailedErrorMessages) Set the detailedErrorMessages property: Detailed error messages configuration.SiteLogsConfigInner.withFailedRequestsTracing(EnabledConfig failedRequestsTracing) Set the failedRequestsTracing property: Failed requests tracing configuration.SiteLogsConfigInner.withHttpLogs(HttpLogsConfig httpLogs) Set the httpLogs property: HTTP logs configuration.Set the kind property: Kind of resource.