Interface IntegrationAccountBatchConfigurationsClient


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

    • list

      com.azure.core.http.rest.PagedIterable<BatchConfigurationInner> list(String resourceGroupName, String integrationAccountName)
      List the batch configurations for an integration account.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      Returns:
      a collection of batch configurations 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.
    • list

      com.azure.core.http.rest.PagedIterable<BatchConfigurationInner> list(String resourceGroupName, String integrationAccountName, com.azure.core.util.Context context)
      List the batch configurations for an integration account.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      context - The context to associate with this operation.
      Returns:
      a collection of batch configurations 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.
    • getWithResponse

      com.azure.core.http.rest.Response<BatchConfigurationInner> getWithResponse(String resourceGroupName, String integrationAccountName, String batchConfigurationName, com.azure.core.util.Context context)
      Get a batch configuration for an integration account.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      batchConfigurationName - The batch configuration name.
      context - The context to associate with this operation.
      Returns:
      a batch configuration for an integration account 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

      BatchConfigurationInner get(String resourceGroupName, String integrationAccountName, String batchConfigurationName)
      Get a batch configuration for an integration account.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      batchConfigurationName - The batch configuration name.
      Returns:
      a batch configuration for an integration account.
      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.
    • createOrUpdateWithResponse

      com.azure.core.http.rest.Response<BatchConfigurationInner> createOrUpdateWithResponse(String resourceGroupName, String integrationAccountName, String batchConfigurationName, BatchConfigurationInner batchConfiguration, com.azure.core.util.Context context)
      Create or update a batch configuration for an integration account.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      batchConfigurationName - The batch configuration name.
      batchConfiguration - The batch configuration.
      context - The context to associate with this operation.
      Returns:
      the batch configuration resource definition 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.
    • createOrUpdate

      BatchConfigurationInner createOrUpdate(String resourceGroupName, String integrationAccountName, String batchConfigurationName, BatchConfigurationInner batchConfiguration)
      Create or update a batch configuration for an integration account.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      batchConfigurationName - The batch configuration name.
      batchConfiguration - The batch configuration.
      Returns:
      the batch configuration resource definition.
      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 resourceGroupName, String integrationAccountName, String batchConfigurationName, com.azure.core.util.Context context)
      Delete a batch configuration for an integration account.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      batchConfigurationName - The batch configuration 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 resourceGroupName, String integrationAccountName, String batchConfigurationName)
      Delete a batch configuration for an integration account.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      batchConfigurationName - The batch configuration 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.