InvokeInfrastructureQueryResponse type
invokeInfrastructureQuery 操作の応答データが含まれています。
type InvokeInfrastructureQueryResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}