Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
JobManagerTask |
JobSpecification.jobManagerTask()
Get the jobManagerTask value.
|
JobManagerTask |
JobAddParameter.jobManagerTask()
Get the jobManagerTask value.
|
JobManagerTask |
CloudJob.jobManagerTask()
Get the jobManagerTask value.
|
JobManagerTask |
JobManagerTask.withAllowLowPriorityNode(Boolean allowLowPriorityNode)
Set the allowLowPriorityNode value.
|
JobManagerTask |
JobManagerTask.withApplicationPackageReferences(List<ApplicationPackageReference> applicationPackageReferences)
Set the applicationPackageReferences value.
|
JobManagerTask |
JobManagerTask.withAuthenticationTokenSettings(AuthenticationTokenSettings authenticationTokenSettings)
Set the authenticationTokenSettings value.
|
JobManagerTask |
JobManagerTask.withCommandLine(String commandLine)
Set the commandLine value.
|
JobManagerTask |
JobManagerTask.withConstraints(TaskConstraints constraints)
Set the constraints value.
|
JobManagerTask |
JobManagerTask.withContainerSettings(TaskContainerSettings containerSettings)
Set the containerSettings value.
|
JobManagerTask |
JobManagerTask.withDisplayName(String displayName)
Set the displayName value.
|
JobManagerTask |
JobManagerTask.withEnvironmentSettings(List<EnvironmentSetting> environmentSettings)
Set the environmentSettings value.
|
JobManagerTask |
JobManagerTask.withId(String id)
Set the id value.
|
JobManagerTask |
JobManagerTask.withKillJobOnCompletion(Boolean killJobOnCompletion)
Set the killJobOnCompletion value.
|
JobManagerTask |
JobManagerTask.withOutputFiles(List<OutputFile> outputFiles)
Set the outputFiles value.
|
JobManagerTask |
JobManagerTask.withResourceFiles(List<ResourceFile> resourceFiles)
Set the resourceFiles value.
|
JobManagerTask |
JobManagerTask.withRunExclusive(Boolean runExclusive)
Set the runExclusive value.
|
JobManagerTask |
JobManagerTask.withUserIdentity(UserIdentity userIdentity)
Set the userIdentity value.
|
Modifier and Type | Method and Description |
---|---|
JobSpecification |
JobSpecification.withJobManagerTask(JobManagerTask jobManagerTask)
Set the jobManagerTask value.
|
JobAddParameter |
JobAddParameter.withJobManagerTask(JobManagerTask jobManagerTask)
Set the jobManagerTask value.
|
CloudJob |
CloudJob.withJobManagerTask(JobManagerTask jobManagerTask)
Set the jobManagerTask value.
|
Copyright © 2019. All rights reserved.