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