java.lang.Object
com.azure.resourcemanager.security.fluent.models.ScansInner

public final class ScansInner extends Object
A list of vulnerability assessment scan records.
  • Constructor Details

    • ScansInner

      public ScansInner()
  • Method Details

    • value

      public List<ScanInner> value()
      Get the value property: List of vulnerability assessment scan records.
      Returns:
      the value value.
    • withValue

      public ScansInner withValue(List<ScanInner> value)
      Set the value property: List of vulnerability assessment scan records.
      Parameters:
      value - the value value to set.
      Returns:
      the ScansInner object itself.
    • validate

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