Class PrivateEndpointConnectionList


  • public final class PrivateEndpointConnectionList
    extends Object
    A list of private endpoint connections.
    • Constructor Detail

      • PrivateEndpointConnectionList

        public PrivateEndpointConnectionList()
    • Method Detail

      • 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 PrivateEndpointConnectionList 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 PrivateEndpointConnectionList object itself.
      • validate

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