RunbookListByAutomationAccountNextResponse type
listByAutomationAccountNext işlemi için yanıt verilerini içerir.
type RunbookListByAutomationAccountNextResponse = RunbookListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: RunbookListResult
}
}