Interface JobsExecutionsClient


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

    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.PagedIterable<JobExecutionInner>
    list(String resourceGroupName, String jobName)
    Get a Container Apps Job's executions.
    com.azure.core.http.rest.PagedIterable<JobExecutionInner>
    list(String resourceGroupName, String jobName, String filter, com.azure.core.util.Context context)
    Get a Container Apps Job's executions.
  • Method Details

    • list

      com.azure.core.http.rest.PagedIterable<JobExecutionInner> list(String resourceGroupName, String jobName)
      Get a Container Apps Job's executions.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      jobName - Job Name.
      Returns:
      a Container Apps Job's executions as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      DefaultErrorResponseErrorException - 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<JobExecutionInner> list(String resourceGroupName, String jobName, String filter, com.azure.core.util.Context context)
      Get a Container Apps Job's executions.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      jobName - Job Name.
      filter - The filter to apply on the operation.
      context - The context to associate with this operation.
      Returns:
      a Container Apps Job's executions as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      DefaultErrorResponseErrorException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.