DscCompilationJobListByAutomationAccountResponse type
Contains response data for the listByAutomationAccount operation.
type DscCompilationJobListByAutomationAccountResponse =
DscCompilationJobListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DscCompilationJobListResult
}
}