Aracılığıyla paylaş


TestJobStreamsGetResponse type

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

type TestJobStreamsGetResponse = JobStream & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: JobStream }
}