LabVirtualMachineCreationParameterArgs

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)