Sdílet prostřednictvím


ConnectionListByAutomationAccountNextResponse type

Obsahuje data odpovědi pro operaci listByAutomationAccountNext.

type ConnectionListByAutomationAccountNextResponse = ConnectionListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ConnectionListResult
  }
}