@azure/arm-batch 10.0.1-alpha.20250101.1 → 10.0.1-alpha.20250103.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
@@ -1,2705 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import * as coreClient from "@azure/core-client";
10
-
11
- /** Parameters supplied to the Create operation. */
12
- export interface BatchAccountCreateParameters {
13
- /** The region in which to create the account. */
14
- location: string;
15
- /** The user-specified tags associated with the account. */
16
- tags?: { [propertyName: string]: string };
17
- /** The identity of the Batch account. */
18
- identity?: BatchAccountIdentity;
19
- /** The properties related to the auto-storage account. */
20
- autoStorage?: AutoStorageBaseProperties;
21
- /** 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. */
22
- poolAllocationMode?: PoolAllocationMode;
23
- /** A reference to the Azure key vault associated with the Batch account. */
24
- keyVaultReference?: KeyVaultReference;
25
- /** If not specified, the default value is 'enabled'. */
26
- publicNetworkAccess?: PublicNetworkAccessType;
27
- /** The network profile only takes effect when publicNetworkAccess is enabled. */
28
- networkProfile?: NetworkProfile;
29
- /** 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. */
30
- encryption?: EncryptionProperties;
31
- /** 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. */
32
- allowedAuthenticationModes?: AuthenticationMode[];
33
- }
34
-
35
- /** The properties related to the auto-storage account. */
36
- export interface AutoStorageBaseProperties {
37
- /** The resource ID of the storage account to be used for auto-storage account. */
38
- storageAccountId: string;
39
- /** The authentication mode which the Batch service will use to manage the auto-storage account. */
40
- authenticationMode?: AutoStorageAuthenticationMode;
41
- /** The identity referenced here must be assigned to pools which have compute nodes that need access to auto-storage. */
42
- nodeIdentityReference?: ComputeNodeIdentityReference;
43
- }
44
-
45
- /** The reference to a user assigned identity associated with the Batch pool which a compute node will use. */
46
- export interface ComputeNodeIdentityReference {
47
- /** The ARM resource id of the user assigned identity. */
48
- resourceId?: string;
49
- }
50
-
51
- /** Identifies the Azure key vault associated with a Batch account. */
52
- export interface KeyVaultReference {
53
- /** The resource ID of the Azure key vault associated with the Batch account. */
54
- id: string;
55
- /** The URL of the Azure key vault associated with the Batch account. */
56
- url: string;
57
- }
58
-
59
- /** Network profile for Batch account, which contains network rule settings for each endpoint. */
60
- export interface NetworkProfile {
61
- /** Network access profile for batchAccount endpoint (Batch account data plane API). */
62
- accountAccess?: EndpointAccessProfile;
63
- /** Network access profile for nodeManagement endpoint (Batch service managing compute nodes for Batch pools). */
64
- nodeManagementAccess?: EndpointAccessProfile;
65
- }
66
-
67
- /** Network access profile for Batch endpoint. */
68
- export interface EndpointAccessProfile {
69
- /** Default action for endpoint access. It is only applicable when publicNetworkAccess is enabled. */
70
- defaultAction: EndpointAccessDefaultAction;
71
- /** Array of IP ranges to filter client IP address. */
72
- ipRules?: IPRule[];
73
- }
74
-
75
- /** Rule to filter client IP address. */
76
- export interface IPRule {
77
- /** Action when client IP address is matched. */
78
- action: "Allow";
79
- /** IPv4 address, or IPv4 address range in CIDR format. */
80
- value: string;
81
- }
82
-
83
- /** 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. */
84
- export interface EncryptionProperties {
85
- /** Type of the key source. */
86
- keySource?: KeySource;
87
- /** Additional details when using Microsoft.KeyVault */
88
- keyVaultProperties?: KeyVaultProperties;
89
- }
90
-
91
- /** KeyVault configuration when using an encryption KeySource of Microsoft.KeyVault. */
92
- export interface KeyVaultProperties {
93
- /**
94
- * 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:
95
- *
96
- * The Batch Account has a System Assigned identity
97
- * The account identity has been granted Key/Get, Key/Unwrap and Key/Wrap permissions
98
- * The KeyVault has soft-delete and purge protection enabled
99
- */
100
- keyIdentifier?: string;
101
- }
102
-
103
- /** 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. */
104
- export interface BatchAccountIdentity {
105
- /**
106
- * The principal id of the Batch account. This property will only be provided for a system assigned identity.
107
- * NOTE: This property will not be serialized. It can only be populated by the server.
108
- */
109
- readonly principalId?: string;
110
- /**
111
- * The tenant id associated with the Batch account. This property will only be provided for a system assigned identity.
112
- * NOTE: This property will not be serialized. It can only be populated by the server.
113
- */
114
- readonly tenantId?: string;
115
- /** The type of identity used for the Batch account. */
116
- type: ResourceIdentityType;
117
- /** The list of user identities associated with the Batch account. */
118
- userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentities };
119
- }
120
-
121
- /** The list of associated user identities. */
122
- export interface UserAssignedIdentities {
123
- /**
124
- * The principal id of user assigned identity.
125
- * NOTE: This property will not be serialized. It can only be populated by the server.
126
- */
127
- readonly principalId?: string;
128
- /**
129
- * The client id of user assigned identity.
130
- * NOTE: This property will not be serialized. It can only be populated by the server.
131
- */
132
- readonly clientId?: string;
133
- }
134
-
135
- /** The private endpoint of the private endpoint connection. */
136
- export interface PrivateEndpoint {
137
- /**
138
- * The ARM resource identifier of the private endpoint. This is of the form /subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/privateEndpoints/{privateEndpoint}.
139
- * NOTE: This property will not be serialized. It can only be populated by the server.
140
- */
141
- readonly id?: string;
142
- }
143
-
144
- /** The private link service connection state of the private endpoint connection */
145
- export interface PrivateLinkServiceConnectionState {
146
- /** The status of the Batch private endpoint connection */
147
- status: PrivateLinkServiceConnectionStatus;
148
- /** Description of the private Connection state */
149
- description?: string;
150
- /**
151
- * Action required on the private connection state
152
- * NOTE: This property will not be serialized. It can only be populated by the server.
153
- */
154
- readonly actionsRequired?: string;
155
- }
156
-
157
- /** A definition of an Azure resource. */
158
- export interface AzureProxyResource {
159
- /**
160
- * The ID of the resource.
161
- * NOTE: This property will not be serialized. It can only be populated by the server.
162
- */
163
- readonly id?: string;
164
- /**
165
- * The name of the resource.
166
- * NOTE: This property will not be serialized. It can only be populated by the server.
167
- */
168
- readonly name?: string;
169
- /**
170
- * The type of the resource.
171
- * NOTE: This property will not be serialized. It can only be populated by the server.
172
- */
173
- readonly type?: string;
174
- /**
175
- * The ETag of the resource, used for concurrency statements.
176
- * NOTE: This property will not be serialized. It can only be populated by the server.
177
- */
178
- readonly etag?: string;
179
- /** The tags of the resource. */
180
- tags?: { [propertyName: string]: string };
181
- }
182
-
183
- /** A VM Family and its associated core quota for the Batch account. */
184
- export interface VirtualMachineFamilyCoreQuota {
185
- /**
186
- * The Virtual Machine family name.
187
- * NOTE: This property will not be serialized. It can only be populated by the server.
188
- */
189
- readonly name?: string;
190
- /**
191
- * The core quota for the VM family for the Batch account.
192
- * NOTE: This property will not be serialized. It can only be populated by the server.
193
- */
194
- readonly coreQuota?: number;
195
- }
196
-
197
- /** A definition of an Azure resource. */
198
- export interface AzureResource {
199
- /**
200
- * The ID of the resource.
201
- * NOTE: This property will not be serialized. It can only be populated by the server.
202
- */
203
- readonly id?: string;
204
- /**
205
- * The name of the resource.
206
- * NOTE: This property will not be serialized. It can only be populated by the server.
207
- */
208
- readonly name?: string;
209
- /**
210
- * The type of the resource.
211
- * NOTE: This property will not be serialized. It can only be populated by the server.
212
- */
213
- readonly type?: string;
214
- /**
215
- * The location of the resource.
216
- * NOTE: This property will not be serialized. It can only be populated by the server.
217
- */
218
- readonly location?: string;
219
- /**
220
- * The tags of the resource.
221
- * NOTE: This property will not be serialized. It can only be populated by the server.
222
- */
223
- readonly tags?: { [propertyName: string]: string };
224
- }
225
-
226
- /** An error response from the Batch service. */
227
- export interface CloudError {
228
- /** The body of the error response. */
229
- error?: CloudErrorBody;
230
- }
231
-
232
- /** An error response from the Batch service. */
233
- export interface CloudErrorBody {
234
- /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
235
- code?: string;
236
- /** A message describing the error, intended to be suitable for display in a user interface. */
237
- message?: string;
238
- /** The target of the particular error. For example, the name of the property in error. */
239
- target?: string;
240
- /** A list of additional details about the error. */
241
- details?: CloudErrorBody[];
242
- }
243
-
244
- /** Parameters for updating an Azure Batch account. */
245
- export interface BatchAccountUpdateParameters {
246
- /** The user-specified tags associated with the account. */
247
- tags?: { [propertyName: string]: string };
248
- /** The identity of the Batch account. */
249
- identity?: BatchAccountIdentity;
250
- /** The properties related to the auto-storage account. */
251
- autoStorage?: AutoStorageBaseProperties;
252
- /** 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. */
253
- encryption?: EncryptionProperties;
254
- /** 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. */
255
- allowedAuthenticationModes?: AuthenticationMode[];
256
- /** If not specified, the default value is 'enabled'. */
257
- publicNetworkAccess?: PublicNetworkAccessType;
258
- /** The network profile only takes effect when publicNetworkAccess is enabled. */
259
- networkProfile?: NetworkProfile;
260
- }
261
-
262
- /** Values returned by the List operation. */
263
- export interface BatchAccountListResult {
264
- /** The collection of Batch accounts returned by the listing operation. */
265
- value?: BatchAccount[];
266
- /** The continuation token. */
267
- nextLink?: string;
268
- }
269
-
270
- /** Parameters supplied to the RegenerateKey operation. */
271
- export interface BatchAccountRegenerateKeyParameters {
272
- /** The type of account key to regenerate. */
273
- keyName: AccountKeyType;
274
- }
275
-
276
- /** A set of Azure Batch account keys. */
277
- export interface BatchAccountKeys {
278
- /**
279
- * The Batch account name.
280
- * NOTE: This property will not be serialized. It can only be populated by the server.
281
- */
282
- readonly accountName?: string;
283
- /**
284
- * The primary key associated with the account.
285
- * NOTE: This property will not be serialized. It can only be populated by the server.
286
- */
287
- readonly primary?: string;
288
- /**
289
- * The secondary key associated with the account.
290
- * NOTE: This property will not be serialized. It can only be populated by the server.
291
- */
292
- readonly secondary?: string;
293
- }
294
-
295
- /** Parameters for an activating an application package. */
296
- export interface ActivateApplicationPackageParameters {
297
- /** The format of the application package binary file. */
298
- format: string;
299
- }
300
-
301
- /** The result of performing list applications. */
302
- export interface ListApplicationsResult {
303
- /** The list of applications. */
304
- value?: Application[];
305
- /** The URL to get the next set of results. */
306
- nextLink?: string;
307
- }
308
-
309
- /** The result of performing list application packages. */
310
- export interface ListApplicationPackagesResult {
311
- /** The list of application packages. */
312
- value?: ApplicationPackage[];
313
- /** The URL to get the next set of results. */
314
- nextLink?: string;
315
- }
316
-
317
- /** Quotas associated with a Batch region for a particular subscription. */
318
- export interface BatchLocationQuota {
319
- /**
320
- * The number of Batch accounts that may be created under the subscription in the specified region.
321
- * NOTE: This property will not be serialized. It can only be populated by the server.
322
- */
323
- readonly accountQuota?: number;
324
- }
325
-
326
- /** The Batch List supported SKUs operation response. */
327
- export interface SupportedSkusResult {
328
- /** The list of SKUs available for the Batch service in the location. */
329
- value: SupportedSku[];
330
- /**
331
- * The URL to use for getting the next set of results.
332
- * NOTE: This property will not be serialized. It can only be populated by the server.
333
- */
334
- readonly nextLink?: string;
335
- }
336
-
337
- /** Describes a Batch supported SKU. */
338
- export interface SupportedSku {
339
- /**
340
- * The name of the SKU.
341
- * NOTE: This property will not be serialized. It can only be populated by the server.
342
- */
343
- readonly name?: string;
344
- /**
345
- * The family name of the SKU.
346
- * NOTE: This property will not be serialized. It can only be populated by the server.
347
- */
348
- readonly familyName?: string;
349
- /**
350
- * A collection of capabilities which this SKU supports.
351
- * NOTE: This property will not be serialized. It can only be populated by the server.
352
- */
353
- readonly capabilities?: SkuCapability[];
354
- /**
355
- * The time when Azure Batch service will retire this SKU.
356
- * NOTE: This property will not be serialized. It can only be populated by the server.
357
- */
358
- readonly batchSupportEndOfLife?: Date;
359
- }
360
-
361
- /** A SKU capability, such as the number of cores. */
362
- export interface SkuCapability {
363
- /**
364
- * The name of the feature.
365
- * NOTE: This property will not be serialized. It can only be populated by the server.
366
- */
367
- readonly name?: string;
368
- /**
369
- * The value of the feature.
370
- * NOTE: This property will not be serialized. It can only be populated by the server.
371
- */
372
- readonly value?: string;
373
- }
374
-
375
- /** 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. */
376
- export interface OperationListResult {
377
- /** The list of operations supported by the resource provider. */
378
- value?: Operation[];
379
- /** The URL to get the next set of operation list results if there are any. */
380
- nextLink?: string;
381
- }
382
-
383
- /** A REST API operation */
384
- export interface Operation {
385
- /** This is of the format {provider}/{resource}/{operation} */
386
- name?: string;
387
- /** Indicates whether the operation is a data action */
388
- isDataAction?: boolean;
389
- /** The object that describes the operation. */
390
- display?: OperationDisplay;
391
- /** The intended executor of the operation. */
392
- origin?: string;
393
- /** Properties of the operation. */
394
- properties?: Record<string, unknown>;
395
- }
396
-
397
- /** The object that describes the operation. */
398
- export interface OperationDisplay {
399
- /** Friendly name of the resource provider. */
400
- provider?: string;
401
- /** For example: read, write, delete, or listKeys/action */
402
- operation?: string;
403
- /** The resource type on which the operation is performed. */
404
- resource?: string;
405
- /** The friendly name of the operation */
406
- description?: string;
407
- }
408
-
409
- /** Parameters for a check name availability request. */
410
- export interface CheckNameAvailabilityParameters {
411
- /** The name to check for availability */
412
- name: string;
413
- /** The resource type. */
414
- type: "Microsoft.Batch/batchAccounts";
415
- }
416
-
417
- /** The CheckNameAvailability operation response. */
418
- export interface CheckNameAvailabilityResult {
419
- /**
420
- * 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.
421
- * NOTE: This property will not be serialized. It can only be populated by the server.
422
- */
423
- readonly nameAvailable?: boolean;
424
- /**
425
- * Gets the reason that a Batch account name could not be used. The Reason element is only returned if NameAvailable is false.
426
- * NOTE: This property will not be serialized. It can only be populated by the server.
427
- */
428
- readonly reason?: NameAvailabilityReason;
429
- /**
430
- * Gets an error message explaining the Reason value in more detail.
431
- * NOTE: This property will not be serialized. It can only be populated by the server.
432
- */
433
- readonly message?: string;
434
- }
435
-
436
- /** Values returned by the List operation. */
437
- export interface ListCertificatesResult {
438
- /** The collection of returned certificates. */
439
- value?: Certificate[];
440
- /** The continuation token. */
441
- nextLink?: string;
442
- }
443
-
444
- /** An error response from the Batch service. */
445
- export interface DeleteCertificateError {
446
- /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
447
- code: string;
448
- /** A message describing the error, intended to be suitable for display in a user interface. */
449
- message: string;
450
- /** The target of the particular error. For example, the name of the property in error. */
451
- target?: string;
452
- /** A list of additional details about the error. */
453
- details?: DeleteCertificateError[];
454
- }
455
-
456
- /** Base certificate properties. */
457
- export interface CertificateBaseProperties {
458
- /** This must match the first portion of the certificate name. Currently required to be 'SHA1'. */
459
- thumbprintAlgorithm?: string;
460
- /** This must match the thumbprint from the name. */
461
- thumbprint?: string;
462
- /** The format of the certificate - either Pfx or Cer. If omitted, the default is Pfx. */
463
- format?: CertificateFormat;
464
- }
465
-
466
- /** Values returned by the List operation. */
467
- export interface DetectorListResult {
468
- /** The collection of Batch account detectors returned by the listing operation. */
469
- value?: DetectorResponse[];
470
- /** The URL to get the next set of results. */
471
- nextLink?: string;
472
- }
473
-
474
- /** Values returned by the List operation. */
475
- export interface ListPrivateLinkResourcesResult {
476
- /** The collection of returned private link resources. */
477
- value?: PrivateLinkResource[];
478
- /** The continuation token. */
479
- nextLink?: string;
480
- }
481
-
482
- /** Values returned by the List operation. */
483
- export interface ListPrivateEndpointConnectionsResult {
484
- /** The collection of returned private endpoint connection. */
485
- value?: PrivateEndpointConnection[];
486
- /** The continuation token. */
487
- nextLink?: string;
488
- }
489
-
490
- /** Values returned by the List operation. */
491
- export interface ListPoolsResult {
492
- /** The collection of returned pools. */
493
- value?: Pool[];
494
- /** The continuation token. */
495
- nextLink?: string;
496
- }
497
-
498
- /** Deployment configuration properties. */
499
- export interface DeploymentConfiguration {
500
- /** The configuration for compute nodes in a pool based on the Azure Virtual Machines infrastructure. */
501
- virtualMachineConfiguration?: VirtualMachineConfiguration;
502
- }
503
-
504
- /** The configuration for compute nodes in a pool based on the Azure Virtual Machines infrastructure. */
505
- export interface VirtualMachineConfiguration {
506
- /** 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. */
507
- imageReference: ImageReference;
508
- /** 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. */
509
- nodeAgentSkuId: string;
510
- /** This property must not be specified if the imageReference specifies a Linux OS image. */
511
- windowsConfiguration?: WindowsConfiguration;
512
- /** This property must be specified if the compute nodes in the pool need to have empty data disks attached to them. */
513
- dataDisks?: DataDisk[];
514
- /**
515
- * 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:
516
- *
517
- * Windows_Server - The on-premises license is for Windows Server.
518
- * Windows_Client - The on-premises license is for Windows Client.
519
- *
520
- */
521
- licenseType?: string;
522
- /** 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. */
523
- containerConfiguration?: ContainerConfiguration;
524
- /** If specified, encryption is performed on each node in the pool during node provisioning. */
525
- diskEncryptionConfiguration?: DiskEncryptionConfiguration;
526
- /** This configuration will specify rules on how nodes in the pool will be physically allocated. */
527
- nodePlacementConfiguration?: NodePlacementConfiguration;
528
- /** If specified, the extensions mentioned in this configuration will be installed on each node. */
529
- extensions?: VMExtension[];
530
- /** Contains configuration for ephemeral OSDisk settings. */
531
- osDisk?: OSDisk;
532
- /** Specifies the security profile settings for the virtual machine or virtual machine scale set. */
533
- securityProfile?: SecurityProfile;
534
- /** The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName} */
535
- serviceArtifactReference?: ServiceArtifactReference;
536
- }
537
-
538
- /** 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. */
539
- export interface ImageReference {
540
- /** For example, Canonical or MicrosoftWindowsServer. */
541
- publisher?: string;
542
- /** For example, UbuntuServer or WindowsServer. */
543
- offer?: string;
544
- /** For example, 18.04-LTS or 2022-datacenter. */
545
- sku?: string;
546
- /** A value of 'latest' can be specified to select the latest version of an image. If omitted, the default is 'latest'. */
547
- version?: string;
548
- /** 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. */
549
- id?: string;
550
- /** This property is mutually exclusive with other properties and can be fetched from shared gallery image GET call. */
551
- sharedGalleryImageId?: string;
552
- /** This property is mutually exclusive with other properties and can be fetched from community gallery image GET call. */
553
- communityGalleryImageId?: string;
554
- }
555
-
556
- /** Windows operating system settings to apply to the virtual machine. */
557
- export interface WindowsConfiguration {
558
- /** If omitted, the default value is true. */
559
- enableAutomaticUpdates?: boolean;
560
- }
561
-
562
- /** 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. */
563
- export interface DataDisk {
564
- /** 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. */
565
- lun: number;
566
- /**
567
- * Values are:
568
- *
569
- * none - The caching mode for the disk is not enabled.
570
- * readOnly - The caching mode for the disk is read only.
571
- * readWrite - The caching mode for the disk is read and write.
572
- *
573
- * 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/.
574
- */
575
- caching?: CachingType;
576
- /** The initial disk size in GB when creating new data disk. */
577
- diskSizeGB: number;
578
- /**
579
- * If omitted, the default is "Standard_LRS". Values are:
580
- *
581
- * Standard_LRS - The data disk should use standard locally redundant storage.
582
- * Premium_LRS - The data disk should use premium locally redundant storage.
583
- */
584
- storageAccountType?: StorageAccountType;
585
- }
586
-
587
- /** The configuration for container-enabled pools. */
588
- export interface ContainerConfiguration {
589
- /** The container technology to be used. */
590
- type: ContainerType;
591
- /** 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. */
592
- containerImageNames?: string[];
593
- /** If any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here. */
594
- containerRegistries?: ContainerRegistry[];
595
- }
596
-
597
- /** A private container registry. */
598
- export interface ContainerRegistry {
599
- /** The user name to log into the registry server. */
600
- userName?: string;
601
- /** The password to log into the registry server. */
602
- password?: string;
603
- /** If omitted, the default is "docker.io". */
604
- registryServer?: string;
605
- /** The reference to a user assigned identity associated with the Batch pool which a compute node will use. */
606
- identityReference?: ComputeNodeIdentityReference;
607
- }
608
-
609
- /** 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. */
610
- export interface DiskEncryptionConfiguration {
611
- /** On Linux pool, only "TemporaryDisk" is supported; on Windows pool, "OsDisk" and "TemporaryDisk" must be specified. */
612
- targets?: DiskEncryptionTarget[];
613
- }
614
-
615
- /** Allocation configuration used by Batch Service to provision the nodes. */
616
- export interface NodePlacementConfiguration {
617
- /** Allocation policy used by Batch Service to provision the nodes. If not specified, Batch will use the regional policy. */
618
- policy?: NodePlacementPolicyType;
619
- }
620
-
621
- /** The configuration for virtual machine extensions. */
622
- export interface VMExtension {
623
- /** The name of the virtual machine extension. */
624
- name: string;
625
- /** The name of the extension handler publisher. */
626
- publisher: string;
627
- /** The type of the extensions. */
628
- type: string;
629
- /** The version of script handler. */
630
- typeHandlerVersion?: string;
631
- /** 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. */
632
- autoUpgradeMinorVersion?: boolean;
633
- /** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. */
634
- enableAutomaticUpgrade?: boolean;
635
- /** JSON formatted public settings for the extension. */
636
- settings?: Record<string, unknown>;
637
- /** The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. */
638
- protectedSettings?: Record<string, unknown>;
639
- /** Collection of extension names after which this extension needs to be provisioned. */
640
- provisionAfterExtensions?: string[];
641
- }
642
-
643
- /** Settings for the operating system disk of the virtual machine. */
644
- export interface OSDisk {
645
- /** Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine. */
646
- ephemeralOSDiskSettings?: DiffDiskSettings;
647
- /** The type of caching to enable for the disk. */
648
- caching?: CachingType;
649
- managedDisk?: ManagedDisk;
650
- /** The initial disk size in GB when creating new OS disk. */
651
- diskSizeGB?: number;
652
- /** Specifies whether writeAccelerator should be enabled or disabled on the disk. */
653
- writeAcceleratorEnabled?: boolean;
654
- }
655
-
656
- /** Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine. */
657
- export interface DiffDiskSettings {
658
- /** 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. */
659
- placement?: "CacheDisk";
660
- }
661
-
662
- export interface ManagedDisk {
663
- /** The storage account type for use in creating data disks or OS disk. */
664
- storageAccountType?: StorageAccountType;
665
- /** 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. */
666
- securityProfile?: VMDiskSecurityProfile;
667
- }
668
-
669
- /** 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. */
670
- export interface VMDiskSecurityProfile {
671
- /** 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. */
672
- securityEncryptionType?: SecurityEncryptionTypes;
673
- }
674
-
675
- /** Specifies the security profile settings for the virtual machine or virtual machine scale set. */
676
- export interface SecurityProfile {
677
- /** Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. */
678
- securityType?: SecurityTypes;
679
- /** 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. */
680
- encryptionAtHost?: boolean;
681
- /** Specifies the security settings like secure boot and vTPM used while creating the virtual machine. */
682
- uefiSettings?: UefiSettings;
683
- }
684
-
685
- /** Specifies the security settings like secure boot and vTPM used while creating the virtual machine. */
686
- export interface UefiSettings {
687
- /** Specifies whether secure boot should be enabled on the virtual machine. */
688
- secureBootEnabled?: boolean;
689
- /** Specifies whether vTPM should be enabled on the virtual machine. */
690
- vTpmEnabled?: boolean;
691
- }
692
-
693
- /** 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. */
694
- export interface ServiceArtifactReference {
695
- /** The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName} */
696
- id: string;
697
- }
698
-
699
- /** 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. */
700
- export interface ScaleSettings {
701
- /** This property and autoScale are mutually exclusive and one of the properties must be specified. */
702
- fixedScale?: FixedScaleSettings;
703
- /** This property and fixedScale are mutually exclusive and one of the properties must be specified. */
704
- autoScale?: AutoScaleSettings;
705
- }
706
-
707
- /** Fixed scale settings for the pool. */
708
- export interface FixedScaleSettings {
709
- /** 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). */
710
- resizeTimeout?: string;
711
- /** At least one of targetDedicatedNodes, targetLowPriorityNodes must be set. */
712
- targetDedicatedNodes?: number;
713
- /** At least one of targetDedicatedNodes, targetLowPriorityNodes must be set. */
714
- targetLowPriorityNodes?: number;
715
- /** If omitted, the default value is Requeue. */
716
- nodeDeallocationOption?: ComputeNodeDeallocationOption;
717
- }
718
-
719
- /** AutoScale settings for the pool. */
720
- export interface AutoScaleSettings {
721
- /** A formula for the desired number of compute nodes in the pool. */
722
- formula: string;
723
- /** If omitted, the default value is 15 minutes (PT15M). */
724
- evaluationInterval?: string;
725
- }
726
-
727
- /** The results and errors from an execution of a pool autoscale formula. */
728
- export interface AutoScaleRun {
729
- /** The time at which the autoscale formula was last evaluated. */
730
- evaluationTime: Date;
731
- /** Each variable value is returned in the form $variable=value, and variables are separated by semicolons. */
732
- results?: string;
733
- /** An error that occurred when autoscaling a pool. */
734
- error?: AutoScaleRunError;
735
- }
736
-
737
- /** An error that occurred when autoscaling a pool. */
738
- export interface AutoScaleRunError {
739
- /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
740
- code: string;
741
- /** A message describing the error, intended to be suitable for display in a user interface. */
742
- message: string;
743
- /** Additional details about the error. */
744
- details?: AutoScaleRunError[];
745
- }
746
-
747
- /** The network configuration for a pool. */
748
- export interface NetworkConfiguration {
749
- /** 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 */
750
- subnetId?: string;
751
- /** The scope of dynamic vnet assignment. */
752
- dynamicVnetAssignmentScope?: DynamicVNetAssignmentScope;
753
- /** The endpoint configuration for a pool. */
754
- endpointConfiguration?: PoolEndpointConfiguration;
755
- /** The public IP Address configuration of the networking configuration of a Pool. */
756
- publicIPAddressConfiguration?: PublicIPAddressConfiguration;
757
- /** 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. */
758
- enableAcceleratedNetworking?: boolean;
759
- }
760
-
761
- /** The endpoint configuration for a pool. */
762
- export interface PoolEndpointConfiguration {
763
- /** 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. */
764
- inboundNatPools: InboundNatPool[];
765
- }
766
-
767
- /** A inbound NAT pool that can be used to address specific ports on compute nodes in a Batch pool externally. */
768
- export interface InboundNatPool {
769
- /** 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. */
770
- name: string;
771
- /** The protocol of the endpoint. */
772
- protocol: InboundEndpointProtocol;
773
- /** 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. */
774
- backendPort: number;
775
- /** 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. */
776
- frontendPortRangeStart: number;
777
- /** 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. */
778
- frontendPortRangeEnd: number;
779
- /** 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. */
780
- networkSecurityGroupRules?: NetworkSecurityGroupRule[];
781
- }
782
-
783
- /** A network security group rule to apply to an inbound endpoint. */
784
- export interface NetworkSecurityGroupRule {
785
- /** 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. */
786
- priority: number;
787
- /** The action that should be taken for a specified IP address, subnet range or tag. */
788
- access: NetworkSecurityGroupRuleAccess;
789
- /** 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. */
790
- sourceAddressPrefix: string;
791
- /** 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 *. */
792
- sourcePortRanges?: string[];
793
- }
794
-
795
- /** The public IP Address configuration of the networking configuration of a Pool. */
796
- export interface PublicIPAddressConfiguration {
797
- /** The default value is BatchManaged */
798
- provision?: IPAddressProvisioningType;
799
- /** 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}. */
800
- ipAddressIds?: string[];
801
- }
802
-
803
- /** Specifies how tasks should be distributed across compute nodes. */
804
- export interface TaskSchedulingPolicy {
805
- /** How tasks should be distributed across compute nodes. */
806
- nodeFillType: ComputeNodeFillType;
807
- }
808
-
809
- /** Properties used to create a user on an Azure Batch node. */
810
- export interface UserAccount {
811
- /** The name of the user account. Names can contain any Unicode characters up to a maximum length of 20. */
812
- name: string;
813
- /** The password for the user account. */
814
- password: string;
815
- /** 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. */
816
- elevationLevel?: ElevationLevel;
817
- /** This property is ignored if specified on a Windows pool. If not specified, the user is created with the default options. */
818
- linuxUserConfiguration?: LinuxUserConfiguration;
819
- /** 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. */
820
- windowsUserConfiguration?: WindowsUserConfiguration;
821
- }
822
-
823
- /** Properties used to create a user account on a Linux node. */
824
- export interface LinuxUserConfiguration {
825
- /** The uid and gid properties must be specified together or not at all. If not specified the underlying operating system picks the uid. */
826
- uid?: number;
827
- /** The uid and gid properties must be specified together or not at all. If not specified the underlying operating system picks the gid. */
828
- gid?: number;
829
- /** 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). */
830
- sshPrivateKey?: string;
831
- }
832
-
833
- /** Properties used to create a user account on a Windows node. */
834
- export interface WindowsUserConfiguration {
835
- /** Specifies login mode for the user. The default value is Interactive. */
836
- loginMode?: LoginMode;
837
- }
838
-
839
- /** The Batch service does not assign any meaning to this metadata; it is solely for the use of user code. */
840
- export interface MetadataItem {
841
- /** The name of the metadata item. */
842
- name: string;
843
- /** The value of the metadata item. */
844
- value: string;
845
- }
846
-
847
- /** 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. */
848
- export interface StartTask {
849
- /** 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. */
850
- commandLine?: string;
851
- /** A list of files that the Batch service will download to the compute node before running the command line. */
852
- resourceFiles?: ResourceFile[];
853
- /** A list of environment variable settings for the start task. */
854
- environmentSettings?: EnvironmentSetting[];
855
- /** If omitted, the task runs as a non-administrative user unique to the task. */
856
- userIdentity?: UserIdentity;
857
- /** 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 */
858
- maxTaskRetryCount?: number;
859
- /** 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. */
860
- waitForSuccess?: boolean;
861
- /** 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. */
862
- containerSettings?: TaskContainerSettings;
863
- }
864
-
865
- /** A single file or multiple files to be downloaded to a compute node. */
866
- export interface ResourceFile {
867
- /** The autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified. */
868
- autoStorageContainerName?: string;
869
- /** 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. */
870
- storageContainerUrl?: string;
871
- /** 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. */
872
- httpUrl?: string;
873
- /** 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. */
874
- blobPrefix?: string;
875
- /** 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 '..'). */
876
- filePath?: string;
877
- /** 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. */
878
- fileMode?: string;
879
- /** The reference to a user assigned identity associated with the Batch pool which a compute node will use. */
880
- identityReference?: ComputeNodeIdentityReference;
881
- }
882
-
883
- /** An environment variable to be set on a task process. */
884
- export interface EnvironmentSetting {
885
- /** The name of the environment variable. */
886
- name: string;
887
- /** The value of the environment variable. */
888
- value?: string;
889
- }
890
-
891
- /** Specify either the userName or autoUser property, but not both. */
892
- export interface UserIdentity {
893
- /** The userName and autoUser properties are mutually exclusive; you must specify one but not both. */
894
- userName?: string;
895
- /** The userName and autoUser properties are mutually exclusive; you must specify one but not both. */
896
- autoUser?: AutoUserSpecification;
897
- }
898
-
899
- /** Specifies the parameters for the auto user that runs a task on the Batch service. */
900
- export interface AutoUserSpecification {
901
- /** 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. */
902
- scope?: AutoUserScope;
903
- /** The default value is nonAdmin. */
904
- elevationLevel?: ElevationLevel;
905
- }
906
-
907
- /** The container settings for a task. */
908
- export interface TaskContainerSettings {
909
- /** These additional options are supplied as arguments to the "docker create" command, in addition to those controlled by the Batch Service. */
910
- containerRunOptions?: string;
911
- /** 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. */
912
- imageName: string;
913
- /** This setting can be omitted if was already provided at pool creation. */
914
- registry?: ContainerRegistry;
915
- /** A flag to indicate where the container task working directory is. The default is 'taskWorkingDirectory'. */
916
- workingDirectory?: ContainerWorkingDirectory;
917
- /** 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. */
918
- containerHostBatchBindMounts?: ContainerHostBatchBindMountEntry[];
919
- }
920
-
921
- /** The entry of path and mount mode you want to mount into task container. */
922
- export interface ContainerHostBatchBindMountEntry {
923
- /** The paths which will be mounted to container task's container. */
924
- source?: ContainerHostDataPath;
925
- /** 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. */
926
- isReadOnly?: boolean;
927
- }
928
-
929
- /** 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. */
930
- export interface CertificateReference {
931
- /** The fully qualified ID of the certificate to install on the pool. This must be inside the same batch account as the pool. */
932
- id: string;
933
- /** 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. */
934
- storeLocation?: CertificateStoreLocation;
935
- /** 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. */
936
- storeName?: string;
937
- /** Which user accounts on the compute node should have access to the private data of the certificate. */
938
- visibility?: CertificateVisibility[];
939
- }
940
-
941
- /** Link to an application package inside the batch account */
942
- export interface ApplicationPackageReference {
943
- /** 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. */
944
- id: string;
945
- /** 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. */
946
- version?: string;
947
- }
948
-
949
- /** Describes either the current operation (if the pool AllocationState is Resizing) or the previously completed operation (if the AllocationState is Steady). */
950
- export interface ResizeOperationStatus {
951
- /** The desired number of dedicated compute nodes in the pool. */
952
- targetDedicatedNodes?: number;
953
- /** The desired number of Spot/low-priority compute nodes in the pool. */
954
- targetLowPriorityNodes?: number;
955
- /** 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). */
956
- resizeTimeout?: string;
957
- /** The default value is requeue. */
958
- nodeDeallocationOption?: ComputeNodeDeallocationOption;
959
- /** The time when this resize operation was started. */
960
- startTime?: Date;
961
- /** This property is set only if an error occurred during the last pool resize, and only when the pool allocationState is Steady. */
962
- errors?: ResizeError[];
963
- }
964
-
965
- /** An error that occurred when resizing a pool. */
966
- export interface ResizeError {
967
- /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
968
- code: string;
969
- /** A message describing the error, intended to be suitable for display in a user interface. */
970
- message: string;
971
- /** Additional details about the error. */
972
- details?: ResizeError[];
973
- }
974
-
975
- /** The file system to mount on each node. */
976
- export interface MountConfiguration {
977
- /** This property is mutually exclusive with all other properties. */
978
- azureBlobFileSystemConfiguration?: AzureBlobFileSystemConfiguration;
979
- /** This property is mutually exclusive with all other properties. */
980
- nfsMountConfiguration?: NFSMountConfiguration;
981
- /** This property is mutually exclusive with all other properties. */
982
- cifsMountConfiguration?: CifsMountConfiguration;
983
- /** This property is mutually exclusive with all other properties. */
984
- azureFileShareConfiguration?: AzureFileShareConfiguration;
985
- }
986
-
987
- /** Information used to connect to an Azure Storage Container using Blobfuse. */
988
- export interface AzureBlobFileSystemConfiguration {
989
- /** The Azure Storage Account name. */
990
- accountName: string;
991
- /** The Azure Blob Storage Container name. */
992
- containerName: string;
993
- /** This property is mutually exclusive with both sasKey and identity; exactly one must be specified. */
994
- accountKey?: string;
995
- /** This property is mutually exclusive with both accountKey and identity; exactly one must be specified. */
996
- sasKey?: string;
997
- /** These are 'net use' options in Windows and 'mount' options in Linux. */
998
- blobfuseOptions?: string;
999
- /** All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable. */
1000
- relativeMountPath: string;
1001
- /** This property is mutually exclusive with both accountKey and sasKey; exactly one must be specified. */
1002
- identityReference?: ComputeNodeIdentityReference;
1003
- }
1004
-
1005
- /** Information used to connect to an NFS file system. */
1006
- export interface NFSMountConfiguration {
1007
- /** The URI of the file system to mount. */
1008
- source: string;
1009
- /** All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable. */
1010
- relativeMountPath: string;
1011
- /** These are 'net use' options in Windows and 'mount' options in Linux. */
1012
- mountOptions?: string;
1013
- }
1014
-
1015
- /** Information used to connect to a CIFS file system. */
1016
- export interface CifsMountConfiguration {
1017
- /** The user to use for authentication against the CIFS file system. */
1018
- userName: string;
1019
- /** The URI of the file system to mount. */
1020
- source: string;
1021
- /** All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable. */
1022
- relativeMountPath: string;
1023
- /** These are 'net use' options in Windows and 'mount' options in Linux. */
1024
- mountOptions?: string;
1025
- /** The password to use for authentication against the CIFS file system. */
1026
- password: string;
1027
- }
1028
-
1029
- /** Information used to connect to an Azure Fileshare. */
1030
- export interface AzureFileShareConfiguration {
1031
- /** The Azure Storage account name. */
1032
- accountName: string;
1033
- /** This is of the form 'https://{account}.file.core.windows.net/'. */
1034
- azureFileUrl: string;
1035
- /** The Azure Storage account key. */
1036
- accountKey: string;
1037
- /** All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable. */
1038
- relativeMountPath: string;
1039
- /** These are 'net use' options in Windows and 'mount' options in Linux. */
1040
- mountOptions?: string;
1041
- }
1042
-
1043
- /** Describes an upgrade policy - automatic, manual, or rolling. */
1044
- export interface UpgradePolicy {
1045
- /** 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. */
1046
- mode: UpgradeMode;
1047
- /** The configuration parameters used for performing automatic OS upgrade. */
1048
- automaticOSUpgradePolicy?: AutomaticOSUpgradePolicy;
1049
- /** The configuration parameters used while performing a rolling upgrade. */
1050
- rollingUpgradePolicy?: RollingUpgradePolicy;
1051
- }
1052
-
1053
- /** The configuration parameters used for performing automatic OS upgrade. */
1054
- export interface AutomaticOSUpgradePolicy {
1055
- /** Whether OS image rollback feature should be disabled. */
1056
- disableAutomaticRollback?: boolean;
1057
- /** 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. */
1058
- enableAutomaticOSUpgrade?: boolean;
1059
- /** 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. */
1060
- useRollingUpgradePolicy?: boolean;
1061
- /** Defer OS upgrades on the TVMs if they are running tasks. */
1062
- osRollingUpgradeDeferral?: boolean;
1063
- }
1064
-
1065
- /** The configuration parameters used while performing a rolling upgrade. */
1066
- export interface RollingUpgradePolicy {
1067
- /** 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. */
1068
- enableCrossZoneUpgrade?: boolean;
1069
- /** 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. */
1070
- maxBatchInstancePercent?: number;
1071
- /** 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. */
1072
- maxUnhealthyInstancePercent?: number;
1073
- /** 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. */
1074
- maxUnhealthyUpgradedInstancePercent?: number;
1075
- /** 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. */
1076
- pauseTimeBetweenBatches?: string;
1077
- /** Upgrade all unhealthy instances in a scale set before any healthy instances. */
1078
- prioritizeUnhealthyInstances?: boolean;
1079
- /** Rollback failed instances to previous model if the Rolling Upgrade policy is violated. */
1080
- rollbackFailedInstancesOnPolicyBreach?: boolean;
1081
- }
1082
-
1083
- /** 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 */
1084
- export interface BatchPoolIdentity {
1085
- /** The type of identity used for the Batch Pool. */
1086
- type: PoolIdentityType;
1087
- /** The list of user identities associated with the Batch pool. */
1088
- userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentities };
1089
- }
1090
-
1091
- /** Values returned by the List operation. */
1092
- export interface OutboundEnvironmentEndpointCollection {
1093
- /**
1094
- * The collection of outbound network dependency endpoints returned by the listing operation.
1095
- * NOTE: This property will not be serialized. It can only be populated by the server.
1096
- */
1097
- readonly value?: OutboundEnvironmentEndpoint[];
1098
- /** The continuation token. */
1099
- nextLink?: string;
1100
- }
1101
-
1102
- /** A collection of related endpoints from the same service for which the Batch service requires outbound access. */
1103
- export interface OutboundEnvironmentEndpoint {
1104
- /**
1105
- * The type of service that the Batch service connects to.
1106
- * NOTE: This property will not be serialized. It can only be populated by the server.
1107
- */
1108
- readonly category?: string;
1109
- /**
1110
- * The endpoints for this service to which the Batch service makes outbound calls.
1111
- * NOTE: This property will not be serialized. It can only be populated by the server.
1112
- */
1113
- readonly endpoints?: EndpointDependency[];
1114
- }
1115
-
1116
- /** A domain name and connection details used to access a dependency. */
1117
- export interface EndpointDependency {
1118
- /**
1119
- * The domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard.
1120
- * NOTE: This property will not be serialized. It can only be populated by the server.
1121
- */
1122
- readonly domainName?: string;
1123
- /**
1124
- * Human-readable supplemental information about the dependency and when it is applicable.
1125
- * NOTE: This property will not be serialized. It can only be populated by the server.
1126
- */
1127
- readonly description?: string;
1128
- /**
1129
- * The list of connection details for this endpoint.
1130
- * NOTE: This property will not be serialized. It can only be populated by the server.
1131
- */
1132
- readonly endpointDetails?: EndpointDetail[];
1133
- }
1134
-
1135
- /** Details about the connection between the Batch service and the endpoint. */
1136
- export interface EndpointDetail {
1137
- /**
1138
- * The port an endpoint is connected to.
1139
- * NOTE: This property will not be serialized. It can only be populated by the server.
1140
- */
1141
- readonly port?: number;
1142
- }
1143
-
1144
- /** Result of a list NSP (network security perimeter) configurations request. */
1145
- export interface NetworkSecurityPerimeterConfigurationListResult {
1146
- /** Array of network security perimeter results. */
1147
- value?: NetworkSecurityPerimeterConfiguration[];
1148
- /** The link used to get the next page of results. */
1149
- nextLink?: string;
1150
- }
1151
-
1152
- /** Network security configuration properties. */
1153
- export interface NetworkSecurityPerimeterConfigurationProperties {
1154
- /**
1155
- * Provisioning state of a network security perimeter configuration that is being created or updated.
1156
- * NOTE: This property will not be serialized. It can only be populated by the server.
1157
- */
1158
- readonly provisioningState?: NetworkSecurityPerimeterConfigurationProvisioningState;
1159
- /**
1160
- * List of provisioning issues, if any
1161
- * NOTE: This property will not be serialized. It can only be populated by the server.
1162
- */
1163
- readonly provisioningIssues?: ProvisioningIssue[];
1164
- /** Information about a network security perimeter (NSP) */
1165
- networkSecurityPerimeter?: NetworkSecurityPerimeter;
1166
- /** Information about resource association */
1167
- resourceAssociation?: ResourceAssociation;
1168
- /** Network security perimeter configuration profile */
1169
- profile?: NetworkSecurityProfile;
1170
- }
1171
-
1172
- /** Describes a provisioning issue for a network security perimeter configuration */
1173
- export interface ProvisioningIssue {
1174
- /**
1175
- * Name of the issue
1176
- * NOTE: This property will not be serialized. It can only be populated by the server.
1177
- */
1178
- readonly name?: string;
1179
- /**
1180
- * 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
1181
- * NOTE: This property will not be serialized. It can only be populated by the server.
1182
- */
1183
- readonly properties?: ProvisioningIssueProperties;
1184
- }
1185
-
1186
- /** 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 */
1187
- export interface ProvisioningIssueProperties {
1188
- /**
1189
- * Type of issue
1190
- * NOTE: This property will not be serialized. It can only be populated by the server.
1191
- */
1192
- readonly issueType?: IssueType;
1193
- /**
1194
- * Severity of the issue.
1195
- * NOTE: This property will not be serialized. It can only be populated by the server.
1196
- */
1197
- readonly severity?: Severity;
1198
- /**
1199
- * Description of the issue
1200
- * NOTE: This property will not be serialized. It can only be populated by the server.
1201
- */
1202
- readonly description?: string;
1203
- /**
1204
- * Fully qualified resource IDs of suggested resources that can be associated to the network security perimeter (NSP) to remediate the issue.
1205
- * NOTE: This property will not be serialized. It can only be populated by the server.
1206
- */
1207
- readonly suggestedResourceIds?: string[];
1208
- /**
1209
- * Access rules that can be added to the network security profile (NSP) to remediate the issue.
1210
- * NOTE: This property will not be serialized. It can only be populated by the server.
1211
- */
1212
- readonly suggestedAccessRules?: AccessRule[];
1213
- }
1214
-
1215
- /** Access rule in a network security perimeter configuration profile */
1216
- export interface AccessRule {
1217
- /** Name of the access rule */
1218
- name?: string;
1219
- /** Properties of Access Rule */
1220
- properties?: AccessRuleProperties;
1221
- }
1222
-
1223
- /** Properties of Access Rule */
1224
- export interface AccessRuleProperties {
1225
- /** Direction of Access Rule */
1226
- direction?: AccessRuleDirection;
1227
- /** Address prefixes in the CIDR format for inbound rules */
1228
- addressPrefixes?: string[];
1229
- /** Subscriptions for inbound rules */
1230
- subscriptions?: AccessRulePropertiesSubscriptionsItem[];
1231
- /** Network security perimeters for inbound rules */
1232
- networkSecurityPerimeters?: NetworkSecurityPerimeter[];
1233
- /** Fully qualified domain names (FQDN) for outbound rules */
1234
- fullyQualifiedDomainNames?: string[];
1235
- /** Email addresses for outbound rules */
1236
- emailAddresses?: string[];
1237
- /** Phone numbers for outbound rules */
1238
- phoneNumbers?: string[];
1239
- }
1240
-
1241
- /** Subscription identifiers */
1242
- export interface AccessRulePropertiesSubscriptionsItem {
1243
- /** The fully qualified Azure resource ID of the subscription e.g. ('/subscriptions/00000000-0000-0000-0000-000000000000') */
1244
- id?: string;
1245
- }
1246
-
1247
- /** Information about a network security perimeter (NSP) */
1248
- export interface NetworkSecurityPerimeter {
1249
- /** Fully qualified Azure resource ID of the NSP resource */
1250
- id?: string;
1251
- /** Universal unique ID (UUID) of the network security perimeter */
1252
- perimeterGuid?: string;
1253
- /** Location of the network security perimeter */
1254
- location?: string;
1255
- }
1256
-
1257
- /** Information about resource association */
1258
- export interface ResourceAssociation {
1259
- /** Name of the resource association */
1260
- name?: string;
1261
- /** Access mode of the resource association */
1262
- accessMode?: ResourceAssociationAccessMode;
1263
- }
1264
-
1265
- /** Network security perimeter configuration profile */
1266
- export interface NetworkSecurityProfile {
1267
- /** Name of the profile */
1268
- name?: string;
1269
- /** Current access rules version */
1270
- accessRulesVersion?: number;
1271
- /** List of Access Rules */
1272
- accessRules?: AccessRule[];
1273
- /** Current diagnostic settings version */
1274
- diagnosticSettingsVersion?: number;
1275
- /** List of log categories that are enabled */
1276
- enabledLogCategories?: string[];
1277
- }
1278
-
1279
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
1280
- export interface Resource {
1281
- /**
1282
- * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
1283
- * NOTE: This property will not be serialized. It can only be populated by the server.
1284
- */
1285
- readonly id?: string;
1286
- /**
1287
- * The name of the resource
1288
- * NOTE: This property will not be serialized. It can only be populated by the server.
1289
- */
1290
- readonly name?: string;
1291
- /**
1292
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
1293
- * NOTE: This property will not be serialized. It can only be populated by the server.
1294
- */
1295
- readonly type?: string;
1296
- /**
1297
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
1298
- * NOTE: This property will not be serialized. It can only be populated by the server.
1299
- */
1300
- readonly systemData?: SystemData;
1301
- }
1302
-
1303
- /** Metadata pertaining to creation and last modification of the resource. */
1304
- export interface SystemData {
1305
- /** The identity that created the resource. */
1306
- createdBy?: string;
1307
- /** The type of identity that created the resource. */
1308
- createdByType?: CreatedByType;
1309
- /** The timestamp of resource creation (UTC). */
1310
- createdAt?: Date;
1311
- /** The identity that last modified the resource. */
1312
- lastModifiedBy?: string;
1313
- /** The type of identity that last modified the resource. */
1314
- lastModifiedByType?: CreatedByType;
1315
- /** The timestamp of resource last modification (UTC) */
1316
- lastModifiedAt?: Date;
1317
- }
1318
-
1319
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
1320
- export interface ErrorResponse {
1321
- /** The error object. */
1322
- error?: ErrorDetail;
1323
- }
1324
-
1325
- /** The error detail. */
1326
- export interface ErrorDetail {
1327
- /**
1328
- * The error code.
1329
- * NOTE: This property will not be serialized. It can only be populated by the server.
1330
- */
1331
- readonly code?: string;
1332
- /**
1333
- * The error message.
1334
- * NOTE: This property will not be serialized. It can only be populated by the server.
1335
- */
1336
- readonly message?: string;
1337
- /**
1338
- * The error target.
1339
- * NOTE: This property will not be serialized. It can only be populated by the server.
1340
- */
1341
- readonly target?: string;
1342
- /**
1343
- * The error details.
1344
- * NOTE: This property will not be serialized. It can only be populated by the server.
1345
- */
1346
- readonly details?: ErrorDetail[];
1347
- /**
1348
- * The error additional info.
1349
- * NOTE: This property will not be serialized. It can only be populated by the server.
1350
- */
1351
- readonly additionalInfo?: ErrorAdditionalInfo[];
1352
- }
1353
-
1354
- /** The resource management error additional info. */
1355
- export interface ErrorAdditionalInfo {
1356
- /**
1357
- * The additional info type.
1358
- * NOTE: This property will not be serialized. It can only be populated by the server.
1359
- */
1360
- readonly type?: string;
1361
- /**
1362
- * The additional info.
1363
- * NOTE: This property will not be serialized. It can only be populated by the server.
1364
- */
1365
- readonly info?: Record<string, unknown>;
1366
- }
1367
-
1368
- /** Contains information about the auto-storage account associated with a Batch account. */
1369
- export interface AutoStorageProperties extends AutoStorageBaseProperties {
1370
- /** The UTC time at which storage keys were last synchronized with the Batch account. */
1371
- lastKeySync: Date;
1372
- }
1373
-
1374
- /** Contains information about a private link resource. */
1375
- export interface PrivateEndpointConnection extends AzureProxyResource {
1376
- /**
1377
- * The provisioning state of the private endpoint connection.
1378
- * NOTE: This property will not be serialized. It can only be populated by the server.
1379
- */
1380
- readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
1381
- /**
1382
- * The private endpoint of the private endpoint connection.
1383
- * NOTE: This property will not be serialized. It can only be populated by the server.
1384
- */
1385
- readonly privateEndpoint?: PrivateEndpoint;
1386
- /**
1387
- * The value has one and only one group id.
1388
- * NOTE: This property will not be serialized. It can only be populated by the server.
1389
- */
1390
- readonly groupIds?: string[];
1391
- /** The private link service connection state of the private endpoint connection */
1392
- privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
1393
- }
1394
-
1395
- /** An application package which represents a particular version of an application. */
1396
- export interface ApplicationPackage extends AzureProxyResource {
1397
- /**
1398
- * The current state of the application package.
1399
- * NOTE: This property will not be serialized. It can only be populated by the server.
1400
- */
1401
- readonly state?: PackageState;
1402
- /**
1403
- * The format of the application package, if the package is active.
1404
- * NOTE: This property will not be serialized. It can only be populated by the server.
1405
- */
1406
- readonly format?: string;
1407
- /**
1408
- * The URL for the application package in Azure Storage.
1409
- * NOTE: This property will not be serialized. It can only be populated by the server.
1410
- */
1411
- readonly storageUrl?: string;
1412
- /**
1413
- * The UTC time at which the Azure Storage URL will expire.
1414
- * NOTE: This property will not be serialized. It can only be populated by the server.
1415
- */
1416
- readonly storageUrlExpiry?: Date;
1417
- /**
1418
- * The time at which the package was last activated, if the package is active.
1419
- * NOTE: This property will not be serialized. It can only be populated by the server.
1420
- */
1421
- readonly lastActivationTime?: Date;
1422
- }
1423
-
1424
- /** Contains information about an application in a Batch account. */
1425
- export interface Application extends AzureProxyResource {
1426
- /** The display name for the application. */
1427
- displayName?: string;
1428
- /** A value indicating whether packages within the application may be overwritten using the same version string. */
1429
- allowUpdates?: boolean;
1430
- /** 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. */
1431
- defaultVersion?: string;
1432
- }
1433
-
1434
- /** Contains information about a certificate. */
1435
- export interface Certificate extends AzureProxyResource {
1436
- /** This must match the first portion of the certificate name. Currently required to be 'SHA1'. */
1437
- thumbprintAlgorithm?: string;
1438
- /** This must match the thumbprint from the name. */
1439
- thumbprint?: string;
1440
- /** The format of the certificate - either Pfx or Cer. If omitted, the default is Pfx. */
1441
- format?: CertificateFormat;
1442
- /** NOTE: This property will not be serialized. It can only be populated by the server. */
1443
- readonly provisioningState?: CertificateProvisioningState;
1444
- /**
1445
- * The time at which the certificate entered its current state.
1446
- * NOTE: This property will not be serialized. It can only be populated by the server.
1447
- */
1448
- readonly provisioningStateTransitionTime?: Date;
1449
- /**
1450
- * The previous provisioned state of the resource
1451
- * NOTE: This property will not be serialized. It can only be populated by the server.
1452
- */
1453
- readonly previousProvisioningState?: CertificateProvisioningState;
1454
- /**
1455
- * The time at which the certificate entered its previous state.
1456
- * NOTE: This property will not be serialized. It can only be populated by the server.
1457
- */
1458
- readonly previousProvisioningStateTransitionTime?: Date;
1459
- /**
1460
- * The public key of the certificate.
1461
- * NOTE: This property will not be serialized. It can only be populated by the server.
1462
- */
1463
- readonly publicData?: string;
1464
- /**
1465
- * This is only returned when the certificate provisioningState is 'Failed'.
1466
- * NOTE: This property will not be serialized. It can only be populated by the server.
1467
- */
1468
- readonly deleteCertificateError?: DeleteCertificateError;
1469
- }
1470
-
1471
- /** Contains information about a certificate. */
1472
- export interface CertificateCreateOrUpdateParameters
1473
- extends AzureProxyResource {
1474
- /** This must match the first portion of the certificate name. Currently required to be 'SHA1'. */
1475
- thumbprintAlgorithm?: string;
1476
- /** This must match the thumbprint from the name. */
1477
- thumbprint?: string;
1478
- /** The format of the certificate - either Pfx or Cer. If omitted, the default is Pfx. */
1479
- format?: CertificateFormat;
1480
- /** The maximum size is 10KB. */
1481
- data?: string;
1482
- /** This must not be specified if the certificate format is Cer. */
1483
- password?: string;
1484
- }
1485
-
1486
- /** Contains the information for a detector. */
1487
- export interface DetectorResponse extends AzureProxyResource {
1488
- /** A base64 encoded string that represents the content of a detector. */
1489
- value?: string;
1490
- }
1491
-
1492
- /** Contains information about a private link resource. */
1493
- export interface PrivateLinkResource extends AzureProxyResource {
1494
- /**
1495
- * The group id is used to establish the private link connection.
1496
- * NOTE: This property will not be serialized. It can only be populated by the server.
1497
- */
1498
- readonly groupId?: string;
1499
- /**
1500
- * The list of required members that are used to establish the private link connection.
1501
- * NOTE: This property will not be serialized. It can only be populated by the server.
1502
- */
1503
- readonly requiredMembers?: string[];
1504
- /**
1505
- * The list of required zone names for the private DNS resource name
1506
- * NOTE: This property will not be serialized. It can only be populated by the server.
1507
- */
1508
- readonly requiredZoneNames?: string[];
1509
- }
1510
-
1511
- /** Contains information about a pool. */
1512
- export interface Pool extends AzureProxyResource {
1513
- /** The type of identity used for the Batch Pool. */
1514
- identity?: BatchPoolIdentity;
1515
- /** The display name need not be unique and can contain any Unicode characters up to a maximum length of 1024. */
1516
- displayName?: string;
1517
- /**
1518
- * 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.
1519
- * NOTE: This property will not be serialized. It can only be populated by the server.
1520
- */
1521
- readonly lastModified?: Date;
1522
- /**
1523
- * The creation time of the pool.
1524
- * NOTE: This property will not be serialized. It can only be populated by the server.
1525
- */
1526
- readonly creationTime?: Date;
1527
- /**
1528
- * The current state of the pool.
1529
- * NOTE: This property will not be serialized. It can only be populated by the server.
1530
- */
1531
- readonly provisioningState?: PoolProvisioningState;
1532
- /**
1533
- * The time at which the pool entered its current state.
1534
- * NOTE: This property will not be serialized. It can only be populated by the server.
1535
- */
1536
- readonly provisioningStateTransitionTime?: Date;
1537
- /**
1538
- * Whether the pool is resizing.
1539
- * NOTE: This property will not be serialized. It can only be populated by the server.
1540
- */
1541
- readonly allocationState?: AllocationState;
1542
- /**
1543
- * The time at which the pool entered its current allocation state.
1544
- * NOTE: This property will not be serialized. It can only be populated by the server.
1545
- */
1546
- readonly allocationStateTransitionTime?: Date;
1547
- /** 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). */
1548
- vmSize?: string;
1549
- /** Deployment configuration properties. */
1550
- deploymentConfiguration?: DeploymentConfiguration;
1551
- /**
1552
- * The number of dedicated compute nodes currently in the pool.
1553
- * NOTE: This property will not be serialized. It can only be populated by the server.
1554
- */
1555
- readonly currentDedicatedNodes?: number;
1556
- /**
1557
- * The number of Spot/low-priority compute nodes currently in the pool.
1558
- * NOTE: This property will not be serialized. It can only be populated by the server.
1559
- */
1560
- readonly currentLowPriorityNodes?: number;
1561
- /** 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. */
1562
- scaleSettings?: ScaleSettings;
1563
- /**
1564
- * This property is set only if the pool automatically scales, i.e. autoScaleSettings are used.
1565
- * NOTE: This property will not be serialized. It can only be populated by the server.
1566
- */
1567
- readonly autoScaleRun?: AutoScaleRun;
1568
- /** 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'. */
1569
- interNodeCommunication?: InterNodeCommunicationState;
1570
- /** The network configuration for a pool. */
1571
- networkConfiguration?: NetworkConfiguration;
1572
- /** 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. */
1573
- taskSlotsPerNode?: number;
1574
- /** If not specified, the default is spread. */
1575
- taskSchedulingPolicy?: TaskSchedulingPolicy;
1576
- /** The list of user accounts to be created on each node in the pool. */
1577
- userAccounts?: UserAccount[];
1578
- /** The Batch service does not assign any meaning to metadata; it is solely for the use of user code. */
1579
- metadata?: MetadataItem[];
1580
- /** In an PATCH (update) operation, this property can be set to an empty object to remove the start task from the pool. */
1581
- startTask?: StartTask;
1582
- /**
1583
- * 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.
1584
- *
1585
- * 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.
1586
- */
1587
- certificates?: CertificateReference[];
1588
- /** 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. */
1589
- applicationPackages?: ApplicationPackageReference[];
1590
- /** 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. */
1591
- applicationLicenses?: string[];
1592
- /**
1593
- * Describes either the current operation (if the pool AllocationState is Resizing) or the previously completed operation (if the AllocationState is Steady).
1594
- * NOTE: This property will not be serialized. It can only be populated by the server.
1595
- */
1596
- readonly resizeOperationStatus?: ResizeOperationStatus;
1597
- /** This supports Azure Files, NFS, CIFS/SMB, and Blobfuse. */
1598
- mountConfiguration?: MountConfiguration[];
1599
- /** If omitted, the default value is Default. */
1600
- targetNodeCommunicationMode?: NodeCommunicationMode;
1601
- /**
1602
- * Determines how a pool communicates with the Batch service.
1603
- * NOTE: This property will not be serialized. It can only be populated by the server.
1604
- */
1605
- readonly currentNodeCommunicationMode?: NodeCommunicationMode;
1606
- /** Describes an upgrade policy - automatic, manual, or rolling. */
1607
- upgradePolicy?: UpgradePolicy;
1608
- /** 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'. */
1609
- resourceTags?: { [propertyName: string]: string };
1610
- }
1611
-
1612
- /** Contains information about an Azure Batch account. */
1613
- export interface BatchAccount extends AzureResource {
1614
- /** The identity of the Batch account. */
1615
- identity?: BatchAccountIdentity;
1616
- /**
1617
- * The account endpoint used to interact with the Batch service.
1618
- * NOTE: This property will not be serialized. It can only be populated by the server.
1619
- */
1620
- readonly accountEndpoint?: string;
1621
- /**
1622
- * The endpoint used by compute node to connect to the Batch node management service.
1623
- * NOTE: This property will not be serialized. It can only be populated by the server.
1624
- */
1625
- readonly nodeManagementEndpoint?: string;
1626
- /**
1627
- * The provisioned state of the resource
1628
- * NOTE: This property will not be serialized. It can only be populated by the server.
1629
- */
1630
- readonly provisioningState?: ProvisioningState;
1631
- /**
1632
- * The allocation mode for creating pools in the Batch account.
1633
- * NOTE: This property will not be serialized. It can only be populated by the server.
1634
- */
1635
- readonly poolAllocationMode?: PoolAllocationMode;
1636
- /**
1637
- * Identifies the Azure key vault associated with a Batch account.
1638
- * NOTE: This property will not be serialized. It can only be populated by the server.
1639
- */
1640
- readonly keyVaultReference?: KeyVaultReference;
1641
- /** If not specified, the default value is 'enabled'. */
1642
- publicNetworkAccess?: PublicNetworkAccessType;
1643
- /** The network profile only takes effect when publicNetworkAccess is enabled. */
1644
- networkProfile?: NetworkProfile;
1645
- /**
1646
- * List of private endpoint connections associated with the Batch account
1647
- * NOTE: This property will not be serialized. It can only be populated by the server.
1648
- */
1649
- readonly privateEndpointConnections?: PrivateEndpointConnection[];
1650
- /**
1651
- * Contains information about the auto-storage account associated with a Batch account.
1652
- * NOTE: This property will not be serialized. It can only be populated by the server.
1653
- */
1654
- readonly autoStorage?: AutoStorageProperties;
1655
- /**
1656
- * 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.
1657
- * NOTE: This property will not be serialized. It can only be populated by the server.
1658
- */
1659
- readonly encryption?: EncryptionProperties;
1660
- /**
1661
- * For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.
1662
- * NOTE: This property will not be serialized. It can only be populated by the server.
1663
- */
1664
- readonly dedicatedCoreQuota?: number;
1665
- /**
1666
- * For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.
1667
- * NOTE: This property will not be serialized. It can only be populated by the server.
1668
- */
1669
- readonly lowPriorityCoreQuota?: number;
1670
- /**
1671
- * 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.
1672
- * NOTE: This property will not be serialized. It can only be populated by the server.
1673
- */
1674
- readonly dedicatedCoreQuotaPerVMFamily?: VirtualMachineFamilyCoreQuota[];
1675
- /**
1676
- * 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.
1677
- * NOTE: This property will not be serialized. It can only be populated by the server.
1678
- */
1679
- readonly dedicatedCoreQuotaPerVMFamilyEnforced?: boolean;
1680
- /**
1681
- * The pool quota for the Batch account.
1682
- * NOTE: This property will not be serialized. It can only be populated by the server.
1683
- */
1684
- readonly poolQuota?: number;
1685
- /**
1686
- * The active job and job schedule quota for the Batch account.
1687
- * NOTE: This property will not be serialized. It can only be populated by the server.
1688
- */
1689
- readonly activeJobAndJobScheduleQuota?: number;
1690
- /**
1691
- * 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.
1692
- * NOTE: This property will not be serialized. It can only be populated by the server.
1693
- */
1694
- readonly allowedAuthenticationModes?: AuthenticationMode[];
1695
- }
1696
-
1697
- /** Certificate properties. */
1698
- export interface CertificateProperties extends CertificateBaseProperties {
1699
- /** NOTE: This property will not be serialized. It can only be populated by the server. */
1700
- readonly provisioningState?: CertificateProvisioningState;
1701
- /**
1702
- * The time at which the certificate entered its current state.
1703
- * NOTE: This property will not be serialized. It can only be populated by the server.
1704
- */
1705
- readonly provisioningStateTransitionTime?: Date;
1706
- /**
1707
- * The previous provisioned state of the resource
1708
- * NOTE: This property will not be serialized. It can only be populated by the server.
1709
- */
1710
- readonly previousProvisioningState?: CertificateProvisioningState;
1711
- /**
1712
- * The time at which the certificate entered its previous state.
1713
- * NOTE: This property will not be serialized. It can only be populated by the server.
1714
- */
1715
- readonly previousProvisioningStateTransitionTime?: Date;
1716
- /**
1717
- * The public key of the certificate.
1718
- * NOTE: This property will not be serialized. It can only be populated by the server.
1719
- */
1720
- readonly publicData?: string;
1721
- /**
1722
- * This is only returned when the certificate provisioningState is 'Failed'.
1723
- * NOTE: This property will not be serialized. It can only be populated by the server.
1724
- */
1725
- readonly deleteCertificateError?: DeleteCertificateError;
1726
- }
1727
-
1728
- /** Certificate properties for create operations */
1729
- export interface CertificateCreateOrUpdateProperties
1730
- extends CertificateBaseProperties {
1731
- /** The maximum size is 10KB. */
1732
- data: string;
1733
- /** This must not be specified if the certificate format is Cer. */
1734
- password?: string;
1735
- }
1736
-
1737
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
1738
- export interface ProxyResource extends Resource {}
1739
-
1740
- /** Network security perimeter (NSP) configuration resource */
1741
- export interface NetworkSecurityPerimeterConfiguration extends ProxyResource {
1742
- /** Network security configuration properties. */
1743
- properties?: NetworkSecurityPerimeterConfigurationProperties;
1744
- }
1745
-
1746
- /** Defines headers for BatchAccount_create operation. */
1747
- export interface BatchAccountCreateHeaders {
1748
- /** The URL of the resource used to check the status of the asynchronous operation. */
1749
- location?: string;
1750
- /** Suggested delay to check the status of the asynchronous operation. The value is an integer that specifies the delay in seconds. */
1751
- retryAfter?: number;
1752
- }
1753
-
1754
- /** Defines headers for BatchAccount_delete operation. */
1755
- export interface BatchAccountDeleteHeaders {
1756
- /** The URL of the resource used to check the status of the asynchronous operation. */
1757
- location?: string;
1758
- /** Suggested delay to check the status of the asynchronous operation. The value is an integer that specifies the delay in seconds. */
1759
- retryAfter?: number;
1760
- }
1761
-
1762
- /** Defines headers for Certificate_create operation. */
1763
- export interface CertificateCreateHeaders {
1764
- /** 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. */
1765
- eTag?: string;
1766
- }
1767
-
1768
- /** Defines headers for Certificate_update operation. */
1769
- export interface CertificateUpdateHeaders {
1770
- /** 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. */
1771
- eTag?: string;
1772
- }
1773
-
1774
- /** Defines headers for Certificate_delete operation. */
1775
- export interface CertificateDeleteHeaders {
1776
- /** The URL of the resource used to check the status of the asynchronous operation. */
1777
- location?: string;
1778
- /** Suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds. */
1779
- retryAfter?: number;
1780
- }
1781
-
1782
- /** Defines headers for Certificate_get operation. */
1783
- export interface CertificateGetHeaders {
1784
- /** 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. */
1785
- eTag?: string;
1786
- }
1787
-
1788
- /** Defines headers for Certificate_cancelDeletion operation. */
1789
- export interface CertificateCancelDeletionHeaders {
1790
- /** 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. */
1791
- eTag?: string;
1792
- }
1793
-
1794
- /** Defines headers for PrivateEndpointConnection_update operation. */
1795
- export interface PrivateEndpointConnectionUpdateHeaders {
1796
- /** The URL of the resource used to check the status of the asynchronous operation. */
1797
- location?: string;
1798
- /** Suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds. */
1799
- retryAfter?: number;
1800
- }
1801
-
1802
- /** Defines headers for PrivateEndpointConnection_delete operation. */
1803
- export interface PrivateEndpointConnectionDeleteHeaders {
1804
- /** The URL of the resource used to check the status of the asynchronous operation. */
1805
- location?: string;
1806
- /** Suggested delay to check the status of the asynchronous operation. The value is an integer that specifies the delay in seconds. */
1807
- retryAfter?: number;
1808
- }
1809
-
1810
- /** Defines headers for Pool_create operation. */
1811
- export interface PoolCreateHeaders {
1812
- /** 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. */
1813
- eTag?: string;
1814
- }
1815
-
1816
- /** Defines headers for Pool_update operation. */
1817
- export interface PoolUpdateHeaders {
1818
- /** 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. */
1819
- eTag?: string;
1820
- }
1821
-
1822
- /** Defines headers for Pool_delete operation. */
1823
- export interface PoolDeleteHeaders {
1824
- /** The URL of the resource used to check the status of the asynchronous operation. */
1825
- location?: string;
1826
- /** Suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds. */
1827
- retryAfter?: number;
1828
- }
1829
-
1830
- /** Defines headers for Pool_get operation. */
1831
- export interface PoolGetHeaders {
1832
- /** 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. */
1833
- eTag?: string;
1834
- }
1835
-
1836
- /** Defines headers for Pool_disableAutoScale operation. */
1837
- export interface PoolDisableAutoScaleHeaders {
1838
- /** 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. */
1839
- eTag?: string;
1840
- }
1841
-
1842
- /** Defines headers for Pool_stopResize operation. */
1843
- export interface PoolStopResizeHeaders {
1844
- /** 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. */
1845
- eTag?: string;
1846
- }
1847
-
1848
- /** Defines headers for NetworkSecurityPerimeter_reconcileConfiguration operation. */
1849
- export interface NetworkSecurityPerimeterReconcileConfigurationHeaders {
1850
- /** The URL of the resource used to check the status of the asynchronous operation. */
1851
- location?: string;
1852
- /** Suggested delay to check the status of the asynchronous operation. The value is an integer that specifies the delay in seconds. */
1853
- retryAfter?: number;
1854
- }
1855
-
1856
- /** Known values of {@link ContainerType} that the service accepts. */
1857
- export enum KnownContainerType {
1858
- /** A Docker compatible container technology will be used to launch the containers. */
1859
- DockerCompatible = "DockerCompatible",
1860
- /** A CRI based technology will be used to launch the containers. */
1861
- CriCompatible = "CriCompatible",
1862
- }
1863
-
1864
- /**
1865
- * Defines values for ContainerType. \
1866
- * {@link KnownContainerType} can be used interchangeably with ContainerType,
1867
- * this enum contains the known values that the service supports.
1868
- * ### Known values supported by the service
1869
- * **DockerCompatible**: A Docker compatible container technology will be used to launch the containers. \
1870
- * **CriCompatible**: A CRI based technology will be used to launch the containers.
1871
- */
1872
- export type ContainerType = string;
1873
-
1874
- /** Known values of {@link SecurityEncryptionTypes} that the service accepts. */
1875
- export enum KnownSecurityEncryptionTypes {
1876
- /** NonPersistedTPM */
1877
- NonPersistedTPM = "NonPersistedTPM",
1878
- /** VMGuestStateOnly */
1879
- VMGuestStateOnly = "VMGuestStateOnly",
1880
- }
1881
-
1882
- /**
1883
- * Defines values for SecurityEncryptionTypes. \
1884
- * {@link KnownSecurityEncryptionTypes} can be used interchangeably with SecurityEncryptionTypes,
1885
- * this enum contains the known values that the service supports.
1886
- * ### Known values supported by the service
1887
- * **NonPersistedTPM** \
1888
- * **VMGuestStateOnly**
1889
- */
1890
- export type SecurityEncryptionTypes = string;
1891
-
1892
- /** Known values of {@link ContainerHostDataPath} that the service accepts. */
1893
- export enum KnownContainerHostDataPath {
1894
- /** The path for multi-instances task to shared their files. */
1895
- Shared = "Shared",
1896
- /** The path for start task. */
1897
- Startup = "Startup",
1898
- /** The path contains all virtual file systems are mounted on this node. */
1899
- VfsMounts = "VfsMounts",
1900
- /** The task path. */
1901
- Task = "Task",
1902
- /** The job-prep task path. */
1903
- JobPrep = "JobPrep",
1904
- /** The applications path. */
1905
- Applications = "Applications",
1906
- }
1907
-
1908
- /**
1909
- * Defines values for ContainerHostDataPath. \
1910
- * {@link KnownContainerHostDataPath} can be used interchangeably with ContainerHostDataPath,
1911
- * this enum contains the known values that the service supports.
1912
- * ### Known values supported by the service
1913
- * **Shared**: The path for multi-instances task to shared their files. \
1914
- * **Startup**: The path for start task. \
1915
- * **VfsMounts**: The path contains all virtual file systems are mounted on this node. \
1916
- * **Task**: The task path. \
1917
- * **JobPrep**: The job-prep task path. \
1918
- * **Applications**: The applications path.
1919
- */
1920
- export type ContainerHostDataPath = string;
1921
-
1922
- /** Known values of {@link NetworkSecurityPerimeterConfigurationProvisioningState} that the service accepts. */
1923
- export enum KnownNetworkSecurityPerimeterConfigurationProvisioningState {
1924
- /** Succeeded */
1925
- Succeeded = "Succeeded",
1926
- /** Creating */
1927
- Creating = "Creating",
1928
- /** Updating */
1929
- Updating = "Updating",
1930
- /** Deleting */
1931
- Deleting = "Deleting",
1932
- /** Accepted */
1933
- Accepted = "Accepted",
1934
- /** Failed */
1935
- Failed = "Failed",
1936
- /** Canceled */
1937
- Canceled = "Canceled",
1938
- }
1939
-
1940
- /**
1941
- * Defines values for NetworkSecurityPerimeterConfigurationProvisioningState. \
1942
- * {@link KnownNetworkSecurityPerimeterConfigurationProvisioningState} can be used interchangeably with NetworkSecurityPerimeterConfigurationProvisioningState,
1943
- * this enum contains the known values that the service supports.
1944
- * ### Known values supported by the service
1945
- * **Succeeded** \
1946
- * **Creating** \
1947
- * **Updating** \
1948
- * **Deleting** \
1949
- * **Accepted** \
1950
- * **Failed** \
1951
- * **Canceled**
1952
- */
1953
- export type NetworkSecurityPerimeterConfigurationProvisioningState = string;
1954
-
1955
- /** Known values of {@link IssueType} that the service accepts. */
1956
- export enum KnownIssueType {
1957
- /** Unknown issue type */
1958
- Unknown = "Unknown",
1959
- /** An error occurred while applying the network security perimeter (NSP) configuration. */
1960
- ConfigurationPropagationFailure = "ConfigurationPropagationFailure",
1961
- /** 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. */
1962
- MissingPerimeterConfiguration = "MissingPerimeterConfiguration",
1963
- /** 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. */
1964
- MissingIdentityConfiguration = "MissingIdentityConfiguration",
1965
- }
1966
-
1967
- /**
1968
- * Defines values for IssueType. \
1969
- * {@link KnownIssueType} can be used interchangeably with IssueType,
1970
- * this enum contains the known values that the service supports.
1971
- * ### Known values supported by the service
1972
- * **Unknown**: Unknown issue type \
1973
- * **ConfigurationPropagationFailure**: An error occurred while applying the network security perimeter (NSP) configuration. \
1974
- * **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. \
1975
- * **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.
1976
- */
1977
- export type IssueType = string;
1978
-
1979
- /** Known values of {@link Severity} that the service accepts. */
1980
- export enum KnownSeverity {
1981
- /** Warning */
1982
- Warning = "Warning",
1983
- /** Error */
1984
- Error = "Error",
1985
- }
1986
-
1987
- /**
1988
- * Defines values for Severity. \
1989
- * {@link KnownSeverity} can be used interchangeably with Severity,
1990
- * this enum contains the known values that the service supports.
1991
- * ### Known values supported by the service
1992
- * **Warning** \
1993
- * **Error**
1994
- */
1995
- export type Severity = string;
1996
-
1997
- /** Known values of {@link AccessRuleDirection} that the service accepts. */
1998
- export enum KnownAccessRuleDirection {
1999
- /** Applies to inbound network traffic to the secured resources. */
2000
- Inbound = "Inbound",
2001
- /** Applies to outbound network traffic from the secured resources */
2002
- Outbound = "Outbound",
2003
- }
2004
-
2005
- /**
2006
- * Defines values for AccessRuleDirection. \
2007
- * {@link KnownAccessRuleDirection} can be used interchangeably with AccessRuleDirection,
2008
- * this enum contains the known values that the service supports.
2009
- * ### Known values supported by the service
2010
- * **Inbound**: Applies to inbound network traffic to the secured resources. \
2011
- * **Outbound**: Applies to outbound network traffic from the secured resources
2012
- */
2013
- export type AccessRuleDirection = string;
2014
-
2015
- /** Known values of {@link ResourceAssociationAccessMode} that the service accepts. */
2016
- export enum KnownResourceAssociationAccessMode {
2017
- /** Enforced access mode - traffic to the resource that failed access checks is blocked */
2018
- Enforced = "Enforced",
2019
- /** Learning access mode - traffic to the resource is enabled for analysis but not blocked */
2020
- Learning = "Learning",
2021
- /** Audit access mode - traffic to the resource that fails access checks is logged but not blocked */
2022
- Audit = "Audit",
2023
- }
2024
-
2025
- /**
2026
- * Defines values for ResourceAssociationAccessMode. \
2027
- * {@link KnownResourceAssociationAccessMode} can be used interchangeably with ResourceAssociationAccessMode,
2028
- * this enum contains the known values that the service supports.
2029
- * ### Known values supported by the service
2030
- * **Enforced**: Enforced access mode - traffic to the resource that failed access checks is blocked \
2031
- * **Learning**: Learning access mode - traffic to the resource is enabled for analysis but not blocked \
2032
- * **Audit**: Audit access mode - traffic to the resource that fails access checks is logged but not blocked
2033
- */
2034
- export type ResourceAssociationAccessMode = string;
2035
-
2036
- /** Known values of {@link CreatedByType} that the service accepts. */
2037
- export enum KnownCreatedByType {
2038
- /** User */
2039
- User = "User",
2040
- /** Application */
2041
- Application = "Application",
2042
- /** ManagedIdentity */
2043
- ManagedIdentity = "ManagedIdentity",
2044
- /** Key */
2045
- Key = "Key",
2046
- }
2047
-
2048
- /**
2049
- * Defines values for CreatedByType. \
2050
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
2051
- * this enum contains the known values that the service supports.
2052
- * ### Known values supported by the service
2053
- * **User** \
2054
- * **Application** \
2055
- * **ManagedIdentity** \
2056
- * **Key**
2057
- */
2058
- export type CreatedByType = string;
2059
- /** Defines values for AutoStorageAuthenticationMode. */
2060
- export type AutoStorageAuthenticationMode =
2061
- | "StorageKeys"
2062
- | "BatchAccountManagedIdentity";
2063
- /** Defines values for PoolAllocationMode. */
2064
- export type PoolAllocationMode = "BatchService" | "UserSubscription";
2065
- /** Defines values for PublicNetworkAccessType. */
2066
- export type PublicNetworkAccessType =
2067
- | "Enabled"
2068
- | "Disabled"
2069
- | "SecuredByPerimeter";
2070
- /** Defines values for EndpointAccessDefaultAction. */
2071
- export type EndpointAccessDefaultAction = "Allow" | "Deny";
2072
- /** Defines values for KeySource. */
2073
- export type KeySource = "Microsoft.Batch" | "Microsoft.KeyVault";
2074
- /** Defines values for AuthenticationMode. */
2075
- export type AuthenticationMode =
2076
- | "SharedKey"
2077
- | "AAD"
2078
- | "TaskAuthenticationToken";
2079
- /** Defines values for ResourceIdentityType. */
2080
- export type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "None";
2081
- /** Defines values for ProvisioningState. */
2082
- export type ProvisioningState =
2083
- | "Invalid"
2084
- | "Creating"
2085
- | "Deleting"
2086
- | "Succeeded"
2087
- | "Failed"
2088
- | "Cancelled";
2089
- /** Defines values for PrivateEndpointConnectionProvisioningState. */
2090
- export type PrivateEndpointConnectionProvisioningState =
2091
- | "Creating"
2092
- | "Updating"
2093
- | "Deleting"
2094
- | "Succeeded"
2095
- | "Failed"
2096
- | "Cancelled";
2097
- /** Defines values for PrivateLinkServiceConnectionStatus. */
2098
- export type PrivateLinkServiceConnectionStatus =
2099
- | "Approved"
2100
- | "Pending"
2101
- | "Rejected"
2102
- | "Disconnected";
2103
- /** Defines values for AccountKeyType. */
2104
- export type AccountKeyType = "Primary" | "Secondary";
2105
- /** Defines values for PackageState. */
2106
- export type PackageState = "Pending" | "Active";
2107
- /** Defines values for NameAvailabilityReason. */
2108
- export type NameAvailabilityReason = "Invalid" | "AlreadyExists";
2109
- /** Defines values for CertificateProvisioningState. */
2110
- export type CertificateProvisioningState = "Succeeded" | "Deleting" | "Failed";
2111
- /** Defines values for CertificateFormat. */
2112
- export type CertificateFormat = "Pfx" | "Cer";
2113
- /** Defines values for PoolProvisioningState. */
2114
- export type PoolProvisioningState = "Succeeded" | "Deleting";
2115
- /** Defines values for AllocationState. */
2116
- export type AllocationState = "Steady" | "Resizing" | "Stopping";
2117
- /** Defines values for CachingType. */
2118
- export type CachingType = "None" | "ReadOnly" | "ReadWrite";
2119
- /** Defines values for StorageAccountType. */
2120
- export type StorageAccountType =
2121
- | "Standard_LRS"
2122
- | "Premium_LRS"
2123
- | "StandardSSD_LRS";
2124
- /** Defines values for DiskEncryptionTarget. */
2125
- export type DiskEncryptionTarget = "OsDisk" | "TemporaryDisk";
2126
- /** Defines values for NodePlacementPolicyType. */
2127
- export type NodePlacementPolicyType = "Regional" | "Zonal";
2128
- /** Defines values for SecurityTypes. */
2129
- export type SecurityTypes = "trustedLaunch" | "confidentialVM";
2130
- /** Defines values for ComputeNodeDeallocationOption. */
2131
- export type ComputeNodeDeallocationOption =
2132
- | "Requeue"
2133
- | "Terminate"
2134
- | "TaskCompletion"
2135
- | "RetainedData";
2136
- /** Defines values for InterNodeCommunicationState. */
2137
- export type InterNodeCommunicationState = "Enabled" | "Disabled";
2138
- /** Defines values for DynamicVNetAssignmentScope. */
2139
- export type DynamicVNetAssignmentScope = "none" | "job";
2140
- /** Defines values for InboundEndpointProtocol. */
2141
- export type InboundEndpointProtocol = "TCP" | "UDP";
2142
- /** Defines values for NetworkSecurityGroupRuleAccess. */
2143
- export type NetworkSecurityGroupRuleAccess = "Allow" | "Deny";
2144
- /** Defines values for IPAddressProvisioningType. */
2145
- export type IPAddressProvisioningType =
2146
- | "BatchManaged"
2147
- | "UserManaged"
2148
- | "NoPublicIPAddresses";
2149
- /** Defines values for ComputeNodeFillType. */
2150
- export type ComputeNodeFillType = "Spread" | "Pack";
2151
- /** Defines values for ElevationLevel. */
2152
- export type ElevationLevel = "NonAdmin" | "Admin";
2153
- /** Defines values for LoginMode. */
2154
- export type LoginMode = "Batch" | "Interactive";
2155
- /** Defines values for AutoUserScope. */
2156
- export type AutoUserScope = "Task" | "Pool";
2157
- /** Defines values for ContainerWorkingDirectory. */
2158
- export type ContainerWorkingDirectory =
2159
- | "TaskWorkingDirectory"
2160
- | "ContainerImageDefault";
2161
- /** Defines values for CertificateStoreLocation. */
2162
- export type CertificateStoreLocation = "CurrentUser" | "LocalMachine";
2163
- /** Defines values for CertificateVisibility. */
2164
- export type CertificateVisibility = "StartTask" | "Task" | "RemoteUser";
2165
- /** Defines values for NodeCommunicationMode. */
2166
- export type NodeCommunicationMode = "Default" | "Classic" | "Simplified";
2167
- /** Defines values for UpgradeMode. */
2168
- export type UpgradeMode = "automatic" | "manual" | "rolling";
2169
- /** Defines values for PoolIdentityType. */
2170
- export type PoolIdentityType = "UserAssigned" | "None";
2171
-
2172
- /** Optional parameters. */
2173
- export interface BatchAccountCreateOptionalParams
2174
- extends coreClient.OperationOptions {
2175
- /** Delay to wait until next poll, in milliseconds. */
2176
- updateIntervalInMs?: number;
2177
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2178
- resumeFrom?: string;
2179
- }
2180
-
2181
- /** Contains response data for the create operation. */
2182
- export type BatchAccountCreateResponse = BatchAccount;
2183
-
2184
- /** Optional parameters. */
2185
- export interface BatchAccountUpdateOptionalParams
2186
- extends coreClient.OperationOptions {}
2187
-
2188
- /** Contains response data for the update operation. */
2189
- export type BatchAccountUpdateResponse = BatchAccount;
2190
-
2191
- /** Optional parameters. */
2192
- export interface BatchAccountDeleteOptionalParams
2193
- extends coreClient.OperationOptions {
2194
- /** Delay to wait until next poll, in milliseconds. */
2195
- updateIntervalInMs?: number;
2196
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2197
- resumeFrom?: string;
2198
- }
2199
-
2200
- /** Optional parameters. */
2201
- export interface BatchAccountGetOptionalParams
2202
- extends coreClient.OperationOptions {}
2203
-
2204
- /** Contains response data for the get operation. */
2205
- export type BatchAccountGetResponse = BatchAccount;
2206
-
2207
- /** Optional parameters. */
2208
- export interface BatchAccountListOptionalParams
2209
- extends coreClient.OperationOptions {}
2210
-
2211
- /** Contains response data for the list operation. */
2212
- export type BatchAccountListResponse = BatchAccountListResult;
2213
-
2214
- /** Optional parameters. */
2215
- export interface BatchAccountListByResourceGroupOptionalParams
2216
- extends coreClient.OperationOptions {}
2217
-
2218
- /** Contains response data for the listByResourceGroup operation. */
2219
- export type BatchAccountListByResourceGroupResponse = BatchAccountListResult;
2220
-
2221
- /** Optional parameters. */
2222
- export interface BatchAccountSynchronizeAutoStorageKeysOptionalParams
2223
- extends coreClient.OperationOptions {}
2224
-
2225
- /** Optional parameters. */
2226
- export interface BatchAccountRegenerateKeyOptionalParams
2227
- extends coreClient.OperationOptions {}
2228
-
2229
- /** Contains response data for the regenerateKey operation. */
2230
- export type BatchAccountRegenerateKeyResponse = BatchAccountKeys;
2231
-
2232
- /** Optional parameters. */
2233
- export interface BatchAccountGetKeysOptionalParams
2234
- extends coreClient.OperationOptions {}
2235
-
2236
- /** Contains response data for the getKeys operation. */
2237
- export type BatchAccountGetKeysResponse = BatchAccountKeys;
2238
-
2239
- /** Optional parameters. */
2240
- export interface BatchAccountListDetectorsOptionalParams
2241
- extends coreClient.OperationOptions {}
2242
-
2243
- /** Contains response data for the listDetectors operation. */
2244
- export type BatchAccountListDetectorsResponse = DetectorListResult;
2245
-
2246
- /** Optional parameters. */
2247
- export interface BatchAccountGetDetectorOptionalParams
2248
- extends coreClient.OperationOptions {}
2249
-
2250
- /** Contains response data for the getDetector operation. */
2251
- export type BatchAccountGetDetectorResponse = DetectorResponse;
2252
-
2253
- /** Optional parameters. */
2254
- export interface BatchAccountListOutboundNetworkDependenciesEndpointsOptionalParams
2255
- extends coreClient.OperationOptions {}
2256
-
2257
- /** Contains response data for the listOutboundNetworkDependenciesEndpoints operation. */
2258
- export type BatchAccountListOutboundNetworkDependenciesEndpointsResponse =
2259
- OutboundEnvironmentEndpointCollection;
2260
-
2261
- /** Optional parameters. */
2262
- export interface BatchAccountListNextOptionalParams
2263
- extends coreClient.OperationOptions {}
2264
-
2265
- /** Contains response data for the listNext operation. */
2266
- export type BatchAccountListNextResponse = BatchAccountListResult;
2267
-
2268
- /** Optional parameters. */
2269
- export interface BatchAccountListByResourceGroupNextOptionalParams
2270
- extends coreClient.OperationOptions {}
2271
-
2272
- /** Contains response data for the listByResourceGroupNext operation. */
2273
- export type BatchAccountListByResourceGroupNextResponse =
2274
- BatchAccountListResult;
2275
-
2276
- /** Optional parameters. */
2277
- export interface BatchAccountListDetectorsNextOptionalParams
2278
- extends coreClient.OperationOptions {}
2279
-
2280
- /** Contains response data for the listDetectorsNext operation. */
2281
- export type BatchAccountListDetectorsNextResponse = DetectorListResult;
2282
-
2283
- /** Optional parameters. */
2284
- export interface BatchAccountListOutboundNetworkDependenciesEndpointsNextOptionalParams
2285
- extends coreClient.OperationOptions {}
2286
-
2287
- /** Contains response data for the listOutboundNetworkDependenciesEndpointsNext operation. */
2288
- export type BatchAccountListOutboundNetworkDependenciesEndpointsNextResponse =
2289
- OutboundEnvironmentEndpointCollection;
2290
-
2291
- /** Optional parameters. */
2292
- export interface ApplicationPackageActivateOptionalParams
2293
- extends coreClient.OperationOptions {}
2294
-
2295
- /** Contains response data for the activate operation. */
2296
- export type ApplicationPackageActivateResponse = ApplicationPackage;
2297
-
2298
- /** Optional parameters. */
2299
- export interface ApplicationPackageCreateOptionalParams
2300
- extends coreClient.OperationOptions {
2301
- /** The parameters for the request. */
2302
- parameters?: ApplicationPackage;
2303
- }
2304
-
2305
- /** Contains response data for the create operation. */
2306
- export type ApplicationPackageCreateResponse = ApplicationPackage;
2307
-
2308
- /** Optional parameters. */
2309
- export interface ApplicationPackageDeleteOptionalParams
2310
- extends coreClient.OperationOptions {}
2311
-
2312
- /** Optional parameters. */
2313
- export interface ApplicationPackageGetOptionalParams
2314
- extends coreClient.OperationOptions {}
2315
-
2316
- /** Contains response data for the get operation. */
2317
- export type ApplicationPackageGetResponse = ApplicationPackage;
2318
-
2319
- /** Optional parameters. */
2320
- export interface ApplicationPackageListOptionalParams
2321
- extends coreClient.OperationOptions {
2322
- /** The maximum number of items to return in the response. */
2323
- maxresults?: number;
2324
- }
2325
-
2326
- /** Contains response data for the list operation. */
2327
- export type ApplicationPackageListResponse = ListApplicationPackagesResult;
2328
-
2329
- /** Optional parameters. */
2330
- export interface ApplicationPackageListNextOptionalParams
2331
- extends coreClient.OperationOptions {}
2332
-
2333
- /** Contains response data for the listNext operation. */
2334
- export type ApplicationPackageListNextResponse = ListApplicationPackagesResult;
2335
-
2336
- /** Optional parameters. */
2337
- export interface ApplicationCreateOptionalParams
2338
- extends coreClient.OperationOptions {
2339
- /** The parameters for the request. */
2340
- parameters?: Application;
2341
- }
2342
-
2343
- /** Contains response data for the create operation. */
2344
- export type ApplicationCreateResponse = Application;
2345
-
2346
- /** Optional parameters. */
2347
- export interface ApplicationDeleteOptionalParams
2348
- extends coreClient.OperationOptions {}
2349
-
2350
- /** Optional parameters. */
2351
- export interface ApplicationGetOptionalParams
2352
- extends coreClient.OperationOptions {}
2353
-
2354
- /** Contains response data for the get operation. */
2355
- export type ApplicationGetResponse = Application;
2356
-
2357
- /** Optional parameters. */
2358
- export interface ApplicationUpdateOptionalParams
2359
- extends coreClient.OperationOptions {}
2360
-
2361
- /** Contains response data for the update operation. */
2362
- export type ApplicationUpdateResponse = Application;
2363
-
2364
- /** Optional parameters. */
2365
- export interface ApplicationListOptionalParams
2366
- extends coreClient.OperationOptions {
2367
- /** The maximum number of items to return in the response. */
2368
- maxresults?: number;
2369
- }
2370
-
2371
- /** Contains response data for the list operation. */
2372
- export type ApplicationListResponse = ListApplicationsResult;
2373
-
2374
- /** Optional parameters. */
2375
- export interface ApplicationListNextOptionalParams
2376
- extends coreClient.OperationOptions {}
2377
-
2378
- /** Contains response data for the listNext operation. */
2379
- export type ApplicationListNextResponse = ListApplicationsResult;
2380
-
2381
- /** Optional parameters. */
2382
- export interface LocationGetQuotasOptionalParams
2383
- extends coreClient.OperationOptions {}
2384
-
2385
- /** Contains response data for the getQuotas operation. */
2386
- export type LocationGetQuotasResponse = BatchLocationQuota;
2387
-
2388
- /** Optional parameters. */
2389
- export interface LocationListSupportedVirtualMachineSkusOptionalParams
2390
- extends coreClient.OperationOptions {
2391
- /** The maximum number of items to return in the response. */
2392
- maxresults?: number;
2393
- /** OData filter expression. Valid properties for filtering are "familyName". */
2394
- filter?: string;
2395
- }
2396
-
2397
- /** Contains response data for the listSupportedVirtualMachineSkus operation. */
2398
- export type LocationListSupportedVirtualMachineSkusResponse =
2399
- SupportedSkusResult;
2400
-
2401
- /** Optional parameters. */
2402
- export interface LocationCheckNameAvailabilityOptionalParams
2403
- extends coreClient.OperationOptions {}
2404
-
2405
- /** Contains response data for the checkNameAvailability operation. */
2406
- export type LocationCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
2407
-
2408
- /** Optional parameters. */
2409
- export interface LocationListSupportedVirtualMachineSkusNextOptionalParams
2410
- extends coreClient.OperationOptions {}
2411
-
2412
- /** Contains response data for the listSupportedVirtualMachineSkusNext operation. */
2413
- export type LocationListSupportedVirtualMachineSkusNextResponse =
2414
- SupportedSkusResult;
2415
-
2416
- /** Optional parameters. */
2417
- export interface OperationsListOptionalParams
2418
- extends coreClient.OperationOptions {}
2419
-
2420
- /** Contains response data for the list operation. */
2421
- export type OperationsListResponse = OperationListResult;
2422
-
2423
- /** Optional parameters. */
2424
- export interface OperationsListNextOptionalParams
2425
- extends coreClient.OperationOptions {}
2426
-
2427
- /** Contains response data for the listNext operation. */
2428
- export type OperationsListNextResponse = OperationListResult;
2429
-
2430
- /** Optional parameters. */
2431
- export interface CertificateListByBatchAccountOptionalParams
2432
- extends coreClient.OperationOptions {
2433
- /** The maximum number of items to return in the response. */
2434
- maxresults?: number;
2435
- /** OData filter expression. Valid properties for filtering are "properties/provisioningState", "properties/provisioningStateTransitionTime", "name". */
2436
- filter?: string;
2437
- /** Comma separated list of properties that should be returned. e.g. "properties/provisioningState". Only top level properties under properties/ are valid for selection. */
2438
- select?: string;
2439
- }
2440
-
2441
- /** Contains response data for the listByBatchAccount operation. */
2442
- export type CertificateListByBatchAccountResponse = ListCertificatesResult;
2443
-
2444
- /** Optional parameters. */
2445
- export interface CertificateCreateOptionalParams
2446
- extends coreClient.OperationOptions {
2447
- /** 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. */
2448
- ifMatch?: string;
2449
- /** Set to '*' to allow a new certificate to be created, but to prevent updating an existing certificate. Other values will be ignored. */
2450
- ifNoneMatch?: string;
2451
- }
2452
-
2453
- /** Contains response data for the create operation. */
2454
- export type CertificateCreateResponse = CertificateCreateHeaders & Certificate;
2455
-
2456
- /** Optional parameters. */
2457
- export interface CertificateUpdateOptionalParams
2458
- extends coreClient.OperationOptions {
2459
- /** The entity state (ETag) version of the certificate to update. This value can be omitted or set to "*" to apply the operation unconditionally. */
2460
- ifMatch?: string;
2461
- }
2462
-
2463
- /** Contains response data for the update operation. */
2464
- export type CertificateUpdateResponse = CertificateUpdateHeaders & Certificate;
2465
-
2466
- /** Optional parameters. */
2467
- export interface CertificateDeleteOptionalParams
2468
- extends coreClient.OperationOptions {
2469
- /** Delay to wait until next poll, in milliseconds. */
2470
- updateIntervalInMs?: number;
2471
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2472
- resumeFrom?: string;
2473
- }
2474
-
2475
- /** Optional parameters. */
2476
- export interface CertificateGetOptionalParams
2477
- extends coreClient.OperationOptions {}
2478
-
2479
- /** Contains response data for the get operation. */
2480
- export type CertificateGetResponse = CertificateGetHeaders & Certificate;
2481
-
2482
- /** Optional parameters. */
2483
- export interface CertificateCancelDeletionOptionalParams
2484
- extends coreClient.OperationOptions {}
2485
-
2486
- /** Contains response data for the cancelDeletion operation. */
2487
- export type CertificateCancelDeletionResponse =
2488
- CertificateCancelDeletionHeaders & Certificate;
2489
-
2490
- /** Optional parameters. */
2491
- export interface CertificateListByBatchAccountNextOptionalParams
2492
- extends coreClient.OperationOptions {}
2493
-
2494
- /** Contains response data for the listByBatchAccountNext operation. */
2495
- export type CertificateListByBatchAccountNextResponse = ListCertificatesResult;
2496
-
2497
- /** Optional parameters. */
2498
- export interface PrivateLinkResourceListByBatchAccountOptionalParams
2499
- extends coreClient.OperationOptions {
2500
- /** The maximum number of items to return in the response. */
2501
- maxresults?: number;
2502
- }
2503
-
2504
- /** Contains response data for the listByBatchAccount operation. */
2505
- export type PrivateLinkResourceListByBatchAccountResponse =
2506
- ListPrivateLinkResourcesResult;
2507
-
2508
- /** Optional parameters. */
2509
- export interface PrivateLinkResourceGetOptionalParams
2510
- extends coreClient.OperationOptions {}
2511
-
2512
- /** Contains response data for the get operation. */
2513
- export type PrivateLinkResourceGetResponse = PrivateLinkResource;
2514
-
2515
- /** Optional parameters. */
2516
- export interface PrivateLinkResourceListByBatchAccountNextOptionalParams
2517
- extends coreClient.OperationOptions {}
2518
-
2519
- /** Contains response data for the listByBatchAccountNext operation. */
2520
- export type PrivateLinkResourceListByBatchAccountNextResponse =
2521
- ListPrivateLinkResourcesResult;
2522
-
2523
- /** Optional parameters. */
2524
- export interface PrivateEndpointConnectionListByBatchAccountOptionalParams
2525
- extends coreClient.OperationOptions {
2526
- /** The maximum number of items to return in the response. */
2527
- maxresults?: number;
2528
- }
2529
-
2530
- /** Contains response data for the listByBatchAccount operation. */
2531
- export type PrivateEndpointConnectionListByBatchAccountResponse =
2532
- ListPrivateEndpointConnectionsResult;
2533
-
2534
- /** Optional parameters. */
2535
- export interface PrivateEndpointConnectionGetOptionalParams
2536
- extends coreClient.OperationOptions {}
2537
-
2538
- /** Contains response data for the get operation. */
2539
- export type PrivateEndpointConnectionGetResponse = PrivateEndpointConnection;
2540
-
2541
- /** Optional parameters. */
2542
- export interface PrivateEndpointConnectionUpdateOptionalParams
2543
- extends coreClient.OperationOptions {
2544
- /** The state (ETag) version of the private endpoint connection to update. This value can be omitted or set to "*" to apply the operation unconditionally. */
2545
- ifMatch?: string;
2546
- /** Delay to wait until next poll, in milliseconds. */
2547
- updateIntervalInMs?: number;
2548
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2549
- resumeFrom?: string;
2550
- }
2551
-
2552
- /** Contains response data for the update operation. */
2553
- export type PrivateEndpointConnectionUpdateResponse = PrivateEndpointConnection;
2554
-
2555
- /** Optional parameters. */
2556
- export interface PrivateEndpointConnectionDeleteOptionalParams
2557
- extends coreClient.OperationOptions {
2558
- /** Delay to wait until next poll, in milliseconds. */
2559
- updateIntervalInMs?: number;
2560
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2561
- resumeFrom?: string;
2562
- }
2563
-
2564
- /** Contains response data for the delete operation. */
2565
- export type PrivateEndpointConnectionDeleteResponse =
2566
- PrivateEndpointConnectionDeleteHeaders;
2567
-
2568
- /** Optional parameters. */
2569
- export interface PrivateEndpointConnectionListByBatchAccountNextOptionalParams
2570
- extends coreClient.OperationOptions {}
2571
-
2572
- /** Contains response data for the listByBatchAccountNext operation. */
2573
- export type PrivateEndpointConnectionListByBatchAccountNextResponse =
2574
- ListPrivateEndpointConnectionsResult;
2575
-
2576
- /** Optional parameters. */
2577
- export interface PoolListByBatchAccountOptionalParams
2578
- extends coreClient.OperationOptions {
2579
- /** The maximum number of items to return in the response. */
2580
- maxresults?: number;
2581
- /**
2582
- * OData filter expression. Valid properties for filtering are:
2583
- *
2584
- * name
2585
- * properties/allocationState
2586
- * properties/allocationStateTransitionTime
2587
- * properties/creationTime
2588
- * properties/provisioningState
2589
- * properties/provisioningStateTransitionTime
2590
- * properties/lastModified
2591
- * properties/vmSize
2592
- * properties/interNodeCommunication
2593
- * properties/scaleSettings/autoScale
2594
- * properties/scaleSettings/fixedScale
2595
- */
2596
- filter?: string;
2597
- /** Comma separated list of properties that should be returned. e.g. "properties/provisioningState". Only top level properties under properties/ are valid for selection. */
2598
- select?: string;
2599
- }
2600
-
2601
- /** Contains response data for the listByBatchAccount operation. */
2602
- export type PoolListByBatchAccountResponse = ListPoolsResult;
2603
-
2604
- /** Optional parameters. */
2605
- export interface PoolCreateOptionalParams extends coreClient.OperationOptions {
2606
- /** 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. */
2607
- ifMatch?: string;
2608
- /** Set to '*' to allow a new pool to be created, but to prevent updating an existing pool. Other values will be ignored. */
2609
- ifNoneMatch?: string;
2610
- }
2611
-
2612
- /** Contains response data for the create operation. */
2613
- export type PoolCreateResponse = PoolCreateHeaders & Pool;
2614
-
2615
- /** Optional parameters. */
2616
- export interface PoolUpdateOptionalParams extends coreClient.OperationOptions {
2617
- /** The entity state (ETag) version of the pool to update. This value can be omitted or set to "*" to apply the operation unconditionally. */
2618
- ifMatch?: string;
2619
- }
2620
-
2621
- /** Contains response data for the update operation. */
2622
- export type PoolUpdateResponse = PoolUpdateHeaders & Pool;
2623
-
2624
- /** Optional parameters. */
2625
- export interface PoolDeleteOptionalParams extends coreClient.OperationOptions {
2626
- /** Delay to wait until next poll, in milliseconds. */
2627
- updateIntervalInMs?: number;
2628
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2629
- resumeFrom?: string;
2630
- }
2631
-
2632
- /** Optional parameters. */
2633
- export interface PoolGetOptionalParams extends coreClient.OperationOptions {}
2634
-
2635
- /** Contains response data for the get operation. */
2636
- export type PoolGetResponse = PoolGetHeaders & Pool;
2637
-
2638
- /** Optional parameters. */
2639
- export interface PoolDisableAutoScaleOptionalParams
2640
- extends coreClient.OperationOptions {}
2641
-
2642
- /** Contains response data for the disableAutoScale operation. */
2643
- export type PoolDisableAutoScaleResponse = PoolDisableAutoScaleHeaders & Pool;
2644
-
2645
- /** Optional parameters. */
2646
- export interface PoolStopResizeOptionalParams
2647
- extends coreClient.OperationOptions {}
2648
-
2649
- /** Contains response data for the stopResize operation. */
2650
- export type PoolStopResizeResponse = PoolStopResizeHeaders & Pool;
2651
-
2652
- /** Optional parameters. */
2653
- export interface PoolListByBatchAccountNextOptionalParams
2654
- extends coreClient.OperationOptions {}
2655
-
2656
- /** Contains response data for the listByBatchAccountNext operation. */
2657
- export type PoolListByBatchAccountNextResponse = ListPoolsResult;
2658
-
2659
- /** Optional parameters. */
2660
- export interface NetworkSecurityPerimeterListConfigurationsOptionalParams
2661
- extends coreClient.OperationOptions {}
2662
-
2663
- /** Contains response data for the listConfigurations operation. */
2664
- export type NetworkSecurityPerimeterListConfigurationsResponse =
2665
- NetworkSecurityPerimeterConfigurationListResult;
2666
-
2667
- /** Optional parameters. */
2668
- export interface NetworkSecurityPerimeterGetConfigurationOptionalParams
2669
- extends coreClient.OperationOptions {}
2670
-
2671
- /** Contains response data for the getConfiguration operation. */
2672
- export type NetworkSecurityPerimeterGetConfigurationResponse =
2673
- NetworkSecurityPerimeterConfiguration;
2674
-
2675
- /** Optional parameters. */
2676
- export interface NetworkSecurityPerimeterReconcileConfigurationOptionalParams
2677
- extends coreClient.OperationOptions {
2678
- /** Delay to wait until next poll, in milliseconds. */
2679
- updateIntervalInMs?: number;
2680
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2681
- resumeFrom?: string;
2682
- }
2683
-
2684
- /** Contains response data for the reconcileConfiguration operation. */
2685
- export type NetworkSecurityPerimeterReconcileConfigurationResponse =
2686
- NetworkSecurityPerimeterReconcileConfigurationHeaders;
2687
-
2688
- /** Optional parameters. */
2689
- export interface NetworkSecurityPerimeterListConfigurationsNextOptionalParams
2690
- extends coreClient.OperationOptions {}
2691
-
2692
- /** Contains response data for the listConfigurationsNext operation. */
2693
- export type NetworkSecurityPerimeterListConfigurationsNextResponse =
2694
- NetworkSecurityPerimeterConfigurationListResult;
2695
-
2696
- /** Optional parameters. */
2697
- export interface BatchManagementClientOptionalParams
2698
- extends coreClient.ServiceClientOptions {
2699
- /** server parameter */
2700
- $host?: string;
2701
- /** Api Version */
2702
- apiVersion?: string;
2703
- /** Overrides client endpoint. */
2704
- endpoint?: string;
2705
- }