ExportIterationResponse type
Bevat antwoordgegevens voor de exportIteration-bewerking.
type ExportIterationResponse = ExportModel & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ExportModel
}
}