FluentT
- the type of the resource@Beta(value=V1_5_0)
public static interface WebAppBase.DefinitionStages.WithDiagnosticLogging<FluentT>
Modifier and Type | Method and Description |
---|---|
WebAppDiagnosticLogs.DefinitionStages.Blank<WebAppBase.DefinitionStages.WithCreate<FluentT>> |
defineDiagnosticLogsConfiguration()
Specifies the definition of a new diagnostic logs configuration.
|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
withContainerLoggingDisabled()
Disable the container logging for Linux web apps.
|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
withContainerLoggingEnabled()
Specifies the configuration for container logging for Linux web apps.
|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
withContainerLoggingEnabled(int quotaInMB,
int retentionDays)
Specifies the configuration for container logging for Linux web apps.
|
@Beta(value=V1_18_0) WebAppDiagnosticLogs.DefinitionStages.Blank<WebAppBase.DefinitionStages.WithCreate<FluentT>> defineDiagnosticLogsConfiguration()
WebAppBase.DefinitionStages.WithCreate<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.DefinitionStages.WithCreate<FluentT> withContainerLoggingEnabled()
WebAppBase.DefinitionStages.WithCreate<FluentT> withContainerLoggingDisabled()
Copyright © 2019. All rights reserved.