다음을 통해 공유


IWithStorageLocationForWebServer<ParentT>.WithWebServerLogsStoredOnStorageBlob 메서드

정의

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

public Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithAttachForWebServerStorage<ParentT> WithWebServerLogsStoredOnStorageBlob (string containerSasUrl);
abstract member WithWebServerLogsStoredOnStorageBlob : string -> Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithAttachForWebServerStorage<'ParentT>
Public Function WithWebServerLogsStoredOnStorageBlob (containerSasUrl As String) As IWithAttachForWebServerStorage(Of ParentT)

매개 변수

containerSasUrl
String

SAS 토큰을 포함한 컨테이너의 URL입니다.

반환

적용 대상