Bagikan melalui


ConnectionTypeListByAutomationAccountResponse type

Berisi data respons untuk operasi listByAutomationAccount.

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