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