ParentT - the stage of the parent update to return to after attaching this updatepublic static interface WebAppDiagnosticLogs.UpdateStages.WithStorageLocationForWebServer<ParentT>
| Modifier and Type | Method and Description |
|---|---|
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> |
withoutWebServerLogsStoredOnFileSystem()
Stops web server logs to be stored on the file system.
|
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> |
withoutWebServerLogsStoredOnStorageBlob()
Stops web server logs to be stored on in a Storage blob.
|
WebAppDiagnosticLogs.UpdateStages.WithAttachForWebServerFileSystem<ParentT> |
withWebServerLogsStoredOnFileSystem()
Specifies the storage location of web server logs to be on the file system.
|
WebAppDiagnosticLogs.UpdateStages.WithAttachForWebServerStorage<ParentT> |
withWebServerLogsStoredOnStorageBlob(String containerSasUrl)
Specifies the storage location of web server logs to be on in a Storage blob.
|
WebAppDiagnosticLogs.UpdateStages.WithAttachForWebServerFileSystem<ParentT> withWebServerLogsStoredOnFileSystem()
WebAppDiagnosticLogs.UpdateStages.WithAttachForWebServerStorage<ParentT> withWebServerLogsStoredOnStorageBlob(String containerSasUrl)
containerSasUrl - the URL to the container including the SAS tokenWebAppDiagnosticLogs.UpdateStages.Update<ParentT> withoutWebServerLogsStoredOnFileSystem()
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> withoutWebServerLogsStoredOnStorageBlob()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/