Uses of Interface
com.microsoft.azure.management.monitor.DiagnosticSettingsCategory
-
-
Uses of DiagnosticSettingsCategory in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor 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.microsoft.azure.management.monitor that return types with arguments of type DiagnosticSettingsCategory Modifier and Type Method Description rx.Observable<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.rx.Observable<DiagnosticSettingsCategory>DiagnosticSettings. listCategoriesByResourceAsync(String resourceId)Lists all the Diagnostic Settings categories for Log and Metric Settings for a specific resource.Method parameters in com.microsoft.azure.management.monitor with type arguments of type DiagnosticSettingsCategory Modifier and Type Method Description DiagnosticSetting.DefinitionStages.WithCreateDiagnosticSetting.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.UpdateDiagnosticSetting.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.
-