Class SharedPrivateLinkResourceList

java.lang.Object
com.azure.resourcemanager.webpubsub.models.SharedPrivateLinkResourceList

public final class SharedPrivateLinkResourceList extends Object
A list of shared private link resources.
  • Constructor Details

    • SharedPrivateLinkResourceList

      public SharedPrivateLinkResourceList()
      Creates an instance of SharedPrivateLinkResourceList class.
  • Method Details

    • value

      Get the value property: The list of the shared private link resources.
      Returns:
      the value value.
    • withValue

      Set the value property: The list of the shared private link resources.
      Parameters:
      value - the value value to set.
      Returns:
      the SharedPrivateLinkResourceList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size.
      Returns:
      the nextLink value.
    • withNextLink

      public SharedPrivateLinkResourceList withNextLink(String nextLink)
      Set the nextLink property: Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the SharedPrivateLinkResourceList object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.