Uses of Interface
com.azure.resourcemanager.monitor.models.DiagnosticSettingsCategory
-
Packages that use DiagnosticSettingsCategory Package Description com.azure.resourcemanager.monitor.models 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 DiagnosticSettingsCategory Modifier and Type Method Description DiagnosticSettingsCategoryDiagnosticSettings. 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 DiagnosticSettingsCategory Modifier and Type Method Description Mono<DiagnosticSettingsCategory>DiagnosticSettings. getCategoryAsync(String resourceId, String name)Gets the information about Diagnostic Setting category for Log or Metric Setting for a specific resource.List<DiagnosticSettingsCategory>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 DiagnosticSettingsCategory Modifier and Type Method Description DiagnosticSetting.DefinitionStages.WithCreateDiagnosticSetting.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.UpdateDiagnosticSetting.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.
-