Uses of Class
com.azure.compute.batch.models.VirtualMachineConfiguration
Packages that use VirtualMachineConfiguration
-
Uses of VirtualMachineConfiguration in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return VirtualMachineConfigurationModifier and TypeMethodDescriptionstatic VirtualMachineConfigurationVirtualMachineConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineConfiguration from the JsonReader.BatchPool.getVirtualMachineConfiguration()Get the virtualMachineConfiguration property: The virtual machine configuration for the Pool.BatchPoolCreateContent.getVirtualMachineConfiguration()Get the virtualMachineConfiguration property: The virtual machine configuration for the Pool.BatchPoolSpecification.getVirtualMachineConfiguration()Get the virtualMachineConfiguration property: The virtual machine configuration for the Pool.BatchPoolUpdateContent.getVirtualMachineConfiguration()Get the virtualMachineConfiguration property: The virtual machine configuration for the Pool.VirtualMachineConfiguration.setContainerConfiguration(ContainerConfiguration containerConfiguration) Set the containerConfiguration property: The container configuration for the Pool.VirtualMachineConfiguration.setDataDisks(List<DataDisk> dataDisks) Set the dataDisks property: The configuration for data disks attached to the Compute Nodes in the Pool.VirtualMachineConfiguration.setDiskEncryptionConfiguration(DiskEncryptionConfiguration diskEncryptionConfiguration) Set the diskEncryptionConfiguration property: The disk encryption configuration for the pool.VirtualMachineConfiguration.setExtensions(List<VMExtension> extensions) Set the extensions property: The virtual machine extension for the pool.VirtualMachineConfiguration.setLicenseType(String licenseType) Set the licenseType property: 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 Compute Nodes which will be deployed.VirtualMachineConfiguration.setNodePlacementConfiguration(BatchNodePlacementConfiguration nodePlacementConfiguration) Set the nodePlacementConfiguration property: The node placement configuration for the pool.Set the osDisk property: Settings for the operating system disk of the Virtual Machine.VirtualMachineConfiguration.setSecurityProfile(SecurityProfile securityProfile) Set the securityProfile property: Specifies the security profile settings for the virtual machine or virtual machine scale set.VirtualMachineConfiguration.setServiceArtifactReference(ServiceArtifactReference serviceArtifactReference) Set the serviceArtifactReference property: Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version.VirtualMachineConfiguration.setWindowsConfiguration(WindowsConfiguration windowsConfiguration) Set the windowsConfiguration property: Windows operating system settings on the virtual machine.Methods in com.azure.compute.batch.models with parameters of type VirtualMachineConfigurationModifier and TypeMethodDescriptionBatchPoolCreateContent.setVirtualMachineConfiguration(VirtualMachineConfiguration virtualMachineConfiguration) Set the virtualMachineConfiguration property: The virtual machine configuration for the Pool.BatchPoolSpecification.setVirtualMachineConfiguration(VirtualMachineConfiguration virtualMachineConfiguration) Set the virtualMachineConfiguration property: The virtual machine configuration for the Pool.BatchPoolUpdateContent.setVirtualMachineConfiguration(VirtualMachineConfiguration virtualMachineConfiguration) Set the virtualMachineConfiguration property: The virtual machine configuration for the Pool.