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