Freigeben über


TestJobCreateResponse type

Enthält Antwortdaten für den Erstellungsvorgang.

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