Lab Virtual Machine Creation Parameter Args
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
fun LabVirtualMachineCreationParameterArgs(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)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard