Aracılığıyla paylaş


ConnectionTypeListByAutomationAccountResponse type

listByAutomationAccount işlemi için yanıt verilerini içerir.

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