Interface RulesResults


public interface RulesResults
An immutable client-side representation of RulesResults.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.security.fluent.models.RulesResultsInner object.
    Gets the value property: List of rule results.
  • Method Details

    • value

      List<RuleResults> value()
      Gets the value property: List of rule results.
      Returns:
      the value value.
    • innerModel

      RulesResultsInner innerModel()
      Gets the inner com.azure.resourcemanager.security.fluent.models.RulesResultsInner object.
      Returns:
      the inner object.