Get Hci Edge Device Result
data class GetHciEdgeDeviceResult(val azureApiVersion: String, val id: String, val kind: String, val name: String, val properties: HciEdgeDevicePropertiesResponse, val systemData: SystemDataResponse, val type: String)
Arc-enabled edge device with HCI OS.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, kind: String, name: String, properties: HciEdgeDevicePropertiesResponse, systemData: SystemDataResponse, type: String)