DscCompilationJobGetStreamResponse type
Содержит данные ответа для операции getStream.
type DscCompilationJobGetStreamResponse = JobStream & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: JobStream }
}