Scans Interface

public interface Scans

An immutable client-side representation of Scans.

Method Summary

Modifier and Type Method and Description
abstract ScansInner innerModel()

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

abstract List<Scan> value()

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

Method Details

innerModel

public abstract ScansInner innerModel()

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

Returns:

the inner object.

value

public abstract List value()

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

Returns:

the value value.

Applies to