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 tokenVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.