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