java.lang.Object
com.azure.resourcemanager.appcomplianceautomation.models.ComplianceResult

public final class ComplianceResult extends Object
A class represent the compliance result.
  • Constructor Details

    • ComplianceResult

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

    • complianceName

      public String complianceName()
      Get the complianceName property: The name of the compliance. e.g. "M365".
      Returns:
      the complianceName value.
    • categories

      public List<Category> categories()
      Get the categories property: List of categories.
      Returns:
      the categories value.
    • validate

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