次の方法で共有


ApplicationsClient Interface

public interface ApplicationsClient

An instance of this class provides access to all the operations defined in ApplicationsClient.

Method Summary

Modifier and Type Method and Description
abstract MicrosoftGraphKeyCredentialInner addKey(String applicationId, ApplicationsAddKeyRequestBodyInner body)

Invoke action addKey.

abstract Mono<MicrosoftGraphKeyCredentialInner> addKeyAsync(String applicationId, ApplicationsAddKeyRequestBodyInner body)

Invoke action addKey.

abstract Response<MicrosoftGraphKeyCredentialInner> addKeyWithResponse(String applicationId, ApplicationsAddKeyRequestBodyInner body, Context context)

Invoke action addKey.

abstract Mono<Response<MicrosoftGraphKeyCredentialInner>> addKeyWithResponseAsync(String applicationId, ApplicationsAddKeyRequestBodyInner body)

Invoke action addKey.

abstract MicrosoftGraphPasswordCredentialInner addPassword(String applicationId, ApplicationsAddPasswordRequestBodyInner body)

Invoke action addPassword.

abstract Mono<MicrosoftGraphPasswordCredentialInner> addPasswordAsync(String applicationId, ApplicationsAddPasswordRequestBodyInner body)

Invoke action addPassword.

abstract Response<MicrosoftGraphPasswordCredentialInner> addPasswordWithResponse(String applicationId, ApplicationsAddPasswordRequestBodyInner body, Context context)

Invoke action addPassword.

abstract Mono<Response<MicrosoftGraphPasswordCredentialInner>> addPasswordWithResponseAsync(String applicationId, ApplicationsAddPasswordRequestBodyInner body)

Invoke action addPassword.

abstract List<String> checkMemberGroups(String applicationId, ApplicationsCheckMemberGroupsRequestBody body)

Invoke action checkMemberGroups.

abstract Mono<List<String>> checkMemberGroupsAsync(String applicationId, ApplicationsCheckMemberGroupsRequestBody body)

Invoke action checkMemberGroups.

abstract Response<List<String>> checkMemberGroupsWithResponse(String applicationId, ApplicationsCheckMemberGroupsRequestBody body, Context context)

Invoke action checkMemberGroups.

abstract Mono<Response<List<String>>> checkMemberGroupsWithResponseAsync(String applicationId, ApplicationsCheckMemberGroupsRequestBody body)

Invoke action checkMemberGroups.

abstract List<String> checkMemberObjects(String applicationId, ApplicationsCheckMemberObjectsRequestBody body)

Invoke action checkMemberObjects.

abstract Mono<List<String>> checkMemberObjectsAsync(String applicationId, ApplicationsCheckMemberObjectsRequestBody body)

Invoke action checkMemberObjects.

abstract Response<List<String>> checkMemberObjectsWithResponse(String applicationId, ApplicationsCheckMemberObjectsRequestBody body, Context context)

Invoke action checkMemberObjects.

abstract Mono<Response<List<String>>> checkMemberObjectsWithResponseAsync(String applicationId, ApplicationsCheckMemberObjectsRequestBody body)

Invoke action checkMemberObjects.

abstract MicrosoftGraphExtensionPropertyInner createExtensionProperties(String applicationId, MicrosoftGraphExtensionPropertyInner body)

Create new navigation property to extensionProperties for applications.

abstract Mono<MicrosoftGraphExtensionPropertyInner> createExtensionPropertiesAsync(String applicationId, MicrosoftGraphExtensionPropertyInner body)

Create new navigation property to extensionProperties for applications.

abstract Response<MicrosoftGraphExtensionPropertyInner> createExtensionPropertiesWithResponse(String applicationId, MicrosoftGraphExtensionPropertyInner body, Context context)

Create new navigation property to extensionProperties for applications.

abstract Mono<Response<MicrosoftGraphExtensionPropertyInner>> createExtensionPropertiesWithResponseAsync(String applicationId, MicrosoftGraphExtensionPropertyInner body)

Create new navigation property to extensionProperties for applications.

abstract Map<String,Object> createRefHomeRealmDiscoveryPolicies(String applicationId, Map<String,Object> body)

Create new navigation property ref to homeRealmDiscoveryPolicies for applications.

abstract Mono<Map<String,Object>> createRefHomeRealmDiscoveryPoliciesAsync(String applicationId, Map<String,Object> body)

Create new navigation property ref to homeRealmDiscoveryPolicies for applications.

abstract Response<Map<String,Object>> createRefHomeRealmDiscoveryPoliciesWithResponse(String applicationId, Map<String,Object> body, Context context)

Create new navigation property ref to homeRealmDiscoveryPolicies for applications.

abstract Mono<Response<Map<String,Object>>> createRefHomeRealmDiscoveryPoliciesWithResponseAsync(String applicationId, Map<String,Object> body)

Create new navigation property ref to homeRealmDiscoveryPolicies for applications.

abstract void deleteExtensionProperties(String applicationId, String extensionPropertyId)

Delete navigation property extensionProperties for applications.

abstract Mono<Void> deleteExtensionPropertiesAsync(String applicationId, String extensionPropertyId)

Delete navigation property extensionProperties for applications.

abstract Response<Void> deleteExtensionPropertiesWithResponse(String applicationId, String extensionPropertyId, String ifMatch, Context context)

Delete navigation property extensionProperties for applications.

abstract Mono<Response<Void>> deleteExtensionPropertiesWithResponseAsync(String applicationId, String extensionPropertyId, String ifMatch)

