Class PrivateLinkHubInfoListResult

java.lang.Object
com.azure.resourcemanager.synapse.models.PrivateLinkHubInfoListResult

public final class PrivateLinkHubInfoListResult extends Object
List of privateLinkHubs.
  • Constructor Details

    • PrivateLinkHubInfoListResult

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

    • nextLink

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

      public PrivateLinkHubInfoListResult withNextLink(String nextLink)
      Set the nextLink property: Link to the next page of results.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the PrivateLinkHubInfoListResult object itself.
    • value

      public List<PrivateLinkHubInner> value()
      Get the value property: List of privateLinkHubs.
      Returns:
      the value value.
    • withValue

      Set the value property: List of privateLinkHubs.
      Parameters:
      value - the value value to set.
      Returns:
      the PrivateLinkHubInfoListResult object itself.
    • validate

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