JobListByAutomationAccountResponse type
listByAutomationAccount işlemi için yanıt verilerini içerir.
type JobListByAutomationAccountResponse = JobListResultV2 & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: JobListResultV2
}
}