ParentT - the stage of the parent update to return to after attaching this updatepublic static interface WebAppDiagnosticLogs.UpdateStages.WithoutStorageLocationForApplication<ParentT>
| Modifier and Type | Method and Description |
|---|---|
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> |
withoutApplicationLogsStoredOnFileSystem()
Stops application logs to be stored on the file system.
|
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> |
withoutApplicationLogsStoredOnStorageBlob()
Stops application logs to be stored on in a Storage blob.
|
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> withoutApplicationLogsStoredOnFileSystem()
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> withoutApplicationLogsStoredOnStorageBlob()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/