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