Class CheckRestrictionsResultInner

java.lang.Object
com.azure.resourcemanager.policyinsights.fluent.models.CheckRestrictionsResultInner

public final class CheckRestrictionsResultInner extends Object
The result of a check policy restrictions evaluation on a resource.
  • Constructor Details

    • CheckRestrictionsResultInner

      public CheckRestrictionsResultInner()
      Creates an instance of CheckRestrictionsResultInner class.
  • Method Details

    • fieldRestrictions

      public List<FieldRestrictions> fieldRestrictions()
      Get the fieldRestrictions property: The restrictions that will be placed on various fields in the resource by policy.
      Returns:
      the fieldRestrictions value.
    • contentEvaluationResult

      public CheckRestrictionsResultContentEvaluationResult contentEvaluationResult()
      Get the contentEvaluationResult property: Evaluation results for the provided partial resource content.
      Returns:
      the contentEvaluationResult value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.