Class PrivateLinkResourceListResult

java.lang.Object
com.azure.resourcemanager.desktopvirtualization.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: Array of private link resources.
      Returns:
      the value value.
    • withValue

      Set the value property: Array of private link resources.
      Parameters:
      value - the value value to set.
      Returns:
      the PrivateLinkResourceListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Link to the next page of results.
      Returns:
      the nextLink value.
    • validate

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