Interface WebAppDiagnosticLogs.UpdateStages.WithoutStorageLocationForApplication<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent update to return to after attaching this update
- All Known Subinterfaces:
WebAppDiagnosticLogs.UpdateDefinition<ParentT>,WebAppDiagnosticLogs.UpdateStages.WithApplicationLogLevel<ParentT>
- Enclosing interface:
- WebAppDiagnosticLogs.UpdateStages
public static interface WebAppDiagnosticLogs.UpdateStages.WithoutStorageLocationForApplication<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>withoutApplicationLogsStoredOnFileSystem()Stops application logs to be stored on the file system.WebAppDiagnosticLogs.UpdateStages.Update<ParentT>withoutApplicationLogsStoredOnStorageBlob()Stops application logs to be stored on in a Storage blob.
-
-
-
Method Detail
-
withoutApplicationLogsStoredOnFileSystem
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> withoutApplicationLogsStoredOnFileSystem()
Stops application logs to be stored on the file system.- Returns:
- the next stage of the update
-
withoutApplicationLogsStoredOnStorageBlob
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> withoutApplicationLogsStoredOnStorageBlob()
Stops application logs to be stored on in a Storage blob.- Returns:
- the next stage of the update
-
-