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