Interface IntegrationAccountPartners


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

    • list

      com.azure.core.http.rest.PagedIterable<IntegrationAccountPartner> list(String resourceGroupName, String integrationAccountName)
      Gets a list of integration account partners.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      Returns:
      a list of integration account partners 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<IntegrationAccountPartner> list(String resourceGroupName, String integrationAccountName, Integer top, String filter, com.azure.core.util.Context context)
      Gets a list of integration account partners.
      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: PartnerType.
      context - The context to associate with this operation.
      Returns:
      a list of integration account partners 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<IntegrationAccountPartner> getWithResponse(String resourceGroupName, String integrationAccountName, String partnerName, com.azure.core.util.Context context)
      Gets an integration account partner.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      partnerName - The integration account partner name.
      context - The context to associate with this operation.
      Returns:
      an integration account partner 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

      IntegrationAccountPartner get(String resourceGroupName, String integrationAccountName, String partnerName)
      Gets an integration account partner.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      partnerName - The integration account partner name.
      Returns:
      an integration account partner.
      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 partnerName, com.azure.core.util.Context context)
      Deletes an integration account partner.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      partnerName - The integration account partner 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 partnerName)
      Deletes an integration account partner.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      partnerName - The integration account partner 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<WorkflowTriggerCallbackUrl> listContentCallbackUrlWithResponse(String resourceGroupName, String integrationAccountName, String partnerName, GetCallbackUrlParameters listContentCallbackUrl, com.azure.core.util.Context context)
      Get the content callback url.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      partnerName - The integration account partner 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

      WorkflowTriggerCallbackUrl listContentCallbackUrl(String resourceGroupName, String integrationAccountName, String partnerName, GetCallbackUrlParameters listContentCallbackUrl)
      Get the content callback url.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      partnerName - The integration account partner 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.
    • getById

      Gets an integration account partner.
      Parameters:
      id - the resource ID.
      Returns:
      an integration account partner 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<IntegrationAccountPartner> getByIdWithResponse(String id, com.azure.core.util.Context context)
      Gets an integration account partner.
      Parameters:
      id - the resource ID.
      context - The context to associate with this operation.
      Returns:
      an integration account partner 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 account partner.
      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 account partner.
      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 IntegrationAccountPartner resource.
      Parameters:
      name - resource name.
      Returns:
      the first stage of the new IntegrationAccountPartner definition.