Interface IntegrationRuntimesClient


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

      • update

        IntegrationRuntimeResourceInner update​(String resourceGroupName,
                                               String workspaceName,
                                               String integrationRuntimeName,
                                               UpdateIntegrationRuntimeRequest updateIntegrationRuntimeRequest)
        Update an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        updateIntegrationRuntimeRequest - The parameters for updating an integration runtime.
        Returns:
        integration runtime resource type.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • updateWithResponse

        com.azure.core.http.rest.Response<IntegrationRuntimeResourceInner> updateWithResponse​(String resourceGroupName,
                                                                                              String workspaceName,
                                                                                              String integrationRuntimeName,
                                                                                              UpdateIntegrationRuntimeRequest updateIntegrationRuntimeRequest,
                                                                                              com.azure.core.util.Context context)
        Update an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        updateIntegrationRuntimeRequest - The parameters for updating an integration runtime.
        context - The context to associate with this operation.
        Returns:
        integration runtime resource type along with Response.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • get

        IntegrationRuntimeResourceInner get​(String resourceGroupName,
                                            String workspaceName,
                                            String integrationRuntimeName)
        Get an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        Returns:
        an integration runtime.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • getWithResponse

        com.azure.core.http.rest.Response<IntegrationRuntimeResourceInner> getWithResponse​(String resourceGroupName,
                                                                                           String workspaceName,
                                                                                           String integrationRuntimeName,
                                                                                           String ifNoneMatch,
                                                                                           com.azure.core.util.Context context)
        Get an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        ifNoneMatch - ETag of the integration runtime entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned.
        context - The context to associate with this operation.
        Returns:
        an integration runtime along with Response.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • beginCreate

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IntegrationRuntimeResourceInner>,​IntegrationRuntimeResourceInner> beginCreate​(String resourceGroupName,
                                                                                                                                                                                String workspaceName,
                                                                                                                                                                                String integrationRuntimeName,
                                                                                                                                                                                IntegrationRuntimeResourceInner integrationRuntime,
                                                                                                                                                                                String ifMatch)
        Create an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        integrationRuntime - Integration runtime resource definition.
        ifMatch - ETag of the integration runtime entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update.
        Returns:
        the SyncPoller for polling of integration runtime resource type.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • beginCreate

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IntegrationRuntimeResourceInner>,​IntegrationRuntimeResourceInner> beginCreate​(String resourceGroupName,
                                                                                                                                                                                String workspaceName,
                                                                                                                                                                                String integrationRuntimeName,
                                                                                                                                                                                IntegrationRuntimeResourceInner integrationRuntime,
                                                                                                                                                                                String ifMatch,
                                                                                                                                                                                com.azure.core.util.Context context)
        Create an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        integrationRuntime - Integration runtime resource definition.
        ifMatch - ETag of the integration runtime entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update.
        context - The context to associate with this operation.
        Returns:
        the SyncPoller for polling of integration runtime resource type.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • create

        IntegrationRuntimeResourceInner create​(String resourceGroupName,
                                               String workspaceName,
                                               String integrationRuntimeName,
                                               IntegrationRuntimeResourceInner integrationRuntime,
                                               String ifMatch)
        Create an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        integrationRuntime - Integration runtime resource definition.
        ifMatch - ETag of the integration runtime entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update.
        Returns:
        integration runtime resource type.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • create

        IntegrationRuntimeResourceInner create​(String resourceGroupName,
                                               String workspaceName,
                                               String integrationRuntimeName,
                                               IntegrationRuntimeResourceInner integrationRuntime)
        Create an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        integrationRuntime - Integration runtime resource definition.
        Returns:
        integration runtime resource type.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • create

        IntegrationRuntimeResourceInner create​(String resourceGroupName,
                                               String workspaceName,
                                               String integrationRuntimeName,
                                               IntegrationRuntimeResourceInner integrationRuntime,
                                               String ifMatch,
                                               com.azure.core.util.Context context)
        Create an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        integrationRuntime - Integration runtime resource definition.
        ifMatch - ETag of the integration runtime entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update.
        context - The context to associate with this operation.
        Returns:
        integration runtime resource type.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • beginDelete

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,​Void> beginDelete​(String resourceGroupName,
                                                                                                                          String workspaceName,
                                                                                                                          String integrationRuntimeName)
        Delete an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        Returns:
        the SyncPoller for polling of long-running operation.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • beginDelete

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,​Void> beginDelete​(String resourceGroupName,
                                                                                                                          String workspaceName,
                                                                                                                          String integrationRuntimeName,
                                                                                                                          com.azure.core.util.Context context)
        Delete an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        context - The context to associate with this operation.
        Returns:
        the SyncPoller for polling of long-running operation.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • delete

        void delete​(String resourceGroupName,
                    String workspaceName,
                    String integrationRuntimeName)
        Delete an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • delete

        void delete​(String resourceGroupName,
                    String workspaceName,
                    String integrationRuntimeName,
                    com.azure.core.util.Context context)
        Delete an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        context - The context to associate with this operation.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • upgrade

        void upgrade​(String resourceGroupName,
                     String workspaceName,
                     String integrationRuntimeName)
        Upgrade an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • upgradeWithResponse

        com.azure.core.http.rest.Response<Void> upgradeWithResponse​(String resourceGroupName,
                                                                    String workspaceName,
                                                                    String integrationRuntimeName,
                                                                    com.azure.core.util.Context context)
        Upgrade an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        context - The context to associate with this operation.
        Returns:
        the Response.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • listByWorkspace

        com.azure.core.http.rest.PagedIterable<IntegrationRuntimeResourceInner> listByWorkspace​(String resourceGroupName,
                                                                                                String workspaceName)
        List all integration runtimes.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        Returns:
        a list of integration runtime resources as paginated response with PagedIterable.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • listByWorkspace

        com.azure.core.http.rest.PagedIterable<IntegrationRuntimeResourceInner> listByWorkspace​(String resourceGroupName,
                                                                                                String workspaceName,
                                                                                                com.azure.core.util.Context context)
        List all integration runtimes.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        context - The context to associate with this operation.
        Returns:
        a list of integration runtime resources as paginated response with PagedIterable.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • beginStart

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IntegrationRuntimeStatusResponseInner>,​IntegrationRuntimeStatusResponseInner> beginStart​(String resourceGroupName,
                                                                                                                                                                                           String workspaceName,
                                                                                                                                                                                           String integrationRuntimeName)
        Start an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        Returns:
        the SyncPoller for polling of integration runtime status response.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • beginStart

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IntegrationRuntimeStatusResponseInner>,​IntegrationRuntimeStatusResponseInner> beginStart​(String resourceGroupName,
                                                                                                                                                                                           String workspaceName,
                                                                                                                                                                                           String integrationRuntimeName,
                                                                                                                                                                                           com.azure.core.util.Context context)
        Start an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        context - The context to associate with this operation.
        Returns:
        the SyncPoller for polling of integration runtime status response.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • start

        IntegrationRuntimeStatusResponseInner start​(String resourceGroupName,
                                                    String workspaceName,
                                                    String integrationRuntimeName)
        Start an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        Returns:
        integration runtime status response.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • start

        IntegrationRuntimeStatusResponseInner start​(String resourceGroupName,
                                                    String workspaceName,
                                                    String integrationRuntimeName,
                                                    com.azure.core.util.Context context)
        Start an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        context - The context to associate with this operation.
        Returns:
        integration runtime status response.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • beginStop

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,​Void> beginStop​(String resourceGroupName,
                                                                                                                        String workspaceName,
                                                                                                                        String integrationRuntimeName)
        Stop an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        Returns:
        the SyncPoller for polling of long-running operation.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • beginStop

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,​Void> beginStop​(String resourceGroupName,
                                                                                                                        String workspaceName,
                                                                                                                        String integrationRuntimeName,
                                                                                                                        com.azure.core.util.Context context)
        Stop an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        context - The context to associate with this operation.
        Returns:
        the SyncPoller for polling of long-running operation.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • stop

        void stop​(String resourceGroupName,
                  String workspaceName,
                  String integrationRuntimeName)
        Stop an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • stop

        void stop​(String resourceGroupName,
                  String workspaceName,
                  String integrationRuntimeName,
                  com.azure.core.util.Context context)
        Stop an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        context - The context to associate with this operation.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • listOutboundNetworkDependenciesEndpoints

        IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner listOutboundNetworkDependenciesEndpoints​(String resourceGroupName,
                                                                                                                     String workspaceName,
                                                                                                                     String integrationRuntimeName)
        Gets the list of outbound network dependencies for a given Azure-SSIS integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        Returns:
        the list of outbound network dependencies for a given Azure-SSIS integration runtime.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • listOutboundNetworkDependenciesEndpointsWithResponse

        com.azure.core.http.rest.Response<IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner> listOutboundNetworkDependenciesEndpointsWithResponse​(String resourceGroupName,
                                                                                                                                                                    String workspaceName,
                                                                                                                                                                    String integrationRuntimeName,
                                                                                                                                                                    com.azure.core.util.Context context)
        Gets the list of outbound network dependencies for a given Azure-SSIS integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        context - The context to associate with this operation.
        Returns:
        the list of outbound network dependencies for a given Azure-SSIS integration runtime along with Response.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • beginEnableInteractiveQuery

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,​Void> beginEnableInteractiveQuery​(String resourceGroupName,
                                                                                                                                          String workspaceName,
                                                                                                                                          String integrationRuntimeName)
        Enable interactive query in integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        Returns:
        the SyncPoller for polling of long-running operation.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • beginEnableInteractiveQuery

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,​Void> beginEnableInteractiveQuery​(String resourceGroupName,
                                                                                                                                          String workspaceName,
                                                                                                                                          String integrationRuntimeName,
                                                                                                                                          com.azure.core.util.Context context)
        Enable interactive query in integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        context - The context to associate with this operation.
        Returns:
        the SyncPoller for polling of long-running operation.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • enableInteractiveQuery

        void enableInteractiveQuery​(String resourceGroupName,
                                    String workspaceName,
                                    String integrationRuntimeName)
        Enable interactive query in integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • enableInteractiveQuery

        void enableInteractiveQuery​(String resourceGroupName,
                                    String workspaceName,
                                    String integrationRuntimeName,
                                    com.azure.core.util.Context context)
        Enable interactive query in integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        context - The context to associate with this operation.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • beginDisableInteractiveQuery

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,​Void> beginDisableInteractiveQuery​(String resourceGroupName,
                                                                                                                                           String workspaceName,
                                                                                                                                           String integrationRuntimeName)
        Disable interactive query in integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        Returns:
        the SyncPoller for polling of long-running operation.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • beginDisableInteractiveQuery

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,​Void> beginDisableInteractiveQuery​(String resourceGroupName,
                                                                                                                                           String workspaceName,
                                                                                                                                           String integrationRuntimeName,
                                                                                                                                           com.azure.core.util.Context context)
        Disable interactive query in integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        context - The context to associate with this operation.
        Returns:
        the SyncPoller for polling of long-running operation.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • disableInteractiveQuery

        void disableInteractiveQuery​(String resourceGroupName,
                                     String workspaceName,
                                     String integrationRuntimeName)
        Disable interactive query in integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • disableInteractiveQuery

        void disableInteractiveQuery​(String resourceGroupName,
                                     String workspaceName,
                                     String integrationRuntimeName,
                                     com.azure.core.util.Context context)
        Disable interactive query in integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        context - The context to associate with this operation.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.