Interface ScanResults


public interface ScanResults
An immutable client-side representation of ScanResults.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.security.fluent.models.ScanResultsInner object.
    Gets the value property: List of vulnerability assessment scan results.
  • Method Details

    • value

      List<ScanResult> value()
      Gets the value property: List of vulnerability assessment scan results.
      Returns:
      the value value.
    • innerModel

      ScanResultsInner innerModel()
      Gets the inner com.azure.resourcemanager.security.fluent.models.ScanResultsInner object.
      Returns:
      the inner object.