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