@azure/arm-loadtesting 1.0.1-alpha.20250210.1 → 1.0.1-alpha.20250212.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 (342) hide show
  1. package/README.md +63 -35
  2. package/dist/browser/index.d.ts +5 -0
  3. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  4. package/{dist-esm/src → dist/browser}/index.js +4 -4
  5. package/dist/browser/index.js.map +1 -0
  6. package/{dist-esm/src → dist/browser}/loadTestClient.d.ts +2 -2
  7. package/dist/browser/loadTestClient.d.ts.map +1 -0
  8. package/{dist-esm/src → dist/browser}/loadTestClient.js +15 -18
  9. package/dist/browser/loadTestClient.js.map +1 -0
  10. package/dist/browser/lroImpl.js +25 -0
  11. package/dist/browser/lroImpl.js.map +1 -0
  12. package/dist/browser/models/index.js.map +1 -0
  13. package/dist/browser/models/mappers.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  15. package/dist/browser/models/parameters.js.map +1 -0
  16. package/dist/browser/operations/index.d.ts +4 -0
  17. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  18. package/{dist-esm/src → dist/browser}/operations/index.js +3 -3
  19. package/dist/browser/operations/index.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/loadTests.d.ts +3 -3
  21. package/dist/browser/operations/loadTests.d.ts.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/loadTests.js +109 -121
  23. package/dist/browser/operations/loadTests.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  25. package/dist/browser/operations/operations.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  27. package/dist/browser/operations/operations.js.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/quotas.d.ts +3 -3
  29. package/dist/browser/operations/quotas.d.ts.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/quotas.js +3 -3
  31. package/dist/browser/operations/quotas.js.map +1 -0
  32. package/dist/browser/operationsInterfaces/index.d.ts +4 -0
  33. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  34. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +3 -3
  35. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operationsInterfaces/loadTests.d.ts +1 -1
  37. package/dist/browser/operationsInterfaces/loadTests.d.ts.map +1 -0
  38. package/dist/browser/operationsInterfaces/loadTests.js.map +1 -0
  39. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  40. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  41. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  42. package/{dist-esm/src → dist/browser}/operationsInterfaces/quotas.d.ts +1 -1
  43. package/dist/browser/operationsInterfaces/quotas.d.ts.map +1 -0
  44. package/dist/browser/operationsInterfaces/quotas.js.map +1 -0
  45. package/dist/browser/package.json +3 -0
  46. package/dist/browser/pagingHelper.js.map +1 -0
  47. package/dist/commonjs/index.d.ts +5 -0
  48. package/dist/commonjs/index.d.ts.map +1 -0
  49. package/dist/commonjs/index.js +19 -0
  50. package/dist/commonjs/index.js.map +1 -0
  51. package/dist/commonjs/loadTestClient.d.ts +22 -0
  52. package/dist/commonjs/loadTestClient.d.ts.map +1 -0
  53. package/dist/commonjs/loadTestClient.js +104 -0
  54. package/dist/commonjs/loadTestClient.js.map +1 -0
  55. package/dist/commonjs/lroImpl.d.ts +16 -0
  56. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  57. package/dist/commonjs/lroImpl.js +29 -0
  58. package/dist/commonjs/lroImpl.js.map +1 -0
  59. package/{types/arm-loadtesting.d.ts → dist/commonjs/models/index.d.ts} +568 -781
  60. package/dist/commonjs/models/index.d.ts.map +1 -0
  61. package/dist/commonjs/models/index.js +71 -0
  62. package/dist/commonjs/models/index.js.map +1 -0
  63. package/dist/commonjs/models/mappers.d.ts +30 -0
  64. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  65. package/dist/commonjs/models/mappers.js +803 -0
  66. package/dist/commonjs/models/mappers.js.map +1 -0
  67. package/dist/commonjs/models/parameters.d.ts +15 -0
  68. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  69. package/dist/commonjs/models/parameters.js +139 -0
  70. package/dist/commonjs/models/parameters.js.map +1 -0
  71. package/dist/commonjs/operations/index.d.ts +4 -0
  72. package/dist/commonjs/operations/index.d.ts.map +1 -0
  73. package/dist/commonjs/operations/index.js +14 -0
  74. package/dist/commonjs/operations/index.js.map +1 -0
  75. package/dist/commonjs/operations/loadTests.d.ts +132 -0
  76. package/dist/commonjs/operations/loadTests.d.ts.map +1 -0
  77. package/dist/commonjs/operations/loadTests.js +656 -0
  78. package/dist/commonjs/operations/loadTests.js.map +1 -0
  79. package/dist/commonjs/operations/operations.d.ts +32 -0
  80. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  81. package/dist/commonjs/operations/operations.js +137 -0
  82. package/dist/commonjs/operations/operations.js.map +1 -0
  83. package/dist/commonjs/operations/quotas.d.ts +50 -0
  84. package/dist/commonjs/operations/quotas.d.ts.map +1 -0
  85. package/dist/commonjs/operations/quotas.js +212 -0
  86. package/dist/commonjs/operations/quotas.js.map +1 -0
  87. package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
  88. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  89. package/dist/commonjs/operationsInterfaces/index.js +14 -0
  90. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  91. package/dist/commonjs/operationsInterfaces/loadTests.d.ts +78 -0
  92. package/dist/commonjs/operationsInterfaces/loadTests.d.ts.map +1 -0
  93. package/dist/commonjs/operationsInterfaces/loadTests.js +10 -0
  94. package/dist/commonjs/operationsInterfaces/loadTests.js.map +1 -0
  95. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  96. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  97. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  98. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  99. package/dist/commonjs/operationsInterfaces/quotas.d.ts +27 -0
  100. package/dist/commonjs/operationsInterfaces/quotas.d.ts.map +1 -0
  101. package/dist/commonjs/operationsInterfaces/quotas.js +10 -0
  102. package/dist/commonjs/operationsInterfaces/quotas.js.map +1 -0
  103. package/dist/commonjs/package.json +3 -0
  104. package/dist/commonjs/pagingHelper.d.ts +13 -0
  105. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  106. package/dist/commonjs/pagingHelper.js +36 -0
  107. package/dist/commonjs/pagingHelper.js.map +1 -0
  108. package/dist/esm/index.d.ts +5 -0
  109. package/dist/esm/index.d.ts.map +1 -0
  110. package/{src/index.ts → dist/esm/index.js} +5 -5
  111. package/dist/esm/index.js.map +1 -0
  112. package/dist/esm/loadTestClient.d.ts +22 -0
  113. package/dist/esm/loadTestClient.d.ts.map +1 -0
  114. package/dist/esm/loadTestClient.js +99 -0
  115. package/dist/esm/loadTestClient.js.map +1 -0
  116. package/dist/esm/lroImpl.d.ts +16 -0
  117. package/dist/esm/lroImpl.d.ts.map +1 -0
  118. package/dist/esm/lroImpl.js +25 -0
  119. package/dist/esm/lroImpl.js.map +1 -0
  120. package/dist/esm/models/index.d.ts +568 -0
  121. package/dist/esm/models/index.d.ts.map +1 -0
  122. package/dist/esm/models/index.js +68 -0
  123. package/dist/esm/models/index.js.map +1 -0
  124. package/dist/esm/models/mappers.d.ts +30 -0
  125. package/dist/esm/models/mappers.d.ts.map +1 -0
  126. package/dist/esm/models/mappers.js +800 -0
  127. package/dist/esm/models/mappers.js.map +1 -0
  128. package/dist/esm/models/parameters.d.ts +15 -0
  129. package/dist/esm/models/parameters.d.ts.map +1 -0
  130. package/dist/esm/models/parameters.js +136 -0
  131. package/dist/esm/models/parameters.js.map +1 -0
  132. package/dist/esm/operations/index.d.ts +4 -0
  133. package/dist/esm/operations/index.d.ts.map +1 -0
  134. package/dist/esm/operations/index.js +11 -0
  135. package/dist/esm/operations/index.js.map +1 -0
  136. package/dist/esm/operations/loadTests.d.ts +132 -0
  137. package/dist/esm/operations/loadTests.d.ts.map +1 -0
  138. package/dist/esm/operations/loadTests.js +652 -0
  139. package/dist/esm/operations/loadTests.js.map +1 -0
  140. package/dist/esm/operations/operations.d.ts +32 -0
  141. package/dist/esm/operations/operations.d.ts.map +1 -0
  142. package/dist/esm/operations/operations.js +133 -0
  143. package/dist/esm/operations/operations.js.map +1 -0
  144. package/dist/esm/operations/quotas.d.ts +50 -0
  145. package/dist/esm/operations/quotas.d.ts.map +1 -0
  146. package/dist/esm/operations/quotas.js +208 -0
  147. package/dist/esm/operations/quotas.js.map +1 -0
  148. package/dist/esm/operationsInterfaces/index.d.ts +4 -0
  149. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  150. package/dist/esm/operationsInterfaces/index.js +11 -0
  151. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  152. package/dist/esm/operationsInterfaces/loadTests.d.ts +78 -0
  153. package/dist/esm/operationsInterfaces/loadTests.d.ts.map +1 -0
  154. package/{src/operations/index.ts → dist/esm/operationsInterfaces/loadTests.js} +2 -4
  155. package/dist/esm/operationsInterfaces/loadTests.js.map +1 -0
  156. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  157. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  158. package/dist/esm/operationsInterfaces/operations.js +9 -0
  159. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  160. package/dist/esm/operationsInterfaces/quotas.d.ts +27 -0
  161. package/dist/esm/operationsInterfaces/quotas.d.ts.map +1 -0
  162. package/dist/esm/operationsInterfaces/quotas.js +9 -0
  163. package/dist/esm/operationsInterfaces/quotas.js.map +1 -0
  164. package/dist/esm/package.json +3 -0
  165. package/dist/esm/pagingHelper.d.ts +13 -0
  166. package/dist/esm/pagingHelper.d.ts.map +1 -0
  167. package/dist/esm/pagingHelper.js +32 -0
  168. package/dist/esm/pagingHelper.js.map +1 -0
  169. package/dist/react-native/index.d.ts +5 -0
  170. package/dist/react-native/index.d.ts.map +1 -0
  171. package/dist/react-native/index.js +13 -0
  172. package/dist/react-native/index.js.map +1 -0
  173. package/dist/react-native/loadTestClient.d.ts +22 -0
  174. package/dist/react-native/loadTestClient.d.ts.map +1 -0
  175. package/dist/react-native/loadTestClient.js +99 -0
  176. package/dist/react-native/loadTestClient.js.map +1 -0
  177. package/dist/react-native/lroImpl.d.ts +16 -0
  178. package/dist/react-native/lroImpl.d.ts.map +1 -0
  179. package/dist/react-native/lroImpl.js +25 -0
  180. package/dist/react-native/lroImpl.js.map +1 -0
  181. package/dist/react-native/models/index.d.ts +568 -0
  182. package/dist/react-native/models/index.d.ts.map +1 -0
  183. package/dist/react-native/models/index.js +68 -0
  184. package/dist/react-native/models/index.js.map +1 -0
  185. package/dist/react-native/models/mappers.d.ts +30 -0
  186. package/dist/react-native/models/mappers.d.ts.map +1 -0
  187. package/dist/react-native/models/mappers.js +800 -0
  188. package/dist/react-native/models/mappers.js.map +1 -0
  189. package/dist/react-native/models/parameters.d.ts +15 -0
  190. package/dist/react-native/models/parameters.d.ts.map +1 -0
  191. package/dist/react-native/models/parameters.js +136 -0
  192. package/dist/react-native/models/parameters.js.map +1 -0
  193. package/dist/react-native/operations/index.d.ts +4 -0
  194. package/dist/react-native/operations/index.d.ts.map +1 -0
  195. package/dist/react-native/operations/index.js +11 -0
  196. package/dist/react-native/operations/index.js.map +1 -0
  197. package/dist/react-native/operations/loadTests.d.ts +132 -0
  198. package/dist/react-native/operations/loadTests.d.ts.map +1 -0
  199. package/dist/react-native/operations/loadTests.js +652 -0
  200. package/dist/react-native/operations/loadTests.js.map +1 -0
  201. package/dist/react-native/operations/operations.d.ts +32 -0
  202. package/dist/react-native/operations/operations.d.ts.map +1 -0
  203. package/dist/react-native/operations/operations.js +133 -0
  204. package/dist/react-native/operations/operations.js.map +1 -0
  205. package/dist/react-native/operations/quotas.d.ts +50 -0
  206. package/dist/react-native/operations/quotas.d.ts.map +1 -0
  207. package/dist/react-native/operations/quotas.js +208 -0
  208. package/dist/react-native/operations/quotas.js.map +1 -0
  209. package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
  210. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  211. package/dist/react-native/operationsInterfaces/index.js +11 -0
  212. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  213. package/dist/react-native/operationsInterfaces/loadTests.d.ts +78 -0
  214. package/dist/react-native/operationsInterfaces/loadTests.d.ts.map +1 -0
  215. package/dist/react-native/operationsInterfaces/loadTests.js +9 -0
  216. package/dist/react-native/operationsInterfaces/loadTests.js.map +1 -0
  217. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  218. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  219. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  220. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  221. package/dist/react-native/operationsInterfaces/quotas.d.ts +27 -0
  222. package/dist/react-native/operationsInterfaces/quotas.d.ts.map +1 -0
  223. package/dist/react-native/operationsInterfaces/quotas.js +9 -0
  224. package/dist/react-native/operationsInterfaces/quotas.js.map +1 -0
  225. package/dist/react-native/package.json +3 -0
  226. package/dist/react-native/pagingHelper.d.ts +13 -0
  227. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  228. package/dist/react-native/pagingHelper.js +32 -0
  229. package/dist/react-native/pagingHelper.js.map +1 -0
  230. package/package.json +69 -40
  231. package/dist/index.js +0 -2213
  232. package/dist/index.js.map +0 -1
  233. package/dist/index.min.js +0 -1
  234. package/dist/index.min.js.map +0 -1
  235. package/dist-esm/samples-dev/loadTestsCreateOrUpdateSample.d.ts +0 -2
  236. package/dist-esm/samples-dev/loadTestsCreateOrUpdateSample.d.ts.map +0 -1
  237. package/dist-esm/samples-dev/loadTestsCreateOrUpdateSample.js +0 -47
  238. package/dist-esm/samples-dev/loadTestsCreateOrUpdateSample.js.map +0 -1
  239. package/dist-esm/samples-dev/loadTestsDeleteSample.d.ts +0 -2
  240. package/dist-esm/samples-dev/loadTestsDeleteSample.d.ts.map +0 -1
  241. package/dist-esm/samples-dev/loadTestsDeleteSample.js +0 -36
  242. package/dist-esm/samples-dev/loadTestsDeleteSample.js.map +0 -1
  243. package/dist-esm/samples-dev/loadTestsGetSample.d.ts +0 -2
  244. package/dist-esm/samples-dev/loadTestsGetSample.d.ts.map +0 -1
  245. package/dist-esm/samples-dev/loadTestsGetSample.js +0 -36
  246. package/dist-esm/samples-dev/loadTestsGetSample.js.map +0 -1
  247. package/dist-esm/samples-dev/loadTestsListByResourceGroupSample.d.ts +0 -2
  248. package/dist-esm/samples-dev/loadTestsListByResourceGroupSample.d.ts.map +0 -1
  249. package/dist-esm/samples-dev/loadTestsListByResourceGroupSample.js +0 -51
  250. package/dist-esm/samples-dev/loadTestsListByResourceGroupSample.js.map +0 -1
  251. package/dist-esm/samples-dev/loadTestsListBySubscriptionSample.d.ts +0 -2
  252. package/dist-esm/samples-dev/loadTestsListBySubscriptionSample.d.ts.map +0 -1
  253. package/dist-esm/samples-dev/loadTestsListBySubscriptionSample.js +0 -50
  254. package/dist-esm/samples-dev/loadTestsListBySubscriptionSample.js.map +0 -1
  255. package/dist-esm/samples-dev/loadTestsListOutboundNetworkDependenciesEndpointsSample.d.ts +0 -2
  256. package/dist-esm/samples-dev/loadTestsListOutboundNetworkDependenciesEndpointsSample.d.ts.map +0 -1
  257. package/dist-esm/samples-dev/loadTestsListOutboundNetworkDependenciesEndpointsSample.js +0 -52
  258. package/dist-esm/samples-dev/loadTestsListOutboundNetworkDependenciesEndpointsSample.js.map +0 -1
  259. package/dist-esm/samples-dev/loadTestsUpdateSample.d.ts +0 -2
  260. package/dist-esm/samples-dev/loadTestsUpdateSample.d.ts.map +0 -1
  261. package/dist-esm/samples-dev/loadTestsUpdateSample.js +0 -43
  262. package/dist-esm/samples-dev/loadTestsUpdateSample.js.map +0 -1
  263. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  264. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  265. package/dist-esm/samples-dev/operationsListSample.js +0 -50
  266. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  267. package/dist-esm/samples-dev/quotasCheckAvailabilitySample.d.ts +0 -2
  268. package/dist-esm/samples-dev/quotasCheckAvailabilitySample.d.ts.map +0 -1
  269. package/dist-esm/samples-dev/quotasCheckAvailabilitySample.js +0 -35
  270. package/dist-esm/samples-dev/quotasCheckAvailabilitySample.js.map +0 -1
  271. package/dist-esm/samples-dev/quotasGetSample.d.ts +0 -2
  272. package/dist-esm/samples-dev/quotasGetSample.d.ts.map +0 -1
  273. package/dist-esm/samples-dev/quotasGetSample.js +0 -36
  274. package/dist-esm/samples-dev/quotasGetSample.js.map +0 -1
  275. package/dist-esm/samples-dev/quotasListSample.d.ts +0 -2
  276. package/dist-esm/samples-dev/quotasListSample.d.ts.map +0 -1
  277. package/dist-esm/samples-dev/quotasListSample.js +0 -51
  278. package/dist-esm/samples-dev/quotasListSample.js.map +0 -1
  279. package/dist-esm/src/index.d.ts +0 -5
  280. package/dist-esm/src/index.js.map +0 -1
  281. package/dist-esm/src/loadTestClient.d.ts.map +0 -1
  282. package/dist-esm/src/loadTestClient.js.map +0 -1
  283. package/dist-esm/src/lroImpl.js +0 -29
  284. package/dist-esm/src/lroImpl.js.map +0 -1
  285. package/dist-esm/src/models/index.js.map +0 -1
  286. package/dist-esm/src/models/mappers.js.map +0 -1
  287. package/dist-esm/src/models/parameters.js.map +0 -1
  288. package/dist-esm/src/operations/index.d.ts +0 -4
  289. package/dist-esm/src/operations/index.js.map +0 -1
  290. package/dist-esm/src/operations/loadTests.d.ts.map +0 -1
  291. package/dist-esm/src/operations/loadTests.js.map +0 -1
  292. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  293. package/dist-esm/src/operations/operations.js.map +0 -1
  294. package/dist-esm/src/operations/quotas.d.ts.map +0 -1
  295. package/dist-esm/src/operations/quotas.js.map +0 -1
  296. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
  297. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  298. package/dist-esm/src/operationsInterfaces/loadTests.d.ts.map +0 -1
  299. package/dist-esm/src/operationsInterfaces/loadTests.js.map +0 -1
  300. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  301. package/dist-esm/src/operationsInterfaces/quotas.d.ts.map +0 -1
  302. package/dist-esm/src/operationsInterfaces/quotas.js.map +0 -1
  303. package/dist-esm/src/pagingHelper.js.map +0 -1
  304. package/dist-esm/test/loadtesting_quota_operations.spec.d.ts +0 -2
  305. package/dist-esm/test/loadtesting_quota_operations.spec.d.ts.map +0 -1
  306. package/dist-esm/test/loadtesting_quota_operations.spec.js +0 -121
  307. package/dist-esm/test/loadtesting_quota_operations.spec.js.map +0 -1
  308. package/dist-esm/test/loadtesting_resource_operations.spec.d.ts +0 -4
  309. package/dist-esm/test/loadtesting_resource_operations.spec.d.ts.map +0 -1
  310. package/dist-esm/test/loadtesting_resource_operations.spec.js +0 -121
  311. package/dist-esm/test/loadtesting_resource_operations.spec.js.map +0 -1
  312. package/src/loadTestClient.ts +0 -144
  313. package/src/lroImpl.ts +0 -34
  314. package/src/models/index.ts +0 -645
  315. package/src/models/mappers.ts +0 -855
  316. package/src/models/parameters.ts +0 -158
  317. package/src/operations/loadTests.ts +0 -884
  318. package/src/operations/operations.ts +0 -149
  319. package/src/operations/quotas.ts +0 -257
  320. package/src/operationsInterfaces/index.ts +0 -11
  321. package/src/operationsInterfaces/loadTests.ts +0 -152
  322. package/src/operationsInterfaces/operations.ts +0 -22
  323. package/src/operationsInterfaces/quotas.ts +0 -56
  324. package/src/pagingHelper.ts +0 -39
  325. package/tsconfig.json +0 -33
  326. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  327. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  328. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  329. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  330. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  331. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  332. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  333. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  334. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  335. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  336. /package/{dist-esm/src → dist/browser}/operationsInterfaces/loadTests.js +0 -0
  337. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  338. /package/{dist-esm/src → dist/browser}/operationsInterfaces/quotas.js +0 -0
  339. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  340. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  341. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  342. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -1,781 +1,568 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
