Freigeben über


ConnectionTypeListByAutomationAccountNextResponse type

Enthält Antwortdaten für den ListByAutomationAccountNext-Vorgang.

type ConnectionTypeListByAutomationAccountNextResponse =
  ConnectionTypeListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ConnectionTypeListResult
    }
  }