Class PrivateEndpointConnectionListResult

java.lang.Object
com.azure.resourcemanager.network.models.PrivateEndpointConnectionListResult

public final class PrivateEndpointConnectionListResult extends Object
Response for the ListPrivateEndpointConnection API service call.
  • Constructor Details

    • PrivateEndpointConnectionListResult

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

    • value

      Get the value property: A list of PrivateEndpointConnection resources for a specific private link service.
      Returns:
      the value value.
    • withValue

      Set the value property: A list of PrivateEndpointConnection resources for a specific private link service.
      Parameters:
      value - the value value to set.
      Returns:
      the PrivateEndpointConnectionListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URL to get the next set of results.
      Returns:
      the nextLink value.
    • validate

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