Class PolicyGroupSummary

java.lang.Object
com.azure.resourcemanager.policyinsights.models.PolicyGroupSummary

public final class PolicyGroupSummary extends Object
Policy definition group summary.
  • Constructor Details

    • PolicyGroupSummary

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

    • policyGroupName

      public String policyGroupName()
      Get the policyGroupName property: Policy group name.
      Returns:
      the policyGroupName value.
    • withPolicyGroupName

      public PolicyGroupSummary withPolicyGroupName(String policyGroupName)
      Set the policyGroupName property: Policy group name.
      Parameters:
      policyGroupName - the policyGroupName value to set.
      Returns:
      the PolicyGroupSummary object itself.
    • results

      public SummaryResults results()
      Get the results property: Compliance summary for the policy definition group.
      Returns:
      the results value.
    • withResults

      public PolicyGroupSummary withResults(SummaryResults results)
      Set the results property: Compliance summary for the policy definition group.
      Parameters:
      results - the results value to set.
      Returns:
      the PolicyGroupSummary object itself.
    • validate

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