Interface IntegrationServiceEnvironmentManagedApis


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

    • list

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

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

      Gets the integration service environment managed Api.
      Parameters:
      id - the resource ID.
      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.
    • getByIdWithResponse

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

      void deleteById(String id)
      Deletes the integration service environment managed Api.
      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

      void deleteByIdWithResponse(String id, com.azure.core.util.Context context)
      Deletes the integration service environment managed Api.
      Parameters:
      id - the resource ID.
      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.
    • define

      Begins definition for a new IntegrationServiceEnvironmentManagedApi resource.
      Parameters:
      name - resource name.
      Returns:
      the first stage of the new IntegrationServiceEnvironmentManagedApi definition.