Bagikan melalui


ConnectionListByAutomationAccountResponse type

Berisi data respons untuk operasi listByAutomationAccount.

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