Class PrivateLinkResourceListResult

java.lang.Object
com.azure.resourcemanager.appconfiguration.models.PrivateLinkResourceListResult

public final class PrivateLinkResourceListResult extends Object
A list of private link resources.
  • Constructor Details

    • PrivateLinkResourceListResult

      public PrivateLinkResourceListResult()
  • Method Details

    • value

      public List<PrivateLinkResourceInner> value()
      Get the value property: The collection value.
      Returns:
      the value value.
    • withValue

      Set the value property: The collection value.
      Parameters:
      value - the value value to set.
      Returns:
      the PrivateLinkResourceListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URI that can be used to request the next set of paged results.
      Returns:
      the nextLink value.
    • withNextLink

      public PrivateLinkResourceListResult withNextLink(String nextLink)
      Set the nextLink property: The URI that can be used to request the next set of paged results.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the PrivateLinkResourceListResult object itself.
    • validate

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