Class ApplicationGroupListResult

java.lang.Object
com.azure.resourcemanager.eventhubs.models.ApplicationGroupListResult

public final class ApplicationGroupListResult extends Object
The response from the List Application Groups operation.
  • Constructor Details

    • ApplicationGroupListResult

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

    • value

      public List<ApplicationGroupInner> value()
      Get the value property: Result of the List Application Groups operation.
      Returns:
      the value value.
    • withValue

      Set the value property: Result of the List Application Groups operation.
      Parameters:
      value - the value value to set.
      Returns:
      the ApplicationGroupListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Link to the next set of results. Not empty if Value contains an incomplete list of Authorization Rules.
      Returns:
      the nextLink value.
    • validate

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