Lezen in het Engels

Delen via


PrivateLinkResourceListResult Class

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

public final class PrivateLinkResourceListResult

A list of private link resources.

Constructor Summary

Constructor Description
PrivateLinkResourceListResult()

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<PrivateLinkResourceInner> value()

Get the value property: Array of results.

Methods inherited from java.lang.Object

Constructor Details

PrivateLinkResourceListResult

public PrivateLinkResourceListResult()

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