Interface IntegrationServiceEnvironments


public interface IntegrationServiceEnvironments
Resource collection API of IntegrationServiceEnvironments.
  • Method Details

    • list

      com.azure.core.http.rest.PagedIterable<IntegrationServiceEnvironment> 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<IntegrationServiceEnvironment> 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<IntegrationServiceEnvironment> 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<IntegrationServiceEnvironment> 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<IntegrationServiceEnvironment> 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

      IntegrationServiceEnvironment 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.
    • deleteByResourceGroupWithResponse

      com.azure.core.http.rest.Response<Void> deleteByResourceGroupWithResponse(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.
    • deleteByResourceGroup

      void deleteByResourceGroup(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.
    • getById

      Gets an integration service environment.
      Parameters:
      id - the resource ID.
      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.
    • getByIdWithResponse

      com.azure.core.http.rest.Response<IntegrationServiceEnvironment> getByIdWithResponse(String id, com.azure.core.util.Context context)
      Gets an integration service environment.
      Parameters:
      id - the resource ID.
      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.
    • deleteById

      void deleteById(String id)
      Deletes an integration service environment.
      Parameters:
      id - the resource ID.
      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.
    • deleteByIdWithResponse

      com.azure.core.http.rest.Response<Void> deleteByIdWithResponse(String id, com.azure.core.util.Context context)
      Deletes an integration service environment.
      Parameters:
      id - the resource ID.
      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.
    • define

      Begins definition for a new IntegrationServiceEnvironment resource.
      Parameters:
      name - resource name.
      Returns:
      the first stage of the new IntegrationServiceEnvironment definition.