Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphScopedRoleMembershipInner
-
Packages that use MicrosoftGraphScopedRoleMembershipInner 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 MicrosoftGraphScopedRoleMembershipInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return MicrosoftGraphScopedRoleMembershipInner Modifier and Type Method Description MicrosoftGraphScopedRoleMembershipInnerDirectoryRolesClient. createScopedMembers(String directoryRoleId, MicrosoftGraphScopedRoleMembershipInner body)Create new navigation property to scopedMembers for directoryRoles.MicrosoftGraphScopedRoleMembershipInnerUsersClient. createScopedRoleMemberOf(String userId, MicrosoftGraphScopedRoleMembershipInner body)Create new navigation property to scopedRoleMemberOf for users.MicrosoftGraphScopedRoleMembershipInnerDirectoryAdministrativeUnitsClient. createScopedRoleMembers(String administrativeUnitId, MicrosoftGraphScopedRoleMembershipInner body)Create new navigation property to scopedRoleMembers for directory.MicrosoftGraphScopedRoleMembershipInnerDirectoryRolesClient. getScopedMembers(String directoryRoleId, String scopedRoleMembershipId)Get scopedMembers from directoryRoles.MicrosoftGraphScopedRoleMembershipInnerUsersClient. getScopedRoleMemberOf(String userId, String scopedRoleMembershipId)Get scopedRoleMemberOf from users.MicrosoftGraphScopedRoleMembershipInnerDirectoryAdministrativeUnitsClient. getScopedRoleMembers(String administrativeUnitId, String scopedRoleMembershipId)Get scopedRoleMembers from directory.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type MicrosoftGraphScopedRoleMembershipInner Modifier and Type Method Description Mono<MicrosoftGraphScopedRoleMembershipInner>DirectoryRolesClient. createScopedMembersAsync(String directoryRoleId, MicrosoftGraphScopedRoleMembershipInner body)Create new navigation property to scopedMembers for directoryRoles.com.azure.core.http.rest.Response<MicrosoftGraphScopedRoleMembershipInner>DirectoryRolesClient. createScopedMembersWithResponse(String directoryRoleId, MicrosoftGraphScopedRoleMembershipInner body, com.azure.core.util.Context context)Create new navigation property to scopedMembers for directoryRoles.Mono<com.azure.core.http.rest.Response<MicrosoftGraphScopedRoleMembershipInner>>DirectoryRolesClient. createScopedMembersWithResponseAsync(String directoryRoleId, MicrosoftGraphScopedRoleMembershipInner body)Create new navigation property to scopedMembers for directoryRoles.Mono<MicrosoftGraphScopedRoleMembershipInner>UsersClient. createScopedRoleMemberOfAsync(String userId, MicrosoftGraphScopedRoleMembershipInner body)Create new navigation property to scopedRoleMemberOf for users.com.azure.core.http.rest.Response<MicrosoftGraphScopedRoleMembershipInner>UsersClient. createScopedRoleMemberOfWithResponse(String userId, MicrosoftGraphScopedRoleMembershipInner body, com.azure.core.util.Context context)Create new navigation property to scopedRoleMemberOf for users.Mono<com.azure.core.http.rest.Response<MicrosoftGraphScopedRoleMembershipInner>>UsersClient. createScopedRoleMemberOfWithResponseAsync(String userId, MicrosoftGraphScopedRoleMembershipInner body)Create new navigation property to scopedRoleMemberOf for users.Mono<MicrosoftGraphScopedRoleMembershipInner>DirectoryAdministrativeUnitsClient. createScopedRoleMembersAsync(String administrativeUnitId, MicrosoftGraphScopedRoleMembershipInner body)Create new navigation property to scopedRoleMembers for directory.com.azure.core.http.rest.Response<MicrosoftGraphScopedRoleMembershipInner>DirectoryAdministrativeUnitsClient. createScopedRoleMembersWithResponse(String administrativeUnitId, MicrosoftGraphScopedRoleMembershipInner body, com.azure.core.util.Context context)Create new navigation property to scopedRoleMembers for directory.Mono<com.azure.core.http.rest.Response<MicrosoftGraphScopedRoleMembershipInner>>DirectoryAdministrativeUnitsClient. createScopedRoleMembersWithResponseAsync(String administrativeUnitId, MicrosoftGraphScopedRoleMembershipInner body)Create new navigation property to scopedRoleMembers for directory.Mono<MicrosoftGraphScopedRoleMembershipInner>DirectoryRolesClient. getScopedMembersAsync(String directoryRoleId, String scopedRoleMembershipId)Get scopedMembers from directoryRoles.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.Mono<MicrosoftGraphScopedRoleMembershipInner>UsersClient. getScopedRoleMemberOfAsync(String userId, String scopedRoleMembershipId)Get scopedRoleMemberOf from users.Mono<MicrosoftGraphScopedRoleMembershipInner>UsersClient. getScopedRoleMemberOfAsync(String userId, String scopedRoleMembershipId, List<UsersSelect> select, List<String> expand)Get scopedRoleMemberOf from users.com.azure.core.http.rest.Response<MicrosoftGraphScopedRoleMembershipInner>UsersClient. getScopedRoleMemberOfWithResponse(String userId, String scopedRoleMembershipId, List<UsersSelect> select, List<String> expand, com.azure.core.util.Context context)Get scopedRoleMemberOf from users.Mono<com.azure.core.http.rest.Response<MicrosoftGraphScopedRoleMembershipInner>>UsersClient. getScopedRoleMemberOfWithResponseAsync(String userId, String scopedRoleMembershipId, List<UsersSelect> select, List<String> expand)Get scopedRoleMemberOf from users.Mono<MicrosoftGraphScopedRoleMembershipInner>DirectoryAdministrativeUnitsClient. getScopedRoleMembersAsync(String administrativeUnitId, String scopedRoleMembershipId)Get scopedRoleMembers from directory.Mono<MicrosoftGraphScopedRoleMembershipInner>DirectoryAdministrativeUnitsClient. getScopedRoleMembersAsync(String administrativeUnitId, String scopedRoleMembershipId, List<DirectoryAdministrativeUnitsSelect> select, List<String> expand)Get scopedRoleMembers from directory.com.azure.core.http.rest.Response<MicrosoftGraphScopedRoleMembershipInner>DirectoryAdministrativeUnitsClient. getScopedRoleMembersWithResponse(String administrativeUnitId, String scopedRoleMembershipId, List<DirectoryAdministrativeUnitsSelect> select, List<String> expand, com.azure.core.util.Context context)Get scopedRoleMembers from directory.Mono<com.azure.core.http.rest.Response<MicrosoftGraphScopedRoleMembershipInner>>DirectoryAdministrativeUnitsClient. getScopedRoleMembersWithResponseAsync(String administrativeUnitId, String scopedRoleMembershipId, List<DirectoryAdministrativeUnitsSelect> select, List<String> expand)Get scopedRoleMembers from directory.com.azure.core.http.rest.PagedIterable<MicrosoftGraphScopedRoleMembershipInner>DirectoryRolesClient. listScopedMembers(String directoryRoleId)Get scopedMembers from directoryRoles.com.azure.core.http.rest.PagedIterable<MicrosoftGraphScopedRoleMembershipInner>DirectoryRolesClient. listScopedMembers(String directoryRoleId, Integer top, Integer skip, String search, String filter, Boolean count, List<DirectoryRolesOrderby> orderby, List<DirectoryRolesSelect> select, List<String> expand, com.azure.core.util.Context context)Get scopedMembers from directoryRoles.com.azure.core.http.rest.PagedFlux<MicrosoftGraphScopedRoleMembershipInner>DirectoryRolesClient. listScopedMembersAsync(String directoryRoleId)Get scopedMembers from directoryRoles.com.azure.core.http.rest.PagedFlux<MicrosoftGraphScopedRoleMembershipInner>DirectoryRolesClient. listScopedMembersAsync(String directoryRoleId, Integer top, Integer skip, String search, String filter, Boolean count, List<DirectoryRolesOrderby> orderby, List<DirectoryRolesSelect> select, List<String> expand)Get scopedMembers from directoryRoles.com.azure.core.http.rest.PagedIterable<MicrosoftGraphScopedRoleMembershipInner>UsersClient. listScopedRoleMemberOf(String userId)Get scopedRoleMemberOf from users.com.azure.core.http.rest.PagedIterable<MicrosoftGraphScopedRoleMembershipInner>UsersClient. listScopedRoleMemberOf(String userId, Integer top, Integer skip, String search, String filter, Boolean count, List<UsersOrderby> orderby, List<UsersSelect> select, List<String> expand, com.azure.core.util.Context context)Get scopedRoleMemberOf from users.com.azure.core.http.rest.PagedFlux<MicrosoftGraphScopedRoleMembershipInner>UsersClient. listScopedRoleMemberOfAsync(String userId)Get scopedRoleMemberOf from users.com.azure.core.http.rest.PagedFlux<MicrosoftGraphScopedRoleMembershipInner>UsersClient. listScopedRoleMemberOfAsync(String userId, Integer top, Integer skip, String search, String filter, Boolean count, List<UsersOrderby> orderby, List<UsersSelect> select, List<String> expand)Get scopedRoleMemberOf from users.com.azure.core.http.rest.PagedIterable<MicrosoftGraphScopedRoleMembershipInner>DirectoryAdministrativeUnitsClient. listScopedRoleMembers(String administrativeUnitId)Get scopedRoleMembers from directory.com.azure.core.http.rest.PagedIterable<MicrosoftGraphScopedRoleMembershipInner>DirectoryAdministrativeUnitsClient. listScopedRoleMembers(String administrativeUnitId, Integer top, Integer skip, String search, String filter, Boolean count, List<DirectoryAdministrativeUnitsOrderby> orderby, List<DirectoryAdministrativeUnitsSelect> select, List<String> expand, com.azure.core.util.Context context)Get scopedRoleMembers from directory.com.azure.core.http.rest.PagedFlux<MicrosoftGraphScopedRoleMembershipInner>DirectoryAdministrativeUnitsClient. listScopedRoleMembersAsync(String administrativeUnitId)Get scopedRoleMembers from directory.com.azure.core.http.rest.PagedFlux<MicrosoftGraphScopedRoleMembershipInner>DirectoryAdministrativeUnitsClient. listScopedRoleMembersAsync(String administrativeUnitId, Integer top, Integer skip, String search, String filter, Boolean count, List<DirectoryAdministrativeUnitsOrderby> orderby, List<DirectoryAdministrativeUnitsSelect> select, List<String> expand)Get scopedRoleMembers from directory.Methods in com.azure.resourcemanager.authorization.fluent with parameters of type MicrosoftGraphScopedRoleMembershipInner Modifier and Type Method Description MicrosoftGraphScopedRoleMembershipInnerDirectoryRolesClient. createScopedMembers(String directoryRoleId, MicrosoftGraphScopedRoleMembershipInner body)Create new navigation property to scopedMembers for directoryRoles.Mono<MicrosoftGraphScopedRoleMembershipInner>DirectoryRolesClient. createScopedMembersAsync(String directoryRoleId, MicrosoftGraphScopedRoleMembershipInner body)Create new navigation property to scopedMembers for directoryRoles.com.azure.core.http.rest.Response<MicrosoftGraphScopedRoleMembershipInner>DirectoryRolesClient. createScopedMembersWithResponse(String directoryRoleId, MicrosoftGraphScopedRoleMembershipInner body, com.azure.core.util.Context context)Create new navigation property to scopedMembers for directoryRoles.Mono<com.azure.core.http.rest.Response<MicrosoftGraphScopedRoleMembershipInner>>DirectoryRolesClient. createScopedMembersWithResponseAsync(String directoryRoleId, MicrosoftGraphScopedRoleMembershipInner body)Create new navigation property to scopedMembers for directoryRoles.MicrosoftGraphScopedRoleMembershipInnerUsersClient. createScopedRoleMemberOf(String userId, MicrosoftGraphScopedRoleMembershipInner body)Create new navigation property to scopedRoleMemberOf for users.Mono<MicrosoftGraphScopedRoleMembershipInner>UsersClient. createScopedRoleMemberOfAsync(String userId, MicrosoftGraphScopedRoleMembershipInner body)Create new navigation property to scopedRoleMemberOf for users.com.azure.core.http.rest.Response<MicrosoftGraphScopedRoleMembershipInner>UsersClient. createScopedRoleMemberOfWithResponse(String userId, MicrosoftGraphScopedRoleMembershipInner body, com.azure.core.util.Context context)Create new navigation property to scopedRoleMemberOf for users.Mono<com.azure.core.http.rest.Response<MicrosoftGraphScopedRoleMembershipInner>>UsersClient. createScopedRoleMemberOfWithResponseAsync(String userId, MicrosoftGraphScopedRoleMembershipInner body)Create new navigation property to scopedRoleMemberOf for users.MicrosoftGraphScopedRoleMembershipInnerDirectoryAdministrativeUnitsClient. createScopedRoleMembers(String administrativeUnitId, MicrosoftGraphScopedRoleMembershipInner body)Create new navigation property to scopedRoleMembers for directory.Mono<MicrosoftGraphScopedRoleMembershipInner>DirectoryAdministrativeUnitsClient. createScopedRoleMembersAsync(String administrativeUnitId, MicrosoftGraphScopedRoleMembershipInner body)Create new navigation property to scopedRoleMembers for directory.com.azure.core.http.rest.Response<MicrosoftGraphScopedRoleMembershipInner>DirectoryAdministrativeUnitsClient. createScopedRoleMembersWithResponse(String administrativeUnitId, MicrosoftGraphScopedRoleMembershipInner body, com.azure.core.util.Context context)Create new navigation property to scopedRoleMembers for directory.Mono<com.azure.core.http.rest.Response<MicrosoftGraphScopedRoleMembershipInner>>DirectoryAdministrativeUnitsClient. createScopedRoleMembersWithResponseAsync(String administrativeUnitId, MicrosoftGraphScopedRoleMembershipInner body)Create new navigation property to scopedRoleMembers for directory.voidDirectoryRolesClient. updateScopedMembers(String directoryRoleId, String scopedRoleMembershipId, MicrosoftGraphScopedRoleMembershipInner body)Update the navigation property scopedMembers in directoryRoles.Mono<Void>DirectoryRolesClient. updateScopedMembersAsync(String directoryRoleId, String scopedRoleMembershipId, MicrosoftGraphScopedRoleMembershipInner body)Update the navigation property scopedMembers in directoryRoles.com.azure.core.http.rest.Response<Void>DirectoryRolesClient. updateScopedMembersWithResponse(String directoryRoleId, String scopedRoleMembershipId, MicrosoftGraphScopedRoleMembershipInner body, com.azure.core.util.Context context)Update the navigation property scopedMembers in directoryRoles.Mono<com.azure.core.http.rest.Response<Void>>DirectoryRolesClient. updateScopedMembersWithResponseAsync(String directoryRoleId, String scopedRoleMembershipId, MicrosoftGraphScopedRoleMembershipInner body)Update the navigation property scopedMembers in directoryRoles.voidUsersClient. updateScopedRoleMemberOf(String userId, String scopedRoleMembershipId, MicrosoftGraphScopedRoleMembershipInner body)Update the navigation property scopedRoleMemberOf in users.Mono<Void>UsersClient. updateScopedRoleMemberOfAsync(String userId, String scopedRoleMembershipId, MicrosoftGraphScopedRoleMembershipInner body)Update the navigation property scopedRoleMemberOf in users.com.azure.core.http.rest.Response<Void>UsersClient. updateScopedRoleMemberOfWithResponse(String userId, String scopedRoleMembershipId, MicrosoftGraphScopedRoleMembershipInner body, com.azure.core.util.Context context)Update the navigation property scopedRoleMemberOf in users.Mono<com.azure.core.http.rest.Response<Void>>UsersClient. updateScopedRoleMemberOfWithResponseAsync(String userId, String scopedRoleMembershipId, MicrosoftGraphScopedRoleMembershipInner body)Update the navigation property scopedRoleMemberOf in users.voidDirectoryAdministrativeUnitsClient. updateScopedRoleMembers(String administrativeUnitId, String scopedRoleMembershipId, MicrosoftGraphScopedRoleMembershipInner body)Update the navigation property scopedRoleMembers in directory.Mono<Void>DirectoryAdministrativeUnitsClient. updateScopedRoleMembersAsync(String administrativeUnitId, String scopedRoleMembershipId, MicrosoftGraphScopedRoleMembershipInner body)Update the navigation property scopedRoleMembers in directory.com.azure.core.http.rest.Response<Void>DirectoryAdministrativeUnitsClient. updateScopedRoleMembersWithResponse(String administrativeUnitId, String scopedRoleMembershipId, MicrosoftGraphScopedRoleMembershipInner body, com.azure.core.util.Context context)Update the navigation property scopedRoleMembers in directory.Mono<com.azure.core.http.rest.Response<Void>>DirectoryAdministrativeUnitsClient. updateScopedRoleMembersWithResponseAsync(String administrativeUnitId, String scopedRoleMembershipId, MicrosoftGraphScopedRoleMembershipInner body)Update the navigation property scopedRoleMembers in directory. -
Uses of MicrosoftGraphScopedRoleMembershipInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphScopedRoleMembershipInner Modifier and Type Method Description MicrosoftGraphScopedRoleMembershipInnerMicrosoftGraphScopedRoleMembershipInner. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: scopedRoleMembership.MicrosoftGraphScopedRoleMembershipInnerMicrosoftGraphScopedRoleMembershipInner. withAdministrativeUnitId(String administrativeUnitId)Set the administrativeUnitId property: Unique identifier for the administrative unit that the directory role is scoped to.MicrosoftGraphScopedRoleMembershipInnerMicrosoftGraphScopedRoleMembershipInner. withId(String id)Set the id property: Read-only.MicrosoftGraphScopedRoleMembershipInnerMicrosoftGraphScopedRoleMembershipInner. withRoleId(String roleId)Set the roleId property: Unique identifier for the directory role that the member is in.MicrosoftGraphScopedRoleMembershipInnerMicrosoftGraphScopedRoleMembershipInner. withRoleMemberInfo(MicrosoftGraphIdentity roleMemberInfo)Set the roleMemberInfo property: identity.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphScopedRoleMembershipInner Modifier and Type Method Description List<MicrosoftGraphScopedRoleMembershipInner>MicrosoftGraphDirectoryRoleInner. scopedMembers()Get the scopedMembers property: The scopedMembers property.List<MicrosoftGraphScopedRoleMembershipInner>MicrosoftGraphUserInner. scopedRoleMemberOf()Get the scopedRoleMemberOf property: The scopedRoleMemberOf property.List<MicrosoftGraphScopedRoleMembershipInner>MicrosoftGraphAdministrativeUnitInner. scopedRoleMembers()Get the scopedRoleMembers property: Scoped-role members of this Administrative Unit.List<MicrosoftGraphScopedRoleMembershipInner>CollectionOfScopedRoleMembership. value()Get the value property: The value property.List<MicrosoftGraphScopedRoleMembershipInner>CollectionOfScopedRoleMembership0. value()Get the value property: The value property.List<MicrosoftGraphScopedRoleMembershipInner>CollectionOfScopedRoleMembership1. value()Get the value property: The value property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphScopedRoleMembershipInner Modifier and Type Method Description MicrosoftGraphDirectoryRoleInnerMicrosoftGraphDirectoryRoleInner. withScopedMembers(List<MicrosoftGraphScopedRoleMembershipInner> scopedMembers)Set the scopedMembers property: The scopedMembers property.MicrosoftGraphUserInnerMicrosoftGraphUserInner. withScopedRoleMemberOf(List<MicrosoftGraphScopedRoleMembershipInner> scopedRoleMemberOf)Set the scopedRoleMemberOf property: The scopedRoleMemberOf property.MicrosoftGraphAdministrativeUnitInnerMicrosoftGraphAdministrativeUnitInner. withScopedRoleMembers(List<MicrosoftGraphScopedRoleMembershipInner> scopedRoleMembers)Set the scopedRoleMembers property: Scoped-role members of this Administrative Unit.CollectionOfScopedRoleMembershipCollectionOfScopedRoleMembership. withValue(List<MicrosoftGraphScopedRoleMembershipInner> value)Set the value property: The value property.CollectionOfScopedRoleMembership0CollectionOfScopedRoleMembership0. withValue(List<MicrosoftGraphScopedRoleMembershipInner> value)Set the value property: The value property.CollectionOfScopedRoleMembership1CollectionOfScopedRoleMembership1. withValue(List<MicrosoftGraphScopedRoleMembershipInner> value)Set the value property: The value property.
-