Uses of Class
com.microsoft.azure.management.monitor.MetricSettings
Packages that use MetricSettings
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of MetricSettings in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return MetricSettingsModifier and TypeMethodDescriptionMetricSettings.withCategory(String category) Set name of a Diagnostic Metric category for a resource type this setting is applied to.MetricSettings.withEnabled(boolean enabled) Set a value indicating whether this category is enabled.MetricSettings.withRetentionPolicy(RetentionPolicy retentionPolicy) Set the retention policy for this category.MetricSettings.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