Uses of Class
com.azure.resourcemanager.batch.models.VirtualMachineConfiguration
Packages that use VirtualMachineConfiguration
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of VirtualMachineConfiguration in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return VirtualMachineConfigurationModifier 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.withSecurityProfile(SecurityProfile securityProfile) Set the securityProfile property: Specifies the security profile settings for the virtual machine or virtual machine scale set.VirtualMachineConfiguration.withServiceArtifactReference(ServiceArtifactReference serviceArtifactReference) Set the serviceArtifactReference property: The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}.VirtualMachineConfiguration.withWindowsConfiguration(WindowsConfiguration windowsConfiguration) Set the windowsConfiguration property: Windows operating system settings to apply to the virtual machine.Methods in com.azure.resourcemanager.batch.models with parameters of type VirtualMachineConfigurationModifier and TypeMethodDescriptionDeploymentConfiguration.withVirtualMachineConfiguration(VirtualMachineConfiguration virtualMachineConfiguration) Set the virtualMachineConfiguration property: The configuration for compute nodes in a pool based on the Azure Virtual Machines infrastructure.