TestJobStreamsListByTestJobNextResponse type
Enthält Antwortdaten für den ListByTestJobNext-Vorgang.
type TestJobStreamsListByTestJobNextResponse = JobStreamListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: JobStreamListResult
}
}