Delete navigation property extensionProperties for applications.

abstract void deleteRefCreatedOnBehalfOf(String applicationId)

Delete ref of navigation property createdOnBehalfOf for applications.

abstract Mono<Void> deleteRefCreatedOnBehalfOfAsync(String applicationId)

Delete ref of navigation property createdOnBehalfOf for applications.

abstract Response<Void> deleteRefCreatedOnBehalfOfWithResponse(String applicationId, String ifMatch, Context context)

Delete ref of navigation property createdOnBehalfOf for applications.

abstract Mono<Response<Void>> deleteRefCreatedOnBehalfOfWithResponseAsync(String applicationId, String ifMatch)

Delete ref of navigation property createdOnBehalfOf for applications.

abstract MicrosoftGraphDirectoryObjectInner getCreatedOnBehalfOf(String applicationId)

Get createdOnBehalfOf from applications.

abstract Mono<MicrosoftGraphDirectoryObjectInner> getCreatedOnBehalfOfAsync(String applicationId)

Get createdOnBehalfOf from applications.

abstract Response<MicrosoftGraphDirectoryObjectInner> getCreatedOnBehalfOfWithResponse(String applicationId, List<Get1ItemsItem> select, List<String> expand, Context context)

Get createdOnBehalfOf from applications.

abstract Mono<Response<MicrosoftGraphDirectoryObjectInner>> getCreatedOnBehalfOfWithResponseAsync(String applicationId, List<Get1ItemsItem> select, List<String> expand)

Get createdOnBehalfOf from applications.

abstract MicrosoftGraphExtensionPropertyInner getExtensionProperties(String applicationId, String extensionPropertyId)

Get extensionProperties from applications.

abstract Mono<MicrosoftGraphExtensionPropertyInner> getExtensionPropertiesAsync(String applicationId, String extensionPropertyId)

Get extensionProperties from applications.

abstract Response<MicrosoftGraphExtensionPropertyInner> getExtensionPropertiesWithResponse(String applicationId, String extensionPropertyId, List<ApplicationsSelect> select, List<String> expand, Context context)

Get extensionProperties from applications.

abstract Mono<Response<MicrosoftGraphExtensionPropertyInner>> getExtensionPropertiesWithResponseAsync(String applicationId, String extensionPropertyId, List<ApplicationsSelect> select, List<String> expand)

Get extensionProperties from applications.

abstract List<String> getMemberGroups(String applicationId, ApplicationsGetMemberGroupsRequestBody body)

Invoke action getMemberGroups.

abstract Mono<List<String>> getMemberGroupsAsync(String applicationId, ApplicationsGetMemberGroupsRequestBody body)

Invoke action getMemberGroups.

abstract Response<List<String>> getMemberGroupsWithResponse(String applicationId, ApplicationsGetMemberGroupsRequestBody body, Context context)

Invoke action getMemberGroups.

abstract Mono<Response<List<String>>> getMemberGroupsWithResponseAsync(String applicationId, ApplicationsGetMemberGroupsRequestBody body)

Invoke action getMemberGroups.

abstract List<String> getMemberObjects(String applicationId, ApplicationsGetMemberObjectsRequestBody body)

Invoke action getMemberObjects.

abstract Mono<List<String>> getMemberObjectsAsync(String applicationId, ApplicationsGetMemberObjectsRequestBody body)

Invoke action getMemberObjects.

abstract Response<List<String>> getMemberObjectsWithResponse(String applicationId, ApplicationsGetMemberObjectsRequestBody body, Context context)

Invoke action getMemberObjects.

abstract Mono<Response<List<String>>> getMemberObjectsWithResponseAsync(String applicationId, ApplicationsGetMemberObjectsRequestBody body)

Invoke action getMemberObjects.

abstract String getRefCreatedOnBehalfOf(String applicationId)

Get ref of createdOnBehalfOf from applications.

abstract Mono<String> getRefCreatedOnBehalfOfAsync(String applicationId)

Get ref of createdOnBehalfOf from applications.

abstract Response<String> getRefCreatedOnBehalfOfWithResponse(String applicationId, Context context)

Get ref of createdOnBehalfOf from applications.

abstract Mono<Response<String>> getRefCreatedOnBehalfOfWithResponseAsync(String applicationId)

Get ref of createdOnBehalfOf from applications.

abstract PagedIterable<MicrosoftGraphExtensionPropertyInner> listExtensionProperties(String applicationId)

Get extensionProperties from applications.

abstract PagedIterable<MicrosoftGraphExtensionPropertyInner> listExtensionProperties(String applicationId, Integer top, Integer skip, String search, String filter, Boolean count, List<ApplicationsOrderby> orderby, List<ApplicationsSelect> select, List<String> expand, Context context)

Get extensionProperties from applications.

abstract PagedFlux<MicrosoftGraphExtensionPropertyInner> listExtensionPropertiesAsync(String applicationId)

Get extensionProperties from applications.

abstract PagedFlux<MicrosoftGraphExtensionPropertyInner> listExtensionPropertiesAsync(String applicationId, Integer top, Integer skip, String search, String filter, Boolean count, List<ApplicationsOrderby> orderby, List<ApplicationsSelect> select, List<String> expand)

Get extensionProperties from applications.

abstract PagedIterable<MicrosoftGraphHomeRealmDiscoveryPolicyInner> listHomeRealmDiscoveryPolicies(String applicationId)

Get homeRealmDiscoveryPolicies from applications.

