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