@azure/arm-batch 10.0.1-alpha.20250102.1 → 10.0.1-alpha.20250106.1

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 (759) hide show
  1. package/{dist-esm/src → dist/browser}/batchManagementClient.d.ts +2 -2
  2. package/dist/browser/batchManagementClient.d.ts.map +1 -0
  3. package/{dist-esm/src → dist/browser}/batchManagementClient.js +15 -18
  4. package/dist/browser/batchManagementClient.js.map +1 -0
  5. package/dist/browser/index.d.ts +5 -0
  6. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  7. package/{dist-esm/src → dist/browser}/index.js +4 -4
  8. package/dist/browser/index.js.map +1 -0
  9. package/dist/browser/lroImpl.js.map +1 -0
  10. package/dist/browser/models/index.js.map +1 -0
  11. package/dist/browser/models/mappers.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  13. package/dist/browser/models/parameters.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/operations/applicationOperations.d.ts +3 -3
  15. package/dist/browser/operations/applicationOperations.d.ts.map +1 -0
  16. package/{dist-esm/src → dist/browser}/operations/applicationOperations.js +3 -3
  17. package/dist/browser/operations/applicationOperations.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/operations/applicationPackageOperations.d.ts +3 -3
  19. package/dist/browser/operations/applicationPackageOperations.d.ts.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/applicationPackageOperations.js +3 -3
  21. package/dist/browser/operations/applicationPackageOperations.js.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/batchAccountOperations.d.ts +3 -3
  23. package/dist/browser/operations/batchAccountOperations.d.ts.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/batchAccountOperations.js +79 -87
  25. package/dist/browser/operations/batchAccountOperations.js.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/certificateOperations.d.ts +3 -3
  27. package/dist/browser/operations/certificateOperations.d.ts.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/certificateOperations.js +42 -46
  29. package/dist/browser/operations/certificateOperations.js.map +1 -0
  30. package/dist/browser/operations/index.d.ts +11 -0
  31. package/dist/browser/operations/index.d.ts.map +1 -0
  32. package/dist/browser/operations/index.js +18 -0
  33. package/dist/browser/operations/index.js.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/location.d.ts +3 -3
  35. package/dist/browser/operations/location.d.ts.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operations/location.js +3 -3
  37. package/dist/browser/operations/location.js.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operations/networkSecurityPerimeterOperations.d.ts +3 -3
  39. package/dist/browser/operations/networkSecurityPerimeterOperations.d.ts.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operations/networkSecurityPerimeterOperations.js +46 -50
  41. package/dist/browser/operations/networkSecurityPerimeterOperations.js.map +1 -0
  42. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  43. package/dist/browser/operations/operations.d.ts.map +1 -0
  44. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  45. package/dist/browser/operations/operations.js.map +1 -0
  46. package/{dist-esm/src → dist/browser}/operations/poolOperations.d.ts +3 -3
  47. package/dist/browser/operations/poolOperations.d.ts.map +1 -0
  48. package/{dist-esm/src → dist/browser}/operations/poolOperations.js +42 -46
  49. package/dist/browser/operations/poolOperations.js.map +1 -0
  50. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnectionOperations.d.ts +3 -3
  51. package/dist/browser/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
  52. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnectionOperations.js +88 -96
  53. package/dist/browser/operations/privateEndpointConnectionOperations.js.map +1 -0
  54. package/{dist-esm/src → dist/browser}/operations/privateLinkResourceOperations.d.ts +3 -3
  55. package/dist/browser/operations/privateLinkResourceOperations.d.ts.map +1 -0
  56. package/{dist-esm/src → dist/browser}/operations/privateLinkResourceOperations.js +3 -3
  57. package/dist/browser/operations/privateLinkResourceOperations.js.map +1 -0
  58. package/{dist-esm/src → dist/browser}/operationsInterfaces/applicationOperations.d.ts +1 -1
  59. package/dist/browser/operationsInterfaces/applicationOperations.d.ts.map +1 -0
  60. package/dist/browser/operationsInterfaces/applicationOperations.js.map +1 -0
  61. package/{dist-esm/src → dist/browser}/operationsInterfaces/applicationPackageOperations.d.ts +1 -1
  62. package/dist/browser/operationsInterfaces/applicationPackageOperations.d.ts.map +1 -0
  63. package/dist/browser/operationsInterfaces/applicationPackageOperations.js.map +1 -0
  64. package/{dist-esm/src → dist/browser}/operationsInterfaces/batchAccountOperations.d.ts +1 -1
  65. package/dist/browser/operationsInterfaces/batchAccountOperations.d.ts.map +1 -0
  66. package/dist/browser/operationsInterfaces/batchAccountOperations.js.map +1 -0
  67. package/{dist-esm/src → dist/browser}/operationsInterfaces/certificateOperations.d.ts +1 -1
  68. package/dist/browser/operationsInterfaces/certificateOperations.d.ts.map +1 -0
  69. package/dist/browser/operationsInterfaces/certificateOperations.js.map +1 -0
  70. package/dist/browser/operationsInterfaces/index.d.ts +11 -0
  71. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  72. package/dist/browser/operationsInterfaces/index.js +18 -0
  73. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  74. package/{dist-esm/src → dist/browser}/operationsInterfaces/location.d.ts +1 -1
  75. package/dist/browser/operationsInterfaces/location.d.ts.map +1 -0
  76. package/dist/browser/operationsInterfaces/location.js.map +1 -0
  77. package/{dist-esm/src → dist/browser}/operationsInterfaces/networkSecurityPerimeterOperations.d.ts +1 -1
  78. package/dist/browser/operationsInterfaces/networkSecurityPerimeterOperations.d.ts.map +1 -0
  79. package/dist/browser/operationsInterfaces/networkSecurityPerimeterOperations.js.map +1 -0
  80. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  81. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  82. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  83. package/{dist-esm/src → dist/browser}/operationsInterfaces/poolOperations.d.ts +1 -1
  84. package/dist/browser/operationsInterfaces/poolOperations.d.ts.map +1 -0
  85. package/dist/browser/operationsInterfaces/poolOperations.js.map +1 -0
  86. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnectionOperations.d.ts +1 -1
  87. package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
  88. package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
  89. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResourceOperations.d.ts +1 -1
  90. package/dist/browser/operationsInterfaces/privateLinkResourceOperations.d.ts.map +1 -0
  91. package/dist/browser/operationsInterfaces/privateLinkResourceOperations.js.map +1 -0
  92. package/dist/browser/package.json +3 -0
  93. package/dist/browser/pagingHelper.js.map +1 -0
  94. package/dist/commonjs/batchManagementClient.d.ts +30 -0
  95. package/dist/commonjs/batchManagementClient.d.ts.map +1 -0
  96. package/dist/commonjs/batchManagementClient.js +114 -0
  97. package/dist/commonjs/batchManagementClient.js.map +1 -0
  98. package/dist/commonjs/index.d.ts +5 -0
  99. package/dist/commonjs/index.d.ts.map +1 -0
  100. package/dist/commonjs/index.js +19 -0
  101. package/dist/commonjs/index.js.map +1 -0
  102. package/dist/commonjs/lroImpl.d.ts +11 -0
  103. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  104. package/dist/commonjs/lroImpl.js +24 -0
  105. package/dist/commonjs/lroImpl.js.map +1 -0
  106. package/{types/arm-batch.d.ts → dist/commonjs/models/index.d.ts} +2366 -3263
  107. package/dist/commonjs/models/index.d.ts.map +1 -0
  108. package/dist/commonjs/models/index.js +111 -0
  109. package/dist/commonjs/models/index.js.map +1 -0
  110. package/dist/commonjs/models/mappers.d.ts +144 -0
  111. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  112. package/dist/commonjs/models/mappers.js +4564 -0
  113. package/dist/commonjs/models/mappers.js.map +1 -0
  114. package/dist/commonjs/models/parameters.d.ts +36 -0
  115. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  116. package/dist/commonjs/models/parameters.js +329 -0
  117. package/dist/commonjs/models/parameters.js.map +1 -0
  118. package/dist/commonjs/operations/applicationOperations.d.ts +71 -0
  119. package/dist/commonjs/operations/applicationOperations.d.ts.map +1 -0
  120. package/dist/commonjs/operations/applicationOperations.js +286 -0
  121. package/dist/commonjs/operations/applicationOperations.js.map +1 -0
  122. package/dist/commonjs/operations/applicationPackageOperations.d.ts +83 -0
  123. package/dist/commonjs/operations/applicationPackageOperations.d.ts.map +1 -0
  124. package/dist/commonjs/operations/applicationPackageOperations.js +311 -0
  125. package/dist/commonjs/operations/applicationPackageOperations.js.map +1 -0
  126. package/dist/commonjs/operations/batchAccountOperations.d.ts +203 -0
  127. package/dist/commonjs/operations/batchAccountOperations.d.ts.map +1 -0
  128. package/dist/commonjs/operations/batchAccountOperations.js +882 -0
  129. package/dist/commonjs/operations/batchAccountOperations.js.map +1 -0
  130. package/dist/commonjs/operations/certificateOperations.d.ts +124 -0
  131. package/dist/commonjs/operations/certificateOperations.d.ts.map +1 -0
  132. package/dist/commonjs/operations/certificateOperations.js +420 -0
  133. package/dist/commonjs/operations/certificateOperations.js.map +1 -0
  134. package/dist/commonjs/operations/index.d.ts +11 -0
  135. package/dist/commonjs/operations/index.d.ts.map +1 -0
  136. package/dist/commonjs/operations/index.js +21 -0
  137. package/dist/commonjs/operations/index.js.map +1 -0
  138. package/dist/commonjs/operations/location.d.ts +49 -0
  139. package/dist/commonjs/operations/location.d.ts.map +1 -0
  140. package/dist/commonjs/operations/location.js +213 -0
  141. package/dist/commonjs/operations/location.js.map +1 -0
  142. package/dist/commonjs/operations/networkSecurityPerimeterOperations.d.ts +66 -0
  143. package/dist/commonjs/operations/networkSecurityPerimeterOperations.d.ts.map +1 -0
  144. package/dist/commonjs/operations/networkSecurityPerimeterOperations.js +286 -0
  145. package/dist/commonjs/operations/networkSecurityPerimeterOperations.js.map +1 -0
  146. package/dist/commonjs/operations/operations.d.ts +32 -0
  147. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  148. package/dist/commonjs/operations/operations.js +137 -0
  149. package/dist/commonjs/operations/operations.js.map +1 -0
  150. package/dist/commonjs/operations/poolOperations.d.ts +103 -0
  151. package/dist/commonjs/operations/poolOperations.d.ts.map +1 -0
  152. package/dist/commonjs/operations/poolOperations.js +424 -0
  153. package/dist/commonjs/operations/poolOperations.js.map +1 -0
  154. package/dist/commonjs/operations/privateEndpointConnectionOperations.d.ts +88 -0
  155. package/dist/commonjs/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
  156. package/dist/commonjs/operations/privateEndpointConnectionOperations.js +389 -0
  157. package/dist/commonjs/operations/privateEndpointConnectionOperations.js.map +1 -0
  158. package/dist/commonjs/operations/privateLinkResourceOperations.d.ts +47 -0
  159. package/dist/commonjs/operations/privateLinkResourceOperations.d.ts.map +1 -0
  160. package/dist/commonjs/operations/privateLinkResourceOperations.js +187 -0
  161. package/dist/commonjs/operations/privateLinkResourceOperations.js.map +1 -0
  162. package/dist/commonjs/operationsInterfaces/applicationOperations.d.ts +46 -0
  163. package/dist/commonjs/operationsInterfaces/applicationOperations.d.ts.map +1 -0
  164. package/dist/commonjs/operationsInterfaces/applicationOperations.js +10 -0
  165. package/dist/commonjs/operationsInterfaces/applicationOperations.js.map +1 -0
  166. package/dist/commonjs/operationsInterfaces/applicationPackageOperations.d.ts +56 -0
  167. package/dist/commonjs/operationsInterfaces/applicationPackageOperations.d.ts.map +1 -0
  168. package/dist/commonjs/operationsInterfaces/applicationPackageOperations.js +10 -0
  169. package/dist/commonjs/operationsInterfaces/applicationPackageOperations.js.map +1 -0
  170. package/dist/commonjs/operationsInterfaces/batchAccountOperations.d.ts +127 -0
  171. package/dist/commonjs/operationsInterfaces/batchAccountOperations.d.ts.map +1 -0
  172. package/dist/commonjs/operationsInterfaces/batchAccountOperations.js +10 -0
  173. package/dist/commonjs/operationsInterfaces/batchAccountOperations.js.map +1 -0
  174. package/dist/commonjs/operationsInterfaces/certificateOperations.d.ts +97 -0
  175. package/dist/commonjs/operationsInterfaces/certificateOperations.d.ts.map +1 -0
  176. package/dist/commonjs/operationsInterfaces/certificateOperations.js +10 -0
  177. package/dist/commonjs/operationsInterfaces/certificateOperations.js.map +1 -0
  178. package/dist/commonjs/operationsInterfaces/index.d.ts +11 -0
  179. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  180. package/dist/commonjs/operationsInterfaces/index.js +21 -0
  181. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  182. package/dist/commonjs/operationsInterfaces/location.d.ts +25 -0
  183. package/dist/commonjs/operationsInterfaces/location.d.ts.map +1 -0
  184. package/dist/commonjs/operationsInterfaces/location.js +10 -0
  185. package/dist/commonjs/operationsInterfaces/location.js.map +1 -0
  186. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterOperations.d.ts +41 -0
  187. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterOperations.d.ts.map +1 -0
  188. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterOperations.js +10 -0
  189. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterOperations.js.map +1 -0
  190. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  191. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  192. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  193. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  194. package/dist/commonjs/operationsInterfaces/poolOperations.d.ts +78 -0
  195. package/dist/commonjs/operationsInterfaces/poolOperations.d.ts.map +1 -0
  196. package/dist/commonjs/operationsInterfaces/poolOperations.js +10 -0
  197. package/dist/commonjs/operationsInterfaces/poolOperations.js.map +1 -0
  198. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.d.ts +63 -0
  199. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
  200. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.js +10 -0
  201. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
  202. package/dist/commonjs/operationsInterfaces/privateLinkResourceOperations.d.ts +22 -0
  203. package/dist/commonjs/operationsInterfaces/privateLinkResourceOperations.d.ts.map +1 -0
  204. package/dist/commonjs/operationsInterfaces/privateLinkResourceOperations.js +10 -0
  205. package/dist/commonjs/operationsInterfaces/privateLinkResourceOperations.js.map +1 -0
  206. package/dist/commonjs/package.json +3 -0
  207. package/dist/commonjs/pagingHelper.d.ts +13 -0
  208. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  209. package/dist/commonjs/pagingHelper.js +36 -0
  210. package/dist/commonjs/pagingHelper.js.map +1 -0
  211. package/dist/esm/batchManagementClient.d.ts +30 -0
  212. package/dist/esm/batchManagementClient.d.ts.map +1 -0
  213. package/dist/esm/batchManagementClient.js +109 -0
  214. package/dist/esm/batchManagementClient.js.map +1 -0
  215. package/dist/esm/index.d.ts +5 -0
  216. package/dist/esm/index.d.ts.map +1 -0
  217. package/{src/index.ts → dist/esm/index.js} +5 -5
  218. package/dist/esm/index.js.map +1 -0
  219. package/dist/esm/lroImpl.d.ts +11 -0
  220. package/dist/esm/lroImpl.d.ts.map +1 -0
  221. package/dist/esm/lroImpl.js +21 -0
  222. package/dist/esm/lroImpl.js.map +1 -0
  223. package/dist/esm/models/index.d.ts +2366 -0
  224. package/dist/esm/models/index.d.ts.map +1 -0
  225. package/dist/esm/models/index.js +108 -0
  226. package/dist/esm/models/index.js.map +1 -0
  227. package/dist/esm/models/mappers.d.ts +144 -0
  228. package/dist/esm/models/mappers.d.ts.map +1 -0
  229. package/dist/esm/models/mappers.js +4559 -0
  230. package/dist/esm/models/mappers.js.map +1 -0
  231. package/dist/esm/models/parameters.d.ts +36 -0
  232. package/dist/esm/models/parameters.d.ts.map +1 -0
  233. package/dist/esm/models/parameters.js +326 -0
  234. package/dist/esm/models/parameters.js.map +1 -0
  235. package/dist/esm/operations/applicationOperations.d.ts +71 -0
  236. package/dist/esm/operations/applicationOperations.d.ts.map +1 -0
  237. package/dist/esm/operations/applicationOperations.js +282 -0
  238. package/dist/esm/operations/applicationOperations.js.map +1 -0
  239. package/dist/esm/operations/applicationPackageOperations.d.ts +83 -0
  240. package/dist/esm/operations/applicationPackageOperations.d.ts.map +1 -0
  241. package/dist/esm/operations/applicationPackageOperations.js +307 -0
  242. package/dist/esm/operations/applicationPackageOperations.js.map +1 -0
  243. package/dist/esm/operations/batchAccountOperations.d.ts +203 -0
  244. package/dist/esm/operations/batchAccountOperations.d.ts.map +1 -0
  245. package/dist/esm/operations/batchAccountOperations.js +878 -0
  246. package/dist/esm/operations/batchAccountOperations.js.map +1 -0
  247. package/dist/esm/operations/certificateOperations.d.ts +124 -0
  248. package/dist/esm/operations/certificateOperations.d.ts.map +1 -0
  249. package/dist/esm/operations/certificateOperations.js +416 -0
  250. package/dist/esm/operations/certificateOperations.js.map +1 -0
  251. package/dist/esm/operations/index.d.ts +11 -0
  252. package/dist/esm/operations/index.d.ts.map +1 -0
  253. package/dist/esm/operations/index.js +18 -0
  254. package/dist/esm/operations/index.js.map +1 -0
  255. package/dist/esm/operations/location.d.ts +49 -0
  256. package/dist/esm/operations/location.d.ts.map +1 -0
  257. package/dist/esm/operations/location.js +209 -0
  258. package/dist/esm/operations/location.js.map +1 -0
  259. package/dist/esm/operations/networkSecurityPerimeterOperations.d.ts +66 -0
  260. package/dist/esm/operations/networkSecurityPerimeterOperations.d.ts.map +1 -0
  261. package/dist/esm/operations/networkSecurityPerimeterOperations.js +282 -0
  262. package/dist/esm/operations/networkSecurityPerimeterOperations.js.map +1 -0
  263. package/dist/esm/operations/operations.d.ts +32 -0
  264. package/dist/esm/operations/operations.d.ts.map +1 -0
  265. package/dist/esm/operations/operations.js +133 -0
  266. package/dist/esm/operations/operations.js.map +1 -0
  267. package/dist/esm/operations/poolOperations.d.ts +103 -0
  268. package/dist/esm/operations/poolOperations.d.ts.map +1 -0
  269. package/dist/esm/operations/poolOperations.js +420 -0
  270. package/dist/esm/operations/poolOperations.js.map +1 -0
  271. package/dist/esm/operations/privateEndpointConnectionOperations.d.ts +88 -0
  272. package/dist/esm/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
  273. package/dist/esm/operations/privateEndpointConnectionOperations.js +385 -0
  274. package/dist/esm/operations/privateEndpointConnectionOperations.js.map +1 -0
  275. package/dist/esm/operations/privateLinkResourceOperations.d.ts +47 -0
  276. package/dist/esm/operations/privateLinkResourceOperations.d.ts.map +1 -0
  277. package/dist/esm/operations/privateLinkResourceOperations.js +183 -0
  278. package/dist/esm/operations/privateLinkResourceOperations.js.map +1 -0
  279. package/dist/esm/operationsInterfaces/applicationOperations.d.ts +46 -0
  280. package/dist/esm/operationsInterfaces/applicationOperations.d.ts.map +1 -0
  281. package/dist/esm/operationsInterfaces/applicationOperations.js +9 -0
  282. package/dist/esm/operationsInterfaces/applicationOperations.js.map +1 -0
  283. package/dist/esm/operationsInterfaces/applicationPackageOperations.d.ts +56 -0
  284. package/dist/esm/operationsInterfaces/applicationPackageOperations.d.ts.map +1 -0
  285. package/dist/esm/operationsInterfaces/applicationPackageOperations.js +9 -0
  286. package/dist/esm/operationsInterfaces/applicationPackageOperations.js.map +1 -0
  287. package/dist/esm/operationsInterfaces/batchAccountOperations.d.ts +127 -0
  288. package/dist/esm/operationsInterfaces/batchAccountOperations.d.ts.map +1 -0
  289. package/dist/esm/operationsInterfaces/batchAccountOperations.js +9 -0
  290. package/dist/esm/operationsInterfaces/batchAccountOperations.js.map +1 -0
  291. package/dist/esm/operationsInterfaces/certificateOperations.d.ts +97 -0
  292. package/dist/esm/operationsInterfaces/certificateOperations.d.ts.map +1 -0
  293. package/dist/esm/operationsInterfaces/certificateOperations.js +9 -0
  294. package/dist/esm/operationsInterfaces/certificateOperations.js.map +1 -0
  295. package/dist/esm/operationsInterfaces/index.d.ts +11 -0
  296. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  297. package/dist/esm/operationsInterfaces/index.js +18 -0
  298. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  299. package/dist/esm/operationsInterfaces/location.d.ts +25 -0
  300. package/dist/esm/operationsInterfaces/location.d.ts.map +1 -0
  301. package/dist/esm/operationsInterfaces/location.js +9 -0
  302. package/dist/esm/operationsInterfaces/location.js.map +1 -0
  303. package/dist/esm/operationsInterfaces/networkSecurityPerimeterOperations.d.ts +41 -0
  304. package/dist/esm/operationsInterfaces/networkSecurityPerimeterOperations.d.ts.map +1 -0
  305. package/dist/esm/operationsInterfaces/networkSecurityPerimeterOperations.js +9 -0
  306. package/dist/esm/operationsInterfaces/networkSecurityPerimeterOperations.js.map +1 -0
  307. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  308. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  309. package/dist/esm/operationsInterfaces/operations.js +9 -0
  310. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  311. package/dist/esm/operationsInterfaces/poolOperations.d.ts +78 -0
  312. package/dist/esm/operationsInterfaces/poolOperations.d.ts.map +1 -0
  313. package/dist/esm/operationsInterfaces/poolOperations.js +9 -0
  314. package/dist/esm/operationsInterfaces/poolOperations.js.map +1 -0
  315. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.d.ts +63 -0
  316. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
  317. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.js +9 -0
  318. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
  319. package/dist/esm/operationsInterfaces/privateLinkResourceOperations.d.ts +22 -0
  320. package/dist/esm/operationsInterfaces/privateLinkResourceOperations.d.ts.map +1 -0
  321. package/dist/esm/operationsInterfaces/privateLinkResourceOperations.js +9 -0
  322. package/dist/esm/operationsInterfaces/privateLinkResourceOperations.js.map +1 -0
  323. package/dist/esm/package.json +3 -0
  324. package/dist/esm/pagingHelper.d.ts +13 -0
  325. package/dist/esm/pagingHelper.d.ts.map +1 -0
  326. package/dist/esm/pagingHelper.js +32 -0
  327. package/dist/esm/pagingHelper.js.map +1 -0
  328. package/dist/react-native/batchManagementClient.d.ts +30 -0
  329. package/dist/react-native/batchManagementClient.d.ts.map +1 -0
  330. package/dist/react-native/batchManagementClient.js +109 -0
  331. package/dist/react-native/batchManagementClient.js.map +1 -0
  332. package/dist/react-native/index.d.ts +5 -0
  333. package/dist/react-native/index.d.ts.map +1 -0
  334. package/dist/react-native/index.js +13 -0
  335. package/dist/react-native/index.js.map +1 -0
  336. package/dist/react-native/lroImpl.d.ts +11 -0
  337. package/dist/react-native/lroImpl.d.ts.map +1 -0
  338. package/dist/react-native/lroImpl.js +21 -0
  339. package/dist/react-native/lroImpl.js.map +1 -0
  340. package/dist/react-native/models/index.d.ts +2366 -0
  341. package/dist/react-native/models/index.d.ts.map +1 -0
  342. package/dist/react-native/models/index.js +108 -0
  343. package/dist/react-native/models/index.js.map +1 -0
  344. package/dist/react-native/models/mappers.d.ts +144 -0
  345. package/dist/react-native/models/mappers.d.ts.map +1 -0
  346. package/dist/react-native/models/mappers.js +4559 -0
  347. package/dist/react-native/models/mappers.js.map +1 -0
  348. package/dist/react-native/models/parameters.d.ts +36 -0
  349. package/dist/react-native/models/parameters.d.ts.map +1 -0
  350. package/dist/react-native/models/parameters.js +326 -0
  351. package/dist/react-native/models/parameters.js.map +1 -0
  352. package/dist/react-native/operations/applicationOperations.d.ts +71 -0
  353. package/dist/react-native/operations/applicationOperations.d.ts.map +1 -0
  354. package/dist/react-native/operations/applicationOperations.js +282 -0
  355. package/dist/react-native/operations/applicationOperations.js.map +1 -0
  356. package/dist/react-native/operations/applicationPackageOperations.d.ts +83 -0
  357. package/dist/react-native/operations/applicationPackageOperations.d.ts.map +1 -0
  358. package/dist/react-native/operations/applicationPackageOperations.js +307 -0
  359. package/dist/react-native/operations/applicationPackageOperations.js.map +1 -0
  360. package/dist/react-native/operations/batchAccountOperations.d.ts +203 -0
  361. package/dist/react-native/operations/batchAccountOperations.d.ts.map +1 -0
  362. package/dist/react-native/operations/batchAccountOperations.js +878 -0
  363. package/dist/react-native/operations/batchAccountOperations.js.map +1 -0
  364. package/dist/react-native/operations/certificateOperations.d.ts +124 -0
  365. package/dist/react-native/operations/certificateOperations.d.ts.map +1 -0
  366. package/dist/react-native/operations/certificateOperations.js +416 -0
  367. package/dist/react-native/operations/certificateOperations.js.map +1 -0
  368. package/dist/react-native/operations/index.d.ts +11 -0
  369. package/dist/react-native/operations/index.d.ts.map +1 -0
  370. package/dist/react-native/operations/index.js +18 -0
  371. package/dist/react-native/operations/index.js.map +1 -0
  372. package/dist/react-native/operations/location.d.ts +49 -0
  373. package/dist/react-native/operations/location.d.ts.map +1 -0
  374. package/dist/react-native/operations/location.js +209 -0
  375. package/dist/react-native/operations/location.js.map +1 -0
  376. package/dist/react-native/operations/networkSecurityPerimeterOperations.d.ts +66 -0
  377. package/dist/react-native/operations/networkSecurityPerimeterOperations.d.ts.map +1 -0
  378. package/dist/react-native/operations/networkSecurityPerimeterOperations.js +282 -0
  379. package/dist/react-native/operations/networkSecurityPerimeterOperations.js.map +1 -0
  380. package/dist/react-native/operations/operations.d.ts +32 -0
  381. package/dist/react-native/operations/operations.d.ts.map +1 -0
  382. package/dist/react-native/operations/operations.js +133 -0
  383. package/dist/react-native/operations/operations.js.map +1 -0
  384. package/dist/react-native/operations/poolOperations.d.ts +103 -0
  385. package/dist/react-native/operations/poolOperations.d.ts.map +1 -0
  386. package/dist/react-native/operations/poolOperations.js +420 -0
  387. package/dist/react-native/operations/poolOperations.js.map +1 -0
  388. package/dist/react-native/operations/privateEndpointConnectionOperations.d.ts +88 -0
  389. package/dist/react-native/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
  390. package/dist/react-native/operations/privateEndpointConnectionOperations.js +385 -0
  391. package/dist/react-native/operations/privateEndpointConnectionOperations.js.map +1 -0
  392. package/dist/react-native/operations/privateLinkResourceOperations.d.ts +47 -0
  393. package/dist/react-native/operations/privateLinkResourceOperations.d.ts.map +1 -0
  394. package/dist/react-native/operations/privateLinkResourceOperations.js +183 -0
  395. package/dist/react-native/operations/privateLinkResourceOperations.js.map +1 -0
  396. package/dist/react-native/operationsInterfaces/applicationOperations.d.ts +46 -0
  397. package/dist/react-native/operationsInterfaces/applicationOperations.d.ts.map +1 -0
  398. package/dist/react-native/operationsInterfaces/applicationOperations.js +9 -0
  399. package/dist/react-native/operationsInterfaces/applicationOperations.js.map +1 -0
  400. package/dist/react-native/operationsInterfaces/applicationPackageOperations.d.ts +56 -0
  401. package/dist/react-native/operationsInterfaces/applicationPackageOperations.d.ts.map +1 -0
  402. package/dist/react-native/operationsInterfaces/applicationPackageOperations.js +9 -0
  403. package/dist/react-native/operationsInterfaces/applicationPackageOperations.js.map +1 -0
  404. package/dist/react-native/operationsInterfaces/batchAccountOperations.d.ts +127 -0
  405. package/dist/react-native/operationsInterfaces/batchAccountOperations.d.ts.map +1 -0
  406. package/dist/react-native/operationsInterfaces/batchAccountOperations.js +9 -0
  407. package/dist/react-native/operationsInterfaces/batchAccountOperations.js.map +1 -0
  408. package/dist/react-native/operationsInterfaces/certificateOperations.d.ts +97 -0
  409. package/dist/react-native/operationsInterfaces/certificateOperations.d.ts.map +1 -0
  410. package/dist/react-native/operationsInterfaces/certificateOperations.js +9 -0
  411. package/dist/react-native/operationsInterfaces/certificateOperations.js.map +1 -0
  412. package/dist/react-native/operationsInterfaces/index.d.ts +11 -0
  413. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  414. package/dist/react-native/operationsInterfaces/index.js +18 -0
  415. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  416. package/dist/react-native/operationsInterfaces/location.d.ts +25 -0
  417. package/dist/react-native/operationsInterfaces/location.d.ts.map +1 -0
  418. package/dist/react-native/operationsInterfaces/location.js +9 -0
  419. package/dist/react-native/operationsInterfaces/location.js.map +1 -0
  420. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterOperations.d.ts +41 -0
  421. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterOperations.d.ts.map +1 -0
  422. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterOperations.js +9 -0
  423. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterOperations.js.map +1 -0
  424. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  425. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  426. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  427. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  428. package/dist/react-native/operationsInterfaces/poolOperations.d.ts +78 -0
  429. package/dist/react-native/operationsInterfaces/poolOperations.d.ts.map +1 -0
  430. package/dist/react-native/operationsInterfaces/poolOperations.js +9 -0
  431. package/dist/react-native/operationsInterfaces/poolOperations.js.map +1 -0
  432. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.d.ts +63 -0
  433. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
  434. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.js +9 -0
  435. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
  436. package/dist/react-native/operationsInterfaces/privateLinkResourceOperations.d.ts +22 -0
  437. package/dist/react-native/operationsInterfaces/privateLinkResourceOperations.d.ts.map +1 -0
  438. package/dist/react-native/operationsInterfaces/privateLinkResourceOperations.js +9 -0
  439. package/dist/react-native/operationsInterfaces/privateLinkResourceOperations.js.map +1 -0
  440. package/dist/react-native/package.json +3 -0
  441. package/dist/react-native/pagingHelper.d.ts +13 -0
  442. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  443. package/dist/react-native/pagingHelper.js +32 -0
  444. package/dist/react-native/pagingHelper.js.map +1 -0
  445. package/package.json +58 -28
  446. package/dist/index.js +0 -8793
  447. package/dist/index.js.map +0 -1
  448. package/dist/index.min.js +0 -1
  449. package/dist/index.min.js.map +0 -1
  450. package/dist-esm/samples-dev/applicationCreateSample.d.ts +0 -2
  451. package/dist-esm/samples-dev/applicationCreateSample.d.ts.map +0 -1
  452. package/dist-esm/samples-dev/applicationCreateSample.js +0 -44
  453. package/dist-esm/samples-dev/applicationCreateSample.js.map +0 -1
  454. package/dist-esm/samples-dev/applicationDeleteSample.d.ts +0 -2
  455. package/dist-esm/samples-dev/applicationDeleteSample.d.ts.map +0 -1
  456. package/dist-esm/samples-dev/applicationDeleteSample.js +0 -39
  457. package/dist-esm/samples-dev/applicationDeleteSample.js.map +0 -1
  458. package/dist-esm/samples-dev/applicationGetSample.d.ts +0 -2
  459. package/dist-esm/samples-dev/applicationGetSample.d.ts.map +0 -1
  460. package/dist-esm/samples-dev/applicationGetSample.js +0 -39
  461. package/dist-esm/samples-dev/applicationGetSample.js.map +0 -1
  462. package/dist-esm/samples-dev/applicationListSample.d.ts +0 -2
  463. package/dist-esm/samples-dev/applicationListSample.d.ts.map +0 -1
  464. package/dist-esm/samples-dev/applicationListSample.js +0 -54
  465. package/dist-esm/samples-dev/applicationListSample.js.map +0 -1
  466. package/dist-esm/samples-dev/applicationPackageActivateSample.d.ts +0 -2
  467. package/dist-esm/samples-dev/applicationPackageActivateSample.d.ts.map +0 -1
  468. package/dist-esm/samples-dev/applicationPackageActivateSample.js +0 -41
  469. package/dist-esm/samples-dev/applicationPackageActivateSample.js.map +0 -1
  470. package/dist-esm/samples-dev/applicationPackageCreateSample.d.ts +0 -2
  471. package/dist-esm/samples-dev/applicationPackageCreateSample.d.ts.map +0 -1
  472. package/dist-esm/samples-dev/applicationPackageCreateSample.js +0 -40
  473. package/dist-esm/samples-dev/applicationPackageCreateSample.js.map +0 -1
  474. package/dist-esm/samples-dev/applicationPackageDeleteSample.d.ts +0 -2
  475. package/dist-esm/samples-dev/applicationPackageDeleteSample.d.ts.map +0 -1
  476. package/dist-esm/samples-dev/applicationPackageDeleteSample.js +0 -40
  477. package/dist-esm/samples-dev/applicationPackageDeleteSample.js.map +0 -1
  478. package/dist-esm/samples-dev/applicationPackageGetSample.d.ts +0 -2
  479. package/dist-esm/samples-dev/applicationPackageGetSample.d.ts.map +0 -1
  480. package/dist-esm/samples-dev/applicationPackageGetSample.js +0 -40
  481. package/dist-esm/samples-dev/applicationPackageGetSample.js.map +0 -1
  482. package/dist-esm/samples-dev/applicationPackageListSample.d.ts +0 -2
  483. package/dist-esm/samples-dev/applicationPackageListSample.d.ts.map +0 -1
  484. package/dist-esm/samples-dev/applicationPackageListSample.js +0 -55
  485. package/dist-esm/samples-dev/applicationPackageListSample.js.map +0 -1
  486. package/dist-esm/samples-dev/applicationUpdateSample.d.ts +0 -2
  487. package/dist-esm/samples-dev/applicationUpdateSample.d.ts.map +0 -1
  488. package/dist-esm/samples-dev/applicationUpdateSample.js +0 -44
  489. package/dist-esm/samples-dev/applicationUpdateSample.js.map +0 -1
  490. package/dist-esm/samples-dev/batchAccountCreateSample.d.ts +0 -2
  491. package/dist-esm/samples-dev/batchAccountCreateSample.d.ts.map +0 -1
  492. package/dist-esm/samples-dev/batchAccountCreateSample.js +0 -157
  493. package/dist-esm/samples-dev/batchAccountCreateSample.js.map +0 -1
  494. package/dist-esm/samples-dev/batchAccountDeleteSample.d.ts +0 -2
  495. package/dist-esm/samples-dev/batchAccountDeleteSample.d.ts.map +0 -1
  496. package/dist-esm/samples-dev/batchAccountDeleteSample.js +0 -38
  497. package/dist-esm/samples-dev/batchAccountDeleteSample.js.map +0 -1
  498. package/dist-esm/samples-dev/batchAccountGetDetectorSample.d.ts +0 -2
  499. package/dist-esm/samples-dev/batchAccountGetDetectorSample.d.ts.map +0 -1
  500. package/dist-esm/samples-dev/batchAccountGetDetectorSample.js +0 -39
  501. package/dist-esm/samples-dev/batchAccountGetDetectorSample.js.map +0 -1
  502. package/dist-esm/samples-dev/batchAccountGetKeysSample.d.ts +0 -2
  503. package/dist-esm/samples-dev/batchAccountGetKeysSample.d.ts.map +0 -1
  504. package/dist-esm/samples-dev/batchAccountGetKeysSample.js +0 -38
  505. package/dist-esm/samples-dev/batchAccountGetKeysSample.js.map +0 -1
  506. package/dist-esm/samples-dev/batchAccountGetSample.d.ts +0 -2
  507. package/dist-esm/samples-dev/batchAccountGetSample.d.ts.map +0 -1
  508. package/dist-esm/samples-dev/batchAccountGetSample.js +0 -56
  509. package/dist-esm/samples-dev/batchAccountGetSample.js.map +0 -1
  510. package/dist-esm/samples-dev/batchAccountListByResourceGroupSample.d.ts +0 -2
  511. package/dist-esm/samples-dev/batchAccountListByResourceGroupSample.d.ts.map +0 -1
  512. package/dist-esm/samples-dev/batchAccountListByResourceGroupSample.js +0 -53
  513. package/dist-esm/samples-dev/batchAccountListByResourceGroupSample.js.map +0 -1
  514. package/dist-esm/samples-dev/batchAccountListDetectorsSample.d.ts +0 -2
  515. package/dist-esm/samples-dev/batchAccountListDetectorsSample.d.ts.map +0 -1
  516. package/dist-esm/samples-dev/batchAccountListDetectorsSample.js +0 -54
  517. package/dist-esm/samples-dev/batchAccountListDetectorsSample.js.map +0 -1
  518. package/dist-esm/samples-dev/batchAccountListOutboundNetworkDependenciesEndpointsSample.d.ts +0 -2
  519. package/dist-esm/samples-dev/batchAccountListOutboundNetworkDependenciesEndpointsSample.d.ts.map +0 -1
  520. package/dist-esm/samples-dev/batchAccountListOutboundNetworkDependenciesEndpointsSample.js +0 -54
  521. package/dist-esm/samples-dev/batchAccountListOutboundNetworkDependenciesEndpointsSample.js.map +0 -1
  522. package/dist-esm/samples-dev/batchAccountListSample.d.ts +0 -2
  523. package/dist-esm/samples-dev/batchAccountListSample.d.ts.map +0 -1
  524. package/dist-esm/samples-dev/batchAccountListSample.js +0 -52
  525. package/dist-esm/samples-dev/batchAccountListSample.js.map +0 -1
  526. package/dist-esm/samples-dev/batchAccountRegenerateKeySample.d.ts +0 -2
  527. package/dist-esm/samples-dev/batchAccountRegenerateKeySample.d.ts.map +0 -1
  528. package/dist-esm/samples-dev/batchAccountRegenerateKeySample.js +0 -41
  529. package/dist-esm/samples-dev/batchAccountRegenerateKeySample.js.map +0 -1
  530. package/dist-esm/samples-dev/batchAccountSynchronizeAutoStorageKeysSample.d.ts +0 -2
  531. package/dist-esm/samples-dev/batchAccountSynchronizeAutoStorageKeysSample.d.ts.map +0 -1
  532. package/dist-esm/samples-dev/batchAccountSynchronizeAutoStorageKeysSample.js +0 -38
  533. package/dist-esm/samples-dev/batchAccountSynchronizeAutoStorageKeysSample.js.map +0 -1
  534. package/dist-esm/samples-dev/batchAccountUpdateSample.d.ts +0 -2
  535. package/dist-esm/samples-dev/batchAccountUpdateSample.d.ts.map +0 -1
  536. package/dist-esm/samples-dev/batchAccountUpdateSample.js +0 -43
  537. package/dist-esm/samples-dev/batchAccountUpdateSample.js.map +0 -1
  538. package/dist-esm/samples-dev/certificateCancelDeletionSample.d.ts +0 -2
  539. package/dist-esm/samples-dev/certificateCancelDeletionSample.d.ts.map +0 -1
  540. package/dist-esm/samples-dev/certificateCancelDeletionSample.js +0 -43
  541. package/dist-esm/samples-dev/certificateCancelDeletionSample.js.map +0 -1
  542. package/dist-esm/samples-dev/certificateCreateSample.d.ts +0 -2
  543. package/dist-esm/samples-dev/certificateCreateSample.d.ts.map +0 -1
  544. package/dist-esm/samples-dev/certificateCreateSample.js +0 -92
  545. package/dist-esm/samples-dev/certificateCreateSample.js.map +0 -1
  546. package/dist-esm/samples-dev/certificateDeleteSample.d.ts +0 -2
  547. package/dist-esm/samples-dev/certificateDeleteSample.d.ts.map +0 -1
  548. package/dist-esm/samples-dev/certificateDeleteSample.js +0 -39
  549. package/dist-esm/samples-dev/certificateDeleteSample.js.map +0 -1
  550. package/dist-esm/samples-dev/certificateGetSample.d.ts +0 -2
  551. package/dist-esm/samples-dev/certificateGetSample.d.ts.map +0 -1
  552. package/dist-esm/samples-dev/certificateGetSample.js +0 -58
  553. package/dist-esm/samples-dev/certificateGetSample.js.map +0 -1
  554. package/dist-esm/samples-dev/certificateListByBatchAccountSample.d.ts +0 -2
  555. package/dist-esm/samples-dev/certificateListByBatchAccountSample.d.ts.map +0 -1
  556. package/dist-esm/samples-dev/certificateListByBatchAccountSample.js +0 -94
  557. package/dist-esm/samples-dev/certificateListByBatchAccountSample.js.map +0 -1
  558. package/dist-esm/samples-dev/certificateUpdateSample.d.ts +0 -2
  559. package/dist-esm/samples-dev/certificateUpdateSample.d.ts.map +0 -1
  560. package/dist-esm/samples-dev/certificateUpdateSample.js +0 -43
  561. package/dist-esm/samples-dev/certificateUpdateSample.js.map +0 -1
  562. package/dist-esm/samples-dev/locationCheckNameAvailabilitySample.d.ts +0 -2
  563. package/dist-esm/samples-dev/locationCheckNameAvailabilitySample.d.ts.map +0 -1
  564. package/dist-esm/samples-dev/locationCheckNameAvailabilitySample.js +0 -62
  565. package/dist-esm/samples-dev/locationCheckNameAvailabilitySample.js.map +0 -1
  566. package/dist-esm/samples-dev/locationGetQuotasSample.d.ts +0 -2
  567. package/dist-esm/samples-dev/locationGetQuotasSample.d.ts.map +0 -1
  568. package/dist-esm/samples-dev/locationGetQuotasSample.js +0 -37
  569. package/dist-esm/samples-dev/locationGetQuotasSample.js.map +0 -1
  570. package/dist-esm/samples-dev/locationListSupportedVirtualMachineSkusSample.d.ts +0 -2
  571. package/dist-esm/samples-dev/locationListSupportedVirtualMachineSkusSample.d.ts.map +0 -1
  572. package/dist-esm/samples-dev/locationListSupportedVirtualMachineSkusSample.js +0 -53
  573. package/dist-esm/samples-dev/locationListSupportedVirtualMachineSkusSample.js.map +0 -1
  574. package/dist-esm/samples-dev/networkSecurityPerimeterGetConfigurationSample.d.ts +0 -2
  575. package/dist-esm/samples-dev/networkSecurityPerimeterGetConfigurationSample.d.ts.map +0 -1
  576. package/dist-esm/samples-dev/networkSecurityPerimeterGetConfigurationSample.js +0 -39
  577. package/dist-esm/samples-dev/networkSecurityPerimeterGetConfigurationSample.js.map +0 -1
  578. package/dist-esm/samples-dev/networkSecurityPerimeterListConfigurationsSample.d.ts +0 -2
  579. package/dist-esm/samples-dev/networkSecurityPerimeterListConfigurationsSample.d.ts.map +0 -1
  580. package/dist-esm/samples-dev/networkSecurityPerimeterListConfigurationsSample.js +0 -54
  581. package/dist-esm/samples-dev/networkSecurityPerimeterListConfigurationsSample.js.map +0 -1
  582. package/dist-esm/samples-dev/networkSecurityPerimeterReconcileConfigurationSample.d.ts +0 -2
  583. package/dist-esm/samples-dev/networkSecurityPerimeterReconcileConfigurationSample.d.ts.map +0 -1
  584. package/dist-esm/samples-dev/networkSecurityPerimeterReconcileConfigurationSample.js +0 -39
  585. package/dist-esm/samples-dev/networkSecurityPerimeterReconcileConfigurationSample.js.map +0 -1
  586. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  587. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  588. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  589. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  590. package/dist-esm/samples-dev/poolCreateSample.d.ts +0 -2
  591. package/dist-esm/samples-dev/poolCreateSample.d.ts.map +0 -1
  592. package/dist-esm/samples-dev/poolCreateSample.js +0 -642
  593. package/dist-esm/samples-dev/poolCreateSample.js.map +0 -1
  594. package/dist-esm/samples-dev/poolDeleteSample.d.ts +0 -2
  595. package/dist-esm/samples-dev/poolDeleteSample.d.ts.map +0 -1
  596. package/dist-esm/samples-dev/poolDeleteSample.js +0 -39
  597. package/dist-esm/samples-dev/poolDeleteSample.js.map +0 -1
  598. package/dist-esm/samples-dev/poolDisableAutoScaleSample.d.ts +0 -2
  599. package/dist-esm/samples-dev/poolDisableAutoScaleSample.d.ts.map +0 -1
  600. package/dist-esm/samples-dev/poolDisableAutoScaleSample.js +0 -39
  601. package/dist-esm/samples-dev/poolDisableAutoScaleSample.js.map +0 -1
  602. package/dist-esm/samples-dev/poolGetSample.d.ts +0 -2
  603. package/dist-esm/samples-dev/poolGetSample.d.ts.map +0 -1
  604. package/dist-esm/samples-dev/poolGetSample.js +0 -153
  605. package/dist-esm/samples-dev/poolGetSample.js.map +0 -1
  606. package/dist-esm/samples-dev/poolListByBatchAccountSample.d.ts +0 -2
  607. package/dist-esm/samples-dev/poolListByBatchAccountSample.d.ts.map +0 -1
  608. package/dist-esm/samples-dev/poolListByBatchAccountSample.js +0 -91
  609. package/dist-esm/samples-dev/poolListByBatchAccountSample.js.map +0 -1
  610. package/dist-esm/samples-dev/poolStopResizeSample.d.ts +0 -2
  611. package/dist-esm/samples-dev/poolStopResizeSample.d.ts.map +0 -1
  612. package/dist-esm/samples-dev/poolStopResizeSample.js +0 -39
  613. package/dist-esm/samples-dev/poolStopResizeSample.js.map +0 -1
  614. package/dist-esm/samples-dev/poolUpdateSample.d.ts +0 -2
  615. package/dist-esm/samples-dev/poolUpdateSample.d.ts.map +0 -1
  616. package/dist-esm/samples-dev/poolUpdateSample.js +0 -130
  617. package/dist-esm/samples-dev/poolUpdateSample.js.map +0 -1
  618. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.d.ts +0 -2
  619. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.d.ts.map +0 -1
  620. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js +0 -39
  621. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js.map +0 -1
  622. package/dist-esm/samples-dev/privateEndpointConnectionGetSample.d.ts +0 -2
  623. package/dist-esm/samples-dev/privateEndpointConnectionGetSample.d.ts.map +0 -1
  624. package/dist-esm/samples-dev/privateEndpointConnectionGetSample.js +0 -39
  625. package/dist-esm/samples-dev/privateEndpointConnectionGetSample.js.map +0 -1
  626. package/dist-esm/samples-dev/privateEndpointConnectionListByBatchAccountSample.d.ts +0 -2
  627. package/dist-esm/samples-dev/privateEndpointConnectionListByBatchAccountSample.d.ts.map +0 -1
  628. package/dist-esm/samples-dev/privateEndpointConnectionListByBatchAccountSample.js +0 -54
  629. package/dist-esm/samples-dev/privateEndpointConnectionListByBatchAccountSample.js.map +0 -1
  630. package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.d.ts +0 -2
  631. package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.d.ts.map +0 -1
  632. package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.js +0 -45
  633. package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.js.map +0 -1
  634. package/dist-esm/samples-dev/privateLinkResourceGetSample.d.ts +0 -2
  635. package/dist-esm/samples-dev/privateLinkResourceGetSample.d.ts.map +0 -1
  636. package/dist-esm/samples-dev/privateLinkResourceGetSample.js +0 -39
  637. package/dist-esm/samples-dev/privateLinkResourceGetSample.js.map +0 -1
  638. package/dist-esm/samples-dev/privateLinkResourceListByBatchAccountSample.d.ts +0 -2
  639. package/dist-esm/samples-dev/privateLinkResourceListByBatchAccountSample.d.ts.map +0 -1
  640. package/dist-esm/samples-dev/privateLinkResourceListByBatchAccountSample.js +0 -54
  641. package/dist-esm/samples-dev/privateLinkResourceListByBatchAccountSample.js.map +0 -1
  642. package/dist-esm/src/batchManagementClient.d.ts.map +0 -1
  643. package/dist-esm/src/batchManagementClient.js.map +0 -1
  644. package/dist-esm/src/index.d.ts +0 -5
  645. package/dist-esm/src/index.js.map +0 -1
  646. package/dist-esm/src/lroImpl.js.map +0 -1
  647. package/dist-esm/src/models/index.js.map +0 -1
  648. package/dist-esm/src/models/mappers.js.map +0 -1
  649. package/dist-esm/src/models/parameters.js.map +0 -1
  650. package/dist-esm/src/operations/applicationOperations.d.ts.map +0 -1
  651. package/dist-esm/src/operations/applicationOperations.js.map +0 -1
  652. package/dist-esm/src/operations/applicationPackageOperations.d.ts.map +0 -1
  653. package/dist-esm/src/operations/applicationPackageOperations.js.map +0 -1
  654. package/dist-esm/src/operations/batchAccountOperations.d.ts.map +0 -1
  655. package/dist-esm/src/operations/batchAccountOperations.js.map +0 -1
  656. package/dist-esm/src/operations/certificateOperations.d.ts.map +0 -1
  657. package/dist-esm/src/operations/certificateOperations.js.map +0 -1
  658. package/dist-esm/src/operations/index.d.ts +0 -11
  659. package/dist-esm/src/operations/index.d.ts.map +0 -1
  660. package/dist-esm/src/operations/index.js +0 -18
  661. package/dist-esm/src/operations/index.js.map +0 -1
  662. package/dist-esm/src/operations/location.d.ts.map +0 -1
  663. package/dist-esm/src/operations/location.js.map +0 -1
  664. package/dist-esm/src/operations/networkSecurityPerimeterOperations.d.ts.map +0 -1
  665. package/dist-esm/src/operations/networkSecurityPerimeterOperations.js.map +0 -1
  666. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  667. package/dist-esm/src/operations/operations.js.map +0 -1
  668. package/dist-esm/src/operations/poolOperations.d.ts.map +0 -1
  669. package/dist-esm/src/operations/poolOperations.js.map +0 -1
  670. package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
  671. package/dist-esm/src/operations/privateEndpointConnectionOperations.js.map +0 -1
  672. package/dist-esm/src/operations/privateLinkResourceOperations.d.ts.map +0 -1
  673. package/dist-esm/src/operations/privateLinkResourceOperations.js.map +0 -1
  674. package/dist-esm/src/operationsInterfaces/applicationOperations.d.ts.map +0 -1
  675. package/dist-esm/src/operationsInterfaces/applicationOperations.js.map +0 -1
  676. package/dist-esm/src/operationsInterfaces/applicationPackageOperations.d.ts.map +0 -1
  677. package/dist-esm/src/operationsInterfaces/applicationPackageOperations.js.map +0 -1
  678. package/dist-esm/src/operationsInterfaces/batchAccountOperations.d.ts.map +0 -1
  679. package/dist-esm/src/operationsInterfaces/batchAccountOperations.js.map +0 -1
  680. package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts.map +0 -1
  681. package/dist-esm/src/operationsInterfaces/certificateOperations.js.map +0 -1
  682. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
  683. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  684. package/dist-esm/src/operationsInterfaces/index.js +0 -18
  685. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  686. package/dist-esm/src/operationsInterfaces/location.d.ts.map +0 -1
  687. package/dist-esm/src/operationsInterfaces/location.js.map +0 -1
  688. package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterOperations.d.ts.map +0 -1
  689. package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterOperations.js.map +0 -1
  690. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  691. package/dist-esm/src/operationsInterfaces/poolOperations.d.ts.map +0 -1
  692. package/dist-esm/src/operationsInterfaces/poolOperations.js.map +0 -1
  693. package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
  694. package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
  695. package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.d.ts.map +0 -1
  696. package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.js.map +0 -1
  697. package/dist-esm/src/pagingHelper.js.map +0 -1
  698. package/dist-esm/test/batch_examples.d.ts +0 -4
  699. package/dist-esm/test/batch_examples.d.ts.map +0 -1
  700. package/dist-esm/test/batch_examples.js +0 -503
  701. package/dist-esm/test/batch_examples.js.map +0 -1
  702. package/dist-esm/test/fakeTestSecrets.d.ts +0 -3
  703. package/dist-esm/test/fakeTestSecrets.d.ts.map +0 -1
  704. package/dist-esm/test/fakeTestSecrets.js +0 -7
  705. package/dist-esm/test/fakeTestSecrets.js.map +0 -1
  706. package/src/batchManagementClient.ts +0 -188
  707. package/src/lroImpl.ts +0 -42
  708. package/src/models/index.ts +0 -2705
  709. package/src/models/mappers.ts +0 -4828
  710. package/src/models/parameters.ts +0 -377
  711. package/src/operations/applicationOperations.ts +0 -369
  712. package/src/operations/applicationPackageOperations.ts +0 -419
  713. package/src/operations/batchAccountOperations.ts +0 -1151
  714. package/src/operations/certificateOperations.ts +0 -552
  715. package/src/operations/index.ts +0 -18
  716. package/src/operations/location.ts +0 -271
  717. package/src/operations/networkSecurityPerimeterOperations.ts +0 -397
  718. package/src/operations/operations.ts +0 -149
  719. package/src/operations/poolOperations.ts +0 -566
  720. package/src/operations/privateEndpointConnectionOperations.ts +0 -542
  721. package/src/operations/privateLinkResourceOperations.ts +0 -247
  722. package/src/operationsInterfaces/applicationOperations.ts +0 -90
  723. package/src/operationsInterfaces/applicationPackageOperations.ts +0 -106
  724. package/src/operationsInterfaces/batchAccountOperations.ts +0 -224
  725. package/src/operationsInterfaces/certificateOperations.ts +0 -155
  726. package/src/operationsInterfaces/index.ts +0 -18
  727. package/src/operationsInterfaces/location.ts +0 -52
  728. package/src/operationsInterfaces/networkSecurityPerimeterOperations.ts +0 -81
  729. package/src/operationsInterfaces/operations.ts +0 -22
  730. package/src/operationsInterfaces/poolOperations.ts +0 -142
  731. package/src/operationsInterfaces/privateEndpointConnectionOperations.ts +0 -122
  732. package/src/operationsInterfaces/privateLinkResourceOperations.ts +0 -45
  733. package/src/pagingHelper.ts +0 -39
  734. package/tsconfig.json +0 -33
  735. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  736. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  737. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  738. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  739. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  740. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  741. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  742. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  743. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  744. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  745. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  746. /package/{dist-esm/src → dist/browser}/operationsInterfaces/applicationOperations.js +0 -0
  747. /package/{dist-esm/src → dist/browser}/operationsInterfaces/applicationPackageOperations.js +0 -0
  748. /package/{dist-esm/src → dist/browser}/operationsInterfaces/batchAccountOperations.js +0 -0
  749. /package/{dist-esm/src → dist/browser}/operationsInterfaces/certificateOperations.js +0 -0
  750. /package/{dist-esm/src → dist/browser}/operationsInterfaces/location.js +0 -0
  751. /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkSecurityPerimeterOperations.js +0 -0
  752. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  753. /package/{dist-esm/src → dist/browser}/operationsInterfaces/poolOperations.js +0 -0
  754. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnectionOperations.js +0 -0
  755. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResourceOperations.js +0 -0
  756. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  757. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  758. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  759. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,111 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.KnownCreatedByType = exports.KnownResourceAssociationAccessMode = exports.KnownAccessRuleDirection = exports.KnownSeverity = exports.KnownIssueType = exports.KnownNetworkSecurityPerimeterConfigurationProvisioningState = exports.KnownContainerHostDataPath = exports.KnownSecurityEncryptionTypes = exports.KnownContainerType = void 0;