abstract PagedIterable<MicrosoftGraphHomeRealmDiscoveryPolicyInner> listHomeRealmDiscoveryPolicies(String applicationId, Integer top, Integer skip, String search, String filter, Boolean count, List<ApplicationsOrderby> orderby, List<ApplicationsSelect> select, List<ApplicationsExpand> expand, Context context)

Get homeRealmDiscoveryPolicies from applications.

abstract PagedFlux<MicrosoftGraphHomeRealmDiscoveryPolicyInner> listHomeRealmDiscoveryPoliciesAsync(String applicationId)

Get homeRealmDiscoveryPolicies from applications.

abstract PagedFlux<MicrosoftGraphHomeRealmDiscoveryPolicyInner> listHomeRealmDiscoveryPoliciesAsync(String applicationId, Integer top, Integer skip, String search, String filter, Boolean count, List<ApplicationsOrderby> orderby, List<ApplicationsSelect> select, List<ApplicationsExpand> expand)

Get homeRealmDiscoveryPolicies from applications.

abstract PagedIterable<String> listRefHomeRealmDiscoveryPolicies(String applicationId)

Get ref of homeRealmDiscoveryPolicies from applications.

abstract PagedIterable<String> listRefHomeRealmDiscoveryPolicies(String applicationId, Integer top, Integer skip, String search, String filter, Boolean count, List<ApplicationsOrderby> orderby, Context context)

Get ref of homeRealmDiscoveryPolicies from applications.

abstract PagedFlux<String> listRefHomeRealmDiscoveryPoliciesAsync(String applicationId)

Get ref of homeRealmDiscoveryPolicies from applications.

abstract PagedFlux<String> listRefHomeRealmDiscoveryPoliciesAsync(String applicationId, Integer top, Integer skip, String search, String filter, Boolean count, List<ApplicationsOrderby> orderby)

Get ref of homeRealmDiscoveryPolicies from applications.

abstract void removeKey(String applicationId, ApplicationsRemoveKeyRequestBody body)

Invoke action removeKey.

abstract Mono<Void> removeKeyAsync(String applicationId, ApplicationsRemoveKeyRequestBody body)

Invoke action removeKey.

abstract Response<Void> removeKeyWithResponse(String applicationId, ApplicationsRemoveKeyRequestBody body, Context context)

Invoke action removeKey.

abstract Mono<Response<Void>> removeKeyWithResponseAsync(String applicationId, ApplicationsRemoveKeyRequestBody body)

Invoke action removeKey.

abstract void removePassword(String applicationId, ApplicationsRemovePasswordRequestBody body)

Invoke action removePassword.

abstract Mono<Void> removePasswordAsync(String applicationId, ApplicationsRemovePasswordRequestBody body)

Invoke action removePassword.

abstract Response<Void> removePasswordWithResponse(String applicationId, ApplicationsRemovePasswordRequestBody body, Context context)

Invoke action removePassword.

abstract Mono<Response<Void>> removePasswordWithResponseAsync(String applicationId, ApplicationsRemovePasswordRequestBody body)

Invoke action removePassword.

abstract MicrosoftGraphDirectoryObjectInner restore(String applicationId)

Invoke action restore.

abstract Mono<MicrosoftGraphDirectoryObjectInner> restoreAsync(String applicationId)

Invoke action restore.

abstract Response<MicrosoftGraphDirectoryObjectInner> restoreWithResponse(String applicationId, Context context)

Invoke action restore.

abstract Mono<Response<MicrosoftGraphDirectoryObjectInner>> restoreWithResponseAsync(String applicationId)

Invoke action restore.

abstract void setRefCreatedOnBehalfOf(String applicationId, Map<String,Object> body)

Update the ref of navigation property createdOnBehalfOf in applications.

abstract Mono<Void> setRefCreatedOnBehalfOfAsync(String applicationId, Map<String,Object> body)

Update the ref of navigation property createdOnBehalfOf in applications.

abstract Response<Void> setRefCreatedOnBehalfOfWithResponse(String applicationId, Map<String,Object> body, Context context)

Update the ref of navigation property createdOnBehalfOf in applications.

abstract Mono<Response<Void>> setRefCreatedOnBehalfOfWithResponseAsync(String applicationId, Map<String,Object> body)

Update the ref of navigation property createdOnBehalfOf in applications.

abstract void updateExtensionProperties(String applicationId, String extensionPropertyId, MicrosoftGraphExtensionPropertyInner body)

Update the navigation property extensionProperties in applications.

abstract Mono<Void> updateExtensionPropertiesAsync(String applicationId, String extensionPropertyId, MicrosoftGraphExtensionPropertyInner body)

Update the navigation property extensionProperties in applications.

abstract Response<Void> updateExtensionPropertiesWithResponse(String applicationId, String extensionPropertyId, MicrosoftGraphExtensionPropertyInner body, Context context)

Update the navigation property extensionProperties in applications.

abstract Mono<Response<Void>> updateExtensionPropertiesWithResponseAsync(String applicationId, String extensionPropertyId, MicrosoftGraphExtensionPropertyInner body)

Update the navigation property extensionProperties in applications.

Method Details

addKey

public abstract MicrosoftGraphKeyCredentialInner addKey(String applicationId, ApplicationsAddKeyRequestBodyInner body)

Invoke action addKey.

Parameters:

applicationId - key: id of application.
body - Action parameters.

Returns:

keyCredential.

addKeyAsync

public abstract Mono addKeyAsync(String applicationId, ApplicationsAddKeyRequestBodyInner body)

