Uses of Class
com.azure.resourcemanager.authorization.models.RoleDefinitionListResult
Packages that use RoleDefinitionListResult
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of RoleDefinitionListResult in com.azure.resourcemanager.authorization.models
Classes in com.azure.resourcemanager.authorization.models that implement interfaces with type arguments of type RoleDefinitionListResultModifier and TypeClassDescriptionfinal classRole definition list operation result.Methods in com.azure.resourcemanager.authorization.models that return RoleDefinitionListResultModifier and TypeMethodDescriptionstatic RoleDefinitionListResultRoleDefinitionListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RoleDefinitionListResult from the JsonReader.RoleDefinitionListResult.withNextLink(String nextLink) Set the nextLink property: The URL to use for getting the next set of results.RoleDefinitionListResult.withValue(List<com.azure.resourcemanager.authorization.fluent.models.RoleDefinitionInner> value) Set the value property: Role definition list.