Class ListPrivateEndpointConnectionsResult

java.lang.Object
com.azure.resourcemanager.batch.models.ListPrivateEndpointConnectionsResult

public final class ListPrivateEndpointConnectionsResult extends Object
Values returned by the List operation.
  • Constructor Details

    • ListPrivateEndpointConnectionsResult

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

    • value

      Get the value property: The collection of returned private endpoint connection.
      Returns:
      the value value.
    • withValue

      Set the value property: The collection of returned private endpoint connection.
      Parameters:
      value - the value value to set.
      Returns:
      the ListPrivateEndpointConnectionsResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The continuation token.
      Returns:
      the nextLink value.
    • withNextLink

      public ListPrivateEndpointConnectionsResult withNextLink(String nextLink)
      Set the nextLink property: The continuation token.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the ListPrivateEndpointConnectionsResult object itself.
    • validate

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