Uses of Class
com.azure.resourcemanager.authorization.fluent.models.DirectoryRolesSelect
-
Packages that use DirectoryRolesSelect Package Description com.azure.resourcemanager.authorization.fluent Package containing the service clients for AuthorizationManagementClient.com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of DirectoryRolesSelect in com.azure.resourcemanager.authorization.fluent
Method parameters in com.azure.resourcemanager.authorization.fluent with type arguments of type DirectoryRolesSelect Modifier and Type Method Description Mono<MicrosoftGraphScopedRoleMembershipInner>DirectoryRolesClient. getScopedMembersAsync(String directoryRoleId, String scopedRoleMembershipId, List<DirectoryRolesSelect> select, List<String> expand)Get scopedMembers from directoryRoles.com.azure.core.http.rest.Response<MicrosoftGraphScopedRoleMembershipInner>DirectoryRolesClient. getScopedMembersWithResponse(String directoryRoleId, String scopedRoleMembershipId, List<DirectoryRolesSelect> select, List<String> expand, com.azure.core.util.Context context)Get scopedMembers from directoryRoles.Mono<com.azure.core.http.rest.Response<MicrosoftGraphScopedRoleMembershipInner>>DirectoryRolesClient. getScopedMembersWithResponseAsync(String directoryRoleId, String scopedRoleMembershipId, List<DirectoryRolesSelect> select, List<String> expand)Get scopedMembers from directoryRoles. -
Uses of DirectoryRolesSelect in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as DirectoryRolesSelect Modifier and Type Field Description static DirectoryRolesSelectDirectoryRolesSelect. DELETED_DATE_TIMEStatic value deletedDateTime for DirectoryRolesSelect.static DirectoryRolesSelectDirectoryRolesSelect. IDStatic value id for DirectoryRolesSelect.Methods in com.azure.resourcemanager.authorization.fluent.models that return DirectoryRolesSelect Modifier and Type Method Description static DirectoryRolesSelectDirectoryRolesSelect. fromString(String name)Creates or finds a DirectoryRolesSelect from its string representation.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type DirectoryRolesSelect Modifier and Type Method Description static Collection<DirectoryRolesSelect>DirectoryRolesSelect. values()
-