Uses of Class
com.microsoft.azure.management.monitor.RuleDataSource
Packages that use RuleDataSource
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of RuleDataSource in com.microsoft.azure.management.monitor
Subclasses of RuleDataSource in com.microsoft.azure.management.monitorModifier and TypeClassDescriptionclass
A rule management event data source.class
A rule metric data source.Methods in com.microsoft.azure.management.monitor that return RuleDataSourceModifier and TypeMethodDescriptionRuleCondition.dataSource()
Get the resource from which the rule collects its data.RuleDataSource.withResourceUri
(String resourceUri) Set the resource identifier of the resource the rule monitors.Methods in com.microsoft.azure.management.monitor with parameters of type RuleDataSourceModifier and TypeMethodDescriptionRuleCondition.withDataSource
(RuleDataSource dataSource) Set the resource from which the rule collects its data.