Interface IntegrationAccountBatchConfigurations


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

    • list

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

      BatchConfiguration 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.
    • 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.
    • getById

      Get a batch configuration for an integration account.
      Parameters:
      id - the resource ID.
      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.
    • getByIdWithResponse

      com.azure.core.http.rest.Response<BatchConfiguration> getByIdWithResponse(String id, com.azure.core.util.Context context)
      Get a batch configuration for an integration account.
      Parameters:
      id - the resource ID.
      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.
    • deleteById

      void deleteById(String id)
      Delete a batch configuration for an integration account.
      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)
      Delete a batch configuration for an integration account.
      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 BatchConfiguration resource.
      Parameters:
      name - resource name.
      Returns:
      the first stage of the new BatchConfiguration definition.