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