ScheduleListByAutomationAccountResponse type
Содержит данные ответа для операции listByAutomationAccount.
type ScheduleListByAutomationAccountResponse = ScheduleListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ScheduleListResult
}
}