IWithDiagnosticLogging<FluentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A web app definition stage allowing diagnostic logging to be set.
public interface IWithDiagnosticLogging<FluentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithDiagnosticLogging<'FluentT> = interface
interface IBeta
Public Interface IWithDiagnosticLogging(Of FluentT)
Implements IBeta
Type Parameters
- FluentT
The type of the resource.
- Derived
- Implements
Methods
DefineDiagnosticLogsConfiguration() |
Gets Specifies the definition of a new diagnostic logs configuration. |
WithContainerLoggingDisabled() |
Disable the container logging for Linux web apps. |
WithContainerLoggingEnabled() |
Specifies the configuration for container logging for Linux web apps. Logs will be stored on the file system for up to 35 MB. |
WithContainerLoggingEnabled(Int32, Int32) |
Specifies the configuration for container logging for Linux web apps. |
Applies to
Azure SDK for .NET