Condividi tramite


ConnectionListByAutomationAccountResponse type

Contiene i dati di risposta per l'operazione listByAutomationAccount.

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