Uses of Class
com.azure.resourcemanager.appcontainers.models.JobExecutionContainer
Packages that use JobExecutionContainer
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of JobExecutionContainer in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return JobExecutionContainerModifier and TypeMethodDescriptionstatic JobExecutionContainerJobExecutionContainer.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of JobExecutionContainer from the JsonReader.Set the args property: Container start command arguments.JobExecutionContainer.withCommand(List<String> command) Set the command property: Container start command.JobExecutionContainer.withEnv(List<EnvironmentVar> env) Set the env property: Container environment variables.Set the image property: Container image tag.Set the name property: Custom container name.JobExecutionContainer.withResources(ContainerResources resources) Set the resources property: Container resource requirements.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type JobExecutionContainerModifier and TypeMethodDescriptionJobExecutionTemplate.containers()Get the containers property: List of container definitions for the Container Apps Job.JobExecutionTemplate.initContainers()Get the initContainers property: List of specialized containers that run before job containers.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type JobExecutionContainerModifier and TypeMethodDescriptionJobExecutionTemplate.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.