Aracılığıyla paylaş


ScheduleListByAutomationAccountNextResponse type

listByAutomationAccountNext işlemi için yanıt verilerini içerir.

type ScheduleListByAutomationAccountNextResponse = ScheduleListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ScheduleListResult
  }
}