Invoke action addKey.

Parameters:

applicationId - key: id of application.
body - Action parameters.

Returns:

keyCredential on successful completion of Mono.

addKeyWithResponse

public abstract Response addKeyWithResponse(String applicationId, ApplicationsAddKeyRequestBodyInner body, Context context)

Invoke action addKey.

Parameters:

applicationId - key: id of application.
body - Action parameters.
context - The context to associate with this operation.

Returns:

keyCredential along with Response<T>.

addKeyWithResponseAsync

public abstract Mono<>> addKeyWithResponseAsync(String applicationId, ApplicationsAddKeyRequestBodyInner body)

Invoke action addKey.

Parameters:

applicationId - key: id of application.
body - Action parameters.

Returns:

keyCredential along with Response<T> on successful completion of Mono.

addPassword

public abstract MicrosoftGraphPasswordCredentialInner addPassword(String applicationId, ApplicationsAddPasswordRequestBodyInner body)

Invoke action addPassword.

Parameters:

applicationId - key: id of application.
body - Action parameters.

Returns:

passwordCredential.

addPasswordAsync

public abstract Mono addPasswordAsync(String applicationId, ApplicationsAddPasswordRequestBodyInner body)

Invoke action addPassword.

Parameters:

applicationId - key: id of application.
body - Action parameters.

Returns:

passwordCredential on successful completion of Mono.

addPasswordWithResponse

public abstract Response addPasswordWithResponse(String applicationId, ApplicationsAddPasswordRequestBodyInner body, Context context)

Invoke action addPassword.

Parameters:

applicationId - key: id of application.
body - Action parameters.
context - The context to associate with this operation.

Returns:

passwordCredential along with Response<T>.

addPasswordWithResponseAsync

public abstract Mono<>> addPasswordWithResponseAsync(String applicationId, ApplicationsAddPasswordRequestBodyInner body)

Invoke action addPassword.

Parameters:

applicationId - key: id of application.
body - Action parameters.

Returns:

passwordCredential along with Response<T> on successful completion of Mono.

checkMemberGroups

public abstract List checkMemberGroups(String applicationId, ApplicationsCheckMemberGroupsRequestBody body)

Invoke action checkMemberGroups.

Parameters:

applicationId - key: id of application.
body - Action parameters.

Returns:

array of Post200ApplicationJsonItemsItem.

checkMemberGroupsAsync

public abstract Mono<>> checkMemberGroupsAsync(String applicationId, ApplicationsCheckMemberGroupsRequestBody body)

Invoke action checkMemberGroups.

Parameters:

applicationId - key: id of application.
body - Action parameters.

Returns:

array of Post200ApplicationJsonItemsItem on successful completion of Mono.

checkMemberGroupsWithResponse

public abstract Response<>> checkMemberGroupsWithResponse(String applicationId, ApplicationsCheckMemberGroupsRequestBody body, Context context)

Invoke action checkMemberGroups.

Parameters:

applicationId - key: id of application.
body - Action parameters.
context - The context to associate with this operation.

Returns:

array of Post200ApplicationJsonItemsItem along with Response<T>.

checkMemberGroupsWithResponseAsync

public abstract Mono<><>>> checkMemberGroupsWithResponseAsync(String applicationId, ApplicationsCheckMemberGroupsRequestBody body)

Invoke action checkMemberGroups.

Parameters:

applicationId - key: id of application.
body - Action parameters.

Returns:

array of Post200ApplicationJsonItemsItem along with Response<T> on successful completion of Mono.

checkMemberObjects

public abstract List checkMemberObjects(String applicationId, ApplicationsCheckMemberObjectsRequestBody body)

Invoke action checkMemberObjects.

Parameters:

applicationId - key: id of application.
body - Action parameters.

Returns:

array of String.

checkMemberObjectsAsync

public abstract Mono<>> checkMemberObjectsAsync(String applicationId, ApplicationsCheckMemberObjectsRequestBody body)

Invoke action checkMemberObjects.

Parameters:

applicationId - key: id of application.
body - Action parameters.

Returns:

array of String on successful completion of Mono.

checkMemberObjectsWithResponse

public abstract Response<>> checkMemberObjectsWithResponse(String applicationId, ApplicationsCheckMemberObjectsRequestBody body, Context context)

Invoke action checkMemberObjects.

Parameters:

applicationId - key: id of application.
body - Action parameters.
context - The context to associate with this operation.

Returns:

array of String along with Response<T>.

checkMemberObjectsWithResponseAsync

public abstract Mono<><>>> checkMemberObjectsWithResponseAsync(String applicationId, ApplicationsCheckMemberObjectsRequestBody body)

Invoke action checkMemberObjects.

Parameters:

applicationId - key: id of application.
body - Action parameters.

Returns:

array of String along with Response<T> on successful completion of Mono.

createExtensionProperties

public abstract MicrosoftGraphExtensionPropertyInner createExtensionProperties(String applicationId, MicrosoftGraphExtensionPropertyInner body)

Create new navigation property to extensionProperties for applications.

Parameters:

applicationId - key: id of application.
body - New navigation property.

Returns:

extensionProperty.

createExtensionPropertiesAsync

public abstract Mono createExtensionPropertiesAsync(String applicationId, MicrosoftGraphExtensionPropertyInner body)

Create new navigation property to extensionProperties for applications.

Parameters:

applicationId - key: id of application.
body - New navigation property.

Returns:

extensionProperty on successful completion of Mono.

createExtensionPropertiesWithResponse

