Uses of Class
com.azure.compute.batch.models.BatchTaskContainerSettings
Packages that use BatchTaskContainerSettings
-
Uses of BatchTaskContainerSettings in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchTaskContainerSettingsModifier and TypeMethodDescriptionstatic BatchTaskContainerSettingsBatchTaskContainerSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BatchTaskContainerSettings from the JsonReader.BatchJobManagerTask.getContainerSettings()Get the containerSettings property: The settings for the container under which the Job Manager Task runs.BatchJobPreparationTask.getContainerSettings()Get the containerSettings property: The settings for the container under which the Job Preparation Task runs.BatchJobReleaseTask.getContainerSettings()Get the containerSettings property: The settings for the container under which the Job Release Task runs.BatchStartTask.getContainerSettings()Get the containerSettings property: The settings for the container under which the StartTask runs.BatchTask.getContainerSettings()Get the containerSettings property: The settings for the container under which the Task runs.BatchTaskCreateContent.getContainerSettings()Get the containerSettings property: The settings for the container under which the Task runs.BatchTaskContainerSettings.setContainerHostBatchBindMounts(List<ContainerHostBatchBindMountEntry> containerHostBatchBindMounts) Set the containerHostBatchBindMounts property: The paths you want to mounted to container task.BatchTaskContainerSettings.setContainerRunOptions(String containerRunOptions) Set the containerRunOptions property: Additional options to the container create command.BatchTaskContainerSettings.setRegistry(ContainerRegistryReference registry) Set the registry property: The private registry which contains the container Image.BatchTaskContainerSettings.setWorkingDirectory(ContainerWorkingDirectory workingDirectory) Set the workingDirectory property: The location of the container Task working directory.Methods in com.azure.compute.batch.models with parameters of type BatchTaskContainerSettingsModifier and TypeMethodDescriptionBatchJobManagerTask.setContainerSettings(BatchTaskContainerSettings containerSettings) Set the containerSettings property: The settings for the container under which the Job Manager Task runs.BatchJobPreparationTask.setContainerSettings(BatchTaskContainerSettings containerSettings) Set the containerSettings property: The settings for the container under which the Job Preparation Task runs.BatchJobReleaseTask.setContainerSettings(BatchTaskContainerSettings containerSettings) Set the containerSettings property: The settings for the container under which the Job Release Task runs.BatchStartTask.setContainerSettings(BatchTaskContainerSettings containerSettings) Set the containerSettings property: The settings for the container under which the StartTask runs.BatchTaskCreateContent.setContainerSettings(BatchTaskContainerSettings containerSettings) Set the containerSettings property: The settings for the container under which the Task runs.