ExportIterationResponse type
Enthält Antwortdaten für den exportIteration-Vorgang.
type ExportIterationResponse = ExportModel & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ExportModel
}
}