Interface WebAppDiagnosticLogs.DefinitionStages.WithStorageLocationForApplication<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.WithStorageLocationForApplication<ParentT>A web app diagnostic log definition allowing application log storage location to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
withApplicationLogsStoredOnFileSystem
WebAppDiagnosticLogs.DefinitionStages.WithAttach<ParentT> withApplicationLogsStoredOnFileSystem()
Specifies the storage location of application logs to be on the file system.- Returns:
- the next stage of the definition
-
withApplicationLogsStoredOnStorageBlob
WebAppDiagnosticLogs.DefinitionStages.WithAttachForApplicationStorage<ParentT> withApplicationLogsStoredOnStorageBlob(String containerSasUrl)
Specifies the storage location of application 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
-
-