Class SharedPrivateLinkResourceListResult

java.lang.Object
com.azure.resourcemanager.search.models.SharedPrivateLinkResourceListResult

public final class SharedPrivateLinkResourceListResult extends Object
Response containing a list of Shared Private Link Resources.
  • Constructor Details

    • SharedPrivateLinkResourceListResult

      public SharedPrivateLinkResourceListResult()
  • Method Details

    • value

      Get the value property: The list of Shared Private Link Resources.
      Returns:
      the value value.
    • nextLink

      public String 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

      public SharedPrivateLinkResourceListResult withNextLink(String nextLink)
      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.