IWithStorageLocationForWebServer<ParentT> 인터페이스

정의

웹 서버 로그 스토리지 위치를 지정할 수 있는 웹앱 진단 로그 정의입니다.

public interface IWithStorageLocationForWebServer<ParentT>
type IWithStorageLocationForWebServer<'ParentT> = interface
Public Interface IWithStorageLocationForWebServer(Of ParentT)

형식 매개 변수

ParentT

이 정의를 연결한 후 반환할 부모 정의의 단계입니다.

파생

메서드

WithWebServerLogsStoredOnFileSystem()

파일 시스템에 있을 웹 서버 로그의 스토리지 위치를 지정합니다.

WithWebServerLogsStoredOnStorageBlob(String)

Storage Blob에 있을 웹 서버 로그의 스토리지 위치를 지정합니다.

적용 대상