CreateRepairTaskResponse type
Enthält Antwortdaten für den createRepairTask-Vorgang.
type CreateRepairTaskResponse = RepairTaskUpdateInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: RepairTaskUpdateInfo
}
}