Interface WebAppDiagnosticLogs.DefinitionStages.WithStorageLocationForWebServer<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
WebAppDiagnosticLogs.Definition<ParentT>
- Enclosing interface:
- WebAppDiagnosticLogs.DefinitionStages
public static interface WebAppDiagnosticLogs.DefinitionStages.WithStorageLocationForWebServer<ParentT>A web app diagnostic log definition allowing web server log storage location to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
withWebServerLogsStoredOnFileSystem
WebAppDiagnosticLogs.DefinitionStages.WithAttachForWebServerFileSystem<ParentT> withWebServerLogsStoredOnFileSystem()
Specifies the storage location of web server logs to be on the file system.- Returns:
- the next stage of the definition
-
withWebServerLogsStoredOnStorageBlob
WebAppDiagnosticLogs.DefinitionStages.WithAttachForWebServerStorage<ParentT> withWebServerLogsStoredOnStorageBlob(String containerSasUrl)
Specifies the storage location of web server logs to be on in a Storage blob.- Parameters:
containerSasUrl- the URL to the container including the SAS token- Returns:
- the next stage of the definition
-
-