共用方式為


HybridRunbookWorkerGroupListByAutomationAccountNextResponse type

包含 listByAutomationAccountNext 作業的回應資料。

type HybridRunbookWorkerGroupListByAutomationAccountNextResponse =
  HybridRunbookWorkerGroupsListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: HybridRunbookWorkerGroupsListResult
    }
  }