Interface IntegrationAccounts


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

    • list

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

      IntegrationAccount 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.
    • deleteByResourceGroupWithResponse

      com.azure.core.http.rest.Response<Void> deleteByResourceGroupWithResponse(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.
    • deleteByResourceGroup

      void deleteByResourceGroup(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<CallbackUrl> 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

      CallbackUrl 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<KeyVaultKey> 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<KeyVaultKey> 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<IntegrationAccount> 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

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

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

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

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