VersionsImportMethodResponse type
Bevat antwoordgegevens voor de importMethod-bewerking.
type VersionsImportMethodResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}