ParentT - the stage of the parent update to return to after attaching this updatepublic static interface WebAppDiagnosticLogs.UpdateStages.WithStorageLocationForApplication<ParentT>
| Modifier and Type | Method and Description |
|---|---|
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> |
withApplicationLogsStoredOnFileSystem()
Specifies the storage location of application logs to be on the file system.
|
WebAppDiagnosticLogs.UpdateStages.WithAttachForApplicationStorage<ParentT> |
withApplicationLogsStoredOnStorageBlob(String containerSasUrl)
Specifies the storage location of application logs to be on in a Storage blob.
|
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> withApplicationLogsStoredOnFileSystem()
WebAppDiagnosticLogs.UpdateStages.WithAttachForApplicationStorage<ParentT> withApplicationLogsStoredOnStorageBlob(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.
*/