Interface IntegrationAccountAssemblies


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

    • list

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

      AssemblyDefinition 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.
    • 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<WorkflowTriggerCallbackUrl> 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

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

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

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

      void deleteById(String id)
      Delete an assembly 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 an assembly 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 AssemblyDefinition resource.
      Parameters:
      name - resource name.
      Returns:
      the first stage of the new AssemblyDefinition definition.