Uses of Interface
com.azure.resourcemanager.appcontainers.models.JobExecution
Packages that use JobExecution
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of JobExecution in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return JobExecutionModifier and TypeMethodDescriptionResourceProviders.jobExecution
(String resourceGroupName, String jobName, String jobExecutionName) Get details of a single job execution.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type JobExecutionModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<JobExecution> ResourceProviders.jobExecutionWithResponse
(String resourceGroupName, String jobName, String jobExecutionName, com.azure.core.util.Context context) Get details of a single job execution.com.azure.core.http.rest.PagedIterable
<JobExecution> Get a Container Apps Job's executions.com.azure.core.http.rest.PagedIterable
<JobExecution> JobsExecutions.list
(String resourceGroupName, String jobName, String filter, com.azure.core.util.Context context) Get a Container Apps Job's executions.ContainerAppJobExecutions.value()
Gets the value property: Collection of resources.