Aracılığıyla paylaş


ScheduleListByAutomationAccountResponse type

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

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