ProcessesGetResponse type

Obsahuje data odpovědí pro operaci get.

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