IWithStorageLocationForWebServer<ParentT>.WithWebServerLogsStoredOnStorageBlob Method

Definition

Specifies the storage location of web server logs to be on in a Storage blob.

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)

Parameters

containerSasUrl
String

The URL to the container including the SAS token.

Returns

Applies to