Interface ApplicationsClient


  • public interface ApplicationsClient
    An instance of this class provides access to all the operations defined in ApplicationsClient.
    • Method Detail

      • getCreatedOnBehalfOfWithResponseAsync

        Mono<com.azure.core.http.rest.Response<MicrosoftGraphDirectoryObjectInner>> getCreatedOnBehalfOfWithResponseAsync​(String applicationId,
                                                                                                                          List<Get1ItemsItem> select,
                                                                                                                          List<String> 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.
        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.
      • getCreatedOnBehalfOfWithResponse

        com.azure.core.http.rest.Response<MicrosoftGraphDirectoryObjectInner> getCreatedOnBehalfOfWithResponse​(String applicationId,
                                                                                                               List<Get1ItemsItem> select,
                                                                                                               List<String> expand,
                                                                                                               com.azure.core.util.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.
        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.
      • getRefCreatedOnBehalfOfWithResponseAsync

        Mono<com.azure.core.http.rest.Response<String>> getRefCreatedOnBehalfOfWithResponseAsync​(String applicationId)
        Get ref of createdOnBehalfOf from applications.
        Parameters:
        applicationId - key: id of application.
        Returns:
        ref of createdOnBehalfOf from applications.
        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.
      • getRefCreatedOnBehalfOfAsync

        Mono<String> getRefCreatedOnBehalfOfAsync​(String applicationId)
        Get ref of createdOnBehalfOf from applications.
        Parameters:
        applicationId - key: id of application.
        Returns:
        ref of createdOnBehalfOf from applications.
        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.
      • getRefCreatedOnBehalfOf

        String getRefCreatedOnBehalfOf​(String applicationId)
        Get ref of createdOnBehalfOf from applications.
        Parameters:
        applicationId - key: id of application.
        Returns:
        ref of createdOnBehalfOf from applications.
        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.
      • getRefCreatedOnBehalfOfWithResponse

        com.azure.core.http.rest.Response<String> getRefCreatedOnBehalfOfWithResponse​(String applicationId,
                                                                                      com.azure.core.util.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.
        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.
      • setRefCreatedOnBehalfOfWithResponseAsync

        Mono<com.azure.core.http.rest.Response<Void>> setRefCreatedOnBehalfOfWithResponseAsync​(String applicationId,
                                                                                               Map<String,​Object> body)
        Update the ref of navigation property createdOnBehalfOf in applications.
        Parameters:
        applicationId - key: id of application.
        body - New navigation property ref 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.
      • setRefCreatedOnBehalfOfAsync

        Mono<Void> setRefCreatedOnBehalfOfAsync​(String applicationId,
                                                Map<String,​Object> body)
        Update the ref of navigation property createdOnBehalfOf in applications.
        Parameters:
        applicationId - key: id of application.
        body - New navigation property ref 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.
      • setRefCreatedOnBehalfOf

        void setRefCreatedOnBehalfOf​(String applicationId,
                                     Map<String,​Object> body)
        Update the ref of navigation property createdOnBehalfOf in applications.
        Parameters:
        applicationId - key: id of application.
        body - New navigation property ref 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.
      • setRefCreatedOnBehalfOfWithResponse

        com.azure.core.http.rest.Response<Void> setRefCreatedOnBehalfOfWithResponse​(String applicationId,
                                                                                    Map<String,​Object> body,
                                                                                    com.azure.core.util.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:
        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.
      • deleteRefCreatedOnBehalfOfWithResponseAsync

        Mono<com.azure.core.http.rest.Response<Void>> deleteRefCreatedOnBehalfOfWithResponseAsync​(String applicationId,
                                                                                                  String ifMatch)
        Delete ref of navigation property createdOnBehalfOf for applications.
        Parameters:
        applicationId - key: id of application.
        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.
      • deleteRefCreatedOnBehalfOfAsync

        Mono<Void> deleteRefCreatedOnBehalfOfAsync​(String applicationId,
                                                   String ifMatch)
        Delete ref of navigation property createdOnBehalfOf for applications.
        Parameters:
        applicationId - key: id of application.
        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.
      • deleteRefCreatedOnBehalfOfAsync

        Mono<Void> deleteRefCreatedOnBehalfOfAsync​(String applicationId)
        Delete ref of navigation property createdOnBehalfOf for applications.
        Parameters:
        applicationId - key: id of application.
        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.
      • deleteRefCreatedOnBehalfOf

        void deleteRefCreatedOnBehalfOf​(String applicationId)
        Delete ref of navigation property createdOnBehalfOf for applications.
        Parameters:
        applicationId - key: id of application.
        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.
      • deleteRefCreatedOnBehalfOfWithResponse

        com.azure.core.http.rest.Response<Void> deleteRefCreatedOnBehalfOfWithResponse​(String applicationId,
                                                                                       String ifMatch,
                                                                                       com.azure.core.util.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:
        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.
      • listExtensionPropertiesAsync

        com.azure.core.http.rest.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.
        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.
        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.
      • listExtensionPropertiesAsync

        com.azure.core.http.rest.PagedFlux<MicrosoftGraphExtensionPropertyInner> listExtensionPropertiesAsync​(String applicationId)
        Get extensionProperties from applications.
        Parameters:
        applicationId - key: id of application.
        Returns:
        extensionProperties from applications.
        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.
      • listExtensionProperties

        com.azure.core.http.rest.PagedIterable<MicrosoftGraphExtensionPropertyInner> listExtensionProperties​(String applicationId)
        Get extensionProperties from applications.
        Parameters:
        applicationId - key: id of application.
        Returns:
        extensionProperties from applications.
        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.
      • listExtensionProperties

        com.azure.core.http.rest.PagedIterable<MicrosoftGraphExtensionPropertyInner> listExtensionProperties​(String applicationId,
                                                                                                             Integer top,
                                                                                                             Integer skip,
                                                                                                             String search,
                                                                                                             String filter,
                                                                                                             Boolean count,
                                                                                                             List<ApplicationsOrderby> orderby,
                                                                                                             List<ApplicationsSelect> select,
                                                                                                             List<String> expand,
                                                                                                             com.azure.core.util.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.
        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.
      • createExtensionPropertiesWithResponse

        com.azure.core.http.rest.Response<MicrosoftGraphExtensionPropertyInner> createExtensionPropertiesWithResponse​(String applicationId,
                                                                                                                      MicrosoftGraphExtensionPropertyInner body,
                                                                                                                      com.azure.core.util.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:
        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.
      • getExtensionPropertiesWithResponseAsync

        Mono<com.azure.core.http.rest.Response<MicrosoftGraphExtensionPropertyInner>> getExtensionPropertiesWithResponseAsync​(String applicationId,
                                                                                                                              String extensionPropertyId,
                                                                                                                              List<ApplicationsSelect> select,
                                                                                                                              List<String> 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.
        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.
      • getExtensionPropertiesAsync

        Mono<MicrosoftGraphExtensionPropertyInner> getExtensionPropertiesAsync​(String applicationId,
                                                                               String extensionPropertyId)
        Get extensionProperties from applications.
        Parameters:
        applicationId - key: id of application.
        extensionPropertyId - key: id of extensionProperty.
        Returns:
        extensionProperties from applications.
        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.
      • getExtensionProperties

        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.
        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.
      • getExtensionPropertiesWithResponse

        com.azure.core.http.rest.Response<MicrosoftGraphExtensionPropertyInner> getExtensionPropertiesWithResponse​(String applicationId,
                                                                                                                   String extensionPropertyId,
                                                                                                                   List<ApplicationsSelect> select,
                                                                                                                   List<String> expand,
                                                                                                                   com.azure.core.util.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.
        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.
      • updateExtensionPropertiesWithResponseAsync

        Mono<com.azure.core.http.rest.Response<Void>> 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 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.
      • updateExtensionPropertiesAsync

        Mono<Void> 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:
        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.
      • updateExtensionProperties

        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.
        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.
      • updateExtensionPropertiesWithResponse

        com.azure.core.http.rest.Response<Void> updateExtensionPropertiesWithResponse​(String applicationId,
                                                                                      String extensionPropertyId,
                                                                                      MicrosoftGraphExtensionPropertyInner body,
                                                                                      com.azure.core.util.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:
        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.
      • deleteExtensionPropertiesWithResponseAsync

        Mono<com.azure.core.http.rest.Response<Void>> 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 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.
      • deleteExtensionPropertiesAsync

        Mono<Void> deleteExtensionPropertiesAsync​(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 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.
      • deleteExtensionPropertiesAsync

        Mono<Void> deleteExtensionPropertiesAsync​(String applicationId,
                                                  String extensionPropertyId)
        Delete navigation property extensionProperties for applications.
        Parameters:
        applicationId - key: id of application.
        extensionPropertyId - key: id of extensionProperty.
        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.
      • deleteExtensionProperties

        void deleteExtensionProperties​(String applicationId,
                                       String extensionPropertyId)
        Delete navigation property extensionProperties for applications.
        Parameters:
        applicationId - key: id of application.
        extensionPropertyId - key: id of extensionProperty.
        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.
      • deleteExtensionPropertiesWithResponse

        com.azure.core.http.rest.Response<Void> deleteExtensionPropertiesWithResponse​(String applicationId,
                                                                                      String extensionPropertyId,
                                                                                      String ifMatch,
                                                                                      com.azure.core.util.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:
        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.
      • listHomeRealmDiscoveryPoliciesAsync

        com.azure.core.http.rest.PagedFlux<MicrosoftGraphHomeRealmDiscoveryPolicyInner> listHomeRealmDiscoveryPoliciesAsync​(String applicationId)
        Get homeRealmDiscoveryPolicies from applications.
        Parameters:
        applicationId - key: id of application.
        Returns:
        homeRealmDiscoveryPolicies from applications.
        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.
      • listHomeRealmDiscoveryPolicies

        com.azure.core.http.rest.PagedIterable<MicrosoftGraphHomeRealmDiscoveryPolicyInner> listHomeRealmDiscoveryPolicies​(String applicationId)
        Get homeRealmDiscoveryPolicies from applications.
        Parameters:
        applicationId - key: id of application.
        Returns:
        homeRealmDiscoveryPolicies from applications.
        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.
      • listHomeRealmDiscoveryPolicies

        com.azure.core.http.rest.PagedIterable<MicrosoftGraphHomeRealmDiscoveryPolicyInner> listHomeRealmDiscoveryPolicies​(String applicationId,
                                                                                                                           Integer top,
                                                                                                                           Integer skip,
                                                                                                                           String search,
                                                                                                                           String filter,
                                                                                                                           Boolean count,
                                                                                                                           List<ApplicationsOrderby> orderby,
                                                                                                                           List<ApplicationsSelect> select,
                                                                                                                           List<ApplicationsExpand> expand,
                                                                                                                           com.azure.core.util.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.
        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.
      • listRefHomeRealmDiscoveryPoliciesAsync

        com.azure.core.http.rest.PagedFlux<String> listRefHomeRealmDiscoveryPoliciesAsync​(String applicationId,
                                                                                          Integer top,
                                                                                          Integer skip,
                                                                                          String search,
                                                                                          String filter,
                                                                                          Boolean count,
                                                                                          List<ApplicationsOrderby> 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.
        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.
      • listRefHomeRealmDiscoveryPoliciesAsync

        com.azure.core.http.rest.PagedFlux<String> listRefHomeRealmDiscoveryPoliciesAsync​(String applicationId)
        Get ref of homeRealmDiscoveryPolicies from applications.
        Parameters:
        applicationId - key: id of application.
        Returns:
        ref of homeRealmDiscoveryPolicies from applications.
        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.
      • listRefHomeRealmDiscoveryPolicies

        com.azure.core.http.rest.PagedIterable<String> listRefHomeRealmDiscoveryPolicies​(String applicationId)
        Get ref of homeRealmDiscoveryPolicies from applications.
        Parameters:
        applicationId - key: id of application.
        Returns:
        ref of homeRealmDiscoveryPolicies from applications.
        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.
      • listRefHomeRealmDiscoveryPolicies

        com.azure.core.http.rest.PagedIterable<String> listRefHomeRealmDiscoveryPolicies​(String applicationId,
                                                                                         Integer top,
                                                                                         Integer skip,
                                                                                         String search,
                                                                                         String filter,
                                                                                         Boolean count,
                                                                                         List<ApplicationsOrderby> orderby,
                                                                                         com.azure.core.util.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.
        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.
      • createRefHomeRealmDiscoveryPoliciesWithResponseAsync

        Mono<com.azure.core.http.rest.Response<Map<String,​Object>>> createRefHomeRealmDiscoveryPoliciesWithResponseAsync​(String applicationId,
                                                                                                                               Map<String,​Object> 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 <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.
      • createRefHomeRealmDiscoveryPoliciesAsync

        Mono<Map<String,​Object>> createRefHomeRealmDiscoveryPoliciesAsync​(String applicationId,
                                                                                Map<String,​Object> 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 <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.
      • createRefHomeRealmDiscoveryPolicies

        Map<String,​Object> createRefHomeRealmDiscoveryPolicies​(String applicationId,
                                                                     Map<String,​Object> 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 <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.
      • createRefHomeRealmDiscoveryPoliciesWithResponse

        com.azure.core.http.rest.Response<Map<String,​Object>> createRefHomeRealmDiscoveryPoliciesWithResponse​(String applicationId,
                                                                                                                    Map<String,​Object> body,
                                                                                                                    com.azure.core.util.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 <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.
      • checkMemberGroupsWithResponse

        com.azure.core.http.rest.Response<List<String>> checkMemberGroupsWithResponse​(String applicationId,
                                                                                      ApplicationsCheckMemberGroupsRequestBody body,
                                                                                      com.azure.core.util.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.
        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 applicationId,
                                                                                       ApplicationsCheckMemberObjectsRequestBody body,
                                                                                       com.azure.core.util.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.
        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 applicationId,
                                                                                    ApplicationsGetMemberGroupsRequestBody body,
                                                                                    com.azure.core.util.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.
        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 applicationId,
                                                                                     ApplicationsGetMemberObjectsRequestBody body,
                                                                                     com.azure.core.util.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.
        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.
      • removeKeyWithResponse

        com.azure.core.http.rest.Response<Void> removeKeyWithResponse​(String applicationId,
                                                                      ApplicationsRemoveKeyRequestBody body,
                                                                      com.azure.core.util.Context context)
        Invoke action removeKey.
        Parameters:
        applicationId - key: id of application.
        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.
      • removePasswordWithResponse

        com.azure.core.http.rest.Response<Void> removePasswordWithResponse​(String applicationId,
                                                                           ApplicationsRemovePasswordRequestBody body,
                                                                           com.azure.core.util.Context context)
        Invoke action removePassword.
        Parameters:
        applicationId - key: id of application.
        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.
      • restoreWithResponse

        com.azure.core.http.rest.Response<MicrosoftGraphDirectoryObjectInner> restoreWithResponse​(String applicationId,
                                                                                                  com.azure.core.util.Context context)
        Invoke action restore.
        Parameters:
        applicationId - key: id of application.
        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.
      • listOwners

        com.azure.core.http.rest.PagedIterable<MicrosoftGraphDirectoryObjectInner> listOwners​(String applicationId,
                                                                                              Integer top,
                                                                                              Integer skip,
                                                                                              String search,
                                                                                              String filter,
                                                                                              Boolean count,
                                                                                              List<ApplicationsOrderby> orderby,
                                                                                              List<ApplicationsSelect> select,
                                                                                              List<String> expand,
                                                                                              com.azure.core.util.Context context)
        Get owners 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:
        owners from applications.
        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.
      • listRefOwnersAsync

        com.azure.core.http.rest.PagedFlux<String> listRefOwnersAsync​(String applicationId,
                                                                      Integer top,
                                                                      Integer skip,
                                                                      String search,
                                                                      String filter,
                                                                      Boolean count,
                                                                      List<ApplicationsOrderby> orderby)
        Get ref of owners 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 owners from applications.
        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.
      • listRefOwnersAsync

        com.azure.core.http.rest.PagedFlux<String> listRefOwnersAsync​(String applicationId)
        Get ref of owners from applications.
        Parameters:
        applicationId - key: id of application.
        Returns:
        ref of owners from applications.
        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.
      • listRefOwners

        com.azure.core.http.rest.PagedIterable<String> listRefOwners​(String applicationId)
        Get ref of owners from applications.
        Parameters:
        applicationId - key: id of application.
        Returns:
        ref of owners from applications.
        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.
      • listRefOwners

        com.azure.core.http.rest.PagedIterable<String> listRefOwners​(String applicationId,
                                                                     Integer top,
                                                                     Integer skip,
                                                                     String search,
                                                                     String filter,
                                                                     Boolean count,
                                                                     List<ApplicationsOrderby> orderby,
                                                                     com.azure.core.util.Context context)
        Get ref of owners 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 owners from applications.
        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.
      • createRefOwnersWithResponseAsync

        Mono<com.azure.core.http.rest.Response<Map<String,​Object>>> createRefOwnersWithResponseAsync​(String applicationId,
                                                                                                           Map<String,​Object> body)
        Create new navigation property ref to owners for applications.
        Parameters:
        applicationId - key: id of application.
        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.
      • createRefOwnersAsync

        Mono<Map<String,​Object>> createRefOwnersAsync​(String applicationId,
                                                            Map<String,​Object> body)
        Create new navigation property ref to owners for applications.
        Parameters:
        applicationId - key: id of application.
        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.
      • createRefOwners

        Map<String,​Object> createRefOwners​(String applicationId,
                                                 Map<String,​Object> body)
        Create new navigation property ref to owners for applications.
        Parameters:
        applicationId - key: id of application.
        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.
      • createRefOwnersWithResponse

        com.azure.core.http.rest.Response<Map<String,​Object>> createRefOwnersWithResponse​(String applicationId,
                                                                                                Map<String,​Object> body,
                                                                                                com.azure.core.util.Context context)
        Create new navigation property ref to owners 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 <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.
      • listTokenIssuancePoliciesAsync

        com.azure.core.http.rest.PagedFlux<MicrosoftGraphTokenIssuancePolicyInner> listTokenIssuancePoliciesAsync​(String applicationId)
        Get tokenIssuancePolicies from applications.
        Parameters:
        applicationId - key: id of application.
        Returns:
        tokenIssuancePolicies from applications.
        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.
      • listTokenIssuancePolicies

        com.azure.core.http.rest.PagedIterable<MicrosoftGraphTokenIssuancePolicyInner> listTokenIssuancePolicies​(String applicationId)
        Get tokenIssuancePolicies from applications.
        Parameters:
        applicationId - key: id of application.
        Returns:
        tokenIssuancePolicies from applications.
        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.
      • listTokenIssuancePolicies

        com.azure.core.http.rest.PagedIterable<MicrosoftGraphTokenIssuancePolicyInner> listTokenIssuancePolicies​(String applicationId,
                                                                                                                 Integer top,
                                                                                                                 Integer skip,
                                                                                                                 String search,
                                                                                                                 String filter,
                                                                                                                 Boolean count,
                                                                                                                 List<ApplicationsOrderby> orderby,
                                                                                                                 List<ApplicationsSelect> select,
                                                                                                                 List<ApplicationsExpand> expand,
                                                                                                                 com.azure.core.util.Context context)
        Get tokenIssuancePolicies 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:
        tokenIssuancePolicies from applications.
        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.
      • listRefTokenIssuancePoliciesAsync

        com.azure.core.http.rest.PagedFlux<String> listRefTokenIssuancePoliciesAsync​(String applicationId,
                                                                                     Integer top,
                                                                                     Integer skip,
                                                                                     String search,
                                                                                     String filter,
                                                                                     Boolean count,
                                                                                     List<ApplicationsOrderby> orderby)
        Get ref of tokenIssuancePolicies 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 tokenIssuancePolicies from applications.
        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.
      • listRefTokenIssuancePoliciesAsync

        com.azure.core.http.rest.PagedFlux<String> listRefTokenIssuancePoliciesAsync​(String applicationId)
        Get ref of tokenIssuancePolicies from applications.
        Parameters:
        applicationId - key: id of application.
        Returns:
        ref of tokenIssuancePolicies from applications.
        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.
      • listRefTokenIssuancePolicies

        com.azure.core.http.rest.PagedIterable<String> listRefTokenIssuancePolicies​(String applicationId)
        Get ref of tokenIssuancePolicies from applications.
        Parameters:
        applicationId - key: id of application.
        Returns:
        ref of tokenIssuancePolicies from applications.
        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.
      • listRefTokenIssuancePolicies

        com.azure.core.http.rest.PagedIterable<String> listRefTokenIssuancePolicies​(String applicationId,
                                                                                    Integer top,
                                                                                    Integer skip,
                                                                                    String search,
                                                                                    String filter,
                                                                                    Boolean count,
                                                                                    List<ApplicationsOrderby> orderby,
                                                                                    com.azure.core.util.Context context)
        Get ref of tokenIssuancePolicies 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 tokenIssuancePolicies from applications.
        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.
      • createRefTokenIssuancePoliciesWithResponseAsync

        Mono<com.azure.core.http.rest.Response<Map<String,​Object>>> createRefTokenIssuancePoliciesWithResponseAsync​(String applicationId,
                                                                                                                          Map<String,​Object> body)
        Create new navigation property ref to tokenIssuancePolicies for applications.
        Parameters:
        applicationId - key: id of application.
        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.
      • createRefTokenIssuancePoliciesAsync

        Mono<Map<String,​Object>> createRefTokenIssuancePoliciesAsync​(String applicationId,
                                                                           Map<String,​Object> body)
        Create new navigation property ref to tokenIssuancePolicies for applications.
        Parameters:
        applicationId - key: id of application.
        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.
      • createRefTokenIssuancePolicies

        Map<String,​Object> createRefTokenIssuancePolicies​(String applicationId,
                                                                Map<String,​Object> body)
        Create new navigation property ref to tokenIssuancePolicies for applications.
        Parameters:
        applicationId - key: id of application.
        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.
      • createRefTokenIssuancePoliciesWithResponse

        com.azure.core.http.rest.Response<Map<String,​Object>> createRefTokenIssuancePoliciesWithResponse​(String applicationId,
                                                                                                               Map<String,​Object> body,
                                                                                                               com.azure.core.util.Context context)
        Create new navigation property ref to tokenIssuancePolicies 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 <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.
      • listTokenLifetimePoliciesAsync

        com.azure.core.http.rest.PagedFlux<MicrosoftGraphTokenLifetimePolicyInner> listTokenLifetimePoliciesAsync​(String applicationId)
        Get tokenLifetimePolicies from applications.
        Parameters:
        applicationId - key: id of application.
        Returns:
        tokenLifetimePolicies from applications.
        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.
      • listTokenLifetimePolicies

        com.azure.core.http.rest.PagedIterable<MicrosoftGraphTokenLifetimePolicyInner> listTokenLifetimePolicies​(String applicationId)
        Get tokenLifetimePolicies from applications.
        Parameters:
        applicationId - key: id of application.
        Returns:
        tokenLifetimePolicies from applications.
        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.
      • listTokenLifetimePolicies

        com.azure.core.http.rest.PagedIterable<MicrosoftGraphTokenLifetimePolicyInner> listTokenLifetimePolicies​(String applicationId,
                                                                                                                 Integer top,
                                                                                                                 Integer skip,
                                                                                                                 String search,
                                                                                                                 String filter,
                                                                                                                 Boolean count,
                                                                                                                 List<ApplicationsOrderby> orderby,
                                                                                                                 List<ApplicationsSelect> select,
                                                                                                                 List<ApplicationsExpand> expand,
                                                                                                                 com.azure.core.util.Context context)
        Get tokenLifetimePolicies 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:
        tokenLifetimePolicies from applications.
        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.
      • listRefTokenLifetimePoliciesAsync

        com.azure.core.http.rest.PagedFlux<String> listRefTokenLifetimePoliciesAsync​(String applicationId,
                                                                                     Integer top,
                                                                                     Integer skip,
                                                                                     String search,
                                                                                     String filter,
                                                                                     Boolean count,
                                                                                     List<ApplicationsOrderby> orderby)
        Get ref of tokenLifetimePolicies 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 tokenLifetimePolicies from applications.
        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.
      • listRefTokenLifetimePoliciesAsync

        com.azure.core.http.rest.PagedFlux<String> listRefTokenLifetimePoliciesAsync​(String applicationId)
        Get ref of tokenLifetimePolicies from applications.
        Parameters:
        applicationId - key: id of application.
        Returns:
        ref of tokenLifetimePolicies from applications.
        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.
      • listRefTokenLifetimePolicies

        com.azure.core.http.rest.PagedIterable<String> listRefTokenLifetimePolicies​(String applicationId)
        Get ref of tokenLifetimePolicies from applications.
        Parameters:
        applicationId - key: id of application.
        Returns:
        ref of tokenLifetimePolicies from applications.
        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.
      • listRefTokenLifetimePolicies

        com.azure.core.http.rest.PagedIterable<String> listRefTokenLifetimePolicies​(String applicationId,
                                                                                    Integer top,
                                                                                    Integer skip,
                                                                                    String search,
                                                                                    String filter,
                                                                                    Boolean count,
                                                                                    List<ApplicationsOrderby> orderby,
                                                                                    com.azure.core.util.Context context)
        Get ref of tokenLifetimePolicies 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 tokenLifetimePolicies from applications.
        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.
      • createRefTokenLifetimePoliciesWithResponseAsync

        Mono<com.azure.core.http.rest.Response<Map<String,​Object>>> createRefTokenLifetimePoliciesWithResponseAsync​(String applicationId,
                                                                                                                          Map<String,​Object> body)
        Create new navigation property ref to tokenLifetimePolicies for applications.
        Parameters:
        applicationId - key: id of application.
        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.
      • createRefTokenLifetimePoliciesAsync

        Mono<Map<String,​Object>> createRefTokenLifetimePoliciesAsync​(String applicationId,
                                                                           Map<String,​Object> body)
        Create new navigation property ref to tokenLifetimePolicies for applications.
        Parameters:
        applicationId - key: id of application.
        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.
      • createRefTokenLifetimePolicies

        Map<String,​Object> createRefTokenLifetimePolicies​(String applicationId,
                                                                Map<String,​Object> body)
        Create new navigation property ref to tokenLifetimePolicies for applications.
        Parameters:
        applicationId - key: id of application.
        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.
      • createRefTokenLifetimePoliciesWithResponse

        com.azure.core.http.rest.Response<Map<String,​Object>> createRefTokenLifetimePoliciesWithResponse​(String applicationId,
                                                                                                               Map<String,​Object> body,
                                                                                                               com.azure.core.util.Context context)
        Create new navigation property ref to tokenLifetimePolicies 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 <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.
      • deltaWithResponse

        com.azure.core.http.rest.Response<List<MicrosoftGraphApplicationInner>> 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.
      • validatePropertiesWithResponse

        com.azure.core.http.rest.Response<Void> validatePropertiesWithResponse​(ApplicationsValidatePropertiesRequestBody 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.