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

public final class ReportResourcePatch extends Object
A class represent a AppComplianceAutomation report resource update properties.
  • Constructor Details

    • ReportResourcePatch

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

    • properties

      public ReportProperties properties()
      Get the properties property: Report property.
      Returns:
      the properties value.
    • withProperties

      public ReportResourcePatch withProperties(ReportProperties properties)
      Set the properties property: Report property.
      Parameters:
      properties - the properties value to set.
      Returns:
      the ReportResourcePatch object itself.
    • validate

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