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

public final class ControlFamily extends Object
A class represent the control family.
  • Constructor Details

    • ControlFamily

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

    • familyName

      public String familyName()
      Get the familyName property: The name of the control family. e.g. "Malware Protection - Anti-Virus".
      Returns:
      the familyName value.
    • familyType

      public ControlFamilyType familyType()
      Get the familyType property: The control family type.
      Returns:
      the familyType value.
    • familyStatus

      public ControlFamilyStatus familyStatus()
      Get the familyStatus property: Control family status.
      Returns:
      the familyStatus value.
    • controls

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

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