مشاركة عبر


InvokeInfrastructureQueryResponse type

يحتوي على بيانات الاستجابة لعملية invokeInfrastructureQuery.

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