Interface IntegrationServiceEnvironmentsClient


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

    • list

      com.azure.core.http.rest.PagedIterable<IntegrationServiceEnvironmentInner> list()
      Gets a list of integration service environments by subscription.
      Returns:
      a list of integration service environments by subscription as paginated response with PagedIterable.
      Throws:
      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.
    • list

      com.azure.core.http.rest.PagedIterable<IntegrationServiceEnvironmentInner> list(Integer top, com.azure.core.util.Context context)
      Gets a list of integration service environments by subscription.
      Parameters:
      top - The number of items to be included in the result.
      context - The context to associate with this operation.
      Returns:
      a list of integration service environments by subscription 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.
    • listByResourceGroup

      com.azure.core.http.rest.PagedIterable<IntegrationServiceEnvironmentInner> listByResourceGroup(String resourceGroup)
      Gets a list of integration service environments by resource group.
      Parameters:
      resourceGroup - The resource group.
      Returns:
      a list of integration service environments by resource group 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.
    • listByResourceGroup

      com.azure.core.http.rest.PagedIterable<IntegrationServiceEnvironmentInner> listByResourceGroup(String resourceGroup, Integer top, com.azure.core.util.Context context)
      Gets a list of integration service environments by resource group.
      Parameters:
      resourceGroup - The resource group.
      top - The number of items to be included in the result.
      context - The context to associate with this operation.
      Returns:
      a list of integration service environments by resource group 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.
    • getByResourceGroupWithResponse

      com.azure.core.http.rest.Response<IntegrationServiceEnvironmentInner> getByResourceGroupWithResponse(String resourceGroup, String integrationServiceEnvironmentName, com.azure.core.util.Context context)
      Gets an integration service environment.
      Parameters:
      resourceGroup - The resource group.
      integrationServiceEnvironmentName - The integration service environment name.
      context - The context to associate with this operation.
      Returns:
      an integration service environment 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.
    • getByResourceGroup

      IntegrationServiceEnvironmentInner getByResourceGroup(String resourceGroup, String integrationServiceEnvironmentName)
      Gets an integration service environment.
      Parameters:
      resourceGroup - The resource group.
      integrationServiceEnvironmentName - The integration service environment name.
      Returns:
      an integration service environment.
      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.
    • beginCreateOrUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IntegrationServiceEnvironmentInner>,IntegrationServiceEnvironmentInner> beginCreateOrUpdate(String resourceGroup, String integrationServiceEnvironmentName, IntegrationServiceEnvironmentInner integrationServiceEnvironment)
      Creates or updates an integration service environment.
      Parameters:
      resourceGroup - The resource group.
      integrationServiceEnvironmentName - The integration service environment name.
      integrationServiceEnvironment - The integration service environment.
      Returns:
      the SyncPoller for polling of the integration service environment.
      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.
    • beginCreateOrUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IntegrationServiceEnvironmentInner>,IntegrationServiceEnvironmentInner> beginCreateOrUpdate(String resourceGroup, String integrationServiceEnvironmentName, IntegrationServiceEnvironmentInner integrationServiceEnvironment, com.azure.core.util.Context context)
      Creates or updates an integration service environment.
      Parameters:
      resourceGroup - The resource group.
      integrationServiceEnvironmentName - The integration service environment name.
      integrationServiceEnvironment - The integration service environment.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of the integration service environment.
      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.
    • createOrUpdate

      IntegrationServiceEnvironmentInner createOrUpdate(String resourceGroup, String integrationServiceEnvironmentName, IntegrationServiceEnvironmentInner integrationServiceEnvironment)
      Creates or updates an integration service environment.
      Parameters:
      resourceGroup - The resource group.
      integrationServiceEnvironmentName - The integration service environment name.
      integrationServiceEnvironment - The integration service environment.
      Returns:
      the integration service environment.
      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.
    • createOrUpdate

      IntegrationServiceEnvironmentInner createOrUpdate(String resourceGroup, String integrationServiceEnvironmentName, IntegrationServiceEnvironmentInner integrationServiceEnvironment, com.azure.core.util.Context context)
      Creates or updates an integration service environment.
      Parameters:
      resourceGroup - The resource group.
      integrationServiceEnvironmentName - The integration service environment name.
      integrationServiceEnvironment - The integration service environment.
      context - The context to associate with this operation.
      Returns:
      the integration service environment.
      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.
    • beginUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IntegrationServiceEnvironmentInner>,IntegrationServiceEnvironmentInner> beginUpdate(String resourceGroup, String integrationServiceEnvironmentName, IntegrationServiceEnvironmentInner integrationServiceEnvironment)
      Updates an integration service environment.
      Parameters:
      resourceGroup - The resource group.
      integrationServiceEnvironmentName - The integration service environment name.
      integrationServiceEnvironment - The integration service environment.
      Returns:
      the SyncPoller for polling of the integration service environment.
      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.
    • beginUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IntegrationServiceEnvironmentInner>,IntegrationServiceEnvironmentInner> beginUpdate(String resourceGroup, String integrationServiceEnvironmentName, IntegrationServiceEnvironmentInner integrationServiceEnvironment, com.azure.core.util.Context context)
      Updates an integration service environment.
      Parameters:
      resourceGroup - The resource group.
      integrationServiceEnvironmentName - The integration service environment name.
      integrationServiceEnvironment - The integration service environment.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of the integration service environment.
      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.
    • update

      IntegrationServiceEnvironmentInner update(String resourceGroup, String integrationServiceEnvironmentName, IntegrationServiceEnvironmentInner integrationServiceEnvironment)
      Updates an integration service environment.
      Parameters:
      resourceGroup - The resource group.
      integrationServiceEnvironmentName - The integration service environment name.
      integrationServiceEnvironment - The integration service environment.
      Returns:
      the integration service environment.
      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.
    • update

      IntegrationServiceEnvironmentInner update(String resourceGroup, String integrationServiceEnvironmentName, IntegrationServiceEnvironmentInner integrationServiceEnvironment, com.azure.core.util.Context context)
      Updates an integration service environment.
      Parameters:
      resourceGroup - The resource group.
      integrationServiceEnvironmentName - The integration service environment name.
      integrationServiceEnvironment - The integration service environment.
      context - The context to associate with this operation.
      Returns:
      the integration service environment.
      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.
    • deleteWithResponse

      com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroup, String integrationServiceEnvironmentName, com.azure.core.util.Context context)
      Deletes an integration service environment.
      Parameters:
      resourceGroup - The resource group.
      integrationServiceEnvironmentName - The integration service environment 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.
    • delete

      void delete(String resourceGroup, String integrationServiceEnvironmentName)
      Deletes an integration service environment.
      Parameters:
      resourceGroup - The resource group.
      integrationServiceEnvironmentName - The integration service environment 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.
    • restartWithResponse

      com.azure.core.http.rest.Response<Void> restartWithResponse(String resourceGroup, String integrationServiceEnvironmentName, com.azure.core.util.Context context)
      Restarts an integration service environment.
      Parameters:
      resourceGroup - The resource group.
      integrationServiceEnvironmentName - The integration service environment 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.
    • restart

      void restart(String resourceGroup, String integrationServiceEnvironmentName)
      Restarts an integration service environment.
      Parameters:
      resourceGroup - The resource group.
      integrationServiceEnvironmentName - The integration service environment 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.