Uses of Class
com.azure.resourcemanager.batch.models.TaskContainerSettings
Packages that use TaskContainerSettings
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of TaskContainerSettings in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return TaskContainerSettingsModifier 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.Methods in com.azure.resourcemanager.batch.models with parameters of type TaskContainerSettingsModifier and TypeMethodDescriptionStartTask.withContainerSettings(TaskContainerSettings containerSettings) Set the containerSettings property: The container settings for a task.