Class RoleAssignmentListResult

java.lang.Object
com.azure.resourcemanager.authorization.models.RoleAssignmentListResult

public final class RoleAssignmentListResult extends Object
Role assignment list operation result.
  • Constructor Details

    • RoleAssignmentListResult

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

    • value

      public List<RoleAssignmentInner> value()
      Get the value property: Role assignment list.
      Returns:
      the value value.
    • withValue

      Set the value property: Role assignment list.
      Parameters:
      value - the value value to set.
      Returns:
      the RoleAssignmentListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The skipToken to use for getting the next set of results.
      Returns:
      the nextLink value.
    • validate

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