11
+ /** Known values of {@link ContainerType} that the service accepts. */
12
+ var KnownContainerType;
13
+ (function (KnownContainerType) {
14
+ /** A Docker compatible container technology will be used to launch the containers. */
15
+ KnownContainerType["DockerCompatible"] = "DockerCompatible";
16
+ /** A CRI based technology will be used to launch the containers. */
17
+ KnownContainerType["CriCompatible"] = "CriCompatible";
18
+ })(KnownContainerType || (exports.KnownContainerType = KnownContainerType = {}));
19
+ /** Known values of {@link SecurityEncryptionTypes} that the service accepts. */
20
+ var KnownSecurityEncryptionTypes;
21
+ (function (KnownSecurityEncryptionTypes) {
22
+ /** NonPersistedTPM */
23
+ KnownSecurityEncryptionTypes["NonPersistedTPM"] = "NonPersistedTPM";
24
+ /** VMGuestStateOnly */
25
+ KnownSecurityEncryptionTypes["VMGuestStateOnly"] = "VMGuestStateOnly";
26
+ })(KnownSecurityEncryptionTypes || (exports.KnownSecurityEncryptionTypes = KnownSecurityEncryptionTypes = {}));
27
+ /** Known values of {@link ContainerHostDataPath} that the service accepts. */
28
+ var KnownContainerHostDataPath;
29
+ (function (KnownContainerHostDataPath) {
30
+ /** The path for multi-instances task to shared their files. */
31
+ KnownContainerHostDataPath["Shared"] = "Shared";
32
+ /** The path for start task. */
33
+ KnownContainerHostDataPath["Startup"] = "Startup";
34
+ /** The path contains all virtual file systems are mounted on this node. */
35
+ KnownContainerHostDataPath["VfsMounts"] = "VfsMounts";
36
+ /** The task path. */
37
+ KnownContainerHostDataPath["Task"] = "Task";
38
+ /** The job-prep task path. */
39
+ KnownContainerHostDataPath["JobPrep"] = "JobPrep";
40
+ /** The applications path. */
41
+ KnownContainerHostDataPath["Applications"] = "Applications";
42
+ })(KnownContainerHostDataPath || (exports.KnownContainerHostDataPath = KnownContainerHostDataPath = {}));
43
+ /** Known values of {@link NetworkSecurityPerimeterConfigurationProvisioningState} that the service accepts. */
44
+ var KnownNetworkSecurityPerimeterConfigurationProvisioningState;
45
+ (function (KnownNetworkSecurityPerimeterConfigurationProvisioningState) {
46
+ /** Succeeded */
47
+ KnownNetworkSecurityPerimeterConfigurationProvisioningState["Succeeded"] = "Succeeded";
48
+ /** Creating */
49
+ KnownNetworkSecurityPerimeterConfigurationProvisioningState["Creating"] = "Creating";
50
+ /** Updating */
51
+ KnownNetworkSecurityPerimeterConfigurationProvisioningState["Updating"] = "Updating";
52
+ /** Deleting */
53
+ KnownNetworkSecurityPerimeterConfigurationProvisioningState["Deleting"] = "Deleting";
54
+ /** Accepted */
55
+ KnownNetworkSecurityPerimeterConfigurationProvisioningState["Accepted"] = "Accepted";
56
+ /** Failed */
57
+ KnownNetworkSecurityPerimeterConfigurationProvisioningState["Failed"] = "Failed";
58
+ /** Canceled */
59
+ KnownNetworkSecurityPerimeterConfigurationProvisioningState["Canceled"] = "Canceled";
60
+ })(KnownNetworkSecurityPerimeterConfigurationProvisioningState || (exports.KnownNetworkSecurityPerimeterConfigurationProvisioningState = KnownNetworkSecurityPerimeterConfigurationProvisioningState = {}));
61
+ /** Known values of {@link IssueType} that the service accepts. */
62
+ var KnownIssueType;
63
+ (function (KnownIssueType) {
64
+ /** Unknown issue type */
65
+ KnownIssueType["Unknown"] = "Unknown";
66
+ /** An error occurred while applying the network security perimeter (NSP) configuration. */
67
+ KnownIssueType["ConfigurationPropagationFailure"] = "ConfigurationPropagationFailure";
68
+ /** A network connectivity issue is happening on the resource which could be addressed either by adding new resources to the network security perimeter (NSP) or by modifying access rules. */
69
+ KnownIssueType["MissingPerimeterConfiguration"] = "MissingPerimeterConfiguration";
70
+ /** An managed identity hasn't been associated with the resource. The resource will still be able to validate inbound traffic from the network security perimeter (NSP) or matching inbound access rules, but it won't be able to perform outbound access as a member of the NSP. */
71
+ KnownIssueType["MissingIdentityConfiguration"] = "MissingIdentityConfiguration";
72
+ })(KnownIssueType || (exports.KnownIssueType = KnownIssueType = {}));
73
+ /** Known values of {@link Severity} that the service accepts. */
74
+ var KnownSeverity;
75
+ (function (KnownSeverity) {
76
+ /** Warning */
77
+ KnownSeverity["Warning"] = "Warning";
78
+ /** Error */
79
+ KnownSeverity["Error"] = "Error";
80
+ })(KnownSeverity || (exports.KnownSeverity = KnownSeverity = {}));
81
+ /** Known values of {@link AccessRuleDirection} that the service accepts. */
82
+ var KnownAccessRuleDirection;
83
+ (function (KnownAccessRuleDirection) {
84
+ /** Applies to inbound network traffic to the secured resources. */
85
+ KnownAccessRuleDirection["Inbound"] = "Inbound";
86
+ /** Applies to outbound network traffic from the secured resources */
87
+ KnownAccessRuleDirection["Outbound"] = "Outbound";
88
+ })(KnownAccessRuleDirection || (exports.KnownAccessRuleDirection = KnownAccessRuleDirection = {}));
89
+ /** Known values of {@link ResourceAssociationAccessMode} that the service accepts. */
90
+ var KnownResourceAssociationAccessMode;
91
+ (function (KnownResourceAssociationAccessMode) {
92
+ /** Enforced access mode - traffic to the resource that failed access checks is blocked */
93
+ KnownResourceAssociationAccessMode["Enforced"] = "Enforced";
94
+ /** Learning access mode - traffic to the resource is enabled for analysis but not blocked */
95
+ KnownResourceAssociationAccessMode["Learning"] = "Learning";
96
+ /** Audit access mode - traffic to the resource that fails access checks is logged but not blocked */
97
+ KnownResourceAssociationAccessMode["Audit"] = "Audit";
98
+ })(KnownResourceAssociationAccessMode || (exports.KnownResourceAssociationAccessMode = KnownResourceAssociationAccessMode = {}));
99
+ /** Known values of {@link CreatedByType} that the service accepts. */
100
+ var KnownCreatedByType;
101
+ (function (KnownCreatedByType) {
102
+ /** User */
103
+ KnownCreatedByType["User"] = "User";
104
+ /** Application */
105
+ KnownCreatedByType["Application"] = "Application";
106
+ /** ManagedIdentity */
107
+ KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
108
+ /** Key */
109
+ KnownCreatedByType["Key"] = "Key";
110
+ })(KnownCreatedByType || (exports.KnownCreatedByType = KnownCreatedByType = {}));
111
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAyzDH,sEAAsE;AACtE,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,sFAAsF;IACtF,2DAAqC,CAAA;IACrC,oEAAoE;IACpE,qDAA+B,CAAA;AACjC,CAAC,EALW,kBAAkB,kCAAlB,kBAAkB,QAK7B;AAYD,gFAAgF;AAChF,IAAY,4BAKX;AALD,WAAY,4BAA4B;IACtC,sBAAsB;IACtB,mEAAmC,CAAA;IACnC,uBAAuB;IACvB,qEAAqC,CAAA;AACvC,CAAC,EALW,4BAA4B,4CAA5B,4BAA4B,QAKvC;AAYD,8EAA8E;AAC9E,IAAY,0BAaX;AAbD,WAAY,0BAA0B;IACpC,+DAA+D;IAC/D,+CAAiB,CAAA;IACjB,+BAA+B;IAC/B,iDAAmB,CAAA;IACnB,2EAA2E;IAC3E,qDAAuB,CAAA;IACvB,qBAAqB;IACrB,2CAAa,CAAA;IACb,8BAA8B;IAC9B,iDAAmB,CAAA;IACnB,6BAA6B;IAC7B,2DAA6B,CAAA;AAC/B,CAAC,EAbW,0BAA0B,0CAA1B,0BAA0B,QAarC;AAgBD,+GAA+G;AAC/G,IAAY,2DAeX;AAfD,WAAY,2DAA2D;IACrE,gBAAgB;IAChB,sFAAuB,CAAA;IACvB,eAAe;IACf,oFAAqB,CAAA;IACrB,eAAe;IACf,oFAAqB,CAAA;IACrB,eAAe;IACf,oFAAqB,CAAA;IACrB,eAAe;IACf,oFAAqB,CAAA;IACrB,aAAa;IACb,gFAAiB,CAAA;IACjB,eAAe;IACf,oFAAqB,CAAA;AACvB,CAAC,EAfW,2DAA2D,2EAA3D,2DAA2D,QAetE;AAiBD,kEAAkE;AAClE,IAAY,cASX;AATD,WAAY,cAAc;IACxB,yBAAyB;IACzB,qCAAmB,CAAA;IACnB,2FAA2F;IAC3F,qFAAmE,CAAA;IACnE,8LAA8L;IAC9L,iFAA+D,CAAA;IAC/D,oRAAoR;IACpR,+EAA6D,CAAA;AAC/D,CAAC,EATW,cAAc,8BAAd,cAAc,QASzB;AAcD,iEAAiE;AACjE,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,cAAc;IACd,oCAAmB,CAAA;IACnB,YAAY;IACZ,gCAAe,CAAA;AACjB,CAAC,EALW,aAAa,6BAAb,aAAa,QAKxB;AAYD,4EAA4E;AAC5E,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,mEAAmE;IACnE,+CAAmB,CAAA;IACnB,qEAAqE;IACrE,iDAAqB,CAAA;AACvB,CAAC,EALW,wBAAwB,wCAAxB,wBAAwB,QAKnC;AAYD,sFAAsF;AACtF,IAAY,kCAOX;AAPD,WAAY,kCAAkC;IAC5C,0FAA0F;IAC1F,2DAAqB,CAAA;IACrB,6FAA6F;IAC7F,2DAAqB,CAAA;IACrB,qGAAqG;IACrG,qDAAe,CAAA;AACjB,CAAC,EAPW,kCAAkC,kDAAlC,kCAAkC,QAO7C;AAaD,sEAAsE;AACtE,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,kCAAlB,kBAAkB,QAS7B","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Parameters supplied to the Create operation. */\nexport interface BatchAccountCreateParameters {\n /** The region in which to create the account. */\n location: string;\n /** The user-specified tags associated with the account. */\n tags?: { [propertyName: string]: string };\n /** The identity of the Batch account. */\n identity?: BatchAccountIdentity;\n /** The properties related to the auto-storage account. */\n autoStorage?: AutoStorageBaseProperties;\n /** The pool allocation mode also affects how clients may authenticate to the Batch Service API. If the mode is BatchService, clients may authenticate using access keys or Microsoft Entra ID. If the mode is UserSubscription, clients must use Microsoft Entra ID. The default is BatchService. */\n poolAllocationMode?: PoolAllocationMode;\n /** A reference to the Azure key vault associated with the Batch account. */\n keyVaultReference?: KeyVaultReference;\n /** If not specified, the default value is 'enabled'. */\n publicNetworkAccess?: PublicNetworkAccessType;\n /** The network profile only takes effect when publicNetworkAccess is enabled. */\n networkProfile?: NetworkProfile;\n /** Configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead. */\n encryption?: EncryptionProperties;\n /** List of allowed authentication modes for the Batch account that can be used to authenticate with the data plane. This does not affect authentication with the control plane. */\n allowedAuthenticationModes?: AuthenticationMode[];\n}\n\n/** The properties related to the auto-storage account. */\nexport interface AutoStorageBaseProperties {\n /** The resource ID of the storage account to be used for auto-storage account. */\n storageAccountId: string;\n /** The authentication mode which the Batch service will use to manage the auto-storage account. */\n authenticationMode?: AutoStorageAuthenticationMode;\n /** The identity referenced here must be assigned to pools which have compute nodes that need access to auto-storage. */\n nodeIdentityReference?: ComputeNodeIdentityReference;\n}\n\n/** The reference to a user assigned identity associated with the Batch pool which a compute node will use. */\nexport interface ComputeNodeIdentityReference {\n /** The ARM resource id of the user assigned identity. */\n resourceId?: string;\n}\n\n/** Identifies the Azure key vault associated with a Batch account. */\nexport interface KeyVaultReference {\n /** The resource ID of the Azure key vault associated with the Batch account. */\n id: string;\n /** The URL of the Azure key vault associated with the Batch account. */\n url: string;\n}\n\n/** Network profile for Batch account, which contains network rule settings for each endpoint. */\nexport interface NetworkProfile {\n /** Network access profile for batchAccount endpoint (Batch account data plane API). */\n accountAccess?: EndpointAccessProfile;\n /** Network access profile for nodeManagement endpoint (Batch service managing compute nodes for Batch pools). */\n nodeManagementAccess?: EndpointAccessProfile;\n}\n\n/** Network access profile for Batch endpoint. */\nexport interface EndpointAccessProfile {\n /** Default action for endpoint access. It is only applicable when publicNetworkAccess is enabled. */\n defaultAction: EndpointAccessDefaultAction;\n /** Array of IP ranges to filter client IP address. */\n ipRules?: IPRule[];\n}\n\n/** Rule to filter client IP address. */\nexport interface IPRule {\n /** Action when client IP address is matched. */\n action: \"Allow\";\n /** IPv4 address, or IPv4 address range in CIDR format. */\n value: string;\n}\n\n/** Configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead. */\nexport interface EncryptionProperties {\n /** Type of the key source. */\n keySource?: KeySource;\n /** Additional details when using Microsoft.KeyVault */\n keyVaultProperties?: KeyVaultProperties;\n}\n\n/** KeyVault configuration when using an encryption KeySource of Microsoft.KeyVault. */\nexport interface KeyVaultProperties {\n /**\n * Full path to the secret with or without version. Example https://mykeyvault.vault.azure.net/keys/testkey/6e34a81fef704045975661e297a4c053. or https://mykeyvault.vault.azure.net/keys/testkey. To be usable the following prerequisites must be met:\n *\n * The Batch Account has a System Assigned identity\n * The account identity has been granted Key/Get, Key/Unwrap and Key/Wrap permissions\n * The KeyVault has soft-delete and purge protection enabled\n */\n keyIdentifier?: string;\n}\n\n/** The identity of the Batch account, if configured. This is used when the user specifies 'Microsoft.KeyVault' as their Batch account encryption configuration or when `ManagedIdentity` is selected as the auto-storage authentication mode. */\nexport interface BatchAccountIdentity {\n /**\n * The principal id of the Batch account. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant id associated with the Batch account. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** The type of identity used for the Batch account. */\n type: ResourceIdentityType;\n /** The list of user identities associated with the Batch account. */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentities };\n}\n\n/** The list of associated user identities. */\nexport interface UserAssignedIdentities {\n /**\n * The principal id of user assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client id of user assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** The private endpoint of the private endpoint connection. */\nexport interface PrivateEndpoint {\n /**\n * The ARM resource identifier of the private endpoint. This is of the form /subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/privateEndpoints/{privateEndpoint}.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** The private link service connection state of the private endpoint connection */\nexport interface PrivateLinkServiceConnectionState {\n /** The status of the Batch private endpoint connection */\n status: PrivateLinkServiceConnectionStatus;\n /** Description of the private Connection state */\n description?: string;\n /**\n * Action required on the private connection state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionsRequired?: string;\n}\n\n/** A definition of an Azure resource. */\nexport interface AzureProxyResource {\n /**\n * The ID of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The ETag of the resource, used for concurrency statements.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The tags of the resource. */\n tags?: { [propertyName: string]: string };\n}\n\n/** A VM Family and its associated core quota for the Batch account. */\nexport interface VirtualMachineFamilyCoreQuota {\n /**\n * The Virtual Machine family name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The core quota for the VM family for the Batch account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly coreQuota?: number;\n}\n\n/** A definition of an Azure resource. */\nexport interface AzureResource {\n /**\n * The ID of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The location of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * The tags of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tags?: { [propertyName: string]: string };\n}\n\n/** An error response from the Batch service. */\nexport interface CloudError {\n /** The body of the error response. */\n error?: CloudErrorBody;\n}\n\n/** An error response from the Batch service. */\nexport interface CloudErrorBody {\n /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */\n code?: string;\n /** A message describing the error, intended to be suitable for display in a user interface. */\n message?: string;\n /** The target of the particular error. For example, the name of the property in error. */\n target?: string;\n /** A list of additional details about the error. */\n details?: CloudErrorBody[];\n}\n\n/** Parameters for updating an Azure Batch account. */\nexport interface BatchAccountUpdateParameters {\n /** The user-specified tags associated with the account. */\n tags?: { [propertyName: string]: string };\n /** The identity of the Batch account. */\n identity?: BatchAccountIdentity;\n /** The properties related to the auto-storage account. */\n autoStorage?: AutoStorageBaseProperties;\n /** Configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead. */\n encryption?: EncryptionProperties;\n /** List of allowed authentication modes for the Batch account that can be used to authenticate with the data plane. This does not affect authentication with the control plane. */\n allowedAuthenticationModes?: AuthenticationMode[];\n /** If not specified, the default value is 'enabled'. */\n publicNetworkAccess?: PublicNetworkAccessType;\n /** The network profile only takes effect when publicNetworkAccess is enabled. */\n networkProfile?: NetworkProfile;\n}\n\n/** Values returned by the List operation. */\nexport interface BatchAccountListResult {\n /** The collection of Batch accounts returned by the listing operation. */\n value?: BatchAccount[];\n /** The continuation token. */\n nextLink?: string;\n}\n\n/** Parameters supplied to the RegenerateKey operation. */\nexport interface BatchAccountRegenerateKeyParameters {\n /** The type of account key to regenerate. */\n keyName: AccountKeyType;\n}\n\n/** A set of Azure Batch account keys. */\nexport interface BatchAccountKeys {\n /**\n * The Batch account name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accountName?: string;\n /**\n * The primary key associated with the account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primary?: string;\n /**\n * The secondary key associated with the account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly secondary?: string;\n}\n\n/** Parameters for an activating an application package. */\nexport interface ActivateApplicationPackageParameters {\n /** The format of the application package binary file. */\n format: string;\n}\n\n/** The result of performing list applications. */\nexport interface ListApplicationsResult {\n /** The list of applications. */\n value?: Application[];\n /** The URL to get the next set of results. */\n nextLink?: string;\n}\n\n/** The result of performing list application packages. */\nexport interface ListApplicationPackagesResult {\n /** The list of application packages. */\n value?: ApplicationPackage[];\n /** The URL to get the next set of results. */\n nextLink?: string;\n}\n\n/** Quotas associated with a Batch region for a particular subscription. */\nexport interface BatchLocationQuota {\n /**\n * The number of Batch accounts that may be created under the subscription in the specified region.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accountQuota?: number;\n}\n\n/** The Batch List supported SKUs operation response. */\nexport interface SupportedSkusResult {\n /** The list of SKUs available for the Batch service in the location. */\n value: SupportedSku[];\n /**\n * The URL to use for getting the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes a Batch supported SKU. */\nexport interface SupportedSku {\n /**\n * The name of the SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The family name of the SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly familyName?: string;\n /**\n * A collection of capabilities which this SKU supports.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capabilities?: SkuCapability[];\n /**\n * The time when Azure Batch service will retire this SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly batchSupportEndOfLife?: Date;\n}\n\n/** A SKU capability, such as the number of cores. */\nexport interface SkuCapability {\n /**\n * The name of the feature.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The value of the feature.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n}\n\n/** Result of the request to list REST API operations. It contains a list of operations and a URL nextLink to get the next set of results. */\nexport interface OperationListResult {\n /** The list of operations supported by the resource provider. */\n value?: Operation[];\n /** The URL to get the next set of operation list results if there are any. */\n nextLink?: string;\n}\n\n/** A REST API operation */\nexport interface Operation {\n /** This is of the format {provider}/{resource}/{operation} */\n name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /** The object that describes the operation. */\n display?: OperationDisplay;\n /** The intended executor of the operation. */\n origin?: string;\n /** Properties of the operation. */\n properties?: Record<string, unknown>;\n}\n\n/** The object that describes the operation. */\nexport interface OperationDisplay {\n /** Friendly name of the resource provider. */\n provider?: string;\n /** For example: read, write, delete, or listKeys/action */\n operation?: string;\n /** The resource type on which the operation is performed. */\n resource?: string;\n /** The friendly name of the operation */\n description?: string;\n}\n\n/** Parameters for a check name availability request. */\nexport interface CheckNameAvailabilityParameters {\n /** The name to check for availability */\n name: string;\n /** The resource type. */\n type: \"Microsoft.Batch/batchAccounts\";\n}\n\n/** The CheckNameAvailability operation response. */\nexport interface CheckNameAvailabilityResult {\n /**\n * Gets a boolean value that indicates whether the name is available for you to use. If true, the name is available. If false, the name has already been taken or invalid and cannot be used.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nameAvailable?: boolean;\n /**\n * Gets the reason that a Batch account name could not be used. The Reason element is only returned if NameAvailable is false.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reason?: NameAvailabilityReason;\n /**\n * Gets an error message explaining the Reason value in more detail.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Values returned by the List operation. */\nexport interface ListCertificatesResult {\n /** The collection of returned certificates. */\n value?: Certificate[];\n /** The continuation token. */\n nextLink?: string;\n}\n\n/** An error response from the Batch service. */\nexport interface DeleteCertificateError {\n /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */\n code: string;\n /** A message describing the error, intended to be suitable for display in a user interface. */\n message: string;\n /** The target of the particular error. For example, the name of the property in error. */\n target?: string;\n /** A list of additional details about the error. */\n details?: DeleteCertificateError[];\n}\n\n/** Base certificate properties. */\nexport interface CertificateBaseProperties {\n /** This must match the first portion of the certificate name. Currently required to be 'SHA1'. */\n thumbprintAlgorithm?: string;\n /** This must match the thumbprint from the name. */\n thumbprint?: string;\n /** The format of the certificate - either Pfx or Cer. If omitted, the default is Pfx. */\n format?: CertificateFormat;\n}\n\n/** Values returned by the List operation. */\nexport interface DetectorListResult {\n /** The collection of Batch account detectors returned by the listing operation. */\n value?: DetectorResponse[];\n /** The URL to get the next set of results. */\n nextLink?: string;\n}\n\n/** Values returned by the List operation. */\nexport interface ListPrivateLinkResourcesResult {\n /** The collection of returned private link resources. */\n value?: PrivateLinkResource[];\n /** The continuation token. */\n nextLink?: string;\n}\n\n/** Values returned by the List operation. */\nexport interface ListPrivateEndpointConnectionsResult {\n /** The collection of returned private endpoint connection. */\n value?: PrivateEndpointConnection[];\n /** The continuation token. */\n nextLink?: string;\n}\n\n/** Values returned by the List operation. */\nexport interface ListPoolsResult {\n /** The collection of returned pools. */\n value?: Pool[];\n /** The continuation token. */\n nextLink?: string;\n}\n\n/** Deployment configuration properties. */\nexport interface DeploymentConfiguration {\n /** The configuration for compute nodes in a pool based on the Azure Virtual Machines infrastructure. */\n virtualMachineConfiguration?: VirtualMachineConfiguration;\n}\n\n/** The configuration for compute nodes in a pool based on the Azure Virtual Machines infrastructure. */\nexport interface VirtualMachineConfiguration {\n /** A reference to an Azure Virtual Machines Marketplace image or the Azure Image resource of a custom Virtual Machine. To get the list of all imageReferences verified by Azure Batch, see the 'List supported node agent SKUs' operation. */\n imageReference: ImageReference;\n /** The Batch node agent is a program that runs on each node in the pool, and provides the command-and-control interface between the node and the Batch service. There are different implementations of the node agent, known as SKUs, for different operating systems. You must specify a node agent SKU which matches the selected image reference. To get the list of supported node agent SKUs along with their list of verified image references, see the 'List supported node agent SKUs' operation. */\n nodeAgentSkuId: string;\n /** This property must not be specified if the imageReference specifies a Linux OS image. */\n windowsConfiguration?: WindowsConfiguration;\n /** This property must be specified if the compute nodes in the pool need to have empty data disks attached to them. */\n dataDisks?: DataDisk[];\n /**\n * This only applies to images that contain the Windows operating system, and should only be used when you hold valid on-premises licenses for the nodes which will be deployed. If omitted, no on-premises licensing discount is applied. Values are:\n *\n * Windows_Server - The on-premises license is for Windows Server.\n * Windows_Client - The on-premises license is for Windows Client.\n *\n */\n licenseType?: string;\n /** If specified, setup is performed on each node in the pool to allow tasks to run in containers. All regular tasks and job manager tasks run on this pool must specify the containerSettings property, and all other tasks may specify it. */\n containerConfiguration?: ContainerConfiguration;\n /** If specified, encryption is performed on each node in the pool during node provisioning. */\n diskEncryptionConfiguration?: DiskEncryptionConfiguration;\n /** This configuration will specify rules on how nodes in the pool will be physically allocated. */\n nodePlacementConfiguration?: NodePlacementConfiguration;\n /** If specified, the extensions mentioned in this configuration will be installed on each node. */\n extensions?: VMExtension[];\n /** Contains configuration for ephemeral OSDisk settings. */\n osDisk?: OSDisk;\n /** Specifies the security profile settings for the virtual machine or virtual machine scale set. */\n securityProfile?: SecurityProfile;\n /** The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName} */\n serviceArtifactReference?: ServiceArtifactReference;\n}\n\n/** A reference to an Azure Virtual Machines Marketplace image or the Azure Image resource of a custom Virtual Machine. To get the list of all imageReferences verified by Azure Batch, see the 'List supported node agent SKUs' operation. */\nexport interface ImageReference {\n /** For example, Canonical or MicrosoftWindowsServer. */\n publisher?: string;\n /** For example, UbuntuServer or WindowsServer. */\n offer?: string;\n /** For example, 18.04-LTS or 2022-datacenter. */\n sku?: string;\n /** A value of 'latest' can be specified to select the latest version of an image. If omitted, the default is 'latest'. */\n version?: string;\n /** This property is mutually exclusive with other properties. The Azure Compute Gallery Image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration. */\n id?: string;\n /** This property is mutually exclusive with other properties and can be fetched from shared gallery image GET call. */\n sharedGalleryImageId?: string;\n /** This property is mutually exclusive with other properties and can be fetched from community gallery image GET call. */\n communityGalleryImageId?: string;\n}\n\n/** Windows operating system settings to apply to the virtual machine. */\nexport interface WindowsConfiguration {\n /** If omitted, the default value is true. */\n enableAutomaticUpdates?: boolean;\n}\n\n/** Settings which will be used by the data disks associated to Compute Nodes in the Pool. When using attached data disks, you need to mount and format the disks from within a VM to use them. */\nexport interface DataDisk {\n /** The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun. The value must be between 0 and 63, inclusive. */\n lun: number;\n /**\n * Values are:\n *\n * none - The caching mode for the disk is not enabled.\n * readOnly - The caching mode for the disk is read only.\n * readWrite - The caching mode for the disk is read and write.\n *\n * The default value for caching is none. For information about the caching options see: https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/.\n */\n caching?: CachingType;\n /** The initial disk size in GB when creating new data disk. */\n diskSizeGB: number;\n /**\n * If omitted, the default is \"Standard_LRS\". Values are:\n *\n * Standard_LRS - The data disk should use standard locally redundant storage.\n * Premium_LRS - The data disk should use premium locally redundant storage.\n */\n storageAccountType?: StorageAccountType;\n}\n\n/** The configuration for container-enabled pools. */\nexport interface ContainerConfiguration {\n /** The container technology to be used. */\n type: ContainerType;\n /** This is the full image reference, as would be specified to \"docker pull\". An image will be sourced from the default Docker registry unless the image is fully qualified with an alternative registry. */\n containerImageNames?: string[];\n /** If any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here. */\n containerRegistries?: ContainerRegistry[];\n}\n\n/** A private container registry. */\nexport interface ContainerRegistry {\n /** The user name to log into the registry server. */\n userName?: string;\n /** The password to log into the registry server. */\n password?: string;\n /** If omitted, the default is \"docker.io\". */\n registryServer?: string;\n /** The reference to a user assigned identity associated with the Batch pool which a compute node will use. */\n identityReference?: ComputeNodeIdentityReference;\n}\n\n/** The disk encryption configuration applied on compute nodes in the pool. Disk encryption configuration is not supported on Linux pool created with Virtual Machine Image or Azure Compute Gallery Image. */\nexport interface DiskEncryptionConfiguration {\n /** On Linux pool, only \"TemporaryDisk\" is supported; on Windows pool, \"OsDisk\" and \"TemporaryDisk\" must be specified. */\n targets?: DiskEncryptionTarget[];\n}\n\n/** Allocation configuration used by Batch Service to provision the nodes. */\nexport interface NodePlacementConfiguration {\n /** Allocation policy used by Batch Service to provision the nodes. If not specified, Batch will use the regional policy. */\n policy?: NodePlacementPolicyType;\n}\n\n/** The configuration for virtual machine extensions. */\nexport interface VMExtension {\n /** The name of the virtual machine extension. */\n name: string;\n /** The name of the extension handler publisher. */\n publisher: string;\n /** The type of the extensions. */\n type: string;\n /** The version of script handler. */\n typeHandlerVersion?: string;\n /** Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. */\n autoUpgradeMinorVersion?: boolean;\n /** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. */\n enableAutomaticUpgrade?: boolean;\n /** JSON formatted public settings for the extension. */\n settings?: Record<string, unknown>;\n /** The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. */\n protectedSettings?: Record<string, unknown>;\n /** Collection of extension names after which this extension needs to be provisioned. */\n provisionAfterExtensions?: string[];\n}\n\n/** Settings for the operating system disk of the virtual machine. */\nexport interface OSDisk {\n /** Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine. */\n ephemeralOSDiskSettings?: DiffDiskSettings;\n /** The type of caching to enable for the disk. */\n caching?: CachingType;\n managedDisk?: ManagedDisk;\n /** The initial disk size in GB when creating new OS disk. */\n diskSizeGB?: number;\n /** Specifies whether writeAccelerator should be enabled or disabled on the disk. */\n writeAcceleratorEnabled?: boolean;\n}\n\n/** Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine. */\nexport interface DiffDiskSettings {\n /** This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements. */\n placement?: \"CacheDisk\";\n}\n\nexport interface ManagedDisk {\n /** The storage account type for use in creating data disks or OS disk. */\n storageAccountType?: StorageAccountType;\n /** Specifies the security profile settings for the managed disk. **Note**: It can only be set for Confidential VMs and is required when using Confidential VMs. */\n securityProfile?: VMDiskSecurityProfile;\n}\n\n/** Specifies the security profile settings for the managed disk. **Note**: It can only be set for Confidential VMs and is required when using Confidential VMs. */\nexport interface VMDiskSecurityProfile {\n /** Specifies the EncryptionType of the managed disk. It is set to VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob. **Note**: It can be set for only Confidential VMs and required when using Confidential VMs. */\n securityEncryptionType?: SecurityEncryptionTypes;\n}\n\n/** Specifies the security profile settings for the virtual machine or virtual machine scale set. */\nexport interface SecurityProfile {\n /** Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. */\n securityType?: SecurityTypes;\n /** This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. */\n encryptionAtHost?: boolean;\n /** Specifies the security settings like secure boot and vTPM used while creating the virtual machine. */\n uefiSettings?: UefiSettings;\n}\n\n/** Specifies the security settings like secure boot and vTPM used while creating the virtual machine. */\nexport interface UefiSettings {\n /** Specifies whether secure boot should be enabled on the virtual machine. */\n secureBootEnabled?: boolean;\n /** Specifies whether vTPM should be enabled on the virtual machine. */\n vTpmEnabled?: boolean;\n}\n\n/** Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. */\nexport interface ServiceArtifactReference {\n /** The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName} */\n id: string;\n}\n\n/** Defines the desired size of the pool. This can either be 'fixedScale' where the requested targetDedicatedNodes is specified, or 'autoScale' which defines a formula which is periodically reevaluated. If this property is not specified, the pool will have a fixed scale with 0 targetDedicatedNodes. */\nexport interface ScaleSettings {\n /** This property and autoScale are mutually exclusive and one of the properties must be specified. */\n fixedScale?: FixedScaleSettings;\n /** This property and fixedScale are mutually exclusive and one of the properties must be specified. */\n autoScale?: AutoScaleSettings;\n}\n\n/** Fixed scale settings for the pool. */\nexport interface FixedScaleSettings {\n /** The default value is 15 minutes. Timeout values use ISO 8601 format. For example, use PT10M for 10 minutes. The minimum value is 5 minutes. If you specify a value less than 5 minutes, the Batch service rejects the request with an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request). */\n resizeTimeout?: string;\n /** At least one of targetDedicatedNodes, targetLowPriorityNodes must be set. */\n targetDedicatedNodes?: number;\n /** At least one of targetDedicatedNodes, targetLowPriorityNodes must be set. */\n targetLowPriorityNodes?: number;\n /** If omitted, the default value is Requeue. */\n nodeDeallocationOption?: ComputeNodeDeallocationOption;\n}\n\n/** AutoScale settings for the pool. */\nexport interface AutoScaleSettings {\n /** A formula for the desired number of compute nodes in the pool. */\n formula: string;\n /** If omitted, the default value is 15 minutes (PT15M). */\n evaluationInterval?: string;\n}\n\n/** The results and errors from an execution of a pool autoscale formula. */\nexport interface AutoScaleRun {\n /** The time at which the autoscale formula was last evaluated. */\n evaluationTime: Date;\n /** Each variable value is returned in the form $variable=value, and variables are separated by semicolons. */\n results?: string;\n /** An error that occurred when autoscaling a pool. */\n error?: AutoScaleRunError;\n}\n\n/** An error that occurred when autoscaling a pool. */\nexport interface AutoScaleRunError {\n /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */\n code: string;\n /** A message describing the error, intended to be suitable for display in a user interface. */\n message: string;\n /** Additional details about the error. */\n details?: AutoScaleRunError[];\n}\n\n/** The network configuration for a pool. */\nexport interface NetworkConfiguration {\n /** The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication. Enable ports 29876 and 29877, as well as port 22 for Linux and port 3389 for Windows. Also enable outbound connections to Azure Storage on port 443. For more details see: https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration */\n subnetId?: string;\n /** The scope of dynamic vnet assignment. */\n dynamicVnetAssignmentScope?: DynamicVNetAssignmentScope;\n /** The endpoint configuration for a pool. */\n endpointConfiguration?: PoolEndpointConfiguration;\n /** The public IP Address configuration of the networking configuration of a Pool. */\n publicIPAddressConfiguration?: PublicIPAddressConfiguration;\n /** Accelerated networking enables single root I/O virtualization (SR-IOV) to a VM, which may lead to improved networking performance. For more details, see: https://learn.microsoft.com/azure/virtual-network/accelerated-networking-overview. */\n enableAcceleratedNetworking?: boolean;\n}\n\n/** The endpoint configuration for a pool. */\nexport interface PoolEndpointConfiguration {\n /** The maximum number of inbound NAT pools per Batch pool is 5. If the maximum number of inbound NAT pools is exceeded the request fails with HTTP status code 400. This cannot be specified if the IPAddressProvisioningType is NoPublicIPAddresses. */\n inboundNatPools: InboundNatPool[];\n}\n\n/** A inbound NAT pool that can be used to address specific ports on compute nodes in a Batch pool externally. */\nexport interface InboundNatPool {\n /** The name must be unique within a Batch pool, can contain letters, numbers, underscores, periods, and hyphens. Names must start with a letter or number, must end with a letter, number, or underscore, and cannot exceed 77 characters. If any invalid values are provided the request fails with HTTP status code 400. */\n name: string;\n /** The protocol of the endpoint. */\n protocol: InboundEndpointProtocol;\n /** This must be unique within a Batch pool. Acceptable values are between 1 and 65535 except for 22, 3389, 29876 and 29877 as these are reserved. If any reserved values are provided the request fails with HTTP status code 400. */\n backendPort: number;\n /** Acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved. All ranges within a pool must be distinct and cannot overlap. If any reserved or overlapping values are provided the request fails with HTTP status code 400. */\n frontendPortRangeStart: number;\n /** Acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved by the Batch service. All ranges within a pool must be distinct and cannot overlap. If any reserved or overlapping values are provided the request fails with HTTP status code 400. */\n frontendPortRangeEnd: number;\n /** The maximum number of rules that can be specified across all the endpoints on a Batch pool is 25. If no network security group rules are specified, a default rule will be created to allow inbound access to the specified backendPort. If the maximum number of network security group rules is exceeded the request fails with HTTP status code 400. */\n networkSecurityGroupRules?: NetworkSecurityGroupRule[];\n}\n\n/** A network security group rule to apply to an inbound endpoint. */\nexport interface NetworkSecurityGroupRule {\n /** Priorities within a pool must be unique and are evaluated in order of priority. The lower the number the higher the priority. For example, rules could be specified with order numbers of 150, 250, and 350. The rule with the order number of 150 takes precedence over the rule that has an order of 250. Allowed priorities are 150 to 4096. If any reserved or duplicate values are provided the request fails with HTTP status code 400. */\n priority: number;\n /** The action that should be taken for a specified IP address, subnet range or tag. */\n access: NetworkSecurityGroupRuleAccess;\n /** Valid values are a single IP address (i.e. 10.10.10.10), IP subnet (i.e. 192.168.1.0/24), default tag, or * (for all addresses). If any other values are provided the request fails with HTTP status code 400. */\n sourceAddressPrefix: string;\n /** Valid values are '*' (for all ports 0 - 65535) or arrays of ports or port ranges (i.e. 100-200). The ports should in the range of 0 to 65535 and the port ranges or ports can't overlap. If any other values are provided the request fails with HTTP status code 400. Default value will be *. */\n sourcePortRanges?: string[];\n}\n\n/** The public IP Address configuration of the networking configuration of a Pool. */\nexport interface PublicIPAddressConfiguration {\n /** The default value is BatchManaged */\n provision?: IPAddressProvisioningType;\n /** The number of IPs specified here limits the maximum size of the Pool - 100 dedicated nodes or 100 Spot/low-priority nodes can be allocated for each public IP. For example, a pool needing 250 dedicated VMs would need at least 3 public IPs specified. Each element of this collection is of the form: /subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/publicIPAddresses/{ip}. */\n ipAddressIds?: string[];\n}\n\n/** Specifies how tasks should be distributed across compute nodes. */\nexport interface TaskSchedulingPolicy {\n /** How tasks should be distributed across compute nodes. */\n nodeFillType: ComputeNodeFillType;\n}\n\n/** Properties used to create a user on an Azure Batch node. */\nexport interface UserAccount {\n /** The name of the user account. Names can contain any Unicode characters up to a maximum length of 20. */\n name: string;\n /** The password for the user account. */\n password: string;\n /** nonAdmin - The auto user is a standard user without elevated access. admin - The auto user is a user with elevated access and operates with full Administrator permissions. The default value is nonAdmin. */\n elevationLevel?: ElevationLevel;\n /** This property is ignored if specified on a Windows pool. If not specified, the user is created with the default options. */\n linuxUserConfiguration?: LinuxUserConfiguration;\n /** This property can only be specified if the user is on a Windows pool. If not specified and on a Windows pool, the user is created with the default options. */\n windowsUserConfiguration?: WindowsUserConfiguration;\n}\n\n/** Properties used to create a user account on a Linux node. */\nexport interface LinuxUserConfiguration {\n /** The uid and gid properties must be specified together or not at all. If not specified the underlying operating system picks the uid. */\n uid?: number;\n /** The uid and gid properties must be specified together or not at all. If not specified the underlying operating system picks the gid. */\n gid?: number;\n /** The private key must not be password protected. The private key is used to automatically configure asymmetric-key based authentication for SSH between nodes in a Linux pool when the pool's enableInterNodeCommunication property is true (it is ignored if enableInterNodeCommunication is false). It does this by placing the key pair into the user's .ssh directory. If not specified, password-less SSH is not configured between nodes (no modification of the user's .ssh directory is done). */\n sshPrivateKey?: string;\n}\n\n/** Properties used to create a user account on a Windows node. */\nexport interface WindowsUserConfiguration {\n /** Specifies login mode for the user. The default value is Interactive. */\n loginMode?: LoginMode;\n}\n\n/** The Batch service does not assign any meaning to this metadata; it is solely for the use of user code. */\nexport interface MetadataItem {\n /** The name of the metadata item. */\n name: string;\n /** The value of the metadata item. */\n value: string;\n}\n\n/** In some cases the start task may be re-run even though the node was not rebooted. Due to this, start tasks should be idempotent and exit gracefully if the setup they're performing has already been done. Special care should be taken to avoid start tasks which create breakaway process or install/launch services from the start task working directory, as this will block Batch from being able to re-run the start task. */\nexport interface StartTask {\n /** The command line does not run under a shell, and therefore cannot take advantage of shell features such as environment variable expansion. If you want to take advantage of such features, you should invoke the shell in the command line, for example using \"cmd /c MyCommand\" in Windows or \"/bin/sh -c MyCommand\" in Linux. Required if any other properties of the startTask are specified. */\n commandLine?: string;\n /** A list of files that the Batch service will download to the compute node before running the command line. */\n resourceFiles?: ResourceFile[];\n /** A list of environment variable settings for the start task. */\n environmentSettings?: EnvironmentSetting[];\n /** If omitted, the task runs as a non-administrative user unique to the task. */\n userIdentity?: UserIdentity;\n /** The Batch service retries a task if its exit code is nonzero. Note that this value specifically controls the number of retries. The Batch service will try the task once, and may then retry up to this limit. For example, if the maximum retry count is 3, Batch tries the task up to 4 times (one initial try and 3 retries). If the maximum retry count is 0, the Batch service does not retry the task. If the maximum retry count is -1, the Batch service retries the task without limit. Default is 0 */\n maxTaskRetryCount?: number;\n /** If true and the start task fails on a compute node, the Batch service retries the start task up to its maximum retry count (maxTaskRetryCount). If the task has still not completed successfully after all retries, then the Batch service marks the compute node unusable, and will not schedule tasks to it. This condition can be detected via the node state and scheduling error detail. If false, the Batch service will not wait for the start task to complete. In this case, other tasks can start executing on the compute node while the start task is still running; and even if the start task fails, new tasks will continue to be scheduled on the node. The default is true. */\n waitForSuccess?: boolean;\n /** When this is specified, all directories recursively below the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on the node) are mapped into the container, all task environment variables are mapped into the container, and the task command line is executed in the container. */\n containerSettings?: TaskContainerSettings;\n}\n\n/** A single file or multiple files to be downloaded to a compute node. */\nexport interface ResourceFile {\n /** The autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified. */\n autoStorageContainerName?: string;\n /** The autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified. This URL must be readable and listable from compute nodes. There are three ways to get such a URL for a container in Azure storage: include a Shared Access Signature (SAS) granting read and list permissions on the container, use a managed identity with read and list permissions, or set the ACL for the container to allow public access. */\n storageContainerUrl?: string;\n /** The autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified. If the URL points to Azure Blob Storage, it must be readable from compute nodes. There are three ways to get such a URL for a blob in Azure storage: include a Shared Access Signature (SAS) granting read permissions on the blob, use a managed identity with read permission, or set the ACL for the blob or its container to allow public access. */\n httpUrl?: string;\n /** The property is valid only when autoStorageContainerName or storageContainerUrl is used. This prefix can be a partial filename or a subdirectory. If a prefix is not specified, all the files in the container will be downloaded. */\n blobPrefix?: string;\n /** If the httpUrl property is specified, the filePath is required and describes the path which the file will be downloaded to, including the filename. Otherwise, if the autoStorageContainerName or storageContainerUrl property is specified, filePath is optional and is the directory to download the files to. In the case where filePath is used as a directory, any directory structure already associated with the input data will be retained in full and appended to the specified filePath directory. The specified relative path cannot break out of the task's working directory (for example by using '..'). */\n filePath?: string;\n /** This property applies only to files being downloaded to Linux compute nodes. It will be ignored if it is specified for a resourceFile which will be downloaded to a Windows node. If this property is not specified for a Linux node, then a default value of 0770 is applied to the file. */\n fileMode?: string;\n /** The reference to a user assigned identity associated with the Batch pool which a compute node will use. */\n identityReference?: ComputeNodeIdentityReference;\n}\n\n/** An environment variable to be set on a task process. */\nexport interface EnvironmentSetting {\n /** The name of the environment variable. */\n name: string;\n /** The value of the environment variable. */\n value?: string;\n}\n\n/** Specify either the userName or autoUser property, but not both. */\nexport interface UserIdentity {\n /** The userName and autoUser properties are mutually exclusive; you must specify one but not both. */\n userName?: string;\n /** The userName and autoUser properties are mutually exclusive; you must specify one but not both. */\n autoUser?: AutoUserSpecification;\n}\n\n/** Specifies the parameters for the auto user that runs a task on the Batch service. */\nexport interface AutoUserSpecification {\n /** The default value is Pool. If the pool is running Windows a value of Task should be specified if stricter isolation between tasks is required. For example, if the task mutates the registry in a way which could impact other tasks, or if certificates have been specified on the pool which should not be accessible by normal tasks but should be accessible by start tasks. */\n scope?: AutoUserScope;\n /** The default value is nonAdmin. */\n elevationLevel?: ElevationLevel;\n}\n\n/** The container settings for a task. */\nexport interface TaskContainerSettings {\n /** These additional options are supplied as arguments to the \"docker create\" command, in addition to those controlled by the Batch Service. */\n containerRunOptions?: string;\n /** This is the full image reference, as would be specified to \"docker pull\". If no tag is provided as part of the image name, the tag \":latest\" is used as a default. */\n imageName: string;\n /** This setting can be omitted if was already provided at pool creation. */\n registry?: ContainerRegistry;\n /** A flag to indicate where the container task working directory is. The default is 'taskWorkingDirectory'. */\n workingDirectory?: ContainerWorkingDirectory;\n /** If this array is null or be not present, container task will mount entire temporary disk drive in windows (or AZ_BATCH_NODE_ROOT_DIR in Linux). It won't' mount any data paths into container if this array is set as empty. */\n containerHostBatchBindMounts?: ContainerHostBatchBindMountEntry[];\n}\n\n/** The entry of path and mount mode you want to mount into task container. */\nexport interface ContainerHostBatchBindMountEntry {\n /** The paths which will be mounted to container task's container. */\n source?: ContainerHostDataPath;\n /** For Linux, if you mount this path as a read/write mode, this does not mean that all users in container have the read/write access for the path, it depends on the access in host VM. If this path is mounted read-only, all users within the container will not be able to modify the path. */\n isReadOnly?: boolean;\n}\n\n/** Warning: This object is deprecated and will be removed after February, 2024. Please use the [Azure KeyVault Extension](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) instead. */\nexport interface CertificateReference {\n /** The fully qualified ID of the certificate to install on the pool. This must be inside the same batch account as the pool. */\n id: string;\n /** The default value is currentUser. This property is applicable only for pools configured with Windows compute nodes. For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this location. For certificates with visibility of 'remoteUser', a 'certs' directory is created in the user's home directory (e.g., /home/{user-name}/certs) and certificates are placed in that directory. */\n storeLocation?: CertificateStoreLocation;\n /** This property is applicable only for pools configured with Windows compute nodes. Common store names include: My, Root, CA, Trust, Disallowed, TrustedPeople, TrustedPublisher, AuthRoot, AddressBook, but any custom store name can also be used. The default value is My. */\n storeName?: string;\n /** Which user accounts on the compute node should have access to the private data of the certificate. */\n visibility?: CertificateVisibility[];\n}\n\n/** Link to an application package inside the batch account */\nexport interface ApplicationPackageReference {\n /** The ID of the application package to install. This must be inside the same batch account as the pool. This can either be a reference to a specific version or the default version if one exists. */\n id: string;\n /** If this is omitted, and no default version is specified for this application, the request fails with the error code InvalidApplicationPackageReferences. If you are calling the REST API directly, the HTTP status code is 409. */\n version?: string;\n}\n\n/** Describes either the current operation (if the pool AllocationState is Resizing) or the previously completed operation (if the AllocationState is Steady). */\nexport interface ResizeOperationStatus {\n /** The desired number of dedicated compute nodes in the pool. */\n targetDedicatedNodes?: number;\n /** The desired number of Spot/low-priority compute nodes in the pool. */\n targetLowPriorityNodes?: number;\n /** The default value is 15 minutes. The minimum value is 5 minutes. If you specify a value less than 5 minutes, the Batch service returns an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request). */\n resizeTimeout?: string;\n /** The default value is requeue. */\n nodeDeallocationOption?: ComputeNodeDeallocationOption;\n /** The time when this resize operation was started. */\n startTime?: Date;\n /** This property is set only if an error occurred during the last pool resize, and only when the pool allocationState is Steady. */\n errors?: ResizeError[];\n}\n\n/** An error that occurred when resizing a pool. */\nexport interface ResizeError {\n /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */\n code: string;\n /** A message describing the error, intended to be suitable for display in a user interface. */\n message: string;\n /** Additional details about the error. */\n details?: ResizeError[];\n}\n\n/** The file system to mount on each node. */\nexport interface MountConfiguration {\n /** This property is mutually exclusive with all other properties. */\n azureBlobFileSystemConfiguration?: AzureBlobFileSystemConfiguration;\n /** This property is mutually exclusive with all other properties. */\n nfsMountConfiguration?: NFSMountConfiguration;\n /** This property is mutually exclusive with all other properties. */\n cifsMountConfiguration?: CifsMountConfiguration;\n /** This property is mutually exclusive with all other properties. */\n azureFileShareConfiguration?: AzureFileShareConfiguration;\n}\n\n/** Information used to connect to an Azure Storage Container using Blobfuse. */\nexport interface AzureBlobFileSystemConfiguration {\n /** The Azure Storage Account name. */\n accountName: string;\n /** The Azure Blob Storage Container name. */\n containerName: string;\n /** This property is mutually exclusive with both sasKey and identity; exactly one must be specified. */\n accountKey?: string;\n /** This property is mutually exclusive with both accountKey and identity; exactly one must be specified. */\n sasKey?: string;\n /** These are 'net use' options in Windows and 'mount' options in Linux. */\n blobfuseOptions?: string;\n /** All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable. */\n relativeMountPath: string;\n /** This property is mutually exclusive with both accountKey and sasKey; exactly one must be specified. */\n identityReference?: ComputeNodeIdentityReference;\n}\n\n/** Information used to connect to an NFS file system. */\nexport interface NFSMountConfiguration {\n /** The URI of the file system to mount. */\n source: string;\n /** All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable. */\n relativeMountPath: string;\n /** These are 'net use' options in Windows and 'mount' options in Linux. */\n mountOptions?: string;\n}\n\n/** Information used to connect to a CIFS file system. */\nexport interface CifsMountConfiguration {\n /** The user to use for authentication against the CIFS file system. */\n userName: string;\n /** The URI of the file system to mount. */\n source: string;\n /** All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable. */\n relativeMountPath: string;\n /** These are 'net use' options in Windows and 'mount' options in Linux. */\n mountOptions?: string;\n /** The password to use for authentication against the CIFS file system. */\n password: string;\n}\n\n/** Information used to connect to an Azure Fileshare. */\nexport interface AzureFileShareConfiguration {\n /** The Azure Storage account name. */\n accountName: string;\n /** This is of the form 'https://{account}.file.core.windows.net/'. */\n azureFileUrl: string;\n /** The Azure Storage account key. */\n accountKey: string;\n /** All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable. */\n relativeMountPath: string;\n /** These are 'net use' options in Windows and 'mount' options in Linux. */\n mountOptions?: string;\n}\n\n/** Describes an upgrade policy - automatic, manual, or rolling. */\nexport interface UpgradePolicy {\n /** Specifies the mode of an upgrade to virtual machines in the scale set.<br /><br /> Possible values are:<br /><br /> **Manual** - You control the application of updates to virtual machines in the scale set. You do this by using the manualUpgrade action.<br /><br /> **Automatic** - All virtual machines in the scale set are automatically updated at the same time.<br /><br /> **Rolling** - Scale set performs updates in batches with an optional pause time in between. */\n mode: UpgradeMode;\n /** The configuration parameters used for performing automatic OS upgrade. */\n automaticOSUpgradePolicy?: AutomaticOSUpgradePolicy;\n /** The configuration parameters used while performing a rolling upgrade. */\n rollingUpgradePolicy?: RollingUpgradePolicy;\n}\n\n/** The configuration parameters used for performing automatic OS upgrade. */\nexport interface AutomaticOSUpgradePolicy {\n /** Whether OS image rollback feature should be disabled. */\n disableAutomaticRollback?: boolean;\n /** Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. <br /><br /> If this is set to true for Windows based pools, [WindowsConfiguration.enableAutomaticUpdates](https://learn.microsoft.com/en-us/rest/api/batchmanagement/pool/create?tabs=HTTP#windowsconfiguration) cannot be set to true. */\n enableAutomaticOSUpgrade?: boolean;\n /** Indicates whether rolling upgrade policy should be used during Auto OS Upgrade. Auto OS Upgrade will fallback to the default policy if no policy is defined on the VMSS. */\n useRollingUpgradePolicy?: boolean;\n /** Defer OS upgrades on the TVMs if they are running tasks. */\n osRollingUpgradeDeferral?: boolean;\n}\n\n/** The configuration parameters used while performing a rolling upgrade. */\nexport interface RollingUpgradePolicy {\n /** Allow VMSS to ignore AZ boundaries when constructing upgrade batches. Take into consideration the Update Domain and maxBatchInstancePercent to determine the batch size. If this field is not set, Azure Azure Batch will not set its default value. The value of enableCrossZoneUpgrade on the created VirtualMachineScaleSet will be decided by the default configurations on VirtualMachineScaleSet. This field is able to be set to true or false only when using NodePlacementConfiguration as Zonal. */\n enableCrossZoneUpgrade?: boolean;\n /** The maximum percent of total virtual machine instances that will be upgraded simultaneously by the rolling upgrade in one batch. As this is a maximum, unhealthy instances in previous or future batches can cause the percentage of instances in a batch to decrease to ensure higher reliability. The value of this field should be between 5 and 100, inclusive. If both maxBatchInstancePercent and maxUnhealthyInstancePercent are assigned with value, the value of maxBatchInstancePercent should not be more than maxUnhealthyInstancePercent. */\n maxBatchInstancePercent?: number;\n /** The maximum percentage of the total virtual machine instances in the scale set that can be simultaneously unhealthy, either as a result of being upgraded, or by being found in an unhealthy state by the virtual machine health checks before the rolling upgrade aborts. This constraint will be checked prior to starting any batch. The value of this field should be between 5 and 100, inclusive. If both maxBatchInstancePercent and maxUnhealthyInstancePercent are assigned with value, the value of maxBatchInstancePercent should not be more than maxUnhealthyInstancePercent. */\n maxUnhealthyInstancePercent?: number;\n /** The maximum percentage of upgraded virtual machine instances that can be found to be in an unhealthy state. This check will happen after each batch is upgraded. If this percentage is ever exceeded, the rolling update aborts. The value of this field should be between 0 and 100, inclusive. */\n maxUnhealthyUpgradedInstancePercent?: number;\n /** The wait time between completing the update for all virtual machines in one batch and starting the next batch. The time duration should be specified in ISO 8601 format. */\n pauseTimeBetweenBatches?: string;\n /** Upgrade all unhealthy instances in a scale set before any healthy instances. */\n prioritizeUnhealthyInstances?: boolean;\n /** Rollback failed instances to previous model if the Rolling Upgrade policy is violated. */\n rollbackFailedInstancesOnPolicyBreach?: boolean;\n}\n\n/** The identity of the Batch pool, if configured. If the pool identity is updated during update an existing pool, only the new vms which are created after the pool shrinks to 0 will have the updated identities */\nexport interface BatchPoolIdentity {\n /** The type of identity used for the Batch Pool. */\n type: PoolIdentityType;\n /** The list of user identities associated with the Batch pool. */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentities };\n}\n\n/** Values returned by the List operation. */\nexport interface OutboundEnvironmentEndpointCollection {\n /**\n * The collection of outbound network dependency endpoints returned by the listing operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: OutboundEnvironmentEndpoint[];\n /** The continuation token. */\n nextLink?: string;\n}\n\n/** A collection of related endpoints from the same service for which the Batch service requires outbound access. */\nexport interface OutboundEnvironmentEndpoint {\n /**\n * The type of service that the Batch service connects to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly category?: string;\n /**\n * The endpoints for this service to which the Batch service makes outbound calls.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpoints?: EndpointDependency[];\n}\n\n/** A domain name and connection details used to access a dependency. */\nexport interface EndpointDependency {\n /**\n * The domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domainName?: string;\n /**\n * Human-readable supplemental information about the dependency and when it is applicable.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * The list of connection details for this endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpointDetails?: EndpointDetail[];\n}\n\n/** Details about the connection between the Batch service and the endpoint. */\nexport interface EndpointDetail {\n /**\n * The port an endpoint is connected to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly port?: number;\n}\n\n/** Result of a list NSP (network security perimeter) configurations request. */\nexport interface NetworkSecurityPerimeterConfigurationListResult {\n /** Array of network security perimeter results. */\n value?: NetworkSecurityPerimeterConfiguration[];\n /** The link used to get the next page of results. */\n nextLink?: string;\n}\n\n/** Network security configuration properties. */\nexport interface NetworkSecurityPerimeterConfigurationProperties {\n /**\n * Provisioning state of a network security perimeter configuration that is being created or updated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: NetworkSecurityPerimeterConfigurationProvisioningState;\n /**\n * List of provisioning issues, if any\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningIssues?: ProvisioningIssue[];\n /** Information about a network security perimeter (NSP) */\n networkSecurityPerimeter?: NetworkSecurityPerimeter;\n /** Information about resource association */\n resourceAssociation?: ResourceAssociation;\n /** Network security perimeter configuration profile */\n profile?: NetworkSecurityProfile;\n}\n\n/** Describes a provisioning issue for a network security perimeter configuration */\nexport interface ProvisioningIssue {\n /**\n * Name of the issue\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Details of a provisioning issue for a network security perimeter (NSP) configuration. Resource providers should generate separate provisioning issue elements for each separate issue detected, and include a meaningful and distinctive description, as well as any appropriate suggestedResourceIds and suggestedAccessRules\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly properties?: ProvisioningIssueProperties;\n}\n\n/** Details of a provisioning issue for a network security perimeter (NSP) configuration. Resource providers should generate separate provisioning issue elements for each separate issue detected, and include a meaningful and distinctive description, as well as any appropriate suggestedResourceIds and suggestedAccessRules */\nexport interface ProvisioningIssueProperties {\n /**\n * Type of issue\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly issueType?: IssueType;\n /**\n * Severity of the issue.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly severity?: Severity;\n /**\n * Description of the issue\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Fully qualified resource IDs of suggested resources that can be associated to the network security perimeter (NSP) to remediate the issue.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suggestedResourceIds?: string[];\n /**\n * Access rules that can be added to the network security profile (NSP) to remediate the issue.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suggestedAccessRules?: AccessRule[];\n}\n\n/** Access rule in a network security perimeter configuration profile */\nexport interface AccessRule {\n /** Name of the access rule */\n name?: string;\n /** Properties of Access Rule */\n properties?: AccessRuleProperties;\n}\n\n/** Properties of Access Rule */\nexport interface AccessRuleProperties {\n /** Direction of Access Rule */\n direction?: AccessRuleDirection;\n /** Address prefixes in the CIDR format for inbound rules */\n addressPrefixes?: string[];\n /** Subscriptions for inbound rules */\n subscriptions?: AccessRulePropertiesSubscriptionsItem[];\n /** Network security perimeters for inbound rules */\n networkSecurityPerimeters?: NetworkSecurityPerimeter[];\n /** Fully qualified domain names (FQDN) for outbound rules */\n fullyQualifiedDomainNames?: string[];\n /** Email addresses for outbound rules */\n emailAddresses?: string[];\n /** Phone numbers for outbound rules */\n phoneNumbers?: string[];\n}\n\n/** Subscription identifiers */\nexport interface AccessRulePropertiesSubscriptionsItem {\n /** The fully qualified Azure resource ID of the subscription e.g. ('/subscriptions/00000000-0000-0000-0000-000000000000') */\n id?: string;\n}\n\n/** Information about a network security perimeter (NSP) */\nexport interface NetworkSecurityPerimeter {\n /** Fully qualified Azure resource ID of the NSP resource */\n id?: string;\n /** Universal unique ID (UUID) of the network security perimeter */\n perimeterGuid?: string;\n /** Location of the network security perimeter */\n location?: string;\n}\n\n/** Information about resource association */\nexport interface ResourceAssociation {\n /** Name of the resource association */\n name?: string;\n /** Access mode of the resource association */\n accessMode?: ResourceAssociationAccessMode;\n}\n\n/** Network security perimeter configuration profile */\nexport interface NetworkSecurityProfile {\n /** Name of the profile */\n name?: string;\n /** Current access rules version */\n accessRulesVersion?: number;\n /** List of Access Rules */\n accessRules?: AccessRule[];\n /** Current diagnostic settings version */\n diagnosticSettingsVersion?: number;\n /** List of log categories that are enabled */\n enabledLogCategories?: string[];\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Contains information about the auto-storage account associated with a Batch account. */\nexport interface AutoStorageProperties extends AutoStorageBaseProperties {\n /** The UTC time at which storage keys were last synchronized with the Batch account. */\n lastKeySync: Date;\n}\n\n/** Contains information about a private link resource. */\nexport interface PrivateEndpointConnection extends AzureProxyResource {\n /**\n * The provisioning state of the private endpoint connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n /**\n * The private endpoint of the private endpoint connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpoint?: PrivateEndpoint;\n /**\n * The value has one and only one group id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupIds?: string[];\n /** The private link service connection state of the private endpoint connection */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n}\n\n/** An application package which represents a particular version of an application. */\nexport interface ApplicationPackage extends AzureProxyResource {\n /**\n * The current state of the application package.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: PackageState;\n /**\n * The format of the application package, if the package is active.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly format?: string;\n /**\n * The URL for the application package in Azure Storage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageUrl?: string;\n /**\n * The UTC time at which the Azure Storage URL will expire.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageUrlExpiry?: Date;\n /**\n * The time at which the package was last activated, if the package is active.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastActivationTime?: Date;\n}\n\n/** Contains information about an application in a Batch account. */\nexport interface Application extends AzureProxyResource {\n /** The display name for the application. */\n displayName?: string;\n /** A value indicating whether packages within the application may be overwritten using the same version string. */\n allowUpdates?: boolean;\n /** The package to use if a client requests the application but does not specify a version. This property can only be set to the name of an existing package. */\n defaultVersion?: string;\n}\n\n/** Contains information about a certificate. */\nexport interface Certificate extends AzureProxyResource {\n /** This must match the first portion of the certificate name. Currently required to be 'SHA1'. */\n thumbprintAlgorithm?: string;\n /** This must match the thumbprint from the name. */\n thumbprint?: string;\n /** The format of the certificate - either Pfx or Cer. If omitted, the default is Pfx. */\n format?: CertificateFormat;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly provisioningState?: CertificateProvisioningState;\n /**\n * The time at which the certificate entered its current state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningStateTransitionTime?: Date;\n /**\n * The previous provisioned state of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly previousProvisioningState?: CertificateProvisioningState;\n /**\n * The time at which the certificate entered its previous state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly previousProvisioningStateTransitionTime?: Date;\n /**\n * The public key of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicData?: string;\n /**\n * This is only returned when the certificate provisioningState is 'Failed'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deleteCertificateError?: DeleteCertificateError;\n}\n\n/** Contains information about a certificate. */\nexport interface CertificateCreateOrUpdateParameters\n extends AzureProxyResource {\n /** This must match the first portion of the certificate name. Currently required to be 'SHA1'. */\n thumbprintAlgorithm?: string;\n /** This must match the thumbprint from the name. */\n thumbprint?: string;\n /** The format of the certificate - either Pfx or Cer. If omitted, the default is Pfx. */\n format?: CertificateFormat;\n /** The maximum size is 10KB. */\n data?: string;\n /** This must not be specified if the certificate format is Cer. */\n password?: string;\n}\n\n/** Contains the information for a detector. */\nexport interface DetectorResponse extends AzureProxyResource {\n /** A base64 encoded string that represents the content of a detector. */\n value?: string;\n}\n\n/** Contains information about a private link resource. */\nexport interface PrivateLinkResource extends AzureProxyResource {\n /**\n * The group id is used to establish the private link connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * The list of required members that are used to establish the private link connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /**\n * The list of required zone names for the private DNS resource name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredZoneNames?: string[];\n}\n\n/** Contains information about a pool. */\nexport interface Pool extends AzureProxyResource {\n /** The type of identity used for the Batch Pool. */\n identity?: BatchPoolIdentity;\n /** The display name need not be unique and can contain any Unicode characters up to a maximum length of 1024. */\n displayName?: string;\n /**\n * This is the last time at which the pool level data, such as the targetDedicatedNodes or autoScaleSettings, changed. It does not factor in node-level changes such as a compute node changing state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModified?: Date;\n /**\n * The creation time of the pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * The current state of the pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PoolProvisioningState;\n /**\n * The time at which the pool entered its current state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningStateTransitionTime?: Date;\n /**\n * Whether the pool is resizing.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly allocationState?: AllocationState;\n /**\n * The time at which the pool entered its current allocation state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly allocationStateTransitionTime?: Date;\n /** For information about available VM sizes, see Sizes for Virtual Machines (Linux) (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) or Sizes for Virtual Machines (Windows) (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). Batch supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series). */\n vmSize?: string;\n /** Deployment configuration properties. */\n deploymentConfiguration?: DeploymentConfiguration;\n /**\n * The number of dedicated compute nodes currently in the pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentDedicatedNodes?: number;\n /**\n * The number of Spot/low-priority compute nodes currently in the pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentLowPriorityNodes?: number;\n /** Defines the desired size of the pool. This can either be 'fixedScale' where the requested targetDedicatedNodes is specified, or 'autoScale' which defines a formula which is periodically reevaluated. If this property is not specified, the pool will have a fixed scale with 0 targetDedicatedNodes. */\n scaleSettings?: ScaleSettings;\n /**\n * This property is set only if the pool automatically scales, i.e. autoScaleSettings are used.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly autoScaleRun?: AutoScaleRun;\n /** This imposes restrictions on which nodes can be assigned to the pool. Enabling this value can reduce the chance of the requested number of nodes to be allocated in the pool. If not specified, this value defaults to 'Disabled'. */\n interNodeCommunication?: InterNodeCommunicationState;\n /** The network configuration for a pool. */\n networkConfiguration?: NetworkConfiguration;\n /** The default value is 1. The maximum value is the smaller of 4 times the number of cores of the vmSize of the pool or 256. */\n taskSlotsPerNode?: number;\n /** If not specified, the default is spread. */\n taskSchedulingPolicy?: TaskSchedulingPolicy;\n /** The list of user accounts to be created on each node in the pool. */\n userAccounts?: UserAccount[];\n /** The Batch service does not assign any meaning to metadata; it is solely for the use of user code. */\n metadata?: MetadataItem[];\n /** In an PATCH (update) operation, this property can be set to an empty object to remove the start task from the pool. */\n startTask?: StartTask;\n /**\n * For Windows compute nodes, the Batch service installs the certificates to the specified certificate store and location. For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this location. For certificates with visibility of 'remoteUser', a 'certs' directory is created in the user's home directory (e.g., /home/{user-name}/certs) and certificates are placed in that directory.\n *\n * Warning: This property is deprecated and will be removed after February, 2024. Please use the [Azure KeyVault Extension](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) instead.\n */\n certificates?: CertificateReference[];\n /** Changes to application package references affect all new compute nodes joining the pool, but do not affect compute nodes that are already in the pool until they are rebooted or reimaged. There is a maximum of 10 application package references on any given pool. */\n applicationPackages?: ApplicationPackageReference[];\n /** The list of application licenses must be a subset of available Batch service application licenses. If a license is requested which is not supported, pool creation will fail. */\n applicationLicenses?: string[];\n /**\n * Describes either the current operation (if the pool AllocationState is Resizing) or the previously completed operation (if the AllocationState is Steady).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resizeOperationStatus?: ResizeOperationStatus;\n /** This supports Azure Files, NFS, CIFS/SMB, and Blobfuse. */\n mountConfiguration?: MountConfiguration[];\n /** If omitted, the default value is Default. */\n targetNodeCommunicationMode?: NodeCommunicationMode;\n /**\n * Determines how a pool communicates with the Batch service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentNodeCommunicationMode?: NodeCommunicationMode;\n /** Describes an upgrade policy - automatic, manual, or rolling. */\n upgradePolicy?: UpgradePolicy;\n /** The user-defined tags to be associated with the Azure Batch Pool. When specified, these tags are propagated to the backing Azure resources associated with the pool. This property can only be specified when the Batch account was created with the poolAllocationMode property set to 'UserSubscription'. */\n resourceTags?: { [propertyName: string]: string };\n}\n\n/** Contains information about an Azure Batch account. */\nexport interface BatchAccount extends AzureResource {\n /** The identity of the Batch account. */\n identity?: BatchAccountIdentity;\n /**\n * The account endpoint used to interact with the Batch service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accountEndpoint?: string;\n /**\n * The endpoint used by compute node to connect to the Batch node management service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nodeManagementEndpoint?: string;\n /**\n * The provisioned state of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The allocation mode for creating pools in the Batch account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly poolAllocationMode?: PoolAllocationMode;\n /**\n * Identifies the Azure key vault associated with a Batch account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyVaultReference?: KeyVaultReference;\n /** If not specified, the default value is 'enabled'. */\n publicNetworkAccess?: PublicNetworkAccessType;\n /** The network profile only takes effect when publicNetworkAccess is enabled. */\n networkProfile?: NetworkProfile;\n /**\n * List of private endpoint connections associated with the Batch account\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /**\n * Contains information about the auto-storage account associated with a Batch account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly autoStorage?: AutoStorageProperties;\n /**\n * Configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly encryption?: EncryptionProperties;\n /**\n * For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dedicatedCoreQuota?: number;\n /**\n * For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lowPriorityCoreQuota?: number;\n /**\n * A list of the dedicated core quota per Virtual Machine family for the Batch account. For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dedicatedCoreQuotaPerVMFamily?: VirtualMachineFamilyCoreQuota[];\n /**\n * If this flag is true, dedicated core quota is enforced via both the dedicatedCoreQuotaPerVMFamily and dedicatedCoreQuota properties on the account. If this flag is false, dedicated core quota is enforced only via the dedicatedCoreQuota property on the account and does not consider Virtual Machine family.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dedicatedCoreQuotaPerVMFamilyEnforced?: boolean;\n /**\n * The pool quota for the Batch account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly poolQuota?: number;\n /**\n * The active job and job schedule quota for the Batch account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly activeJobAndJobScheduleQuota?: number;\n /**\n * List of allowed authentication modes for the Batch account that can be used to authenticate with the data plane. This does not affect authentication with the control plane.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly allowedAuthenticationModes?: AuthenticationMode[];\n}\n\n/** Certificate properties. */\nexport interface CertificateProperties extends CertificateBaseProperties {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly provisioningState?: CertificateProvisioningState;\n /**\n * The time at which the certificate entered its current state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningStateTransitionTime?: Date;\n /**\n * The previous provisioned state of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly previousProvisioningState?: CertificateProvisioningState;\n /**\n * The time at which the certificate entered its previous state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly previousProvisioningStateTransitionTime?: Date;\n /**\n * The public key of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicData?: string;\n /**\n * This is only returned when the certificate provisioningState is 'Failed'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deleteCertificateError?: DeleteCertificateError;\n}\n\n/** Certificate properties for create operations */\nexport interface CertificateCreateOrUpdateProperties\n extends CertificateBaseProperties {\n /** The maximum size is 10KB. */\n data: string;\n /** This must not be specified if the certificate format is Cer. */\n password?: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** Network security perimeter (NSP) configuration resource */\nexport interface NetworkSecurityPerimeterConfiguration extends ProxyResource {\n /** Network security configuration properties. */\n properties?: NetworkSecurityPerimeterConfigurationProperties;\n}\n\n/** Defines headers for BatchAccount_create operation. */\nexport interface BatchAccountCreateHeaders {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n /** Suggested delay to check the status of the asynchronous operation. The value is an integer that specifies the delay in seconds. */\n retryAfter?: number;\n}\n\n/** Defines headers for BatchAccount_delete operation. */\nexport interface BatchAccountDeleteHeaders {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n /** Suggested delay to check the status of the asynchronous operation. The value is an integer that specifies the delay in seconds. */\n retryAfter?: number;\n}\n\n/** Defines headers for Certificate_create operation. */\nexport interface CertificateCreateHeaders {\n /** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers. */\n eTag?: string;\n}\n\n/** Defines headers for Certificate_update operation. */\nexport interface CertificateUpdateHeaders {\n /** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers. */\n eTag?: string;\n}\n\n/** Defines headers for Certificate_delete operation. */\nexport interface CertificateDeleteHeaders {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n /** Suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds. */\n retryAfter?: number;\n}\n\n/** Defines headers for Certificate_get operation. */\nexport interface CertificateGetHeaders {\n /** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers. */\n eTag?: string;\n}\n\n/** Defines headers for Certificate_cancelDeletion operation. */\nexport interface CertificateCancelDeletionHeaders {\n /** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers. */\n eTag?: string;\n}\n\n/** Defines headers for PrivateEndpointConnection_update operation. */\nexport interface PrivateEndpointConnectionUpdateHeaders {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n /** Suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds. */\n retryAfter?: number;\n}\n\n/** Defines headers for PrivateEndpointConnection_delete operation. */\nexport interface PrivateEndpointConnectionDeleteHeaders {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n /** Suggested delay to check the status of the asynchronous operation. The value is an integer that specifies the delay in seconds. */\n retryAfter?: number;\n}\n\n/** Defines headers for Pool_create operation. */\nexport interface PoolCreateHeaders {\n /** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers. */\n eTag?: string;\n}\n\n/** Defines headers for Pool_update operation. */\nexport interface PoolUpdateHeaders {\n /** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers. */\n eTag?: string;\n}\n\n/** Defines headers for Pool_delete operation. */\nexport interface PoolDeleteHeaders {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n /** Suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds. */\n retryAfter?: number;\n}\n\n/** Defines headers for Pool_get operation. */\nexport interface PoolGetHeaders {\n /** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers. */\n eTag?: string;\n}\n\n/** Defines headers for Pool_disableAutoScale operation. */\nexport interface PoolDisableAutoScaleHeaders {\n /** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers. */\n eTag?: string;\n}\n\n/** Defines headers for Pool_stopResize operation. */\nexport interface PoolStopResizeHeaders {\n /** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers. */\n eTag?: string;\n}\n\n/** Defines headers for NetworkSecurityPerimeter_reconcileConfiguration operation. */\nexport interface NetworkSecurityPerimeterReconcileConfigurationHeaders {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n location?: string;\n /** Suggested delay to check the status of the asynchronous operation. The value is an integer that specifies the delay in seconds. */\n retryAfter?: number;\n}\n\n/** Known values of {@link ContainerType} that the service accepts. */\nexport enum KnownContainerType {\n /** A Docker compatible container technology will be used to launch the containers. */\n DockerCompatible = \"DockerCompatible\",\n /** A CRI based technology will be used to launch the containers. */\n CriCompatible = \"CriCompatible\",\n}\n\n/**\n * Defines values for ContainerType. \\\n * {@link KnownContainerType} can be used interchangeably with ContainerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **DockerCompatible**: A Docker compatible container technology will be used to launch the containers. \\\n * **CriCompatible**: A CRI based technology will be used to launch the containers.\n */\nexport type ContainerType = string;\n\n/** Known values of {@link SecurityEncryptionTypes} that the service accepts. */\nexport enum KnownSecurityEncryptionTypes {\n /** NonPersistedTPM */\n NonPersistedTPM = \"NonPersistedTPM\",\n /** VMGuestStateOnly */\n VMGuestStateOnly = \"VMGuestStateOnly\",\n}\n\n/**\n * Defines values for SecurityEncryptionTypes. \\\n * {@link KnownSecurityEncryptionTypes} can be used interchangeably with SecurityEncryptionTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NonPersistedTPM** \\\n * **VMGuestStateOnly**\n */\nexport type SecurityEncryptionTypes = string;\n\n/** Known values of {@link ContainerHostDataPath} that the service accepts. */\nexport enum KnownContainerHostDataPath {\n /** The path for multi-instances task to shared their files. */\n Shared = \"Shared\",\n /** The path for start task. */\n Startup = \"Startup\",\n /** The path contains all virtual file systems are mounted on this node. */\n VfsMounts = \"VfsMounts\",\n /** The task path. */\n Task = \"Task\",\n /** The job-prep task path. */\n JobPrep = \"JobPrep\",\n /** The applications path. */\n Applications = \"Applications\",\n}\n\n/**\n * Defines values for ContainerHostDataPath. \\\n * {@link KnownContainerHostDataPath} can be used interchangeably with ContainerHostDataPath,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Shared**: The path for multi-instances task to shared their files. \\\n * **Startup**: The path for start task. \\\n * **VfsMounts**: The path contains all virtual file systems are mounted on this node. \\\n * **Task**: The task path. \\\n * **JobPrep**: The job-prep task path. \\\n * **Applications**: The applications path.\n */\nexport type ContainerHostDataPath = string;\n\n/** Known values of {@link NetworkSecurityPerimeterConfigurationProvisioningState} that the service accepts. */\nexport enum KnownNetworkSecurityPerimeterConfigurationProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for NetworkSecurityPerimeterConfigurationProvisioningState. \\\n * {@link KnownNetworkSecurityPerimeterConfigurationProvisioningState} can be used interchangeably with NetworkSecurityPerimeterConfigurationProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Accepted** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type NetworkSecurityPerimeterConfigurationProvisioningState = string;\n\n/** Known values of {@link IssueType} that the service accepts. */\nexport enum KnownIssueType {\n /** Unknown issue type */\n Unknown = \"Unknown\",\n /** An error occurred while applying the network security perimeter (NSP) configuration. */\n ConfigurationPropagationFailure = \"ConfigurationPropagationFailure\",\n /** A network connectivity issue is happening on the resource which could be addressed either by adding new resources to the network security perimeter (NSP) or by modifying access rules. */\n MissingPerimeterConfiguration = \"MissingPerimeterConfiguration\",\n /** An managed identity hasn't been associated with the resource. The resource will still be able to validate inbound traffic from the network security perimeter (NSP) or matching inbound access rules, but it won't be able to perform outbound access as a member of the NSP. */\n MissingIdentityConfiguration = \"MissingIdentityConfiguration\",\n}\n\n/**\n * Defines values for IssueType. \\\n * {@link KnownIssueType} can be used interchangeably with IssueType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown issue type \\\n * **ConfigurationPropagationFailure**: An error occurred while applying the network security perimeter (NSP) configuration. \\\n * **MissingPerimeterConfiguration**: A network connectivity issue is happening on the resource which could be addressed either by adding new resources to the network security perimeter (NSP) or by modifying access rules. \\\n * **MissingIdentityConfiguration**: An managed identity hasn't been associated with the resource. The resource will still be able to validate inbound traffic from the network security perimeter (NSP) or matching inbound access rules, but it won't be able to perform outbound access as a member of the NSP.\n */\nexport type IssueType = string;\n\n/** Known values of {@link Severity} that the service accepts. */\nexport enum KnownSeverity {\n /** Warning */\n Warning = \"Warning\",\n /** Error */\n Error = \"Error\",\n}\n\n/**\n * Defines values for Severity. \\\n * {@link KnownSeverity} can be used interchangeably with Severity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Warning** \\\n * **Error**\n */\nexport type Severity = string;\n\n/** Known values of {@link AccessRuleDirection} that the service accepts. */\nexport enum KnownAccessRuleDirection {\n /** Applies to inbound network traffic to the secured resources. */\n Inbound = \"Inbound\",\n /** Applies to outbound network traffic from the secured resources */\n Outbound = \"Outbound\",\n}\n\n/**\n * Defines values for AccessRuleDirection. \\\n * {@link KnownAccessRuleDirection} can be used interchangeably with AccessRuleDirection,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Inbound**: Applies to inbound network traffic to the secured resources. \\\n * **Outbound**: Applies to outbound network traffic from the secured resources\n */\nexport type AccessRuleDirection = string;\n\n/** Known values of {@link ResourceAssociationAccessMode} that the service accepts. */\nexport enum KnownResourceAssociationAccessMode {\n /** Enforced access mode - traffic to the resource that failed access checks is blocked */\n Enforced = \"Enforced\",\n /** Learning access mode - traffic to the resource is enabled for analysis but not blocked */\n Learning = \"Learning\",\n /** Audit access mode - traffic to the resource that fails access checks is logged but not blocked */\n Audit = \"Audit\",\n}\n\n/**\n * Defines values for ResourceAssociationAccessMode. \\\n * {@link KnownResourceAssociationAccessMode} can be used interchangeably with ResourceAssociationAccessMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enforced**: Enforced access mode - traffic to the resource that failed access checks is blocked \\\n * **Learning**: Learning access mode - traffic to the resource is enabled for analysis but not blocked \\\n * **Audit**: Audit access mode - traffic to the resource that fails access checks is logged but not blocked\n */\nexport type ResourceAssociationAccessMode = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n/** Defines values for AutoStorageAuthenticationMode. */\nexport type AutoStorageAuthenticationMode =\n | \"StorageKeys\"\n | \"BatchAccountManagedIdentity\";\n/** Defines values for PoolAllocationMode. */\nexport type PoolAllocationMode = \"BatchService\" | \"UserSubscription\";\n/** Defines values for PublicNetworkAccessType. */\nexport type PublicNetworkAccessType =\n | \"Enabled\"\n | \"Disabled\"\n | \"SecuredByPerimeter\";\n/** Defines values for EndpointAccessDefaultAction. */\nexport type EndpointAccessDefaultAction = \"Allow\" | \"Deny\";\n/** Defines values for KeySource. */\nexport type KeySource = \"Microsoft.Batch\" | \"Microsoft.KeyVault\";\n/** Defines values for AuthenticationMode. */\nexport type AuthenticationMode =\n | \"SharedKey\"\n | \"AAD\"\n | \"TaskAuthenticationToken\";\n/** Defines values for ResourceIdentityType. */\nexport type ResourceIdentityType = \"SystemAssigned\" | \"UserAssigned\" | \"None\";\n/** Defines values for ProvisioningState. */\nexport type ProvisioningState =\n | \"Invalid\"\n | \"Creating\"\n | \"Deleting\"\n | \"Succeeded\"\n | \"Failed\"\n | \"Cancelled\";\n/** Defines values for PrivateEndpointConnectionProvisioningState. */\nexport type PrivateEndpointConnectionProvisioningState =\n | \"Creating\"\n | \"Updating\"\n | \"Deleting\"\n | \"Succeeded\"\n | \"Failed\"\n | \"Cancelled\";\n/** Defines values for PrivateLinkServiceConnectionStatus. */\nexport type PrivateLinkServiceConnectionStatus =\n | \"Approved\"\n | \"Pending\"\n | \"Rejected\"\n | \"Disconnected\";\n/** Defines values for AccountKeyType. */\nexport type AccountKeyType = \"Primary\" | \"Secondary\";\n/** Defines values for PackageState. */\nexport type PackageState = \"Pending\" | \"Active\";\n/** Defines values for NameAvailabilityReason. */\nexport type NameAvailabilityReason = \"Invalid\" | \"AlreadyExists\";\n/** Defines values for CertificateProvisioningState. */\nexport type CertificateProvisioningState = \"Succeeded\" | \"Deleting\" | \"Failed\";\n/** Defines values for CertificateFormat. */\nexport type CertificateFormat = \"Pfx\" | \"Cer\";\n/** Defines values for PoolProvisioningState. */\nexport type PoolProvisioningState = \"Succeeded\" | \"Deleting\";\n/** Defines values for AllocationState. */\nexport type AllocationState = \"Steady\" | \"Resizing\" | \"Stopping\";\n/** Defines values for CachingType. */\nexport type CachingType = \"None\" | \"ReadOnly\" | \"ReadWrite\";\n/** Defines values for StorageAccountType. */\nexport type StorageAccountType =\n | \"Standard_LRS\"\n | \"Premium_LRS\"\n | \"StandardSSD_LRS\";\n/** Defines values for DiskEncryptionTarget. */\nexport type DiskEncryptionTarget = \"OsDisk\" | \"TemporaryDisk\";\n/** Defines values for NodePlacementPolicyType. */\nexport type NodePlacementPolicyType = \"Regional\" | \"Zonal\";\n/** Defines values for SecurityTypes. */\nexport type SecurityTypes = \"trustedLaunch\" | \"confidentialVM\";\n/** Defines values for ComputeNodeDeallocationOption. */\nexport type ComputeNodeDeallocationOption =\n | \"Requeue\"\n | \"Terminate\"\n | \"TaskCompletion\"\n | \"RetainedData\";\n/** Defines values for InterNodeCommunicationState. */\nexport type InterNodeCommunicationState = \"Enabled\" | \"Disabled\";\n/** Defines values for DynamicVNetAssignmentScope. */\nexport type DynamicVNetAssignmentScope = \"none\" | \"job\";\n/** Defines values for InboundEndpointProtocol. */\nexport type InboundEndpointProtocol = \"TCP\" | \"UDP\";\n/** Defines values for NetworkSecurityGroupRuleAccess. */\nexport type NetworkSecurityGroupRuleAccess = \"Allow\" | \"Deny\";\n/** Defines values for IPAddressProvisioningType. */\nexport type IPAddressProvisioningType =\n | \"BatchManaged\"\n | \"UserManaged\"\n | \"NoPublicIPAddresses\";\n/** Defines values for ComputeNodeFillType. */\nexport type ComputeNodeFillType = \"Spread\" | \"Pack\";\n/** Defines values for ElevationLevel. */\nexport type ElevationLevel = \"NonAdmin\" | \"Admin\";\n/** Defines values for LoginMode. */\nexport type LoginMode = \"Batch\" | \"Interactive\";\n/** Defines values for AutoUserScope. */\nexport type AutoUserScope = \"Task\" | \"Pool\";\n/** Defines values for ContainerWorkingDirectory. */\nexport type ContainerWorkingDirectory =\n | \"TaskWorkingDirectory\"\n | \"ContainerImageDefault\";\n/** Defines values for CertificateStoreLocation. */\nexport type CertificateStoreLocation = \"CurrentUser\" | \"LocalMachine\";\n/** Defines values for CertificateVisibility. */\nexport type CertificateVisibility = \"StartTask\" | \"Task\" | \"RemoteUser\";\n/** Defines values for NodeCommunicationMode. */\nexport type NodeCommunicationMode = \"Default\" | \"Classic\" | \"Simplified\";\n/** Defines values for UpgradeMode. */\nexport type UpgradeMode = \"automatic\" | \"manual\" | \"rolling\";\n/** Defines values for PoolIdentityType. */\nexport type PoolIdentityType = \"UserAssigned\" | \"None\";\n\n/** Optional parameters. */\nexport interface BatchAccountCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type BatchAccountCreateResponse = BatchAccount;\n\n/** Optional parameters. */\nexport interface BatchAccountUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type BatchAccountUpdateResponse = BatchAccount;\n\n/** Optional parameters. */\nexport interface BatchAccountDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface BatchAccountGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type BatchAccountGetResponse = BatchAccount;\n\n/** Optional parameters. */\nexport interface BatchAccountListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type BatchAccountListResponse = BatchAccountListResult;\n\n/** Optional parameters. */\nexport interface BatchAccountListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type BatchAccountListByResourceGroupResponse = BatchAccountListResult;\n\n/** Optional parameters. */\nexport interface BatchAccountSynchronizeAutoStorageKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface BatchAccountRegenerateKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the regenerateKey operation. */\nexport type BatchAccountRegenerateKeyResponse = BatchAccountKeys;\n\n/** Optional parameters. */\nexport interface BatchAccountGetKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getKeys operation. */\nexport type BatchAccountGetKeysResponse = BatchAccountKeys;\n\n/** Optional parameters. */\nexport interface BatchAccountListDetectorsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDetectors operation. */\nexport type BatchAccountListDetectorsResponse = DetectorListResult;\n\n/** Optional parameters. */\nexport interface BatchAccountGetDetectorOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDetector operation. */\nexport type BatchAccountGetDetectorResponse = DetectorResponse;\n\n/** Optional parameters. */\nexport interface BatchAccountListOutboundNetworkDependenciesEndpointsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOutboundNetworkDependenciesEndpoints operation. */\nexport type BatchAccountListOutboundNetworkDependenciesEndpointsResponse =\n OutboundEnvironmentEndpointCollection;\n\n/** Optional parameters. */\nexport interface BatchAccountListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type BatchAccountListNextResponse = BatchAccountListResult;\n\n/** Optional parameters. */\nexport interface BatchAccountListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type BatchAccountListByResourceGroupNextResponse =\n BatchAccountListResult;\n\n/** Optional parameters. */\nexport interface BatchAccountListDetectorsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDetectorsNext operation. */\nexport type BatchAccountListDetectorsNextResponse = DetectorListResult;\n\n/** Optional parameters. */\nexport interface BatchAccountListOutboundNetworkDependenciesEndpointsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOutboundNetworkDependenciesEndpointsNext operation. */\nexport type BatchAccountListOutboundNetworkDependenciesEndpointsNextResponse =\n OutboundEnvironmentEndpointCollection;\n\n/** Optional parameters. */\nexport interface ApplicationPackageActivateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the activate operation. */\nexport type ApplicationPackageActivateResponse = ApplicationPackage;\n\n/** Optional parameters. */\nexport interface ApplicationPackageCreateOptionalParams\n extends coreClient.OperationOptions {\n /** The parameters for the request. */\n parameters?: ApplicationPackage;\n}\n\n/** Contains response data for the create operation. */\nexport type ApplicationPackageCreateResponse = ApplicationPackage;\n\n/** Optional parameters. */\nexport interface ApplicationPackageDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ApplicationPackageGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ApplicationPackageGetResponse = ApplicationPackage;\n\n/** Optional parameters. */\nexport interface ApplicationPackageListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of items to return in the response. */\n maxresults?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type ApplicationPackageListResponse = ListApplicationPackagesResult;\n\n/** Optional parameters. */\nexport interface ApplicationPackageListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ApplicationPackageListNextResponse = ListApplicationPackagesResult;\n\n/** Optional parameters. */\nexport interface ApplicationCreateOptionalParams\n extends coreClient.OperationOptions {\n /** The parameters for the request. */\n parameters?: Application;\n}\n\n/** Contains response data for the create operation. */\nexport type ApplicationCreateResponse = Application;\n\n/** Optional parameters. */\nexport interface ApplicationDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ApplicationGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ApplicationGetResponse = Application;\n\n/** Optional parameters. */\nexport interface ApplicationUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ApplicationUpdateResponse = Application;\n\n/** Optional parameters. */\nexport interface ApplicationListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of items to return in the response. */\n maxresults?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type ApplicationListResponse = ListApplicationsResult;\n\n/** Optional parameters. */\nexport interface ApplicationListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ApplicationListNextResponse = ListApplicationsResult;\n\n/** Optional parameters. */\nexport interface LocationGetQuotasOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getQuotas operation. */\nexport type LocationGetQuotasResponse = BatchLocationQuota;\n\n/** Optional parameters. */\nexport interface LocationListSupportedVirtualMachineSkusOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of items to return in the response. */\n maxresults?: number;\n /** OData filter expression. Valid properties for filtering are \"familyName\". */\n filter?: string;\n}\n\n/** Contains response data for the listSupportedVirtualMachineSkus operation. */\nexport type LocationListSupportedVirtualMachineSkusResponse =\n SupportedSkusResult;\n\n/** Optional parameters. */\nexport interface LocationCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type LocationCheckNameAvailabilityResponse = CheckNameAvailabilityResult;\n\n/** Optional parameters. */\nexport interface LocationListSupportedVirtualMachineSkusNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSupportedVirtualMachineSkusNext operation. */\nexport type LocationListSupportedVirtualMachineSkusNextResponse =\n SupportedSkusResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface CertificateListByBatchAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of items to return in the response. */\n maxresults?: number;\n /** OData filter expression. Valid properties for filtering are \"properties/provisioningState\", \"properties/provisioningStateTransitionTime\", \"name\". */\n filter?: string;\n /** Comma separated list of properties that should be returned. e.g. \"properties/provisioningState\". Only top level properties under properties/ are valid for selection. */\n select?: string;\n}\n\n/** Contains response data for the listByBatchAccount operation. */\nexport type CertificateListByBatchAccountResponse = ListCertificatesResult;\n\n/** Optional parameters. */\nexport interface CertificateCreateOptionalParams\n extends coreClient.OperationOptions {\n /** The entity state (ETag) version of the certificate to update. A value of \"*\" can be used to apply the operation only if the certificate already exists. If omitted, this operation will always be applied. */\n ifMatch?: string;\n /** Set to '*' to allow a new certificate to be created, but to prevent updating an existing certificate. Other values will be ignored. */\n ifNoneMatch?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type CertificateCreateResponse = CertificateCreateHeaders & Certificate;\n\n/** Optional parameters. */\nexport interface CertificateUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The entity state (ETag) version of the certificate to update. This value can be omitted or set to \"*\" to apply the operation unconditionally. */\n ifMatch?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type CertificateUpdateResponse = CertificateUpdateHeaders & Certificate;\n\n/** Optional parameters. */\nexport interface CertificateDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface CertificateGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CertificateGetResponse = CertificateGetHeaders & Certificate;\n\n/** Optional parameters. */\nexport interface CertificateCancelDeletionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the cancelDeletion operation. */\nexport type CertificateCancelDeletionResponse =\n CertificateCancelDeletionHeaders & Certificate;\n\n/** Optional parameters. */\nexport interface CertificateListByBatchAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByBatchAccountNext operation. */\nexport type CertificateListByBatchAccountNextResponse = ListCertificatesResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourceListByBatchAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of items to return in the response. */\n maxresults?: number;\n}\n\n/** Contains response data for the listByBatchAccount operation. */\nexport type PrivateLinkResourceListByBatchAccountResponse =\n ListPrivateLinkResourcesResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourceGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateLinkResourceGetResponse = PrivateLinkResource;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourceListByBatchAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByBatchAccountNext operation. */\nexport type PrivateLinkResourceListByBatchAccountNextResponse =\n ListPrivateLinkResourcesResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionListByBatchAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of items to return in the response. */\n maxresults?: number;\n}\n\n/** Contains response data for the listByBatchAccount operation. */\nexport type PrivateEndpointConnectionListByBatchAccountResponse =\n ListPrivateEndpointConnectionsResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The state (ETag) version of the private endpoint connection to update. This value can be omitted or set to \"*\" to apply the operation unconditionally. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type PrivateEndpointConnectionUpdateResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type PrivateEndpointConnectionDeleteResponse =\n PrivateEndpointConnectionDeleteHeaders;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionListByBatchAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByBatchAccountNext operation. */\nexport type PrivateEndpointConnectionListByBatchAccountNextResponse =\n ListPrivateEndpointConnectionsResult;\n\n/** Optional parameters. */\nexport interface PoolListByBatchAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of items to return in the response. */\n maxresults?: number;\n /**\n * OData filter expression. Valid properties for filtering are:\n *\n * name\n * properties/allocationState\n * properties/allocationStateTransitionTime\n * properties/creationTime\n * properties/provisioningState\n * properties/provisioningStateTransitionTime\n * properties/lastModified\n * properties/vmSize\n * properties/interNodeCommunication\n * properties/scaleSettings/autoScale\n * properties/scaleSettings/fixedScale\n */\n filter?: string;\n /** Comma separated list of properties that should be returned. e.g. \"properties/provisioningState\". Only top level properties under properties/ are valid for selection. */\n select?: string;\n}\n\n/** Contains response data for the listByBatchAccount operation. */\nexport type PoolListByBatchAccountResponse = ListPoolsResult;\n\n/** Optional parameters. */\nexport interface PoolCreateOptionalParams extends coreClient.OperationOptions {\n /** The entity state (ETag) version of the pool to update. A value of \"*\" can be used to apply the operation only if the pool already exists. If omitted, this operation will always be applied. */\n ifMatch?: string;\n /** Set to '*' to allow a new pool to be created, but to prevent updating an existing pool. Other values will be ignored. */\n ifNoneMatch?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type PoolCreateResponse = PoolCreateHeaders & Pool;\n\n/** Optional parameters. */\nexport interface PoolUpdateOptionalParams extends coreClient.OperationOptions {\n /** The entity state (ETag) version of the pool to update. This value can be omitted or set to \"*\" to apply the operation unconditionally. */\n ifMatch?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type PoolUpdateResponse = PoolUpdateHeaders & Pool;\n\n/** Optional parameters. */\nexport interface PoolDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PoolGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PoolGetResponse = PoolGetHeaders & Pool;\n\n/** Optional parameters. */\nexport interface PoolDisableAutoScaleOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the disableAutoScale operation. */\nexport type PoolDisableAutoScaleResponse = PoolDisableAutoScaleHeaders & Pool;\n\n/** Optional parameters. */\nexport interface PoolStopResizeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the stopResize operation. */\nexport type PoolStopResizeResponse = PoolStopResizeHeaders & Pool;\n\n/** Optional parameters. */\nexport interface PoolListByBatchAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByBatchAccountNext operation. */\nexport type PoolListByBatchAccountNextResponse = ListPoolsResult;\n\n/** Optional parameters. */\nexport interface NetworkSecurityPerimeterListConfigurationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConfigurations operation. */\nexport type NetworkSecurityPerimeterListConfigurationsResponse =\n NetworkSecurityPerimeterConfigurationListResult;\n\n/** Optional parameters. */\nexport interface NetworkSecurityPerimeterGetConfigurationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getConfiguration operation. */\nexport type NetworkSecurityPerimeterGetConfigurationResponse =\n NetworkSecurityPerimeterConfiguration;\n\n/** Optional parameters. */\nexport interface NetworkSecurityPerimeterReconcileConfigurationOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the reconcileConfiguration operation. */\nexport type NetworkSecurityPerimeterReconcileConfigurationResponse =\n NetworkSecurityPerimeterReconcileConfigurationHeaders;\n\n/** Optional parameters. */\nexport interface NetworkSecurityPerimeterListConfigurationsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConfigurationsNext operation. */\nexport type NetworkSecurityPerimeterListConfigurationsNextResponse =\n NetworkSecurityPerimeterConfigurationListResult;\n\n/** Optional parameters. */\nexport interface BatchManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}