IBlank<ParentT> 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.
The first stage of a web app diagnostic log definition as part of a definition of a web app.
public interface IBlank<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithDiagnosticLogging<ParentT>
type IBlank<'ParentT> = interface
interface IWithDiagnosticLogging<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithDiagnosticLogging(Of ParentT)
Type Parameters
- ParentT
The return type of the final Attachable.attach().
- Derived
- Implements
Methods
WithApplicationLogging() |
Enable logging from the web application. (Inherited from IWithDiagnosticLogging<ParentT>) |
WithWebServerLogging() |
Enable logging from the web server. (Inherited from IWithDiagnosticLogging<ParentT>) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET