| Modifier and Type | Method and Description |
|---|---|
VirtualMachineConfiguration |
DeploymentConfiguration.virtualMachineConfiguration()
Get this property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified.
|
VirtualMachineConfiguration |
VirtualMachineConfiguration.withContainerConfiguration(ContainerConfiguration containerConfiguration)
Set if specified, setup is performed on each node in the pool to allow tasks to run in containers.
|
VirtualMachineConfiguration |
VirtualMachineConfiguration.withDataDisks(List<DataDisk> dataDisks)
Set this property must be specified if the compute nodes in the pool need to have empty data disks attached to them.
|
VirtualMachineConfiguration |
VirtualMachineConfiguration.withImageReference(ImageReference imageReference)
Set the imageReference value.
|
VirtualMachineConfiguration |
VirtualMachineConfiguration.withLicenseType(String licenseType)
Set this only applies to images that contain the Windows operating system, and should only be used when you hold valid on-premises licenses for the nodes which will be deployed.
|
VirtualMachineConfiguration |
VirtualMachineConfiguration.withNodeAgentSkuId(String nodeAgentSkuId)
Set the Batch node agent is a program that runs on each node in the pool, and provides the command-and-control interface between the node and the Batch service.
|
VirtualMachineConfiguration |
VirtualMachineConfiguration.withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set this property must not be specified if the imageReference specifies a Linux OS image.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentConfiguration |
DeploymentConfiguration.withVirtualMachineConfiguration(VirtualMachineConfiguration virtualMachineConfiguration)
Set this property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/