TestJobStreamsListByTestJobNextResponse type
listByTestJobNext işlemi için yanıt verilerini içerir.
type TestJobStreamsListByTestJobNextResponse = JobStreamListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: JobStreamListResult
}
}