Uses of Interface
com.azure.resourcemanager.monitor.models.DiagnosticSettingsCategory
Packages that use DiagnosticSettingsCategory
Package
Description
Package containing the data models for MonitorClient.
-
Uses of DiagnosticSettingsCategory in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return DiagnosticSettingsCategoryModifier and TypeMethodDescriptionDiagnosticSettings.getCategory(String resourceId, String name) Gets the information about Diagnostic Setting category for Log or Metric Setting for a specific resource.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type DiagnosticSettingsCategoryModifier and TypeMethodDescriptionDiagnosticSettings.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.com.azure.core.http.rest.PagedFlux<DiagnosticSettingsCategory> DiagnosticSettings.listCategoriesByResourceAsync(String resourceId) Lists all the Diagnostic Settings categories for Log and Metric Settings for a specific resource.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type DiagnosticSettingsCategoryModifier and TypeMethodDescriptionDiagnosticSetting.DefinitionStages.WithCreate.withLogsAndMetrics(List<DiagnosticSettingsCategory> categories, Duration 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, Duration timeGrain, int retentionDays) Adds a Log and Metric Settings to the list Log and Metric Settings for the current Diagnostic Settings.