Interface EvaluatePoliciesResponse


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.EvaluatePoliciesResponseInner object.
    Gets the results property: Results of evaluating a policy set.
  • Method Details

    • results

      List<PolicySetResult> results()
      Gets the results property: Results of evaluating a policy set.
      Returns:
      the results value.
    • innerModel

      Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.EvaluatePoliciesResponseInner object.
      Returns:
      the inner object.