Class PrivateEndpointConnectionListResult


  • public final class PrivateEndpointConnectionListResult
    extends Object
    The result of a request to list private endpoint connections for a container registry.
    • Constructor Detail

      • PrivateEndpointConnectionListResult

        public PrivateEndpointConnectionListResult()
    • Method Detail

      • value

        public List<PrivateEndpointConnectionInner> value()
        Get the value property: The list of private endpoint connections. Since this list may be incomplete, the nextLink field should be used to request the next list of private endpoint connections.
        Returns:
        the value value.
      • withValue

        public PrivateEndpointConnectionListResult withValue​(List<PrivateEndpointConnectionInner> value)
        Set the value property: The list of private endpoint connections. Since this list may be incomplete, the nextLink field should be used to request the next list of private endpoint connections.
        Parameters:
        value - the value value to set.
        Returns:
        the PrivateEndpointConnectionListResult object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The URI that can be used to request the next list of private endpoint connections.
        Returns:
        the nextLink value.
      • withNextLink

        public PrivateEndpointConnectionListResult withNextLink​(String nextLink)
        Set the nextLink property: The URI that can be used to request the next list of private endpoint connections.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the PrivateEndpointConnectionListResult object itself.
      • validate

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