ModuleUpdateResponse type

更新操作の応答データが含まれます。

type ModuleUpdateResponse = Module & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Module }
}