Class PrivateEndpointConnectionProxyListResult

java.lang.Object
com.azure.resourcemanager.deviceupdate.models.PrivateEndpointConnectionProxyListResult

public final class PrivateEndpointConnectionProxyListResult extends Object
The available private endpoint connection proxies for an Account (not to be used by anyone, here because of ARM requirements).
  • Constructor Details

    • PrivateEndpointConnectionProxyListResult

      public PrivateEndpointConnectionProxyListResult()
  • Method Details

    • value

      Get the value property: The list of available private endpoint connection proxies for an Account.
      Returns:
      the value value.
    • withValue

      Set the value property: The list of available private endpoint connection proxies for an Account.
      Parameters:
      value - the value value to set.
      Returns:
      the PrivateEndpointConnectionProxyListResult object itself.
    • nextLink

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

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

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