Interface DiagnosticSetting.Update
-
- All Superinterfaces:
Appliable<DiagnosticSetting>,DiagnosticSetting.UpdateStages.WithEventHub,DiagnosticSetting.UpdateStages.WithLogAnalytics,DiagnosticSetting.UpdateStages.WithMetricAndLogs,DiagnosticSetting.UpdateStages.WithStorageAccount,Indexable
- Enclosing interface:
- DiagnosticSetting
public static interface DiagnosticSetting.Update extends 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.azure.resourcemanager.resources.fluentcore.model.Appliable
apply, apply, applyAsync, applyAsync
-
Methods inherited from interface com.azure.resourcemanager.monitor.models.DiagnosticSetting.UpdateStages.WithEventHub
withEventHub, withEventHub, withoutEventHub
-
Methods inherited from interface com.azure.resourcemanager.monitor.models.DiagnosticSetting.UpdateStages.WithLogAnalytics
withLogAnalytics, withoutLogAnalytics
-
Methods inherited from interface com.azure.resourcemanager.monitor.models.DiagnosticSetting.UpdateStages.WithMetricAndLogs
withLog, withLogsAndMetrics, withMetric, withoutLog, withoutLogs, withoutMetric, withoutMetrics
-
Methods inherited from interface com.azure.resourcemanager.monitor.models.DiagnosticSetting.UpdateStages.WithStorageAccount
withoutStorageAccount, withStorageAccount
-
-