Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SiteLogsConfigInner
-
Packages that use SiteLogsConfigInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.fluent.models 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 SiteLogsConfigInner Modifier and Type Method Description SiteLogsConfigInnerWebAppsClient. getDiagnosticLogsConfiguration(String resourceGroupName, String name)Description for Gets the logging configuration of an app.SiteLogsConfigInnerWebAppsClient. getDiagnosticLogsConfigurationSlot(String resourceGroupName, String name, String slot)Description for Gets the logging configuration of an app.SiteLogsConfigInnerWebAppsClient. updateDiagnosticLogsConfig(String resourceGroupName, String name, SiteLogsConfigInner siteLogsConfig)Description for Updates the logging configuration of an app.SiteLogsConfigInnerWebAppsClient. updateDiagnosticLogsConfigSlot(String resourceGroupName, String name, String slot, SiteLogsConfigInner siteLogsConfig)Description for Updates the logging configuration of an app.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type SiteLogsConfigInner Modifier and Type Method Description Mono<SiteLogsConfigInner>WebAppsClient. getDiagnosticLogsConfigurationAsync(String resourceGroupName, String name)Description for Gets the logging configuration of an app.Mono<SiteLogsConfigInner>WebAppsClient. getDiagnosticLogsConfigurationSlotAsync(String resourceGroupName, String name, String slot)Description for 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)Description for Gets the logging configuration of an app.Mono<com.azure.core.http.rest.Response<SiteLogsConfigInner>>WebAppsClient. getDiagnosticLogsConfigurationSlotWithResponseAsync(String resourceGroupName, String name, String slot)Description for 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)Description for Gets the logging configuration of an app.Mono<com.azure.core.http.rest.Response<SiteLogsConfigInner>>WebAppsClient. getDiagnosticLogsConfigurationWithResponseAsync(String resourceGroupName, String name)Description for Gets the logging configuration of an app.Mono<SiteLogsConfigInner>WebAppsClient. updateDiagnosticLogsConfigAsync(String resourceGroupName, String name, SiteLogsConfigInner siteLogsConfig)Description for Updates the logging configuration of an app.Mono<SiteLogsConfigInner>WebAppsClient. updateDiagnosticLogsConfigSlotAsync(String resourceGroupName, String name, String slot, SiteLogsConfigInner siteLogsConfig)Description for 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)Description for 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)Description for 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)Description for Updates the logging configuration of an app.Mono<com.azure.core.http.rest.Response<SiteLogsConfigInner>>WebAppsClient. updateDiagnosticLogsConfigWithResponseAsync(String resourceGroupName, String name, SiteLogsConfigInner siteLogsConfig)Description for Updates the logging configuration of an app.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type SiteLogsConfigInner Modifier and Type Method Description SiteLogsConfigInnerWebAppsClient. updateDiagnosticLogsConfig(String resourceGroupName, String name, SiteLogsConfigInner siteLogsConfig)Description for Updates the logging configuration of an app.Mono<SiteLogsConfigInner>WebAppsClient. updateDiagnosticLogsConfigAsync(String resourceGroupName, String name, SiteLogsConfigInner siteLogsConfig)Description for Updates the logging configuration of an app.SiteLogsConfigInnerWebAppsClient. updateDiagnosticLogsConfigSlot(String resourceGroupName, String name, String slot, SiteLogsConfigInner siteLogsConfig)Description for Updates the logging configuration of an app.Mono<SiteLogsConfigInner>WebAppsClient. updateDiagnosticLogsConfigSlotAsync(String resourceGroupName, String name, String slot, SiteLogsConfigInner siteLogsConfig)Description for 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)Description for 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)Description for 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)Description for Updates the logging configuration of an app.Mono<com.azure.core.http.rest.Response<SiteLogsConfigInner>>WebAppsClient. updateDiagnosticLogsConfigWithResponseAsync(String resourceGroupName, String name, SiteLogsConfigInner siteLogsConfig)Description for 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 SiteLogsConfigInner Modifier and Type Method Description SiteLogsConfigInnerSiteLogsConfigInner. withApplicationLogs(ApplicationLogsConfig applicationLogs)Set the applicationLogs property: Application logs configuration.SiteLogsConfigInnerSiteLogsConfigInner. withDetailedErrorMessages(EnabledConfig detailedErrorMessages)Set the detailedErrorMessages property: Detailed error messages configuration.SiteLogsConfigInnerSiteLogsConfigInner. withFailedRequestsTracing(EnabledConfig failedRequestsTracing)Set the failedRequestsTracing property: Failed requests tracing configuration.SiteLogsConfigInnerSiteLogsConfigInner. withHttpLogs(HttpLogsConfig httpLogs)Set the httpLogs property: HTTP logs configuration.SiteLogsConfigInnerSiteLogsConfigInner. withKind(String kind)Set the kind property: Kind of resource.
-