Class PolicyViolation

java.lang.Object
com.azure.resourcemanager.compute.models.PolicyViolation

public final class PolicyViolation extends Object
A policy violation reported against a gallery artifact.
  • Constructor Details

    • PolicyViolation

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

    • category

      public PolicyViolationCategory category()
      Get the category property: Describes the nature of the policy violation.
      Returns:
      the category value.
    • withCategory

      public PolicyViolation withCategory(PolicyViolationCategory category)
      Set the category property: Describes the nature of the policy violation.
      Parameters:
      category - the category value to set.
      Returns:
      the PolicyViolation object itself.
    • details

      public String details()
      Get the details property: Describes specific details about why this policy violation was reported.
      Returns:
      the details value.
    • withDetails

      public PolicyViolation withDetails(String details)
      Set the details property: Describes specific details about why this policy violation was reported.
      Parameters:
      details - the details value to set.
      Returns:
      the PolicyViolation object itself.
    • validate

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