Class AuthorizationRuleListResult

java.lang.Object
com.azure.resourcemanager.relay.models.AuthorizationRuleListResult

public final class AuthorizationRuleListResult extends Object
The response from the list namespace operation.
  • Constructor Details

    • AuthorizationRuleListResult

      public AuthorizationRuleListResult()
  • Method Details

    • value

      public List<AuthorizationRuleInner> value()
      Get the value property: Result of the list authorization rules operation.
      Returns:
      the value value.
    • withValue

      Set the value property: Result of the list authorization rules operation.
      Parameters:
      value - the value value to set.
      Returns:
      the AuthorizationRuleListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Link to the next set of results. Not empty if value contains incomplete list of authorization rules.
      Returns:
      the nextLink value.
    • withNextLink

      public AuthorizationRuleListResult withNextLink(String nextLink)
      Set the nextLink property: Link to the next set of results. Not empty if value contains incomplete list of authorization rules.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the AuthorizationRuleListResult object itself.
    • validate

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