Uses of Interface
com.microsoft.azure.management.batch.Pool.Update
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of Pool.Update in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionBatchAccount.UpdateStages.WithPool.updatePool
(String poolId) Begins the description of an update of an existing Batch pool in this Batch account.Pool.UpdateStages.WithAttach.withApplicationLicenses
(List<String> applicationLicenses) Specifies the list of application licenses.Pool.UpdateStages.WithAttach.withApplicationPackages
(List<ApplicationPackageReference> applicationPackages) Specifies the application package references affect all new compute nodes joining the pool.Pool.UpdateStages.WithAttach.withCertificates
(List<CertificateReference> certificates) Specifies the certificates for compute nodes.Pool.UpdateStages.WithAttach.withDeploymentConfiguration
(DeploymentConfiguration deploymentConfiguration) Specifies the creation of nodes using CloudServiceConfiguration/VirtualMachineConfiguration.Pool.UpdateStages.WithAttach.withDisplayName
(String displayName) Specifies the display name for the pool.Pool.UpdateStages.WithAttach.withInterNodeCommunication
(InterNodeCommunicationState interNodeCommunication) Specifies the restrictions on which nodes can be assigned to the pool.Pool.UpdateStages.WithAttach.withMaxTasksPerNode
(Integer maxTasksPerNode) Deprecated.Pool.UpdateStages.WithAttach.withMetadata
(List<MetadataItem> metadata) Specifies the metadata for the use of user code.Pool.UpdateStages.WithAttach.withMountConfiguration
(List<MountConfiguration> mountConfigurations) Specifies the file system configuration for the pool to mount on each node.Pool.UpdateStages.WithAttach.withNetworkConfiguration
(NetworkConfiguration networkConfiguration) Specifies the network configuration for the pool.Pool.UpdateStages.WithAttach.withScaleSettings
(ScaleSettings scaleSettings) Specifies the scale settings for the pool.Pool.UpdateStages.WithAttach.withStartTask
(StartTask startTask) Specifies the start task for the pool.Pool.UpdateStages.WithAttach.withTaskSchedulingPolicy
(TaskSchedulingPolicy taskSchedulingPolicy) Specifies the task scheduling policy.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.UpdateStages.WithAttach.withUserAccounts
(List<UserAccount> userAccounts) Specifies the user accounts value.Pool.UpdateStages.WithAttach.withVmSize
(String vmSize) Specifies the available sizes of virtual machine for Cloud Services pools.