WebAppBase.UpdateStages.WithDiagnosticLogging<FluentT> Interface
Type Parameters
- FluentT
the type of the resource
public static interface WebAppBase.UpdateStages.WithDiagnosticLogging
A web app definition stage allowing diagnostic logging to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Blank<Update<FluentT>> |
updateDiagnosticLogsConfiguration()
Specifies the update of an existing diagnostic logs configuration. |
abstract Update<FluentT> |
withContainerLoggingDisabled()
Disable the container logging for Linux web apps. |
abstract Update<FluentT> |
withContainerLoggingEnabled()
Specifies the configuration for container logging for Linux web apps. |
abstract Update<FluentT> |
withContainerLoggingEnabled(int quotaInMB, int retentionDays)
Specifies the configuration for container logging for Linux web apps. |
Method Details
updateDiagnosticLogsConfiguration
public abstract WebAppDiagnosticLogs.UpdateStages.Blank
Specifies the update of an existing diagnostic logs configuration.
Returns:
withContainerLoggingDisabled
public abstract WebAppBase.Update
Disable the container logging for Linux web apps.
Returns:
withContainerLoggingEnabled
public abstract WebAppBase.Update
Specifies the configuration for container logging for Linux web apps. Logs will be stored on the file system for up to 35 MB.
Returns:
withContainerLoggingEnabled
public abstract WebAppBase.Update
Specifies the configuration for container logging for Linux web apps.
Parameters:
Returns:
Applies to
Azure SDK for Java