public abstract Response createExtensionPropertiesWithResponse(String applicationId, MicrosoftGraphExtensionPropertyInner body, Context context)

Create new navigation property to extensionProperties for applications.

Parameters:

applicationId - key: id of application.
body - New navigation property.
context - The context to associate with this operation.

Returns:

extensionProperty along with Response<T>.

createExtensionPropertiesWithResponseAsync

public abstract Mono<>> createExtensionPropertiesWithResponseAsync(String applicationId, MicrosoftGraphExtensionPropertyInner body)

Create new navigation property to extensionProperties for applications.

Parameters:

applicationId - key: id of application.
body - New navigation property.

Returns:

extensionProperty along with Response<T> on successful completion of Mono.

createRefHomeRealmDiscoveryPolicies

public abstract Map createRefHomeRealmDiscoveryPolicies(String applicationId, Map body)

Create new navigation property ref to homeRealmDiscoveryPolicies for applications.

Parameters:

applicationId - key: id of application.
body - New navigation property ref value.

Returns:

dictionary of <AnyObject>.

createRefHomeRealmDiscoveryPoliciesAsync

public abstract Mono<>> createRefHomeRealmDiscoveryPoliciesAsync(String applicationId, Map body)

Create new navigation property ref to homeRealmDiscoveryPolicies for applications.

Parameters:

applicationId - key: id of application.
body - New navigation property ref value.

Returns:

dictionary of <AnyObject> on successful completion of Mono.

createRefHomeRealmDiscoveryPoliciesWithResponse

public abstract Response<>> createRefHomeRealmDiscoveryPoliciesWithResponse(String applicationId, Map body, Context context)

Create new navigation property ref to homeRealmDiscoveryPolicies for applications.

Parameters:

applicationId - key: id of application.
body - New navigation property ref value.
context - The context to associate with this operation.

Returns:

dictionary of <AnyObject> along with Response<T>.

createRefHomeRealmDiscoveryPoliciesWithResponseAsync

public abstract Mono<><>>> createRefHomeRealmDiscoveryPoliciesWithResponseAsync(String applicationId, Map body)

Create new navigation property ref to homeRealmDiscoveryPolicies for applications.

Parameters:

applicationId - key: id of application.
body - New navigation property ref value.

Returns:

dictionary of <AnyObject> along with Response<T> on successful completion of Mono.

deleteExtensionProperties

public abstract void deleteExtensionProperties(String applicationId, String extensionPropertyId)

Delete navigation property extensionProperties for applications.

Parameters:

applicationId - key: id of application.
extensionPropertyId - key: id of extensionProperty.

deleteExtensionPropertiesAsync

public abstract Mono deleteExtensionPropertiesAsync(String applicationId, String extensionPropertyId)

Delete navigation property extensionProperties for applications.

Parameters:

applicationId - key: id of application.
extensionPropertyId - key: id of extensionProperty.

Returns:

A Mono that completes when a successful response is received.

deleteExtensionPropertiesWithResponse

public abstract Response deleteExtensionPropertiesWithResponse(String applicationId, String extensionPropertyId, String ifMatch, Context context)

Delete navigation property extensionProperties for applications.

Parameters:

applicationId - key: id of application.
extensionPropertyId - key: id of extensionProperty.
ifMatch - ETag.
context - The context to associate with this operation.

Returns:

deleteExtensionPropertiesWithResponseAsync

public abstract Mono<>> deleteExtensionPropertiesWithResponseAsync(String applicationId, String extensionPropertyId, String ifMatch)

Delete navigation property extensionProperties for applications.

Parameters:

applicationId - key: id of application.
extensionPropertyId - key: id of extensionProperty.
ifMatch - ETag.

Returns:

the Response<T> on successful completion of Mono.

deleteRefCreatedOnBehalfOf

public abstract void deleteRefCreatedOnBehalfOf(String applicationId)

Delete ref of navigation property createdOnBehalfOf for applications.

Parameters:

applicationId - key: id of application.

deleteRefCreatedOnBehalfOfAsync

public abstract Mono deleteRefCreatedOnBehalfOfAsync(String applicationId)

Delete ref of navigation property createdOnBehalfOf for applications.

Parameters:

applicationId - key: id of application.

Returns:

A Mono that completes when a successful response is received.

deleteRefCreatedOnBehalfOfWithResponse

public abstract Response deleteRefCreatedOnBehalfOfWithResponse(String applicationId, String ifMatch, Context context)

Delete ref of navigation property createdOnBehalfOf for applications.

Parameters:

applicationId - key: id of application.
ifMatch - ETag.
context - The context to associate with this operation.

Returns:

deleteRefCreatedOnBehalfOfWithResponseAsync

public abstract Mono<>> deleteRefCreatedOnBehalfOfWithResponseAsync(String applicationId, String ifMatch)

Delete ref of navigation property createdOnBehalfOf for applications.

Parameters:

applicationId - key: id of application.
ifMatch - ETag.

Returns:

the Response<T> on successful completion of Mono.

getCreatedOnBehalfOf

public abstract MicrosoftGraphDirectoryObjectInner getCreatedOnBehalfOf(String applicationId)

Get createdOnBehalfOf from applications.

Parameters:

applicationId - key: id of application.

Returns:

createdOnBehalfOf from applications.

getCreatedOnBehalfOfAsync

public abstract Mono getCreatedOnBehalfOfAsync(String applicationId)

Get createdOnBehalfOf from applications.

Parameters:

applicationId - key: id of application.

Returns:

