Uses of Class
com.azure.resourcemanager.batch.models.TaskContainerSettings
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of TaskContainerSettings in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionStartTask.containerSettings()
Get the containerSettings property: The container settings for a task.TaskContainerSettings.withContainerRunOptions
(String containerRunOptions) Set the containerRunOptions property: Additional options to the container create command.TaskContainerSettings.withImageName
(String imageName) Set the imageName property: The image to use to create the container in which the task will run.TaskContainerSettings.withRegistry
(ContainerRegistry registry) Set the registry property: A private container registry.TaskContainerSettings.withWorkingDirectory
(ContainerWorkingDirectory workingDirectory) Set the workingDirectory property: A flag to indicate where the container task working directory is.Modifier and TypeMethodDescriptionStartTask.withContainerSettings
(TaskContainerSettings containerSettings) Set the containerSettings property: The container settings for a task.