Pool.Update Interface
public interface Update extends Settable<BatchAccount.Update>,Pool.UpdateStages.WithAttach
The entirety of a Batch pool update as a part of a Batch account update.
Inherited Members
Settable<ParentT>.parent()
Pool.UpdateStages.WithAttach.withApplicationLicenses(List<String> applicationLicenses)
Pool.UpdateStages.WithAttach.withApplicationPackages(List<ApplicationPackageReference> applicationPackages)
Pool.UpdateStages.WithAttach.withCertificates(List<CertificateReference> certificates)
Pool.UpdateStages.WithAttach.withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
Pool.UpdateStages.WithAttach.withDisplayName(String displayName)
Pool.UpdateStages.WithAttach.withInterNodeCommunication(InterNodeCommunicationState interNodeCommunication)
Pool.UpdateStages.WithAttach.withMaxTasksPerNode(Integer maxTasksPerNode)
Pool.UpdateStages.WithAttach.withMetadata(List<MetadataItem> metadata)
Pool.UpdateStages.WithAttach.withMountConfiguration(List<MountConfiguration> mountConfigurations)
Pool.UpdateStages.WithAttach.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
Pool.UpdateStages.WithAttach.withScaleSettings(ScaleSettings scaleSettings)
Pool.UpdateStages.WithAttach.withStartTask(StartTask startTask)
Pool.UpdateStages.WithAttach.withTaskSchedulingPolicy(TaskSchedulingPolicy taskSchedulingPolicy)
Pool.UpdateStages.WithAttach.withTaskSlotsPerNode(Integer taskSlotsPerNode)
Pool.UpdateStages.WithAttach.withUserAccounts(List<UserAccount> userAccounts)
Pool.UpdateStages.WithAttach.withVmSize(String vmSize)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java