Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.JobExecutionInner
Packages that use JobExecutionInner
Package
Description
Package containing the service clients for ContainerAppsApiClient.
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of JobExecutionInner in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent that return JobExecutionInnerModifier and TypeMethodDescriptionResourceProvidersClient.jobExecution
(String resourceGroupName, String jobName, String jobExecutionName) Get details of a single job execution.Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type JobExecutionInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<JobExecutionInner> ResourceProvidersClient.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
<JobExecutionInner> Get a Container Apps Job's executions.com.azure.core.http.rest.PagedIterable
<JobExecutionInner> JobsExecutionsClient.list
(String resourceGroupName, String jobName, String filter, com.azure.core.util.Context context) Get a Container Apps Job's executions. -
Uses of JobExecutionInner in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return JobExecutionInnerModifier and TypeMethodDescriptionstatic JobExecutionInner
JobExecutionInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of JobExecutionInner from the JsonReader.JobExecutionInner.withEndTime
(OffsetDateTime endTime) Set the endTime property: Job execution end time.Set the id property: Job execution Id.Set the name property: Job execution Name.JobExecutionInner.withStartTime
(OffsetDateTime startTime) Set the startTime property: Job execution start time.JobExecutionInner.withTemplate
(JobExecutionTemplate template) Set the template property: Job's execution container.Set the type property: Job execution type.Methods in com.azure.resourcemanager.appcontainers.fluent.models that return types with arguments of type JobExecutionInnerModifier and TypeMethodDescriptionContainerAppJobExecutionsInner.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appcontainers.fluent.models with type arguments of type JobExecutionInnerModifier and TypeMethodDescriptionContainerAppJobExecutionsInner.withValue
(List<JobExecutionInner> value) Set the value property: Collection of resources. -
Uses of JobExecutionInner in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return JobExecutionInnerModifier and TypeMethodDescriptionJobExecution.innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.JobExecutionInner object.