Get Hci Edge Device Job Result
data class GetHciEdgeDeviceJobResult(val azureApiVersion: String, val id: String, val kind: String, val name: String, val properties: Either<HciCollectLogJobPropertiesResponse, HciRemoteSupportJobPropertiesResponse>, val systemData: SystemDataResponse, val type: String)
Edge device job for Azure Stack HCI solution.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, kind: String, name: String, properties: Either<HciCollectLogJobPropertiesResponse, HciRemoteSupportJobPropertiesResponse>, systemData: SystemDataResponse, type: String)