Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
This package contains Microsoft Azure Authorization Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.authorization.fluent;
import com.azure.core.annotation.ReturnType;
import com.azure.core.annotation.ServiceMethod;
import com.azure.core.http.rest.PagedFlux;
import com.azure.core.http.rest.PagedIterable;
import com.azure.core.http.rest.Response;
import com.azure.core.util.Context;
import com.azure.resourcemanager.authorization.fluent.models.ApplicationsAddKeyRequestBodyInner;
import com.azure.resourcemanager.authorization.fluent.models.ApplicationsAddPasswordRequestBodyInner;
import com.azure.resourcemanager.authorization.fluent.models.ApplicationsCheckMemberGroupsRequestBody;
import com.azure.resourcemanager.authorization.fluent.models.ApplicationsCheckMemberObjectsRequestBody;
import com.azure.resourcemanager.authorization.fluent.models.ApplicationsExpand;
import com.azure.resourcemanager.authorization.fluent.models.ApplicationsGetMemberGroupsRequestBody;
import com.azure.resourcemanager.authorization.fluent.models.ApplicationsGetMemberObjectsRequestBody;
import com.azure.resourcemanager.authorization.fluent.models.ApplicationsOrderby;
import com.azure.resourcemanager.authorization.fluent.models.ApplicationsRemoveKeyRequestBody;
import com.azure.resourcemanager.authorization.fluent.models.ApplicationsRemovePasswordRequestBody;
import com.azure.resourcemanager.authorization.fluent.models.ApplicationsSelect;
import com.azure.resourcemanager.authorization.fluent.models.Get1ItemsItem;
import com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDirectoryObjectInner;
import com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphExtensionPropertyInner;
import com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphHomeRealmDiscoveryPolicyInner;
import com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphKeyCredentialInner;
import com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPasswordCredentialInner;
import java.util.List;
import java.util.Map;
import reactor.core.publisher.Mono;
/**
* An instance of this class provides access to all the operations defined in ApplicationsClient.
*/
public interface ApplicationsClient {
/**
* Get createdOnBehalfOf from applications.
*
* @param applicationId key: id of application.
* @param select Select properties to be returned.
* @param expand Expand related entities.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return createdOnBehalfOf from applications along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono> getCreatedOnBehalfOfWithResponseAsync(String applicationId,
List select, List expand);
/**
* Get createdOnBehalfOf from applications.
*
* @param applicationId key: id of application.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return createdOnBehalfOf from applications on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono getCreatedOnBehalfOfAsync(String applicationId);
/**
* Get createdOnBehalfOf from applications.
*
* @param applicationId key: id of application.
* @param select Select properties to be returned.
* @param expand Expand related entities.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return createdOnBehalfOf from applications along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response getCreatedOnBehalfOfWithResponse(String applicationId,
List select, List expand, Context context);
/**
* Get createdOnBehalfOf from applications.
*
* @param applicationId key: id of application.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return createdOnBehalfOf from applications.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
MicrosoftGraphDirectoryObjectInner getCreatedOnBehalfOf(String applicationId);
/**
* Get ref of createdOnBehalfOf from applications.
*
* @param applicationId key: id of application.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return ref of createdOnBehalfOf from applications along with {@link Response} on successful completion of
* {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono> getRefCreatedOnBehalfOfWithResponseAsync(String applicationId);
/**
* Get ref of createdOnBehalfOf from applications.
*
* @param applicationId key: id of application.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return ref of createdOnBehalfOf from applications on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono getRefCreatedOnBehalfOfAsync(String applicationId);
/**
* Get ref of createdOnBehalfOf from applications.
*
* @param applicationId key: id of application.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return ref of createdOnBehalfOf from applications along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response getRefCreatedOnBehalfOfWithResponse(String applicationId, Context context);
/**
* Get ref of createdOnBehalfOf from applications.
*
* @param applicationId key: id of application.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return ref of createdOnBehalfOf from applications.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
String getRefCreatedOnBehalfOf(String applicationId);
/**
* Update the ref of navigation property createdOnBehalfOf in applications.
*
* @param applicationId key: id of application.
* @param body New navigation property ref values.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono> setRefCreatedOnBehalfOfWithResponseAsync(String applicationId, Map body);
/**
* Update the ref of navigation property createdOnBehalfOf in applications.
*
* @param applicationId key: id of application.
* @param body New navigation property ref values.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return A {@link Mono} that completes when a successful response is received.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono setRefCreatedOnBehalfOfAsync(String applicationId, Map body);
/**
* Update the ref of navigation property createdOnBehalfOf in applications.
*
* @param applicationId key: id of application.
* @param body New navigation property ref values.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response setRefCreatedOnBehalfOfWithResponse(String applicationId, Map body, Context context);
/**
* Update the ref of navigation property createdOnBehalfOf in applications.
*
* @param applicationId key: id of application.
* @param body New navigation property ref values.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
void setRefCreatedOnBehalfOf(String applicationId, Map body);
/**
* Delete ref of navigation property createdOnBehalfOf for applications.
*
* @param applicationId key: id of application.
* @param ifMatch ETag.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono> deleteRefCreatedOnBehalfOfWithResponseAsync(String applicationId, String ifMatch);
/**
* Delete ref of navigation property createdOnBehalfOf for applications.
*
* @param applicationId key: id of application.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return A {@link Mono} that completes when a successful response is received.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono deleteRefCreatedOnBehalfOfAsync(String applicationId);
/**
* Delete ref of navigation property createdOnBehalfOf for applications.
*
* @param applicationId key: id of application.
* @param ifMatch ETag.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response deleteRefCreatedOnBehalfOfWithResponse(String applicationId, String ifMatch, Context context);
/**
* Delete ref of navigation property createdOnBehalfOf for applications.
*
* @param applicationId key: id of application.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
void deleteRefCreatedOnBehalfOf(String applicationId);
/**
* Get extensionProperties from applications.
*
* @param applicationId key: id of application.
* @param top Show only the first n items.
* @param skip Skip the first n items.
* @param search Search items by search phrases.
* @param filter Filter items by property values.
* @param count Include count of items.
* @param orderby Order items by property values.
* @param select Select properties to be returned.
* @param expand Expand related entities.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return extensionProperties from applications as paginated response with {@link PagedFlux}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedFlux listExtensionPropertiesAsync(String applicationId, Integer top,
Integer skip, String search, String filter, Boolean count, List orderby,
List select, List expand);
/**
* Get extensionProperties from applications.
*
* @param applicationId key: id of application.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return extensionProperties from applications as paginated response with {@link PagedFlux}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedFlux listExtensionPropertiesAsync(String applicationId);
/**
* Get extensionProperties from applications.
*
* @param applicationId key: id of application.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return extensionProperties from applications as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable listExtensionProperties(String applicationId);
/**
* Get extensionProperties from applications.
*
* @param applicationId key: id of application.
* @param top Show only the first n items.
* @param skip Skip the first n items.
* @param search Search items by search phrases.
* @param filter Filter items by property values.
* @param count Include count of items.
* @param orderby Order items by property values.
* @param select Select properties to be returned.
* @param expand Expand related entities.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return extensionProperties from applications as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable listExtensionProperties(String applicationId, Integer top,
Integer skip, String search, String filter, Boolean count, List orderby,
List select, List expand, Context context);
/**
* Create new navigation property to extensionProperties for applications.
*
* @param applicationId key: id of application.
* @param body New navigation property.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return extensionProperty along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono>
createExtensionPropertiesWithResponseAsync(String applicationId, MicrosoftGraphExtensionPropertyInner body);
/**
* Create new navigation property to extensionProperties for applications.
*
* @param applicationId key: id of application.
* @param body New navigation property.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return extensionProperty on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono createExtensionPropertiesAsync(String applicationId,
MicrosoftGraphExtensionPropertyInner body);
/**
* Create new navigation property to extensionProperties for applications.
*
* @param applicationId key: id of application.
* @param body New navigation property.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return extensionProperty along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response createExtensionPropertiesWithResponse(String applicationId,
MicrosoftGraphExtensionPropertyInner body, Context context);
/**
* Create new navigation property to extensionProperties for applications.
*
* @param applicationId key: id of application.
* @param body New navigation property.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return extensionProperty.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
MicrosoftGraphExtensionPropertyInner createExtensionProperties(String applicationId,
MicrosoftGraphExtensionPropertyInner body);
/**
* Get extensionProperties from applications.
*
* @param applicationId key: id of application.
* @param extensionPropertyId key: id of extensionProperty.
* @param select Select properties to be returned.
* @param expand Expand related entities.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return extensionProperties from applications along with {@link Response} on successful completion of
* {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono> getExtensionPropertiesWithResponseAsync(String applicationId,
String extensionPropertyId, List select, List expand);
/**
* Get extensionProperties from applications.
*
* @param applicationId key: id of application.
* @param extensionPropertyId key: id of extensionProperty.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return extensionProperties from applications on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono getExtensionPropertiesAsync(String applicationId,
String extensionPropertyId);
/**
* Get extensionProperties from applications.
*
* @param applicationId key: id of application.
* @param extensionPropertyId key: id of extensionProperty.
* @param select Select properties to be returned.
* @param expand Expand related entities.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return extensionProperties from applications along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response getExtensionPropertiesWithResponse(String applicationId,
String extensionPropertyId, List select, List expand, Context context);
/**
* Get extensionProperties from applications.
*
* @param applicationId key: id of application.
* @param extensionPropertyId key: id of extensionProperty.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return extensionProperties from applications.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
MicrosoftGraphExtensionPropertyInner getExtensionProperties(String applicationId, String extensionPropertyId);
/**
* Update the navigation property extensionProperties in applications.
*
* @param applicationId key: id of application.
* @param extensionPropertyId key: id of extensionProperty.
* @param body New navigation property values.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono> updateExtensionPropertiesWithResponseAsync(String applicationId, String extensionPropertyId,
MicrosoftGraphExtensionPropertyInner body);
/**
* Update the navigation property extensionProperties in applications.
*
* @param applicationId key: id of application.
* @param extensionPropertyId key: id of extensionProperty.
* @param body New navigation property values.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return A {@link Mono} that completes when a successful response is received.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono updateExtensionPropertiesAsync(String applicationId, String extensionPropertyId,
MicrosoftGraphExtensionPropertyInner body);
/**
* Update the navigation property extensionProperties in applications.
*
* @param applicationId key: id of application.
* @param extensionPropertyId key: id of extensionProperty.
* @param body New navigation property values.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response updateExtensionPropertiesWithResponse(String applicationId, String extensionPropertyId,
MicrosoftGraphExtensionPropertyInner body, Context context);
/**
* Update the navigation property extensionProperties in applications.
*
* @param applicationId key: id of application.
* @param extensionPropertyId key: id of extensionProperty.
* @param body New navigation property values.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
void updateExtensionProperties(String applicationId, String extensionPropertyId,
MicrosoftGraphExtensionPropertyInner body);
/**
* Delete navigation property extensionProperties for applications.
*
* @param applicationId key: id of application.
* @param extensionPropertyId key: id of extensionProperty.
* @param ifMatch ETag.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono> deleteExtensionPropertiesWithResponseAsync(String applicationId, String extensionPropertyId,
String ifMatch);
/**
* Delete navigation property extensionProperties for applications.
*
* @param applicationId key: id of application.
* @param extensionPropertyId key: id of extensionProperty.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return A {@link Mono} that completes when a successful response is received.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono deleteExtensionPropertiesAsync(String applicationId, String extensionPropertyId);
/**
* Delete navigation property extensionProperties for applications.
*
* @param applicationId key: id of application.
* @param extensionPropertyId key: id of extensionProperty.
* @param ifMatch ETag.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response deleteExtensionPropertiesWithResponse(String applicationId, String extensionPropertyId,
String ifMatch, Context context);
/**
* Delete navigation property extensionProperties for applications.
*
* @param applicationId key: id of application.
* @param extensionPropertyId key: id of extensionProperty.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
void deleteExtensionProperties(String applicationId, String extensionPropertyId);
/**
* Get homeRealmDiscoveryPolicies from applications.
*
* @param applicationId key: id of application.
* @param top Show only the first n items.
* @param skip Skip the first n items.
* @param search Search items by search phrases.
* @param filter Filter items by property values.
* @param count Include count of items.
* @param orderby Order items by property values.
* @param select Select properties to be returned.
* @param expand Expand related entities.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return homeRealmDiscoveryPolicies from applications as paginated response with {@link PagedFlux}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedFlux listHomeRealmDiscoveryPoliciesAsync(String applicationId,
Integer top, Integer skip, String search, String filter, Boolean count, List orderby,
List select, List expand);
/**
* Get homeRealmDiscoveryPolicies from applications.
*
* @param applicationId key: id of application.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return homeRealmDiscoveryPolicies from applications as paginated response with {@link PagedFlux}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedFlux listHomeRealmDiscoveryPoliciesAsync(String applicationId);
/**
* Get homeRealmDiscoveryPolicies from applications.
*
* @param applicationId key: id of application.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return homeRealmDiscoveryPolicies from applications as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable listHomeRealmDiscoveryPolicies(String applicationId);
/**
* Get homeRealmDiscoveryPolicies from applications.
*
* @param applicationId key: id of application.
* @param top Show only the first n items.
* @param skip Skip the first n items.
* @param search Search items by search phrases.
* @param filter Filter items by property values.
* @param count Include count of items.
* @param orderby Order items by property values.
* @param select Select properties to be returned.
* @param expand Expand related entities.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return homeRealmDiscoveryPolicies from applications as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable listHomeRealmDiscoveryPolicies(String applicationId,
Integer top, Integer skip, String search, String filter, Boolean count, List orderby,
List select, List expand, Context context);
/**
* Get ref of homeRealmDiscoveryPolicies from applications.
*
* @param applicationId key: id of application.
* @param top Show only the first n items.
* @param skip Skip the first n items.
* @param search Search items by search phrases.
* @param filter Filter items by property values.
* @param count Include count of items.
* @param orderby Order items by property values.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return ref of homeRealmDiscoveryPolicies from applications as paginated response with {@link PagedFlux}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedFlux listRefHomeRealmDiscoveryPoliciesAsync(String applicationId, Integer top, Integer skip,
String search, String filter, Boolean count, List orderby);
/**
* Get ref of homeRealmDiscoveryPolicies from applications.
*
* @param applicationId key: id of application.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return ref of homeRealmDiscoveryPolicies from applications as paginated response with {@link PagedFlux}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedFlux listRefHomeRealmDiscoveryPoliciesAsync(String applicationId);
/**
* Get ref of homeRealmDiscoveryPolicies from applications.
*
* @param applicationId key: id of application.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return ref of homeRealmDiscoveryPolicies from applications as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable listRefHomeRealmDiscoveryPolicies(String applicationId);
/**
* Get ref of homeRealmDiscoveryPolicies from applications.
*
* @param applicationId key: id of application.
* @param top Show only the first n items.
* @param skip Skip the first n items.
* @param search Search items by search phrases.
* @param filter Filter items by property values.
* @param count Include count of items.
* @param orderby Order items by property values.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return ref of homeRealmDiscoveryPolicies from applications as paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable listRefHomeRealmDiscoveryPolicies(String applicationId, Integer top, Integer skip,
String search, String filter, Boolean count, List orderby, Context context);
/**
* Create new navigation property ref to homeRealmDiscoveryPolicies for applications.
*
* @param applicationId key: id of application.
* @param body New navigation property ref value.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return dictionary of <AnyObject> along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono>> createRefHomeRealmDiscoveryPoliciesWithResponseAsync(String applicationId,
Map body);
/**
* Create new navigation property ref to homeRealmDiscoveryPolicies for applications.
*
* @param applicationId key: id of application.
* @param body New navigation property ref value.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.resourcemanager.authorization.fluent.models.OdataErrorMainException thrown if the request is
* rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return dictionary of <AnyObject> on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono