VersionsImportMethodResponse type

Enthält Antwortdaten für den ImportMethod-Vorgang.

type VersionsImportMethodResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}