Interface JobsExecutions
public interface JobsExecutions
Resource collection API of JobsExecutions.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<JobExecution> Get a Container Apps Job's executions.com.azure.core.http.rest.PagedIterable
<JobExecution> Get a Container Apps Job's executions.
-
Method Details
-
list
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<JobExecution> 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.
-