java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.security.fluent.models.ScanInner

public final class ScanInner extends com.azure.core.management.ProxyResource
A vulnerability assessment scan record.
  • Constructor Details

    • ScanInner

      public ScanInner()
  • Method Details

    • properties

      public ScanProperties properties()
      Get the properties property: A vulnerability assessment scan record properties.
      Returns:
      the properties value.
    • withProperties

      public ScanInner withProperties(ScanProperties properties)
      Set the properties property: A vulnerability assessment scan record properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the ScanInner object itself.
    • validate

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