| Modifier and Type | Method and Description |
|---|---|
Pool.Update |
BatchAccount.UpdateStages.WithPool.updatePool(String poolId)
Begins the description of an update of an existing Batch pool in this Batch account.
|
Pool.Update |
Pool.UpdateStages.WithAttach.withApplicationLicenses(List<String> applicationLicenses)
Specifies the list of application licenses.
|
Pool.Update |
Pool.UpdateStages.WithAttach.withApplicationPackages(List<ApplicationPackageReference> applicationPackages)
Specifies the application package references affect all new compute nodes joining the pool.
|
Pool.Update |
Pool.UpdateStages.WithAttach.withCertificates(List<CertificateReference> certificates)
Specifies the certificates for compute nodes.
|
Pool.Update |
Pool.UpdateStages.WithAttach.withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
Specifies the creation of nodes using CloudServiceConfiguration/VirtualMachineConfiguration.
|
Pool.Update |
Pool.UpdateStages.WithAttach.withDisplayName(String displayName)
Specifies the display name for the pool.
|
Pool.Update |
Pool.UpdateStages.WithAttach.withInterNodeCommunication(InterNodeCommunicationState interNodeCommunication)
Specifies the restrictions on which nodes can be assigned to the pool.
|
Pool.Update |
Pool.UpdateStages.WithAttach.withMaxTasksPerNode(Integer maxTasksPerNode)
Deprecated.
|
Pool.Update |
Pool.UpdateStages.WithAttach.withMetadata(List<MetadataItem> metadata)
Specifies the metadata for the use of user code.
|
Pool.Update |
Pool.UpdateStages.WithAttach.withMountConfiguration(List<MountConfiguration> mountConfigurations)
Specifies the file system configuration for the pool to mount on each node.
|
Pool.Update |
Pool.UpdateStages.WithAttach.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
Specifies the network configuration for the pool.
|
Pool.Update |
Pool.UpdateStages.WithAttach.withScaleSettings(ScaleSettings scaleSettings)
Specifies the scale settings for the pool.
|
Pool.Update |
Pool.UpdateStages.WithAttach.withStartTask(StartTask startTask)
Specifies the start task for the pool.
|
Pool.Update |
Pool.UpdateStages.WithAttach.withTaskSchedulingPolicy(TaskSchedulingPolicy taskSchedulingPolicy)
Specifies the task scheduling policy.
|
Pool.Update |
Pool.UpdateStages.WithAttach.withTaskSlotsPerNode(Integer taskSlotsPerNode)
Specifies the number of task slots that can be used to run
concurrent tasks on a single compute node in the pool.
|
Pool.Update |
Pool.UpdateStages.WithAttach.withUserAccounts(List<UserAccount> userAccounts)
Specifies the user accounts value.
|
Pool.Update |
Pool.UpdateStages.WithAttach.withVmSize(String vmSize)
Specifies the available sizes of virtual machine for Cloud Services pools.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/