Freigeben über


TestJobGetResponse type

Enthält Antwortdaten für den Get-Vorgang.

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