Aracılığıyla paylaş


TestJobCreateResponse type

Oluşturma işlemi için yanıt verilerini içerir.

type TestJobCreateResponse = TestJob & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: TestJob }
}