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