次の方法で共有


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

SAS トークンを含むコンテナーへの URL。

戻り値

適用対象