Bagikan melalui


JobCreateResponse type

Berisi data respons untuk operasi pembuatan.

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