Uses of Class
com.azure.resourcemanager.monitor.models.RuleDataSource
-
Packages that use RuleDataSource Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of RuleDataSource in com.azure.resourcemanager.monitor.models
Subclasses of RuleDataSource in com.azure.resourcemanager.monitor.models Modifier and Type Class Description classRuleManagementEventDataSourceA rule management event data source.classRuleMetricDataSourceA rule metric data source.Methods in com.azure.resourcemanager.monitor.models that return RuleDataSource Modifier and Type Method Description RuleDataSourceRuleCondition. dataSource()Get the dataSource property: the resource from which the rule collects its data.RuleDataSourceRuleDataSource. withLegacyResourceId(String legacyResourceId)Set the legacyResourceId property: the legacy resource identifier of the resource the rule monitors.RuleDataSourceRuleDataSource. withMetricNamespace(String metricNamespace)Set the metricNamespace property: the namespace of the metric.RuleDataSourceRuleDataSource. withResourceLocation(String resourceLocation)Set the resourceLocation property: the location of the resource.RuleDataSourceRuleDataSource. withResourceUri(String resourceUri)Set the resourceUri property: the resource identifier of the resource the rule monitors.Methods in com.azure.resourcemanager.monitor.models with parameters of type RuleDataSource Modifier and Type Method Description LocationThresholdRuleConditionLocationThresholdRuleCondition. withDataSource(RuleDataSource dataSource)Set the dataSource property: the resource from which the rule collects its data.ManagementEventRuleConditionManagementEventRuleCondition. withDataSource(RuleDataSource dataSource)Set the dataSource property: the resource from which the rule collects its data.RuleConditionRuleCondition. withDataSource(RuleDataSource dataSource)Set the dataSource property: the resource from which the rule collects its data.ThresholdRuleConditionThresholdRuleCondition. withDataSource(RuleDataSource dataSource)Set the dataSource property: the resource from which the rule collects its data.
-