createdOnBehalfOf from applications on successful completion of Mono.

getCreatedOnBehalfOfWithResponse

public abstract Response getCreatedOnBehalfOfWithResponse(String applicationId, List select, List expand, Context context)

Get createdOnBehalfOf from applications.

Parameters:

applicationId - key: id of application.
select - Select properties to be returned.
expand - Expand related entities.
context - The context to associate with this operation.

Returns:

createdOnBehalfOf from applications along with Response<T>.

getCreatedOnBehalfOfWithResponseAsync

public abstract Mono<>> getCreatedOnBehalfOfWithResponseAsync(String applicationId, List select, List expand)

Get createdOnBehalfOf from applications.

Parameters:

applicationId - key: id of application.
select - Select properties to be returned.
expand - Expand related entities.

Returns:

createdOnBehalfOf from applications along with Response<T> on successful completion of Mono.

getExtensionProperties

public abstract MicrosoftGraphExtensionPropertyInner getExtensionProperties(String applicationId, String extensionPropertyId)

Get extensionProperties from applications.

Parameters:

applicationId - key: id of application.
extensionPropertyId - key: id of extensionProperty.

Returns:

extensionProperties from applications.

getExtensionPropertiesAsync

public abstract Mono getExtensionPropertiesAsync(String applicationId, String extensionPropertyId)

Get extensionProperties from applications.

Parameters:

applicationId - key: id of application.
extensionPropertyId - key: id of extensionProperty.

Returns:

extensionProperties from applications on successful completion of Mono.

getExtensionPropertiesWithResponse

public abstract Response getExtensionPropertiesWithResponse(String applicationId, String extensionPropertyId, List select, List expand, Context context)

Get extensionProperties from applications.

Parameters:

applicationId - key: id of application.
extensionPropertyId - key: id of extensionProperty.
select - Select properties to be returned.
expand - Expand related entities.
context - The context to associate with this operation.

Returns:

extensionProperties from applications along with Response<T>.

getExtensionPropertiesWithResponseAsync

public abstract Mono<>> getExtensionPropertiesWithResponseAsync(String applicationId, String extensionPropertyId, List select, List expand)

Get extensionProperties from applications.

Parameters:

applicationId - key: id of application.
extensionPropertyId - key: id of extensionProperty.
select - Select properties to be returned.
expand - Expand related entities.

Returns:

extensionProperties from applications along with Response<T> on successful completion of Mono.

getMemberGroups

public abstract List getMemberGroups(String applicationId, ApplicationsGetMemberGroupsRequestBody body)

Invoke action getMemberGroups.

Parameters:

applicationId - key: id of application.
body - Action parameters.

Returns:

array of String.

getMemberGroupsAsync

public abstract Mono<>> getMemberGroupsAsync(String applicationId, ApplicationsGetMemberGroupsRequestBody body)

Invoke action getMemberGroups.

Parameters:

applicationId - key: id of application.
body - Action parameters.

Returns:

array of String on successful completion of Mono.

getMemberGroupsWithResponse

public abstract Response<>> getMemberGroupsWithResponse(String applicationId, ApplicationsGetMemberGroupsRequestBody body, Context context)

Invoke action getMemberGroups.

Parameters:

applicationId - key: id of application.
body - Action parameters.
context - The context to associate with this operation.

Returns:

array of String along with Response<T>.

getMemberGroupsWithResponseAsync

public abstract Mono<><>>> getMemberGroupsWithResponseAsync(String applicationId, ApplicationsGetMemberGroupsRequestBody body)

Invoke action getMemberGroups.

Parameters:

applicationId - key: id of application.
body - Action parameters.

Returns:

array of String along with Response<T> on successful completion of Mono.

getMemberObjects

public abstract List getMemberObjects(String applicationId, ApplicationsGetMemberObjectsRequestBody body)

Invoke action getMemberObjects.

Parameters:

applicationId - key: id of application.
body - Action parameters.

Returns:

array of String.

getMemberObjectsAsync

public abstract Mono<>> getMemberObjectsAsync(String applicationId, ApplicationsGetMemberObjectsRequestBody body)

Invoke action getMemberObjects.

Parameters:

applicationId - key: id of application.
body - Action parameters.

Returns:

array of String on successful completion of Mono.

getMemberObjectsWithResponse

public abstract Response<>> getMemberObjectsWithResponse(String applicationId, ApplicationsGetMemberObjectsRequestBody body, Context context)

Invoke action getMemberObjects.

Parameters:

applicationId - key: id of application.
body - Action parameters.
context - The context to associate with this operation.

Returns:

array of String along with Response<T>.

getMemberObjectsWithResponseAsync

public abstract Mono<><>>> getMemberObjectsWithResponseAsync(String applicationId, ApplicationsGetMemberObjectsRequestBody body)

Invoke action getMemberObjects.

Parameters:

applicationId - key: id of application.
body - Action parameters.

Returns:

array of String along with Response<T> on successful completion of Mono.

getRefCreatedOnBehalfOf

public abstract String getRefCreatedOnBehalfOf(String applicationId)

Get ref of createdOnBehalfOf from applications.

Parameters:

applicationId - key: id of application.

Returns:

ref of createdOnBehalfOf from applications.

getRefCreatedOnBehalfOfAsync

public abstract Mono getRefCreatedOnBehalfOfAsync(String applicationId)

Get ref of createdOnBehalfOf from applications.

Parameters:

applicationId - key: id of application.

Returns:

ref of createdOnBehalfOf from applications on successful completion of Mono.

