ProcessesGetResponse type

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

type ProcessesGetResponse = Process & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Process }
}