Interface IntegrationAccountAgreementsClient


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

    • list

      com.azure.core.http.rest.PagedIterable<IntegrationAccountAgreementInner> list(String resourceGroupName, String integrationAccountName)
      Gets a list of integration account agreements.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      Returns:
      a list of integration account agreements 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<IntegrationAccountAgreementInner> list(String resourceGroupName, String integrationAccountName, Integer top, String filter, com.azure.core.util.Context context)
      Gets a list of integration account agreements.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      top - The number of items to be included in the result.
      filter - The filter to apply on the operation. Options for filters include: AgreementType.
      context - The context to associate with this operation.
      Returns:
      a list of integration account agreements 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<IntegrationAccountAgreementInner> getWithResponse(String resourceGroupName, String integrationAccountName, String agreementName, com.azure.core.util.Context context)
      Gets an integration account agreement.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      agreementName - The integration account agreement name.
      context - The context to associate with this operation.
      Returns:
      an integration account agreement 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

      IntegrationAccountAgreementInner get(String resourceGroupName, String integrationAccountName, String agreementName)
      Gets an integration account agreement.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      agreementName - The integration account agreement name.
      Returns:
      an integration account agreement.
      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<IntegrationAccountAgreementInner> createOrUpdateWithResponse(String resourceGroupName, String integrationAccountName, String agreementName, IntegrationAccountAgreementInner agreement, com.azure.core.util.Context context)
      Creates or updates an integration account agreement.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      agreementName - The integration account agreement name.
      agreement - The integration account agreement.
      context - The context to associate with this operation.
      Returns:
      the integration account agreement 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

      IntegrationAccountAgreementInner createOrUpdate(String resourceGroupName, String integrationAccountName, String agreementName, IntegrationAccountAgreementInner agreement)
      Creates or updates an integration account agreement.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      agreementName - The integration account agreement name.
      agreement - The integration account agreement.
      Returns:
      the integration account agreement.
      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 agreementName, com.azure.core.util.Context context)
      Deletes an integration account agreement.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      agreementName - The integration account agreement 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 agreementName)
      Deletes an integration account agreement.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      agreementName - The integration account agreement 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.
    • listContentCallbackUrlWithResponse

      com.azure.core.http.rest.Response<WorkflowTriggerCallbackUrlInner> listContentCallbackUrlWithResponse(String resourceGroupName, String integrationAccountName, String agreementName, GetCallbackUrlParameters listContentCallbackUrl, com.azure.core.util.Context context)
      Get the content callback url.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      agreementName - The integration account agreement name.
      listContentCallbackUrl - The callback url parameters.
      context - The context to associate with this operation.
      Returns:
      the content callback url 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.
    • listContentCallbackUrl

      WorkflowTriggerCallbackUrlInner listContentCallbackUrl(String resourceGroupName, String integrationAccountName, String agreementName, GetCallbackUrlParameters listContentCallbackUrl)
      Get the content callback url.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      agreementName - The integration account agreement name.
      listContentCallbackUrl - The callback url parameters.
      Returns:
      the content callback url.
      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.