Uses of Class
com.azure.resourcemanager.monitor.models.MetricSettings
-
Packages that use MetricSettings Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of MetricSettings in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type MetricSettings Modifier and Type Method Description List<MetricSettings>DiagnosticSettingsResourceInner. metrics()Get the metrics property: The list of metric settings.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type MetricSettings Modifier and Type Method Description DiagnosticSettingsResourceInnerDiagnosticSettingsResourceInner. withMetrics(List<MetricSettings> metrics)Set the metrics property: The list of metric settings. -
Uses of MetricSettings in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return MetricSettings Modifier and Type Method Description MetricSettingsMetricSettings. withCategory(String category)Set the category property: Name of a Diagnostic Metric category for a resource type this setting is applied to.MetricSettingsMetricSettings. withEnabled(boolean enabled)Set the enabled property: a value indicating whether this category is enabled.MetricSettingsMetricSettings. withRetentionPolicy(RetentionPolicy retentionPolicy)Set the retentionPolicy property: the retention policy for this category.MetricSettingsMetricSettings. withTimeGrain(Duration timeGrain)Set the timeGrain property: the timegrain of the metric in ISO8601 format.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type MetricSettings Modifier and Type Method Description List<MetricSettings>DiagnosticSetting. metrics()Get the metrics value.
-