Interface ServerlessRuntimes


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

    • listByInformaticaOrganizationResource

      com.azure.core.http.rest.PagedIterable<InformaticaServerlessRuntimeResource> listByInformaticaOrganizationResource(String resourceGroupName, String organizationName)
      List InformaticaServerlessRuntimeResource resources by InformaticaOrganizationResource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      organizationName - Name of the Organizations resource.
      Returns:
      the response of a InformaticaServerlessRuntimeResource list operation 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.
    • listByInformaticaOrganizationResource

      com.azure.core.http.rest.PagedIterable<InformaticaServerlessRuntimeResource> listByInformaticaOrganizationResource(String resourceGroupName, String organizationName, com.azure.core.util.Context context)
      List InformaticaServerlessRuntimeResource resources by InformaticaOrganizationResource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      organizationName - Name of the Organizations resource.
      context - The context to associate with this operation.
      Returns:
      the response of a InformaticaServerlessRuntimeResource list operation 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<InformaticaServerlessRuntimeResource> getWithResponse(String resourceGroupName, String organizationName, String serverlessRuntimeName, com.azure.core.util.Context context)
      Get a InformaticaServerlessRuntimeResource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      organizationName - Name of the Organizations resource.
      serverlessRuntimeName - Name of the Serverless Runtime resource.
      context - The context to associate with this operation.
      Returns:
      a InformaticaServerlessRuntimeResource 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

      InformaticaServerlessRuntimeResource get(String resourceGroupName, String organizationName, String serverlessRuntimeName)
      Get a InformaticaServerlessRuntimeResource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      organizationName - Name of the Organizations resource.
      serverlessRuntimeName - Name of the Serverless Runtime resource.
      Returns:
      a InformaticaServerlessRuntimeResource.
      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 organizationName, String serverlessRuntimeName)
      Delete a InformaticaServerlessRuntimeResource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      organizationName - Name of the Organizations resource.
      serverlessRuntimeName - Name of the Serverless Runtime resource.
      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 organizationName, String serverlessRuntimeName, com.azure.core.util.Context context)
      Delete a InformaticaServerlessRuntimeResource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      organizationName - Name of the Organizations resource.
      serverlessRuntimeName - Name of the Serverless Runtime resource.
      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.
    • checkDependenciesWithResponse

      com.azure.core.http.rest.Response<CheckDependenciesResponse> checkDependenciesWithResponse(String resourceGroupName, String organizationName, String serverlessRuntimeName, com.azure.core.util.Context context)
      Checks all dependencies for a serverless runtime resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      organizationName - Name of the Organizations resource.
      serverlessRuntimeName - Name of the Serverless Runtime resource.
      context - The context to associate with this operation.
      Returns:
      model for the check dependencies API for an informatica serverless runtime resource 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.
    • checkDependencies

      CheckDependenciesResponse checkDependencies(String resourceGroupName, String organizationName, String serverlessRuntimeName)
      Checks all dependencies for a serverless runtime resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      organizationName - Name of the Organizations resource.
      serverlessRuntimeName - Name of the Serverless Runtime resource.
      Returns:
      model for the check dependencies API for an informatica serverless runtime resource.
      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.
    • serverlessResourceByIdWithResponse

      com.azure.core.http.rest.Response<InformaticaServerlessRuntimeResource> serverlessResourceByIdWithResponse(String resourceGroupName, String organizationName, String serverlessRuntimeName, com.azure.core.util.Context context)
      Returns a serverless runtime resource by ID.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      organizationName - Name of the Organizations resource.
      serverlessRuntimeName - Name of the Serverless Runtime resource.
      context - The context to associate with this operation.
      Returns:
      a Serverless Runtime environment resource by Informatica 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.
    • serverlessResourceById

      InformaticaServerlessRuntimeResource serverlessResourceById(String resourceGroupName, String organizationName, String serverlessRuntimeName)
      Returns a serverless runtime resource by ID.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      organizationName - Name of the Organizations resource.
      serverlessRuntimeName - Name of the Serverless Runtime resource.
      Returns:
      a Serverless Runtime environment resource by Informatica.
      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.
    • startFailedServerlessRuntimeWithResponse

      com.azure.core.http.rest.Response<Void> startFailedServerlessRuntimeWithResponse(String resourceGroupName, String organizationName, String serverlessRuntimeName, com.azure.core.util.Context context)
      Starts a failed runtime resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      organizationName - Name of the Organizations resource.
      serverlessRuntimeName - Name of the Serverless Runtime resource.
      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.
    • startFailedServerlessRuntime

      void startFailedServerlessRuntime(String resourceGroupName, String organizationName, String serverlessRuntimeName)
      Starts a failed runtime resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      organizationName - Name of the Organizations resource.
      serverlessRuntimeName - Name of the Serverless Runtime resource.
      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 a InformaticaServerlessRuntimeResource.
      Parameters:
      id - the resource ID.
      Returns:
      a InformaticaServerlessRuntimeResource 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<InformaticaServerlessRuntimeResource> getByIdWithResponse(String id, com.azure.core.util.Context context)
      Get a InformaticaServerlessRuntimeResource.
      Parameters:
      id - the resource ID.
      context - The context to associate with this operation.
      Returns:
      a InformaticaServerlessRuntimeResource 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 a InformaticaServerlessRuntimeResource.
      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)
      Delete a InformaticaServerlessRuntimeResource.
      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 InformaticaServerlessRuntimeResource resource.
      Parameters:
      name - resource name.
      Returns:
      the first stage of the new InformaticaServerlessRuntimeResource definition.