ServerVulnerabilityAssessmentsSettingsList Class

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

public final class ServerVulnerabilityAssessmentsSettingsList

A page of a server vulnerability assessments settings list.

Constructor Summary

Constructor Description
ServerVulnerabilityAssessmentsSettingsList()

Creates an instance of ServerVulnerabilityAssessmentsSettingsList 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<ServerVulnerabilityAssessmentsSettingInner> value()

Get the value property: A collection of server vulnerability assessments settings in this page.

Methods inherited from java.lang.Object

Constructor Details

ServerVulnerabilityAssessmentsSettingsList

public ServerVulnerabilityAssessmentsSettingsList()

Creates an instance of ServerVulnerabilityAssessmentsSettingsList 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: A collection of server vulnerability assessments settings in this page.

Returns:

the value value.

Applies to