SecuritySubAssessmentList Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.SecuritySubAssessmentList

public final class SecuritySubAssessmentList

List of security sub-assessments.

Constructor Summary

Constructor Description
SecuritySubAssessmentList()

Creates an instance of SecuritySubAssessmentList class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: The URI to fetch the next page.

void validate()

Validates the instance.

List<SecuritySubAssessmentInner> value()

Get the value property: The value property.

Methods inherited from java.lang.Object

Constructor Details

SecuritySubAssessmentList

public SecuritySubAssessmentList()

Creates an instance of SecuritySubAssessmentList class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: The URI to fetch the next page.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The value property.

Returns:

the value value.

Applies to