Interface DirectoryRolesClient
-
public interface DirectoryRolesClient
An instance of this class provides access to all the operations defined in DirectoryRolesClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
checkMemberGroups(String directoryRoleId, DirectoryRolesCheckMemberGroupsRequestBody body)
Invoke action checkMemberGroups.Mono<List<String>>
checkMemberGroupsAsync(String directoryRoleId, DirectoryRolesCheckMemberGroupsRequestBody body)
Invoke action checkMemberGroups.com.azure.core.http.rest.Response<List<String>>
checkMemberGroupsWithResponse(String directoryRoleId, DirectoryRolesCheckMemberGroupsRequestBody body, com.azure.core.util.Context context)
Invoke action checkMemberGroups.Mono<com.azure.core.http.rest.Response<List<String>>>
checkMemberGroupsWithResponseAsync(String directoryRoleId, DirectoryRolesCheckMemberGroupsRequestBody body)
Invoke action checkMemberGroups.List<String>
checkMemberObjects(String directoryRoleId, DirectoryRolesCheckMemberObjectsRequestBody body)
Invoke action checkMemberObjects.Mono<List<String>>
checkMemberObjectsAsync(String directoryRoleId, DirectoryRolesCheckMemberObjectsRequestBody body)
Invoke action checkMemberObjects.com.azure.core.http.rest.Response<List<String>>
checkMemberObjectsWithResponse(String directoryRoleId, DirectoryRolesCheckMemberObjectsRequestBody body, com.azure.core.util.Context context)
Invoke action checkMemberObjects.Mono<com.azure.core.http.rest.Response<List<String>>>
checkMemberObjectsWithResponseAsync(String directoryRoleId, DirectoryRolesCheckMemberObjectsRequestBody body)
Invoke action checkMemberObjects.Map<String,Object>
createRefMembers(String directoryRoleId, Map<String,Object> body)
Create new navigation property ref to members for directoryRoles.Mono<Map<String,Object>>
createRefMembersAsync(String directoryRoleId, Map<String,Object> body)
Create new navigation property ref to members for directoryRoles.com.azure.core.http.rest.Response<Map<String,Object>>
createRefMembersWithResponse(String directoryRoleId, Map<String,Object> body, com.azure.core.util.Context context)
Create new navigation property ref to members for directoryRoles.Mono<com.azure.core.http.rest.Response<Map<String,Object>>>
createRefMembersWithResponseAsync(String directoryRoleId, Map<String,Object> body)
Create new navigation property ref to members for directoryRoles.MicrosoftGraphScopedRoleMembershipInner
createScopedMembers(String directoryRoleId, MicrosoftGraphScopedRoleMembershipInner body)
Create new navigation property to scopedMembers for directoryRoles.Mono<MicrosoftGraphScopedRoleMembershipInner>
createScopedMembersAsync(String directoryRoleId, MicrosoftGraphScopedRoleMembershipInner body)
Create new navigation property to scopedMembers for directoryRoles.com.azure.core.http.rest.Response<MicrosoftGraphScopedRoleMembershipInner>
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>>
createScopedMembersWithResponseAsync(String directoryRoleId, MicrosoftGraphScopedRoleMembershipInner body)
Create new navigation property to scopedMembers for directoryRoles.void
deleteScopedMembers(String directoryRoleId, String scopedRoleMembershipId)
Delete navigation property scopedMembers for directoryRoles.Mono<Void>
deleteScopedMembersAsync(String directoryRoleId, String scopedRoleMembershipId)
Delete navigation property scopedMembers for directoryRoles.Mono<Void>
deleteScopedMembersAsync(String directoryRoleId, String scopedRoleMembershipId, String ifMatch)
Delete navigation property scopedMembers for directoryRoles.com.azure.core.http.rest.Response<Void>
deleteScopedMembersWithResponse(String directoryRoleId, String scopedRoleMembershipId, String ifMatch, com.azure.core.util.Context context)
Delete navigation property scopedMembers for directoryRoles.Mono<com.azure.core.http.rest.Response<Void>>
deleteScopedMembersWithResponseAsync(String directoryRoleId, String scopedRoleMembershipId, String ifMatch)
Delete navigation property scopedMembers for directoryRoles.List<MicrosoftGraphDirectoryRoleInner>
delta()
Invoke function delta.Mono<List<MicrosoftGraphDirectoryRoleInner>>
deltaAsync()
Invoke function delta.com.azure.core.http.rest.Response<List<MicrosoftGraphDirectoryRoleInner>>
deltaWithResponse(com.azure.core.util.Context context)
Invoke function delta.Mono<com.azure.core.http.rest.Response<List<MicrosoftGraphDirectoryRoleInner>>>
deltaWithResponseAsync()
Invoke function delta.List<MicrosoftGraphExtensionPropertyInner>
getAvailableExtensionProperties(DirectoryRolesGetAvailableExtensionPropertiesRequestBody body)
Invoke action getAvailableExtensionProperties.Mono<List<MicrosoftGraphExtensionPropertyInner>>
getAvailableExtensionPropertiesAsync(DirectoryRolesGetAvailableExtensionPropertiesRequestBody body)
Invoke action getAvailableExtensionProperties.com.azure.core.http.rest.Response<List<MicrosoftGraphExtensionPropertyInner>>
getAvailableExtensionPropertiesWithResponse(DirectoryRolesGetAvailableExtensionPropertiesRequestBody body, com.azure.core.util.Context context)
Invoke action getAvailableExtensionProperties.Mono<com.azure.core.http.rest.Response<List<MicrosoftGraphExtensionPropertyInner>>>
getAvailableExtensionPropertiesWithResponseAsync(DirectoryRolesGetAvailableExtensionPropertiesRequestBody body)
Invoke action getAvailableExtensionProperties.List<MicrosoftGraphDirectoryObjectInner>
getByIds(DirectoryRolesGetByIdsRequestBody body)
Invoke action getByIds.Mono<List<MicrosoftGraphDirectoryObjectInner>>
getByIdsAsync(DirectoryRolesGetByIdsRequestBody body)
Invoke action getByIds.com.azure.core.http.rest.Response<List<MicrosoftGraphDirectoryObjectInner>>
getByIdsWithResponse(DirectoryRolesGetByIdsRequestBody body, com.azure.core.util.Context context)
Invoke action getByIds.Mono<com.azure.core.http.rest.Response<List<MicrosoftGraphDirectoryObjectInner>>>
getByIdsWithResponseAsync(DirectoryRolesGetByIdsRequestBody body)
Invoke action getByIds.List<String>
getMemberGroups(String directoryRoleId, DirectoryRolesGetMemberGroupsRequestBody body)
Invoke action getMemberGroups.Mono<List<String>>
getMemberGroupsAsync(String directoryRoleId, DirectoryRolesGetMemberGroupsRequestBody body)
Invoke action getMemberGroups.com.azure.core.http.rest.Response<List<String>>
getMemberGroupsWithResponse(String directoryRoleId, DirectoryRolesGetMemberGroupsRequestBody body, com.azure.core.util.Context context)
Invoke action getMemberGroups.Mono<com.azure.core.http.rest.Response<List<String>>>
getMemberGroupsWithResponseAsync(String directoryRoleId, DirectoryRolesGetMemberGroupsRequestBody body)
Invoke action getMemberGroups.List<String>
getMemberObjects(String directoryRoleId, DirectoryRolesGetMemberObjectsRequestBody body)
Invoke action getMemberObjects.Mono<List<String>>
getMemberObjectsAsync(String directoryRoleId, DirectoryRolesGetMemberObjectsRequestBody body)
Invoke action getMemberObjects.com.azure.core.http.rest.Response<List<String>>
getMemberObjectsWithResponse(String directoryRoleId, DirectoryRolesGetMemberObjectsRequestBody body, com.azure.core.util.Context context)
Invoke action getMemberObjects.Mono<com.azure.core.http.rest.Response<List<String>>>
getMemberObjectsWithResponseAsync(String directoryRoleId, DirectoryRolesGetMemberObjectsRequestBody body)
Invoke action getMemberObjects.MicrosoftGraphScopedRoleMembershipInner
getScopedMembers(String directoryRoleId, String scopedRoleMembershipId)
Get scopedMembers from directoryRoles.Mono<MicrosoftGraphScopedRoleMembershipInner>
getScopedMembersAsync(String directoryRoleId, String scopedRoleMembershipId)
Get scopedMembers from directoryRoles.Mono<MicrosoftGraphScopedRoleMembershipInner>
getScopedMembersAsync(String directoryRoleId, String scopedRoleMembershipId, List<DirectoryRolesSelect> select, List<String> expand)
Get scopedMembers from directoryRoles.com.azure.core.http.rest.Response<MicrosoftGraphScopedRoleMembershipInner>
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>>
getScopedMembersWithResponseAsync(String directoryRoleId, String scopedRoleMembershipId, List<DirectoryRolesSelect> select, List<String> expand)
Get scopedMembers from directoryRoles.com.azure.core.http.rest.PagedIterable<MicrosoftGraphDirectoryObjectInner>
listMembers(String directoryRoleId)
Get members from directoryRoles.com.azure.core.http.rest.PagedIterable<MicrosoftGraphDirectoryObjectInner>
listMembers(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 members from directoryRoles.com.azure.core.http.rest.PagedFlux<MicrosoftGraphDirectoryObjectInner>
listMembersAsync(String directoryRoleId)
Get members from directoryRoles.com.azure.core.http.rest.PagedFlux<MicrosoftGraphDirectoryObjectInner>
listMembersAsync(String directoryRoleId, Integer top, Integer skip, String search, String filter, Boolean count, List<DirectoryRolesOrderby> orderby, List<DirectoryRolesSelect> select, List<String> expand)
Get members from directoryRoles.com.azure.core.http.rest.PagedIterable<String>
listRefMembers(String directoryRoleId)
Get ref of members from directoryRoles.com.azure.core.http.rest.PagedIterable<String>
listRefMembers(String directoryRoleId, Integer top, Integer skip, String search, String filter, Boolean count, List<DirectoryRolesOrderby> orderby, com.azure.core.util.Context context)
Get ref of members from directoryRoles.com.azure.core.http.rest.PagedFlux<String>
listRefMembersAsync(String directoryRoleId)
Get ref of members from directoryRoles.com.azure.core.http.rest.PagedFlux<String>
listRefMembersAsync(String directoryRoleId, Integer top, Integer skip, String search, String filter, Boolean count, List<DirectoryRolesOrderby> orderby)
Get ref of members from directoryRoles.com.azure.core.http.rest.PagedIterable<MicrosoftGraphScopedRoleMembershipInner>
listScopedMembers(String directoryRoleId)
Get scopedMembers from directoryRoles.com.azure.core.http.rest.PagedIterable<MicrosoftGraphScopedRoleMembershipInner>
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>
listScopedMembersAsync(String directoryRoleId)
Get scopedMembers from directoryRoles.com.azure.core.http.rest.PagedFlux<MicrosoftGraphScopedRoleMembershipInner>
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.MicrosoftGraphDirectoryObjectInner
restore(String directoryRoleId)
Invoke action restore.Mono<MicrosoftGraphDirectoryObjectInner>
restoreAsync(String directoryRoleId)
Invoke action restore.com.azure.core.http.rest.Response<MicrosoftGraphDirectoryObjectInner>
restoreWithResponse(String directoryRoleId, com.azure.core.util.Context context)
Invoke action restore.Mono<com.azure.core.http.rest.Response<MicrosoftGraphDirectoryObjectInner>>
restoreWithResponseAsync(String directoryRoleId)
Invoke action restore.void
updateScopedMembers(String directoryRoleId, String scopedRoleMembershipId, MicrosoftGraphScopedRoleMembershipInner body)
Update the navigation property scopedMembers in directoryRoles.Mono<Void>
updateScopedMembersAsync(String directoryRoleId, String scopedRoleMembershipId, MicrosoftGraphScopedRoleMembershipInner body)
Update the navigation property scopedMembers in directoryRoles.com.azure.core.http.rest.Response<Void>
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>>
updateScopedMembersWithResponseAsync(String directoryRoleId, String scopedRoleMembershipId, MicrosoftGraphScopedRoleMembershipInner body)
Update the navigation property scopedMembers in directoryRoles.void
validateProperties(DirectoryRolesValidatePropertiesRequestBody body)
Invoke action validateProperties.Mono<Void>
validatePropertiesAsync(DirectoryRolesValidatePropertiesRequestBody body)
Invoke action validateProperties.com.azure.core.http.rest.Response<Void>
validatePropertiesWithResponse(DirectoryRolesValidatePropertiesRequestBody body, com.azure.core.util.Context context)
Invoke action validateProperties.Mono<com.azure.core.http.rest.Response<Void>>
validatePropertiesWithResponseAsync(DirectoryRolesValidatePropertiesRequestBody body)
Invoke action validateProperties.
-
-
-
Method Detail
-
listMembersAsync
com.azure.core.http.rest.PagedFlux<MicrosoftGraphDirectoryObjectInner> listMembersAsync(String directoryRoleId, Integer top, Integer skip, String search, String filter, Boolean count, List<DirectoryRolesOrderby> orderby, List<DirectoryRolesSelect> select, List<String> expand)
Get members from directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.top
- Show only the first n items.skip
- Skip the first n items.search
- Search items by search phrases.filter
- Filter items by property values.count
- Include count of items.orderby
- Order items by property values.select
- Select properties to be returned.expand
- Expand related entities.- Returns:
- members from directoryRoles.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
listMembersAsync
com.azure.core.http.rest.PagedFlux<MicrosoftGraphDirectoryObjectInner> listMembersAsync(String directoryRoleId)
Get members from directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.- Returns:
- members from directoryRoles.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
listMembers
com.azure.core.http.rest.PagedIterable<MicrosoftGraphDirectoryObjectInner> listMembers(String directoryRoleId)
Get members from directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.- Returns:
- members from directoryRoles.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
listMembers
com.azure.core.http.rest.PagedIterable<MicrosoftGraphDirectoryObjectInner> listMembers(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 members from directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.top
- Show only the first n items.skip
- Skip the first n items.search
- Search items by search phrases.filter
- Filter items by property values.count
- Include count of items.orderby
- Order items by property values.select
- Select properties to be returned.expand
- Expand related entities.context
- The context to associate with this operation.- Returns:
- members from directoryRoles.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
listRefMembersAsync
com.azure.core.http.rest.PagedFlux<String> listRefMembersAsync(String directoryRoleId, Integer top, Integer skip, String search, String filter, Boolean count, List<DirectoryRolesOrderby> orderby)
Get ref of members from directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.top
- Show only the first n items.skip
- Skip the first n items.search
- Search items by search phrases.filter
- Filter items by property values.count
- Include count of items.orderby
- Order items by property values.- Returns:
- ref of members from directoryRoles.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
listRefMembersAsync
com.azure.core.http.rest.PagedFlux<String> listRefMembersAsync(String directoryRoleId)
Get ref of members from directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.- Returns:
- ref of members from directoryRoles.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
listRefMembers
com.azure.core.http.rest.PagedIterable<String> listRefMembers(String directoryRoleId)
Get ref of members from directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.- Returns:
- ref of members from directoryRoles.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
listRefMembers
com.azure.core.http.rest.PagedIterable<String> listRefMembers(String directoryRoleId, Integer top, Integer skip, String search, String filter, Boolean count, List<DirectoryRolesOrderby> orderby, com.azure.core.util.Context context)
Get ref of members from directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.top
- Show only the first n items.skip
- Skip the first n items.search
- Search items by search phrases.filter
- Filter items by property values.count
- Include count of items.orderby
- Order items by property values.context
- The context to associate with this operation.- Returns:
- ref of members from directoryRoles.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
createRefMembersWithResponseAsync
Mono<com.azure.core.http.rest.Response<Map<String,Object>>> createRefMembersWithResponseAsync(String directoryRoleId, Map<String,Object> body)
Create new navigation property ref to members for directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.body
- New navigation property ref value.- Returns:
- dictionary of <any>.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
createRefMembersAsync
Mono<Map<String,Object>> createRefMembersAsync(String directoryRoleId, Map<String,Object> body)
Create new navigation property ref to members for directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.body
- New navigation property ref value.- Returns:
- dictionary of <any>.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
createRefMembers
Map<String,Object> createRefMembers(String directoryRoleId, Map<String,Object> body)
Create new navigation property ref to members for directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.body
- New navigation property ref value.- Returns:
- dictionary of <any>.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
createRefMembersWithResponse
com.azure.core.http.rest.Response<Map<String,Object>> createRefMembersWithResponse(String directoryRoleId, Map<String,Object> body, com.azure.core.util.Context context)
Create new navigation property ref to members for directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.body
- New navigation property ref value.context
- The context to associate with this operation.- Returns:
- dictionary of <any>.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
checkMemberGroupsWithResponseAsync
Mono<com.azure.core.http.rest.Response<List<String>>> checkMemberGroupsWithResponseAsync(String directoryRoleId, DirectoryRolesCheckMemberGroupsRequestBody body)
Invoke action checkMemberGroups.- Parameters:
directoryRoleId
- key: id of directoryRole.body
- Action parameters.- Returns:
- array of String.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
checkMemberGroupsAsync
Mono<List<String>> checkMemberGroupsAsync(String directoryRoleId, DirectoryRolesCheckMemberGroupsRequestBody body)
Invoke action checkMemberGroups.- Parameters:
directoryRoleId
- key: id of directoryRole.body
- Action parameters.- Returns:
- array of String.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
checkMemberGroups
List<String> checkMemberGroups(String directoryRoleId, DirectoryRolesCheckMemberGroupsRequestBody body)
Invoke action checkMemberGroups.- Parameters:
directoryRoleId
- key: id of directoryRole.body
- Action parameters.- Returns:
- array of String.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
checkMemberGroupsWithResponse
com.azure.core.http.rest.Response<List<String>> checkMemberGroupsWithResponse(String directoryRoleId, DirectoryRolesCheckMemberGroupsRequestBody body, com.azure.core.util.Context context)
Invoke action checkMemberGroups.- Parameters:
directoryRoleId
- key: id of directoryRole.body
- Action parameters.context
- The context to associate with this operation.- Returns:
- array of String.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
checkMemberObjectsWithResponseAsync
Mono<com.azure.core.http.rest.Response<List<String>>> checkMemberObjectsWithResponseAsync(String directoryRoleId, DirectoryRolesCheckMemberObjectsRequestBody body)
Invoke action checkMemberObjects.- Parameters:
directoryRoleId
- key: id of directoryRole.body
- Action parameters.- Returns:
- array of String.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
checkMemberObjectsAsync
Mono<List<String>> checkMemberObjectsAsync(String directoryRoleId, DirectoryRolesCheckMemberObjectsRequestBody body)
Invoke action checkMemberObjects.- Parameters:
directoryRoleId
- key: id of directoryRole.body
- Action parameters.- Returns:
- array of String.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
checkMemberObjects
List<String> checkMemberObjects(String directoryRoleId, DirectoryRolesCheckMemberObjectsRequestBody body)
Invoke action checkMemberObjects.- Parameters:
directoryRoleId
- key: id of directoryRole.body
- Action parameters.- Returns:
- array of String.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
checkMemberObjectsWithResponse
com.azure.core.http.rest.Response<List<String>> checkMemberObjectsWithResponse(String directoryRoleId, DirectoryRolesCheckMemberObjectsRequestBody body, com.azure.core.util.Context context)
Invoke action checkMemberObjects.- Parameters:
directoryRoleId
- key: id of directoryRole.body
- Action parameters.context
- The context to associate with this operation.- Returns:
- array of String.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getMemberGroupsWithResponseAsync
Mono<com.azure.core.http.rest.Response<List<String>>> getMemberGroupsWithResponseAsync(String directoryRoleId, DirectoryRolesGetMemberGroupsRequestBody body)
Invoke action getMemberGroups.- Parameters:
directoryRoleId
- key: id of directoryRole.body
- Action parameters.- Returns:
- array of String.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getMemberGroupsAsync
Mono<List<String>> getMemberGroupsAsync(String directoryRoleId, DirectoryRolesGetMemberGroupsRequestBody body)
Invoke action getMemberGroups.- Parameters:
directoryRoleId
- key: id of directoryRole.body
- Action parameters.- Returns:
- array of String.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getMemberGroups
List<String> getMemberGroups(String directoryRoleId, DirectoryRolesGetMemberGroupsRequestBody body)
Invoke action getMemberGroups.- Parameters:
directoryRoleId
- key: id of directoryRole.body
- Action parameters.- Returns:
- array of String.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getMemberGroupsWithResponse
com.azure.core.http.rest.Response<List<String>> getMemberGroupsWithResponse(String directoryRoleId, DirectoryRolesGetMemberGroupsRequestBody body, com.azure.core.util.Context context)
Invoke action getMemberGroups.- Parameters:
directoryRoleId
- key: id of directoryRole.body
- Action parameters.context
- The context to associate with this operation.- Returns:
- array of String.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getMemberObjectsWithResponseAsync
Mono<com.azure.core.http.rest.Response<List<String>>> getMemberObjectsWithResponseAsync(String directoryRoleId, DirectoryRolesGetMemberObjectsRequestBody body)
Invoke action getMemberObjects.- Parameters:
directoryRoleId
- key: id of directoryRole.body
- Action parameters.- Returns:
- array of String.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getMemberObjectsAsync
Mono<List<String>> getMemberObjectsAsync(String directoryRoleId, DirectoryRolesGetMemberObjectsRequestBody body)
Invoke action getMemberObjects.- Parameters:
directoryRoleId
- key: id of directoryRole.body
- Action parameters.- Returns:
- array of String.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getMemberObjects
List<String> getMemberObjects(String directoryRoleId, DirectoryRolesGetMemberObjectsRequestBody body)
Invoke action getMemberObjects.- Parameters:
directoryRoleId
- key: id of directoryRole.body
- Action parameters.- Returns:
- array of String.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getMemberObjectsWithResponse
com.azure.core.http.rest.Response<List<String>> getMemberObjectsWithResponse(String directoryRoleId, DirectoryRolesGetMemberObjectsRequestBody body, com.azure.core.util.Context context)
Invoke action getMemberObjects.- Parameters:
directoryRoleId
- key: id of directoryRole.body
- Action parameters.context
- The context to associate with this operation.- Returns:
- array of String.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
restoreWithResponseAsync
Mono<com.azure.core.http.rest.Response<MicrosoftGraphDirectoryObjectInner>> restoreWithResponseAsync(String directoryRoleId)
Invoke action restore.- Parameters:
directoryRoleId
- key: id of directoryRole.- Returns:
- represents an Azure Active Directory object.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
restoreAsync
Mono<MicrosoftGraphDirectoryObjectInner> restoreAsync(String directoryRoleId)
Invoke action restore.- Parameters:
directoryRoleId
- key: id of directoryRole.- Returns:
- represents an Azure Active Directory object.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
restore
MicrosoftGraphDirectoryObjectInner restore(String directoryRoleId)
Invoke action restore.- Parameters:
directoryRoleId
- key: id of directoryRole.- Returns:
- represents an Azure Active Directory object.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
restoreWithResponse
com.azure.core.http.rest.Response<MicrosoftGraphDirectoryObjectInner> restoreWithResponse(String directoryRoleId, com.azure.core.util.Context context)
Invoke action restore.- Parameters:
directoryRoleId
- key: id of directoryRole.context
- The context to associate with this operation.- Returns:
- represents an Azure Active Directory object.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
listScopedMembersAsync
com.azure.core.http.rest.PagedFlux<MicrosoftGraphScopedRoleMembershipInner> 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.- Parameters:
directoryRoleId
- key: id of directoryRole.top
- Show only the first n items.skip
- Skip the first n items.search
- Search items by search phrases.filter
- Filter items by property values.count
- Include count of items.orderby
- Order items by property values.select
- Select properties to be returned.expand
- Expand related entities.- Returns:
- scopedMembers from directoryRoles.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
listScopedMembersAsync
com.azure.core.http.rest.PagedFlux<MicrosoftGraphScopedRoleMembershipInner> listScopedMembersAsync(String directoryRoleId)
Get scopedMembers from directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.- Returns:
- scopedMembers from directoryRoles.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
listScopedMembers
com.azure.core.http.rest.PagedIterable<MicrosoftGraphScopedRoleMembershipInner> listScopedMembers(String directoryRoleId)
Get scopedMembers from directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.- Returns:
- scopedMembers from directoryRoles.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
listScopedMembers
com.azure.core.http.rest.PagedIterable<MicrosoftGraphScopedRoleMembershipInner> 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.- Parameters:
directoryRoleId
- key: id of directoryRole.top
- Show only the first n items.skip
- Skip the first n items.search
- Search items by search phrases.filter
- Filter items by property values.count
- Include count of items.orderby
- Order items by property values.select
- Select properties to be returned.expand
- Expand related entities.context
- The context to associate with this operation.- Returns:
- scopedMembers from directoryRoles.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
createScopedMembersWithResponseAsync
Mono<com.azure.core.http.rest.Response<MicrosoftGraphScopedRoleMembershipInner>> createScopedMembersWithResponseAsync(String directoryRoleId, MicrosoftGraphScopedRoleMembershipInner body)
Create new navigation property to scopedMembers for directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.body
- New navigation property.- Returns:
- scopedRoleMembership.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
createScopedMembersAsync
Mono<MicrosoftGraphScopedRoleMembershipInner> createScopedMembersAsync(String directoryRoleId, MicrosoftGraphScopedRoleMembershipInner body)
Create new navigation property to scopedMembers for directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.body
- New navigation property.- Returns:
- scopedRoleMembership.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
createScopedMembers
MicrosoftGraphScopedRoleMembershipInner createScopedMembers(String directoryRoleId, MicrosoftGraphScopedRoleMembershipInner body)
Create new navigation property to scopedMembers for directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.body
- New navigation property.- Returns:
- scopedRoleMembership.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
createScopedMembersWithResponse
com.azure.core.http.rest.Response<MicrosoftGraphScopedRoleMembershipInner> createScopedMembersWithResponse(String directoryRoleId, MicrosoftGraphScopedRoleMembershipInner body, com.azure.core.util.Context context)
Create new navigation property to scopedMembers for directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.body
- New navigation property.context
- The context to associate with this operation.- Returns:
- scopedRoleMembership.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getScopedMembersWithResponseAsync
Mono<com.azure.core.http.rest.Response<MicrosoftGraphScopedRoleMembershipInner>> getScopedMembersWithResponseAsync(String directoryRoleId, String scopedRoleMembershipId, List<DirectoryRolesSelect> select, List<String> expand)
Get scopedMembers from directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.scopedRoleMembershipId
- key: id of scopedRoleMembership.select
- Select properties to be returned.expand
- Expand related entities.- Returns:
- scopedMembers from directoryRoles.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getScopedMembersAsync
Mono<MicrosoftGraphScopedRoleMembershipInner> getScopedMembersAsync(String directoryRoleId, String scopedRoleMembershipId, List<DirectoryRolesSelect> select, List<String> expand)
Get scopedMembers from directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.scopedRoleMembershipId
- key: id of scopedRoleMembership.select
- Select properties to be returned.expand
- Expand related entities.- Returns:
- scopedMembers from directoryRoles.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getScopedMembersAsync
Mono<MicrosoftGraphScopedRoleMembershipInner> getScopedMembersAsync(String directoryRoleId, String scopedRoleMembershipId)
Get scopedMembers from directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.scopedRoleMembershipId
- key: id of scopedRoleMembership.- Returns:
- scopedMembers from directoryRoles.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getScopedMembers
MicrosoftGraphScopedRoleMembershipInner getScopedMembers(String directoryRoleId, String scopedRoleMembershipId)
Get scopedMembers from directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.scopedRoleMembershipId
- key: id of scopedRoleMembership.- Returns:
- scopedMembers from directoryRoles.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getScopedMembersWithResponse
com.azure.core.http.rest.Response<MicrosoftGraphScopedRoleMembershipInner> getScopedMembersWithResponse(String directoryRoleId, String scopedRoleMembershipId, List<DirectoryRolesSelect> select, List<String> expand, com.azure.core.util.Context context)
Get scopedMembers from directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.scopedRoleMembershipId
- key: id of scopedRoleMembership.select
- Select properties to be returned.expand
- Expand related entities.context
- The context to associate with this operation.- Returns:
- scopedMembers from directoryRoles.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
updateScopedMembersWithResponseAsync
Mono<com.azure.core.http.rest.Response<Void>> updateScopedMembersWithResponseAsync(String directoryRoleId, String scopedRoleMembershipId, MicrosoftGraphScopedRoleMembershipInner body)
Update the navigation property scopedMembers in directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.scopedRoleMembershipId
- key: id of scopedRoleMembership.body
- New navigation property values.- Returns:
- the completion.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
updateScopedMembersAsync
Mono<Void> updateScopedMembersAsync(String directoryRoleId, String scopedRoleMembershipId, MicrosoftGraphScopedRoleMembershipInner body)
Update the navigation property scopedMembers in directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.scopedRoleMembershipId
- key: id of scopedRoleMembership.body
- New navigation property values.- Returns:
- the completion.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
updateScopedMembers
void updateScopedMembers(String directoryRoleId, String scopedRoleMembershipId, MicrosoftGraphScopedRoleMembershipInner body)
Update the navigation property scopedMembers in directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.scopedRoleMembershipId
- key: id of scopedRoleMembership.body
- New navigation property values.- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
updateScopedMembersWithResponse
com.azure.core.http.rest.Response<Void> updateScopedMembersWithResponse(String directoryRoleId, String scopedRoleMembershipId, MicrosoftGraphScopedRoleMembershipInner body, com.azure.core.util.Context context)
Update the navigation property scopedMembers in directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.scopedRoleMembershipId
- key: id of scopedRoleMembership.body
- New navigation property values.context
- The context to associate with this operation.- Returns:
- the response.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
deleteScopedMembersWithResponseAsync
Mono<com.azure.core.http.rest.Response<Void>> deleteScopedMembersWithResponseAsync(String directoryRoleId, String scopedRoleMembershipId, String ifMatch)
Delete navigation property scopedMembers for directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.scopedRoleMembershipId
- key: id of scopedRoleMembership.ifMatch
- ETag.- Returns:
- the completion.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
deleteScopedMembersAsync
Mono<Void> deleteScopedMembersAsync(String directoryRoleId, String scopedRoleMembershipId, String ifMatch)
Delete navigation property scopedMembers for directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.scopedRoleMembershipId
- key: id of scopedRoleMembership.ifMatch
- ETag.- Returns:
- the completion.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
deleteScopedMembersAsync
Mono<Void> deleteScopedMembersAsync(String directoryRoleId, String scopedRoleMembershipId)
Delete navigation property scopedMembers for directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.scopedRoleMembershipId
- key: id of scopedRoleMembership.- Returns:
- the completion.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
deleteScopedMembers
void deleteScopedMembers(String directoryRoleId, String scopedRoleMembershipId)
Delete navigation property scopedMembers for directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.scopedRoleMembershipId
- key: id of scopedRoleMembership.- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
deleteScopedMembersWithResponse
com.azure.core.http.rest.Response<Void> deleteScopedMembersWithResponse(String directoryRoleId, String scopedRoleMembershipId, String ifMatch, com.azure.core.util.Context context)
Delete navigation property scopedMembers for directoryRoles.- Parameters:
directoryRoleId
- key: id of directoryRole.scopedRoleMembershipId
- key: id of scopedRoleMembership.ifMatch
- ETag.context
- The context to associate with this operation.- Returns:
- the response.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
deltaWithResponseAsync
Mono<com.azure.core.http.rest.Response<List<MicrosoftGraphDirectoryRoleInner>>> deltaWithResponseAsync()
Invoke function delta.- Returns:
- array of microsoft.
- Throws:
OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
deltaAsync
Mono<List<MicrosoftGraphDirectoryRoleInner>> deltaAsync()
Invoke function delta.- Returns:
- array of microsoft.
- Throws:
OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
delta
List<MicrosoftGraphDirectoryRoleInner> delta()
Invoke function delta.- Returns:
- array of microsoft.
- Throws:
OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
deltaWithResponse
com.azure.core.http.rest.Response<List<MicrosoftGraphDirectoryRoleInner>> deltaWithResponse(com.azure.core.util.Context context)
Invoke function delta.- Parameters:
context
- The context to associate with this operation.- Returns:
- array of microsoft.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getAvailableExtensionPropertiesWithResponseAsync
Mono<com.azure.core.http.rest.Response<List<MicrosoftGraphExtensionPropertyInner>>> getAvailableExtensionPropertiesWithResponseAsync(DirectoryRolesGetAvailableExtensionPropertiesRequestBody body)
Invoke action getAvailableExtensionProperties.- Parameters:
body
- Action parameters.- Returns:
- array of microsoft.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getAvailableExtensionPropertiesAsync
Mono<List<MicrosoftGraphExtensionPropertyInner>> getAvailableExtensionPropertiesAsync(DirectoryRolesGetAvailableExtensionPropertiesRequestBody body)
Invoke action getAvailableExtensionProperties.- Parameters:
body
- Action parameters.- Returns:
- array of microsoft.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getAvailableExtensionProperties
List<MicrosoftGraphExtensionPropertyInner> getAvailableExtensionProperties(DirectoryRolesGetAvailableExtensionPropertiesRequestBody body)
Invoke action getAvailableExtensionProperties.- Parameters:
body
- Action parameters.- Returns:
- array of microsoft.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getAvailableExtensionPropertiesWithResponse
com.azure.core.http.rest.Response<List<MicrosoftGraphExtensionPropertyInner>> getAvailableExtensionPropertiesWithResponse(DirectoryRolesGetAvailableExtensionPropertiesRequestBody body, com.azure.core.util.Context context)
Invoke action getAvailableExtensionProperties.- Parameters:
body
- Action parameters.context
- The context to associate with this operation.- Returns:
- array of microsoft.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getByIdsWithResponseAsync
Mono<com.azure.core.http.rest.Response<List<MicrosoftGraphDirectoryObjectInner>>> getByIdsWithResponseAsync(DirectoryRolesGetByIdsRequestBody body)
Invoke action getByIds.- Parameters:
body
- Action parameters.- Returns:
- array of microsoft.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getByIdsAsync
Mono<List<MicrosoftGraphDirectoryObjectInner>> getByIdsAsync(DirectoryRolesGetByIdsRequestBody body)
Invoke action getByIds.- Parameters:
body
- Action parameters.- Returns:
- array of microsoft.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getByIds
List<MicrosoftGraphDirectoryObjectInner> getByIds(DirectoryRolesGetByIdsRequestBody body)
Invoke action getByIds.- Parameters:
body
- Action parameters.- Returns:
- array of microsoft.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getByIdsWithResponse
com.azure.core.http.rest.Response<List<MicrosoftGraphDirectoryObjectInner>> getByIdsWithResponse(DirectoryRolesGetByIdsRequestBody body, com.azure.core.util.Context context)
Invoke action getByIds.- Parameters:
body
- Action parameters.context
- The context to associate with this operation.- Returns:
- array of microsoft.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
validatePropertiesWithResponseAsync
Mono<com.azure.core.http.rest.Response<Void>> validatePropertiesWithResponseAsync(DirectoryRolesValidatePropertiesRequestBody body)
Invoke action validateProperties.- Parameters:
body
- Action parameters.- Returns:
- the completion.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
validatePropertiesAsync
Mono<Void> validatePropertiesAsync(DirectoryRolesValidatePropertiesRequestBody body)
Invoke action validateProperties.- Parameters:
body
- Action parameters.- Returns:
- the completion.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
validateProperties
void validateProperties(DirectoryRolesValidatePropertiesRequestBody body)
Invoke action validateProperties.- Parameters:
body
- Action parameters.- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
validatePropertiesWithResponse
com.azure.core.http.rest.Response<Void> validatePropertiesWithResponse(DirectoryRolesValidatePropertiesRequestBody body, com.azure.core.util.Context context)
Invoke action validateProperties.- Parameters:
body
- Action parameters.context
- The context to associate with this operation.- Returns:
- the response.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.OdataErrorMainException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
-