Lab Virtual Machine Creation Parameter Response
data class LabVirtualMachineCreationParameterResponse(val allowClaim: Boolean? = null, val artifacts: List<ArtifactInstallPropertiesResponse>? = null, val bulkCreationParameters: BulkCreationParametersResponse? = null, val createdDate: String? = null, val customImageId: String? = null, val dataDiskParameters: List<DataDiskPropertiesResponse>? = null, val disallowPublicIpAddress: Boolean? = null, val environmentId: String? = null, val expirationDate: String? = null, val galleryImageReference: GalleryImageReferenceResponse? = null, val isAuthenticationWithSshKey: Boolean? = null, val labSubnetName: String? = null, val labVirtualNetworkId: String? = null, val location: String? = null, val name: String? = null, val networkInterface: NetworkInterfacePropertiesResponse? = null, val notes: String? = null, val ownerObjectId: String? = null, val ownerUserPrincipalName: String? = null, val password: String? = null, val planId: String? = null, val scheduleParameters: List<ScheduleCreationParameterResponse>? = null, val size: String? = null, val sshKey: String? = null, val storageType: String? = null, val tags: Map<String, String>? = null, val userName: String? = null)
Properties for creating a virtual machine.
Constructors
Link copied to clipboard
fun LabVirtualMachineCreationParameterResponse(allowClaim: Boolean? = null, artifacts: List<ArtifactInstallPropertiesResponse>? = null, bulkCreationParameters: BulkCreationParametersResponse? = null, createdDate: String? = null, customImageId: String? = null, dataDiskParameters: List<DataDiskPropertiesResponse>? = null, disallowPublicIpAddress: Boolean? = null, environmentId: String? = null, expirationDate: String? = null, galleryImageReference: GalleryImageReferenceResponse? = null, isAuthenticationWithSshKey: Boolean? = null, labSubnetName: String? = null, labVirtualNetworkId: String? = null, location: String? = null, name: String? = null, networkInterface: NetworkInterfacePropertiesResponse? = null, notes: String? = null, ownerObjectId: String? = null, ownerUserPrincipalName: String? = null, password: String? = null, planId: String? = null, scheduleParameters: List<ScheduleCreationParameterResponse>? = null, size: String? = null, sshKey: String? = null, storageType: String? = null, tags: Map<String, String>? = null, userName: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard