Get Virtual Machine Result
data class GetVirtualMachineResult(val allowClaim: Boolean? = null, val applicableSchedule: ApplicableScheduleResponse, val artifactDeploymentStatus: ArtifactDeploymentStatusPropertiesResponse, val artifacts: List<ArtifactInstallPropertiesResponse>? = null, val computeId: String, val computeVm: ComputeVmPropertiesResponse, val createdByUser: String, val createdByUserId: String, 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 fqdn: String, val galleryImageReference: GalleryImageReferenceResponse? = null, val id: String, val isAuthenticationWithSshKey: Boolean? = null, val labSubnetName: String? = null, val labVirtualNetworkId: String? = null, val lastKnownPowerState: String, val location: String? = null, val name: String, val networkInterface: NetworkInterfacePropertiesResponse? = null, val notes: String? = null, val osType: String, val ownerObjectId: String? = null, val ownerUserPrincipalName: String? = null, val password: String? = null, val planId: String? = null, val provisioningState: String, val scheduleParameters: List<ScheduleCreationParameterResponse>? = null, val size: String? = null, val sshKey: String? = null, val storageType: String? = null, val tags: Map<String, String>? = null, val type: String, val uniqueIdentifier: String, val userName: String? = null, val virtualMachineCreationSource: String)
A virtual machine.
Constructors
Link copied to clipboard
fun GetVirtualMachineResult(allowClaim: Boolean? = null, applicableSchedule: ApplicableScheduleResponse, artifactDeploymentStatus: ArtifactDeploymentStatusPropertiesResponse, artifacts: List<ArtifactInstallPropertiesResponse>? = null, computeId: String, computeVm: ComputeVmPropertiesResponse, createdByUser: String, createdByUserId: String, createdDate: String? = null, customImageId: String? = null, dataDiskParameters: List<DataDiskPropertiesResponse>? = null, disallowPublicIpAddress: Boolean? = null, environmentId: String? = null, expirationDate: String? = null, fqdn: String, galleryImageReference: GalleryImageReferenceResponse? = null, id: String, isAuthenticationWithSshKey: Boolean? = null, labSubnetName: String? = null, labVirtualNetworkId: String? = null, lastKnownPowerState: String, location: String? = null, name: String, networkInterface: NetworkInterfacePropertiesResponse? = null, notes: String? = null, osType: String, ownerObjectId: String? = null, ownerUserPrincipalName: String? = null, password: String? = null, planId: String? = null, provisioningState: String, scheduleParameters: List<ScheduleCreationParameterResponse>? = null, size: String? = null, sshKey: String? = null, storageType: String? = null, tags: Map<String, String>? = null, type: String, uniqueIdentifier: String, userName: String? = null, virtualMachineCreationSource: String)
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
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