Interface DiagnosticSetting.UpdateStages.WithLogAnalytics
-
- All Known Subinterfaces:
DiagnosticSetting.Update
- Enclosing interface:
- DiagnosticSetting.UpdateStages
public static interface DiagnosticSetting.UpdateStages.WithLogAnalyticsThe stage of a Diagnostic Settings update allowing to modify Log Analytics settings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DiagnosticSetting.UpdatewithLogAnalytics(String workspaceId)Sets Log Analytics workspace for data transfer.DiagnosticSetting.UpdatewithoutLogAnalytics()Removes the Log Analytics from the Diagnostic Settings.
-
-
-
Method Detail
-
withLogAnalytics
DiagnosticSetting.Update withLogAnalytics(String workspaceId)
Sets Log Analytics workspace for data transfer.- Parameters:
workspaceId- of Log Analytics that should exist in the same region as resource.- Returns:
- the next stage of the Diagnostic Settings update.
-
withoutLogAnalytics
DiagnosticSetting.Update withoutLogAnalytics()
Removes the Log Analytics from the Diagnostic Settings.- Returns:
- the next stage of the Diagnostic Settings update.
-
-