Pool.UpdateDefinitionStages.WithAttach<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent Batch account definition to return to after attaching this definition
public interface WithAttach extends Attachable.InUpdate
The stage of a Batch pool definition allowing the creation of configurations.
Method Summary
Modifier and Type | Method and Description |
---|---|
UpdateDefinitionStages.WithAttach<ParentT> |
withApplicationLicenses(List<String> applicationLicenses)
Specifies the list of application licenses. |
UpdateDefinitionStages.WithAttach<ParentT> |
withApplicationPackages(List<ApplicationPackageReference> applicationPackages)
Specifies the application package references affect all new compute nodes joining the pool. |
UpdateDefinitionStages.WithAttach<ParentT> |
withCertificates(List<CertificateReference> certificates)
Specifies the certificates for compute nodes. |
UpdateDefinitionStages.WithAttach<ParentT> |
withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
Specifies the creation of nodes using CloudServiceConfiguration/VirtualMachineConfiguration. |
UpdateDefinitionStages.WithAttach<ParentT> |
withDisplayName(String displayName)
Specifies the display name for the pool. |
UpdateDefinitionStages.WithAttach<ParentT> |
withInterNodeCommunication(InterNodeCommunicationState interNodeCommunication)
Specifies the restrictions on which nodes can be assigned to the pool. |
UpdateDefinitionStages.WithAttach<ParentT> |
withMaxTasksPerNode(Integer maxTasksPerNode)
Specifies the maximum value of tasks to run on each node. |
UpdateDefinitionStages.WithAttach<ParentT> |
withMetadata(List<MetadataItem> metadata)
Specifies the metadata for the use of user code. |
UpdateDefinitionStages.WithAttach<ParentT> |
withMountConfiguration(List<MountConfiguration> mountConfigurations)
Specifies the file system configuration for the pool to mount on each node. |
UpdateDefinitionStages.WithAttach<ParentT> |
withNetworkConfiguration(NetworkConfiguration networkConfiguration)
Specifies the network configuration for the pool. |
UpdateDefinitionStages.WithAttach<ParentT> |
withScaleSettings(ScaleSettings scaleSettings)
Specifies the scale settings for the pool. |
UpdateDefinitionStages.WithAttach<ParentT> |
withStartTask(StartTask startTask)
Specifies the start task for the pool. |
UpdateDefinitionStages.WithAttach<ParentT> |
withTaskSchedulingPolicy(TaskSchedulingPolicy taskSchedulingPolicy)
Specifies the task scheduling policy. |
UpdateDefinitionStages.WithAttach<ParentT> |
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. The default value is 1. The maximum value is the smaller of 4 times the number of cores of the vmSize of the pool or 256. |
UpdateDefinitionStages.WithAttach<ParentT> |
withUserAccounts(List<UserAccount> userAccounts)
Specifies the user accounts value. |
UpdateDefinitionStages.WithAttach<ParentT> |
withVmSize(String vmSize)
Specifies the available sizes of virtual machine for Cloud Services pools. |
Inherited Members
Method Details
withApplicationLicenses
public UpdateDefinitionStages.WithAttach
Specifies the list of application licenses.
Parameters:
Returns:
withApplicationPackages
public UpdateDefinitionStages.WithAttach
Specifies the application package references affect all new compute nodes joining the pool.
Parameters:
Returns:
withCertificates
public UpdateDefinitionStages.WithAttach
Specifies the certificates for compute nodes.
Parameters:
Returns:
withDeploymentConfiguration
public UpdateDefinitionStages.WithAttach
Specifies the creation of nodes using CloudServiceConfiguration/VirtualMachineConfiguration.
Parameters:
Returns:
withDisplayName
public UpdateDefinitionStages.WithAttach
Specifies the display name for the pool.
Parameters:
Returns:
withInterNodeCommunication
public UpdateDefinitionStages.WithAttach
Specifies the restrictions on which nodes can be assigned to the pool.
Parameters:
Returns:
withMaxTasksPerNode
public UpdateDefinitionStages.WithAttach
Specifies the maximum value of tasks to run on each node.
Parameters:
Returns:
withMetadata
public UpdateDefinitionStages.WithAttach
Specifies the metadata for the use of user code.
Parameters:
Returns:
withMountConfiguration
public UpdateDefinitionStages.WithAttach
Specifies the file system configuration for the pool to mount on each node.
Parameters:
Returns:
withNetworkConfiguration
public UpdateDefinitionStages.WithAttach
Specifies the network configuration for the pool.
Parameters:
Returns:
withScaleSettings
public UpdateDefinitionStages.WithAttach
Specifies the scale settings for the pool.
Parameters:
Returns:
withStartTask
public UpdateDefinitionStages.WithAttach
Specifies the start task for the pool.
Parameters:
Returns:
withTaskSchedulingPolicy
public UpdateDefinitionStages.WithAttach
Specifies the task scheduling policy.
Parameters:
Returns:
withTaskSlotsPerNode
public UpdateDefinitionStages.WithAttach
Specifies the number of task slots that can be used to run concurrent tasks on a single compute node in the pool. The default value is 1. The maximum value is the smaller of 4 times the number of cores of the vmSize of the pool or 256.
Parameters:
Returns:
withUserAccounts
public UpdateDefinitionStages.WithAttach
Specifies the user accounts value.
Parameters:
Returns:
withVmSize
public UpdateDefinitionStages.WithAttach
Specifies the available sizes of virtual machine for Cloud Services pools.
Parameters:
Returns:
Applies to
Azure SDK for Java