Interface IntegrationServiceEnvironmentManagedApisClient


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

    • list

      com.azure.core.http.rest.PagedIterable<IntegrationServiceEnvironmentManagedApiInner> list(String resourceGroup, String integrationServiceEnvironmentName)
      Gets the integration service environment managed Apis.
      Parameters:
      resourceGroup - The resource group.
      integrationServiceEnvironmentName - The integration service environment name.
      Returns:
      the integration service environment managed Apis 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<IntegrationServiceEnvironmentManagedApiInner> list(String resourceGroup, String integrationServiceEnvironmentName, com.azure.core.util.Context context)
      Gets the integration service environment managed Apis.
      Parameters:
      resourceGroup - The resource group.
      integrationServiceEnvironmentName - The integration service environment name.
      context - The context to associate with this operation.
      Returns:
      the integration service environment managed Apis 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<IntegrationServiceEnvironmentManagedApiInner> getWithResponse(String resourceGroup, String integrationServiceEnvironmentName, String apiName, com.azure.core.util.Context context)
      Gets the integration service environment managed Api.
      Parameters:
      resourceGroup - The resource group name.
      integrationServiceEnvironmentName - The integration service environment name.
      apiName - The api name.
      context - The context to associate with this operation.
      Returns:
      the integration service environment managed Api 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

      IntegrationServiceEnvironmentManagedApiInner get(String resourceGroup, String integrationServiceEnvironmentName, String apiName)
      Gets the integration service environment managed Api.
      Parameters:
      resourceGroup - The resource group name.
      integrationServiceEnvironmentName - The integration service environment name.
      apiName - The api name.
      Returns:
      the integration service environment managed Api.
      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.
    • beginPut

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IntegrationServiceEnvironmentManagedApiInner>,IntegrationServiceEnvironmentManagedApiInner> beginPut(String resourceGroup, String integrationServiceEnvironmentName, String apiName, IntegrationServiceEnvironmentManagedApiInner integrationServiceEnvironmentManagedApi)
      Puts the integration service environment managed Api.
      Parameters:
      resourceGroup - The resource group name.
      integrationServiceEnvironmentName - The integration service environment name.
      apiName - The api name.
      integrationServiceEnvironmentManagedApi - The integration service environment managed api.
      Returns:
      the SyncPoller for polling of the integration service environment managed api.
      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.
    • beginPut

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IntegrationServiceEnvironmentManagedApiInner>,IntegrationServiceEnvironmentManagedApiInner> beginPut(String resourceGroup, String integrationServiceEnvironmentName, String apiName, IntegrationServiceEnvironmentManagedApiInner integrationServiceEnvironmentManagedApi, com.azure.core.util.Context context)
      Puts the integration service environment managed Api.
      Parameters:
      resourceGroup - The resource group name.
      integrationServiceEnvironmentName - The integration service environment name.
      apiName - The api name.
      integrationServiceEnvironmentManagedApi - The integration service environment managed api.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of the integration service environment managed api.
      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.
    • put

      IntegrationServiceEnvironmentManagedApiInner put(String resourceGroup, String integrationServiceEnvironmentName, String apiName, IntegrationServiceEnvironmentManagedApiInner integrationServiceEnvironmentManagedApi)
      Puts the integration service environment managed Api.
      Parameters:
      resourceGroup - The resource group name.
      integrationServiceEnvironmentName - The integration service environment name.
      apiName - The api name.
      integrationServiceEnvironmentManagedApi - The integration service environment managed api.
      Returns:
      the integration service environment managed api.
      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.
    • put

      IntegrationServiceEnvironmentManagedApiInner put(String resourceGroup, String integrationServiceEnvironmentName, String apiName, IntegrationServiceEnvironmentManagedApiInner integrationServiceEnvironmentManagedApi, com.azure.core.util.Context context)
      Puts the integration service environment managed Api.
      Parameters:
      resourceGroup - The resource group name.
      integrationServiceEnvironmentName - The integration service environment name.
      apiName - The api name.
      integrationServiceEnvironmentManagedApi - The integration service environment managed api.
      context - The context to associate with this operation.
      Returns:
      the integration service environment managed api.
      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.
    • beginDelete

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroup, String integrationServiceEnvironmentName, String apiName)
      Deletes the integration service environment managed Api.
      Parameters:
      resourceGroup - The resource group.
      integrationServiceEnvironmentName - The integration service environment name.
      apiName - The api name.
      Returns:
      the SyncPoller for polling of long-running operation.
      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.
    • beginDelete

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroup, String integrationServiceEnvironmentName, String apiName, com.azure.core.util.Context context)
      Deletes the integration service environment managed Api.
      Parameters:
      resourceGroup - The resource group.
      integrationServiceEnvironmentName - The integration service environment name.
      apiName - The api name.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of long-running operation.
      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 resourceGroup, String integrationServiceEnvironmentName, String apiName)
      Deletes the integration service environment managed Api.
      Parameters:
      resourceGroup - The resource group.
      integrationServiceEnvironmentName - The integration service environment name.
      apiName - The api 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.
    • delete

      void delete(String resourceGroup, String integrationServiceEnvironmentName, String apiName, com.azure.core.util.Context context)
      Deletes the integration service environment managed Api.
      Parameters:
      resourceGroup - The resource group.
      integrationServiceEnvironmentName - The integration service environment name.
      apiName - The api name.
      context - The context to associate with this operation.
      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.