| Modifier and Type | Interface and Description |
|---|---|
static interface |
Pool.Definition<ParentT>
The entirety of a Batch pool definition as a part of a Batch account definition.
|
static interface |
Pool.DefinitionStages.Blank<ParentT>
The first stage of a batch pool definition.
|
| Modifier and Type | Method and Description |
|---|---|
Pool.DefinitionStages.WithAttach<ParentT> |
Pool.DefinitionStages.WithAttach.withApplicationLicenses(List<String> applicationLicenses)
Specifies the list of application licenses.
|
Pool.DefinitionStages.WithAttach<ParentT> |
Pool.DefinitionStages.WithAttach.withApplicationPackages(List<ApplicationPackageReference> applicationPackages)
Specifies the application package references affect all new compute nodes joining the pool.
|
Pool.DefinitionStages.WithAttach<ParentT> |
Pool.DefinitionStages.WithAttach.withCertificates(List<CertificateReference> certificates)
Specifies the certificates for compute nodes.
|
Pool.DefinitionStages.WithAttach<ParentT> |
Pool.DefinitionStages.WithAttach.withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
Specifies the creation of nodes using CloudServiceConfiguration/VirtualMachineConfiguration.
|
Pool.DefinitionStages.WithAttach<ParentT> |
Pool.DefinitionStages.WithAttach.withDisplayName(String displayName)
Specifies the display name for the pool.
|
Pool.DefinitionStages.WithAttach<ParentT> |
Pool.DefinitionStages.WithAttach.withInterNodeCommunication(InterNodeCommunicationState interNodeCommunication)
Specifies the restrictions on which nodes can be assigned to the pool.
|
Pool.DefinitionStages.WithAttach<ParentT> |
Pool.DefinitionStages.WithAttach.withMaxTasksPerNode(Integer maxTasksPerNode)
Deprecated.
|
Pool.DefinitionStages.WithAttach<ParentT> |
Pool.DefinitionStages.WithAttach.withMetadata(List<MetadataItem> metadata)
Specifies the metadata for the use of user code.
|
Pool.DefinitionStages.WithAttach<ParentT> |
Pool.DefinitionStages.WithAttach.withMountConfiguration(List<MountConfiguration> mountConfigurations)
Specifies the file system configuration for the pool to mount on each node.
|
Pool.DefinitionStages.WithAttach<ParentT> |
Pool.DefinitionStages.WithAttach.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
Specifies the network configuration for the pool.
|
Pool.DefinitionStages.WithAttach<ParentT> |
Pool.DefinitionStages.WithAttach.withScaleSettings(ScaleSettings scaleSettings)
Specifies the scale settings for the pool.
|
Pool.DefinitionStages.WithAttach<ParentT> |
Pool.DefinitionStages.WithAttach.withStartTask(StartTask startTask)
Specifies the start task for the pool.
|
Pool.DefinitionStages.WithAttach<ParentT> |
Pool.DefinitionStages.WithAttach.withTaskSchedulingPolicy(TaskSchedulingPolicy taskSchedulingPolicy)
Specifies the task scheduling policy.
|
Pool.DefinitionStages.WithAttach<ParentT> |
Pool.DefinitionStages.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.DefinitionStages.WithAttach<ParentT> |
Pool.DefinitionStages.WithAttach.withUserAccounts(List<UserAccount> userAccounts)
Specifies the user accounts value.
|
Pool.DefinitionStages.WithAttach<ParentT> |
Pool.DefinitionStages.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.
*/