Uses of Interface
com.microsoft.azure.management.monitor.DiagnosticSetting.Update
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of DiagnosticSetting.Update in com.microsoft.azure.management.monitor
Modifier and TypeMethodDescriptionDiagnosticSetting.UpdateStages.WithEventHub.withEventHub
(String eventHubAuthorizationRuleId) Sets EventHub Namespace Authorization Rule for data transfer.DiagnosticSetting.UpdateStages.WithEventHub.withEventHub
(String eventHubAuthorizationRuleId, String eventHubName) Sets EventHub Namespace Authorization Rule for data transfer.Adds a Log Setting to the list of Log Settings for the current Diagnostic Settings.DiagnosticSetting.UpdateStages.WithLogAnalytics.withLogAnalytics
(String workspaceId) Sets Log Analytics workspace for data transfer.DiagnosticSetting.UpdateStages.WithMetricAndLogs.withLogsAndMetrics
(List<DiagnosticSettingsCategory> categories, org.joda.time.Period timeGrain, int retentionDays) Adds a Log and Metric Settings to the list Log and Metric Settings for the current Diagnostic Settings.DiagnosticSetting.UpdateStages.WithMetricAndLogs.withMetric
(String category, org.joda.time.Period timeGrain, int retentionDays) Adds a Metric Setting to the list of Metric Settings for the current Diagnostic Settings.DiagnosticSetting.UpdateStages.WithEventHub.withoutEventHub()
Removes the EventHub from the Diagnostic Settings.DiagnosticSetting.UpdateStages.WithMetricAndLogs.withoutLog
(String category) Removes the Log Setting from the Diagnostic Setting.DiagnosticSetting.UpdateStages.WithLogAnalytics.withoutLogAnalytics()
Removes the Log Analytics from the Diagnostic Settings.DiagnosticSetting.UpdateStages.WithMetricAndLogs.withoutLogs()
Removes all the Log Settings from the Diagnostic Setting.DiagnosticSetting.UpdateStages.WithMetricAndLogs.withoutMetric
(String category) Removes the Metric Setting from the Diagnostic Setting.DiagnosticSetting.UpdateStages.WithMetricAndLogs.withoutMetrics()
Removes all the Metric Settings from the Diagnostic Setting.DiagnosticSetting.UpdateStages.WithStorageAccount.withoutStorageAccount()
Removes the Storage Account from the Diagnostic Settings.DiagnosticSetting.UpdateStages.WithStorageAccount.withStorageAccount
(String storageAccountId) Sets Storage Account for data transfer.