Uses of Class
com.microsoft.azure.management.monitor.MetricSettings
-
-
Uses of MetricSettings in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return MetricSettings Modifier and Type Method Description MetricSettingsMetricSettings. withCategory(String category)Set name of a Diagnostic Metric category for a resource type this setting is applied to.MetricSettingsMetricSettings. withEnabled(boolean enabled)Set a value indicating whether this category is enabled.MetricSettingsMetricSettings. withRetentionPolicy(RetentionPolicy retentionPolicy)Set the retention policy for this category.MetricSettingsMetricSettings. withTimeGrain(org.joda.time.Period timeGrain)Set the timegrain of the metric in ISO8601 format.Methods in com.microsoft.azure.management.monitor that return types with arguments of type MetricSettings Modifier and Type Method Description List<MetricSettings>DiagnosticSetting. metrics()Get the metrics value.
-