Uses of Class
com.azure.resourcemanager.appcontainers.models.JobExecutionTemplate
Packages that use JobExecutionTemplate
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 JobExecutionTemplate in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent with parameters of type JobExecutionTemplateModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<JobExecutionBaseInner>, JobExecutionBaseInner> JobsClient.beginStart
(String resourceGroupName, String jobName, JobExecutionTemplate template, com.azure.core.util.Context context) Start a Container Apps Job.JobsClient.start
(String resourceGroupName, String jobName, JobExecutionTemplate template, com.azure.core.util.Context context) Start a Container Apps Job. -
Uses of JobExecutionTemplate in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return JobExecutionTemplateModifier and TypeMethodDescriptionJobExecutionInner.template()
Get the template property: Job's execution container.JobExecutionProperties.template()
Get the template property: Job's execution container.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type JobExecutionTemplateModifier and TypeMethodDescriptionJobExecutionInner.withTemplate
(JobExecutionTemplate template) Set the template property: Job's execution container.JobExecutionProperties.withTemplate
(JobExecutionTemplate template) Set the template property: Job's execution container. -
Uses of JobExecutionTemplate in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return JobExecutionTemplateModifier and TypeMethodDescriptionstatic JobExecutionTemplate
JobExecutionTemplate.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of JobExecutionTemplate from the JsonReader.JobExecution.template()
Gets the template property: Job's execution container.JobExecutionTemplate.withContainers
(List<JobExecutionContainer> containers) Set the containers property: List of container definitions for the Container Apps Job.JobExecutionTemplate.withInitContainers
(List<JobExecutionContainer> initContainers) Set the initContainers property: List of specialized containers that run before job containers.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type JobExecutionTemplateModifier and TypeMethodDescriptionJob.start
(JobExecutionTemplate template, com.azure.core.util.Context context) Start a Container Apps Job.Jobs.start
(String resourceGroupName, String jobName, JobExecutionTemplate template, com.azure.core.util.Context context) Start a Container Apps Job.