Class ManagedPrivateEndpointListResponse

java.lang.Object
com.azure.analytics.synapse.managedprivateendpoints.models.ManagedPrivateEndpointListResponse

public final class ManagedPrivateEndpointListResponse extends Object
A list of managed private endpoints.
  • Constructor Details

    • ManagedPrivateEndpointListResponse

      public ManagedPrivateEndpointListResponse()
  • Method Details

    • getValue

      public List<ManagedPrivateEndpoint> getValue()
      Get the value property: List of managed private endpoints.
      Returns:
      the value value.
    • setValue

      Set the value property: List of managed private endpoints.
      Parameters:
      value - the value value to set.
      Returns:
      the ManagedPrivateEndpointListResponse object itself.
    • getNextLink

      public String getNextLink()
      Get the nextLink property: The link to the next page of results, if any remaining results exist.
      Returns:
      the nextLink value.