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