Class SqlRoleAssignmentListResult
- java.lang.Object
-
- com.azure.resourcemanager.cosmos.models.SqlRoleAssignmentListResult
-
public final class SqlRoleAssignmentListResult extends Object
The relevant Role Assignments.
-
-
Constructor Summary
Constructors Constructor Description SqlRoleAssignmentListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<SqlRoleAssignmentGetResultsInner>value()Get the value property: List of Role Assignments and their properties.
-
-
-
Method Detail
-
value
public List<SqlRoleAssignmentGetResultsInner> value()
Get the value property: List of Role Assignments and their properties.- Returns:
- the value value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-