Condividi tramite


JobsGetResponse type

Contiene i dati di risposta per l'operazione get.

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