ProcessesGetResponse type

Alma işlemi için yanıt verilerini içerir.

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