Uses of Class
com.azure.resourcemanager.appcontainers.models.JobTemplate
Packages that use JobTemplate
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of JobTemplate in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return JobTemplateModifier and TypeMethodDescriptionJobInner.template()
Get the template property: Container Apps job definition.JobProperties.template()
Get the template property: Container Apps job definition.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type JobTemplateModifier and TypeMethodDescriptionJobInner.withTemplate
(JobTemplate template) Set the template property: Container Apps job definition.JobProperties.withTemplate
(JobTemplate template) Set the template property: Container Apps job definition. -
Uses of JobTemplate in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return JobTemplateModifier and TypeMethodDescriptionstatic JobTemplate
JobTemplate.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of JobTemplate from the JsonReader.Job.template()
Gets the template property: Container Apps job definition.JobPatchPropertiesProperties.template()
Get the template property: Container Apps job definition.JobTemplate.withContainers
(List<Container> containers) Set the containers property: List of container definitions for the Container App.JobTemplate.withInitContainers
(List<InitContainer> initContainers) Set the initContainers property: List of specialized containers that run before app containers.JobTemplate.withVolumes
(List<Volume> volumes) Set the volumes property: List of volume definitions for the Container App.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type JobTemplateModifier and TypeMethodDescriptionJob.DefinitionStages.WithTemplate.withTemplate
(JobTemplate template) Specifies the template property: Container Apps job definition..JobPatchPropertiesProperties.withTemplate
(JobTemplate template) Set the template property: Container Apps job definition.