Sdílet prostřednictvím


JobsGetResponse type

Obsahuje data odpovědi pro operaci get.

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