VersionsImportMethodResponse type
Az importMethod művelet válaszadatait tartalmazza.
type VersionsImportMethodResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}