Interface DiagnosticSetting.Update
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.Appliable<DiagnosticSetting>,DiagnosticSetting.UpdateStages.WithEventHub,DiagnosticSetting.UpdateStages.WithLogAnalytics,DiagnosticSetting.UpdateStages.WithMetricAndLogs,DiagnosticSetting.UpdateStages.WithStorageAccount,com.microsoft.azure.management.resources.fluentcore.model.Indexable
- Enclosing interface:
- DiagnosticSetting
public static interface DiagnosticSetting.Update extends com.microsoft.azure.management.resources.fluentcore.model.Appliable<DiagnosticSetting>, DiagnosticSetting.UpdateStages.WithStorageAccount, DiagnosticSetting.UpdateStages.WithEventHub, DiagnosticSetting.UpdateStages.WithLogAnalytics, DiagnosticSetting.UpdateStages.WithMetricAndLogs
The template for an update operation, containing all the settings that can be modified.
-
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Appliable
apply, applyAsync, applyAsync
-
Methods inherited from interface com.microsoft.azure.management.monitor.DiagnosticSetting.UpdateStages.WithEventHub
withEventHub, withEventHub, withoutEventHub
-
Methods inherited from interface com.microsoft.azure.management.monitor.DiagnosticSetting.UpdateStages.WithLogAnalytics
withLogAnalytics, withoutLogAnalytics
-
Methods inherited from interface com.microsoft.azure.management.monitor.DiagnosticSetting.UpdateStages.WithMetricAndLogs
withLog, withLogsAndMetrics, withMetric, withoutLog, withoutLogs, withoutMetric, withoutMetrics
-
Methods inherited from interface com.microsoft.azure.management.monitor.DiagnosticSetting.UpdateStages.WithStorageAccount
withoutStorageAccount, withStorageAccount
-
-