Class ManagedPrivateEndpointListResponse

java.lang.Object
com.azure.resourcemanager.datafactory.models.ManagedPrivateEndpointListResponse

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

    • ManagedPrivateEndpointListResponse

      public ManagedPrivateEndpointListResponse()
  • Method Details

    • value

      Get the value property: List of managed private endpoints.
      Returns:
      the value value.
    • withValue

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

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

      public ManagedPrivateEndpointListResponse withNextLink(String nextLink)
      Set the nextLink property: The link to the next page of results, if any remaining results exist.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the ManagedPrivateEndpointListResponse object itself.
    • validate

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