共用方式為


IWithStorageLocationForWebServer<ParentT>.WithWebServerLogsStoredOnStorageBlob 方法

定義

指定要在儲存體 Blob 中開啟之 Web 服務器記錄的儲存體位置。

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

參數

containerSasUrl
String

容器的 URL,包括 SAS 權杖。

傳回

適用於