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