getRefCreatedOnBehalfOfWithResponse

public abstract Response getRefCreatedOnBehalfOfWithResponse(String applicationId, Context context)

Get ref of createdOnBehalfOf from applications.

Parameters:

applicationId - key: id of application.
context - The context to associate with this operation.

Returns:

ref of createdOnBehalfOf from applications along with Response<T>.

getRefCreatedOnBehalfOfWithResponseAsync

public abstract Mono<>> getRefCreatedOnBehalfOfWithResponseAsync(String applicationId)

Get ref of createdOnBehalfOf from applications.

Parameters:

applicationId - key: id of application.

Returns:

ref of createdOnBehalfOf from applications along with Response<T> on successful completion of Mono.

listExtensionProperties

public abstract PagedIterable listExtensionProperties(String applicationId)

Get extensionProperties from applications.

Parameters:

applicationId - key: id of application.

Returns:

extensionProperties from applications as paginated response with PagedIterable<T>.

listExtensionProperties

public abstract PagedIterable listExtensionProperties(String applicationId, Integer top, Integer skip, String search, String filter, Boolean count, List orderby, List select, List expand, Context context)

Get extensionProperties from applications.

Parameters:

applicationId - key: id of application.
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:

extensionProperties from applications as paginated response with PagedIterable<T>.

listExtensionPropertiesAsync

public abstract PagedFlux listExtensionPropertiesAsync(String applicationId)

Get extensionProperties from applications.

Parameters:

applicationId - key: id of application.

Returns:

extensionProperties from applications as paginated response with PagedFlux<T>.

listExtensionPropertiesAsync

public abstract PagedFlux listExtensionPropertiesAsync(String applicationId, Integer top, Integer skip, String search, String filter, Boolean count, List orderby, List select, List expand)

Get extensionProperties from applications.

Parameters:

applicationId - key: id of application.
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:

extensionProperties from applications as paginated response with PagedFlux<T>.

listHomeRealmDiscoveryPolicies

public abstract PagedIterable listHomeRealmDiscoveryPolicies(String applicationId)

Get homeRealmDiscoveryPolicies from applications.

Parameters:

applicationId - key: id of application.

Returns:

homeRealmDiscoveryPolicies from applications as paginated response with PagedIterable<T>.

listHomeRealmDiscoveryPolicies

public abstract PagedIterable listHomeRealmDiscoveryPolicies(String applicationId, Integer top, Integer skip, String search, String filter, Boolean count, List orderby, List select, List expand, Context context)

Get homeRealmDiscoveryPolicies from applications.

Parameters:

applicationId - key: id of application.
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:

homeRealmDiscoveryPolicies from applications as paginated response with PagedIterable<T>.

listHomeRealmDiscoveryPoliciesAsync

public abstract PagedFlux listHomeRealmDiscoveryPoliciesAsync(String applicationId)

Get homeRealmDiscoveryPolicies from applications.

Parameters:

applicationId - key: id of application.

Returns:

homeRealmDiscoveryPolicies from applications as paginated response with PagedFlux<T>.

listHomeRealmDiscoveryPoliciesAsync

public abstract PagedFlux listHomeRealmDiscoveryPoliciesAsync(String applicationId, Integer top, Integer skip, String search, String filter, Boolean count, List orderby, List select, List expand)

Get homeRealmDiscoveryPolicies from applications.

Parameters:

applicationId - key: id of application.
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:

homeRealmDiscoveryPolicies from applications as paginated response with PagedFlux<T>.

listRefHomeRealmDiscoveryPolicies

public abstract PagedIterable listRefHomeRealmDiscoveryPolicies(String applicationId)

Get ref of homeRealmDiscoveryPolicies from applications.

Parameters:

applicationId - key: id of application.

Returns:

ref of homeRealmDiscoveryPolicies from applications as paginated response with PagedIterable<T>.

listRefHomeRealmDiscoveryPolicies

public abstract PagedIterable listRefHomeRealmDiscoveryPolicies(String applicationId, Integer top, Integer skip, String search, String filter, Boolean count, List orderby, Context context)

Get ref of homeRealmDiscoveryPolicies from applications.

Parameters:

applicationId - key: id of application.
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 homeRealmDiscoveryPolicies from applications as paginated response with PagedIterable<T>.

listRefHomeRealmDiscoveryPoliciesAsync

public abstract PagedFlux listRefHomeRealmDiscoveryPoliciesAsync(String applicationId)

Get ref of homeRealmDiscoveryPolicies from applications.

Parameters:

applicationId - key: id of application.

Returns:

ref of homeRealmDiscoveryPolicies from applications as paginated response with PagedFlux<T>.

listRefHomeRealmDiscoveryPoliciesAsync

public abstract PagedFlux listRefHomeRealmDiscoveryPoliciesAsync(String applicationId, Integer top, Integer skip, String search, String filter, Boolean count, List orderby)

Get ref of homeRealmDiscoveryPolicies from applications.

Parameters:

applicationId - key: id of application.
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 homeRealmDiscoveryPolicies from applications as paginated response with PagedFlux<T>.

removeKey

public abstract void removeKey(String applicationId, ApplicationsRemoveKeyRequestBody body)

Invoke action removeKey.

Parameters:

applicationId - key: id of application.
body - Action parameters.

removeKeyAsync

public abstract Mono removeKeyAsync(String applicationId, ApplicationsRemoveKeyRequestBody body)

Invoke action removeKey.

Parameters:

applicationId - key: id of application.
body - Action parameters.

