Uses of Class
com.azure.resourcemanager.authorization.fluent.models.GroupsOrderby
Packages that use GroupsOrderby
Package
Description
Package containing the service clients for AuthorizationManagementClient.
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of GroupsOrderby in com.azure.resourcemanager.authorization.fluent
Method parameters in com.azure.resourcemanager.authorization.fluent with type arguments of type GroupsOrderbyModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<MicrosoftGraphDirectoryObjectInner>GroupsClient.listAcceptedSenders(String groupId, Integer top, Integer skip, String search, String filter, Boolean count, List<GroupsOrderby> orderby, List<GroupsSelect> select, List<String> expand, com.azure.core.util.Context context) Get acceptedSenders from groups.com.azure.core.http.rest.PagedFlux<MicrosoftGraphDirectoryObjectInner>GroupsClient.listAcceptedSendersAsync(String groupId, Integer top, Integer skip, String search, String filter, Boolean count, List<GroupsOrderby> orderby, List<GroupsSelect> select, List<String> expand) Get acceptedSenders from groups.com.azure.core.http.rest.PagedIterable<MicrosoftGraphDirectoryObjectInner>GroupsClient.listMembers(String groupId, Integer top, Integer skip, String search, String filter, Boolean count, List<GroupsOrderby> orderby, List<GroupsSelect> select, List<String> expand, com.azure.core.util.Context context) Get members from groups.com.azure.core.http.rest.PagedFlux<MicrosoftGraphDirectoryObjectInner>GroupsClient.listMembersAsync(String groupId, Integer top, Integer skip, String search, String filter, Boolean count, List<GroupsOrderby> orderby, List<GroupsSelect> select, List<String> expand) Get members from groups.com.azure.core.http.rest.PagedIterable<String>GroupsClient.listRefMembers(String groupId, Integer top, Integer skip, String search, String filter, Boolean count, List<GroupsOrderby> orderby, com.azure.core.util.Context context) Get ref of members from groups.com.azure.core.http.rest.PagedFlux<String>GroupsClient.listRefMembersAsync(String groupId, Integer top, Integer skip, String search, String filter, Boolean count, List<GroupsOrderby> orderby) Get ref of members from groups. -
Uses of GroupsOrderby in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as GroupsOrderbyModifier and TypeFieldDescriptionstatic final GroupsOrderbyGroupsOrderby.DELETED_DATE_TIMEStatic value deletedDateTime for GroupsOrderby.static final GroupsOrderbyGroupsOrderby.DELETED_DATE_TIME_DESCStatic value deletedDateTime desc for GroupsOrderby.static final GroupsOrderbyGroupsOrderby.IDStatic value id for GroupsOrderby.static final GroupsOrderbyGroupsOrderby.ID_DESCStatic value id desc for GroupsOrderby.Methods in com.azure.resourcemanager.authorization.fluent.models that return GroupsOrderbyModifier and TypeMethodDescriptionstatic GroupsOrderbyGroupsOrderby.fromString(String name) Creates or finds a GroupsOrderby from its string representation.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type GroupsOrderbyModifier and TypeMethodDescriptionstatic Collection<GroupsOrderby>GroupsOrderby.values()Gets known GroupsOrderby values.