Uses of Class
com.microsoft.azure.management.batch.VirtualMachineConfiguration
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of VirtualMachineConfiguration in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionDeploymentConfiguration.virtualMachineConfiguration()
Get this property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified.VirtualMachineConfiguration.withContainerConfiguration
(ContainerConfiguration containerConfiguration) Set if specified, setup is performed on each node in the pool to allow tasks to run in containers.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.withDiskEncryptionConfiguration
(DiskEncryptionConfiguration diskEncryptionConfiguration) Set if specified, encryption is performed on each node in the pool during node provisioning.VirtualMachineConfiguration.withExtensions
(List<VMExtension> extensions) Set if specified, the extensions mentioned in this configuration will be installed on each node.VirtualMachineConfiguration.withImageReference
(ImageReference imageReference) Set the imageReference value.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.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.withNodePlacementConfiguration
(NodePlacementConfiguration nodePlacementConfiguration) Set this configuration will specify rules on how nodes in the pool will be physically allocated.VirtualMachineConfiguration.withOsDisk
(OSDisk osDisk) Set contains configuration for ephemeral OSDisk settings.VirtualMachineConfiguration.withWindowsConfiguration
(WindowsConfiguration windowsConfiguration) Set this property must not be specified if the imageReference specifies a Linux OS image.Modifier and TypeMethodDescriptionDeploymentConfiguration.withVirtualMachineConfiguration
(VirtualMachineConfiguration virtualMachineConfiguration) Set this property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified.