Uses of Class
com.azure.resourcemanager.monitor.models.RuleMetricDataSource
-
Packages that use RuleMetricDataSource Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of RuleMetricDataSource in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return RuleMetricDataSource Modifier and Type Method Description RuleMetricDataSourceRuleMetricDataSource. withLegacyResourceId(String legacyResourceId)Set the legacyResourceId property: the legacy resource identifier of the resource the rule monitors.RuleMetricDataSourceRuleMetricDataSource. withMetricName(String metricName)Set the metricName property: the name of the metric that defines what the rule monitors.RuleMetricDataSourceRuleMetricDataSource. withMetricNamespace(String metricNamespace)Set the metricNamespace property: the namespace of the metric.RuleMetricDataSourceRuleMetricDataSource. withResourceLocation(String resourceLocation)Set the resourceLocation property: the location of the resource.RuleMetricDataSourceRuleMetricDataSource. withResourceUri(String resourceUri)Set the resourceUri property: the resource identifier of the resource the rule monitors.
-