Class RoleAssignmentListResult
java.lang.Object
com.azure.resourcemanager.authorization.models.RoleAssignmentListResult
Role assignment list operation result.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of RoleAssignmentListResult class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The skipToken to use for getting the next set of results.voidvalidate()Validates the instance.List<com.azure.resourcemanager.authorization.fluent.models.RoleAssignmentInner>value()Get the value property: Role assignment list.Set the value property: Role assignment list.
-
Constructor Details
-
RoleAssignmentListResult
public RoleAssignmentListResult()Creates an instance of RoleAssignmentListResult class.
-
-
Method Details
-
value
Get the value property: Role assignment list.- Returns:
- the value value.
-
withValue
public RoleAssignmentListResult withValue(List<com.azure.resourcemanager.authorization.fluent.models.RoleAssignmentInner> value) Set the value property: Role assignment list.- Parameters:
value- the value value to set.- Returns:
- the RoleAssignmentListResult object itself.
-
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.
-