Uses of Class
com.microsoft.azure.management.monitor.RuleDataSource
-
-
Uses of RuleDataSource in com.microsoft.azure.management.monitor
Subclasses of RuleDataSource in com.microsoft.azure.management.monitor Modifier and Type Class Description classRuleManagementEventDataSourceA rule management event data source.classRuleMetricDataSourceA rule metric data source.Methods in com.microsoft.azure.management.monitor that return RuleDataSource Modifier and Type Method Description RuleDataSourceRuleCondition. dataSource()Get the resource from which the rule collects its data.RuleDataSourceRuleDataSource. withResourceUri(String resourceUri)Set the resource identifier of the resource the rule monitors.Methods in com.microsoft.azure.management.monitor with parameters of type RuleDataSource Modifier and Type Method Description RuleConditionRuleCondition. withDataSource(RuleDataSource dataSource)Set the resource from which the rule collects its data.
-