LabVirtualMachineCreationParameterArgs

data class LabVirtualMachineCreationParameterArgs(val allowClaim: Output<Boolean>? = null, val artifacts: Output<List<ArtifactInstallPropertiesArgs>>? = null, val bulkCreationParameters: Output<BulkCreationParametersArgs>? = null, val createdDate: Output<String>? = null, val customImageId: Output<String>? = null, val dataDiskParameters: Output<List<DataDiskPropertiesArgs>>? = null, val disallowPublicIpAddress: Output<Boolean>? = null, val environmentId: Output<String>? = null, val expirationDate: Output<String>? = null, val galleryImageReference: Output<GalleryImageReferenceArgs>? = null, val isAuthenticationWithSshKey: Output<Boolean>? = null, val labSubnetName: Output<String>? = null, val labVirtualNetworkId: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val networkInterface: Output<NetworkInterfacePropertiesArgs>? = null, val notes: Output<String>? = null, val ownerObjectId: Output<String>? = null, val ownerUserPrincipalName: Output<String>? = null, val password: Output<String>? = null, val planId: Output<String>? = null, val scheduleParameters: Output<List<ScheduleCreationParameterArgs>>? = null, val size: Output<String>? = null, val sshKey: Output<String>? = null, val storageType: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val userName: Output<String>? = null) : ConvertibleToJava<LabVirtualMachineCreationParameterArgs>

Properties for creating a virtual machine.

Constructors

Link copied to clipboard
constructor(allowClaim: Output<Boolean>? = null, artifacts: Output<List<ArtifactInstallPropertiesArgs>>? = null, bulkCreationParameters: Output<BulkCreationParametersArgs>? = null, createdDate: Output<String>? = null, customImageId: Output<String>? = null, dataDiskParameters: Output<List<DataDiskPropertiesArgs>>? = null, disallowPublicIpAddress: Output<Boolean>? = null, environmentId: Output<String>? = null, expirationDate: Output<String>? = null, galleryImageReference: Output<GalleryImageReferenceArgs>? = null, isAuthenticationWithSshKey: Output<Boolean>? = null, labSubnetName: Output<String>? = null, labVirtualNetworkId: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, networkInterface: Output<NetworkInterfacePropertiesArgs>? = null, notes: Output<String>? = null, ownerObjectId: Output<String>? = null, ownerUserPrincipalName: Output<String>? = null, password: Output<String>? = null, planId: Output<String>? = null, scheduleParameters: Output<List<ScheduleCreationParameterArgs>>? = null, size: Output<String>? = null, sshKey: Output<String>? = null, storageType: Output<String>? = null, tags: Output<Map<String, String>>? = null, userName: Output<String>? = null)

Properties

Link copied to clipboard
val allowClaim: Output<Boolean>? = null

Indicates whether another user can take ownership of the virtual machine

Link copied to clipboard

The artifacts to be installed on the virtual machine.

Link copied to clipboard

The number of virtual machine instances to create.

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

The creation date of the virtual machine.

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

The custom image identifier of the virtual machine.

Link copied to clipboard

New or existing data disks to attach to the virtual machine after creation

Link copied to clipboard
val disallowPublicIpAddress: Output<Boolean>? = null

Indicates whether the virtual machine is to be created without a public IP address.

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

The resource ID of the environment that contains this virtual machine, if any.

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

The expiration date for VM.

Link copied to clipboard

The Microsoft Azure Marketplace image reference of the virtual machine.

Link copied to clipboard
val isAuthenticationWithSshKey: Output<Boolean>? = null

Indicates whether this virtual machine uses an SSH key for authentication.

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

The lab subnet name of the virtual machine.

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

The lab virtual network identifier of the virtual machine.

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

The location of the new virtual machine or environment

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

The name of the virtual machine or environment

Link copied to clipboard

The network interface properties.

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

The notes of the virtual machine.

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

The object identifier of the owner of the virtual machine.

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

The user principal name of the virtual machine owner.

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

The password of the virtual machine administrator.

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

The id of the plan associated with the virtual machine image

Link copied to clipboard

Virtual Machine schedules to be created

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

The size of the virtual machine.

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

The SSH key of the virtual machine administrator.

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

Storage type to use for virtual machine (i.e. Standard, Premium).

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

The tags of the resource.

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

The user name of the virtual machine.

Functions

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