RulesResults Interface
public interface RulesResults
An immutable client-side representation of RulesResults.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Rules |
innerModel()
Gets the inner com. |
| abstract String |
nextLink()
Gets the next |
|
abstract
List<Rule |
value()
Gets the value property: List of rule results. |
Method Details
innerModel
public abstract RulesResultsInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.RulesResultsInner object.
Returns:
nextLink
public abstract String nextLink()
Gets the nextLink property: The nextLink property.
Returns:
value
public abstract List<RuleResults> value()
Gets the value property: List of rule results.
Returns: