Get Virtual Machine Result
data class GetVirtualMachineResult(val availabilitySets: List<VirtualMachinePropertiesResponseAvailabilitySets>? = null, val checkpointType: String? = null, val checkpoints: List<CheckpointResponse>? = null, val cloudId: String? = null, val extendedLocation: ExtendedLocationResponse, val generation: Int? = null, val hardwareProfile: HardwareProfileResponse? = null, val id: String, val inventoryItemId: String? = null, val location: String, val name: String, val networkProfile: NetworkProfileResponse? = null, val osProfile: OsProfileResponse? = null, val powerState: String, val provisioningState: String, val storageProfile: StorageProfileResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val templateId: String? = null, val type: String, val uuid: String? = null, val vmName: String? = null, val vmmServerId: String? = null)
The VirtualMachines resource definition.
Constructors
Link copied to clipboard
fun GetVirtualMachineResult(availabilitySets: List<VirtualMachinePropertiesResponseAvailabilitySets>? = null, checkpointType: String? = null, checkpoints: List<CheckpointResponse>? = null, cloudId: String? = null, extendedLocation: ExtendedLocationResponse, generation: Int? = null, hardwareProfile: HardwareProfileResponse? = null, id: String, inventoryItemId: String? = null, location: String, name: String, networkProfile: NetworkProfileResponse? = null, osProfile: OsProfileResponse? = null, powerState: String, provisioningState: String, storageProfile: StorageProfileResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, templateId: String? = null, type: String, uuid: String? = null, vmName: String? = null, vmmServerId: 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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard