Aracılığıyla paylaş


JobGetResponse type

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

type JobGetResponse = Job & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Job }
}