Interface WebAppDiagnosticLogs.UpdateStages.WithStorageLocationForApplication<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent update to return to after attaching this update
- All Known Subinterfaces:
WebAppDiagnosticLogs.UpdateDefinition<ParentT>
- Enclosing interface:
- WebAppDiagnosticLogs.UpdateStages
public static interface WebAppDiagnosticLogs.UpdateStages.WithStorageLocationForApplication<ParentT>A web app diagnostic log update allowing application log storage location to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAppDiagnosticLogs.UpdateStages.Update<ParentT>withApplicationLogsStoredOnFileSystem()Specifies the storage location of application logs to be on the file system.WebAppDiagnosticLogs.UpdateStages.WithAttachForApplicationStorage<ParentT>withApplicationLogsStoredOnStorageBlob(String containerSasUrl)Specifies the storage location of application logs to be on in a Storage blob.
-
-
-
Method Detail
-
withApplicationLogsStoredOnFileSystem
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> withApplicationLogsStoredOnFileSystem()
Specifies the storage location of application logs to be on the file system.- Returns:
- the next stage of the update
-
withApplicationLogsStoredOnStorageBlob
WebAppDiagnosticLogs.UpdateStages.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 update
-
-