Uses of Interface
com.microsoft.azure.management.monitor.DiagnosticSettingsCategory
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of DiagnosticSettingsCategory in com.microsoft.azure.management.monitor
Modifier and TypeMethodDescriptionDiagnosticSettings.getCategory
(String resourceId, String name) Gets the information about Diagnostic Setting category for Log or Metric Setting for a specific resource.Modifier and TypeMethodDescriptionrx.Observable<DiagnosticSettingsCategory>
DiagnosticSettings.getCategoryAsync
(String resourceId, String name) Gets the information about Diagnostic Setting category for Log or Metric Setting for a specific resource.DiagnosticSettings.listCategoriesByResource
(String resourceId) Lists all the Diagnostic Settings categories for Log and Metric Settings for a specific resource.rx.Observable<DiagnosticSettingsCategory>
DiagnosticSettings.listCategoriesByResourceAsync
(String resourceId) Lists all the Diagnostic Settings categories for Log and Metric Settings for a specific resource.Modifier and TypeMethodDescriptionDiagnosticSetting.DefinitionStages.WithCreate.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.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.