다음을 통해 공유


IBlank<ParentT> 인터페이스

정의

웹앱 업데이트의 일부로 웹앱 진단 로그 업데이트의 첫 번째 단계입니다.

public interface IBlank<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithDiagnosticLogging<ParentT>
type IBlank<'ParentT> = interface
    interface IWithDiagnosticLogging<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithDiagnosticLogging(Of ParentT)

형식 매개 변수

ParentT

최종 Attachable.attach()의 반환 형식입니다.

파생
구현

메서드

WithApplicationLogging()

웹 애플리케이션에서 로깅을 사용하도록 설정합니다.

(다음에서 상속됨 IWithDiagnosticLogging<ParentT>)
WithoutApplicationLogging()

웹 애플리케이션에서 로깅을 사용하지 않도록 설정합니다.

(다음에서 상속됨 IWithDiagnosticLogging<ParentT>)
WithoutWebServerLogging()

웹 서버에서 로깅을 사용하지 않도록 설정합니다.

(다음에서 상속됨 IWithDiagnosticLogging<ParentT>)
WithWebServerLogging()

웹 서버에서 로깅을 사용하도록 설정합니다.

(다음에서 상속됨 IWithDiagnosticLogging<ParentT>)

적용 대상