@azure/arm-agrifood 1.0.0-beta.4 → 1.0.0-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (357) hide show
  1. package/CHANGELOG.md +26 -10
  2. package/LICENSE +4 -4
  3. package/README.md +26 -18
  4. package/{dist-esm/src → dist/commonjs}/agriFoodMgmtClient.d.ts +2 -2
  5. package/dist/commonjs/agriFoodMgmtClient.d.ts.map +1 -0
  6. package/dist/commonjs/agriFoodMgmtClient.js +123 -0
  7. package/dist/commonjs/agriFoodMgmtClient.js.map +1 -0
  8. package/dist/commonjs/index.d.ts +5 -0
  9. package/dist/commonjs/index.d.ts.map +1 -0
  10. package/dist/commonjs/index.js +19 -0
  11. package/dist/commonjs/index.js.map +1 -0
  12. package/dist/commonjs/lroImpl.js +37 -0
  13. package/dist/commonjs/lroImpl.js.map +1 -0
  14. package/{dist-esm/src → dist/commonjs}/models/index.d.ts +32 -32
  15. package/{dist-esm/src → dist/commonjs}/models/index.d.ts.map +1 -1
  16. package/dist/commonjs/models/index.js +91 -0
  17. package/dist/commonjs/models/index.js.map +1 -0
  18. package/dist/commonjs/models/mappers.js +1059 -0
  19. package/dist/commonjs/models/mappers.js.map +1 -0
  20. package/dist/commonjs/models/parameters.js +274 -0
  21. package/dist/commonjs/models/parameters.js.map +1 -0
  22. package/{dist-esm/src → dist/commonjs}/operations/extensions.d.ts +3 -3
  23. package/dist/commonjs/operations/extensions.d.ts.map +1 -0
  24. package/dist/commonjs/operations/extensions.js +278 -0
  25. package/dist/commonjs/operations/extensions.js.map +1 -0
  26. package/{dist-esm/src → dist/commonjs}/operations/farmBeatsExtensions.d.ts +3 -3
  27. package/dist/commonjs/operations/farmBeatsExtensions.d.ts.map +1 -0
  28. package/dist/commonjs/operations/farmBeatsExtensions.js +160 -0
  29. package/dist/commonjs/operations/farmBeatsExtensions.js.map +1 -0
  30. package/{dist-esm/src → dist/commonjs}/operations/farmBeatsModels.d.ts +3 -3
  31. package/dist/commonjs/operations/farmBeatsModels.d.ts.map +1 -0
  32. package/dist/commonjs/operations/farmBeatsModels.js +461 -0
  33. package/dist/commonjs/operations/farmBeatsModels.js.map +1 -0
  34. package/dist/commonjs/operations/index.d.ts +8 -0
  35. package/dist/commonjs/operations/index.d.ts.map +1 -0
  36. package/dist/commonjs/operations/index.js +18 -0
  37. package/dist/commonjs/operations/index.js.map +1 -0
  38. package/{dist-esm/src → dist/commonjs}/operations/locations.d.ts +3 -3
  39. package/dist/commonjs/operations/locations.d.ts.map +1 -0
  40. package/dist/commonjs/operations/locations.js +55 -0
  41. package/dist/commonjs/operations/locations.js.map +1 -0
  42. package/{dist-esm/src → dist/commonjs}/operations/operations.d.ts +3 -3
  43. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  44. package/dist/commonjs/operations/operations.js +122 -0
  45. package/dist/commonjs/operations/operations.js.map +1 -0
  46. package/{dist-esm/src → dist/commonjs}/operations/privateEndpointConnections.d.ts +3 -3
  47. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  48. package/dist/commonjs/operations/privateEndpointConnections.js +260 -0
  49. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  50. package/{dist-esm/src → dist/commonjs}/operations/privateLinkResources.d.ts +3 -3
  51. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  52. package/dist/commonjs/operations/privateLinkResources.js +129 -0
  53. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  54. package/{dist-esm/src → dist/commonjs}/operationsInterfaces/extensions.d.ts +1 -1
  55. package/dist/commonjs/operationsInterfaces/extensions.d.ts.map +1 -0
  56. package/dist/commonjs/operationsInterfaces/extensions.js +10 -0
  57. package/dist/commonjs/operationsInterfaces/extensions.js.map +1 -0
  58. package/{dist-esm/src → dist/commonjs}/operationsInterfaces/farmBeatsExtensions.d.ts +1 -1
  59. package/dist/commonjs/operationsInterfaces/farmBeatsExtensions.d.ts.map +1 -0
  60. package/dist/commonjs/operationsInterfaces/farmBeatsExtensions.js +10 -0
  61. package/dist/commonjs/operationsInterfaces/farmBeatsExtensions.js.map +1 -0
  62. package/{dist-esm/src → dist/commonjs}/operationsInterfaces/farmBeatsModels.d.ts +1 -1
  63. package/dist/commonjs/operationsInterfaces/farmBeatsModels.d.ts.map +1 -0
  64. package/dist/commonjs/operationsInterfaces/farmBeatsModels.js +10 -0
  65. package/dist/commonjs/operationsInterfaces/farmBeatsModels.js.map +1 -0
  66. package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
  67. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  68. package/dist/commonjs/operationsInterfaces/index.js +18 -0
  69. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  70. package/{dist-esm/src → dist/commonjs}/operationsInterfaces/locations.d.ts +1 -1
  71. package/{dist-esm/src → dist/commonjs}/operationsInterfaces/locations.d.ts.map +1 -1
  72. package/dist/commonjs/operationsInterfaces/locations.js +10 -0
  73. package/dist/commonjs/operationsInterfaces/locations.js.map +1 -0
  74. package/{dist-esm/src → dist/commonjs}/operationsInterfaces/operations.d.ts +1 -1
  75. package/{dist-esm/src → dist/commonjs}/operationsInterfaces/operations.d.ts.map +1 -1
  76. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  77. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  78. package/{dist-esm/src → dist/commonjs}/operationsInterfaces/privateEndpointConnections.d.ts +1 -1
  79. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  80. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  81. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  82. package/{dist-esm/src → dist/commonjs}/operationsInterfaces/privateLinkResources.d.ts +1 -1
  83. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  84. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  85. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  86. package/dist/commonjs/package.json +3 -0
  87. package/dist/commonjs/pagingHelper.js +34 -0
  88. package/dist/commonjs/pagingHelper.js.map +1 -0
  89. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  90. package/dist/esm/agriFoodMgmtClient.d.ts +26 -0
  91. package/dist/esm/agriFoodMgmtClient.d.ts.map +1 -0
  92. package/{dist-esm/src → dist/esm}/agriFoodMgmtClient.js +36 -24
  93. package/dist/esm/agriFoodMgmtClient.js.map +1 -0
  94. package/dist/esm/index.d.ts +5 -0
  95. package/dist/esm/index.d.ts.map +1 -0
  96. package/{dist-esm/src → dist/esm}/index.js +4 -4
  97. package/dist/esm/index.js.map +1 -0
  98. package/dist/esm/lroImpl.d.ts +16 -0
  99. package/dist/esm/lroImpl.d.ts.map +1 -0
  100. package/{dist-esm/src → dist/esm}/lroImpl.js +13 -9
  101. package/dist/esm/lroImpl.js.map +1 -0
  102. package/{types/arm-agrifood.d.ts → dist/esm/models/index.d.ts} +829 -1167
  103. package/dist/esm/models/index.d.ts.map +1 -0
  104. package/dist/esm/models/index.js.map +1 -0
  105. package/dist/esm/models/mappers.d.ts +35 -0
  106. package/dist/esm/models/mappers.d.ts.map +1 -0
  107. package/{dist-esm/src → dist/esm}/models/mappers.js +81 -37
  108. package/dist/esm/models/mappers.js.map +1 -0
  109. package/dist/esm/models/parameters.d.ts +26 -0
  110. package/dist/esm/models/parameters.d.ts.map +1 -0
  111. package/{dist-esm/src → dist/esm}/models/parameters.js +1 -1
  112. package/dist/esm/models/parameters.js.map +1 -0
  113. package/dist/esm/operations/extensions.d.ts +70 -0
  114. package/dist/esm/operations/extensions.d.ts.map +1 -0
  115. package/{dist-esm/src → dist/esm}/operations/extensions.js +26 -41
  116. package/dist/esm/operations/extensions.js.map +1 -0
  117. package/dist/esm/operations/farmBeatsExtensions.d.ts +38 -0
  118. package/dist/esm/operations/farmBeatsExtensions.d.ts.map +1 -0
  119. package/{dist-esm/src → dist/esm}/operations/farmBeatsExtensions.js +26 -41
  120. package/dist/esm/operations/farmBeatsExtensions.js.map +1 -0
  121. package/dist/esm/operations/farmBeatsModels.d.ts +100 -0
  122. package/dist/esm/operations/farmBeatsModels.d.ts.map +1 -0
  123. package/{dist-esm/src → dist/esm}/operations/farmBeatsModels.js +87 -116
  124. package/dist/esm/operations/farmBeatsModels.js.map +1 -0
  125. package/dist/esm/operations/index.d.ts +8 -0
  126. package/dist/esm/operations/index.d.ts.map +1 -0
  127. package/dist/esm/operations/index.js +15 -0
  128. package/dist/esm/operations/index.js.map +1 -0
  129. package/dist/esm/operations/locations.d.ts +19 -0
  130. package/dist/esm/operations/locations.d.ts.map +1 -0
  131. package/{dist-esm/src → dist/esm}/operations/locations.js +3 -2
  132. package/dist/esm/operations/locations.js.map +1 -0
  133. package/dist/esm/operations/operations.d.ts +32 -0
  134. package/dist/esm/operations/operations.d.ts.map +1 -0
  135. package/{dist-esm/src → dist/esm}/operations/operations.js +26 -41
  136. package/dist/esm/operations/operations.js.map +1 -0
  137. package/dist/esm/operations/privateEndpointConnections.d.ts +64 -0
  138. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  139. package/{dist-esm/src → dist/esm}/operations/privateEndpointConnections.js +56 -70
  140. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  141. package/dist/esm/operations/privateLinkResources.d.ts +38 -0
  142. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  143. package/{dist-esm/src → dist/esm}/operations/privateLinkResources.js +12 -27
  144. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  145. package/dist/esm/operationsInterfaces/extensions.d.ts +45 -0
  146. package/dist/esm/operationsInterfaces/extensions.d.ts.map +1 -0
  147. package/dist/esm/operationsInterfaces/extensions.js.map +1 -0
  148. package/dist/esm/operationsInterfaces/farmBeatsExtensions.d.ts +17 -0
  149. package/dist/esm/operationsInterfaces/farmBeatsExtensions.d.ts.map +1 -0
  150. package/dist/esm/operationsInterfaces/farmBeatsExtensions.js.map +1 -0
  151. package/dist/esm/operationsInterfaces/farmBeatsModels.d.ts +64 -0
  152. package/dist/esm/operationsInterfaces/farmBeatsModels.d.ts.map +1 -0
  153. package/dist/esm/operationsInterfaces/farmBeatsModels.js.map +1 -0
  154. package/dist/esm/operationsInterfaces/index.d.ts +8 -0
  155. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  156. package/dist/esm/operationsInterfaces/index.js +15 -0
  157. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  158. package/dist/esm/operationsInterfaces/locations.d.ts +11 -0
  159. package/dist/esm/operationsInterfaces/locations.d.ts.map +1 -0
  160. package/dist/esm/operationsInterfaces/locations.js.map +1 -0
  161. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  162. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  163. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  164. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +47 -0
  165. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  166. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  167. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +21 -0
  168. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  169. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  170. package/dist/esm/package.json +3 -0
  171. package/dist/esm/pagingHelper.d.ts +13 -0
  172. package/dist/esm/pagingHelper.d.ts.map +1 -0
  173. package/{dist-esm/src → dist/esm}/pagingHelper.js +2 -4
  174. package/dist/esm/pagingHelper.js.map +1 -0
  175. package/package.json +70 -78
  176. package/dist/index.js +0 -3099
  177. package/dist/index.js.map +0 -1
  178. package/dist/index.min.js +0 -1
  179. package/dist/index.min.js.map +0 -1
  180. package/dist-esm/samples-dev/extensionsCreateSample.d.ts +0 -2
  181. package/dist-esm/samples-dev/extensionsCreateSample.d.ts.map +0 -1
  182. package/dist-esm/samples-dev/extensionsCreateSample.js +0 -32
  183. package/dist-esm/samples-dev/extensionsCreateSample.js.map +0 -1
  184. package/dist-esm/samples-dev/extensionsDeleteSample.d.ts +0 -2
  185. package/dist-esm/samples-dev/extensionsDeleteSample.d.ts.map +0 -1
  186. package/dist-esm/samples-dev/extensionsDeleteSample.js +0 -32
  187. package/dist-esm/samples-dev/extensionsDeleteSample.js.map +0 -1
  188. package/dist-esm/samples-dev/extensionsGetSample.d.ts +0 -2
  189. package/dist-esm/samples-dev/extensionsGetSample.d.ts.map +0 -1
  190. package/dist-esm/samples-dev/extensionsGetSample.js +0 -32
  191. package/dist-esm/samples-dev/extensionsGetSample.js.map +0 -1
  192. package/dist-esm/samples-dev/extensionsListByFarmBeatsSample.d.ts +0 -2
  193. package/dist-esm/samples-dev/extensionsListByFarmBeatsSample.d.ts.map +0 -1
  194. package/dist-esm/samples-dev/extensionsListByFarmBeatsSample.js +0 -45
  195. package/dist-esm/samples-dev/extensionsListByFarmBeatsSample.js.map +0 -1
  196. package/dist-esm/samples-dev/extensionsUpdateSample.d.ts +0 -2
  197. package/dist-esm/samples-dev/extensionsUpdateSample.d.ts.map +0 -1
  198. package/dist-esm/samples-dev/extensionsUpdateSample.js +0 -32
  199. package/dist-esm/samples-dev/extensionsUpdateSample.js.map +0 -1
  200. package/dist-esm/samples-dev/farmBeatsExtensionsGetSample.d.ts +0 -2
  201. package/dist-esm/samples-dev/farmBeatsExtensionsGetSample.d.ts.map +0 -1
  202. package/dist-esm/samples-dev/farmBeatsExtensionsGetSample.js +0 -30
  203. package/dist-esm/samples-dev/farmBeatsExtensionsGetSample.js.map +0 -1
  204. package/dist-esm/samples-dev/farmBeatsExtensionsListSample.d.ts +0 -2
  205. package/dist-esm/samples-dev/farmBeatsExtensionsListSample.d.ts.map +0 -1
  206. package/dist-esm/samples-dev/farmBeatsExtensionsListSample.js +0 -43
  207. package/dist-esm/samples-dev/farmBeatsExtensionsListSample.js.map +0 -1
  208. package/dist-esm/samples-dev/farmBeatsModelsCreateOrUpdateSample.d.ts +0 -2
  209. package/dist-esm/samples-dev/farmBeatsModelsCreateOrUpdateSample.d.ts.map +0 -1
  210. package/dist-esm/samples-dev/farmBeatsModelsCreateOrUpdateSample.js +0 -35
  211. package/dist-esm/samples-dev/farmBeatsModelsCreateOrUpdateSample.js.map +0 -1
  212. package/dist-esm/samples-dev/farmBeatsModelsDeleteSample.d.ts +0 -2
  213. package/dist-esm/samples-dev/farmBeatsModelsDeleteSample.d.ts.map +0 -1
  214. package/dist-esm/samples-dev/farmBeatsModelsDeleteSample.js +0 -31
  215. package/dist-esm/samples-dev/farmBeatsModelsDeleteSample.js.map +0 -1
  216. package/dist-esm/samples-dev/farmBeatsModelsGetOperationResultSample.d.ts +0 -2
  217. package/dist-esm/samples-dev/farmBeatsModelsGetOperationResultSample.d.ts.map +0 -1
  218. package/dist-esm/samples-dev/farmBeatsModelsGetOperationResultSample.js +0 -32
  219. package/dist-esm/samples-dev/farmBeatsModelsGetOperationResultSample.js.map +0 -1
  220. package/dist-esm/samples-dev/farmBeatsModelsGetSample.d.ts +0 -2
  221. package/dist-esm/samples-dev/farmBeatsModelsGetSample.d.ts.map +0 -1
  222. package/dist-esm/samples-dev/farmBeatsModelsGetSample.js +0 -31
  223. package/dist-esm/samples-dev/farmBeatsModelsGetSample.js.map +0 -1
  224. package/dist-esm/samples-dev/farmBeatsModelsListByResourceGroupSample.d.ts +0 -2
  225. package/dist-esm/samples-dev/farmBeatsModelsListByResourceGroupSample.d.ts.map +0 -1
  226. package/dist-esm/samples-dev/farmBeatsModelsListByResourceGroupSample.js +0 -44
  227. package/dist-esm/samples-dev/farmBeatsModelsListByResourceGroupSample.js.map +0 -1
  228. package/dist-esm/samples-dev/farmBeatsModelsListBySubscriptionSample.d.ts +0 -2
  229. package/dist-esm/samples-dev/farmBeatsModelsListBySubscriptionSample.d.ts.map +0 -1
  230. package/dist-esm/samples-dev/farmBeatsModelsListBySubscriptionSample.js +0 -43
  231. package/dist-esm/samples-dev/farmBeatsModelsListBySubscriptionSample.js.map +0 -1
  232. package/dist-esm/samples-dev/farmBeatsModelsUpdateSample.d.ts +0 -2
  233. package/dist-esm/samples-dev/farmBeatsModelsUpdateSample.d.ts.map +0 -1
  234. package/dist-esm/samples-dev/farmBeatsModelsUpdateSample.js +0 -57
  235. package/dist-esm/samples-dev/farmBeatsModelsUpdateSample.js.map +0 -1
  236. package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.d.ts +0 -2
  237. package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.d.ts.map +0 -1
  238. package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.js +0 -53
  239. package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.js.map +0 -1
  240. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  241. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  242. package/dist-esm/samples-dev/operationsListSample.js +0 -43
  243. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  244. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
  245. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
  246. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -38
  247. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
  248. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  249. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  250. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -32
  251. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  252. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  253. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  254. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -32
  255. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  256. package/dist-esm/samples-dev/privateEndpointConnectionsListByResourceSample.d.ts +0 -2
  257. package/dist-esm/samples-dev/privateEndpointConnectionsListByResourceSample.d.ts.map +0 -1
  258. package/dist-esm/samples-dev/privateEndpointConnectionsListByResourceSample.js +0 -45
  259. package/dist-esm/samples-dev/privateEndpointConnectionsListByResourceSample.js.map +0 -1
  260. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
  261. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
  262. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -32
  263. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
  264. package/dist-esm/samples-dev/privateLinkResourcesListByResourceSample.d.ts +0 -2
  265. package/dist-esm/samples-dev/privateLinkResourcesListByResourceSample.d.ts.map +0 -1
  266. package/dist-esm/samples-dev/privateLinkResourcesListByResourceSample.js +0 -45
  267. package/dist-esm/samples-dev/privateLinkResourcesListByResourceSample.js.map +0 -1
  268. package/dist-esm/src/agriFoodMgmtClient.d.ts.map +0 -1
  269. package/dist-esm/src/agriFoodMgmtClient.js.map +0 -1
  270. package/dist-esm/src/index.d.ts +0 -6
  271. package/dist-esm/src/index.d.ts.map +0 -1
  272. package/dist-esm/src/index.js.map +0 -1
  273. package/dist-esm/src/lroImpl.js.map +0 -1
  274. package/dist-esm/src/models/index.js.map +0 -1
  275. package/dist-esm/src/models/mappers.js.map +0 -1
  276. package/dist-esm/src/models/parameters.js.map +0 -1
  277. package/dist-esm/src/operations/extensions.d.ts.map +0 -1
  278. package/dist-esm/src/operations/extensions.js.map +0 -1
  279. package/dist-esm/src/operations/farmBeatsExtensions.d.ts.map +0 -1
  280. package/dist-esm/src/operations/farmBeatsExtensions.js.map +0 -1
  281. package/dist-esm/src/operations/farmBeatsModels.d.ts.map +0 -1
  282. package/dist-esm/src/operations/farmBeatsModels.js.map +0 -1
  283. package/dist-esm/src/operations/index.d.ts +0 -8
  284. package/dist-esm/src/operations/index.d.ts.map +0 -1
  285. package/dist-esm/src/operations/index.js +0 -15
  286. package/dist-esm/src/operations/index.js.map +0 -1
  287. package/dist-esm/src/operations/locations.d.ts.map +0 -1
  288. package/dist-esm/src/operations/locations.js.map +0 -1
  289. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  290. package/dist-esm/src/operations/operations.js.map +0 -1
  291. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  292. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  293. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  294. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  295. package/dist-esm/src/operationsInterfaces/extensions.d.ts.map +0 -1
  296. package/dist-esm/src/operationsInterfaces/extensions.js.map +0 -1
  297. package/dist-esm/src/operationsInterfaces/farmBeatsExtensions.d.ts.map +0 -1
  298. package/dist-esm/src/operationsInterfaces/farmBeatsExtensions.js.map +0 -1
  299. package/dist-esm/src/operationsInterfaces/farmBeatsModels.d.ts.map +0 -1
  300. package/dist-esm/src/operationsInterfaces/farmBeatsModels.js.map +0 -1
  301. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -8
  302. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  303. package/dist-esm/src/operationsInterfaces/index.js +0 -15
  304. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  305. package/dist-esm/src/operationsInterfaces/locations.js.map +0 -1
  306. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  307. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  308. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  309. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  310. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  311. package/dist-esm/src/pagingHelper.js.map +0 -1
  312. package/dist-esm/test/sampleTest.d.ts +0 -2
  313. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  314. package/dist-esm/test/sampleTest.js +0 -38
  315. package/dist-esm/test/sampleTest.js.map +0 -1
  316. package/rollup.config.js +0 -122
  317. package/src/agriFoodMgmtClient.ts +0 -168
  318. package/src/index.ts +0 -13
  319. package/src/lroImpl.ts +0 -34
  320. package/src/models/index.ts +0 -943
  321. package/src/models/mappers.ts +0 -1090
  322. package/src/models/parameters.ts +0 -305
  323. package/src/operations/extensions.ts +0 -389
  324. package/src/operations/farmBeatsExtensions.ts +0 -198
  325. package/src/operations/farmBeatsModels.ts +0 -624
  326. package/src/operations/index.ts +0 -15
  327. package/src/operations/locations.ts +0 -68
  328. package/src/operations/operations.ts +0 -150
  329. package/src/operations/privateEndpointConnections.ts +0 -369
  330. package/src/operations/privateLinkResources.ts +0 -189
  331. package/src/operationsInterfaces/extensions.ts +0 -88
  332. package/src/operationsInterfaces/farmBeatsExtensions.ts +0 -36
  333. package/src/operationsInterfaces/farmBeatsModels.ts +0 -125
  334. package/src/operationsInterfaces/index.ts +0 -15
  335. package/src/operationsInterfaces/locations.ts +0 -26
  336. package/src/operationsInterfaces/operations.ts +0 -22
  337. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -89
  338. package/src/operationsInterfaces/privateLinkResources.ts +0 -44
  339. package/src/pagingHelper.ts +0 -39
  340. package/tsconfig.json +0 -33
  341. /package/{dist-esm/src → dist/commonjs}/lroImpl.d.ts +0 -0
  342. /package/{dist-esm/src → dist/commonjs}/lroImpl.d.ts.map +0 -0
  343. /package/{dist-esm/src → dist/commonjs}/models/mappers.d.ts +0 -0
  344. /package/{dist-esm/src → dist/commonjs}/models/mappers.d.ts.map +0 -0
  345. /package/{dist-esm/src → dist/commonjs}/models/parameters.d.ts +0 -0
  346. /package/{dist-esm/src → dist/commonjs}/models/parameters.d.ts.map +0 -0
  347. /package/{dist-esm/src → dist/commonjs}/pagingHelper.d.ts +0 -0
  348. /package/{dist-esm/src → dist/commonjs}/pagingHelper.d.ts.map +0 -0
  349. /package/{dist-esm/src → dist/esm}/models/index.js +0 -0
  350. /package/{dist-esm/src → dist/esm}/operationsInterfaces/extensions.js +0 -0
  351. /package/{dist-esm/src → dist/esm}/operationsInterfaces/farmBeatsExtensions.js +0 -0
  352. /package/{dist-esm/src → dist/esm}/operationsInterfaces/farmBeatsModels.js +0 -0
  353. /package/{dist-esm/src → dist/esm}/operationsInterfaces/locations.js +0 -0
  354. /package/{dist-esm/src → dist/esm}/operationsInterfaces/operations.js +0 -0
  355. /package/{dist-esm/src → dist/esm}/operationsInterfaces/privateEndpointConnections.js +0 -0
  356. /package/{dist-esm/src → dist/esm}/operationsInterfaces/privateLinkResources.js +0 -0
  357. /package/review/{arm-agrifood.api.md → arm-agrifood-node.api.md} +0 -0
