Package | Description |
---|---|
com.microsoft.azure.management.monitor |
This package contains the classes for MonitorManagementClient.
|
Modifier and Type | Method and Description |
---|---|
DiagnosticSetting.Update |
DiagnosticSetting.UpdateStages.WithEventHub.withEventHub(String eventHubAuthorizationRuleId)
Sets EventHub Namespace Authorization Rule for data transfer.
|
DiagnosticSetting.Update |
DiagnosticSetting.UpdateStages.WithEventHub.withEventHub(String eventHubAuthorizationRuleId,
String eventHubName)
Sets EventHub Namespace Authorization Rule for data transfer.
|
DiagnosticSetting.Update |
DiagnosticSetting.UpdateStages.WithMetricAndLogs.withLog(String category,
int retentionDays)
Adds a Log Setting to the list of Log Settings for the current Diagnostic Settings.
|
DiagnosticSetting.Update |
DiagnosticSetting.UpdateStages.WithLogAnalytics.withLogAnalytics(String workspaceId)
Sets Log Analytics workspace for data transfer.
|
DiagnosticSetting.Update |
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.Update |
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.Update |
DiagnosticSetting.UpdateStages.WithEventHub.withoutEventHub()
Removes the EventHub from the Diagnostic Settings.
|
DiagnosticSetting.Update |
DiagnosticSetting.UpdateStages.WithMetricAndLogs.withoutLog(String category)
Removes the Log Setting from the Diagnostic Setting.
|
DiagnosticSetting.Update |
DiagnosticSetting.UpdateStages.WithLogAnalytics.withoutLogAnalytics()
Removes the Log Analytics from the Diagnostic Settings.
|
DiagnosticSetting.Update |
DiagnosticSetting.UpdateStages.WithMetricAndLogs.withoutLogs()
Removes all the Log Settings from the Diagnostic Setting.
|
DiagnosticSetting.Update |
DiagnosticSetting.UpdateStages.WithMetricAndLogs.withoutMetric(String category)
Removes the Metric Setting from the Diagnostic Setting.
|
DiagnosticSetting.Update |
DiagnosticSetting.UpdateStages.WithMetricAndLogs.withoutMetrics()
Removes all the Metric Settings from the Diagnostic Setting.
|
DiagnosticSetting.Update |
DiagnosticSetting.UpdateStages.WithStorageAccount.withoutStorageAccount()
Removes the Storage Account from the Diagnostic Settings.
|
DiagnosticSetting.Update |
DiagnosticSetting.UpdateStages.WithStorageAccount.withStorageAccount(String storageAccountId)
Sets Storage Account for data transfer.
|
Copyright © 2019. All rights reserved.