Lezen in het Engels

Delen via


VirtualNetworkRuleListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.mysql.models.VirtualNetworkRuleListResult

public final class VirtualNetworkRuleListResult

A list of virtual network rules.

Constructor Summary

Constructor Description
VirtualNetworkRuleListResult()

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: Link to retrieve next page of results.

void validate()

Validates the instance.

List<VirtualNetworkRuleInner> value()

Get the value property: Array of results.

Methods inherited from java.lang.Object

Constructor Details

VirtualNetworkRuleListResult

public VirtualNetworkRuleListResult()

Method Details

nextLink

public String nextLink()

Get the nextLink property: Link to retrieve next page of results.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Array of results.

Returns:

the value value.

Applies to

Azure SDK for Java

Latest