FluentT - the type of the resource@Beta(value=V1_5_0)
public static interface WebAppBase.UpdateStages.WithDiagnosticLogging<FluentT>
| Modifier and Type | Method and Description |
|---|---|
WebAppBase.Update<FluentT> |
withContainerLoggingDisabled()
Disable the container logging for Linux web apps.
|
WebAppBase.Update<FluentT> |
withContainerLoggingEnabled()
Specifies the configuration for container logging for Linux web apps.
|
WebAppBase.Update<FluentT> |
withContainerLoggingEnabled(int quotaInMB,
int retentionDays)
Specifies the configuration for container logging for Linux web apps.
|
WebAppBase.Update<FluentT> withContainerLoggingEnabled(int quotaInMB, int retentionDays)
quotaInMB - the limit that restricts file system usage by app diagnostics logs. Value can range from 25 MB and 100 MB.retentionDays - maximum days of logs that will be availableWebAppBase.Update<FluentT> withContainerLoggingEnabled()
WebAppBase.Update<FluentT> withContainerLoggingDisabled()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/