Uses of Class
com.azure.resourcemanager.batch.models.VirtualMachineConfiguration
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of VirtualMachineConfiguration in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionDeploymentConfiguration.virtualMachineConfiguration()
Get the virtualMachineConfiguration property: The configuration for compute nodes in a pool based on the Azure Virtual Machines infrastructure.VirtualMachineConfiguration.withContainerConfiguration
(ContainerConfiguration containerConfiguration) Set the containerConfiguration property: The configuration for container-enabled pools.VirtualMachineConfiguration.withDataDisks
(List<DataDisk> dataDisks) Set the dataDisks property: The configuration for data disks attached to the compute nodes in the pool.VirtualMachineConfiguration.withDiskEncryptionConfiguration
(DiskEncryptionConfiguration diskEncryptionConfiguration) Set the diskEncryptionConfiguration property: If specified, encryption is performed on each node in the pool during node provisioning.VirtualMachineConfiguration.withExtensions
(List<VMExtension> extensions) Set the extensions property: The virtual machine extension for the pool.VirtualMachineConfiguration.withImageReference
(ImageReference imageReference) Set the imageReference property: A reference to an Azure Virtual Machines Marketplace image or the Azure Image resource of a custom Virtual Machine.VirtualMachineConfiguration.withLicenseType
(String licenseType) Set the licenseType property: The type of on-premises license to be used when deploying the operating system.VirtualMachineConfiguration.withNodeAgentSkuId
(String nodeAgentSkuId) Set the nodeAgentSkuId property: The SKU of the Batch node agent to be provisioned on compute nodes in the pool.VirtualMachineConfiguration.withNodePlacementConfiguration
(NodePlacementConfiguration nodePlacementConfiguration) Set the nodePlacementConfiguration property: Node placement configuration for batch pools.VirtualMachineConfiguration.withOsDisk
(OSDisk osDisk) Set the osDisk property: Settings for the operating system disk of the virtual machine.VirtualMachineConfiguration.withWindowsConfiguration
(WindowsConfiguration windowsConfiguration) Set the windowsConfiguration property: Windows operating system settings to apply to the virtual machine.Modifier and TypeMethodDescriptionDeploymentConfiguration.withVirtualMachineConfiguration
(VirtualMachineConfiguration virtualMachineConfiguration) Set the virtualMachineConfiguration property: The configuration for compute nodes in a pool based on the Azure Virtual Machines infrastructure.