RunbookListByAutomationAccountNextResponse type
Obsahuje data odpovědi pro operaci listByAutomationAccountNext.
type RunbookListByAutomationAccountNextResponse = RunbookListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: RunbookListResult
}
}