次の方法で共有


IWithStorageLocationForApplication<ParentT>.WithApplicationLogsStoredOnStorageBlob メソッド

定義

ストレージ BLOB 内のアプリケーション ログの保存場所を指定します。

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

パラメーター

containerSasUrl
String

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

戻り値

適用対象