Uses of Class
com.azure.compute.batch.models.BatchJobManagerTask
Packages that use BatchJobManagerTask
-
Uses of BatchJobManagerTask in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchJobManagerTaskModifier and TypeMethodDescriptionstatic BatchJobManagerTask
BatchJobManagerTask.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchJobManagerTask from the JsonReader.BatchJob.getJobManagerTask()
Get the jobManagerTask property: Details of a Job Manager Task to be launched when the Job is started.BatchJobCreateContent.getJobManagerTask()
Get the jobManagerTask property: Details of a Job Manager Task to be launched when the Job is started.BatchJobSpecification.getJobManagerTask()
Get the jobManagerTask property: The details of a Job Manager Task to be launched when a Job is started under this schedule.BatchJobManagerTask.setAllowLowPriorityNode
(Boolean allowLowPriorityNode) Set the allowLowPriorityNode property: Whether the Job Manager Task may run on a Spot/Low-priority Compute Node.BatchJobManagerTask.setApplicationPackageReferences
(List<BatchApplicationPackageReference> applicationPackageReferences) Set the applicationPackageReferences property: A list of Application Packages that the Batch service will deploy to the Compute Node before running the command line.Application Packages are downloaded and deployed to a shared directory, not the Task working directory.BatchJobManagerTask.setAuthenticationTokenSettings
(AuthenticationTokenSettings authenticationTokenSettings) Set the authenticationTokenSettings property: The settings for an authentication token that the Task can use to perform Batch service operations.BatchJobManagerTask.setConstraints
(BatchTaskConstraints constraints) Set the constraints property: Constraints that apply to the Job Manager Task.BatchJobManagerTask.setContainerSettings
(BatchTaskContainerSettings containerSettings) Set the containerSettings property: The settings for the container under which the Job Manager Task runs.BatchJobManagerTask.setDisplayName
(String displayName) Set the displayName property: The display name of the Job Manager Task.BatchJobManagerTask.setEnvironmentSettings
(List<EnvironmentSetting> environmentSettings) Set the environmentSettings property: A list of environment variable settings for the Job Manager Task.BatchJobManagerTask.setKillJobOnCompletion
(Boolean killJobOnCompletion) Set the killJobOnCompletion property: Whether completion of the Job Manager Task signifies completion of the entire Job.BatchJobManagerTask.setOutputFiles
(List<OutputFile> outputFiles) Set the outputFiles property: A list of files that the Batch service will upload from the Compute Node after running the command line.BatchJobManagerTask.setRequiredSlots
(Integer requiredSlots) Set the requiredSlots property: The number of scheduling slots that the Task requires to run.BatchJobManagerTask.setResourceFiles
(List<ResourceFile> resourceFiles) Set the resourceFiles property: A list of files that the Batch service will download to the Compute Node before running the command line.BatchJobManagerTask.setRunExclusive
(Boolean runExclusive) Set the runExclusive property: Whether the Job Manager Task requires exclusive use of the Compute Node where it runs.BatchJobManagerTask.setUserIdentity
(UserIdentity userIdentity) Set the userIdentity property: The user identity under which the Job Manager Task runs.Methods in com.azure.compute.batch.models with parameters of type BatchJobManagerTaskModifier and TypeMethodDescriptionBatchJobCreateContent.setJobManagerTask
(BatchJobManagerTask jobManagerTask) Set the jobManagerTask property: Details of a Job Manager Task to be launched when the Job is started.BatchJobSpecification.setJobManagerTask
(BatchJobManagerTask jobManagerTask) Set the jobManagerTask property: The details of a Job Manager Task to be launched when a Job is started under this schedule.