ScanResults Interface

public interface ScanResults

An immutable client-side representation of ScanResults.

Method Summary

Modifier and Type Method and Description
abstract ScanResultsInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.ScanResultsInner object.

abstract List<ScanResult> value()

Gets the value property: List of vulnerability assessment scan results.

Method Details

innerModel

public abstract ScanResultsInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.ScanResultsInner object.

Returns:

the inner object.

value

public abstract List value()

Gets the value property: List of vulnerability assessment scan results.

Returns:

the value value.

Applies to