public class RuleDataSource extends Object
| Constructor and Description |
|---|
RuleDataSource() |
| Modifier and Type | Method and Description |
|---|---|
String |
resourceUri()
Get the resourceUri property: the resource identifier of the resource the rule monitors.
|
void |
validate()
Validates the instance.
|
RuleDataSource |
withResourceUri(String resourceUri)
Set the resourceUri property: the resource identifier of the resource the rule monitors.
|
public String resourceUri()
public RuleDataSource withResourceUri(String resourceUri)
resourceUri - the resourceUri value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.