@@ -1,1167 +1,829 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
- import { PollerLike } from '@azure/core-lro';
5
- import { PollOperationState } from '@azure/core-lro';
6
-
7
- /**
8
- * Defines values for ActionType. \
9
- * {@link KnownActionType} can be used interchangeably with ActionType,
10
- * this enum contains the known values that the service supports.
11
- * ### Known values supported by the service
12
- * **Internal**
13
- */
14
- export declare type ActionType = string;
15
-
16
- export declare class AgriFoodMgmtClient extends coreClient.ServiceClient {
17
- $host: string;
18
- subscriptionId: string;
19
- apiVersion: string;
20
- /**
21
- * Initializes a new instance of the AgriFoodMgmtClient class.
22
- * @param credentials Subscription credentials which uniquely identify client subscription.
23
- * @param subscriptionId The ID of the target subscription.
24
- * @param options The parameter options
25
- */
26
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AgriFoodMgmtClientOptionalParams);
27
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
28
- private addCustomApiVersionPolicy;
29
- extensions: Extensions;
30
- farmBeatsExtensions: FarmBeatsExtensions;
31
- farmBeatsModels: FarmBeatsModels;
32
- locations: Locations;
33
- operations: Operations;
34
- privateEndpointConnections: PrivateEndpointConnections;
35
- privateLinkResources: PrivateLinkResources;
36
- }
37
-
38
- /** Optional parameters. */
39
- export declare interface AgriFoodMgmtClientOptionalParams extends coreClient.ServiceClientOptions {
40
- /** server parameter */
41
- $host?: string;
42
- /** Api Version */
43
- apiVersion?: string;
44
- /** Overrides client endpoint. */
45
- endpoint?: string;
46
- }
47
-
48
- /**
49
- * Arm async operation class.
50
- * Ref: https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/async-operations.
51
- */
52
- export declare interface ArmAsyncOperation {
53
- /** Status of the async operation. */
54
- status?: string;
55
- }
56
-
57
- /**
58
- * Defines values for CheckNameAvailabilityReason. \
59
- * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,
60
- * this enum contains the known values that the service supports.
61
- * ### Known values supported by the service
62
- * **Invalid** \
63
- * **AlreadyExists**
64
- */
65
- export declare type CheckNameAvailabilityReason = string;
66
-
67
- /** The check availability request body. */
68
- export declare interface CheckNameAvailabilityRequest {
69
- /** The name of the resource for which availability needs to be checked. */
70
- name?: string;
71
- /** The resource type. */
72
- type?: string;
73
- }
74
-
75
- /** The check availability result. */
76
- export declare interface CheckNameAvailabilityResponse {
77
- /** Indicates if the resource name is available. */
78
- nameAvailable?: boolean;
79
- /** The reason why the given name is not available. */
80
- reason?: CheckNameAvailabilityReason;
81
- /** Detailed reason why the given name is available. */
82
- message?: string;
83
- }
84
-
85
- /**
86
- * Defines values for CreatedByType. \
87
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
88
- * this enum contains the known values that the service supports.
89
- * ### Known values supported by the service
90
- * **User** \
91
- * **Application** \
92
- * **ManagedIdentity** \
93
- * **Key**
94
- */
95
- export declare type CreatedByType = string;
96
-
97
- /** Model to capture detailed information for farmBeatsExtensions. */
98
- export declare interface DetailedInformation {
99
- /** ApiName available for the farmBeatsExtension. */
100
- apiName?: string;
101
- /** List of customParameters. */
102
- customParameters?: string[];
103
- /** List of platformParameters. */
104
- platformParameters?: string[];
105
- /** Unit systems info for the data provider. */
106
- unitsSupported?: UnitSystemsInfo;
107
- /** List of apiInputParameters. */
108
- apiInputParameters?: string[];
109
- }
110
-
111
- /** The resource management error additional info. */
112
- export declare interface ErrorAdditionalInfo {
113
- /**
114
- * The additional info type.
115
- * NOTE: This property will not be serialized. It can only be populated by the server.
116
- */
117
- readonly type?: string;
118
- /**
119
- * The additional info.
120
- * NOTE: This property will not be serialized. It can only be populated by the server.
121
- */
122
- readonly info?: Record<string, unknown>;
123
- }
124
-
125
- /** The error detail. */
126
- export declare interface ErrorDetail {
127
- /**
128
- * The error code.
129
- * NOTE: This property will not be serialized. It can only be populated by the server.
130
- */
131
- readonly code?: string;
132
- /**
133
- * The error message.
134
- * NOTE: This property will not be serialized. It can only be populated by the server.
135
- */
136
- readonly message?: string;
137
- /**
138
- * The error target.
139
- * NOTE: This property will not be serialized. It can only be populated by the server.
140
- */
141
- readonly target?: string;
142
- /**
143
- * The error details.
144
- * NOTE: This property will not be serialized. It can only be populated by the server.
145
- */
146
- readonly details?: ErrorDetail[];
147
- /**
148
- * The error additional info.
149
- * NOTE: This property will not be serialized. It can only be populated by the server.
150
- */
151
- readonly additionalInfo?: ErrorAdditionalInfo[];
152
- }
153
-
154
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
155
- export declare interface ErrorResponse {
156
- /** The error object. */
157
- error?: ErrorDetail;
158
- }
159
-
160
- /** Extension resource. */
161
- export declare interface Extension extends ProxyResource {
162
- /**
163
- * The ETag value to implement optimistic concurrency.
164
- * NOTE: This property will not be serialized. It can only be populated by the server.
165
- */
166
- readonly eTag?: string;
167
- /**
168
- * Extension Id.
169
- * NOTE: This property will not be serialized. It can only be populated by the server.
170
- */
171
- readonly extensionId?: string;
172
- /**
173
- * Extension category. e.g. weather/sensor/satellite.
174
- * NOTE: This property will not be serialized. It can only be populated by the server.
175
- */
176
- readonly extensionCategory?: string;
177
- /**
178
- * Installed extension version.
179
- * NOTE: This property will not be serialized. It can only be populated by the server.
180
- */
181
- readonly installedExtensionVersion?: string;
182
- /**
183
- * Extension auth link.
184
- * NOTE: This property will not be serialized. It can only be populated by the server.
185
- */
186
- readonly extensionAuthLink?: string;
187
- /**
188
- * Extension api docs link.
189
- * NOTE: This property will not be serialized. It can only be populated by the server.
190
- */
191
- readonly extensionApiDocsLink?: string;
192
- }
193
-
194
- /** Paged response contains list of requested objects and a URL link to get the next set of results. */
195
- export declare interface ExtensionListResponse {
196
- /** List of requested objects. */
197
- value?: Extension[];
198
- /**
199
- * Continuation link (absolute URI) to the next page of results in the list.
200
- * NOTE: This property will not be serialized. It can only be populated by the server.
201
- */
202
- readonly nextLink?: string;
203
- }
204
-
205
- /** Interface representing a Extensions. */
206
- export declare interface Extensions {
207
- /**
208
- * Get installed extensions details.
209
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
210
- * @param farmBeatsResourceName FarmBeats resource name.
211
- * @param options The options parameters.
212
- */
213
- listByFarmBeats(resourceGroupName: string, farmBeatsResourceName: string, options?: ExtensionsListByFarmBeatsOptionalParams): PagedAsyncIterableIterator<Extension>;
214
- /**
215
- * Install extension.
216
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
217
- * @param farmBeatsResourceName FarmBeats resource name.
218
- * @param extensionId Id of extension resource.
219
- * @param options The options parameters.
220
- */
221
- create(resourceGroupName: string, farmBeatsResourceName: string, extensionId: string, options?: ExtensionsCreateOptionalParams): Promise<ExtensionsCreateResponse>;
222
- /**
223
- * Get installed extension details by extension id.
224
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
225
- * @param farmBeatsResourceName FarmBeats resource name.
226
- * @param extensionId Id of extension resource.
227
- * @param options The options parameters.
228
- */
229
- get(resourceGroupName: string, farmBeatsResourceName: string, extensionId: string, options?: ExtensionsGetOptionalParams): Promise<ExtensionsGetResponse>;
230
- /**
231
- * Upgrade to latest extension.
232
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
233
- * @param farmBeatsResourceName FarmBeats resource name.
234
- * @param extensionId Id of extension resource.
235
- * @param options The options parameters.
236
- */
237
- update(resourceGroupName: string, farmBeatsResourceName: string, extensionId: string, options?: ExtensionsUpdateOptionalParams): Promise<ExtensionsUpdateResponse>;
238
- /**
239
- * Uninstall extension.
240
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
241
- * @param farmBeatsResourceName FarmBeats resource name.
242
- * @param extensionId Id of extension resource.
243
- * @param options The options parameters.
244
- */
245
- delete(resourceGroupName: string, farmBeatsResourceName: string, extensionId: string, options?: ExtensionsDeleteOptionalParams): Promise<void>;
246
- }
247
-
248
- /** Optional parameters. */
249
- export declare interface ExtensionsCreateOptionalParams extends coreClient.OperationOptions {
250
- }
251
-
252
- /** Contains response data for the create operation. */
253
- export declare type ExtensionsCreateResponse = Extension;
254
-
255
- /** Optional parameters. */
256
- export declare interface ExtensionsDeleteOptionalParams extends coreClient.OperationOptions {
257
- }
258
-
259
- /** Optional parameters. */
260
- export declare interface ExtensionsGetOptionalParams extends coreClient.OperationOptions {
261
- }
262
-
263
- /** Contains response data for the get operation. */
264
- export declare type ExtensionsGetResponse = Extension;
265
-
266
- /** Optional parameters. */
267
- export declare interface ExtensionsListByFarmBeatsNextOptionalParams extends coreClient.OperationOptions {
268
- /** Installed extension ids. */
269
- extensionIds?: string[];
270
- /** Installed extension categories. */
271
- extensionCategories?: string[];
272
- /**
273
- * Maximum number of items needed (inclusive).
274
- * Minimum = 10, Maximum = 1000, Default value = 50.
275
- */
276
- maxPageSize?: number;
277
- /** Skip token for getting next set of results. */
278
- skipToken?: string;
279
- }
280
-
281
- /** Contains response data for the listByFarmBeatsNext operation. */
282
- export declare type ExtensionsListByFarmBeatsNextResponse = ExtensionListResponse;
283
-
284
- /** Optional parameters. */
285
- export declare interface ExtensionsListByFarmBeatsOptionalParams extends coreClient.OperationOptions {
286
- /** Installed extension ids. */
287
- extensionIds?: string[];
288
- /** Installed extension categories. */
289
- extensionCategories?: string[];
290
- /**
291
- * Maximum number of items needed (inclusive).
292
- * Minimum = 10, Maximum = 1000, Default value = 50.
293
- */
294
- maxPageSize?: number;
295
- /** Skip token for getting next set of results. */
296
- skipToken?: string;
297
- }
298
-
299
- /** Contains response data for the listByFarmBeats operation. */
300
- export declare type ExtensionsListByFarmBeatsResponse = ExtensionListResponse;
301
-
302
- /** Optional parameters. */
303
- export declare interface ExtensionsUpdateOptionalParams extends coreClient.OperationOptions {
304
- }
305
-
306
- /** Contains response data for the update operation. */
307
- export declare type ExtensionsUpdateResponse = Extension;
308
-
309
- /** FarmBeats ARM Resource. */
310
- export declare interface FarmBeats extends TrackedResource {
311
- /** Identity for the resource. */
312
- identity?: Identity;
313
- /**
314
- * Uri of the FarmBeats instance.
315
- * NOTE: This property will not be serialized. It can only be populated by the server.
316
- */
317
- readonly instanceUri?: string;
318
- /**
319
- * FarmBeats instance provisioning state.
320
- * NOTE: This property will not be serialized. It can only be populated by the server.
321
- */
322
- readonly provisioningState?: ProvisioningState;
323
- /** Sensor integration request model. */
324
- sensorIntegration?: SensorIntegration;
325
- /** Property to allow or block public traffic for an Azure FarmBeats resource. */
326
- publicNetworkAccess?: PublicNetworkAccess;
327
- /**
328
- * The Private Endpoint Connection resource.
329
- * NOTE: This property will not be serialized. It can only be populated by the server.
330
- */
331
- readonly privateEndpointConnections?: PrivateEndpointConnection;
332
- }
333
-
334
- /** FarmBeats extension resource. */
335
- export declare interface FarmBeatsExtension extends ProxyResource {
336
- /**
337
- * Target ResourceType of the farmBeatsExtension.
338
- * NOTE: This property will not be serialized. It can only be populated by the server.
339
- */
340
- readonly targetResourceType?: string;
341
- /**
342
- * FarmBeatsExtension ID.
343
- * NOTE: This property will not be serialized. It can only be populated by the server.
344
- */
345
- readonly farmBeatsExtensionId?: string;
346
- /**
347
- * FarmBeatsExtension name.
348
- * NOTE: This property will not be serialized. It can only be populated by the server.
349
- */
350
- readonly farmBeatsExtensionName?: string;
351
- /**
352
- * FarmBeatsExtension version.
353
- * NOTE: This property will not be serialized. It can only be populated by the server.
354
- */
355
- readonly farmBeatsExtensionVersion?: string;
356
- /**
357
- * Publisher ID.
358
- * NOTE: This property will not be serialized. It can only be populated by the server.
359
- */
360
- readonly publisherId?: string;
361
- /**
362
- * Textual description.
363
- * NOTE: This property will not be serialized. It can only be populated by the server.
364
- */
365
- readonly description?: string;
366
- /**
367
- * Category of the extension. e.g. weather/sensor/satellite.
368
- * NOTE: This property will not be serialized. It can only be populated by the server.
369
- */
370
- readonly extensionCategory?: string;
371
- /**
372
- * FarmBeatsExtension auth link.
373
- * NOTE: This property will not be serialized. It can only be populated by the server.
374
- */
375
- readonly extensionAuthLink?: string;
376
- /**
377
- * FarmBeatsExtension api docs link.
378
- * NOTE: This property will not be serialized. It can only be populated by the server.
379
- */
380
- readonly extensionApiDocsLink?: string;
381
- /**
382
- * Detailed information which shows summary of requested data.
383
- * Used in descriptive get extension metadata call.
384
- * Information for weather category per api included are apisSupported,
385
- * customParameters, PlatformParameters and Units supported.
386
- * NOTE: This property will not be serialized. It can only be populated by the server.
387
- */
388
- readonly detailedInformation?: DetailedInformation[];
389
- }
390
-
391
- /** Paged response contains list of requested objects and a URL link to get the next set of results. */
392
- export declare interface FarmBeatsExtensionListResponse {
393
- /** List of requested objects. */
394
- value?: FarmBeatsExtension[];
395
- /**
396
- * Continuation link (absolute URI) to the next page of results in the list.
397
- * NOTE: This property will not be serialized. It can only be populated by the server.
398
- */
399
- readonly nextLink?: string;
400
- }
401
-
402
- /** Interface representing a FarmBeatsExtensions. */
403
- export declare interface FarmBeatsExtensions {
404
- /**
405
- * Get list of farmBeats extension.
406
- * @param options The options parameters.
407
- */
408
- list(options?: FarmBeatsExtensionsListOptionalParams): PagedAsyncIterableIterator<FarmBeatsExtension>;
409
- /**
410
- * Get farmBeats extension.
411
- * @param farmBeatsExtensionId farmBeatsExtensionId to be queried.
412
- * @param options The options parameters.
413
- */
414
- get(farmBeatsExtensionId: string, options?: FarmBeatsExtensionsGetOptionalParams): Promise<FarmBeatsExtensionsGetResponse>;
415
- }
416
-
417
- /** Optional parameters. */
418
- export declare interface FarmBeatsExtensionsGetOptionalParams extends coreClient.OperationOptions {
419
- }
420
-
421
- /** Contains response data for the get operation. */
422
- export declare type FarmBeatsExtensionsGetResponse = FarmBeatsExtension;
423
-
424
- /** Optional parameters. */
425
- export declare interface FarmBeatsExtensionsListNextOptionalParams extends coreClient.OperationOptions {
426
- /** Extension categories. */
427
- extensionCategories?: string[];
428
- /**
429
- * Maximum number of items needed (inclusive).
430
- * Minimum = 10, Maximum = 1000, Default value = 50.
431
- */
432
- maxPageSize?: number;
433
- /** FarmBeatsExtension ids. */
434
- farmBeatsExtensionIds?: string[];
435
- /** FarmBeats extension names. */
436
- farmBeatsExtensionNames?: string[];
437
- /** Publisher ids. */
438
- publisherIds?: string[];
439
- }
440
-
441
- /** Contains response data for the listNext operation. */
442
- export declare type FarmBeatsExtensionsListNextResponse = FarmBeatsExtensionListResponse;
443
-
444
- /** Optional parameters. */
445
- export declare interface FarmBeatsExtensionsListOptionalParams extends coreClient.OperationOptions {
446
- /** Extension categories. */
447
- extensionCategories?: string[];
448
- /**
449
- * Maximum number of items needed (inclusive).
450
- * Minimum = 10, Maximum = 1000, Default value = 50.
451
- */
452
- maxPageSize?: number;
453
- /** FarmBeatsExtension ids. */
454
- farmBeatsExtensionIds?: string[];
455
- /** FarmBeats extension names. */
456
- farmBeatsExtensionNames?: string[];
457
- /** Publisher ids. */
458
- publisherIds?: string[];
459
- }
460
-
461
- /** Contains response data for the list operation. */
462
- export declare type FarmBeatsExtensionsListResponse = FarmBeatsExtensionListResponse;
463
-
464
- /** Paged response contains list of requested objects and a URL link to get the next set of results. */
465
- export declare interface FarmBeatsListResponse {
466
- /** List of requested objects. */
467
- value?: FarmBeats[];
468
- /**
469
- * Continuation link (absolute URI) to the next page of results in the list.
470
- * NOTE: This property will not be serialized. It can only be populated by the server.
471
- */
472
- readonly nextLink?: string;
473
- }
474
-
475
- /** Interface representing a FarmBeatsModels. */
476
- export declare interface FarmBeatsModels {
477
- /**
478
- * Lists the FarmBeats instances for a subscription.
479
- * @param options The options parameters.
480
- */
481
- listBySubscription(options?: FarmBeatsModelsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<FarmBeats>;
482
- /**
483
- * Lists the FarmBeats instances for a resource group.
484
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
485
- * @param options The options parameters.
486
- */
487
- listByResourceGroup(resourceGroupName: string, options?: FarmBeatsModelsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<FarmBeats>;
488
- /**
489
- * Get FarmBeats resource.
490
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
491
- * @param farmBeatsResourceName FarmBeats resource name.
492
- * @param options The options parameters.
493
- */
494
- get(resourceGroupName: string, farmBeatsResourceName: string, options?: FarmBeatsModelsGetOptionalParams): Promise<FarmBeatsModelsGetResponse>;
495
- /**
496
- * Create or update FarmBeats resource.
497
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
498
- * @param farmBeatsResourceName FarmBeats resource name.
499
- * @param body FarmBeats resource create or update request object.
500
- * @param options The options parameters.
501
- */
502
- createOrUpdate(resourceGroupName: string, farmBeatsResourceName: string, body: FarmBeats, options?: FarmBeatsModelsCreateOrUpdateOptionalParams): Promise<FarmBeatsModelsCreateOrUpdateResponse>;
503
- /**
504
- * Update a FarmBeats resource.
505
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
506
- * @param farmBeatsResourceName FarmBeats resource name.
507
- * @param body Request object.
508
- * @param options The options parameters.
509
- */
510
- beginUpdate(resourceGroupName: string, farmBeatsResourceName: string, body: FarmBeatsUpdateRequestModel, options?: FarmBeatsModelsUpdateOptionalParams): Promise<PollerLike<PollOperationState<FarmBeatsModelsUpdateResponse>, FarmBeatsModelsUpdateResponse>>;
511
- /**
512
- * Update a FarmBeats resource.
513
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
514
- * @param farmBeatsResourceName FarmBeats resource name.
515
- * @param body Request object.
516
- * @param options The options parameters.
517
- */
518
- beginUpdateAndWait(resourceGroupName: string, farmBeatsResourceName: string, body: FarmBeatsUpdateRequestModel, options?: FarmBeatsModelsUpdateOptionalParams): Promise<FarmBeatsModelsUpdateResponse>;
519
- /**
520
- * Delete a FarmBeats resource.
521
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
522
- * @param farmBeatsResourceName FarmBeats resource name.
523
- * @param options The options parameters.
524
- */
525
- delete(resourceGroupName: string, farmBeatsResourceName: string, options?: FarmBeatsModelsDeleteOptionalParams): Promise<void>;
526
- /**
527
- * Get operationResults for a FarmBeats resource.
528
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
529
- * @param farmBeatsResourceName FarmBeats resource name.
530
- * @param operationResultsId The operation results id.
531
- * @param options The options parameters.
532
- */
533
- getOperationResult(resourceGroupName: string, farmBeatsResourceName: string, operationResultsId: string, options?: FarmBeatsModelsGetOperationResultOptionalParams): Promise<FarmBeatsModelsGetOperationResultResponse>;
534
- }
535
-
536
- /** Optional parameters. */
537
- export declare interface FarmBeatsModelsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
538
- }
539
-
540
- /** Contains response data for the createOrUpdate operation. */
541
- export declare type FarmBeatsModelsCreateOrUpdateResponse = FarmBeats;
542
-
543
- /** Optional parameters. */
544
- export declare interface FarmBeatsModelsDeleteOptionalParams extends coreClient.OperationOptions {
545
- }
546
-
547
- /** Optional parameters. */
548
- export declare interface FarmBeatsModelsGetOperationResultOptionalParams extends coreClient.OperationOptions {
549
- }
550
-
551
- /** Contains response data for the getOperationResult operation. */
552
- export declare type FarmBeatsModelsGetOperationResultResponse = ArmAsyncOperation;
553
-
554
- /** Optional parameters. */
555
- export declare interface FarmBeatsModelsGetOptionalParams extends coreClient.OperationOptions {
556
- }
557
-
558
- /** Contains response data for the get operation. */
559
- export declare type FarmBeatsModelsGetResponse = FarmBeats;
560
-
561
- /** Optional parameters. */
562
- export declare interface FarmBeatsModelsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
563
- /**
564
- * Maximum number of items needed (inclusive).
565
- * Minimum = 10, Maximum = 1000, Default value = 50.
566
- */
567
- maxPageSize?: number;
568
- /** Continuation token for getting next set of results. */
569
- skipToken?: string;
570
- }
571
-
572
- /** Contains response data for the listByResourceGroupNext operation. */
573
- export declare type FarmBeatsModelsListByResourceGroupNextResponse = FarmBeatsListResponse;
574
-
575
- /** Optional parameters. */
576
- export declare interface FarmBeatsModelsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
577
- /**
578
- * Maximum number of items needed (inclusive).
579
- * Minimum = 10, Maximum = 1000, Default value = 50.
580
- */
581
- maxPageSize?: number;
582
- /** Continuation token for getting next set of results. */
583
- skipToken?: string;
584
- }
585
-
586
- /** Contains response data for the listByResourceGroup operation. */
587
- export declare type FarmBeatsModelsListByResourceGroupResponse = FarmBeatsListResponse;
588
-
589
- /** Optional parameters. */
590
- export declare interface FarmBeatsModelsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
591
- /**
592
- * Maximum number of items needed (inclusive).
593
- * Minimum = 10, Maximum = 1000, Default value = 50.
594
- */
595
- maxPageSize?: number;
596
- /** Skip token for getting next set of results. */
597
- skipToken?: string;
598
- }
599
-
600
- /** Contains response data for the listBySubscriptionNext operation. */
601
- export declare type FarmBeatsModelsListBySubscriptionNextResponse = FarmBeatsListResponse;
602
-
603
- /** Optional parameters. */
604
- export declare interface FarmBeatsModelsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
605
- /**
606
- * Maximum number of items needed (inclusive).
607
- * Minimum = 10, Maximum = 1000, Default value = 50.
608
- */
609
- maxPageSize?: number;
610
- /** Skip token for getting next set of results. */
611
- skipToken?: string;
612
- }
613
-
614
- /** Contains response data for the listBySubscription operation. */
615
- export declare type FarmBeatsModelsListBySubscriptionResponse = FarmBeatsListResponse;
616
-
617
- /** Defines headers for FarmBeatsModels_update operation. */
618
- export declare interface FarmBeatsModelsUpdateHeaders {
619
- location?: string;
620
- }
621
-
622
- /** Optional parameters. */
623
- export declare interface FarmBeatsModelsUpdateOptionalParams extends coreClient.OperationOptions {
624
- /** Delay to wait until next poll, in milliseconds. */
625
- updateIntervalInMs?: number;
626
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
627
- resumeFrom?: string;
628
- }
629
-
630
- /** Contains response data for the update operation. */
631
- export declare type FarmBeatsModelsUpdateResponse = FarmBeats;
632
-
633
- /** FarmBeats ARM Resource properties. */
634
- export declare interface FarmBeatsUpdateProperties {
635
- /** Sensor integration request model. */
636
- sensorIntegration?: SensorIntegration;
637
- /** Property to allow or block public traffic for an Azure FarmBeats resource. */
638
- publicNetworkAccess?: PublicNetworkAccess;
639
- }
640
-
641
- /** FarmBeats update request. */
642
- export declare interface FarmBeatsUpdateRequestModel {
643
- /** Geo-location where the resource lives. */
644
- location?: string;
645
- /** Identity for the resource. */
646
- identity?: Identity;
647
- /** FarmBeats ARM Resource properties. */
648
- properties?: FarmBeatsUpdateProperties;
649
- /** Resource tags. */
650
- tags?: {
651
- [propertyName: string]: string;
652
- };
653
- }
654
-
655
- /**
656
- * Given a result page from a pageable operation, returns a
657
- * continuation token that can be used to begin paging from
658
- * that point later.
659
- * @param page A result object from calling .byPage() on a paged operation.
660
- * @returns The continuation token that can be passed into byPage().
661
- */
662
- export declare function getContinuationToken(page: unknown): string | undefined;
663
-
664
- /** Identity for the resource. */
665
- export declare interface Identity {
666
- /**
667
- * The principal ID of resource identity.
668
- * NOTE: This property will not be serialized. It can only be populated by the server.
669
- */
670
- readonly principalId?: string;
671
- /**
672
- * The tenant ID of resource.
673
- * NOTE: This property will not be serialized. It can only be populated by the server.
674
- */
675
- readonly tenantId?: string;
676
- /** The identity type. */
677
- type?: "SystemAssigned";
678
- }
679
-
680
- /** Known values of {@link ActionType} that the service accepts. */
681
- export declare enum KnownActionType {
682
- /** Internal */
683
- Internal = "Internal"
684
- }
685
-
686
- /** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */
687
- export declare enum KnownCheckNameAvailabilityReason {
688
- /** Invalid */
689
- Invalid = "Invalid",
690
- /** AlreadyExists */
691
- AlreadyExists = "AlreadyExists"
692
- }
693
-
694
- /** Known values of {@link CreatedByType} that the service accepts. */
695
- export declare enum KnownCreatedByType {
696
- /** User */
697
- User = "User",
698
- /** Application */
699
- Application = "Application",
700
- /** ManagedIdentity */
701
- ManagedIdentity = "ManagedIdentity",
702
- /** Key */
703
- Key = "Key"
704
- }
705
-
706
- /** Known values of {@link Origin} that the service accepts. */
707
- export declare enum KnownOrigin {
708
- /** User */
709
- User = "user",
710
- /** System */
711
- System = "system",
712
- /** UserSystem */
713
- UserSystem = "user,system"
714
- }
715
-
716
- /** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
717
- export declare enum KnownPrivateEndpointConnectionProvisioningState {
718
- /** Succeeded */
719
- Succeeded = "Succeeded",
720
- /** Creating */
721
- Creating = "Creating",
722
- /** Deleting */
723
- Deleting = "Deleting",
724
- /** Failed */
725
- Failed = "Failed"
726
- }
727
-
728
- /** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
729
- export declare enum KnownPrivateEndpointServiceConnectionStatus {
730
- /** Pending */
731
- Pending = "Pending",
732
- /** Approved */
733
- Approved = "Approved",
734
- /** Rejected */
735
- Rejected = "Rejected"
736
- }
737
-
738
- /** Known values of {@link ProvisioningState} that the service accepts. */
739
- export declare enum KnownProvisioningState {
740
- /** Creating */
741
- Creating = "Creating",
742
- /** Updating */
743
- Updating = "Updating",
744
- /** Deleting */
745
- Deleting = "Deleting",
746
- /** Succeeded */
747
- Succeeded = "Succeeded",
748
- /** Failed */
749
- Failed = "Failed"
750
- }
751
-
752
- /** Known values of {@link PublicNetworkAccess} that the service accepts. */
753
- export declare enum KnownPublicNetworkAccess {
754
- /** Enabled */
755
- Enabled = "Enabled",
756
- /** Hybrid */
757
- Hybrid = "Hybrid"
758
- }
759
-
760
- /** Interface representing a Locations. */
761
- export declare interface Locations {
762
- /**
763
- * Checks the name availability of the resource with requested resource name.
764
- * @param body NameAvailabilityRequest object.
765
- * @param options The options parameters.
766
- */
767
- checkNameAvailability(body: CheckNameAvailabilityRequest, options?: LocationsCheckNameAvailabilityOptionalParams): Promise<LocationsCheckNameAvailabilityResponse>;
768
- }
769
-
770
- /** Optional parameters. */
771
- export declare interface LocationsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
772
- }
773
-
774
- /** Contains response data for the checkNameAvailability operation. */
775
- export declare type LocationsCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;
776
-
777
- /** Details of a REST API operation, returned from the Resource Provider Operations API */
778
- export declare interface Operation {
779
- /**
780
- * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
781
- * NOTE: This property will not be serialized. It can only be populated by the server.
782
- */
783
- readonly name?: string;
784
- /**
785
- * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
786
- * NOTE: This property will not be serialized. It can only be populated by the server.
787
- */
788
- readonly isDataAction?: boolean;
789
- /** Localized display information for this particular operation. */
790
- display?: OperationDisplay;
791
- /**
792
- * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
793
- * NOTE: This property will not be serialized. It can only be populated by the server.
794
- */
795
- readonly origin?: Origin;
796
- /**
797
- * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
798
- * NOTE: This property will not be serialized. It can only be populated by the server.
799
- */
800
- readonly actionType?: ActionType;
801
- }
802
-
803
- /** Localized display information for this particular operation. */
804
- export declare interface OperationDisplay {
805
- /**
806
- * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
807
- * NOTE: This property will not be serialized. It can only be populated by the server.
808
- */
809
- readonly provider?: string;
810
- /**
811
- * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
812
- * NOTE: This property will not be serialized. It can only be populated by the server.
813
- */
814
- readonly resource?: string;
815
- /**
816
- * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
817
- * NOTE: This property will not be serialized. It can only be populated by the server.
818
- */
819
- readonly operation?: string;
820
- /**
821
- * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
822
- * NOTE: This property will not be serialized. It can only be populated by the server.
823
- */
824
- readonly description?: string;
825
- }
826
-
827
- /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
828
- export declare interface OperationListResult {
829
- /**
830
- * List of operations supported by the resource provider
831
- * NOTE: This property will not be serialized. It can only be populated by the server.
832
- */
833
- readonly value?: Operation[];
834
- /**
835
- * URL to get the next set of operation list results (if there are any).
836
- * NOTE: This property will not be serialized. It can only be populated by the server.
837
- */
838
- readonly nextLink?: string;
839
- }
840
-
841
- /** Interface representing a Operations. */
842
- export declare interface Operations {
843
- /**
844
- * Lists the available operations of Microsoft.AgFoodPlatform resource provider.
845
- * @param options The options parameters.
846
- */
847
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
848
- }
849
-
850
- /** Optional parameters. */
851
- export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
852
- }
853
-
854
- /** Contains response data for the listNext operation. */
855
- export declare type OperationsListNextResponse = OperationListResult;
856
-
857
- /** Optional parameters. */
858
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
859
- }
860
-
861
- /** Contains response data for the list operation. */
862
- export declare type OperationsListResponse = OperationListResult;
863
-
864
- /**
865
- * Defines values for Origin. \
866
- * {@link KnownOrigin} can be used interchangeably with Origin,
867
- * this enum contains the known values that the service supports.
868
- * ### Known values supported by the service
869
- * **user** \
870
- * **system** \
871
- * **user,system**
872
- */
873
- export declare type Origin = string;
874
-
875
- /** The Private Endpoint resource. */
876
- export declare interface PrivateEndpoint {
877
- /**
878
- * The ARM identifier for Private Endpoint
879
- * NOTE: This property will not be serialized. It can only be populated by the server.
880
- */
881
- readonly id?: string;
882
- }
883
-
884
- /** The Private Endpoint Connection resource. */
885
- export declare interface PrivateEndpointConnection extends Resource {
886
- /** The resource of private end point. */
887
- privateEndpoint?: PrivateEndpoint;
888
- /** A collection of information about the state of the connection between service consumer and provider. */
889
- privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
890
- /**
891
- * The provisioning state of the private endpoint connection resource.
892
- * NOTE: This property will not be serialized. It can only be populated by the server.
893
- */
894
- readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
895
- }
896
-
897
- /** List of private endpoint connection associated with the specified storage account */
898
- export declare interface PrivateEndpointConnectionListResult {
899
- /** Array of private endpoint connections */
900
- value?: PrivateEndpointConnection[];
901
- }
902
-
903
- /**
904
- * Defines values for PrivateEndpointConnectionProvisioningState. \
905
- * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
906
- * this enum contains the known values that the service supports.
907
- * ### Known values supported by the service
908
- * **Succeeded** \
909
- * **Creating** \
910
- * **Deleting** \
911
- * **Failed**
912
- */
913
- export declare type PrivateEndpointConnectionProvisioningState = string;
914
-
915
- /** Interface representing a PrivateEndpointConnections. */
916
- export declare interface PrivateEndpointConnections {
917
- /**
918
- * Get list of Private endpoint connections.
919
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
920
- * @param farmBeatsResourceName FarmBeats resource name.
921
- * @param options The options parameters.
922
- */
923
- listByResource(resourceGroupName: string, farmBeatsResourceName: string, options?: PrivateEndpointConnectionsListByResourceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
924
- /**
925
- * Approves or Rejects a Private endpoint connection request.
926
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
927
- * @param farmBeatsResourceName FarmBeats resource name.
928
- * @param privateEndpointConnectionName Private endpoint connection name.
929
- * @param body Request object.
930
- * @param options The options parameters.
931
- */
932
- createOrUpdate(resourceGroupName: string, farmBeatsResourceName: string, privateEndpointConnectionName: string, body: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
933
- /**
934
- * Get Private endpoint connection object.
935
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
936
- * @param farmBeatsResourceName FarmBeats resource name.
937
- * @param privateEndpointConnectionName Private endpoint connection name.
938
- * @param options The options parameters.
939
- */
940
- get(resourceGroupName: string, farmBeatsResourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
941
- /**
942
- * Delete Private endpoint connection request.
943
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
944
- * @param farmBeatsResourceName FarmBeats resource name.
945
- * @param privateEndpointConnectionName Private endpoint connection name.
946
- * @param options The options parameters.
947
- */
948
- beginDelete(resourceGroupName: string, farmBeatsResourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
949
- /**
950
- * Delete Private endpoint connection request.
951
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
952
- * @param farmBeatsResourceName FarmBeats resource name.
953
- * @param privateEndpointConnectionName Private endpoint connection name.
954
- * @param options The options parameters.
955
- */
956
- beginDeleteAndWait(resourceGroupName: string, farmBeatsResourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
957
- }
958
-
959
- /** Optional parameters. */
960
- export declare interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
961
- }
962
-
963
- /** Contains response data for the createOrUpdate operation. */
964
- export declare type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
965
-
966
- /** Defines headers for PrivateEndpointConnections_delete operation. */
967
- export declare interface PrivateEndpointConnectionsDeleteHeaders {
968
- location?: string;
969
- }
970
-
971
- /** Optional parameters. */
972
- export declare interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
973
- /** Delay to wait until next poll, in milliseconds. */
974
- updateIntervalInMs?: number;
975
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
976
- resumeFrom?: string;
977
- }
978
-
979
- /** Optional parameters. */
980
- export declare interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
981
- }
982
-
983
- /** Contains response data for the get operation. */
984
- export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
985
-
986
- /** Optional parameters. */
987
- export declare interface PrivateEndpointConnectionsListByResourceOptionalParams extends coreClient.OperationOptions {
988
- }
989
-
990
- /** Contains response data for the listByResource operation. */
991
- export declare type PrivateEndpointConnectionsListByResourceResponse = PrivateEndpointConnectionListResult;
992
-
993
- /**
994
- * Defines values for PrivateEndpointServiceConnectionStatus. \
995
- * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
996
- * this enum contains the known values that the service supports.
997
- * ### Known values supported by the service
998
- * **Pending** \
999
- * **Approved** \
1000
- * **Rejected**
1001
- */
1002
- export declare type PrivateEndpointServiceConnectionStatus = string;
1003
-
1004
- /** A private link resource */
1005
- export declare interface PrivateLinkResource extends Resource {
1006
- /**
1007
- * The private link resource group id.
1008
- * NOTE: This property will not be serialized. It can only be populated by the server.
1009
- */
1010
- readonly groupId?: string;
1011
- /**
1012
- * The private link resource required member names.
1013
- * NOTE: This property will not be serialized. It can only be populated by the server.
1014
- */
1015
- readonly requiredMembers?: string[];
1016
- /** The private link resource Private link DNS zone name. */
1017
- requiredZoneNames?: string[];
1018
- }
1019
-
1020
- /** A list of private link resources */
1021
- export declare interface PrivateLinkResourceListResult {
1022
- /** Array of private link resources */
1023
- value?: PrivateLinkResource[];
1024
- }
1025
-
1026
- /** Interface representing a PrivateLinkResources. */
1027
- export declare interface PrivateLinkResources {
1028
- /**
1029
- * Get list of Private link resources.
1030
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1031
- * @param farmBeatsResourceName FarmBeats resource name.
1032
- * @param options The options parameters.
1033
- */
1034
- listByResource(resourceGroupName: string, farmBeatsResourceName: string, options?: PrivateLinkResourcesListByResourceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
1035
- /**
1036
- * Get Private link resource object.
1037
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1038
- * @param farmBeatsResourceName FarmBeats resource name.
1039
- * @param subResourceName Sub resource name.
1040
- * @param options The options parameters.
1041
- */
1042
- get(resourceGroupName: string, farmBeatsResourceName: string, subResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
1043
- }
1044
-
1045
- /** Optional parameters. */
1046
- export declare interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
1047
- }
1048
-
1049
- /** Contains response data for the get operation. */
1050
- export declare type PrivateLinkResourcesGetResponse = PrivateLinkResource;
1051
-
1052
- /** Optional parameters. */
1053
- export declare interface PrivateLinkResourcesListByResourceOptionalParams extends coreClient.OperationOptions {
1054
- }
1055
-
1056
- /** Contains response data for the listByResource operation. */
1057
- export declare type PrivateLinkResourcesListByResourceResponse = PrivateLinkResourceListResult;
1058
-
1059
- /** A collection of information about the state of the connection between service consumer and provider. */
1060
- export declare interface PrivateLinkServiceConnectionState {
1061
- /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
1062
- status?: PrivateEndpointServiceConnectionStatus;
1063
- /** The reason for approval/rejection of the connection. */
1064
- description?: string;
1065
- /** A message indicating if changes on the service provider require any updates on the consumer. */
1066
- actionsRequired?: string;
1067
- }
1068
-
1069
- /**
1070
- * Defines values for ProvisioningState. \
1071
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
1072
- * this enum contains the known values that the service supports.
1073
- * ### Known values supported by the service
1074
- * **Creating** \
1075
- * **Updating** \
1076
- * **Deleting** \
1077
- * **Succeeded** \
1078
- * **Failed**
1079
- */
1080
- export declare type ProvisioningState = string;
1081
-
1082
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
1083
- export declare interface ProxyResource extends Resource {
1084
- }
1085
-
1086
- /**
1087
- * Defines values for PublicNetworkAccess. \
1088
- * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
1089
- * this enum contains the known values that the service supports.
1090
- * ### Known values supported by the service
1091
- * **Enabled** \
1092
- * **Hybrid**
1093
- */
1094
- export declare type PublicNetworkAccess = string;
1095
-
1096
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
1097
- export declare interface Resource {
1098
- /**
1099
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
1100
- * NOTE: This property will not be serialized. It can only be populated by the server.
1101
- */
1102
- readonly id?: string;
1103
- /**
1104
- * The name of the resource
1105
- * NOTE: This property will not be serialized. It can only be populated by the server.
1106
- */
1107
- readonly name?: string;
1108
- /**
1109
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
1110
- * NOTE: This property will not be serialized. It can only be populated by the server.
1111
- */
1112
- readonly type?: string;
1113
- /**
1114
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
1115
- * NOTE: This property will not be serialized. It can only be populated by the server.
1116
- */
1117
- readonly systemData?: SystemData;
1118
- }
1119
-
1120
- /** Sensor integration request model. */
1121
- export declare interface SensorIntegration {
1122
- /** Sensor integration enable state. Allowed values are True, None */
1123
- enabled?: string;
1124
- /**
1125
- * Sensor integration instance provisioning state.
1126
- * NOTE: This property will not be serialized. It can only be populated by the server.
1127
- */
1128
- readonly provisioningState?: ProvisioningState;
1129
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
1130
- provisioningInfo?: ErrorResponse;
1131
- }
1132
-
1133
- /** Metadata pertaining to creation and last modification of the resource. */
1134
- export declare interface SystemData {
1135
- /** The identity that created the resource. */
1136
- createdBy?: string;
1137
- /** The type of identity that created the resource. */
1138
- createdByType?: CreatedByType;
1139
- /** The timestamp of resource creation (UTC). */
1140
- createdAt?: Date;
1141
- /** The identity that last modified the resource. */
1142
- lastModifiedBy?: string;
1143
- /** The type of identity that last modified the resource. */
1144
- lastModifiedByType?: CreatedByType;
1145
- /** The timestamp of resource last modification (UTC) */
1146
- lastModifiedAt?: Date;
1147
- }
1148
-
1149
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
1150
- export declare interface TrackedResource extends Resource {
1151
- /** Resource tags. */
1152
- tags?: {
1153
- [propertyName: string]: string;
1154
- };
1155
- /** The geo-location where the resource lives */
1156
- location: string;
1157
- }
1158
-
1159
- /** Unit systems info for the data provider. */
1160
- export declare interface UnitSystemsInfo {
1161
- /** UnitSystem key sent as part of ProviderInput. */
1162
- key: string;
1163
- /** List of unit systems supported by this data provider. */
1164
- values: string[];
1165
- }
1166
-
1167
- export { }
1
+ import * as coreClient from "@azure/core-client";
2
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
3
+ export interface Resource {
4
+ /**
5
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
6
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7
+ */
8
+ readonly id?: string;
9
+ /**
10
+ * The name of the resource
11
+ * NOTE: This property will not be serialized. It can only be populated by the server.
12
+ */
13
+ readonly name?: string;
14
+ /**
15
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
16
+ * NOTE: This property will not be serialized. It can only be populated by the server.
17
+ */
18
+ readonly type?: string;
19
+ /**
20
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
21
+ * NOTE: This property will not be serialized. It can only be populated by the server.
22
+ */
23
+ readonly systemData?: SystemData;
24
+ }
25
+ /** Metadata pertaining to creation and last modification of the resource. */
26
+ export interface SystemData {
27
+ /** The identity that created the resource. */
28
+ createdBy?: string;
29
+ /** The type of identity that created the resource. */
30
+ createdByType?: CreatedByType;
31
+ /** The timestamp of resource creation (UTC). */
32
+ createdAt?: Date;
33
+ /** The identity that last modified the resource. */
34
+ lastModifiedBy?: string;
35
+ /** The type of identity that last modified the resource. */
36
+ lastModifiedByType?: CreatedByType;
37
+ /** The timestamp of resource last modification (UTC) */
38
+ lastModifiedAt?: Date;
39
+ }
40
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
41
+ export interface ErrorResponse {
42
+ /** The error object. */
43
+ error?: ErrorDetail;
44
+ }
45
+ /** The error detail. */
46
+ export interface ErrorDetail {
47
+ /**
48
+ * The error code.
49
+ * NOTE: This property will not be serialized. It can only be populated by the server.
50
+ */
51
+ readonly code?: string;
52
+ /**
53
+ * The error message.
54
+ * NOTE: This property will not be serialized. It can only be populated by the server.
55
+ */
56
+ readonly message?: string;
57
+ /**
58
+ * The error target.
59
+ * NOTE: This property will not be serialized. It can only be populated by the server.
60
+ */
61
+ readonly target?: string;
62
+ /**
63
+ * The error details.
64
+ * NOTE: This property will not be serialized. It can only be populated by the server.
65
+ */
66
+ readonly details?: ErrorDetail[];
67
+ /**
68
+ * The error additional info.
69
+ * NOTE: This property will not be serialized. It can only be populated by the server.
70
+ */
71
+ readonly additionalInfo?: ErrorAdditionalInfo[];
72
+ }
73
+ /** The resource management error additional info. */
74
+ export interface ErrorAdditionalInfo {
75
+ /**
76
+ * The additional info type.
77
+ * NOTE: This property will not be serialized. It can only be populated by the server.
78
+ */
79
+ readonly type?: string;
80
+ /**
81
+ * The additional info.
82
+ * NOTE: This property will not be serialized. It can only be populated by the server.
83
+ */
84
+ readonly info?: Record<string, unknown>;
85
+ }
86
+ /** Paged response contains list of requested objects and a URL link to get the next set of results. */
87
+ export interface ExtensionListResponse {
88
+ /** List of requested objects. */
89
+ value?: Extension[];
90
+ /**
91
+ * Continuation link (absolute URI) to the next page of results in the list.
92
+ * NOTE: This property will not be serialized. It can only be populated by the server.
93
+ */
94
+ readonly nextLink?: string;
95
+ }
96
+ /** Paged response contains list of requested objects and a URL link to get the next set of results. */
97
+ export interface FarmBeatsExtensionListResponse {
98
+ /** List of requested objects. */
99
+ value?: FarmBeatsExtension[];
100
+ /**
101
+ * Continuation link (absolute URI) to the next page of results in the list.
102
+ * NOTE: This property will not be serialized. It can only be populated by the server.
103
+ */
104
+ readonly nextLink?: string;
105
+ }
106
+ /** Model to capture detailed information for farmBeatsExtensions. */
107
+ export interface DetailedInformation {
108
+ /** ApiName available for the farmBeatsExtension. */
109
+ apiName?: string;
110
+ /** List of customParameters. */
111
+ customParameters?: string[];
112
+ /** List of platformParameters. */
113
+ platformParameters?: string[];
114
+ /** Unit systems info for the data provider. */
115
+ unitsSupported?: UnitSystemsInfo;
116
+ /** List of apiInputParameters. */
117
+ apiInputParameters?: string[];
118
+ }
119
+ /** Unit systems info for the data provider. */
120
+ export interface UnitSystemsInfo {
121
+ /** UnitSystem key sent as part of ProviderInput. */
122
+ key: string;
123
+ /** List of unit systems supported by this data provider. */
124
+ values: string[];
125
+ }
126
+ /** Identity for the resource. */
127
+ export interface Identity {
128
+ /**
129
+ * The principal ID of resource identity.
130
+ * NOTE: This property will not be serialized. It can only be populated by the server.
131
+ */
132
+ readonly principalId?: string;
133
+ /**
134
+ * The tenant ID of resource.
135
+ * NOTE: This property will not be serialized. It can only be populated by the server.
136
+ */
137
+ readonly tenantId?: string;
138
+ /** The identity type. */
139
+ type?: "SystemAssigned";
140
+ }
141
+ /** Sensor integration request model. */
142
+ export interface SensorIntegration {
143
+ /** Sensor integration enable state. Allowed values are True, None */
144
+ enabled?: string;
145
+ /**
146
+ * Sensor integration instance provisioning state.
147
+ * NOTE: This property will not be serialized. It can only be populated by the server.
148
+ */
149
+ readonly provisioningState?: ProvisioningState;
150
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
151
+ provisioningInfo?: ErrorResponse;
152
+ }
153
+ /** The Private Endpoint resource. */
154
+ export interface PrivateEndpoint {
155
+ /**
156
+ * The ARM identifier for Private Endpoint
157
+ * NOTE: This property will not be serialized. It can only be populated by the server.
158
+ */
159
+ readonly id?: string;
160
+ }
161
+ /** A collection of information about the state of the connection between service consumer and provider. */
162
+ export interface PrivateLinkServiceConnectionState {
163
+ /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
164
+ status?: PrivateEndpointServiceConnectionStatus;
165
+ /** The reason for approval/rejection of the connection. */
166
+ description?: string;
167
+ /** A message indicating if changes on the service provider require any updates on the consumer. */
168
+ actionsRequired?: string;
169
+ }
170
+ /** FarmBeats update request. */
171
+ export interface FarmBeatsUpdateRequestModel {
172
+ /** Geo-location where the resource lives. */
173
+ location?: string;
174
+ /** Identity for the resource. */
175
+ identity?: Identity;
176
+ /** FarmBeats ARM Resource properties. */
177
+ properties?: FarmBeatsUpdateProperties;
178
+ /** Resource tags. */
179
+ tags?: {
180
+ [propertyName: string]: string;
181
+ };
182
+ }
183
+ /** FarmBeats ARM Resource properties. */
184
+ export interface FarmBeatsUpdateProperties {
185
+ /** Sensor integration request model. */
186
+ sensorIntegration?: SensorIntegration;
187
+ /** Property to allow or block public traffic for an Azure FarmBeats resource. */
188
+ publicNetworkAccess?: PublicNetworkAccess;
189
+ }
190
+ /** Paged response contains list of requested objects and a URL link to get the next set of results. */
191
+ export interface FarmBeatsListResponse {
192
+ /** List of requested objects. */
193
+ value?: FarmBeats[];
194
+ /**
195
+ * Continuation link (absolute URI) to the next page of results in the list.
196
+ * NOTE: This property will not be serialized. It can only be populated by the server.
197
+ */
198
+ readonly nextLink?: string;
199
+ }
200
+ /**
201
+ * Arm async operation class.
202
+ * Ref: https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/async-operations.
203
+ */
204
+ export interface ArmAsyncOperation {
205
+ /** Status of the async operation. */
206
+ status?: string;
207
+ }
208
+ /** The check availability request body. */
209
+ export interface CheckNameAvailabilityRequest {
210
+ /** The name of the resource for which availability needs to be checked. */
211
+ name?: string;
212
+ /** The resource type. */
213
+ type?: string;
214
+ }
215
+ /** The check availability result. */
216
+ export interface CheckNameAvailabilityResponse {
217
+ /** Indicates if the resource name is available. */
218
+ nameAvailable?: boolean;
219
+ /** The reason why the given name is not available. */
220
+ reason?: CheckNameAvailabilityReason;
221
+ /** Detailed reason why the given name is available. */
222
+ message?: string;
223
+ }
224
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
225
+ export interface OperationListResult {
226
+ /**
227
+ * List of operations supported by the resource provider
228
+ * NOTE: This property will not be serialized. It can only be populated by the server.
229
+ */
230
+ readonly value?: Operation[];
231
+ /**
232
+ * URL to get the next set of operation list results (if there are any).
233
+ * NOTE: This property will not be serialized. It can only be populated by the server.
234
+ */
235
+ readonly nextLink?: string;
236
+ }
237
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
238
+ export interface Operation {
239
+ /**
240
+ * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
241
+ * NOTE: This property will not be serialized. It can only be populated by the server.
242
+ */
243
+ readonly name?: string;
244
+ /**
245
+ * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
246
+ * NOTE: This property will not be serialized. It can only be populated by the server.
247
+ */
248
+ readonly isDataAction?: boolean;
249
+ /** Localized display information for this particular operation. */
250
+ display?: OperationDisplay;
251
+ /**
252
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
253
+ * NOTE: This property will not be serialized. It can only be populated by the server.
254
+ */
255
+ readonly origin?: Origin;
256
+ /**
257
+ * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
258
+ * NOTE: This property will not be serialized. It can only be populated by the server.
259
+ */
260
+ readonly actionType?: ActionType;
261
+ }
262
+ /** Localized display information for this particular operation. */
263
+ export interface OperationDisplay {
264
+ /**
265
+ * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
266
+ * NOTE: This property will not be serialized. It can only be populated by the server.
267
+ */
268
+ readonly provider?: string;
269
+ /**
270
+ * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
271
+ * NOTE: This property will not be serialized. It can only be populated by the server.
272
+ */
273
+ readonly resource?: string;
274
+ /**
275
+ * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
276
+ * NOTE: This property will not be serialized. It can only be populated by the server.
277
+ */
278
+ readonly operation?: string;
279
+ /**
280
+ * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
281
+ * NOTE: This property will not be serialized. It can only be populated by the server.
282
+ */
283
+ readonly description?: string;
284
+ }
285
+ /** List of private endpoint connection associated with the specified storage account */
286
+ export interface PrivateEndpointConnectionListResult {
287
+ /** Array of private endpoint connections */
288
+ value?: PrivateEndpointConnection[];
289
+ }
290
+ /** A list of private link resources */
291
+ export interface PrivateLinkResourceListResult {
292
+ /** Array of private link resources */
293
+ value?: PrivateLinkResource[];
294
+ }
295
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
296
+ export interface ProxyResource extends Resource {
297
+ }
298
+ /** The Private Endpoint Connection resource. */
299
+ export interface PrivateEndpointConnection extends Resource {
300
+ /** The resource of private end point. */
301
+ privateEndpoint?: PrivateEndpoint;
302
+ /** A collection of information about the state of the connection between service consumer and provider. */
303
+ privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
304
+ /**
305
+ * The provisioning state of the private endpoint connection resource.
306
+ * NOTE: This property will not be serialized. It can only be populated by the server.
307
+ */
308
+ readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
309
+ }
310
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
311
+ export interface TrackedResource extends Resource {
312
+ /** Resource tags. */
313
+ tags?: {
314
+ [propertyName: string]: string;
315
+ };
316
+ /** The geo-location where the resource lives */
317
+ location: string;
318
+ }
319
+ /** A private link resource */
320
+ export interface PrivateLinkResource extends Resource {
321
+ /**
322
+ * The private link resource group id.
323
+ * NOTE: This property will not be serialized. It can only be populated by the server.
324
+ */
325
+ readonly groupId?: string;
326
+ /**
327
+ * The private link resource required member names.
328
+ * NOTE: This property will not be serialized. It can only be populated by the server.
329
+ */
330
+ readonly requiredMembers?: string[];
331
+ /** The private link resource Private link DNS zone name. */
332
+ requiredZoneNames?: string[];
333
+ }
334
+ /** Extension resource. */
335
+ export interface Extension extends ProxyResource {
336
+ /**
337
+ * The ETag value to implement optimistic concurrency.
338
+ * NOTE: This property will not be serialized. It can only be populated by the server.
339
+ */
340
+ readonly eTag?: string;
341
+ /**
342
+ * Extension Id.
343
+ * NOTE: This property will not be serialized. It can only be populated by the server.
344
+ */
345
+ readonly extensionId?: string;
346
+ /**
347
+ * Extension category. e.g. weather/sensor/satellite.
348
+ * NOTE: This property will not be serialized. It can only be populated by the server.
349
+ */
350
+ readonly extensionCategory?: string;
351
+ /**
352
+ * Installed extension version.
353
+ * NOTE: This property will not be serialized. It can only be populated by the server.
354
+ */
355
+ readonly installedExtensionVersion?: string;
356
+ /**
357
+ * Extension auth link.
358
+ * NOTE: This property will not be serialized. It can only be populated by the server.
359
+ */
360
+ readonly extensionAuthLink?: string;
361
+ /**
362
+ * Extension api docs link.
363
+ * NOTE: This property will not be serialized. It can only be populated by the server.
364
+ */
365
+ readonly extensionApiDocsLink?: string;
366
+ }
367
+ /** FarmBeats extension resource. */
368
+ export interface FarmBeatsExtension extends ProxyResource {
369
+ /**
370
+ * Target ResourceType of the farmBeatsExtension.
371
+ * NOTE: This property will not be serialized. It can only be populated by the server.
372
+ */
373
+ readonly targetResourceType?: string;
374
+ /**
375
+ * FarmBeatsExtension ID.
376
+ * NOTE: This property will not be serialized. It can only be populated by the server.
377
+ */
378
+ readonly farmBeatsExtensionId?: string;
379
+ /**
380
+ * FarmBeatsExtension name.
381
+ * NOTE: This property will not be serialized. It can only be populated by the server.
382
+ */
383
+ readonly farmBeatsExtensionName?: string;
384
+ /**
385
+ * FarmBeatsExtension version.
386
+ * NOTE: This property will not be serialized. It can only be populated by the server.
387
+ */
388
+ readonly farmBeatsExtensionVersion?: string;
389
+ /**
390
+ * Publisher ID.
391
+ * NOTE: This property will not be serialized. It can only be populated by the server.
392
+ */
393
+ readonly publisherId?: string;
394
+ /**
395
+ * Textual description.
396
+ * NOTE: This property will not be serialized. It can only be populated by the server.
397
+ */
398
+ readonly description?: string;
399
+ /**
400
+ * Category of the extension. e.g. weather/sensor/satellite.
401
+ * NOTE: This property will not be serialized. It can only be populated by the server.
402
+ */
403
+ readonly extensionCategory?: string;
404
+ /**
405
+ * FarmBeatsExtension auth link.
406
+ * NOTE: This property will not be serialized. It can only be populated by the server.
407
+ */
408
+ readonly extensionAuthLink?: string;
409
+ /**
410
+ * FarmBeatsExtension api docs link.
411
+ * NOTE: This property will not be serialized. It can only be populated by the server.
412
+ */
413
+ readonly extensionApiDocsLink?: string;
414
+ /**
415
+ * Detailed information which shows summary of requested data.
416
+ * Used in descriptive get extension metadata call.
417
+ * Information for weather category per api included are apisSupported,
418
+ * customParameters, PlatformParameters and Units supported.
419
+ * NOTE: This property will not be serialized. It can only be populated by the server.
420
+ */
421
+ readonly detailedInformation?: DetailedInformation[];
422
+ }
423
+ /** FarmBeats ARM Resource. */
424
+ export interface FarmBeats extends TrackedResource {
425
+ /** Identity for the resource. */
426
+ identity?: Identity;
427
+ /**
428
+ * Uri of the FarmBeats instance.
429
+ * NOTE: This property will not be serialized. It can only be populated by the server.
430
+ */
431
+ readonly instanceUri?: string;
432
+ /**
433
+ * FarmBeats instance provisioning state.
434
+ * NOTE: This property will not be serialized. It can only be populated by the server.
435
+ */
436
+ readonly provisioningState?: ProvisioningState;
437
+ /** Sensor integration request model. */
438
+ sensorIntegration?: SensorIntegration;
439
+ /** Property to allow or block public traffic for an Azure FarmBeats resource. */
440
+ publicNetworkAccess?: PublicNetworkAccess;
441
+ /**
442
+ * The Private Endpoint Connection resource.
443
+ * NOTE: This property will not be serialized. It can only be populated by the server.
444
+ */
445
+ readonly privateEndpointConnections?: PrivateEndpointConnection;
446
+ }
447
+ /** Defines headers for FarmBeatsModels_update operation. */
448
+ export interface FarmBeatsModelsUpdateHeaders {
449
+ location?: string;
450
+ }
451
+ /** Defines headers for PrivateEndpointConnections_delete operation. */
452
+ export interface PrivateEndpointConnectionsDeleteHeaders {
453
+ location?: string;
454
+ }
455
+ /** Known values of {@link CreatedByType} that the service accepts. */
456
+ export declare enum KnownCreatedByType {
457
+ /** User */
458
+ User = "User",
459
+ /** Application */
460
+ Application = "Application",
461
+ /** ManagedIdentity */
462
+ ManagedIdentity = "ManagedIdentity",
463
+ /** Key */
464
+ Key = "Key"
465
+ }
466
+ /**
467
+ * Defines values for CreatedByType. \
468
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
469
+ * this enum contains the known values that the service supports.
470
+ * ### Known values supported by the service
471
+ * **User** \
472
+ * **Application** \
473
+ * **ManagedIdentity** \
474
+ * **Key**
475
+ */
476
+ export type CreatedByType = string;
477
+ /** Known values of {@link ProvisioningState} that the service accepts. */
478
+ export declare enum KnownProvisioningState {
479
+ /** Creating */
480
+ Creating = "Creating",
481
+ /** Updating */
482
+ Updating = "Updating",
483
+ /** Deleting */
484
+ Deleting = "Deleting",
485
+ /** Succeeded */
486
+ Succeeded = "Succeeded",
487
+ /** Failed */
488
+ Failed = "Failed"
489
+ }
490
+ /**
491
+ * Defines values for ProvisioningState. \
492
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
493
+ * this enum contains the known values that the service supports.
494
+ * ### Known values supported by the service
495
+ * **Creating** \
496
+ * **Updating** \
497
+ * **Deleting** \
498
+ * **Succeeded** \
499
+ * **Failed**
500
+ */
501
+ export type ProvisioningState = string;
502
+ /** Known values of {@link PublicNetworkAccess} that the service accepts. */
503
+ export declare enum KnownPublicNetworkAccess {
504
+ /** Enabled */
505
+ Enabled = "Enabled",
506
+ /** Hybrid */
507
+ Hybrid = "Hybrid"
508
+ }
509
+ /**
510
+ * Defines values for PublicNetworkAccess. \
511
+ * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
512
+ * this enum contains the known values that the service supports.
513
+ * ### Known values supported by the service
514
+ * **Enabled** \
515
+ * **Hybrid**
516
+ */
517
+ export type PublicNetworkAccess = string;
518
+ /** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
519
+ export declare enum KnownPrivateEndpointServiceConnectionStatus {
520
+ /** Pending */
521
+ Pending = "Pending",
522
+ /** Approved */
523
+ Approved = "Approved",
524
+ /** Rejected */
525
+ Rejected = "Rejected"
526
+ }
527
+ /**
528
+ * Defines values for PrivateEndpointServiceConnectionStatus. \
529
+ * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
530
+ * this enum contains the known values that the service supports.
531
+ * ### Known values supported by the service
532
+ * **Pending** \
533
+ * **Approved** \
534
+ * **Rejected**
535
+ */
536
+ export type PrivateEndpointServiceConnectionStatus = string;
537
+ /** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
538
+ export declare enum KnownPrivateEndpointConnectionProvisioningState {
539
+ /** Succeeded */
540
+ Succeeded = "Succeeded",
541
+ /** Creating */
542
+ Creating = "Creating",
543
+ /** Deleting */
544
+ Deleting = "Deleting",
545
+ /** Failed */
546
+ Failed = "Failed"
547
+ }
548
+ /**
549
+ * Defines values for PrivateEndpointConnectionProvisioningState. \
550
+ * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
551
+ * this enum contains the known values that the service supports.
552
+ * ### Known values supported by the service
553
+ * **Succeeded** \
554
+ * **Creating** \
555
+ * **Deleting** \
556
+ * **Failed**
557
+ */
558
+ export type PrivateEndpointConnectionProvisioningState = string;
559
+ /** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */
560
+ export declare enum KnownCheckNameAvailabilityReason {
561
+ /** Invalid */
562
+ Invalid = "Invalid",
563
+ /** AlreadyExists */
564
+ AlreadyExists = "AlreadyExists"
565
+ }
566
+ /**
567
+ * Defines values for CheckNameAvailabilityReason. \
568
+ * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,
569
+ * this enum contains the known values that the service supports.
570
+ * ### Known values supported by the service
571
+ * **Invalid** \
572
+ * **AlreadyExists**
573
+ */
574
+ export type CheckNameAvailabilityReason = string;
575
+ /** Known values of {@link Origin} that the service accepts. */
576
+ export declare enum KnownOrigin {
577
+ /** User */
578
+ User = "user",
579
+ /** System */
580
+ System = "system",
581
+ /** UserSystem */
582
+ UserSystem = "user,system"
583
+ }
584
+ /**
585
+ * Defines values for Origin. \
586
+ * {@link KnownOrigin} can be used interchangeably with Origin,
587
+ * this enum contains the known values that the service supports.
588
+ * ### Known values supported by the service
589
+ * **user** \
590
+ * **system** \
591
+ * **user,system**
592
+ */
593
+ export type Origin = string;
594
+ /** Known values of {@link ActionType} that the service accepts. */
595
+ export declare enum KnownActionType {
596
+ /** Internal */
597
+ Internal = "Internal"
598
+ }
599
+ /**
600
+ * Defines values for ActionType. \
601
+ * {@link KnownActionType} can be used interchangeably with ActionType,
602
+ * this enum contains the known values that the service supports.
603
+ * ### Known values supported by the service
604
+ * **Internal**
605
+ */
606
+ export type ActionType = string;
607
+ /** Optional parameters. */
608
+ export interface ExtensionsCreateOptionalParams extends coreClient.OperationOptions {
609
+ }
610
+ /** Contains response data for the create operation. */
611
+ export type ExtensionsCreateResponse = Extension;
612
+ /** Optional parameters. */
613
+ export interface ExtensionsGetOptionalParams extends coreClient.OperationOptions {
614
+ }
615
+ /** Contains response data for the get operation. */
616
+ export type ExtensionsGetResponse = Extension;
617
+ /** Optional parameters. */
618
+ export interface ExtensionsUpdateOptionalParams extends coreClient.OperationOptions {
619
+ }
620
+ /** Contains response data for the update operation. */
621
+ export type ExtensionsUpdateResponse = Extension;
622
+ /** Optional parameters. */
623
+ export interface ExtensionsDeleteOptionalParams extends coreClient.OperationOptions {
624
+ }
625
+ /** Optional parameters. */
626
+ export interface ExtensionsListByFarmBeatsOptionalParams extends coreClient.OperationOptions {
627
+ /** Installed extension ids. */
628
+ extensionIds?: string[];
629
+ /** Installed extension categories. */
630
+ extensionCategories?: string[];
631
+ /**
632
+ * Maximum number of items needed (inclusive).
633
+ * Minimum = 10, Maximum = 1000, Default value = 50.
634
+ */
635
+ maxPageSize?: number;
636
+ /** Skip token for getting next set of results. */
637
+ skipToken?: string;
638
+ }
639
+ /** Contains response data for the listByFarmBeats operation. */
640
+ export type ExtensionsListByFarmBeatsResponse = ExtensionListResponse;
641
+ /** Optional parameters. */
642
+ export interface ExtensionsListByFarmBeatsNextOptionalParams extends coreClient.OperationOptions {
643
+ /** Installed extension ids. */
644
+ extensionIds?: string[];
645
+ /** Installed extension categories. */
646
+ extensionCategories?: string[];
647
+ /**
648
+ * Maximum number of items needed (inclusive).
649
+ * Minimum = 10, Maximum = 1000, Default value = 50.
650
+ */
651
+ maxPageSize?: number;
652
+ /** Skip token for getting next set of results. */
653
+ skipToken?: string;
654
+ }
655
+ /** Contains response data for the listByFarmBeatsNext operation. */
656
+ export type ExtensionsListByFarmBeatsNextResponse = ExtensionListResponse;
657
+ /** Optional parameters. */
658
+ export interface FarmBeatsExtensionsListOptionalParams extends coreClient.OperationOptions {
659
+ /** Extension categories. */
660
+ extensionCategories?: string[];
661
+ /**
662
+ * Maximum number of items needed (inclusive).
663
+ * Minimum = 10, Maximum = 1000, Default value = 50.
664
+ */
665
+ maxPageSize?: number;
666
+ /** FarmBeatsExtension ids. */
667
+ farmBeatsExtensionIds?: string[];
668
+ /** FarmBeats extension names. */
669
+ farmBeatsExtensionNames?: string[];
670
+ /** Publisher ids. */
671
+ publisherIds?: string[];
672
+ }
673
+ /** Contains response data for the list operation. */
674
+ export type FarmBeatsExtensionsListResponse = FarmBeatsExtensionListResponse;
675
+ /** Optional parameters. */
676
+ export interface FarmBeatsExtensionsGetOptionalParams extends coreClient.OperationOptions {
677
+ }
678
+ /** Contains response data for the get operation. */
679
+ export type FarmBeatsExtensionsGetResponse = FarmBeatsExtension;
680
+ /** Optional parameters. */
681
+ export interface FarmBeatsExtensionsListNextOptionalParams extends coreClient.OperationOptions {
682
+ /** Extension categories. */
683
+ extensionCategories?: string[];
684
+ /**
685
+ * Maximum number of items needed (inclusive).
686
+ * Minimum = 10, Maximum = 1000, Default value = 50.
687
+ */
688
+ maxPageSize?: number;
689
+ /** FarmBeatsExtension ids. */
690
+ farmBeatsExtensionIds?: string[];
691
+ /** FarmBeats extension names. */
692
+ farmBeatsExtensionNames?: string[];
693
+ /** Publisher ids. */
694
+ publisherIds?: string[];
695
+ }
696
+ /** Contains response data for the listNext operation. */
697
+ export type FarmBeatsExtensionsListNextResponse = FarmBeatsExtensionListResponse;
698
+ /** Optional parameters. */
699
+ export interface FarmBeatsModelsGetOptionalParams extends coreClient.OperationOptions {
700
+ }
701
+ /** Contains response data for the get operation. */
702
+ export type FarmBeatsModelsGetResponse = FarmBeats;
703
+ /** Optional parameters. */
704
+ export interface FarmBeatsModelsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
705
+ }
706
+ /** Contains response data for the createOrUpdate operation. */
707
+ export type FarmBeatsModelsCreateOrUpdateResponse = FarmBeats;
708
+ /** Optional parameters. */
709
+ export interface FarmBeatsModelsUpdateOptionalParams extends coreClient.OperationOptions {
710
+ /** Delay to wait until next poll, in milliseconds. */
711
+ updateIntervalInMs?: number;
712
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
713
+ resumeFrom?: string;
714
+ }
715
+ /** Contains response data for the update operation. */
716
+ export type FarmBeatsModelsUpdateResponse = FarmBeats;
717
+ /** Optional parameters. */
718
+ export interface FarmBeatsModelsDeleteOptionalParams extends coreClient.OperationOptions {
719
+ }
720
+ /** Optional parameters. */
721
+ export interface FarmBeatsModelsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
722
+ /**
723
+ * Maximum number of items needed (inclusive).
724
+ * Minimum = 10, Maximum = 1000, Default value = 50.
725
+ */
726
+ maxPageSize?: number;
727
+ /** Skip token for getting next set of results. */
728
+ skipToken?: string;
729
+ }
730
+ /** Contains response data for the listBySubscription operation. */
731
+ export type FarmBeatsModelsListBySubscriptionResponse = FarmBeatsListResponse;
732
+ /** Optional parameters. */
733
+ export interface FarmBeatsModelsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
734
+ /**
735
+ * Maximum number of items needed (inclusive).
736
+ * Minimum = 10, Maximum = 1000, Default value = 50.
737
+ */
738
+ maxPageSize?: number;
739
+ /** Continuation token for getting next set of results. */
740
+ skipToken?: string;
741
+ }
742
+ /** Contains response data for the listByResourceGroup operation. */
743
+ export type FarmBeatsModelsListByResourceGroupResponse = FarmBeatsListResponse;
744
+ /** Optional parameters. */
745
+ export interface FarmBeatsModelsGetOperationResultOptionalParams extends coreClient.OperationOptions {
746
+ }
747
+ /** Contains response data for the getOperationResult operation. */
748
+ export type FarmBeatsModelsGetOperationResultResponse = ArmAsyncOperation;
749
+ /** Optional parameters. */
750
+ export interface FarmBeatsModelsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
751
+ /**
752
+ * Maximum number of items needed (inclusive).
753
+ * Minimum = 10, Maximum = 1000, Default value = 50.
754
+ */
755
+ maxPageSize?: number;
756
+ /** Skip token for getting next set of results. */
757
+ skipToken?: string;
758
+ }
759
+ /** Contains response data for the listBySubscriptionNext operation. */
760
+ export type FarmBeatsModelsListBySubscriptionNextResponse = FarmBeatsListResponse;
761
+ /** Optional parameters. */
762
+ export interface FarmBeatsModelsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
763
+ /**
764
+ * Maximum number of items needed (inclusive).
765
+ * Minimum = 10, Maximum = 1000, Default value = 50.
766
+ */
767
+ maxPageSize?: number;
768
+ /** Continuation token for getting next set of results. */
769
+ skipToken?: string;
770
+ }
771
+ /** Contains response data for the listByResourceGroupNext operation. */
772
+ export type FarmBeatsModelsListByResourceGroupNextResponse = FarmBeatsListResponse;
773
+ /** Optional parameters. */
774
+ export interface LocationsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
775
+ }
776
+ /** Contains response data for the checkNameAvailability operation. */
777
+ export type LocationsCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;
778
+ /** Optional parameters. */
779
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
780
+ }
781
+ /** Contains response data for the list operation. */
782
+ export type OperationsListResponse = OperationListResult;
783
+ /** Optional parameters. */
784
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
785
+ }
786
+ /** Contains response data for the listNext operation. */
787
+ export type OperationsListNextResponse = OperationListResult;
788
+ /** Optional parameters. */
789
+ export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
790
+ }
791
+ /** Contains response data for the createOrUpdate operation. */
792
+ export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
793
+ /** Optional parameters. */
794
+ export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
795
+ }
796
+ /** Contains response data for the get operation. */
797
+ export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
798
+ /** Optional parameters. */
799
+ export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
800
+ /** Delay to wait until next poll, in milliseconds. */
801
+ updateIntervalInMs?: number;
802
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
803
+ resumeFrom?: string;
804
+ }
805
+ /** Optional parameters. */
806
+ export interface PrivateEndpointConnectionsListByResourceOptionalParams extends coreClient.OperationOptions {
807
+ }
808
+ /** Contains response data for the listByResource operation. */
809
+ export type PrivateEndpointConnectionsListByResourceResponse = PrivateEndpointConnectionListResult;
810
+ /** Optional parameters. */
811
+ export interface PrivateLinkResourcesListByResourceOptionalParams extends coreClient.OperationOptions {
812
+ }
813
+ /** Contains response data for the listByResource operation. */
814
+ export type PrivateLinkResourcesListByResourceResponse = PrivateLinkResourceListResult;
815
+ /** Optional parameters. */
816
+ export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
817
+ }
818
+ /** Contains response data for the get operation. */
819
+ export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
820
+ /** Optional parameters. */
821
+ export interface AgriFoodMgmtClientOptionalParams extends coreClient.ServiceClientOptions {
822
+ /** server parameter */
823
+ $host?: string;
824
+ /** Api Version */
825
+ apiVersion?: string;
826
+ /** Overrides client endpoint. */
827
+ endpoint?: string;
828
+ }
829
+ //# sourceMappingURL=index.d.ts.map