VirtualMachineConfigurationArgs

data class VirtualMachineConfigurationArgs(val containerConfiguration: Output<ContainerConfigurationArgs>? = null, val dataDisks: Output<List<DataDiskArgs>>? = null, val diskEncryptionConfiguration: Output<DiskEncryptionConfigurationArgs>? = null, val extensions: Output<List<VMExtensionArgs>>? = null, val imageReference: Output<ImageReferenceArgs>, val licenseType: Output<String>? = null, val nodeAgentSkuId: Output<String>, val nodePlacementConfiguration: Output<NodePlacementConfigurationArgs>? = null, val osDisk: Output<OSDiskArgs>? = null, val securityProfile: Output<SecurityProfileArgs>? = null, val serviceArtifactReference: Output<ServiceArtifactReferenceArgs>? = null, val windowsConfiguration: Output<WindowsConfigurationArgs>? = null) : ConvertibleToJava<VirtualMachineConfigurationArgs>

Constructors

Link copied to clipboard
constructor(containerConfiguration: Output<ContainerConfigurationArgs>? = null, dataDisks: Output<List<DataDiskArgs>>? = null, diskEncryptionConfiguration: Output<DiskEncryptionConfigurationArgs>? = null, extensions: Output<List<VMExtensionArgs>>? = null, imageReference: Output<ImageReferenceArgs>, licenseType: Output<String>? = null, nodeAgentSkuId: Output<String>, nodePlacementConfiguration: Output<NodePlacementConfigurationArgs>? = null, osDisk: Output<OSDiskArgs>? = null, securityProfile: Output<SecurityProfileArgs>? = null, serviceArtifactReference: Output<ServiceArtifactReferenceArgs>? = null, windowsConfiguration: Output<WindowsConfigurationArgs>? = null)

Properties

Link copied to clipboard

If specified, setup is performed on each node in the pool to allow tasks to run in containers. All regular tasks and job manager tasks run on this pool must specify the containerSettings property, and all other tasks may specify it.

Link copied to clipboard
val dataDisks: Output<List<DataDiskArgs>>? = null

This property must be specified if the compute nodes in the pool need to have empty data disks attached to them.

Link copied to clipboard

If specified, encryption is performed on each node in the pool during node provisioning.

Link copied to clipboard
val extensions: Output<List<VMExtensionArgs>>? = null

If specified, the extensions mentioned in this configuration will be installed on each node.

Link copied to clipboard
Link copied to clipboard
val licenseType: Output<String>? = null

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. If omitted, no on-premises licensing discount is applied. Values are: Windows_Server - The on-premises license is for Windows Server. Windows_Client - The on-premises license is for Windows Client.

Link copied to clipboard
val nodeAgentSkuId: Output<String>

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. There are different implementations of the node agent, known as SKUs, for different operating systems. You must specify a node agent SKU which matches the selected image reference. To get the list of supported node agent SKUs along with their list of verified image references, see the 'List supported node agent SKUs' operation.

Link copied to clipboard

This configuration will specify rules on how nodes in the pool will be physically allocated.

Link copied to clipboard
val osDisk: Output<OSDiskArgs>? = null

Contains configuration for ephemeral OSDisk settings.

Link copied to clipboard

Specifies the security profile settings for the virtual machine or virtual machine scale set.

Link copied to clipboard

The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}

Link copied to clipboard

This property must not be specified if the imageReference specifies a Linux OS image.

Functions

Link copied to clipboard
open override fun toJava(): VirtualMachineConfigurationArgs