Class SharedPrivateLinkResourceListResult
java.lang.Object
com.azure.resourcemanager.search.models.SharedPrivateLinkResourceListResult
Response containing a list of Shared Private Link Resources.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of SharedPrivateLinkResourceListResult class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The URL to get the next set of shared private link resources, if there are any.voidvalidate()Validates the instance.value()Get the value property: The list of Shared Private Link Resources.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of shared private link resources, if there are any.
-
Constructor Details
-
SharedPrivateLinkResourceListResult
public SharedPrivateLinkResourceListResult()Creates an instance of SharedPrivateLinkResourceListResult class.
-
-
Method Details
-
value
Get the value property: The list of Shared Private Link Resources.- Returns:
- the value value.
-
nextLink
Get the nextLink property: The URL to get the next set of shared private link resources, if there are any.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: The URL to get the next set of shared private link resources, if there are any.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the SharedPrivateLinkResourceListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-