Interface IntegrationAccountsClient


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

    • list

      com.azure.core.http.rest.PagedIterable<IntegrationAccountInner> list()
      Gets a list of integration accounts by subscription.
      Returns:
      a list of integration accounts by subscription as paginated response with PagedIterable.
      Throws:
      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<IntegrationAccountInner> list(Integer top, com.azure.core.util.Context context)
      Gets a list of integration accounts by subscription.
      Parameters:
      top - The number of items to be included in the result.
      context - The context to associate with this operation.
      Returns:
      a list of integration accounts by subscription 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.
    • listByResourceGroup

      com.azure.core.http.rest.PagedIterable<IntegrationAccountInner> listByResourceGroup(String resourceGroupName)
      Gets a list of integration accounts by resource group.
      Parameters:
      resourceGroupName - The resource group name.
      Returns:
      a list of integration accounts by resource group 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.
    • listByResourceGroup

      com.azure.core.http.rest.PagedIterable<IntegrationAccountInner> listByResourceGroup(String resourceGroupName, Integer top, com.azure.core.util.Context context)
      Gets a list of integration accounts by resource group.
      Parameters:
      resourceGroupName - The resource group name.
      top - The number of items to be included in the result.
      context - The context to associate with this operation.
      Returns:
      a list of integration accounts by resource group 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.
    • getByResourceGroupWithResponse

      com.azure.core.http.rest.Response<IntegrationAccountInner> getByResourceGroupWithResponse(String resourceGroupName, String integrationAccountName, com.azure.core.util.Context context)
      Gets an integration account.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      context - The context to associate with this operation.
      Returns:
      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.
    • getByResourceGroup

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

      IntegrationAccountInner createOrUpdate(String resourceGroupName, String integrationAccountName, IntegrationAccountInner integrationAccount)
      Creates or updates an integration account.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      integrationAccount - The integration account.
      Returns:
      the 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.
    • updateWithResponse

      com.azure.core.http.rest.Response<IntegrationAccountInner> updateWithResponse(String resourceGroupName, String integrationAccountName, IntegrationAccountInner integrationAccount, com.azure.core.util.Context context)
      Updates an integration account.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      integrationAccount - The integration account.
      context - The context to associate with this operation.
      Returns:
      the 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.
    • update

      IntegrationAccountInner update(String resourceGroupName, String integrationAccountName, IntegrationAccountInner integrationAccount)
      Updates an integration account.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      integrationAccount - The integration account.
      Returns:
      the 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, com.azure.core.util.Context context)
      Deletes an integration account.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account 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)
      Deletes an integration account.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account 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.
    • listCallbackUrlWithResponse

      com.azure.core.http.rest.Response<CallbackUrlInner> listCallbackUrlWithResponse(String resourceGroupName, String integrationAccountName, GetCallbackUrlParameters parameters, com.azure.core.util.Context context)
      Gets the integration account callback URL.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      parameters - The callback URL parameters.
      context - The context to associate with this operation.
      Returns:
      the integration account 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.
    • listCallbackUrl

      CallbackUrlInner listCallbackUrl(String resourceGroupName, String integrationAccountName, GetCallbackUrlParameters parameters)
      Gets the integration account callback URL.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      parameters - The callback URL parameters.
      Returns:
      the integration account 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.
    • listKeyVaultKeys

      com.azure.core.http.rest.PagedIterable<KeyVaultKeyInner> listKeyVaultKeys(String resourceGroupName, String integrationAccountName, ListKeyVaultKeysDefinition listKeyVaultKeys)
      Gets the integration account's Key Vault keys.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      listKeyVaultKeys - The key vault parameters.
      Returns:
      the integration account's Key Vault keys 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.
    • listKeyVaultKeys

      com.azure.core.http.rest.PagedIterable<KeyVaultKeyInner> listKeyVaultKeys(String resourceGroupName, String integrationAccountName, ListKeyVaultKeysDefinition listKeyVaultKeys, com.azure.core.util.Context context)
      Gets the integration account's Key Vault keys.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      listKeyVaultKeys - The key vault parameters.
      context - The context to associate with this operation.
      Returns:
      the integration account's Key Vault keys 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.
    • logTrackingEventsWithResponse

      com.azure.core.http.rest.Response<Void> logTrackingEventsWithResponse(String resourceGroupName, String integrationAccountName, TrackingEventsDefinition logTrackingEvents, com.azure.core.util.Context context)
      Logs the integration account's tracking events.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      logTrackingEvents - The callback URL parameters.
      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.
    • logTrackingEvents

      void logTrackingEvents(String resourceGroupName, String integrationAccountName, TrackingEventsDefinition logTrackingEvents)
      Logs the integration account's tracking events.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      logTrackingEvents - The callback URL parameters.
      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.
    • regenerateAccessKeyWithResponse

      com.azure.core.http.rest.Response<IntegrationAccountInner> regenerateAccessKeyWithResponse(String resourceGroupName, String integrationAccountName, RegenerateActionParameter regenerateAccessKey, com.azure.core.util.Context context)
      Regenerates the integration account access key.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      regenerateAccessKey - The access key type.
      context - The context to associate with this operation.
      Returns:
      the 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.
    • regenerateAccessKey

      IntegrationAccountInner regenerateAccessKey(String resourceGroupName, String integrationAccountName, RegenerateActionParameter regenerateAccessKey)
      Regenerates the integration account access key.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      regenerateAccessKey - The access key type.
      Returns:
      the 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.