WebAppBase.DefinitionStages.WithDiagnosticLogging<FluentT> Interface
Type Parameters
- FluentT
the type of the resource
public static interface WebAppBase.DefinitionStages.WithDiagnosticLogging
A web app definition stage allowing diagnostic logging to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Blank<With |
defineDiagnosticLogsConfiguration()
Specifies the definition of a new diagnostic logs configuration. |
abstract
With |
withContainerLoggingDisabled()
Disable the container logging for Linux web apps. |
abstract
With |
withContainerLoggingEnabled()
Specifies the configuration for container logging for Linux web apps. |
abstract
With |
withContainerLoggingEnabled(int quotaInMB, int retentionDays)
Specifies the configuration for container logging for Linux web apps. |
Method Details
defineDiagnosticLogsConfiguration
public abstract WebAppDiagnosticLogs.DefinitionStages.Blank
Specifies the definition of a new diagnostic logs configuration.
Returns:
withContainerLoggingDisabled
public abstract WebAppBase.DefinitionStages.WithCreate
Disable the container logging for Linux web apps.
Returns:
withContainerLoggingEnabled
public abstract WebAppBase.DefinitionStages.WithCreate
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.DefinitionStages.WithCreate
Specifies the configuration for container logging for Linux web apps.
Parameters:
Returns:
Applies to
Azure SDK for Java