PrivateLinkResourceListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.dashboard.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: URL to get the next set of operation list results (if there are any).

void validate()

Validates the instance.

List<PrivateLinkResourceInner> value()

Get the value property: Array of private link resources.

PrivateLinkResourceListResult withValue(List<PrivateLinkResourceInner> value)

Set the value property: Array of private link resources.

Methods inherited from java.lang.Object

Constructor Details

PrivateLinkResourceListResult

public PrivateLinkResourceListResult()

Method Details

nextLink

public String nextLink()

Get the nextLink property: URL to get the next set of operation list results (if there are any).

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Array of private link resources.

Returns:

the value value.

withValue

public PrivateLinkResourceListResult withValue(List value)

Set the value property: Array of private link resources.

Parameters:

value - the value value to set.

Returns:

the PrivateLinkResourceListResult object itself.

Applies to

Azure SDK for Java

Preview