Returns:

A Mono that completes when a successful response is received.

removeKeyWithResponse

public abstract Response removeKeyWithResponse(String applicationId, ApplicationsRemoveKeyRequestBody body, Context context)

Invoke action removeKey.

Parameters:

applicationId - key: id of application.
body - Action parameters.
context - The context to associate with this operation.

Returns:

removeKeyWithResponseAsync

public abstract Mono<>> removeKeyWithResponseAsync(String applicationId, ApplicationsRemoveKeyRequestBody body)

Invoke action removeKey.

Parameters:

applicationId - key: id of application.
body - Action parameters.

Returns:

the Response<T> on successful completion of Mono.

removePassword

public abstract void removePassword(String applicationId, ApplicationsRemovePasswordRequestBody body)

Invoke action removePassword.

Parameters:

applicationId - key: id of application.
body - Action parameters.

removePasswordAsync

public abstract Mono removePasswordAsync(String applicationId, ApplicationsRemovePasswordRequestBody body)

Invoke action removePassword.

Parameters:

applicationId - key: id of application.
body - Action parameters.

Returns:

A Mono that completes when a successful response is received.

removePasswordWithResponse

public abstract Response removePasswordWithResponse(String applicationId, ApplicationsRemovePasswordRequestBody body, Context context)

Invoke action removePassword.

Parameters:

applicationId - key: id of application.
body - Action parameters.
context - The context to associate with this operation.

Returns:

removePasswordWithResponseAsync

public abstract Mono<>> removePasswordWithResponseAsync(String applicationId, ApplicationsRemovePasswordRequestBody body)

Invoke action removePassword.

Parameters:

applicationId - key: id of application.
body - Action parameters.

Returns:

the Response<T> on successful completion of Mono.

restore

public abstract MicrosoftGraphDirectoryObjectInner restore(String applicationId)

Invoke action restore.

Parameters:

applicationId - key: id of application.

Returns:

directoryObject.

restoreAsync

public abstract Mono restoreAsync(String applicationId)

Invoke action restore.

Parameters:

applicationId - key: id of application.

Returns:

directoryObject on successful completion of Mono.

restoreWithResponse

public abstract Response restoreWithResponse(String applicationId, Context context)

Invoke action restore.

Parameters:

applicationId - key: id of application.
context - The context to associate with this operation.

Returns:

directoryObject along with Response<T>.

restoreWithResponseAsync

public abstract Mono<>> restoreWithResponseAsync(String applicationId)

Invoke action restore.

Parameters:

applicationId - key: id of application.

Returns:

directoryObject along with Response<T> on successful completion of Mono.

setRefCreatedOnBehalfOf

public abstract void setRefCreatedOnBehalfOf(String applicationId, Map body)

Update the ref of navigation property createdOnBehalfOf in applications.

Parameters:

applicationId - key: id of application.
body - New navigation property ref values.

setRefCreatedOnBehalfOfAsync

public abstract Mono setRefCreatedOnBehalfOfAsync(String applicationId, Map body)

Update the ref of navigation property createdOnBehalfOf in applications.

Parameters:

applicationId - key: id of application.
body - New navigation property ref values.

Returns:

A Mono that completes when a successful response is received.

setRefCreatedOnBehalfOfWithResponse

public abstract Response setRefCreatedOnBehalfOfWithResponse(String applicationId, Map body, Context context)

Update the ref of navigation property createdOnBehalfOf in applications.

Parameters:

applicationId - key: id of application.
body - New navigation property ref values.
context - The context to associate with this operation.

Returns:

setRefCreatedOnBehalfOfWithResponseAsync

public abstract Mono<>> setRefCreatedOnBehalfOfWithResponseAsync(String applicationId, Map body)

Update the ref of navigation property createdOnBehalfOf in applications.

Parameters:

applicationId - key: id of application.
body - New navigation property ref values.

Returns:

the Response<T> on successful completion of Mono.

updateExtensionProperties

public abstract void updateExtensionProperties(String applicationId, String extensionPropertyId, MicrosoftGraphExtensionPropertyInner body)

Update the navigation property extensionProperties in applications.

Parameters:

applicationId - key: id of application.
extensionPropertyId - key: id of extensionProperty.
body - New navigation property values.

updateExtensionPropertiesAsync

public abstract Mono updateExtensionPropertiesAsync(String applicationId, String extensionPropertyId, MicrosoftGraphExtensionPropertyInner body)

Update the navigation property extensionProperties in applications.

Parameters:

applicationId - key: id of application.
extensionPropertyId - key: id of extensionProperty.
body - New navigation property values.

Returns:

A Mono that completes when a successful response is received.

updateExtensionPropertiesWithResponse

public abstract Response updateExtensionPropertiesWithResponse(String applicationId, String extensionPropertyId, MicrosoftGraphExtensionPropertyInner body, Context context)

Update the navigation property extensionProperties in applications.

Parameters:

applicationId - key: id of application.
extensionPropertyId - key: id of extensionProperty.
body - New navigation property values.
context - The context to associate with this operation.

Returns:

updateExtensionPropertiesWithResponseAsync

public abstract Mono<>> updateExtensionPropertiesWithResponseAsync(String applicationId, String extensionPropertyId, MicrosoftGraphExtensionPropertyInner body)

Update the navigation property extensionProperties in applications.

Parameters:

applicationId - key: id of application.
extensionPropertyId - key: id of extensionProperty.
body - New navigation property values.

Returns:

the Response<T> on successful completion of Mono.

Applies to