Uses of Class
com.azure.resourcemanager.authorization.models.RoleDefinitionListResult
-
Packages that use RoleDefinitionListResult Package Description com.azure.resourcemanager.authorization.models Package containing the data models for AuthorizationManagementClient. -
-
Uses of RoleDefinitionListResult in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return RoleDefinitionListResult Modifier and Type Method Description RoleDefinitionListResultRoleDefinitionListResult. withNextLink(String nextLink)Set the nextLink property: The URL to use for getting the next set of results.RoleDefinitionListResultRoleDefinitionListResult. withValue(List<RoleDefinitionInner> value)Set the value property: Role definition list.
-