Class PrivateLinkResourceListResult
java.lang.Object
com.azure.resourcemanager.containerregistry.models.PrivateLinkResourceListResult
The result of a request to list private link resources for a container registry.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of PrivateLinkResourceListResult class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The URI that can be used to request the next list of private link resources.voidvalidate()Validates the instance.value()Get the value property: The list of private link resources.withNextLink(String nextLink) Set the nextLink property: The URI that can be used to request the next list of private link resources.withValue(List<PrivateLinkResourceInner> value) Set the value property: The list of private link resources.
-
Constructor Details
-
PrivateLinkResourceListResult
public PrivateLinkResourceListResult()Creates an instance of PrivateLinkResourceListResult class.
-
-
Method Details
-
value
Get the value property: The list of private link resources. Since this list may be incomplete, the nextLink field should be used to request the next list of private link resources.- Returns:
- the value value.
-
withValue
Set the value property: The list of private link resources. Since this list may be incomplete, the nextLink field should be used to request the next list of private link resources.- Parameters:
value- the value value to set.- Returns:
- the PrivateLinkResourceListResult object itself.
-
nextLink
Get the nextLink property: The URI that can be used to request the next list of private link resources.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: The URI that can be used to request the next list of private link resources.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the PrivateLinkResourceListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-