ScansInner Class

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

public final class ScansInner

A list of vulnerability assessment scan records.

Constructor Summary

Constructor Description
ScansInner()

Creates an instance of ScansInner class.

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

List<ScanInner> value()

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

ScansInner withValue(List<ScanInner> value)

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

Methods inherited from java.lang.Object

Constructor Details

ScansInner

public ScansInner()

Creates an instance of ScansInner class.

Method Details

validate

public void validate()

Validates the instance.

value

public List value()

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

Returns:

the value value.

withValue

public ScansInner withValue(List value)

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

Parameters:

value - the value value to set.

Returns:

the ScansInner object itself.

Applies to