public class RuleCondition extends Object
| Constructor and Description |
|---|
RuleCondition() |
| Modifier and Type | Method and Description |
|---|---|
RuleDataSource |
dataSource()
Get the resource from which the rule collects its data.
|
RuleCondition |
withDataSource(RuleDataSource dataSource)
Set the resource from which the rule collects its data.
|
public RuleDataSource dataSource()
public RuleCondition withDataSource(RuleDataSource dataSource)
dataSource - the dataSource value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/