Sdílet prostřednictvím


ConnectionListByAutomationAccountResponse type

Obsahuje data odpovědi pro operaci listByAutomationAccount.

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