@azure/arm-baremetalinfrastructure 1.0.0-beta.1 → 1.0.0-beta.3

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 (319) hide show
  1. package/CHANGELOG.md +82 -1
  2. package/LICENSE +4 -4
  3. package/README.md +27 -18
  4. package/{dist-esm/src → dist/browser}/bareMetalInfrastructureClient.d.ts +4 -3
  5. package/dist/browser/bareMetalInfrastructureClient.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/bareMetalInfrastructureClient.js +35 -26
  7. package/dist/browser/bareMetalInfrastructureClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/index.js +4 -4
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/lroImpl.d.ts +11 -0
  13. package/dist/browser/lroImpl.d.ts.map +1 -0
  14. package/dist/browser/lroImpl.js +18 -0
  15. package/dist/browser/lroImpl.js.map +1 -0
  16. package/dist/browser/models/index.d.ts +808 -0
  17. package/dist/browser/models/index.d.ts.map +1 -0
  18. package/{dist-esm/src → dist/browser}/models/index.js +60 -0
  19. package/dist/browser/models/index.js.map +1 -0
  20. package/dist/browser/models/mappers.d.ts +30 -0
  21. package/dist/browser/models/mappers.d.ts.map +1 -0
  22. package/{dist-esm/src → dist/browser}/models/mappers.js +405 -109
  23. package/dist/browser/models/mappers.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/models/parameters.d.ts +3 -0
  25. package/dist/browser/models/parameters.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/models/parameters.js +27 -6
  27. package/dist/browser/models/parameters.js.map +1 -0
  28. package/dist/browser/operations/azureBareMetalInstances.d.ts +124 -0
  29. package/dist/browser/operations/azureBareMetalInstances.d.ts.map +1 -0
  30. package/dist/browser/operations/azureBareMetalInstances.js +563 -0
  31. package/dist/browser/operations/azureBareMetalInstances.js.map +1 -0
  32. package/dist/browser/operations/azureBareMetalStorageInstances.d.ts +93 -0
  33. package/dist/browser/operations/azureBareMetalStorageInstances.d.ts.map +1 -0
  34. package/dist/browser/operations/azureBareMetalStorageInstances.js +370 -0
  35. package/dist/browser/operations/azureBareMetalStorageInstances.js.map +1 -0
  36. package/dist/browser/operations/index.d.ts +4 -0
  37. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  38. package/dist/browser/operations/index.js +11 -0
  39. package/dist/browser/operations/index.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  41. package/dist/browser/operations/operations.d.ts.map +1 -0
  42. package/{dist-esm/src → dist/browser}/operations/operations.js +13 -35
  43. package/dist/browser/operations/operations.js.map +1 -0
  44. package/dist/browser/operationsInterfaces/azureBareMetalInstances.d.ts +86 -0
  45. package/dist/browser/operationsInterfaces/azureBareMetalInstances.d.ts.map +1 -0
  46. package/dist/browser/operationsInterfaces/azureBareMetalInstances.js.map +1 -0
  47. package/dist/browser/operationsInterfaces/azureBareMetalStorageInstances.d.ts +55 -0
  48. package/dist/browser/operationsInterfaces/azureBareMetalStorageInstances.d.ts.map +1 -0
  49. package/{src/operations/index.ts → dist/browser/operationsInterfaces/azureBareMetalStorageInstances.js} +2 -3
  50. package/dist/browser/operationsInterfaces/azureBareMetalStorageInstances.js.map +1 -0
  51. package/dist/browser/operationsInterfaces/index.d.ts +4 -0
  52. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  53. package/dist/browser/operationsInterfaces/index.js +11 -0
  54. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  55. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  56. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  57. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  58. package/dist/browser/package.json +3 -0
  59. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  60. package/dist/browser/pagingHelper.js.map +1 -0
  61. package/dist/commonjs/bareMetalInfrastructureClient.d.ts +22 -0
  62. package/dist/commonjs/bareMetalInfrastructureClient.d.ts.map +1 -0
  63. package/dist/commonjs/bareMetalInfrastructureClient.js +115 -0
  64. package/dist/commonjs/bareMetalInfrastructureClient.js.map +1 -0
  65. package/dist/commonjs/index.d.ts +5 -0
  66. package/dist/commonjs/index.d.ts.map +1 -0
  67. package/dist/commonjs/index.js +19 -0
  68. package/dist/commonjs/index.js.map +1 -0
  69. package/dist/commonjs/lroImpl.d.ts +11 -0
  70. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  71. package/dist/commonjs/lroImpl.js +21 -0
  72. package/dist/commonjs/lroImpl.js.map +1 -0
  73. package/dist/commonjs/models/index.d.ts +808 -0
  74. package/dist/commonjs/models/index.d.ts.map +1 -0
  75. package/dist/commonjs/models/index.js +215 -0
  76. package/dist/commonjs/models/index.js.map +1 -0
  77. package/dist/commonjs/models/mappers.d.ts +30 -0
  78. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  79. package/dist/commonjs/models/mappers.js +812 -0
  80. package/dist/commonjs/models/mappers.js.map +1 -0
  81. package/dist/commonjs/models/parameters.d.ts +14 -0
  82. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  83. package/dist/commonjs/models/parameters.js +129 -0
  84. package/dist/commonjs/models/parameters.js.map +1 -0
  85. package/dist/commonjs/operations/azureBareMetalInstances.d.ts +124 -0
  86. package/dist/commonjs/operations/azureBareMetalInstances.d.ts.map +1 -0
  87. package/dist/commonjs/operations/azureBareMetalInstances.js +568 -0
  88. package/dist/commonjs/operations/azureBareMetalInstances.js.map +1 -0
  89. package/dist/commonjs/operations/azureBareMetalStorageInstances.d.ts +93 -0
  90. package/dist/commonjs/operations/azureBareMetalStorageInstances.d.ts.map +1 -0
  91. package/dist/commonjs/operations/azureBareMetalStorageInstances.js +375 -0
  92. package/dist/commonjs/operations/azureBareMetalStorageInstances.js.map +1 -0
  93. package/dist/commonjs/operations/index.d.ts +4 -0
  94. package/dist/commonjs/operations/index.d.ts.map +1 -0
  95. package/dist/commonjs/operations/index.js +14 -0
  96. package/dist/commonjs/operations/index.js.map +1 -0
  97. package/dist/commonjs/operations/operations.d.ts +26 -0
  98. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  99. package/dist/commonjs/operations/operations.js +84 -0
  100. package/dist/commonjs/operations/operations.js.map +1 -0
  101. package/dist/commonjs/operationsInterfaces/azureBareMetalInstances.d.ts +86 -0
  102. package/dist/commonjs/operationsInterfaces/azureBareMetalInstances.d.ts.map +1 -0
  103. package/{dist-esm/src/operationsInterfaces/index.js → dist/commonjs/operationsInterfaces/azureBareMetalInstances.js} +3 -3
  104. package/dist/commonjs/operationsInterfaces/azureBareMetalInstances.js.map +1 -0
  105. package/dist/commonjs/operationsInterfaces/azureBareMetalStorageInstances.d.ts +55 -0
  106. package/dist/commonjs/operationsInterfaces/azureBareMetalStorageInstances.d.ts.map +1 -0
  107. package/dist/commonjs/operationsInterfaces/azureBareMetalStorageInstances.js +10 -0
  108. package/dist/commonjs/operationsInterfaces/azureBareMetalStorageInstances.js.map +1 -0
  109. package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
  110. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  111. package/dist/commonjs/operationsInterfaces/index.js +14 -0
  112. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  113. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  114. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  115. package/{dist-esm/src/operations/index.js → dist/commonjs/operationsInterfaces/operations.js} +3 -3
  116. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  117. package/dist/commonjs/package.json +3 -0
  118. package/dist/commonjs/pagingHelper.d.ts +13 -0
  119. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  120. package/dist/commonjs/pagingHelper.js +34 -0
  121. package/dist/commonjs/pagingHelper.js.map +1 -0
  122. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  123. package/dist/esm/bareMetalInfrastructureClient.d.ts +22 -0
  124. package/dist/esm/bareMetalInfrastructureClient.d.ts.map +1 -0
  125. package/dist/esm/bareMetalInfrastructureClient.js +110 -0
  126. package/dist/esm/bareMetalInfrastructureClient.js.map +1 -0
  127. package/dist/esm/index.d.ts +5 -0
  128. package/dist/esm/index.d.ts.map +1 -0
  129. package/{src/index.ts → dist/esm/index.js} +5 -5
  130. package/dist/esm/index.js.map +1 -0
  131. package/dist/esm/lroImpl.d.ts +11 -0
  132. package/dist/esm/lroImpl.d.ts.map +1 -0
  133. package/dist/esm/lroImpl.js +18 -0
  134. package/dist/esm/lroImpl.js.map +1 -0
  135. package/dist/esm/models/index.d.ts +808 -0
  136. package/dist/esm/models/index.d.ts.map +1 -0
  137. package/dist/esm/models/index.js +212 -0
  138. package/dist/esm/models/index.js.map +1 -0
  139. package/dist/esm/models/mappers.d.ts +30 -0
  140. package/dist/esm/models/mappers.d.ts.map +1 -0
  141. package/dist/esm/models/mappers.js +809 -0
  142. package/dist/esm/models/mappers.js.map +1 -0
  143. package/dist/esm/models/parameters.d.ts +14 -0
  144. package/dist/esm/models/parameters.d.ts.map +1 -0
  145. package/dist/esm/models/parameters.js +126 -0
  146. package/dist/esm/models/parameters.js.map +1 -0
  147. package/dist/esm/operations/azureBareMetalInstances.d.ts +124 -0
  148. package/dist/esm/operations/azureBareMetalInstances.d.ts.map +1 -0
  149. package/dist/esm/operations/azureBareMetalInstances.js +563 -0
  150. package/dist/esm/operations/azureBareMetalInstances.js.map +1 -0
  151. package/dist/esm/operations/azureBareMetalStorageInstances.d.ts +93 -0
  152. package/dist/esm/operations/azureBareMetalStorageInstances.d.ts.map +1 -0
  153. package/dist/esm/operations/azureBareMetalStorageInstances.js +370 -0
  154. package/dist/esm/operations/azureBareMetalStorageInstances.js.map +1 -0
  155. package/dist/esm/operations/index.d.ts +4 -0
  156. package/dist/esm/operations/index.d.ts.map +1 -0
  157. package/dist/esm/operations/index.js +11 -0
  158. package/dist/esm/operations/index.js.map +1 -0
  159. package/dist/esm/operations/operations.d.ts +26 -0
  160. package/dist/esm/operations/operations.d.ts.map +1 -0
  161. package/dist/esm/operations/operations.js +79 -0
  162. package/dist/esm/operations/operations.js.map +1 -0
  163. package/dist/esm/operationsInterfaces/azureBareMetalInstances.d.ts +86 -0
  164. package/dist/esm/operationsInterfaces/azureBareMetalInstances.d.ts.map +1 -0
  165. package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/azureBareMetalInstances.js} +2 -3
  166. package/dist/esm/operationsInterfaces/azureBareMetalInstances.js.map +1 -0
  167. package/dist/esm/operationsInterfaces/azureBareMetalStorageInstances.d.ts +55 -0
  168. package/dist/esm/operationsInterfaces/azureBareMetalStorageInstances.d.ts.map +1 -0
  169. package/dist/esm/operationsInterfaces/azureBareMetalStorageInstances.js +9 -0
  170. package/dist/esm/operationsInterfaces/azureBareMetalStorageInstances.js.map +1 -0
  171. package/dist/esm/operationsInterfaces/index.d.ts +4 -0
  172. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  173. package/dist/esm/operationsInterfaces/index.js +11 -0
  174. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  175. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  176. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  177. package/dist/esm/operationsInterfaces/operations.js +9 -0
  178. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  179. package/dist/esm/package.json +3 -0
  180. package/dist/esm/pagingHelper.d.ts +13 -0
  181. package/dist/esm/pagingHelper.d.ts.map +1 -0
  182. package/dist/esm/pagingHelper.js +30 -0
  183. package/dist/esm/pagingHelper.js.map +1 -0
  184. package/dist/react-native/bareMetalInfrastructureClient.d.ts +22 -0
  185. package/dist/react-native/bareMetalInfrastructureClient.d.ts.map +1 -0
  186. package/dist/react-native/bareMetalInfrastructureClient.js +110 -0
  187. package/dist/react-native/bareMetalInfrastructureClient.js.map +1 -0
  188. package/dist/react-native/index.d.ts +5 -0
  189. package/dist/react-native/index.d.ts.map +1 -0
  190. package/dist/react-native/index.js +13 -0
  191. package/dist/react-native/index.js.map +1 -0
  192. package/dist/react-native/lroImpl.d.ts +11 -0
  193. package/dist/react-native/lroImpl.d.ts.map +1 -0
  194. package/dist/react-native/lroImpl.js +18 -0
  195. package/dist/react-native/lroImpl.js.map +1 -0
  196. package/dist/react-native/models/index.d.ts +808 -0
  197. package/dist/react-native/models/index.d.ts.map +1 -0
  198. package/dist/react-native/models/index.js +212 -0
  199. package/dist/react-native/models/index.js.map +1 -0
  200. package/dist/react-native/models/mappers.d.ts +30 -0
  201. package/dist/react-native/models/mappers.d.ts.map +1 -0
  202. package/dist/react-native/models/mappers.js +809 -0
  203. package/dist/react-native/models/mappers.js.map +1 -0
  204. package/dist/react-native/models/parameters.d.ts +14 -0
  205. package/dist/react-native/models/parameters.d.ts.map +1 -0
  206. package/dist/react-native/models/parameters.js +126 -0
  207. package/dist/react-native/models/parameters.js.map +1 -0
  208. package/dist/react-native/operations/azureBareMetalInstances.d.ts +124 -0
  209. package/dist/react-native/operations/azureBareMetalInstances.d.ts.map +1 -0
  210. package/dist/react-native/operations/azureBareMetalInstances.js +563 -0
  211. package/dist/react-native/operations/azureBareMetalInstances.js.map +1 -0
  212. package/dist/react-native/operations/azureBareMetalStorageInstances.d.ts +93 -0
  213. package/dist/react-native/operations/azureBareMetalStorageInstances.d.ts.map +1 -0
  214. package/dist/react-native/operations/azureBareMetalStorageInstances.js +370 -0
  215. package/dist/react-native/operations/azureBareMetalStorageInstances.js.map +1 -0
  216. package/dist/react-native/operations/index.d.ts +4 -0
  217. package/dist/react-native/operations/index.d.ts.map +1 -0
  218. package/dist/react-native/operations/index.js +11 -0
  219. package/dist/react-native/operations/index.js.map +1 -0
  220. package/dist/react-native/operations/operations.d.ts +26 -0
  221. package/dist/react-native/operations/operations.d.ts.map +1 -0
  222. package/dist/react-native/operations/operations.js +79 -0
  223. package/dist/react-native/operations/operations.js.map +1 -0
  224. package/dist/react-native/operationsInterfaces/azureBareMetalInstances.d.ts +86 -0
  225. package/dist/react-native/operationsInterfaces/azureBareMetalInstances.d.ts.map +1 -0
  226. package/dist/react-native/operationsInterfaces/azureBareMetalInstances.js +9 -0
  227. package/dist/react-native/operationsInterfaces/azureBareMetalInstances.js.map +1 -0
  228. package/dist/react-native/operationsInterfaces/azureBareMetalStorageInstances.d.ts +55 -0
  229. package/dist/react-native/operationsInterfaces/azureBareMetalStorageInstances.d.ts.map +1 -0
  230. package/dist/react-native/operationsInterfaces/azureBareMetalStorageInstances.js +9 -0
  231. package/dist/react-native/operationsInterfaces/azureBareMetalStorageInstances.js.map +1 -0
  232. package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
  233. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  234. package/dist/react-native/operationsInterfaces/index.js +11 -0
  235. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  236. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  237. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  238. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  239. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  240. package/dist/react-native/package.json +3 -0
  241. package/dist/react-native/pagingHelper.d.ts +13 -0
  242. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  243. package/dist/react-native/pagingHelper.js +30 -0
  244. package/dist/react-native/pagingHelper.js.map +1 -0
  245. package/package.json +87 -76
  246. package/review/arm-baremetalinfrastructure-node.api.md +550 -0
  247. package/dist/index.js +0 -1378
  248. package/dist/index.js.map +0 -1
  249. package/dist/index.min.js +0 -1
  250. package/dist/index.min.js.map +0 -1
  251. package/dist-esm/samples-dev/azureBareMetalInstancesGetSample.d.ts +0 -2
  252. package/dist-esm/samples-dev/azureBareMetalInstancesGetSample.d.ts.map +0 -1
  253. package/dist-esm/samples-dev/azureBareMetalInstancesGetSample.js +0 -39
  254. package/dist-esm/samples-dev/azureBareMetalInstancesGetSample.js.map +0 -1
  255. package/dist-esm/samples-dev/azureBareMetalInstancesListByResourceGroupSample.d.ts +0 -2
  256. package/dist-esm/samples-dev/azureBareMetalInstancesListByResourceGroupSample.d.ts.map +0 -1
  257. package/dist-esm/samples-dev/azureBareMetalInstancesListByResourceGroupSample.js +0 -59
  258. package/dist-esm/samples-dev/azureBareMetalInstancesListByResourceGroupSample.js.map +0 -1
  259. package/dist-esm/samples-dev/azureBareMetalInstancesListBySubscriptionSample.d.ts +0 -2
  260. package/dist-esm/samples-dev/azureBareMetalInstancesListBySubscriptionSample.d.ts.map +0 -1
  261. package/dist-esm/samples-dev/azureBareMetalInstancesListBySubscriptionSample.js +0 -58
  262. package/dist-esm/samples-dev/azureBareMetalInstancesListBySubscriptionSample.js.map +0 -1
  263. package/dist-esm/samples-dev/azureBareMetalInstancesUpdateSample.d.ts +0 -2
  264. package/dist-esm/samples-dev/azureBareMetalInstancesUpdateSample.d.ts.map +0 -1
  265. package/dist-esm/samples-dev/azureBareMetalInstancesUpdateSample.js +0 -60
  266. package/dist-esm/samples-dev/azureBareMetalInstancesUpdateSample.js.map +0 -1
  267. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  268. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  269. package/dist-esm/samples-dev/operationsListSample.js +0 -58
  270. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  271. package/dist-esm/src/bareMetalInfrastructureClient.d.ts.map +0 -1
  272. package/dist-esm/src/bareMetalInfrastructureClient.js.map +0 -1
  273. package/dist-esm/src/index.d.ts +0 -6
  274. package/dist-esm/src/index.d.ts.map +0 -1
  275. package/dist-esm/src/index.js.map +0 -1
  276. package/dist-esm/src/models/index.d.ts +0 -519
  277. package/dist-esm/src/models/index.d.ts.map +0 -1
  278. package/dist-esm/src/models/index.js.map +0 -1
  279. package/dist-esm/src/models/mappers.d.ts +0 -20
  280. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  281. package/dist-esm/src/models/mappers.js.map +0 -1
  282. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  283. package/dist-esm/src/models/parameters.js.map +0 -1
  284. package/dist-esm/src/operations/azureBareMetalInstances.d.ts +0 -73
  285. package/dist-esm/src/operations/azureBareMetalInstances.d.ts.map +0 -1
  286. package/dist-esm/src/operations/azureBareMetalInstances.js +0 -334
  287. package/dist-esm/src/operations/azureBareMetalInstances.js.map +0 -1
  288. package/dist-esm/src/operations/index.d.ts +0 -3
  289. package/dist-esm/src/operations/index.js.map +0 -1
  290. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  291. package/dist-esm/src/operations/operations.js.map +0 -1
  292. package/dist-esm/src/operationsInterfaces/azureBareMetalInstances.d.ts +0 -35
  293. package/dist-esm/src/operationsInterfaces/azureBareMetalInstances.d.ts.map +0 -1
  294. package/dist-esm/src/operationsInterfaces/azureBareMetalInstances.js.map +0 -1
  295. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
  296. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  297. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  298. package/dist-esm/src/pagingHelper.js.map +0 -1
  299. package/dist-esm/test/baremetalinfrastructure_operations_test.spec.d.ts +0 -4
  300. package/dist-esm/test/baremetalinfrastructure_operations_test.spec.d.ts.map +0 -1
  301. package/dist-esm/test/baremetalinfrastructure_operations_test.spec.js +0 -78
  302. package/dist-esm/test/baremetalinfrastructure_operations_test.spec.js.map +0 -1
  303. package/review/arm-baremetalinfrastructure.api.md +0 -325
  304. package/rollup.config.js +0 -122
  305. package/src/bareMetalInfrastructureClient.ts +0 -142
  306. package/src/models/index.ts +0 -566
  307. package/src/models/mappers.ts +0 -549
  308. package/src/models/parameters.ts +0 -119
  309. package/src/operations/azureBareMetalInstances.ts +0 -395
  310. package/src/operations/operations.ts +0 -103
  311. package/src/operationsInterfaces/azureBareMetalInstances.ts +0 -67
  312. package/src/operationsInterfaces/operations.ts +0 -22
  313. package/src/pagingHelper.ts +0 -39
  314. package/tsconfig.json +0 -33
  315. package/types/arm-baremetalinfrastructure.d.ts +0 -633
  316. /package/{dist-esm/src → dist/browser}/operationsInterfaces/azureBareMetalInstances.js +0 -0
  317. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  318. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  319. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