- import { PollerLike } from '@azure/core-lro';
5
- import { PollOperationState } from '@azure/core-lro';
6
-
7
- /**
8
- * Defines values for ActionType. \
9
- * {@link KnownActionType} can be used interchangeably with ActionType,
10
- * this enum contains the known values that the service supports.
11
- * ### Known values supported by the service
12
- * **Internal**
13
- */
14
- export declare type ActionType = string;
15
-
16
- /** Check quota availability response object. */
17
- export declare interface CheckQuotaAvailabilityResponse extends Resource {
18
- /** True/False indicating whether the quota request be granted based on availability. */
19
- isAvailable?: boolean;
20
- /** Message indicating additional details to add to quota support request. */
21
- availabilityStatus?: string;
22
- }
23
-
24
- /**
25
- * Defines values for CreatedByType. \
26
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
27
- * this enum contains the known values that the service supports.
28
- * ### Known values supported by the service
29
- * **User** \
30
- * **Application** \
31
- * **ManagedIdentity** \
32
- * **Key**
33
- */
34
- export declare type CreatedByType = string;
35
-
36
- /** Key and identity details for Customer Managed Key encryption of load test resource */
37
- export declare interface EncryptionProperties {
38
- /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
39
- identity?: EncryptionPropertiesIdentity;
40
- /** key encryption key Url, versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek. */
41
- keyUrl?: string;
42
- }
43
-
44
- /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
45
- export declare interface EncryptionPropertiesIdentity {
46
- /** Managed identity type to use for accessing encryption key Url */
47
- type?: Type;
48
- /** user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId */
49
- resourceId?: string;
50
- }
51
-
52
- /** A domain name and connection details used to access a dependency. */
53
- export declare interface EndpointDependency {
54
- /**
55
- * The domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard.
56
- * NOTE: This property will not be serialized. It can only be populated by the server.
57
- */
58
- readonly domainName?: string;
59
- /**
60
- * Human-readable supplemental information about the dependency and when it is applicable.
61
- * NOTE: This property will not be serialized. It can only be populated by the server.
62
- */
63
- readonly description?: string;
64
- /**
65
- * The list of connection details for this endpoint.
66
- * NOTE: This property will not be serialized. It can only be populated by the server.
67
- */
68
- readonly endpointDetails?: EndpointDetail[];
69
- }
70
-
71
- /** Details about the connection between the Batch service and the endpoint. */
72
- export declare interface EndpointDetail {
73
- /**
74
- * The port an endpoint is connected to.
75
- * NOTE: This property will not be serialized. It can only be populated by the server.
76
- */
77
- readonly port?: number;
78
- }
79
-
80
- /** The resource management error additional info. */
81
- export declare interface ErrorAdditionalInfo {
82
- /**
83
- * The additional info type.
84
- * NOTE: This property will not be serialized. It can only be populated by the server.
85
- */
86
- readonly type?: string;
87
- /**
88
- * The additional info.
89
- * NOTE: This property will not be serialized. It can only be populated by the server.
90
- */
91
- readonly info?: Record<string, unknown>;
92
- }
93
-
94
- /** The error detail. */
95
- export declare interface ErrorDetail {
96
- /**
97
- * The error code.
98
- * NOTE: This property will not be serialized. It can only be populated by the server.
99
- */
100
- readonly code?: string;
101
- /**
102
- * The error message.
103
- * NOTE: This property will not be serialized. It can only be populated by the server.
104
- */
105
- readonly message?: string;
106
- /**
107
- * The error target.
108
- * NOTE: This property will not be serialized. It can only be populated by the server.
109
- */
110
- readonly target?: string;
111
- /**
112
- * The error details.
113
- * NOTE: This property will not be serialized. It can only be populated by the server.
114
- */
115
- readonly details?: ErrorDetail[];
116
- /**
117
- * The error additional info.
118
- * NOTE: This property will not be serialized. It can only be populated by the server.
119
- */
120
- readonly additionalInfo?: ErrorAdditionalInfo[];
121
- }
122
-
123
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
124
- export declare interface ErrorResponse {
125
- /** The error object. */
126
- error?: ErrorDetail;
127
- }
128
-
129
- /**
130
- * Given the last `.value` produced by the `byPage` iterator,
131
- * returns a continuation token that can be used to begin paging from
132
- * that point later.
133
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
134
- * @returns The continuation token that can be passed into byPage() during future calls.
135
- */
136
- export declare function getContinuationToken(page: unknown): string | undefined;
137
-
138
- /** Known values of {@link ActionType} that the service accepts. */
139
- export declare enum KnownActionType {
140
- /** Internal */
141
- Internal = "Internal"
142
- }
143
-
144
- /** Known values of {@link CreatedByType} that the service accepts. */
145
- export declare enum KnownCreatedByType {
146
- /** User */
147
- User = "User",
148
- /** Application */
149
- Application = "Application",
150
- /** ManagedIdentity */
151
- ManagedIdentity = "ManagedIdentity",
152
- /** Key */
153
- Key = "Key"
154
- }
155
-
156
- /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
157
- export declare enum KnownManagedServiceIdentityType {
158
- /** None */
159
- None = "None",
160
- /** SystemAssigned */
161
- SystemAssigned = "SystemAssigned",
162
- /** UserAssigned */
163
- UserAssigned = "UserAssigned",
164
- /** SystemAssignedUserAssigned */
165
- SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
166
- }
167
-
168
- /** Known values of {@link Origin} that the service accepts. */
169
- export declare enum KnownOrigin {
170
- /** User */
171
- User = "user",
172
- /** System */
173
- System = "system",
174
- /** UserSystem */
175
- UserSystem = "user,system"
176
- }
177
-
178
- /** Known values of {@link ResourceState} that the service accepts. */
179
- export declare enum KnownResourceState {
180
- /** Succeeded */
181
- Succeeded = "Succeeded",
182
- /** Failed */
183
- Failed = "Failed",
184
- /** Canceled */
185
- Canceled = "Canceled",
186
- /** Deleted */
187
- Deleted = "Deleted"
188
- }
189
-
190
- /** Known values of {@link Type} that the service accepts. */
191
- export declare enum KnownType {
192
- /** SystemAssigned */
193
- SystemAssigned = "SystemAssigned",
194
- /** UserAssigned */
195
- UserAssigned = "UserAssigned"
196
- }
197
-
198
- export declare class LoadTestClient extends coreClient.ServiceClient {
199
- $host: string;
200
- apiVersion: string;
201
- subscriptionId: string;
202
- /**
203
- * Initializes a new instance of the LoadTestClient class.
204
- * @param credentials Subscription credentials which uniquely identify client subscription.
205
- * @param subscriptionId The ID of the target subscription.
206
- * @param options The parameter options
207
- */
208
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: LoadTestClientOptionalParams);
209
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
210
- private addCustomApiVersionPolicy;
211
- operations: Operations;
212
- quotas: Quotas;
213
- loadTests: LoadTests;
214
- }
215
-
216
- /** Optional parameters. */
217
- export declare interface LoadTestClientOptionalParams extends coreClient.ServiceClientOptions {
218
- /** server parameter */
219
- $host?: string;
220
- /** Api Version */
221
- apiVersion?: string;
222
- /** Overrides client endpoint. */
223
- endpoint?: string;
224
- }
225
-
226
- /** LoadTest details */
227
- export declare interface LoadTestResource extends TrackedResource {
228
- /** The type of identity used for the resource. */
229
- identity?: ManagedServiceIdentity;
230
- /** Description of the resource. */
231
- description?: string;
232
- /**
233
- * Resource provisioning state.
234
- * NOTE: This property will not be serialized. It can only be populated by the server.
235
- */
236
- readonly provisioningState?: ResourceState;
237
- /**
238
- * Resource data plane URI.
239
- * NOTE: This property will not be serialized. It can only be populated by the server.
240
- */
241
- readonly dataPlaneURI?: string;
242
- /** CMK Encryption property. */
243
- encryption?: EncryptionProperties;
244
- }
245
-
246
- /** List of resources page result. */
247
- export declare interface LoadTestResourcePageList {
248
- /** List of resources in current page. */
249
- value?: LoadTestResource[];
250
- /** Link to next page of resources. */
251
- nextLink?: string;
252
- }
253
-
254
- /** LoadTest resource patch request body. */
255
- export declare interface LoadTestResourcePatchRequestBody {
256
- /** Resource tags. */
257
- tags?: {
258
- [propertyName: string]: string;
259
- };
260
- /** The type of identity used for the resource. */
261
- identity?: ManagedServiceIdentity;
262
- /** Description of the resource. */
263
- description?: string;
264
- /** CMK Encryption property. */
265
- encryption?: EncryptionProperties;
266
- }
267
-
268
- /** Interface representing a LoadTests. */
269
- export declare interface LoadTests {
270
- /**
271
- * Lists loadtests resources in a subscription.
272
- * @param options The options parameters.
273
- */
274
- listBySubscription(options?: LoadTestsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<LoadTestResource>;
275
- /**
276
- * Lists loadtest resources in a resource group.
277
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
278
- * @param options The options parameters.
279
- */
280
- listByResourceGroup(resourceGroupName: string, options?: LoadTestsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<LoadTestResource>;
281
- /**
282
- * Lists the endpoints that agents may call as part of load testing.
283
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
284
- * @param loadTestName Load Test name.
285
- * @param options The options parameters.
286
- */
287
- listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, loadTestName: string, options?: LoadTestsListOutboundNetworkDependenciesEndpointsOptionalParams): PagedAsyncIterableIterator<OutboundEnvironmentEndpoint>;
288
- /**
289
- * Get a LoadTest resource.
290
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
291
- * @param loadTestName Load Test name.
292
- * @param options The options parameters.
293
- */
294
- get(resourceGroupName: string, loadTestName: string, options?: LoadTestsGetOptionalParams): Promise<LoadTestsGetResponse>;
295
- /**
296
- * Create or update LoadTest resource.
297
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
298
- * @param loadTestName Load Test name.
299
- * @param loadTestResource LoadTest resource data
300
- * @param options The options parameters.
301
- */
302
- beginCreateOrUpdate(resourceGroupName: string, loadTestName: string, loadTestResource: LoadTestResource, options?: LoadTestsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<LoadTestsCreateOrUpdateResponse>, LoadTestsCreateOrUpdateResponse>>;
303
- /**
304
- * Create or update LoadTest resource.
305
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
306
- * @param loadTestName Load Test name.
307
- * @param loadTestResource LoadTest resource data
308
- * @param options The options parameters.
309
- */
310
- beginCreateOrUpdateAndWait(resourceGroupName: string, loadTestName: string, loadTestResource: LoadTestResource, options?: LoadTestsCreateOrUpdateOptionalParams): Promise<LoadTestsCreateOrUpdateResponse>;
311
- /**
312
- * Update a loadtest resource.
313
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
314
- * @param loadTestName Load Test name.
315
- * @param loadTestResourcePatchRequestBody LoadTest resource update data
316
- * @param options The options parameters.
317
- */
318
- beginUpdate(resourceGroupName: string, loadTestName: string, loadTestResourcePatchRequestBody: LoadTestResourcePatchRequestBody, options?: LoadTestsUpdateOptionalParams): Promise<PollerLike<PollOperationState<LoadTestsUpdateResponse>, LoadTestsUpdateResponse>>;
319
- /**
320
- * Update a loadtest resource.
321
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
322
- * @param loadTestName Load Test name.
323
- * @param loadTestResourcePatchRequestBody LoadTest resource update data
324
- * @param options The options parameters.
325
- */
326
- beginUpdateAndWait(resourceGroupName: string, loadTestName: string, loadTestResourcePatchRequestBody: LoadTestResourcePatchRequestBody, options?: LoadTestsUpdateOptionalParams): Promise<LoadTestsUpdateResponse>;
327
- /**
328
- * Delete a LoadTest resource.
329
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
330
- * @param loadTestName Load Test name.
331
- * @param options The options parameters.
332
- */
333
- beginDelete(resourceGroupName: string, loadTestName: string, options?: LoadTestsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
334
- /**
335
- * Delete a LoadTest resource.
336
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
337
- * @param loadTestName Load Test name.
338
- * @param options The options parameters.
339
- */
340
- beginDeleteAndWait(resourceGroupName: string, loadTestName: string, options?: LoadTestsDeleteOptionalParams): Promise<void>;
341
- }
342
-
343
- /** Defines headers for LoadTests_createOrUpdate operation. */
344
- export declare interface LoadTestsCreateOrUpdateHeaders {
345
- /** URL to query for status of the operation. */
346
- azureAsyncOperation?: string;
347
- }
348
-
349
- /** Optional parameters. */
350
- export declare interface LoadTestsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
351
- /** Delay to wait until next poll, in milliseconds. */
352
- updateIntervalInMs?: number;
353
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
354
- resumeFrom?: string;
355
- }
356
-
357
- /** Contains response data for the createOrUpdate operation. */
358
- export declare type LoadTestsCreateOrUpdateResponse = LoadTestResource;
359
-
360
- /** Defines headers for LoadTests_delete operation. */
361
- export declare interface LoadTestsDeleteHeaders {
362
- /** URL to query for status of the operation. */
363
- location?: string;
364
- }
365
-
366
- /** Optional parameters. */
367
- export declare interface LoadTestsDeleteOptionalParams extends coreClient.OperationOptions {
368
- /** Delay to wait until next poll, in milliseconds. */
369
- updateIntervalInMs?: number;
370
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
371
- resumeFrom?: string;
372
- }
373
-
374
- /** Optional parameters. */
375
- export declare interface LoadTestsGetOptionalParams extends coreClient.OperationOptions {
376
- }
377
-
378
- /** Contains response data for the get operation. */
379
- export declare type LoadTestsGetResponse = LoadTestResource;
380
-
381
- /** Optional parameters. */
382
- export declare interface LoadTestsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
383
- }
384
-
385
- /** Contains response data for the listByResourceGroupNext operation. */
386
- export declare type LoadTestsListByResourceGroupNextResponse = LoadTestResourcePageList;
387
-
388
- /** Optional parameters. */
389
- export declare interface LoadTestsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
390
- }
391
-
392
- /** Contains response data for the listByResourceGroup operation. */
393
- export declare type LoadTestsListByResourceGroupResponse = LoadTestResourcePageList;
394
-
395
- /** Optional parameters. */
396
- export declare interface LoadTestsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
397
- }
398
-
399
- /** Contains response data for the listBySubscriptionNext operation. */
400
- export declare type LoadTestsListBySubscriptionNextResponse = LoadTestResourcePageList;
401
-
402
- /** Optional parameters. */
403
- export declare interface LoadTestsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
404
- }
405
-
406
- /** Contains response data for the listBySubscription operation. */
407
- export declare type LoadTestsListBySubscriptionResponse = LoadTestResourcePageList;
408
-
409
- /** Optional parameters. */
410
- export declare interface LoadTestsListOutboundNetworkDependenciesEndpointsNextOptionalParams extends coreClient.OperationOptions {
411
- }
412
-
413
- /** Contains response data for the listOutboundNetworkDependenciesEndpointsNext operation. */
414
- export declare type LoadTestsListOutboundNetworkDependenciesEndpointsNextResponse = OutboundEnvironmentEndpointCollection;
415
-
416
- /** Optional parameters. */
417
- export declare interface LoadTestsListOutboundNetworkDependenciesEndpointsOptionalParams extends coreClient.OperationOptions {
418
- }
419
-
420
- /** Contains response data for the listOutboundNetworkDependenciesEndpoints operation. */
421
- export declare type LoadTestsListOutboundNetworkDependenciesEndpointsResponse = OutboundEnvironmentEndpointCollection;
422
-
423
- /** Defines headers for LoadTests_update operation. */
424
- export declare interface LoadTestsUpdateHeaders {
425
- /** URL to query for status of the operation. */
426
- azureAsyncOperation?: string;
427
- }
428
-
429
- /** Optional parameters. */
430
- export declare interface LoadTestsUpdateOptionalParams extends coreClient.OperationOptions {
431
- /** Delay to wait until next poll, in milliseconds. */
432
- updateIntervalInMs?: number;
433
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
434
- resumeFrom?: string;
435
- }
436
-
437
- /** Contains response data for the update operation. */
438
- export declare type LoadTestsUpdateResponse = LoadTestResource;
439
-
440
- /** Managed service identity (system assigned and/or user assigned identities) */
441
- export declare interface ManagedServiceIdentity {
442
- /**
443
- * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
444
- * NOTE: This property will not be serialized. It can only be populated by the server.
445
- */
446
- readonly principalId?: string;
447
- /**
448
- * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
449
- * NOTE: This property will not be serialized. It can only be populated by the server.
450
- */
451
- readonly tenantId?: string;
452
- /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
453
- type: ManagedServiceIdentityType;
454
- /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
455
- userAssignedIdentities?: {
456
- [propertyName: string]: UserAssignedIdentity | null;
457
- };
458
- }
459
-
460
- /**
461
- * Defines values for ManagedServiceIdentityType. \
462
- * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
463
- * this enum contains the known values that the service supports.
464
- * ### Known values supported by the service
465
- * **None** \
466
- * **SystemAssigned** \
467
- * **UserAssigned** \
468
- * **SystemAssigned,UserAssigned**
469
- */
470
- export declare type ManagedServiceIdentityType = string;
471
-
472
- /** Details of a REST API operation, returned from the Resource Provider Operations API */
473
- export declare interface Operation {
474
- /**
475
- * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
476
- * NOTE: This property will not be serialized. It can only be populated by the server.
477
- */
478
- readonly name?: string;
479
- /**
480
- * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
481
- * NOTE: This property will not be serialized. It can only be populated by the server.
482
- */
483
- readonly isDataAction?: boolean;
484
- /** Localized display information for this particular operation. */
485
- display?: OperationDisplay;
486
- /**
487
- * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
488
- * NOTE: This property will not be serialized. It can only be populated by the server.
489
- */
490
- readonly origin?: Origin;
491
- /**
492
- * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
493
- * NOTE: This property will not be serialized. It can only be populated by the server.
494
- */
495
- readonly actionType?: ActionType;
496
- }
497
-
498
- /** Localized display information for this particular operation. */
499
- export declare interface OperationDisplay {
500
- /**
501
- * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
502
- * NOTE: This property will not be serialized. It can only be populated by the server.
503
- */
504
- readonly provider?: string;
505
- /**
506
- * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
507
- * NOTE: This property will not be serialized. It can only be populated by the server.
508
- */
509
- readonly resource?: string;
510
- /**
511
- * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
512
- * NOTE: This property will not be serialized. It can only be populated by the server.
513
- */
514
- readonly operation?: string;
515
- /**
516
- * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
517
- * NOTE: This property will not be serialized. It can only be populated by the server.
518
- */
519
- readonly description?: string;
520
- }
521
-
522
- /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
523
- export declare interface OperationListResult {
524
- /**
525
- * List of operations supported by the resource provider
526
- * NOTE: This property will not be serialized. It can only be populated by the server.
527
- */
528
- readonly value?: Operation[];
529
- /**
530
- * URL to get the next set of operation list results (if there are any).
531
- * NOTE: This property will not be serialized. It can only be populated by the server.
532
- */
533
- readonly nextLink?: string;
534
- }
535
-
536
- /** Interface representing a Operations. */
537
- export declare interface Operations {
538
- /**
539
- * Lists all the available API operations for Load Test Resource.
540
- * @param options The options parameters.
541
- */
542
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
543
- }
544
-
545
- /** Optional parameters. */
546
- export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
547
- }
548
-
549
- /** Contains response data for the listNext operation. */
550
- export declare type OperationsListNextResponse = OperationListResult;
551
-
552
- /** Optional parameters. */
553
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
554
- }
555
-
556
- /** Contains response data for the list operation. */
557
- export declare type OperationsListResponse = OperationListResult;
558
-
559
- /**
560
- * Defines values for Origin. \
561
- * {@link KnownOrigin} can be used interchangeably with Origin,
562
- * this enum contains the known values that the service supports.
563
- * ### Known values supported by the service
564
- * **user** \
565
- * **system** \
566
- * **user,system**
567
- */
568
- export declare type Origin = string;
569
-
570
- /** A collection of related endpoints from the same service for which the Batch service requires outbound access. */
571
- export declare interface OutboundEnvironmentEndpoint {
572
- /**
573
- * The type of service that Azure Load Testing connects to.
574
- * NOTE: This property will not be serialized. It can only be populated by the server.
575
- */
576
- readonly category?: string;
577
- /**
578
- * The endpoints for this service to which the Batch service makes outbound calls.
579
- * NOTE: This property will not be serialized. It can only be populated by the server.
580
- */
581
- readonly endpoints?: EndpointDependency[];
582
- }
583
-
584
- /** Values returned by the List operation. */
585
- export declare interface OutboundEnvironmentEndpointCollection {
586
- /**
587
- * The collection of outbound network dependency endpoints returned by the listing operation.
588
- * NOTE: This property will not be serialized. It can only be populated by the server.
589
- */
590
- readonly value?: OutboundEnvironmentEndpoint[];
591
- /** The continuation token. */
592
- nextLink?: string;
593
- }
594
-
595
- /** Request object of new quota for a quota bucket. */
596
- export declare interface QuotaBucketRequest extends Resource {
597
- /** Current quota usage of the quota bucket. */
598
- currentUsage?: number;
599
- /** Current quota limit of the quota bucket. */
600
- currentQuota?: number;
601
- /** New quota limit of the quota bucket. */
602
- newQuota?: number;
603
- /** Dimensions for new quota request. */
604
- dimensions?: QuotaBucketRequestPropertiesDimensions;
605
- }
606
-
607
- /** Dimensions for new quota request. */
608
- export declare interface QuotaBucketRequestPropertiesDimensions {
609
- /** Subscription Id dimension for new quota request of the quota bucket. */
610
- subscriptionId?: string;
611
- /** Location dimension for new quota request of the quota bucket. */
612
- location?: string;
613
- }
614
-
615
- /** Quota bucket details object. */
616
- export declare interface QuotaResource extends Resource {
617
- /** Current quota limit of the quota bucket. */
618
- limit?: number;
619
- /** Current quota usage of the quota bucket. */
620
- usage?: number;
621
- /**
622
- * Resource provisioning state.
623
- * NOTE: This property will not be serialized. It can only be populated by the server.
624
- */
625
- readonly provisioningState?: ResourceState;
626
- }
627
-
628
- /** List of quota bucket objects. It contains a URL link to get the next set of results. */
629
- export declare interface QuotaResourceList {
630
- /**
631
- * List of quota bucket objects provided by the loadtestservice.
632
- * NOTE: This property will not be serialized. It can only be populated by the server.
633
- */
634
- readonly value?: QuotaResource[];
635
- /**
636
- * URL to get the next set of quota bucket objects results (if there are any).
637
- * NOTE: This property will not be serialized. It can only be populated by the server.
638
- */
639
- readonly nextLink?: string;
640
- }
641
-
642
- /** Interface representing a Quotas. */
643
- export declare interface Quotas {
644
- /**
645
- * Lists all the available quota per region per subscription.
646
- * @param location The name of Azure region.
647
- * @param options The options parameters.
648
- */
649
- list(location: string, options?: QuotasListOptionalParams): PagedAsyncIterableIterator<QuotaResource>;
650
- /**
651
- * Get the available quota for a quota bucket per region per subscription.
652
- * @param location The name of Azure region.
653
- * @param quotaBucketName Quota Bucket name.
654
- * @param options The options parameters.
655
- */
656
- get(location: string, quotaBucketName: string, options?: QuotasGetOptionalParams): Promise<QuotasGetResponse>;
657
- /**
658
- * Check Quota Availability on quota bucket per region per subscription.
659
- * @param location The name of Azure region.
660
- * @param quotaBucketName Quota Bucket name.
661
- * @param quotaBucketRequest Quota Bucket Request data
662
- * @param options The options parameters.
663
- */
664
- checkAvailability(location: string, quotaBucketName: string, quotaBucketRequest: QuotaBucketRequest, options?: QuotasCheckAvailabilityOptionalParams): Promise<QuotasCheckAvailabilityResponse>;
665
- }
666
-
667
- /** Optional parameters. */
668
- export declare interface QuotasCheckAvailabilityOptionalParams extends coreClient.OperationOptions {
669
- }
670
-
671
- /** Contains response data for the checkAvailability operation. */
672
- export declare type QuotasCheckAvailabilityResponse = CheckQuotaAvailabilityResponse;
673
-
674
- /** Optional parameters. */
675
- export declare interface QuotasGetOptionalParams extends coreClient.OperationOptions {
676
- }
677
-
678
- /** Contains response data for the get operation. */
679
- export declare type QuotasGetResponse = QuotaResource;
680
-
681
- /** Optional parameters. */
682
- export declare interface QuotasListNextOptionalParams extends coreClient.OperationOptions {
683
- }
684
-
685
- /** Contains response data for the listNext operation. */
686
- export declare type QuotasListNextResponse = QuotaResourceList;
687
-
688
- /** Optional parameters. */
689
- export declare interface QuotasListOptionalParams extends coreClient.OperationOptions {
690
- }
691
-
692
- /** Contains response data for the list operation. */
693
- export declare type QuotasListResponse = QuotaResourceList;
694
-
695
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
696
- export declare interface Resource {
697
- /**
698
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
699
- * NOTE: This property will not be serialized. It can only be populated by the server.
700
- */
701
- readonly id?: string;
702
- /**
703
- * The name of the resource
704
- * NOTE: This property will not be serialized. It can only be populated by the server.
705
- */
706
- readonly name?: string;
707
- /**
708
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
709
- * NOTE: This property will not be serialized. It can only be populated by the server.
710
- */
711
- readonly type?: string;
712
- /**
713
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
714
- * NOTE: This property will not be serialized. It can only be populated by the server.
715
- */
716
- readonly systemData?: SystemData;
717
- }
718
-
719
- /**
720
- * Defines values for ResourceState. \
721
- * {@link KnownResourceState} can be used interchangeably with ResourceState,
722
- * this enum contains the known values that the service supports.
723
- * ### Known values supported by the service
724
- * **Succeeded** \
725
- * **Failed** \
726
- * **Canceled** \
727
- * **Deleted**
728
- */
729
- export declare type ResourceState = string;
730
-
731
- /** Metadata pertaining to creation and last modification of the resource. */
732
- export declare interface SystemData {
733
- /** The identity that created the resource. */
734
- createdBy?: string;
735
- /** The type of identity that created the resource. */
736
- createdByType?: CreatedByType;
737
- /** The timestamp of resource creation (UTC). */
738
- createdAt?: Date;
739
- /** The identity that last modified the resource. */
740
- lastModifiedBy?: string;
741
- /** The type of identity that last modified the resource. */
742
- lastModifiedByType?: CreatedByType;
743
- /** The timestamp of resource last modification (UTC) */
744
- lastModifiedAt?: Date;
745
- }
746
-
747
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
748
- export declare interface TrackedResource extends Resource {
749
- /** Resource tags. */
750
- tags?: {
751
- [propertyName: string]: string;
752
- };
753
- /** The geo-location where the resource lives */
754
- location: string;
755
- }
756
-
757
- /**
758
- * Defines values for Type. \
759
- * {@link KnownType} can be used interchangeably with Type,
760
- * this enum contains the known values that the service supports.
761
- * ### Known values supported by the service
762
- * **SystemAssigned** \
763
- * **UserAssigned**
764
- */
765
- export declare type Type = string;
766
-
767
- /** User assigned identity properties */
768
- export declare interface UserAssignedIdentity {
769
- /**
770
- * The principal ID of the assigned identity.
771
- * NOTE: This property will not be serialized. It can only be populated by the server.
772
- */
773
- readonly principalId?: string;
774
- /**
775
- * The client ID of the assigned identity.
776
- * NOTE: This property will not be serialized. It can only be populated by the server.
777
- */
778
- readonly clientId?: string;
779
- }
780
-
781
- export { }
1
+ import * as coreClient from "@azure/core-client";
2
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
3
+ export interface OperationListResult {
4
+ /**
5
+ * List of operations supported by the resource provider
6
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7
+ */
8
+ readonly value?: Operation[];
9
+ /**
10
+ * URL to get the next set of operation list results (if there are any).
11
+ * NOTE: This property will not be serialized. It can only be populated by the server.
12
+ */
13
+ readonly nextLink?: string;
14
+ }
15
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
16
+ export interface Operation {
17
+ /**
18
+ * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
19
+ * NOTE: This property will not be serialized. It can only be populated by the server.
20
+ */
21
+ readonly name?: string;
22
+ /**
23
+ * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
24
+ * NOTE: This property will not be serialized. It can only be populated by the server.
25
+ */
26
+ readonly isDataAction?: boolean;
27
+ /** Localized display information for this particular operation. */
28
+ display?: OperationDisplay;
29
+ /**
30
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
31
+ * NOTE: This property will not be serialized. It can only be populated by the server.
32
+ */
33
+ readonly origin?: Origin;
34
+ /**
35
+ * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
36
+ * NOTE: This property will not be serialized. It can only be populated by the server.
37
+ */
38
+ readonly actionType?: ActionType;
39
+ }
40
+ /** Localized display information for this particular operation. */
41
+ export interface OperationDisplay {
42
+ /**
43
+ * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
44
+ * NOTE: This property will not be serialized. It can only be populated by the server.
45
+ */
46
+ readonly provider?: string;
47
+ /**
48
+ * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
49
+ * NOTE: This property will not be serialized. It can only be populated by the server.
50
+ */
51
+ readonly resource?: string;
52
+ /**
53
+ * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
54
+ * NOTE: This property will not be serialized. It can only be populated by the server.
55
+ */
56
+ readonly operation?: string;
57
+ /**
58
+ * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
59
+ * NOTE: This property will not be serialized. It can only be populated by the server.
60
+ */
61
+ readonly description?: string;
62
+ }
63
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
64
+ export interface ErrorResponse {
65
+ /** The error object. */
66
+ error?: ErrorDetail;
67
+ }
68
+ /** The error detail. */
69
+ export interface ErrorDetail {
70
+ /**
71
+ * The error code.
72
+ * NOTE: This property will not be serialized. It can only be populated by the server.
73
+ */
74
+ readonly code?: string;
75
+ /**
76
+ * The error message.
77
+ * NOTE: This property will not be serialized. It can only be populated by the server.
78
+ */
79
+ readonly message?: string;
80
+ /**
81
+ * The error target.
82
+ * NOTE: This property will not be serialized. It can only be populated by the server.
83
+ */
84
+ readonly target?: string;
85
+ /**
86
+ * The error details.
87
+ * NOTE: This property will not be serialized. It can only be populated by the server.
88
+ */
89
+ readonly details?: ErrorDetail[];
90
+ /**
91
+ * The error additional info.
92
+ * NOTE: This property will not be serialized. It can only be populated by the server.
93
+ */
94
+ readonly additionalInfo?: ErrorAdditionalInfo[];
95
+ }
96
+ /** The resource management error additional info. */
97
+ export interface ErrorAdditionalInfo {
98
+ /**
99
+ * The additional info type.
100
+ * NOTE: This property will not be serialized. It can only be populated by the server.
101
+ */
102
+ readonly type?: string;
103
+ /**
104
+ * The additional info.
105
+ * NOTE: This property will not be serialized. It can only be populated by the server.
106
+ */
107
+ readonly info?: Record<string, unknown>;
108
+ }
109
+ /** List of quota bucket objects. It contains a URL link to get the next set of results. */
110
+ export interface QuotaResourceList {
111
+ /**
112
+ * List of quota bucket objects provided by the loadtestservice.
113
+ * NOTE: This property will not be serialized. It can only be populated by the server.
114
+ */
115
+ readonly value?: QuotaResource[];
116
+ /**
117
+ * URL to get the next set of quota bucket objects results (if there are any).
118
+ * NOTE: This property will not be serialized. It can only be populated by the server.
119
+ */
120
+ readonly nextLink?: string;
121
+ }
122
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
123
+ export interface Resource {
124
+ /**
125
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
126
+ * NOTE: This property will not be serialized. It can only be populated by the server.
127
+ */
128
+ readonly id?: string;
129
+ /**
130
+ * The name of the resource
131
+ * NOTE: This property will not be serialized. It can only be populated by the server.
132
+ */
133
+ readonly name?: string;
134
+ /**
135
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
136
+ * NOTE: This property will not be serialized. It can only be populated by the server.
137
+ */
138
+ readonly type?: string;
139
+ /**
140
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
141
+ * NOTE: This property will not be serialized. It can only be populated by the server.
142
+ */
143
+ readonly systemData?: SystemData;
144
+ }
145
+ /** Metadata pertaining to creation and last modification of the resource. */
146
+ export interface SystemData {
147
+ /** The identity that created the resource. */
148
+ createdBy?: string;
149
+ /** The type of identity that created the resource. */
150
+ createdByType?: CreatedByType;
151
+ /** The timestamp of resource creation (UTC). */
152
+ createdAt?: Date;
153
+ /** The identity that last modified the resource. */
154
+ lastModifiedBy?: string;
155
+ /** The type of identity that last modified the resource. */
156
+ lastModifiedByType?: CreatedByType;
157
+ /** The timestamp of resource last modification (UTC) */
158
+ lastModifiedAt?: Date;
159
+ }
160
+ /** Dimensions for new quota request. */
161
+ export interface QuotaBucketRequestPropertiesDimensions {
162
+ /** Subscription Id dimension for new quota request of the quota bucket. */
163
+ subscriptionId?: string;
164
+ /** Location dimension for new quota request of the quota bucket. */
165
+ location?: string;
166
+ }
167
+ /** List of resources page result. */
168
+ export interface LoadTestResourcePageList {
169
+ /** List of resources in current page. */
170
+ value?: LoadTestResource[];
171
+ /** Link to next page of resources. */
172
+ nextLink?: string;
173
+ }
174
+ /** Key and identity details for Customer Managed Key encryption of load test resource */
175
+ export interface EncryptionProperties {
176
+ /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
177
+ identity?: EncryptionPropertiesIdentity;
178
+ /** key encryption key Url, versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek. */
179
+ keyUrl?: string;
180
+ }
181
+ /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
182
+ export interface EncryptionPropertiesIdentity {
183
+ /** Managed identity type to use for accessing encryption key Url */
184
+ type?: Type;
185
+ /** user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId */
186
+ resourceId?: string;
187
+ }
188
+ /** Managed service identity (system assigned and/or user assigned identities) */
189
+ export interface ManagedServiceIdentity {
190
+ /**
191
+ * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
192
+ * NOTE: This property will not be serialized. It can only be populated by the server.
193
+ */
194
+ readonly principalId?: string;
195
+ /**
196
+ * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
197
+ * NOTE: This property will not be serialized. It can only be populated by the server.
198
+ */
199
+ readonly tenantId?: string;
200
+ /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
201
+ type: ManagedServiceIdentityType;
202
+ /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
203
+ userAssignedIdentities?: {
204
+ [propertyName: string]: UserAssignedIdentity | null;
205
+ };
206
+ }
207
+ /** User assigned identity properties */
208
+ export interface UserAssignedIdentity {
209
+ /**
210
+ * The principal ID of the assigned identity.
211
+ * NOTE: This property will not be serialized. It can only be populated by the server.
212
+ */
213
+ readonly principalId?: string;
214
+ /**
215
+ * The client ID of the assigned identity.
216
+ * NOTE: This property will not be serialized. It can only be populated by the server.
217
+ */
218
+ readonly clientId?: string;
219
+ }
220
+ /** LoadTest resource patch request body. */
221
+ export interface LoadTestResourcePatchRequestBody {
222
+ /** Resource tags. */
223
+ tags?: {
224
+ [propertyName: string]: string;
225
+ };
226
+ /** The type of identity used for the resource. */
227
+ identity?: ManagedServiceIdentity;
228
+ /** Description of the resource. */
229
+ description?: string;
230
+ /** CMK Encryption property. */
231
+ encryption?: EncryptionProperties;
232
+ }
233
+ /** Values returned by the List operation. */
234
+ export interface OutboundEnvironmentEndpointCollection {
235
+ /**
236
+ * The collection of outbound network dependency endpoints returned by the listing operation.
237
+ * NOTE: This property will not be serialized. It can only be populated by the server.
238
+ */
239
+ readonly value?: OutboundEnvironmentEndpoint[];
240
+ /** The continuation token. */
241
+ nextLink?: string;
242
+ }
243
+ /** A collection of related endpoints from the same service for which the Batch service requires outbound access. */
244
+ export interface OutboundEnvironmentEndpoint {
245
+ /**
246
+ * The type of service that Azure Load Testing connects to.
247
+ * NOTE: This property will not be serialized. It can only be populated by the server.
248
+ */
249
+ readonly category?: string;
250
+ /**
251
+ * The endpoints for this service to which the Batch service makes outbound calls.
252
+ * NOTE: This property will not be serialized. It can only be populated by the server.
253
+ */
254
+ readonly endpoints?: EndpointDependency[];
255
+ }
256
+ /** A domain name and connection details used to access a dependency. */
257
+ export interface EndpointDependency {
258
+ /**
259
+ * The domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard.
260
+ * NOTE: This property will not be serialized. It can only be populated by the server.
261
+ */
262
+ readonly domainName?: string;
263
+ /**
264
+ * Human-readable supplemental information about the dependency and when it is applicable.
265
+ * NOTE: This property will not be serialized. It can only be populated by the server.
266
+ */
267
+ readonly description?: string;
268
+ /**
269
+ * The list of connection details for this endpoint.
270
+ * NOTE: This property will not be serialized. It can only be populated by the server.
271
+ */
272
+ readonly endpointDetails?: EndpointDetail[];
273
+ }
274
+ /** Details about the connection between the Batch service and the endpoint. */
275
+ export interface EndpointDetail {
276
+ /**
277
+ * The port an endpoint is connected to.
278
+ * NOTE: This property will not be serialized. It can only be populated by the server.
279
+ */
280
+ readonly port?: number;
281
+ }
282
+ /** Quota bucket details object. */
283
+ export interface QuotaResource extends Resource {
284
+ /** Current quota limit of the quota bucket. */
285
+ limit?: number;
286
+ /** Current quota usage of the quota bucket. */
287
+ usage?: number;
288
+ /**
289
+ * Resource provisioning state.
290
+ * NOTE: This property will not be serialized. It can only be populated by the server.
291
+ */
292
+ readonly provisioningState?: ResourceState;
293
+ }
294
+ /** Request object of new quota for a quota bucket. */
295
+ export interface QuotaBucketRequest extends Resource {
296
+ /** Current quota usage of the quota bucket. */
297
+ currentUsage?: number;
298
+ /** Current quota limit of the quota bucket. */
299
+ currentQuota?: number;
300
+ /** New quota limit of the quota bucket. */
301
+ newQuota?: number;
302
+ /** Dimensions for new quota request. */
303
+ dimensions?: QuotaBucketRequestPropertiesDimensions;
304
+ }
305
+ /** Check quota availability response object. */
306
+ export interface CheckQuotaAvailabilityResponse extends Resource {
307
+ /** True/False indicating whether the quota request be granted based on availability. */
308
+ isAvailable?: boolean;
309
+ /** Message indicating additional details to add to quota support request. */
310
+ availabilityStatus?: string;
311
+ }
312
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
313
+ export interface TrackedResource extends Resource {
314
+ /** Resource tags. */
315
+ tags?: {
316
+ [propertyName: string]: string;
317
+ };
318
+ /** The geo-location where the resource lives */
319
+ location: string;
320
+ }
321
+ /** LoadTest details */
322
+ export interface LoadTestResource extends TrackedResource {
323
+ /** The type of identity used for the resource. */
324
+ identity?: ManagedServiceIdentity;
325
+ /** Description of the resource. */
326
+ description?: string;
327
+ /**
328
+ * Resource provisioning state.
329
+ * NOTE: This property will not be serialized. It can only be populated by the server.
330
+ */
331
+ readonly provisioningState?: ResourceState;
332
+ /**
333
+ * Resource data plane URI.
334
+ * NOTE: This property will not be serialized. It can only be populated by the server.
335
+ */
336
+ readonly dataPlaneURI?: string;
337
+ /** CMK Encryption property. */
338
+ encryption?: EncryptionProperties;
339
+ }
340
+ /** Defines headers for LoadTests_createOrUpdate operation. */
341
+ export interface LoadTestsCreateOrUpdateHeaders {
342
+ /** URL to query for status of the operation. */
343
+ azureAsyncOperation?: string;
344
+ }
345
+ /** Defines headers for LoadTests_update operation. */
346
+ export interface LoadTestsUpdateHeaders {
347
+ /** URL to query for status of the operation. */
348
+ azureAsyncOperation?: string;
349
+ }
350
+ /** Defines headers for LoadTests_delete operation. */
351
+ export interface LoadTestsDeleteHeaders {
352
+ /** URL to query for status of the operation. */
353
+ location?: string;
354
+ }
355
+ /** Known values of {@link Origin} that the service accepts. */
356
+ export declare enum KnownOrigin {
357
+ /** User */
358
+ User = "user",
359
+ /** System */
360
+ System = "system",
361
+ /** UserSystem */
362
+ UserSystem = "user,system"
363
+ }
364
+ /**
365
+ * Defines values for Origin. \
366
+ * {@link KnownOrigin} can be used interchangeably with Origin,
367
+ * this enum contains the known values that the service supports.
368
+ * ### Known values supported by the service
369
+ * **user** \
370
+ * **system** \
371
+ * **user,system**
372
+ */
373
+ export type Origin = string;
374
+ /** Known values of {@link ActionType} that the service accepts. */
375
+ export declare enum KnownActionType {
376
+ /** Internal */
377
+ Internal = "Internal"
378
+ }
379
+ /**
380
+ * Defines values for ActionType. \
381
+ * {@link KnownActionType} can be used interchangeably with ActionType,
382
+ * this enum contains the known values that the service supports.
383
+ * ### Known values supported by the service
384
+ * **Internal**
385
+ */
386
+ export type ActionType = string;
387
+ /** Known values of {@link ResourceState} that the service accepts. */
388
+ export declare enum KnownResourceState {
389
+ /** Succeeded */
390
+ Succeeded = "Succeeded",
391
+ /** Failed */
392
+ Failed = "Failed",
393
+ /** Canceled */
394
+ Canceled = "Canceled",
395
+ /** Deleted */
396
+ Deleted = "Deleted"
397
+ }
398
+ /**
399
+ * Defines values for ResourceState. \
400
+ * {@link KnownResourceState} can be used interchangeably with ResourceState,
401
+ * this enum contains the known values that the service supports.
402
+ * ### Known values supported by the service
403
+ * **Succeeded** \
404
+ * **Failed** \
405
+ * **Canceled** \
406
+ * **Deleted**
407
+ */
408
+ export type ResourceState = string;
409
+ /** Known values of {@link CreatedByType} that the service accepts. */
410
+ export declare enum KnownCreatedByType {
411
+ /** User */
412
+ User = "User",
413
+ /** Application */
414
+ Application = "Application",
415
+ /** ManagedIdentity */
416
+ ManagedIdentity = "ManagedIdentity",
417
+ /** Key */
418
+ Key = "Key"
419
+ }
420
+ /**
421
+ * Defines values for CreatedByType. \
422
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
423
+ * this enum contains the known values that the service supports.
424
+ * ### Known values supported by the service
425
+ * **User** \
426
+ * **Application** \
427
+ * **ManagedIdentity** \
428
+ * **Key**
429
+ */
430
+ export type CreatedByType = string;
431
+ /** Known values of {@link Type} that the service accepts. */
432
+ export declare enum KnownType {
433
+ /** SystemAssigned */
434
+ SystemAssigned = "SystemAssigned",
435
+ /** UserAssigned */
436
+ UserAssigned = "UserAssigned"
437
+ }
438
+ /**
439
+ * Defines values for Type. \
440
+ * {@link KnownType} can be used interchangeably with Type,
441
+ * this enum contains the known values that the service supports.
442
+ * ### Known values supported by the service
443
+ * **SystemAssigned** \
444
+ * **UserAssigned**
445
+ */
446
+ export type Type = string;
447
+ /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
448
+ export declare enum KnownManagedServiceIdentityType {
449
+ /** None */
450
+ None = "None",
451
+ /** SystemAssigned */
452
+ SystemAssigned = "SystemAssigned",
453
+ /** UserAssigned */
454
+ UserAssigned = "UserAssigned",
455
+ /** SystemAssignedUserAssigned */
456
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
457
+ }
458
+ /**
459
+ * Defines values for ManagedServiceIdentityType. \
460
+ * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
461
+ * this enum contains the known values that the service supports.
462
+ * ### Known values supported by the service
463
+ * **None** \
464
+ * **SystemAssigned** \
465
+ * **UserAssigned** \
466
+ * **SystemAssigned,UserAssigned**
467
+ */
468
+ export type ManagedServiceIdentityType = string;
469
+ /** Optional parameters. */
470
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
471
+ }
472
+ /** Contains response data for the list operation. */
473
+ export type OperationsListResponse = OperationListResult;
474
+ /** Optional parameters. */
475
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
476
+ }
477
+ /** Contains response data for the listNext operation. */
478
+ export type OperationsListNextResponse = OperationListResult;
479
+ /** Optional parameters. */
480
+ export interface QuotasListOptionalParams extends coreClient.OperationOptions {
481
+ }
482
+ /** Contains response data for the list operation. */
483
+ export type QuotasListResponse = QuotaResourceList;
484
+ /** Optional parameters. */
485
+ export interface QuotasGetOptionalParams extends coreClient.OperationOptions {
486
+ }
487
+ /** Contains response data for the get operation. */
488
+ export type QuotasGetResponse = QuotaResource;
489
+ /** Optional parameters. */
490
+ export interface QuotasCheckAvailabilityOptionalParams extends coreClient.OperationOptions {
491
+ }
492
+ /** Contains response data for the checkAvailability operation. */
493
+ export type QuotasCheckAvailabilityResponse = CheckQuotaAvailabilityResponse;
494
+ /** Optional parameters. */
495
+ export interface QuotasListNextOptionalParams extends coreClient.OperationOptions {
496
+ }
497
+ /** Contains response data for the listNext operation. */
498
+ export type QuotasListNextResponse = QuotaResourceList;
499
+ /** Optional parameters. */
500
+ export interface LoadTestsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
501
+ }
502
+ /** Contains response data for the listBySubscription operation. */
503
+ export type LoadTestsListBySubscriptionResponse = LoadTestResourcePageList;
504
+ /** Optional parameters. */
505
+ export interface LoadTestsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
506
+ }
507
+ /** Contains response data for the listByResourceGroup operation. */
508
+ export type LoadTestsListByResourceGroupResponse = LoadTestResourcePageList;
509
+ /** Optional parameters. */
510
+ export interface LoadTestsGetOptionalParams extends coreClient.OperationOptions {
511
+ }
512
+ /** Contains response data for the get operation. */
513
+ export type LoadTestsGetResponse = LoadTestResource;
514
+ /** Optional parameters. */
515
+ export interface LoadTestsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
516
+ /** Delay to wait until next poll, in milliseconds. */
517
+ updateIntervalInMs?: number;
518
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
519
+ resumeFrom?: string;
520
+ }
521
+ /** Contains response data for the createOrUpdate operation. */
522
+ export type LoadTestsCreateOrUpdateResponse = LoadTestResource;
523
+ /** Optional parameters. */
524
+ export interface LoadTestsUpdateOptionalParams extends coreClient.OperationOptions {
525
+ /** Delay to wait until next poll, in milliseconds. */
526
+ updateIntervalInMs?: number;
527
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
528
+ resumeFrom?: string;
529
+ }
530
+ /** Contains response data for the update operation. */
531
+ export type LoadTestsUpdateResponse = LoadTestResource;
532
+ /** Optional parameters. */
533
+ export interface LoadTestsDeleteOptionalParams extends coreClient.OperationOptions {
534
+ /** Delay to wait until next poll, in milliseconds. */
535
+ updateIntervalInMs?: number;
536
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
537
+ resumeFrom?: string;
538
+ }
539
+ /** Optional parameters. */
540
+ export interface LoadTestsListOutboundNetworkDependenciesEndpointsOptionalParams extends coreClient.OperationOptions {
541
+ }
542
+ /** Contains response data for the listOutboundNetworkDependenciesEndpoints operation. */
543
+ export type LoadTestsListOutboundNetworkDependenciesEndpointsResponse = OutboundEnvironmentEndpointCollection;
544
+ /** Optional parameters. */
545
+ export interface LoadTestsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
546
+ }
547
+ /** Contains response data for the listBySubscriptionNext operation. */
548
+ export type LoadTestsListBySubscriptionNextResponse = LoadTestResourcePageList;
549
+ /** Optional parameters. */
550
+ export interface LoadTestsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
551
+ }
552
+ /** Contains response data for the listByResourceGroupNext operation. */
553
+ export type LoadTestsListByResourceGroupNextResponse = LoadTestResourcePageList;
554
+ /** Optional parameters. */
555
+ export interface LoadTestsListOutboundNetworkDependenciesEndpointsNextOptionalParams extends coreClient.OperationOptions {
556
+ }
557
+ /** Contains response data for the listOutboundNetworkDependenciesEndpointsNext operation. */
558
+ export type LoadTestsListOutboundNetworkDependenciesEndpointsNextResponse = OutboundEnvironmentEndpointCollection;
559
+ /** Optional parameters. */
560
+ export interface LoadTestClientOptionalParams extends coreClient.ServiceClientOptions {
561
+ /** server parameter */
562
+ $host?: string;
563
+ /** Api Version */
564
+ apiVersion?: string;
565
+ /** Overrides client endpoint. */
566
+ endpoint?: string;
567
+ }
568
+ //# sourceMappingURL=index.d.ts.map