FluentT - the type of the resourcepublic static interface WebAppBase.UpdateStages.WithDiagnosticLogging<FluentT>
| Modifier and Type | Method and Description |
|---|---|
WebAppDiagnosticLogs.UpdateStages.Blank<WebAppBase.Update<FluentT>> |
updateDiagnosticLogsConfiguration()
Specifies the update of an existing diagnostic logs configuration.
|
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.
|
WebAppDiagnosticLogs.UpdateStages.Blank<WebAppBase.Update<FluentT>> updateDiagnosticLogsConfiguration()
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()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.