@@ -0,0 +1,808 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ /** The OperationStatus object returns the state of an asynchronous operation. */
3
+ export interface OperationStatus {
4
+ /** Unique Operation Status Identifier. */
5
+ name?: string;
6
+ /** Status of the operation. */
7
+ status?: AsyncOperationStatus;
8
+ /** Start Time when the operation was initially executed. */
9
+ startTime?: string;
10
+ /** An error from the Azure Bare Metal Infrastructure service. */
11
+ error?: OperationStatusError;
12
+ }
13
+ /** An error from the Azure Bare Metal Infrastructure service. */
14
+ export interface OperationStatusError {
15
+ /** Server-defined set of error codes. */
16
+ code?: string;
17
+ /** Human-readable representation of the error. */
18
+ message?: string;
19
+ }
20
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
21
+ export interface ErrorResponse {
22
+ /** The error object. */
23
+ error?: ErrorDetail;
24
+ }
25
+ /** The error detail. */
26
+ export interface ErrorDetail {
27
+ /**
28
+ * The error code.
29
+ * NOTE: This property will not be serialized. It can only be populated by the server.
30
+ */
31
+ readonly code?: string;
32
+ /**
33
+ * The error message.
34
+ * NOTE: This property will not be serialized. It can only be populated by the server.
35
+ */
36
+ readonly message?: string;
37
+ /**
38
+ * The error target.
39
+ * NOTE: This property will not be serialized. It can only be populated by the server.
40
+ */
41
+ readonly target?: string;
42
+ /**
43
+ * The error details.
44
+ * NOTE: This property will not be serialized. It can only be populated by the server.
45
+ */
46
+ readonly details?: ErrorDetail[];
47
+ /**
48
+ * The error additional info.
49
+ * NOTE: This property will not be serialized. It can only be populated by the server.
50
+ */
51
+ readonly additionalInfo?: ErrorAdditionalInfo[];
52
+ }
53
+ /** The resource management error additional info. */
54
+ export interface ErrorAdditionalInfo {
55
+ /**
56
+ * The additional info type.
57
+ * NOTE: This property will not be serialized. It can only be populated by the server.
58
+ */
59
+ readonly type?: string;
60
+ /**
61
+ * The additional info.
62
+ * NOTE: This property will not be serialized. It can only be populated by the server.
63
+ */
64
+ readonly info?: Record<string, unknown>;
65
+ }
66
+ /** The active state empowers the server with the ability to forcefully terminate and halt any existing processes that may be running on the server */
67
+ export interface ForceState {
68
+ /** Whether to force restart by shutting all processes. */
69
+ forceState?: AzureBareMetalInstanceForcePowerState;
70
+ }
71
+ /** The response from the List Azure Bare Metal Instances operation. */
72
+ export interface AzureBareMetalInstancesListResult {
73
+ /** The list of Azure Bare Metal Instances. */
74
+ value?: AzureBareMetalInstance[];
75
+ /** The URL to get the next set of Azure Bare Metal Instances. */
76
+ nextLink?: string;
77
+ }
78
+ /** Specifies the hardware settings for the Azure Bare Metal Instance. */
79
+ export interface HardwareProfile {
80
+ /**
81
+ * Name of the hardware type (vendor and/or their product name)
82
+ * NOTE: This property will not be serialized. It can only be populated by the server.
83
+ */
84
+ readonly hardwareType?: AzureBareMetalHardwareTypeNamesEnum;
85
+ /**
86
+ * Specifies the Azure Bare Metal Instance SKU.
87
+ * NOTE: This property will not be serialized. It can only be populated by the server.
88
+ */
89
+ readonly azureBareMetalInstanceSize?: AzureBareMetalInstanceSizeNamesEnum;
90
+ }
91
+ /** Specifies the storage settings for the Azure Bare Metal instance disks. */
92
+ export interface StorageProfile {
93
+ /**
94
+ * IP Address to connect to storage.
95
+ * NOTE: This property will not be serialized. It can only be populated by the server.
96
+ */
97
+ readonly nfsIpAddress?: string;
98
+ /** Specifies information about the operating system disk used by bare metal instance. */
99
+ osDisks?: Disk[];
100
+ }
101
+ /** Specifies the disk information fo the Azure Bare Metal Instance */
102
+ export interface Disk {
103
+ /** The disk name. */
104
+ name?: string;
105
+ /** Specifies the size of an empty data disk in gigabytes. */
106
+ diskSizeGB?: number;
107
+ /**
108
+ * Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
109
+ * NOTE: This property will not be serialized. It can only be populated by the server.
110
+ */
111
+ readonly lun?: number;
112
+ }
113
+ /** Specifies the operating system settings for the Azure Bare Metal instance. */
114
+ export interface OSProfile {
115
+ /** Specifies the host OS name of the Azure Bare Metal instance. */
116
+ computerName?: string;
117
+ /**
118
+ * This property allows you to specify the type of the OS.
119
+ * NOTE: This property will not be serialized. It can only be populated by the server.
120
+ */
121
+ readonly osType?: string;
122
+ /**
123
+ * Specifies version of operating system.
124
+ * NOTE: This property will not be serialized. It can only be populated by the server.
125
+ */
126
+ readonly version?: string;
127
+ /** Specifies the SSH public key used to access the operating system. */
128
+ sshPublicKey?: string;
129
+ }
130
+ /** Specifies the network settings for the Azure Bare Metal Instance disks. */
131
+ export interface NetworkProfile {
132
+ /** Specifies the network interfaces for the Azure Bare Metal Instance. */
133
+ networkInterfaces?: NetworkInterface[];
134
+ /**
135
+ * Specifies the circuit id for connecting to express route.
136
+ * NOTE: This property will not be serialized. It can only be populated by the server.
137
+ */
138
+ readonly circuitId?: string;
139
+ }
140
+ /** Specifies the network interfaces of a bare metal resource. */
141
+ export interface NetworkInterface {
142
+ /** Specifies the IP address of the network interface. */
143
+ ipAddress?: string;
144
+ }
145
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
146
+ export interface Resource {
147
+ /**
148
+ * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
149
+ * NOTE: This property will not be serialized. It can only be populated by the server.
150
+ */
151
+ readonly id?: string;
152
+ /**
153
+ * The name of the resource
154
+ * NOTE: This property will not be serialized. It can only be populated by the server.
155
+ */
156
+ readonly name?: string;
157
+ /**
158
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
159
+ * NOTE: This property will not be serialized. It can only be populated by the server.
160
+ */
161
+ readonly type?: string;
162
+ /**
163
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
164
+ * NOTE: This property will not be serialized. It can only be populated by the server.
165
+ */
166
+ readonly systemData?: SystemData;
167
+ }
168
+ /** Metadata pertaining to creation and last modification of the resource. */
169
+ export interface SystemData {
170
+ /** The identity that created the resource. */
171
+ createdBy?: string;
172
+ /** The type of identity that created the resource. */
173
+ createdByType?: CreatedByType;
174
+ /** The timestamp of resource creation (UTC). */
175
+ createdAt?: Date;
176
+ /** The identity that last modified the resource. */
177
+ lastModifiedBy?: string;
178
+ /** The type of identity that last modified the resource. */
179
+ lastModifiedByType?: CreatedByType;
180
+ /** The timestamp of resource last modification (UTC) */
181
+ lastModifiedAt?: Date;
182
+ }
183
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
184
+ export interface OperationListResult {
185
+ /**
186
+ * List of operations supported by the resource provider
187
+ * NOTE: This property will not be serialized. It can only be populated by the server.
188
+ */
189
+ readonly value?: Operation[];
190
+ /**
191
+ * URL to get the next set of operation list results (if there are any).
192
+ * NOTE: This property will not be serialized. It can only be populated by the server.
193
+ */
194
+ readonly nextLink?: string;
195
+ }
196
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
197
+ export interface Operation {
198
+ /**
199
+ * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
200
+ * NOTE: This property will not be serialized. It can only be populated by the server.
201
+ */
202
+ readonly name?: string;
203
+ /**
204
+ * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
205
+ * NOTE: This property will not be serialized. It can only be populated by the server.
206
+ */
207
+ readonly isDataAction?: boolean;
208
+ /** Localized display information for this particular operation. */
209
+ display?: OperationDisplay;
210
+ /**
211
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
212
+ * NOTE: This property will not be serialized. It can only be populated by the server.
213
+ */
214
+ readonly origin?: Origin;
215
+ /**
216
+ * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
217
+ * NOTE: This property will not be serialized. It can only be populated by the server.
218
+ */
219
+ readonly actionType?: ActionType;
220
+ }
221
+ /** Localized display information for this particular operation. */
222
+ export interface OperationDisplay {
223
+ /**
224
+ * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
225
+ * NOTE: This property will not be serialized. It can only be populated by the server.
226
+ */
227
+ readonly provider?: string;
228
+ /**
229
+ * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
230
+ * NOTE: This property will not be serialized. It can only be populated by the server.
231
+ */
232
+ readonly resource?: string;
233
+ /**
234
+ * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
235
+ * NOTE: This property will not be serialized. It can only be populated by the server.
236
+ */
237
+ readonly operation?: string;
238
+ /**
239
+ * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
240
+ * NOTE: This property will not be serialized. It can only be populated by the server.
241
+ */
242
+ readonly description?: string;
243
+ }
244
+ /** Tags field of the AzureBareMetal/AzureBareMetaStorage instance. */
245
+ export interface Tags {
246
+ /** Tags field of the AzureBareMetal/AzureBareMetaStorage instance. */
247
+ tags?: {
248
+ [propertyName: string]: string;
249
+ };
250
+ }
251
+ /** The response from the Get AzureBareMetalStorageInstances operation. */
252
+ export interface AzureBareMetalStorageInstancesListResult {
253
+ /** The list of AzureBareMetalStorage instances. */
254
+ value?: AzureBareMetalStorageInstance[];
255
+ /** The URL to get the next set of AzureBareMetalStorage instances. */
256
+ nextLink?: string;
257
+ }
258
+ /** described the storage properties of the azure bare metal storage instance */
259
+ export interface StorageProperties {
260
+ /** State of provisioning of the AzureBareMetalStorageInstance */
261
+ provisioningState?: ProvisioningState;
262
+ /** the offering type for which the resource is getting provisioned */
263
+ offeringType?: string;
264
+ /** the storage protocol for which the resource is getting provisioned */
265
+ storageType?: string;
266
+ /** the kind of storage instance */
267
+ generation?: string;
268
+ /** the hardware type of the storage instance */
269
+ hardwareType?: string;
270
+ /** the workload for which the resource is getting provisioned */
271
+ workloadType?: string;
272
+ /** the billing related information for the resource */
273
+ storageBillingProperties?: StorageBillingProperties;
274
+ }
275
+ /** Describes the billing related details of the AzureBareMetalStorageInstance. */
276
+ export interface StorageBillingProperties {
277
+ /** the billing mode for the storage instance */
278
+ billingMode?: string;
279
+ /** the SKU type that is provisioned */
280
+ azureBareMetalStorageInstanceSize?: string;
281
+ }
282
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
283
+ export interface TrackedResource extends Resource {
284
+ /** Resource tags. */
285
+ tags?: {
286
+ [propertyName: string]: string;
287
+ };
288
+ /** The geo-location where the resource lives */
289
+ location: string;
290
+ }
291
+ /** AzureBareMetal instance info on Azure (ARM properties and AzureBareMetal properties) */
292
+ export interface AzureBareMetalInstance extends TrackedResource {
293
+ /** Specifies the hardware settings for the Azure Bare Metal Instance. */
294
+ hardwareProfile?: HardwareProfile;
295
+ /** Specifies the storage settings for the Azure Bare Metal Instance disks. */
296
+ storageProfile?: StorageProfile;
297
+ /** Specifies the operating system settings for the Azure Bare Metal Instance. */
298
+ osProfile?: OSProfile;
299
+ /** Specifies the network settings for the Azure Bare Metal Instance. */
300
+ networkProfile?: NetworkProfile;
301
+ /**
302
+ * Specifies the Azure Bare Metal Instance unique ID.
303
+ * NOTE: This property will not be serialized. It can only be populated by the server.
304
+ */
305
+ readonly azureBareMetalInstanceId?: string;
306
+ /**
307
+ * Resource power state
308
+ * NOTE: This property will not be serialized. It can only be populated by the server.
309
+ */
310
+ readonly powerState?: AzureBareMetalInstancePowerStateEnum;
311
+ /**
312
+ * Resource proximity placement group
313
+ * NOTE: This property will not be serialized. It can only be populated by the server.
314
+ */
315
+ readonly proximityPlacementGroup?: string;
316
+ /**
317
+ * Hardware revision of an Azure Bare Metal Instance
318
+ * NOTE: This property will not be serialized. It can only be populated by the server.
319
+ */
320
+ readonly hwRevision?: string;
321
+ /** ARM ID of another AzureBareMetalInstance that will share a network with this AzureBareMetalInstance */
322
+ partnerNodeId?: string;
323
+ /**
324
+ * State of provisioning of the AzureBareMetalInstance
325
+ * NOTE: This property will not be serialized. It can only be populated by the server.
326
+ */
327
+ readonly provisioningState?: AzureBareMetalProvisioningStatesEnum;
328
+ }
329
+ /** AzureBareMetalStorageInstance info on Azure (ARM properties and AzureBareMetalStorage properties) */
330
+ export interface AzureBareMetalStorageInstance extends TrackedResource {
331
+ /** Specifies the AzureBareMetaStorageInstance unique ID. */
332
+ azureBareMetalStorageInstanceUniqueIdentifier?: string;
333
+ /** Specifies the storage properties for the AzureBareMetalStorage instance. */
334
+ storageProperties?: StorageProperties;
335
+ }
336
+ /** Defines headers for AzureBareMetalInstances_start operation. */
337
+ export interface AzureBareMetalInstancesStartHeaders {
338
+ /** URL to track the operation status of the Microsoft Bare Metal Infrastructure in the specified location. */
339
+ location?: string;
340
+ }
341
+ /** Defines headers for AzureBareMetalInstances_restart operation. */
342
+ export interface AzureBareMetalInstancesRestartHeaders {
343
+ /** URL to track the operation status of the Microsoft Bare Metal Infrastructure in the specified location. */
344
+ location?: string;
345
+ }
346
+ /** Defines headers for AzureBareMetalInstances_shutdown operation. */
347
+ export interface AzureBareMetalInstancesShutdownHeaders {
348
+ /** URL to track the operation status of the Microsoft Bare Metal Infrastructure in the specified location. */
349
+ location?: string;
350
+ }
351
+ /** Known values of {@link AsyncOperationStatus} that the service accepts. */
352
+ export declare enum KnownAsyncOperationStatus {
353
+ /** Requesting */
354
+ Requesting = "Requesting",
355
+ /** Executing */
356
+ Executing = "Executing",
357
+ /** Succeeded */
358
+ Succeeded = "Succeeded",
359
+ /** Failed */
360
+ Failed = "Failed"
361
+ }
362
+ /**
363
+ * Defines values for AsyncOperationStatus. \
364
+ * {@link KnownAsyncOperationStatus} can be used interchangeably with AsyncOperationStatus,
365
+ * this enum contains the known values that the service supports.
366
+ * ### Known values supported by the service
367
+ * **Requesting** \
368
+ * **Executing** \
369
+ * **Succeeded** \
370
+ * **Failed**
371
+ */
372
+ export type AsyncOperationStatus = string;
373
+ /** Known values of {@link AzureBareMetalInstanceForcePowerState} that the service accepts. */
374
+ export declare enum KnownAzureBareMetalInstanceForcePowerState {
375
+ /** Active */
376
+ Active = "active",
377
+ /** Inactive */
378
+ Inactive = "inactive"
379
+ }
380
+ /**
381
+ * Defines values for AzureBareMetalInstanceForcePowerState. \
382
+ * {@link KnownAzureBareMetalInstanceForcePowerState} can be used interchangeably with AzureBareMetalInstanceForcePowerState,
383
+ * this enum contains the known values that the service supports.
384
+ * ### Known values supported by the service
385
+ * **active** \
386
+ * **inactive**
387
+ */
388
+ export type AzureBareMetalInstanceForcePowerState = string;
389
+ /** Known values of {@link AzureBareMetalHardwareTypeNamesEnum} that the service accepts. */
390
+ export declare enum KnownAzureBareMetalHardwareTypeNamesEnum {
391
+ /** CiscoUCS */
392
+ CiscoUCS = "Cisco_UCS",
393
+ /** HPE */
394
+ HPE = "HPE",
395
+ /** Sdflex */
396
+ Sdflex = "SDFLEX"
397
+ }
398
+ /**
399
+ * Defines values for AzureBareMetalHardwareTypeNamesEnum. \
400
+ * {@link KnownAzureBareMetalHardwareTypeNamesEnum} can be used interchangeably with AzureBareMetalHardwareTypeNamesEnum,
401
+ * this enum contains the known values that the service supports.
402
+ * ### Known values supported by the service
403
+ * **Cisco_UCS** \
404
+ * **HPE** \
405
+ * **SDFLEX**
406
+ */
407
+ export type AzureBareMetalHardwareTypeNamesEnum = string;
408
+ /** Known values of {@link AzureBareMetalInstanceSizeNamesEnum} that the service accepts. */
409
+ export declare enum KnownAzureBareMetalInstanceSizeNamesEnum {
410
+ /** S72M */
411
+ S72M = "S72m",
412
+ /** S144M */
413
+ S144M = "S144m",
414
+ /** S72 */
415
+ S72 = "S72",
416
+ /** S144 */
417
+ S144 = "S144",
418
+ /** S192 */
419
+ S192 = "S192",
420
+ /** S192M */
421
+ S192M = "S192m",
422
+ /** S192Xm */
423
+ S192Xm = "S192xm",
424
+ /** S96 */
425
+ S96 = "S96",
426
+ /** S112 */
427
+ S112 = "S112",
428
+ /** S224 */
429
+ S224 = "S224",
430
+ /** S224M */
431
+ S224M = "S224m",
432
+ /** S224Om */
433
+ S224Om = "S224om",
434
+ /** S224Oo */
435
+ S224Oo = "S224oo",
436
+ /** S224Oom */
437
+ S224Oom = "S224oom",
438
+ /** S224Ooo */
439
+ S224Ooo = "S224ooo",
440
+ /** S384 */
441
+ S384 = "S384",
442
+ /** S384M */
443
+ S384M = "S384m",
444
+ /** S384Xm */
445
+ S384Xm = "S384xm",
446
+ /** S384Xxm */
447
+ S384Xxm = "S384xxm",
448
+ /** S448 */
449
+ S448 = "S448",
450
+ /** S448M */
451
+ S448M = "S448m",
452
+ /** S448Om */
453
+ S448Om = "S448om",
454
+ /** S448Oo */
455
+ S448Oo = "S448oo",
456
+ /** S448Oom */
457
+ S448Oom = "S448oom",
458
+ /** S448Ooo */
459
+ S448Ooo = "S448ooo",
460
+ /** S448Se */
461
+ S448Se = "S448se",
462
+ /** S576M */
463
+ S576M = "S576m",
464
+ /** S576Xm */
465
+ S576Xm = "S576xm",
466
+ /** S672 */
467
+ S672 = "S672",
468
+ /** S672M */
469
+ S672M = "S672m",
470
+ /** S672Om */
471
+ S672Om = "S672om",
472
+ /** S672Oo */
473
+ S672Oo = "S672oo",
474
+ /** S672Oom */
475
+ S672Oom = "S672oom",
476
+ /** S672Ooo */
477
+ S672Ooo = "S672ooo",
478
+ /** S768 */
479
+ S768 = "S768",
480
+ /** S768M */
481
+ S768M = "S768m",
482
+ /** S768Xm */
483
+ S768Xm = "S768xm",
484
+ /** S896 */
485
+ S896 = "S896",
486
+ /** S896M */
487
+ S896M = "S896m",
488
+ /** S896Om */
489
+ S896Om = "S896om",
490
+ /** S896Oo */
491
+ S896Oo = "S896oo",
492
+ /** S896Oom */
493
+ S896Oom = "S896oom",
494
+ /** S896Ooo */
495
+ S896Ooo = "S896ooo",
496
+ /** S960M */
497
+ S960M = "S960m"
498
+ }
499
+ /**
500
+ * Defines values for AzureBareMetalInstanceSizeNamesEnum. \
501
+ * {@link KnownAzureBareMetalInstanceSizeNamesEnum} can be used interchangeably with AzureBareMetalInstanceSizeNamesEnum,
502
+ * this enum contains the known values that the service supports.
503
+ * ### Known values supported by the service
504
+ * **S72m** \
505
+ * **S144m** \
506
+ * **S72** \
507
+ * **S144** \
508
+ * **S192** \
509
+ * **S192m** \
510
+ * **S192xm** \
511
+ * **S96** \
512
+ * **S112** \
513
+ * **S224** \
514
+ * **S224m** \
515
+ * **S224om** \
516
+ * **S224oo** \
517
+ * **S224oom** \
518
+ * **S224ooo** \
519
+ * **S384** \
520
+ * **S384m** \
521
+ * **S384xm** \
522
+ * **S384xxm** \
523
+ * **S448** \
524
+ * **S448m** \
525
+ * **S448om** \
526
+ * **S448oo** \
527
+ * **S448oom** \
528
+ * **S448ooo** \
529
+ * **S448se** \
530
+ * **S576m** \
531
+ * **S576xm** \
532
+ * **S672** \
533
+ * **S672m** \
534
+ * **S672om** \
535
+ * **S672oo** \
536
+ * **S672oom** \
537
+ * **S672ooo** \
538
+ * **S768** \
539
+ * **S768m** \
540
+ * **S768xm** \
541
+ * **S896** \
542
+ * **S896m** \
543
+ * **S896om** \
544
+ * **S896oo** \
545
+ * **S896oom** \
546
+ * **S896ooo** \
547
+ * **S960m**
548
+ */
549
+ export type AzureBareMetalInstanceSizeNamesEnum = string;
550
+ /** Known values of {@link AzureBareMetalInstancePowerStateEnum} that the service accepts. */
551
+ export declare enum KnownAzureBareMetalInstancePowerStateEnum {
552
+ /** Starting */
553
+ Starting = "starting",
554
+ /** Started */
555
+ Started = "started",
556
+ /** Stopping */
557
+ Stopping = "stopping",
558
+ /** Stopped */
559
+ Stopped = "stopped",
560
+ /** Restarting */
561
+ Restarting = "restarting",
562
+ /** Unknown */
563
+ Unknown = "unknown"
564
+ }
565
+ /**
566
+ * Defines values for AzureBareMetalInstancePowerStateEnum. \
567
+ * {@link KnownAzureBareMetalInstancePowerStateEnum} can be used interchangeably with AzureBareMetalInstancePowerStateEnum,
568
+ * this enum contains the known values that the service supports.
569
+ * ### Known values supported by the service
570
+ * **starting** \
571
+ * **started** \
572
+ * **stopping** \
573
+ * **stopped** \
574
+ * **restarting** \
575
+ * **unknown**
576
+ */
577
+ export type AzureBareMetalInstancePowerStateEnum = string;
578
+ /** Known values of {@link AzureBareMetalProvisioningStatesEnum} that the service accepts. */
579
+ export declare enum KnownAzureBareMetalProvisioningStatesEnum {
580
+ /** Accepted */
581
+ Accepted = "Accepted",
582
+ /** Creating */
583
+ Creating = "Creating",
584
+ /** Updating */
585
+ Updating = "Updating",
586
+ /** Failed */
587
+ Failed = "Failed",
588
+ /** Succeeded */
589
+ Succeeded = "Succeeded",
590
+ /** Deleting */
591
+ Deleting = "Deleting",
592
+ /** Migrating */
593
+ Migrating = "Migrating"
594
+ }
595
+ /**
596
+ * Defines values for AzureBareMetalProvisioningStatesEnum. \
597
+ * {@link KnownAzureBareMetalProvisioningStatesEnum} can be used interchangeably with AzureBareMetalProvisioningStatesEnum,
598
+ * this enum contains the known values that the service supports.
599
+ * ### Known values supported by the service
600
+ * **Accepted** \
601
+ * **Creating** \
602
+ * **Updating** \
603
+ * **Failed** \
604
+ * **Succeeded** \
605
+ * **Deleting** \
606
+ * **Migrating**
607
+ */
608
+ export type AzureBareMetalProvisioningStatesEnum = string;
609
+ /** Known values of {@link CreatedByType} that the service accepts. */
610
+ export declare enum KnownCreatedByType {
611
+ /** User */
612
+ User = "User",
613
+ /** Application */
614
+ Application = "Application",
615
+ /** ManagedIdentity */
616
+ ManagedIdentity = "ManagedIdentity",
617
+ /** Key */
618
+ Key = "Key"
619
+ }
620
+ /**
621
+ * Defines values for CreatedByType. \
622
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
623
+ * this enum contains the known values that the service supports.
624
+ * ### Known values supported by the service
625
+ * **User** \
626
+ * **Application** \
627
+ * **ManagedIdentity** \
628
+ * **Key**
629
+ */
630
+ export type CreatedByType = string;
631
+ /** Known values of {@link Origin} that the service accepts. */
632
+ export declare enum KnownOrigin {
633
+ /** User */
634
+ User = "user",
635
+ /** System */
636
+ System = "system",
637
+ /** UserSystem */
638
+ UserSystem = "user,system"
639
+ }
640
+ /**
641
+ * Defines values for Origin. \
642
+ * {@link KnownOrigin} can be used interchangeably with Origin,
643
+ * this enum contains the known values that the service supports.
644
+ * ### Known values supported by the service
645
+ * **user** \
646
+ * **system** \
647
+ * **user,system**
648
+ */
649
+ export type Origin = string;
650
+ /** Known values of {@link ActionType} that the service accepts. */
651
+ export declare enum KnownActionType {
652
+ /** Internal */
653
+ Internal = "Internal"
654
+ }
655
+ /**
656
+ * Defines values for ActionType. \
657
+ * {@link KnownActionType} can be used interchangeably with ActionType,
658
+ * this enum contains the known values that the service supports.
659
+ * ### Known values supported by the service
660
+ * **Internal**
661
+ */
662
+ export type ActionType = string;
663
+ /** Known values of {@link ProvisioningState} that the service accepts. */
664
+ export declare enum KnownProvisioningState {
665
+ /** Accepted */
666
+ Accepted = "Accepted",
667
+ /** Creating */
668
+ Creating = "Creating",
669
+ /** Updating */
670
+ Updating = "Updating",
671
+ /** Failed */
672
+ Failed = "Failed",
673
+ /** Succeeded */
674
+ Succeeded = "Succeeded",
675
+ /** Deleting */
676
+ Deleting = "Deleting",
677
+ /** Canceled */
678
+ Canceled = "Canceled",
679
+ /** Migrating */
680
+ Migrating = "Migrating"
681
+ }
682
+ /**
683
+ * Defines values for ProvisioningState. \
684
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
685
+ * this enum contains the known values that the service supports.
686
+ * ### Known values supported by the service
687
+ * **Accepted** \
688
+ * **Creating** \
689
+ * **Updating** \
690
+ * **Failed** \
691
+ * **Succeeded** \
692
+ * **Deleting** \
693
+ * **Canceled** \
694
+ * **Migrating**
695
+ */
696
+ export type ProvisioningState = string;
697
+ /** Optional parameters. */
698
+ export interface AzureBareMetalInstancesStartOptionalParams extends coreClient.OperationOptions {
699
+ /** Delay to wait until next poll, in milliseconds. */
700
+ updateIntervalInMs?: number;
701
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
702
+ resumeFrom?: string;
703
+ }
704
+ /** Contains response data for the start operation. */
705
+ export type AzureBareMetalInstancesStartResponse = OperationStatus;
706
+ /** Optional parameters. */
707
+ export interface AzureBareMetalInstancesRestartOptionalParams extends coreClient.OperationOptions {
708
+ /** When set to 'active', this parameter empowers the server with the ability to forcefully terminate and halt any existing processes that may be running on the server */
709
+ forceParameter?: ForceState;
710
+ /** Delay to wait until next poll, in milliseconds. */
711
+ updateIntervalInMs?: number;
712
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
713
+ resumeFrom?: string;
714
+ }
715
+ /** Contains response data for the restart operation. */
716
+ export type AzureBareMetalInstancesRestartResponse = OperationStatus;
717
+ /** Optional parameters. */
718
+ export interface AzureBareMetalInstancesShutdownOptionalParams extends coreClient.OperationOptions {
719
+ /** Delay to wait until next poll, in milliseconds. */
720
+ updateIntervalInMs?: number;
721
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
722
+ resumeFrom?: string;
723
+ }
724
+ /** Contains response data for the shutdown operation. */
725
+ export type AzureBareMetalInstancesShutdownResponse = OperationStatus;
726
+ /** Optional parameters. */
727
+ export interface AzureBareMetalInstancesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
728
+ }
729
+ /** Contains response data for the listBySubscription operation. */
730
+ export type AzureBareMetalInstancesListBySubscriptionResponse = AzureBareMetalInstancesListResult;
731
+ /** Optional parameters. */
732
+ export interface AzureBareMetalInstancesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
733
+ }
734
+ /** Contains response data for the listByResourceGroup operation. */
735
+ export type AzureBareMetalInstancesListByResourceGroupResponse = AzureBareMetalInstancesListResult;
736
+ /** Optional parameters. */
737
+ export interface AzureBareMetalInstancesGetOptionalParams extends coreClient.OperationOptions {
738
+ }
739
+ /** Contains response data for the get operation. */
740
+ export type AzureBareMetalInstancesGetResponse = AzureBareMetalInstance;
741
+ /** Optional parameters. */
742
+ export interface AzureBareMetalInstancesUpdateOptionalParams extends coreClient.OperationOptions {
743
+ }
744
+ /** Contains response data for the update operation. */
745
+ export type AzureBareMetalInstancesUpdateResponse = AzureBareMetalInstance;
746
+ /** Optional parameters. */
747
+ export interface AzureBareMetalInstancesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
748
+ }
749
+ /** Contains response data for the listBySubscriptionNext operation. */
750
+ export type AzureBareMetalInstancesListBySubscriptionNextResponse = AzureBareMetalInstancesListResult;
751
+ /** Optional parameters. */
752
+ export interface AzureBareMetalInstancesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
753
+ }
754
+ /** Contains response data for the listByResourceGroupNext operation. */
755
+ export type AzureBareMetalInstancesListByResourceGroupNextResponse = AzureBareMetalInstancesListResult;
756
+ /** Optional parameters. */
757
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
758
+ }
759
+ /** Contains response data for the list operation. */
760
+ export type OperationsListResponse = OperationListResult;
761
+ /** Optional parameters. */
762
+ export interface AzureBareMetalStorageInstancesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
763
+ }
764
+ /** Contains response data for the listBySubscription operation. */
765
+ export type AzureBareMetalStorageInstancesListBySubscriptionResponse = AzureBareMetalStorageInstancesListResult;
766
+ /** Optional parameters. */
767
+ export interface AzureBareMetalStorageInstancesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
768
+ }
769
+ /** Contains response data for the listByResourceGroup operation. */
770
+ export type AzureBareMetalStorageInstancesListByResourceGroupResponse = AzureBareMetalStorageInstancesListResult;
771
+ /** Optional parameters. */
772
+ export interface AzureBareMetalStorageInstancesGetOptionalParams extends coreClient.OperationOptions {
773
+ }
774
+ /** Contains response data for the get operation. */
775
+ export type AzureBareMetalStorageInstancesGetResponse = AzureBareMetalStorageInstance;
776
+ /** Optional parameters. */
777
+ export interface AzureBareMetalStorageInstancesCreateOptionalParams extends coreClient.OperationOptions {
778
+ }
779
+ /** Contains response data for the create operation. */
780
+ export type AzureBareMetalStorageInstancesCreateResponse = AzureBareMetalStorageInstance;
781
+ /** Optional parameters. */
782
+ export interface AzureBareMetalStorageInstancesUpdateOptionalParams extends coreClient.OperationOptions {
783
+ }
784
+ /** Contains response data for the update operation. */
785
+ export type AzureBareMetalStorageInstancesUpdateResponse = AzureBareMetalStorageInstance;
786
+ /** Optional parameters. */
787
+ export interface AzureBareMetalStorageInstancesDeleteOptionalParams extends coreClient.OperationOptions {
788
+ }
789
+ /** Optional parameters. */
790
+ export interface AzureBareMetalStorageInstancesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
791
+ }
792
+ /** Contains response data for the listBySubscriptionNext operation. */
793
+ export type AzureBareMetalStorageInstancesListBySubscriptionNextResponse = AzureBareMetalStorageInstancesListResult;
794
+ /** Optional parameters. */
795
+ export interface AzureBareMetalStorageInstancesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
796
+ }
797
+ /** Contains response data for the listByResourceGroupNext operation. */
798
+ export type AzureBareMetalStorageInstancesListByResourceGroupNextResponse = AzureBareMetalStorageInstancesListResult;
799
+ /** Optional parameters. */
800
+ export interface BareMetalInfrastructureClientOptionalParams extends coreClient.ServiceClientOptions {
801
+ /** server parameter */
802
+ $host?: string;
803
+ /** Api Version */
804
+ apiVersion?: string;
805
+ /** Overrides client endpoint. */
806
+ endpoint?: string;
807
+ }
808
+ //# sourceMappingURL=index.d.ts.map