Interface IntegrationAccountAssembliesClient


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

    • list

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

      AssemblyDefinitionInner get(String resourceGroupName, String integrationAccountName, String assemblyArtifactName)
      Get an assembly for an integration account.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      assemblyArtifactName - The assembly artifact name.
      Returns:
      an assembly 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<AssemblyDefinitionInner> createOrUpdateWithResponse(String resourceGroupName, String integrationAccountName, String assemblyArtifactName, AssemblyDefinitionInner assemblyArtifact, com.azure.core.util.Context context)
      Create or update an assembly for an integration account.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      assemblyArtifactName - The assembly artifact name.
      assemblyArtifact - The assembly artifact.
      context - The context to associate with this operation.
      Returns:
      the assembly 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

      AssemblyDefinitionInner createOrUpdate(String resourceGroupName, String integrationAccountName, String assemblyArtifactName, AssemblyDefinitionInner assemblyArtifact)
      Create or update an assembly for an integration account.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      assemblyArtifactName - The assembly artifact name.
      assemblyArtifact - The assembly artifact.
      Returns:
      the assembly 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 assemblyArtifactName, com.azure.core.util.Context context)
      Delete an assembly for an integration account.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      assemblyArtifactName - The assembly artifact 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 assemblyArtifactName)
      Delete an assembly for an integration account.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      assemblyArtifactName - The assembly artifact 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 assemblyArtifactName, com.azure.core.util.Context context)
      Get the content callback url for an integration account assembly.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      assemblyArtifactName - The assembly artifact name.
      context - The context to associate with this operation.
      Returns:
      the content callback url for an integration account assembly 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 assemblyArtifactName)
      Get the content callback url for an integration account assembly.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      assemblyArtifactName - The assembly artifact name.
      Returns:
      the content callback url for an integration account assembly.
      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.