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