@azure/arm-azurestack 3.0.0-beta.4 → 3.0.0-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (506) hide show
  1. package/CHANGELOG.md +23 -3
  2. package/LICENSE +4 -4
  3. package/README.md +26 -17
  4. package/{dist-esm/src → dist/browser}/azureStackManagementClient.d.ts +4 -2
  5. package/dist/browser/azureStackManagementClient.d.ts.map +1 -0
  6. package/dist/browser/azureStackManagementClient.js +117 -0
  7. package/dist/browser/azureStackManagementClient.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 -3
  11. package/dist/browser/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/index.d.ts +72 -48
  13. package/dist/browser/models/index.d.ts.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/index.js +23 -0
  15. package/dist/browser/models/index.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/models/mappers.js +83 -38
  17. package/dist/browser/models/mappers.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  19. package/dist/browser/models/parameters.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/cloudManifestFile.d.ts +3 -3
  21. package/dist/browser/operations/cloudManifestFile.d.ts.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/cloudManifestFile.js +3 -2
  23. package/dist/browser/operations/cloudManifestFile.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/customerSubscriptions.d.ts +3 -3
  25. package/dist/browser/operations/customerSubscriptions.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/customerSubscriptions.js +30 -33
  27. package/dist/browser/operations/customerSubscriptions.js.map +1 -0
  28. package/dist/browser/operations/index.d.ts +7 -0
  29. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  30. package/dist/browser/operations/index.js +14 -0
  31. package/dist/browser/operations/index.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/linkedSubscriptions.d.ts +3 -3
  33. package/dist/browser/operations/linkedSubscriptions.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/linkedSubscriptions.js +56 -63
  35. package/dist/browser/operations/linkedSubscriptions.js.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  37. package/dist/browser/operations/operations.d.ts.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operations/operations.js +30 -33
  39. package/dist/browser/operations/operations.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operations/products.d.ts +3 -3
  41. package/dist/browser/operations/products.d.ts.map +1 -0
  42. package/{dist-esm/src → dist/browser}/operations/products.js +30 -33
  43. package/dist/browser/operations/products.js.map +1 -0
  44. package/{dist-esm/src → dist/browser}/operations/registrations.d.ts +3 -3
  45. package/dist/browser/operations/registrations.d.ts.map +1 -0
  46. package/{dist-esm/src → dist/browser}/operations/registrations.js +56 -63
  47. package/dist/browser/operations/registrations.js.map +1 -0
  48. package/{dist-esm/src → dist/browser}/operationsInterfaces/cloudManifestFile.d.ts +1 -1
  49. package/dist/browser/operationsInterfaces/cloudManifestFile.d.ts.map +1 -0
  50. package/dist/browser/operationsInterfaces/cloudManifestFile.js.map +1 -0
  51. package/{dist-esm/src → dist/browser}/operationsInterfaces/customerSubscriptions.d.ts +1 -1
  52. package/dist/browser/operationsInterfaces/customerSubscriptions.d.ts.map +1 -0
  53. package/dist/browser/operationsInterfaces/customerSubscriptions.js.map +1 -0
  54. package/dist/browser/operationsInterfaces/index.d.ts +7 -0
  55. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  56. package/dist/browser/operationsInterfaces/index.js +14 -0
  57. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  58. package/{dist-esm/src → dist/browser}/operationsInterfaces/linkedSubscriptions.d.ts +1 -1
  59. package/dist/browser/operationsInterfaces/linkedSubscriptions.d.ts.map +1 -0
  60. package/dist/browser/operationsInterfaces/linkedSubscriptions.js.map +1 -0
  61. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  62. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  63. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  64. package/{dist-esm/src → dist/browser}/operationsInterfaces/products.d.ts +1 -1
  65. package/dist/browser/operationsInterfaces/products.d.ts.map +1 -0
  66. package/dist/browser/operationsInterfaces/products.js.map +1 -0
  67. package/{dist-esm/src → dist/browser}/operationsInterfaces/registrations.d.ts +1 -1
  68. package/dist/browser/operationsInterfaces/registrations.d.ts.map +1 -0
  69. package/dist/browser/operationsInterfaces/registrations.js.map +1 -0
  70. package/dist/browser/package.json +3 -0
  71. package/dist/browser/pagingHelper.d.ts +13 -0
  72. package/dist/browser/pagingHelper.d.ts.map +1 -0
  73. package/dist/browser/pagingHelper.js +30 -0
  74. package/dist/browser/pagingHelper.js.map +1 -0
  75. package/dist/commonjs/azureStackManagementClient.d.ts +26 -0
  76. package/dist/commonjs/azureStackManagementClient.d.ts.map +1 -0
  77. package/dist/commonjs/azureStackManagementClient.js +122 -0
  78. package/dist/commonjs/azureStackManagementClient.js.map +1 -0
  79. package/dist/commonjs/index.d.ts +5 -0
  80. package/dist/commonjs/index.d.ts.map +1 -0
  81. package/dist/commonjs/index.js +19 -0
  82. package/dist/commonjs/index.js.map +1 -0
  83. package/{types/arm-azurestack.d.ts → dist/commonjs/models/index.d.ts} +878 -1206
  84. package/dist/commonjs/models/index.d.ts.map +1 -0
  85. package/dist/commonjs/models/index.js +81 -0
  86. package/dist/commonjs/models/index.js.map +1 -0
  87. package/dist/commonjs/models/mappers.d.ts +37 -0
  88. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  89. package/dist/commonjs/models/mappers.js +1254 -0
  90. package/dist/commonjs/models/mappers.js.map +1 -0
  91. package/dist/commonjs/models/parameters.d.ts +20 -0
  92. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  93. package/dist/commonjs/models/parameters.js +166 -0
  94. package/dist/commonjs/models/parameters.js.map +1 -0
  95. package/dist/commonjs/operations/cloudManifestFile.d.ts +24 -0
  96. package/dist/commonjs/operations/cloudManifestFile.d.ts.map +1 -0
  97. package/dist/commonjs/operations/cloudManifestFile.js +76 -0
  98. package/dist/commonjs/operations/cloudManifestFile.js.map +1 -0
  99. package/dist/commonjs/operations/customerSubscriptions.d.ts +63 -0
  100. package/dist/commonjs/operations/customerSubscriptions.d.ts.map +1 -0
  101. package/dist/commonjs/operations/customerSubscriptions.js +243 -0
  102. package/dist/commonjs/operations/customerSubscriptions.js.map +1 -0
  103. package/dist/commonjs/operations/index.d.ts +7 -0
  104. package/dist/commonjs/operations/index.d.ts.map +1 -0
  105. package/dist/commonjs/operations/index.js +17 -0
  106. package/dist/commonjs/operations/index.js.map +1 -0
  107. package/dist/commonjs/operations/linkedSubscriptions.d.ts +83 -0
  108. package/dist/commonjs/operations/linkedSubscriptions.d.ts.map +1 -0
  109. package/dist/commonjs/operations/linkedSubscriptions.js +357 -0
  110. package/dist/commonjs/operations/linkedSubscriptions.js.map +1 -0
  111. package/dist/commonjs/operations/operations.d.ts +32 -0
  112. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  113. package/dist/commonjs/operations/operations.js +122 -0
  114. package/dist/commonjs/operations/operations.js.map +1 -0
  115. package/dist/commonjs/operations/products.d.ts +78 -0
  116. package/dist/commonjs/operations/products.d.ts.map +1 -0
  117. package/dist/commonjs/operations/products.js +305 -0
  118. package/dist/commonjs/operations/products.js.map +1 -0
  119. package/dist/commonjs/operations/registrations.d.ts +97 -0
  120. package/dist/commonjs/operations/registrations.d.ts.map +1 -0
  121. package/dist/commonjs/operations/registrations.js +414 -0
  122. package/dist/commonjs/operations/registrations.js.map +1 -0
  123. package/dist/commonjs/operationsInterfaces/cloudManifestFile.d.ts +16 -0
  124. package/dist/commonjs/operationsInterfaces/cloudManifestFile.d.ts.map +1 -0
  125. package/dist/commonjs/operationsInterfaces/cloudManifestFile.js +10 -0
  126. package/dist/commonjs/operationsInterfaces/cloudManifestFile.js.map +1 -0
  127. package/dist/commonjs/operationsInterfaces/customerSubscriptions.d.ts +38 -0
  128. package/dist/commonjs/operationsInterfaces/customerSubscriptions.d.ts.map +1 -0
  129. package/dist/commonjs/operationsInterfaces/customerSubscriptions.js +10 -0
  130. package/dist/commonjs/operationsInterfaces/customerSubscriptions.js.map +1 -0
  131. package/dist/commonjs/operationsInterfaces/index.d.ts +7 -0
  132. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  133. package/dist/commonjs/operationsInterfaces/index.js +17 -0
  134. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  135. package/dist/commonjs/operationsInterfaces/linkedSubscriptions.d.ts +47 -0
  136. package/dist/commonjs/operationsInterfaces/linkedSubscriptions.d.ts.map +1 -0
  137. package/dist/commonjs/operationsInterfaces/linkedSubscriptions.js +10 -0
  138. package/dist/commonjs/operationsInterfaces/linkedSubscriptions.js.map +1 -0
  139. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  140. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  141. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  142. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  143. package/dist/commonjs/operationsInterfaces/products.d.ts +53 -0
  144. package/dist/commonjs/operationsInterfaces/products.d.ts.map +1 -0
  145. package/dist/commonjs/operationsInterfaces/products.js +10 -0
  146. package/dist/commonjs/operationsInterfaces/products.js.map +1 -0
  147. package/dist/commonjs/operationsInterfaces/registrations.d.ts +61 -0
  148. package/dist/commonjs/operationsInterfaces/registrations.d.ts.map +1 -0
  149. package/dist/commonjs/operationsInterfaces/registrations.js +10 -0
  150. package/dist/commonjs/operationsInterfaces/registrations.js.map +1 -0
  151. package/dist/commonjs/package.json +3 -0
  152. package/dist/commonjs/pagingHelper.d.ts +13 -0
  153. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  154. package/dist/commonjs/pagingHelper.js +34 -0
  155. package/dist/commonjs/pagingHelper.js.map +1 -0
  156. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  157. package/dist/esm/azureStackManagementClient.d.ts +26 -0
  158. package/dist/esm/azureStackManagementClient.d.ts.map +1 -0
  159. package/dist/esm/azureStackManagementClient.js +117 -0
  160. package/dist/esm/azureStackManagementClient.js.map +1 -0
  161. package/dist/esm/index.d.ts +5 -0
  162. package/dist/esm/index.d.ts.map +1 -0
  163. package/{src/index.ts → dist/esm/index.js} +5 -4
  164. package/dist/esm/index.js.map +1 -0
  165. package/dist/esm/models/index.d.ts +878 -0
  166. package/dist/esm/models/index.d.ts.map +1 -0
  167. package/dist/esm/models/index.js +78 -0
  168. package/dist/esm/models/index.js.map +1 -0
  169. package/dist/esm/models/mappers.d.ts +37 -0
  170. package/dist/esm/models/mappers.d.ts.map +1 -0
  171. package/dist/esm/models/mappers.js +1251 -0
  172. package/dist/esm/models/mappers.js.map +1 -0
  173. package/dist/esm/models/parameters.d.ts +20 -0
  174. package/dist/esm/models/parameters.d.ts.map +1 -0
  175. package/dist/esm/models/parameters.js +163 -0
  176. package/dist/esm/models/parameters.js.map +1 -0
  177. package/dist/esm/operations/cloudManifestFile.d.ts +24 -0
  178. package/dist/esm/operations/cloudManifestFile.d.ts.map +1 -0
  179. package/dist/esm/operations/cloudManifestFile.js +71 -0
  180. package/dist/esm/operations/cloudManifestFile.js.map +1 -0
  181. package/dist/esm/operations/customerSubscriptions.d.ts +63 -0
  182. package/dist/esm/operations/customerSubscriptions.d.ts.map +1 -0
  183. package/dist/esm/operations/customerSubscriptions.js +238 -0
  184. package/dist/esm/operations/customerSubscriptions.js.map +1 -0
  185. package/dist/esm/operations/index.d.ts +7 -0
  186. package/dist/esm/operations/index.d.ts.map +1 -0
  187. package/dist/esm/operations/index.js +14 -0
  188. package/dist/esm/operations/index.js.map +1 -0
  189. package/dist/esm/operations/linkedSubscriptions.d.ts +83 -0
  190. package/dist/esm/operations/linkedSubscriptions.d.ts.map +1 -0
  191. package/dist/esm/operations/linkedSubscriptions.js +352 -0
  192. package/dist/esm/operations/linkedSubscriptions.js.map +1 -0
  193. package/dist/esm/operations/operations.d.ts +32 -0
  194. package/dist/esm/operations/operations.d.ts.map +1 -0
  195. package/dist/esm/operations/operations.js +117 -0
  196. package/dist/esm/operations/operations.js.map +1 -0
  197. package/dist/esm/operations/products.d.ts +78 -0
  198. package/dist/esm/operations/products.d.ts.map +1 -0
  199. package/dist/esm/operations/products.js +300 -0
  200. package/dist/esm/operations/products.js.map +1 -0
  201. package/dist/esm/operations/registrations.d.ts +97 -0
  202. package/dist/esm/operations/registrations.d.ts.map +1 -0
  203. package/dist/esm/operations/registrations.js +409 -0
  204. package/dist/esm/operations/registrations.js.map +1 -0
  205. package/dist/esm/operationsInterfaces/cloudManifestFile.d.ts +16 -0
  206. package/dist/esm/operationsInterfaces/cloudManifestFile.d.ts.map +1 -0
  207. package/dist/esm/operationsInterfaces/cloudManifestFile.js +9 -0
  208. package/dist/esm/operationsInterfaces/cloudManifestFile.js.map +1 -0
  209. package/dist/esm/operationsInterfaces/customerSubscriptions.d.ts +38 -0
  210. package/dist/esm/operationsInterfaces/customerSubscriptions.d.ts.map +1 -0
  211. package/dist/esm/operationsInterfaces/customerSubscriptions.js +9 -0
  212. package/dist/esm/operationsInterfaces/customerSubscriptions.js.map +1 -0
  213. package/dist/esm/operationsInterfaces/index.d.ts +7 -0
  214. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  215. package/dist/esm/operationsInterfaces/index.js +14 -0
  216. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  217. package/dist/esm/operationsInterfaces/linkedSubscriptions.d.ts +47 -0
  218. package/dist/esm/operationsInterfaces/linkedSubscriptions.d.ts.map +1 -0
  219. package/dist/esm/operationsInterfaces/linkedSubscriptions.js +9 -0
  220. package/dist/esm/operationsInterfaces/linkedSubscriptions.js.map +1 -0
  221. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  222. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  223. package/dist/esm/operationsInterfaces/operations.js +9 -0
  224. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  225. package/dist/esm/operationsInterfaces/products.d.ts +53 -0
  226. package/dist/esm/operationsInterfaces/products.d.ts.map +1 -0
  227. package/dist/esm/operationsInterfaces/products.js +9 -0
  228. package/dist/esm/operationsInterfaces/products.js.map +1 -0
  229. package/dist/esm/operationsInterfaces/registrations.d.ts +61 -0
  230. package/dist/esm/operationsInterfaces/registrations.d.ts.map +1 -0
  231. package/dist/esm/operationsInterfaces/registrations.js +9 -0
  232. package/dist/esm/operationsInterfaces/registrations.js.map +1 -0
  233. package/dist/esm/package.json +3 -0
  234. package/dist/esm/pagingHelper.d.ts +13 -0
  235. package/dist/esm/pagingHelper.d.ts.map +1 -0
  236. package/dist/esm/pagingHelper.js +30 -0
  237. package/dist/esm/pagingHelper.js.map +1 -0
  238. package/dist/react-native/azureStackManagementClient.d.ts +26 -0
  239. package/dist/react-native/azureStackManagementClient.d.ts.map +1 -0
  240. package/dist/react-native/azureStackManagementClient.js +117 -0
  241. package/dist/react-native/azureStackManagementClient.js.map +1 -0
  242. package/dist/react-native/index.d.ts +5 -0
  243. package/dist/react-native/index.d.ts.map +1 -0
  244. package/dist/react-native/index.js +13 -0
  245. package/dist/react-native/index.js.map +1 -0
  246. package/dist/react-native/models/index.d.ts +878 -0
  247. package/dist/react-native/models/index.d.ts.map +1 -0
  248. package/dist/react-native/models/index.js +78 -0
  249. package/dist/react-native/models/index.js.map +1 -0
  250. package/dist/react-native/models/mappers.d.ts +37 -0
  251. package/dist/react-native/models/mappers.d.ts.map +1 -0
  252. package/dist/react-native/models/mappers.js +1251 -0
  253. package/dist/react-native/models/mappers.js.map +1 -0
  254. package/dist/react-native/models/parameters.d.ts +20 -0
  255. package/dist/react-native/models/parameters.d.ts.map +1 -0
  256. package/dist/react-native/models/parameters.js +163 -0
  257. package/dist/react-native/models/parameters.js.map +1 -0
  258. package/dist/react-native/operations/cloudManifestFile.d.ts +24 -0
  259. package/dist/react-native/operations/cloudManifestFile.d.ts.map +1 -0
  260. package/dist/react-native/operations/cloudManifestFile.js +71 -0
  261. package/dist/react-native/operations/cloudManifestFile.js.map +1 -0
  262. package/dist/react-native/operations/customerSubscriptions.d.ts +63 -0
  263. package/dist/react-native/operations/customerSubscriptions.d.ts.map +1 -0
  264. package/dist/react-native/operations/customerSubscriptions.js +238 -0
  265. package/dist/react-native/operations/customerSubscriptions.js.map +1 -0
  266. package/dist/react-native/operations/index.d.ts +7 -0
  267. package/dist/react-native/operations/index.d.ts.map +1 -0
  268. package/dist/react-native/operations/index.js +14 -0
  269. package/dist/react-native/operations/index.js.map +1 -0
  270. package/dist/react-native/operations/linkedSubscriptions.d.ts +83 -0
  271. package/dist/react-native/operations/linkedSubscriptions.d.ts.map +1 -0
  272. package/dist/react-native/operations/linkedSubscriptions.js +352 -0
  273. package/dist/react-native/operations/linkedSubscriptions.js.map +1 -0
  274. package/dist/react-native/operations/operations.d.ts +32 -0
  275. package/dist/react-native/operations/operations.d.ts.map +1 -0
  276. package/dist/react-native/operations/operations.js +117 -0
  277. package/dist/react-native/operations/operations.js.map +1 -0
  278. package/dist/react-native/operations/products.d.ts +78 -0
  279. package/dist/react-native/operations/products.d.ts.map +1 -0
  280. package/dist/react-native/operations/products.js +300 -0
  281. package/dist/react-native/operations/products.js.map +1 -0
  282. package/dist/react-native/operations/registrations.d.ts +97 -0
  283. package/dist/react-native/operations/registrations.d.ts.map +1 -0
  284. package/dist/react-native/operations/registrations.js +409 -0
  285. package/dist/react-native/operations/registrations.js.map +1 -0
  286. package/dist/react-native/operationsInterfaces/cloudManifestFile.d.ts +16 -0
  287. package/dist/react-native/operationsInterfaces/cloudManifestFile.d.ts.map +1 -0
  288. package/dist/react-native/operationsInterfaces/cloudManifestFile.js +9 -0
  289. package/dist/react-native/operationsInterfaces/cloudManifestFile.js.map +1 -0
  290. package/dist/react-native/operationsInterfaces/customerSubscriptions.d.ts +38 -0
  291. package/dist/react-native/operationsInterfaces/customerSubscriptions.d.ts.map +1 -0
  292. package/dist/react-native/operationsInterfaces/customerSubscriptions.js +9 -0
  293. package/dist/react-native/operationsInterfaces/customerSubscriptions.js.map +1 -0
  294. package/dist/react-native/operationsInterfaces/index.d.ts +7 -0
  295. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  296. package/dist/react-native/operationsInterfaces/index.js +14 -0
  297. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  298. package/dist/react-native/operationsInterfaces/linkedSubscriptions.d.ts +47 -0
  299. package/dist/react-native/operationsInterfaces/linkedSubscriptions.d.ts.map +1 -0
  300. package/dist/react-native/operationsInterfaces/linkedSubscriptions.js +9 -0
  301. package/dist/react-native/operationsInterfaces/linkedSubscriptions.js.map +1 -0
  302. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  303. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  304. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  305. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  306. package/dist/react-native/operationsInterfaces/products.d.ts +53 -0
  307. package/dist/react-native/operationsInterfaces/products.d.ts.map +1 -0
  308. package/dist/react-native/operationsInterfaces/products.js +9 -0
  309. package/dist/react-native/operationsInterfaces/products.js.map +1 -0
  310. package/dist/react-native/operationsInterfaces/registrations.d.ts +61 -0
  311. package/dist/react-native/operationsInterfaces/registrations.d.ts.map +1 -0
  312. package/dist/react-native/operationsInterfaces/registrations.js +9 -0
  313. package/dist/react-native/operationsInterfaces/registrations.js.map +1 -0
  314. package/dist/react-native/package.json +3 -0
  315. package/dist/react-native/pagingHelper.d.ts +13 -0
  316. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  317. package/dist/react-native/pagingHelper.js +30 -0
  318. package/dist/react-native/pagingHelper.js.map +1 -0
  319. package/package.json +86 -73
  320. package/review/{arm-azurestack.api.md → arm-azurestack-node.api.md} +37 -57
  321. package/dist/index.js +0 -3033
  322. package/dist/index.js.map +0 -1
  323. package/dist/index.min.js +0 -1
  324. package/dist/index.min.js.map +0 -1
  325. package/dist-esm/samples-dev/cloudManifestFileGetSample.d.ts +0 -2
  326. package/dist-esm/samples-dev/cloudManifestFileGetSample.d.ts.map +0 -1
  327. package/dist-esm/samples-dev/cloudManifestFileGetSample.js +0 -30
  328. package/dist-esm/samples-dev/cloudManifestFileGetSample.js.map +0 -1
  329. package/dist-esm/samples-dev/cloudManifestFileListSample.d.ts +0 -2
  330. package/dist-esm/samples-dev/cloudManifestFileListSample.d.ts.map +0 -1
  331. package/dist-esm/samples-dev/cloudManifestFileListSample.js +0 -29
  332. package/dist-esm/samples-dev/cloudManifestFileListSample.js.map +0 -1
  333. package/dist-esm/samples-dev/customerSubscriptionsCreateSample.d.ts +0 -2
  334. package/dist-esm/samples-dev/customerSubscriptionsCreateSample.d.ts.map +0 -1
  335. package/dist-esm/samples-dev/customerSubscriptionsCreateSample.js +0 -35
  336. package/dist-esm/samples-dev/customerSubscriptionsCreateSample.js.map +0 -1
  337. package/dist-esm/samples-dev/customerSubscriptionsDeleteSample.d.ts +0 -2
  338. package/dist-esm/samples-dev/customerSubscriptionsDeleteSample.d.ts.map +0 -1
  339. package/dist-esm/samples-dev/customerSubscriptionsDeleteSample.js +0 -32
  340. package/dist-esm/samples-dev/customerSubscriptionsDeleteSample.js.map +0 -1
  341. package/dist-esm/samples-dev/customerSubscriptionsGetSample.d.ts +0 -2
  342. package/dist-esm/samples-dev/customerSubscriptionsGetSample.d.ts.map +0 -1
  343. package/dist-esm/samples-dev/customerSubscriptionsGetSample.js +0 -32
  344. package/dist-esm/samples-dev/customerSubscriptionsGetSample.js.map +0 -1
  345. package/dist-esm/samples-dev/customerSubscriptionsListSample.d.ts +0 -2
  346. package/dist-esm/samples-dev/customerSubscriptionsListSample.d.ts.map +0 -1
  347. package/dist-esm/samples-dev/customerSubscriptionsListSample.js +0 -45
  348. package/dist-esm/samples-dev/customerSubscriptionsListSample.js.map +0 -1
  349. package/dist-esm/samples-dev/linkedSubscriptionsCreateOrUpdateSample.d.ts +0 -2
  350. package/dist-esm/samples-dev/linkedSubscriptionsCreateOrUpdateSample.d.ts.map +0 -1
  351. package/dist-esm/samples-dev/linkedSubscriptionsCreateOrUpdateSample.js +0 -36
  352. package/dist-esm/samples-dev/linkedSubscriptionsCreateOrUpdateSample.js.map +0 -1
  353. package/dist-esm/samples-dev/linkedSubscriptionsDeleteSample.d.ts +0 -2
  354. package/dist-esm/samples-dev/linkedSubscriptionsDeleteSample.d.ts.map +0 -1
  355. package/dist-esm/samples-dev/linkedSubscriptionsDeleteSample.js +0 -31
  356. package/dist-esm/samples-dev/linkedSubscriptionsDeleteSample.js.map +0 -1
  357. package/dist-esm/samples-dev/linkedSubscriptionsGetSample.d.ts +0 -2
  358. package/dist-esm/samples-dev/linkedSubscriptionsGetSample.d.ts.map +0 -1
  359. package/dist-esm/samples-dev/linkedSubscriptionsGetSample.js +0 -31
  360. package/dist-esm/samples-dev/linkedSubscriptionsGetSample.js.map +0 -1
  361. package/dist-esm/samples-dev/linkedSubscriptionsListByResourceGroupSample.d.ts +0 -2
  362. package/dist-esm/samples-dev/linkedSubscriptionsListByResourceGroupSample.d.ts.map +0 -1
  363. package/dist-esm/samples-dev/linkedSubscriptionsListByResourceGroupSample.js +0 -44
  364. package/dist-esm/samples-dev/linkedSubscriptionsListByResourceGroupSample.js.map +0 -1
  365. package/dist-esm/samples-dev/linkedSubscriptionsListBySubscriptionSample.d.ts +0 -2
  366. package/dist-esm/samples-dev/linkedSubscriptionsListBySubscriptionSample.d.ts.map +0 -1
  367. package/dist-esm/samples-dev/linkedSubscriptionsListBySubscriptionSample.js +0 -43
  368. package/dist-esm/samples-dev/linkedSubscriptionsListBySubscriptionSample.js.map +0 -1
  369. package/dist-esm/samples-dev/linkedSubscriptionsUpdateSample.d.ts +0 -2
  370. package/dist-esm/samples-dev/linkedSubscriptionsUpdateSample.d.ts.map +0 -1
  371. package/dist-esm/samples-dev/linkedSubscriptionsUpdateSample.js +0 -36
  372. package/dist-esm/samples-dev/linkedSubscriptionsUpdateSample.js.map +0 -1
  373. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  374. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  375. package/dist-esm/samples-dev/operationsListSample.js +0 -43
  376. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  377. package/dist-esm/samples-dev/productsGetProductSample.d.ts +0 -2
  378. package/dist-esm/samples-dev/productsGetProductSample.d.ts.map +0 -1
  379. package/dist-esm/samples-dev/productsGetProductSample.js +0 -32
  380. package/dist-esm/samples-dev/productsGetProductSample.js.map +0 -1
  381. package/dist-esm/samples-dev/productsGetProductsSample.d.ts +0 -2
  382. package/dist-esm/samples-dev/productsGetProductsSample.d.ts.map +0 -1
  383. package/dist-esm/samples-dev/productsGetProductsSample.js +0 -32
  384. package/dist-esm/samples-dev/productsGetProductsSample.js.map +0 -1
  385. package/dist-esm/samples-dev/productsGetSample.d.ts +0 -2
  386. package/dist-esm/samples-dev/productsGetSample.d.ts.map +0 -1
  387. package/dist-esm/samples-dev/productsGetSample.js +0 -32
  388. package/dist-esm/samples-dev/productsGetSample.js.map +0 -1
  389. package/dist-esm/samples-dev/productsListDetailsSample.d.ts +0 -2
  390. package/dist-esm/samples-dev/productsListDetailsSample.d.ts.map +0 -1
  391. package/dist-esm/samples-dev/productsListDetailsSample.js +0 -32
  392. package/dist-esm/samples-dev/productsListDetailsSample.js.map +0 -1
  393. package/dist-esm/samples-dev/productsListSample.d.ts +0 -2
  394. package/dist-esm/samples-dev/productsListSample.d.ts.map +0 -1
  395. package/dist-esm/samples-dev/productsListSample.js +0 -45
  396. package/dist-esm/samples-dev/productsListSample.js.map +0 -1
  397. package/dist-esm/samples-dev/productsUploadLogSample.d.ts +0 -2
  398. package/dist-esm/samples-dev/productsUploadLogSample.d.ts.map +0 -1
  399. package/dist-esm/samples-dev/productsUploadLogSample.js +0 -32
  400. package/dist-esm/samples-dev/productsUploadLogSample.js.map +0 -1
  401. package/dist-esm/samples-dev/registrationsCreateOrUpdateSample.d.ts +0 -2
  402. package/dist-esm/samples-dev/registrationsCreateOrUpdateSample.d.ts.map +0 -1
  403. package/dist-esm/samples-dev/registrationsCreateOrUpdateSample.js +0 -35
  404. package/dist-esm/samples-dev/registrationsCreateOrUpdateSample.js.map +0 -1
  405. package/dist-esm/samples-dev/registrationsDeleteSample.d.ts +0 -2
  406. package/dist-esm/samples-dev/registrationsDeleteSample.d.ts.map +0 -1
  407. package/dist-esm/samples-dev/registrationsDeleteSample.js +0 -31
  408. package/dist-esm/samples-dev/registrationsDeleteSample.js.map +0 -1
  409. package/dist-esm/samples-dev/registrationsEnableRemoteManagementSample.d.ts +0 -2
  410. package/dist-esm/samples-dev/registrationsEnableRemoteManagementSample.d.ts.map +0 -1
  411. package/dist-esm/samples-dev/registrationsEnableRemoteManagementSample.js +0 -31
  412. package/dist-esm/samples-dev/registrationsEnableRemoteManagementSample.js.map +0 -1
  413. package/dist-esm/samples-dev/registrationsGetActivationKeySample.d.ts +0 -2
  414. package/dist-esm/samples-dev/registrationsGetActivationKeySample.d.ts.map +0 -1
  415. package/dist-esm/samples-dev/registrationsGetActivationKeySample.js +0 -31
  416. package/dist-esm/samples-dev/registrationsGetActivationKeySample.js.map +0 -1
  417. package/dist-esm/samples-dev/registrationsGetSample.d.ts +0 -2
  418. package/dist-esm/samples-dev/registrationsGetSample.d.ts.map +0 -1
  419. package/dist-esm/samples-dev/registrationsGetSample.js +0 -31
  420. package/dist-esm/samples-dev/registrationsGetSample.js.map +0 -1
  421. package/dist-esm/samples-dev/registrationsListBySubscriptionSample.d.ts +0 -2
  422. package/dist-esm/samples-dev/registrationsListBySubscriptionSample.d.ts.map +0 -1
  423. package/dist-esm/samples-dev/registrationsListBySubscriptionSample.js +0 -43
  424. package/dist-esm/samples-dev/registrationsListBySubscriptionSample.js.map +0 -1
  425. package/dist-esm/samples-dev/registrationsListSample.d.ts +0 -2
  426. package/dist-esm/samples-dev/registrationsListSample.d.ts.map +0 -1
  427. package/dist-esm/samples-dev/registrationsListSample.js +0 -44
  428. package/dist-esm/samples-dev/registrationsListSample.js.map +0 -1
  429. package/dist-esm/samples-dev/registrationsUpdateSample.d.ts +0 -2
  430. package/dist-esm/samples-dev/registrationsUpdateSample.d.ts.map +0 -1
  431. package/dist-esm/samples-dev/registrationsUpdateSample.js +0 -35
  432. package/dist-esm/samples-dev/registrationsUpdateSample.js.map +0 -1
  433. package/dist-esm/src/azureStackManagementClient.d.ts.map +0 -1
  434. package/dist-esm/src/azureStackManagementClient.js +0 -58
  435. package/dist-esm/src/azureStackManagementClient.js.map +0 -1
  436. package/dist-esm/src/index.d.ts +0 -5
  437. package/dist-esm/src/index.d.ts.map +0 -1
  438. package/dist-esm/src/index.js.map +0 -1
  439. package/dist-esm/src/models/index.d.ts.map +0 -1
  440. package/dist-esm/src/models/index.js.map +0 -1
  441. package/dist-esm/src/models/mappers.js.map +0 -1
  442. package/dist-esm/src/models/parameters.js.map +0 -1
  443. package/dist-esm/src/operations/cloudManifestFile.d.ts.map +0 -1
  444. package/dist-esm/src/operations/cloudManifestFile.js.map +0 -1
  445. package/dist-esm/src/operations/customerSubscriptions.d.ts.map +0 -1
  446. package/dist-esm/src/operations/customerSubscriptions.js.map +0 -1
  447. package/dist-esm/src/operations/index.d.ts +0 -7
  448. package/dist-esm/src/operations/index.js +0 -14
  449. package/dist-esm/src/operations/index.js.map +0 -1
  450. package/dist-esm/src/operations/linkedSubscriptions.d.ts.map +0 -1
  451. package/dist-esm/src/operations/linkedSubscriptions.js.map +0 -1
  452. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  453. package/dist-esm/src/operations/operations.js.map +0 -1
  454. package/dist-esm/src/operations/products.d.ts.map +0 -1
  455. package/dist-esm/src/operations/products.js.map +0 -1
  456. package/dist-esm/src/operations/registrations.d.ts.map +0 -1
  457. package/dist-esm/src/operations/registrations.js.map +0 -1
  458. package/dist-esm/src/operationsInterfaces/cloudManifestFile.d.ts.map +0 -1
  459. package/dist-esm/src/operationsInterfaces/cloudManifestFile.js.map +0 -1
  460. package/dist-esm/src/operationsInterfaces/customerSubscriptions.d.ts.map +0 -1
  461. package/dist-esm/src/operationsInterfaces/customerSubscriptions.js.map +0 -1
  462. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -7
  463. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  464. package/dist-esm/src/operationsInterfaces/index.js +0 -14
  465. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  466. package/dist-esm/src/operationsInterfaces/linkedSubscriptions.d.ts.map +0 -1
  467. package/dist-esm/src/operationsInterfaces/linkedSubscriptions.js.map +0 -1
  468. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  469. package/dist-esm/src/operationsInterfaces/products.d.ts.map +0 -1
  470. package/dist-esm/src/operationsInterfaces/products.js.map +0 -1
  471. package/dist-esm/src/operationsInterfaces/registrations.d.ts.map +0 -1
  472. package/dist-esm/src/operationsInterfaces/registrations.js.map +0 -1
  473. package/dist-esm/test/sampleTest.d.ts +0 -2
  474. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  475. package/dist-esm/test/sampleTest.js +0 -40
  476. package/dist-esm/test/sampleTest.js.map +0 -1
  477. package/rollup.config.js +0 -122
  478. package/src/azureStackManagementClient.ts +0 -101
  479. package/src/models/index.ts +0 -981
  480. package/src/models/mappers.ts +0 -1287
  481. package/src/models/parameters.ts +0 -192
  482. package/src/operations/cloudManifestFile.ts +0 -93
  483. package/src/operations/customerSubscriptions.ts +0 -317
  484. package/src/operations/index.ts +0 -14
  485. package/src/operations/linkedSubscriptions.ts +0 -450
  486. package/src/operations/operations.ts +0 -137
  487. package/src/operations/products.ts +0 -403
  488. package/src/operations/registrations.ts +0 -521
  489. package/src/operationsInterfaces/cloudManifestFile.ts +0 -34
  490. package/src/operationsInterfaces/customerSubscriptions.ts +0 -75
  491. package/src/operationsInterfaces/index.ts +0 -14
  492. package/src/operationsInterfaces/linkedSubscriptions.ts +0 -91
  493. package/src/operationsInterfaces/operations.ts +0 -22
  494. package/src/operationsInterfaces/products.ts +0 -104
  495. package/src/operationsInterfaces/registrations.ts +0 -116
  496. package/tsconfig.json +0 -33
  497. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  498. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  499. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  500. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  501. /package/{dist-esm/src → dist/browser}/operationsInterfaces/cloudManifestFile.js +0 -0
  502. /package/{dist-esm/src → dist/browser}/operationsInterfaces/customerSubscriptions.js +0 -0
  503. /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkedSubscriptions.js +0 -0
  504. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  505. /package/{dist-esm/src → dist/browser}/operationsInterfaces/products.js +0 -0
  506. /package/{dist-esm/src → dist/browser}/operationsInterfaces/registrations.js +0 -0
@@ -1,1206 +1,878 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
-
5
- /** The resource containing the Azure Stack activation key. */
6
- export declare interface ActivationKeyResult {
7
- /** Azure Stack activation key. */
8
- activationKey?: string;
9
- }
10
-
11
- export declare class AzureStackManagementClient extends coreClient.ServiceClient {
12
- $host: string;
13
- apiVersion: string;
14
- subscriptionId: string;
15
- /**
16
- * Initializes a new instance of the AzureStackManagementClient class.
17
- * @param credentials Subscription credentials which uniquely identify client subscription.
18
- * @param subscriptionId Subscription credentials that uniquely identify Microsoft Azure subscription.
19
- * The subscription ID forms part of the URI for every service call.
20
- * @param options The parameter options
21
- */
22
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureStackManagementClientOptionalParams);
23
- operations: Operations;
24
- cloudManifestFile: CloudManifestFile;
25
- customerSubscriptions: CustomerSubscriptions;
26
- products: Products;
27
- registrations: Registrations;
28
- linkedSubscriptions: LinkedSubscriptions;
29
- }
30
-
31
- /** Optional parameters. */
32
- export declare interface AzureStackManagementClientOptionalParams extends coreClient.ServiceClientOptions {
33
- /** server parameter */
34
- $host?: string;
35
- /** Api Version */
36
- apiVersion?: string;
37
- /** Overrides client endpoint. */
38
- endpoint?: string;
39
- }
40
-
41
- /**
42
- * Defines values for Category. \
43
- * {@link KnownCategory} can be used interchangeably with Category,
44
- * this enum contains the known values that the service supports.
45
- * ### Known values supported by the service
46
- * **AzureAD** \
47
- * **ADFS**
48
- */
49
- export declare type Category = string;
50
-
51
- /** Interface representing a CloudManifestFile. */
52
- export declare interface CloudManifestFile {
53
- /**
54
- * Returns a cloud specific manifest JSON file with latest version.
55
- * @param options The options parameters.
56
- */
57
- list(options?: CloudManifestFileListOptionalParams): Promise<CloudManifestFileListResponse>;
58
- /**
59
- * Returns a cloud specific manifest JSON file.
60
- * @param verificationVersion Signing verification key version.
61
- * @param options The options parameters.
62
- */
63
- get(verificationVersion: string, options?: CloudManifestFileGetOptionalParams): Promise<CloudManifestFileGetResponse>;
64
- }
65
-
66
- /** Cloud specific manifest data for AzureStack deployment. */
67
- export declare interface CloudManifestFileDeploymentData {
68
- /** Dsms external certificates. */
69
- externalDsmsCertificates?: string;
70
- /** Signing verification public key. */
71
- customCloudVerificationKey?: string;
72
- /** ARM endpoint. */
73
- customCloudArmEndpoint?: string;
74
- /** Dsms endpoint. */
75
- externalDsmsEndpoint?: string;
76
- }
77
-
78
- /** Optional parameters. */
79
- export declare interface CloudManifestFileGetOptionalParams extends coreClient.OperationOptions {
80
- /** Signing verification key version creation date. */
81
- versionCreationDate?: string;
82
- }
83
-
84
- /** Contains response data for the get operation. */
85
- export declare type CloudManifestFileGetResponse = CloudManifestFileResponse;
86
-
87
- /** Optional parameters. */
88
- export declare interface CloudManifestFileListOptionalParams extends coreClient.OperationOptions {
89
- }
90
-
91
- /** Contains response data for the list operation. */
92
- export declare type CloudManifestFileListResponse = CloudManifestFileResponse;
93
-
94
- /** Cloud specific manifest JSON properties. */
95
- export declare interface CloudManifestFileProperties {
96
- /** Cloud specific manifest data. */
97
- deploymentData?: CloudManifestFileDeploymentData;
98
- /** Signature of the cloud specific manifest data. */
99
- signature?: string;
100
- }
101
-
102
- /** Cloud specific manifest GET response. */
103
- export declare type CloudManifestFileResponse = Resource & {
104
- /** Cloud specific manifest data. */
105
- properties?: CloudManifestFileProperties;
106
- };
107
-
108
- /** Product compatibility */
109
- export declare interface Compatibility {
110
- /** Tells if product is compatible with current device */
111
- isCompatible?: boolean;
112
- /** Short error message if any compatibility issues are found */
113
- message?: string;
114
- /** Full error message if any compatibility issues are found */
115
- description?: string;
116
- /** List of all issues found */
117
- issues?: CompatibilityIssue[];
118
- }
119
-
120
- /**
121
- * Defines values for CompatibilityIssue. \
122
- * {@link KnownCompatibilityIssue} can be used interchangeably with CompatibilityIssue,
123
- * this enum contains the known values that the service supports.
124
- * ### Known values supported by the service
125
- * **HigherDeviceVersionRequired** \
126
- * **LowerDeviceVersionRequired** \
127
- * **CapacityBillingModelRequired** \
128
- * **PayAsYouGoBillingModelRequired** \
129
- * **DevelopmentBillingModelRequired** \
130
- * **AzureADIdentitySystemRequired** \
131
- * **ADFSIdentitySystemRequired** \
132
- * **ConnectionToInternetRequired** \
133
- * **ConnectionToAzureRequired** \
134
- * **DisconnectedEnvironmentRequired**
135
- */
136
- export declare type CompatibilityIssue = string;
137
-
138
- /**
139
- * Defines values for ComputeRole. \
140
- * {@link KnownComputeRole} can be used interchangeably with ComputeRole,
141
- * this enum contains the known values that the service supports.
142
- * ### Known values supported by the service
143
- * **None** \
144
- * **IaaS** \
145
- * **PaaS**
146
- */
147
- export declare type ComputeRole = string;
148
-
149
- /**
150
- * Defines values for CreatedByType. \
151
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
152
- * this enum contains the known values that the service supports.
153
- * ### Known values supported by the service
154
- * **User** \
155
- * **Application** \
156
- * **ManagedIdentity** \
157
- * **Key**
158
- */
159
- export declare type CreatedByType = string;
160
-
161
- /** Customer subscription. */
162
- export declare type CustomerSubscription = Resource & {
163
- /**
164
- * Metadata pertaining to creation and last modification of the resource.
165
- * NOTE: This property will not be serialized. It can only be populated by the server.
166
- */
167
- readonly systemData?: SystemData;
168
- /** Tenant Id. */
169
- tenantId?: string;
170
- };
171
-
172
- /** Pageable list of customer subscriptions. */
173
- export declare interface CustomerSubscriptionList {
174
- /** URI to the next page. */
175
- nextLink?: string;
176
- /** List of customer subscriptions. */
177
- value?: CustomerSubscription[];
178
- }
179
-
180
- /** Interface representing a CustomerSubscriptions. */
181
- export declare interface CustomerSubscriptions {
182
- /**
183
- * Returns a list of products.
184
- * @param resourceGroup Name of the resource group.
185
- * @param registrationName Name of the Azure Stack registration.
186
- * @param options The options parameters.
187
- */
188
- list(resourceGroup: string, registrationName: string, options?: CustomerSubscriptionsListOptionalParams): PagedAsyncIterableIterator<CustomerSubscription>;
189
- /**
190
- * Returns the specified product.
191
- * @param resourceGroup Name of the resource group.
192
- * @param registrationName Name of the Azure Stack registration.
193
- * @param customerSubscriptionName Name of the product.
194
- * @param options The options parameters.
195
- */
196
- get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: CustomerSubscriptionsGetOptionalParams): Promise<CustomerSubscriptionsGetResponse>;
197
- /**
198
- * Deletes a customer subscription under a registration.
199
- * @param resourceGroup Name of the resource group.
200
- * @param registrationName Name of the Azure Stack registration.
201
- * @param customerSubscriptionName Name of the product.
202
- * @param options The options parameters.
203
- */
204
- delete(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: CustomerSubscriptionsDeleteOptionalParams): Promise<void>;
205
- /**
206
- * Creates a new customer subscription under a registration.
207
- * @param resourceGroup Name of the resource group.
208
- * @param registrationName Name of the Azure Stack registration.
209
- * @param customerSubscriptionName Name of the product.
210
- * @param customerCreationParameters Parameters use to create a customer subscription.
211
- * @param options The options parameters.
212
- */
213
- create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, options?: CustomerSubscriptionsCreateOptionalParams): Promise<CustomerSubscriptionsCreateResponse>;
214
- }
215
-
216
- /** Optional parameters. */
217
- export declare interface CustomerSubscriptionsCreateOptionalParams extends coreClient.OperationOptions {
218
- }
219
-
220
- /** Contains response data for the create operation. */
221
- export declare type CustomerSubscriptionsCreateResponse = CustomerSubscription;
222
-
223
- /** Optional parameters. */
224
- export declare interface CustomerSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
225
- }
226
-
227
- /** Optional parameters. */
228
- export declare interface CustomerSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
229
- }
230
-
231
- /** Contains response data for the get operation. */
232
- export declare type CustomerSubscriptionsGetResponse = CustomerSubscription;
233
-
234
- /** Optional parameters. */
235
- export declare interface CustomerSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
236
- }
237
-
238
- /** Contains response data for the listNext operation. */
239
- export declare type CustomerSubscriptionsListNextResponse = CustomerSubscriptionList;
240
-
241
- /** Optional parameters. */
242
- export declare interface CustomerSubscriptionsListOptionalParams extends coreClient.OperationOptions {
243
- }
244
-
245
- /** Contains response data for the list operation. */
246
- export declare type CustomerSubscriptionsListResponse = CustomerSubscriptionList;
247
-
248
- /** Data disk image. */
249
- export declare interface DataDiskImage {
250
- /**
251
- * The LUN.
252
- * NOTE: This property will not be serialized. It can only be populated by the server.
253
- */
254
- readonly lun?: number;
255
- /**
256
- * SAS key for source blob.
257
- * NOTE: This property will not be serialized. It can only be populated by the server.
258
- */
259
- readonly sourceBlobSasUri?: string;
260
- }
261
-
262
- /** Device Configuration. */
263
- export declare interface DeviceConfiguration {
264
- /**
265
- * Version of the device.
266
- * NOTE: This property will not be serialized. It can only be populated by the server.
267
- */
268
- readonly deviceVersion?: string;
269
- /**
270
- * Identity system of the device.
271
- * NOTE: This property will not be serialized. It can only be populated by the server.
272
- */
273
- readonly identitySystem?: Category;
274
- }
275
-
276
- /** Contains the localized display information for this particular operation or action. */
277
- export declare interface Display {
278
- /** The localized, friendly version of the resource provider name. */
279
- provider?: string;
280
- /** The localized, friendly version of the resource type related to this action or operation; the resource type should match the public documentation for the resource provider. */
281
- resource?: string;
282
- /** The localized, friendly name for the operation. Use the name as it will displayed to the user. */
283
- operation?: string;
284
- /** The localized, friendly description for the operation. The description will be displayed to the user. It should be thorough and concise for used in both tooltips and detailed views. */
285
- description?: string;
286
- }
287
-
288
- /** The details of the error. */
289
- export declare interface ErrorDetails {
290
- /**
291
- * Error code.
292
- * NOTE: This property will not be serialized. It can only be populated by the server.
293
- */
294
- readonly code?: string;
295
- /**
296
- * Error message indicating why the operation failed.
297
- * NOTE: This property will not be serialized. It can only be populated by the server.
298
- */
299
- readonly message?: string;
300
- /**
301
- * The target of the particular error.
302
- * NOTE: This property will not be serialized. It can only be populated by the server.
303
- */
304
- readonly target?: string;
305
- }
306
-
307
- /** Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message. */
308
- export declare interface ErrorResponse {
309
- /** The details of the error. */
310
- error?: ErrorDetails;
311
- }
312
-
313
- /** Extended description about the product required for installing it into Azure Stack. */
314
- export declare interface ExtendedProduct {
315
- /**
316
- * The URI to the .azpkg file that provides information required for showing product in the gallery.
317
- * NOTE: This property will not be serialized. It can only be populated by the server.
318
- */
319
- readonly galleryPackageBlobSasUri?: string;
320
- /**
321
- * Specifies the kind of the product (virtualMachine or virtualMachineExtension).
322
- * NOTE: This property will not be serialized. It can only be populated by the server.
323
- */
324
- readonly productKind?: string;
325
- /**
326
- * Specifies kind of compute role included in the package.
327
- * NOTE: This property will not be serialized. It can only be populated by the server.
328
- */
329
- readonly computeRole?: ComputeRole;
330
- /**
331
- * Specifies if product is a Virtual Machine Extension.
332
- * NOTE: This property will not be serialized. It can only be populated by the server.
333
- */
334
- readonly isSystemExtension?: boolean;
335
- /**
336
- * Indicates if specified product supports multiple extensions.
337
- * NOTE: This property will not be serialized. It can only be populated by the server.
338
- */
339
- readonly supportMultipleExtensions?: boolean;
340
- /**
341
- * Specifies product version.
342
- * NOTE: This property will not be serialized. It can only be populated by the server.
343
- */
344
- readonly versionPropertiesVersion?: string;
345
- /**
346
- * Specifies operating system used by the product.
347
- * NOTE: This property will not be serialized. It can only be populated by the server.
348
- */
349
- readonly vmOsType?: OperatingSystem;
350
- /**
351
- * Indicates if virtual machine Scale Set is enabled in the specified product.
352
- * NOTE: This property will not be serialized. It can only be populated by the server.
353
- */
354
- readonly vmScaleSetEnabled?: boolean;
355
- /**
356
- * The URI.
357
- * NOTE: This property will not be serialized. It can only be populated by the server.
358
- */
359
- readonly uri?: string;
360
- /**
361
- * Specifies product version.
362
- * NOTE: This property will not be serialized. It can only be populated by the server.
363
- */
364
- readonly version?: string;
365
- /**
366
- * OS disk image used by product.
367
- * NOTE: This property will not be serialized. It can only be populated by the server.
368
- */
369
- readonly osDiskImage?: OsDiskImage;
370
- /**
371
- * List of attached data disks.
372
- * NOTE: This property will not be serialized. It can only be populated by the server.
373
- */
374
- readonly dataDiskImages?: DataDiskImage[];
375
- }
376
-
377
- /** Product information. */
378
- export declare type ExtendedProductProperties = VirtualMachineExtensionProductProperties & VirtualMachineProductProperties & {};
379
-
380
- /** Links to product icons. */
381
- export declare interface IconUris {
382
- /** URI to large icon. */
383
- large?: string;
384
- /** URI to wide icon. */
385
- wide?: string;
386
- /** URI to medium icon. */
387
- medium?: string;
388
- /** URI to small icon. */
389
- small?: string;
390
- /** URI to hero icon. */
391
- hero?: string;
392
- }
393
-
394
- /** Known values of {@link Category} that the service accepts. */
395
- export declare enum KnownCategory {
396
- AzureAD = "AzureAD",
397
- Adfs = "ADFS"
398
- }
399
-
400
- /** Known values of {@link CompatibilityIssue} that the service accepts. */
401
- export declare enum KnownCompatibilityIssue {
402
- HigherDeviceVersionRequired = "HigherDeviceVersionRequired",
403
- LowerDeviceVersionRequired = "LowerDeviceVersionRequired",
404
- CapacityBillingModelRequired = "CapacityBillingModelRequired",
405
- PayAsYouGoBillingModelRequired = "PayAsYouGoBillingModelRequired",
406
- DevelopmentBillingModelRequired = "DevelopmentBillingModelRequired",
407
- AzureADIdentitySystemRequired = "AzureADIdentitySystemRequired",
408
- AdfsIdentitySystemRequired = "ADFSIdentitySystemRequired",
409
- ConnectionToInternetRequired = "ConnectionToInternetRequired",
410
- ConnectionToAzureRequired = "ConnectionToAzureRequired",
411
- DisconnectedEnvironmentRequired = "DisconnectedEnvironmentRequired"
412
- }
413
-
414
- /** Known values of {@link ComputeRole} that the service accepts. */
415
- export declare enum KnownComputeRole {
416
- None = "None",
417
- IaaS = "IaaS",
418
- PaaS = "PaaS"
419
- }
420
-
421
- /** Known values of {@link CreatedByType} that the service accepts. */
422
- export declare enum KnownCreatedByType {
423
- User = "User",
424
- Application = "Application",
425
- ManagedIdentity = "ManagedIdentity",
426
- Key = "Key"
427
- }
428
-
429
- /** Known values of {@link Location} that the service accepts. */
430
- export declare enum KnownLocation {
431
- Global = "global"
432
- }
433
-
434
- /** Known values of {@link OperatingSystem} that the service accepts. */
435
- export declare enum KnownOperatingSystem {
436
- None = "None",
437
- Windows = "Windows",
438
- Linux = "Linux"
439
- }
440
-
441
- /** Linked Subscription information. */
442
- export declare type LinkedSubscription = TrackedResource & {
443
- /** The identifier associated with the device subscription. */
444
- linkedSubscriptionId?: string;
445
- /** The identifier associated with the device registration. */
446
- registrationResourceId?: string;
447
- /**
448
- * The identifier of the Azure Stack device for remote management.
449
- * NOTE: This property will not be serialized. It can only be populated by the server.
450
- */
451
- readonly deviceId?: string;
452
- /**
453
- * The object identifier associated with the Azure Stack device connecting to Azure.
454
- * NOTE: This property will not be serialized. It can only be populated by the server.
455
- */
456
- readonly deviceObjectId?: string;
457
- /**
458
- * The connection state of the Azure Stack device.
459
- * NOTE: This property will not be serialized. It can only be populated by the server.
460
- */
461
- readonly deviceLinkState?: string;
462
- /**
463
- * The last remote management connection time for the Azure Stack device connected to the linked subscription resource.
464
- * NOTE: This property will not be serialized. It can only be populated by the server.
465
- */
466
- readonly lastConnectedTime?: string;
467
- /**
468
- * The status of the remote management connection of the Azure Stack device.
469
- * NOTE: This property will not be serialized. It can only be populated by the server.
470
- */
471
- readonly deviceConnectionStatus?: string;
472
- };
473
-
474
- /** Linked Subscription resource */
475
- export declare interface LinkedSubscriptionParameter {
476
- /** Location of the resource. */
477
- location: Location_2;
478
- /** The identifier associated with the device subscription. */
479
- linkedSubscriptionId: string;
480
- /** The identifier associated with the device registration. */
481
- registrationResourceId: string;
482
- }
483
-
484
- /** Interface representing a LinkedSubscriptions. */
485
- export declare interface LinkedSubscriptions {
486
- /**
487
- * Returns a list of all linked subscriptions under current resource group.
488
- * @param resourceGroup Name of the resource group.
489
- * @param options The options parameters.
490
- */
491
- listByResourceGroup(resourceGroup: string, options?: LinkedSubscriptionsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<LinkedSubscription>;
492
- /**
493
- * Returns a list of all linked subscriptions under current subscription.
494
- * @param options The options parameters.
495
- */
496
- listBySubscription(options?: LinkedSubscriptionsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<LinkedSubscription>;
497
- /**
498
- * Returns the properties of a Linked Subscription resource.
499
- * @param resourceGroup Name of the resource group.
500
- * @param linkedSubscriptionName Name of the Linked Subscription resource.
501
- * @param options The options parameters.
502
- */
503
- get(resourceGroup: string, linkedSubscriptionName: string, options?: LinkedSubscriptionsGetOptionalParams): Promise<LinkedSubscriptionsGetResponse>;
504
- /**
505
- * Delete the requested Linked Subscription resource.
506
- * @param resourceGroup Name of the resource group.
507
- * @param linkedSubscriptionName Name of the Linked Subscription resource.
508
- * @param options The options parameters.
509
- */
510
- delete(resourceGroup: string, linkedSubscriptionName: string, options?: LinkedSubscriptionsDeleteOptionalParams): Promise<void>;
511
- /**
512
- * Create or update a linked subscription resource.
513
- * @param resourceGroup Name of the resource group.
514
- * @param linkedSubscriptionName Name of the Linked Subscription resource.
515
- * @param resource Linked subscription resource parameter.
516
- * @param options The options parameters.
517
- */
518
- createOrUpdate(resourceGroup: string, linkedSubscriptionName: string, resource: LinkedSubscriptionParameter, options?: LinkedSubscriptionsCreateOrUpdateOptionalParams): Promise<LinkedSubscriptionsCreateOrUpdateResponse>;
519
- /**
520
- * Patch a Linked Subscription resource.
521
- * @param resourceGroup Name of the resource group.
522
- * @param linkedSubscriptionName Name of the Linked Subscription resource.
523
- * @param resource Linked subscription resource parameter.
524
- * @param options The options parameters.
525
- */
526
- update(resourceGroup: string, linkedSubscriptionName: string, resource: LinkedSubscriptionParameter, options?: LinkedSubscriptionsUpdateOptionalParams): Promise<LinkedSubscriptionsUpdateResponse>;
527
- }
528
-
529
- /** Optional parameters. */
530
- export declare interface LinkedSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
531
- }
532
-
533
- /** Contains response data for the createOrUpdate operation. */
534
- export declare type LinkedSubscriptionsCreateOrUpdateResponse = LinkedSubscription;
535
-
536
- /** Optional parameters. */
537
- export declare interface LinkedSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
538
- }
539
-
540
- /** Optional parameters. */
541
- export declare interface LinkedSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
542
- }
543
-
544
- /** Contains response data for the get operation. */
545
- export declare type LinkedSubscriptionsGetResponse = LinkedSubscription;
546
-
547
- /** List of linked subscriptions with paging support. */
548
- export declare interface LinkedSubscriptionsList {
549
- /** URI to the next page. */
550
- nextLink?: string;
551
- /** List of Linked Subscriptions */
552
- value?: LinkedSubscription[];
553
- }
554
-
555
- /** Optional parameters. */
556
- export declare interface LinkedSubscriptionsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
557
- }
558
-
559
- /** Contains response data for the listByResourceGroupNext operation. */
560
- export declare type LinkedSubscriptionsListByResourceGroupNextResponse = LinkedSubscriptionsList;
561
-
562
- /** Optional parameters. */
563
- export declare interface LinkedSubscriptionsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
564
- }
565
-
566
- /** Contains response data for the listByResourceGroup operation. */
567
- export declare type LinkedSubscriptionsListByResourceGroupResponse = LinkedSubscriptionsList;
568
-
569
- /** Optional parameters. */
570
- export declare interface LinkedSubscriptionsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
571
- }
572
-
573
- /** Contains response data for the listBySubscriptionNext operation. */
574
- export declare type LinkedSubscriptionsListBySubscriptionNextResponse = LinkedSubscriptionsList;
575
-
576
- /** Optional parameters. */
577
- export declare interface LinkedSubscriptionsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
578
- }
579
-
580
- /** Contains response data for the listBySubscription operation. */
581
- export declare type LinkedSubscriptionsListBySubscriptionResponse = LinkedSubscriptionsList;
582
-
583
- /** Optional parameters. */
584
- export declare interface LinkedSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
585
- }
586
-
587
- /** Contains response data for the update operation. */
588
- export declare type LinkedSubscriptionsUpdateResponse = LinkedSubscription;
589
-
590
- /**
591
- * Defines values for Location. \
592
- * {@link KnownLocation} can be used interchangeably with Location,
593
- * this enum contains the known values that the service supports.
594
- * ### Known values supported by the service
595
- * **global**
596
- */
597
- declare type Location_2 = string;
598
- export { Location_2 as Location }
599
-
600
- /** Update details for product log. */
601
- export declare interface MarketplaceProductLogUpdate {
602
- /**
603
- * Operation to log.
604
- * NOTE: This property will not be serialized. It can only be populated by the server.
605
- */
606
- readonly operation?: string;
607
- /**
608
- * Operation status to log.
609
- * NOTE: This property will not be serialized. It can only be populated by the server.
610
- */
611
- readonly status?: string;
612
- /**
613
- * Error related to the operation.
614
- * NOTE: This property will not be serialized. It can only be populated by the server.
615
- */
616
- readonly error?: string;
617
- /**
618
- * Error details related to operation.
619
- * NOTE: This property will not be serialized. It can only be populated by the server.
620
- */
621
- readonly details?: string;
622
- }
623
-
624
- /**
625
- * Defines values for OperatingSystem. \
626
- * {@link KnownOperatingSystem} can be used interchangeably with OperatingSystem,
627
- * this enum contains the known values that the service supports.
628
- * ### Known values supported by the service
629
- * **None** \
630
- * **Windows** \
631
- * **Linux**
632
- */
633
- export declare type OperatingSystem = string;
634
-
635
- /** Describes the supported REST operation. */
636
- export declare interface Operation {
637
- /** The name of the operation being performed on this particular object. */
638
- name?: string;
639
- /** Contains the localized display information for this particular operation or action. */
640
- display?: Display;
641
- /** The intended executor of the operation. */
642
- origin?: string;
643
- }
644
-
645
- /** List of Operations */
646
- export declare interface OperationList {
647
- /** Array of operations */
648
- value?: Operation[];
649
- /** URI to the next page of operations. */
650
- nextLink?: string;
651
- }
652
-
653
- /** Interface representing a Operations. */
654
- export declare interface Operations {
655
- /**
656
- * Returns the list of supported REST operations.
657
- * @param options The options parameters.
658
- */
659
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
660
- }
661
-
662
- /** Optional parameters. */
663
- export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
664
- }
665
-
666
- /** Contains response data for the listNext operation. */
667
- export declare type OperationsListNextResponse = OperationList;
668
-
669
- /** Optional parameters. */
670
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
671
- }
672
-
673
- /** Contains response data for the list operation. */
674
- export declare type OperationsListResponse = OperationList;
675
-
676
- /** OS disk image. */
677
- export declare interface OsDiskImage {
678
- /**
679
- * OS operating system type.
680
- * NOTE: This property will not be serialized. It can only be populated by the server.
681
- */
682
- readonly operatingSystem?: OperatingSystem;
683
- /**
684
- * SAS key for source blob.
685
- * NOTE: This property will not be serialized. It can only be populated by the server.
686
- */
687
- readonly sourceBlobSasUri?: string;
688
- }
689
-
690
- /** Product information. */
691
- export declare type Product = Resource & {
692
- /**
693
- * Metadata pertaining to creation and last modification of the resource.
694
- * NOTE: This property will not be serialized. It can only be populated by the server.
695
- */
696
- readonly systemData?: SystemData;
697
- /** The display name of the product. */
698
- displayName?: string;
699
- /** The description of the product. */
700
- description?: string;
701
- /** The user-friendly name of the product publisher. */
702
- publisherDisplayName?: string;
703
- /** Publisher identifier. */
704
- publisherIdentifier?: string;
705
- /** The offer representing the product. */
706
- offer?: string;
707
- /** The version of the product offer. */
708
- offerVersion?: string;
709
- /** The product SKU. */
710
- sku?: string;
711
- /** The part number used for billing purposes. */
712
- billingPartNumber?: string;
713
- /** The type of the Virtual Machine Extension. */
714
- vmExtensionType?: string;
715
- /** The identifier of the gallery item corresponding to the product. */
716
- galleryItemIdentity?: string;
717
- /** Additional links available for this product. */
718
- iconUris?: IconUris;
719
- /** Additional links available for this product. */
720
- links?: ProductLink[];
721
- /** The legal terms. */
722
- legalTerms?: string;
723
- /** The privacy policy. */
724
- privacyPolicy?: string;
725
- /** The length of product content. */
726
- payloadLength?: number;
727
- /** The kind of the product (virtualMachine or virtualMachineExtension) */
728
- productKind?: string;
729
- /** Additional properties for the product. */
730
- productProperties?: ProductProperties;
731
- /** Product compatibility with current device. */
732
- compatibility?: Compatibility;
733
- };
734
-
735
- /** Link with additional information about a product. */
736
- export declare interface ProductLink {
737
- /** The description of the link. */
738
- displayName?: string;
739
- /** The URI corresponding to the link. */
740
- uri?: string;
741
- }
742
-
743
- /** Pageable list of products. */
744
- export declare interface ProductList {
745
- /** URI to the next page. */
746
- nextLink?: string;
747
- /** List of products. */
748
- value?: Product[];
749
- }
750
-
751
- /** Product action log. */
752
- export declare interface ProductLog {
753
- /**
754
- * Log ID.
755
- * NOTE: This property will not be serialized. It can only be populated by the server.
756
- */
757
- readonly id?: string;
758
- /**
759
- * Logged product ID.
760
- * NOTE: This property will not be serialized. It can only be populated by the server.
761
- */
762
- readonly productId?: string;
763
- /**
764
- * Logged subscription ID.
765
- * NOTE: This property will not be serialized. It can only be populated by the server.
766
- */
767
- readonly subscriptionId?: string;
768
- /**
769
- * Logged registration name.
770
- * NOTE: This property will not be serialized. It can only be populated by the server.
771
- */
772
- readonly registrationName?: string;
773
- /**
774
- * Logged resource group name.
775
- * NOTE: This property will not be serialized. It can only be populated by the server.
776
- */
777
- readonly resourceGroupName?: string;
778
- /**
779
- * Logged operation.
780
- * NOTE: This property will not be serialized. It can only be populated by the server.
781
- */
782
- readonly operation?: string;
783
- /**
784
- * Operation start datetime.
785
- * NOTE: This property will not be serialized. It can only be populated by the server.
786
- */
787
- readonly startDate?: string;
788
- /**
789
- * Operation end datetime.
790
- * NOTE: This property will not be serialized. It can only be populated by the server.
791
- */
792
- readonly endDate?: string;
793
- /**
794
- * Operation status.
795
- * NOTE: This property will not be serialized. It can only be populated by the server.
796
- */
797
- readonly status?: string;
798
- /**
799
- * Operation error data.
800
- * NOTE: This property will not be serialized. It can only be populated by the server.
801
- */
802
- readonly error?: string;
803
- /**
804
- * Operation error details.
805
- * NOTE: This property will not be serialized. It can only be populated by the server.
806
- */
807
- readonly details?: string;
808
- }
809
-
810
- /** Additional properties of the product */
811
- export declare interface ProductProperties {
812
- /** The version. */
813
- version?: string;
814
- }
815
-
816
- /** Interface representing a Products. */
817
- export declare interface Products {
818
- /**
819
- * Returns a list of products.
820
- * @param resourceGroup Name of the resource group.
821
- * @param registrationName Name of the Azure Stack registration.
822
- * @param options The options parameters.
823
- */
824
- list(resourceGroup: string, registrationName: string, options?: ProductsListOptionalParams): PagedAsyncIterableIterator<Product>;
825
- /**
826
- * Returns the specified product.
827
- * @param resourceGroup Name of the resource group.
828
- * @param registrationName Name of the Azure Stack registration.
829
- * @param productName Name of the product.
830
- * @param options The options parameters.
831
- */
832
- get(resourceGroup: string, registrationName: string, productName: string, options?: ProductsGetOptionalParams): Promise<ProductsGetResponse>;
833
- /**
834
- * Returns the extended properties of a product.
835
- * @param resourceGroup Name of the resource group.
836
- * @param registrationName Name of the Azure Stack registration.
837
- * @param productName Name of the product.
838
- * @param options The options parameters.
839
- */
840
- listDetails(resourceGroup: string, registrationName: string, productName: string, options?: ProductsListDetailsOptionalParams): Promise<ProductsListDetailsResponse>;
841
- /**
842
- * Returns a list of products.
843
- * @param resourceGroup Name of the resource group.
844
- * @param registrationName Name of the Azure Stack registration.
845
- * @param productName Name of the product.
846
- * @param options The options parameters.
847
- */
848
- getProducts(resourceGroup: string, registrationName: string, productName: string, options?: ProductsGetProductsOptionalParams): Promise<ProductsGetProductsResponse>;
849
- /**
850
- * Returns the specified product.
851
- * @param resourceGroup Name of the resource group.
852
- * @param registrationName Name of the Azure Stack registration.
853
- * @param productName Name of the product.
854
- * @param options The options parameters.
855
- */
856
- getProduct(resourceGroup: string, registrationName: string, productName: string, options?: ProductsGetProductOptionalParams): Promise<ProductsGetProductResponse>;
857
- /**
858
- * Returns the specified product.
859
- * @param resourceGroup Name of the resource group.
860
- * @param registrationName Name of the Azure Stack registration.
861
- * @param productName Name of the product.
862
- * @param options The options parameters.
863
- */
864
- uploadLog(resourceGroup: string, registrationName: string, productName: string, options?: ProductsUploadLogOptionalParams): Promise<ProductsUploadLogResponse>;
865
- }
866
-
867
- /** Optional parameters. */
868
- export declare interface ProductsGetOptionalParams extends coreClient.OperationOptions {
869
- }
870
-
871
- /** Optional parameters. */
872
- export declare interface ProductsGetProductOptionalParams extends coreClient.OperationOptions {
873
- /** Device configuration. */
874
- deviceConfiguration?: DeviceConfiguration;
875
- }
876
-
877
- /** Contains response data for the getProduct operation. */
878
- export declare type ProductsGetProductResponse = Product;
879
-
880
- /** Optional parameters. */
881
- export declare interface ProductsGetProductsOptionalParams extends coreClient.OperationOptions {
882
- /** Device configuration. */
883
- deviceConfiguration?: DeviceConfiguration;
884
- }
885
-
886
- /** Contains response data for the getProducts operation. */
887
- export declare type ProductsGetProductsResponse = ProductList;
888
-
889
- /** Contains response data for the get operation. */
890
- export declare type ProductsGetResponse = Product;
891
-
892
- /** Optional parameters. */
893
- export declare interface ProductsListDetailsOptionalParams extends coreClient.OperationOptions {
894
- }
895
-
896
- /** Contains response data for the listDetails operation. */
897
- export declare type ProductsListDetailsResponse = ExtendedProduct;
898
-
899
- /** Optional parameters. */
900
- export declare interface ProductsListNextOptionalParams extends coreClient.OperationOptions {
901
- }
902
-
903
- /** Contains response data for the listNext operation. */
904
- export declare type ProductsListNextResponse = ProductList;
905
-
906
- /** Optional parameters. */
907
- export declare interface ProductsListOptionalParams extends coreClient.OperationOptions {
908
- }
909
-
910
- /** Contains response data for the list operation. */
911
- export declare type ProductsListResponse = ProductList;
912
-
913
- /** Optional parameters. */
914
- export declare interface ProductsUploadLogOptionalParams extends coreClient.OperationOptions {
915
- /** Update details for product log. */
916
- marketplaceProductLogUpdate?: MarketplaceProductLogUpdate;
917
- }
918
-
919
- /** Contains response data for the uploadLog operation. */
920
- export declare type ProductsUploadLogResponse = ProductLog;
921
-
922
- /** Defines values for ProvisioningState. */
923
- export declare type ProvisioningState = "Creating" | "Failed" | "Succeeded" | "Canceled";
924
-
925
- /** Registration information. */
926
- export declare type Registration = TrackedResource & {
927
- /** The object identifier associated with the Azure Stack connecting to Azure. */
928
- objectId?: string;
929
- /** The identifier of the registered Azure Stack. */
930
- cloudId?: string;
931
- /** Specifies the billing mode for the Azure Stack registration. */
932
- billingModel?: string;
933
- };
934
-
935
- /** Pageable list of registrations. */
936
- export declare interface RegistrationList {
937
- /** URI to the next page. */
938
- nextLink?: string;
939
- /** List of Registrations */
940
- value?: Registration[];
941
- }
942
-
943
- /** Registration resource */
944
- export declare interface RegistrationParameter {
945
- /** Location of the resource. */
946
- location: Location_2;
947
- /** The token identifying registered Azure Stack */
948
- registrationToken: string;
949
- }
950
-
951
- /** Interface representing a Registrations. */
952
- export declare interface Registrations {
953
- /**
954
- * Returns a list of all registrations.
955
- * @param resourceGroup Name of the resource group.
956
- * @param options The options parameters.
957
- */
958
- list(resourceGroup: string, options?: RegistrationsListOptionalParams): PagedAsyncIterableIterator<Registration>;
959
- /**
960
- * Returns a list of all registrations under current subscription.
961
- * @param options The options parameters.
962
- */
963
- listBySubscription(options?: RegistrationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Registration>;
964
- /**
965
- * Returns the properties of an Azure Stack registration.
966
- * @param resourceGroup Name of the resource group.
967
- * @param registrationName Name of the Azure Stack registration.
968
- * @param options The options parameters.
969
- */
970
- get(resourceGroup: string, registrationName: string, options?: RegistrationsGetOptionalParams): Promise<RegistrationsGetResponse>;
971
- /**
972
- * Delete the requested Azure Stack registration.
973
- * @param resourceGroup Name of the resource group.
974
- * @param registrationName Name of the Azure Stack registration.
975
- * @param options The options parameters.
976
- */
977
- delete(resourceGroup: string, registrationName: string, options?: RegistrationsDeleteOptionalParams): Promise<void>;
978
- /**
979
- * Create or update an Azure Stack registration.
980
- * @param resourceGroup Name of the resource group.
981
- * @param registrationName Name of the Azure Stack registration.
982
- * @param token Registration token
983
- * @param options The options parameters.
984
- */
985
- createOrUpdate(resourceGroup: string, registrationName: string, token: RegistrationParameter, options?: RegistrationsCreateOrUpdateOptionalParams): Promise<RegistrationsCreateOrUpdateResponse>;
986
- /**
987
- * Patch an Azure Stack registration.
988
- * @param resourceGroup Name of the resource group.
989
- * @param registrationName Name of the Azure Stack registration.
990
- * @param token Registration token
991
- * @param options The options parameters.
992
- */
993
- update(resourceGroup: string, registrationName: string, token: RegistrationParameter, options?: RegistrationsUpdateOptionalParams): Promise<RegistrationsUpdateResponse>;
994
- /**
995
- * Returns Azure Stack Activation Key.
996
- * @param resourceGroup Name of the resource group.
997
- * @param registrationName Name of the Azure Stack registration.
998
- * @param options The options parameters.
999
- */
1000
- getActivationKey(resourceGroup: string, registrationName: string, options?: RegistrationsGetActivationKeyOptionalParams): Promise<RegistrationsGetActivationKeyResponse>;
1001
- /**
1002
- * Enables remote management for device under the Azure Stack registration.
1003
- * @param resourceGroup Name of the resource group.
1004
- * @param registrationName Name of the Azure Stack registration.
1005
- * @param options The options parameters.
1006
- */
1007
- enableRemoteManagement(resourceGroup: string, registrationName: string, options?: RegistrationsEnableRemoteManagementOptionalParams): Promise<void>;
1008
- }
1009
-
1010
- /** Optional parameters. */
1011
- export declare interface RegistrationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1012
- }
1013
-
1014
- /** Contains response data for the createOrUpdate operation. */
1015
- export declare type RegistrationsCreateOrUpdateResponse = Registration;
1016
-
1017
- /** Optional parameters. */
1018
- export declare interface RegistrationsDeleteOptionalParams extends coreClient.OperationOptions {
1019
- }
1020
-
1021
- /** Optional parameters. */
1022
- export declare interface RegistrationsEnableRemoteManagementOptionalParams extends coreClient.OperationOptions {
1023
- }
1024
-
1025
- /** Optional parameters. */
1026
- export declare interface RegistrationsGetActivationKeyOptionalParams extends coreClient.OperationOptions {
1027
- }
1028
-
1029
- /** Contains response data for the getActivationKey operation. */
1030
- export declare type RegistrationsGetActivationKeyResponse = ActivationKeyResult;
1031
-
1032
- /** Optional parameters. */
1033
- export declare interface RegistrationsGetOptionalParams extends coreClient.OperationOptions {
1034
- }
1035
-
1036
- /** Contains response data for the get operation. */
1037
- export declare type RegistrationsGetResponse = Registration;
1038
-
1039
- /** Optional parameters. */
1040
- export declare interface RegistrationsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1041
- }
1042
-
1043
- /** Contains response data for the listBySubscriptionNext operation. */
1044
- export declare type RegistrationsListBySubscriptionNextResponse = RegistrationList;
1045
-
1046
- /** Optional parameters. */
1047
- export declare interface RegistrationsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1048
- }
1049
-
1050
- /** Contains response data for the listBySubscription operation. */
1051
- export declare type RegistrationsListBySubscriptionResponse = RegistrationList;
1052
-
1053
- /** Optional parameters. */
1054
- export declare interface RegistrationsListNextOptionalParams extends coreClient.OperationOptions {
1055
- }
1056
-
1057
- /** Contains response data for the listNext operation. */
1058
- export declare type RegistrationsListNextResponse = RegistrationList;
1059
-
1060
- /** Optional parameters. */
1061
- export declare interface RegistrationsListOptionalParams extends coreClient.OperationOptions {
1062
- }
1063
-
1064
- /** Contains response data for the list operation. */
1065
- export declare type RegistrationsListResponse = RegistrationList;
1066
-
1067
- /** Optional parameters. */
1068
- export declare interface RegistrationsUpdateOptionalParams extends coreClient.OperationOptions {
1069
- }
1070
-
1071
- /** Contains response data for the update operation. */
1072
- export declare type RegistrationsUpdateResponse = Registration;
1073
-
1074
- /** Base resource object. */
1075
- export declare interface Resource {
1076
- /**
1077
- * ID of the resource.
1078
- * NOTE: This property will not be serialized. It can only be populated by the server.
1079
- */
1080
- readonly id?: string;
1081
- /**
1082
- * Name of the resource.
1083
- * NOTE: This property will not be serialized. It can only be populated by the server.
1084
- */
1085
- readonly name?: string;
1086
- /**
1087
- * Type of Resource.
1088
- * NOTE: This property will not be serialized. It can only be populated by the server.
1089
- */
1090
- readonly type?: string;
1091
- /** The entity tag used for optimistic concurrency when modifying the resource. */
1092
- etag?: string;
1093
- }
1094
-
1095
- /** Metadata pertaining to creation and last modification of the resource. */
1096
- export declare interface SystemData {
1097
- /** The identity that created the resource. */
1098
- createdBy?: string;
1099
- /** The type of identity that created the resource. */
1100
- createdByType?: CreatedByType;
1101
- /** The timestamp of resource creation (UTC). */
1102
- createdAt?: Date;
1103
- /** The identity that last modified the resource. */
1104
- lastModifiedBy?: string;
1105
- /** The type of identity that last modified the resource. */
1106
- lastModifiedByType?: CreatedByType;
1107
- /** The timestamp of resource last modification (UTC) */
1108
- lastModifiedAt?: Date;
1109
- }
1110
-
1111
- /** Base resource object. */
1112
- export declare interface TrackedResource {
1113
- /**
1114
- * ID of the resource.
1115
- * NOTE: This property will not be serialized. It can only be populated by the server.
1116
- */
1117
- readonly id?: string;
1118
- /**
1119
- * Name of the resource.
1120
- * NOTE: This property will not be serialized. It can only be populated by the server.
1121
- */
1122
- readonly name?: string;
1123
- /**
1124
- * Type of Resource.
1125
- * NOTE: This property will not be serialized. It can only be populated by the server.
1126
- */
1127
- readonly type?: string;
1128
- /**
1129
- * The kind of the resource.
1130
- * NOTE: This property will not be serialized. It can only be populated by the server.
1131
- */
1132
- readonly kind?: string;
1133
- /**
1134
- * Metadata pertaining to creation and last modification of the resource.
1135
- * NOTE: This property will not be serialized. It can only be populated by the server.
1136
- */
1137
- readonly systemData?: SystemData;
1138
- /** Location of the resource. */
1139
- location: Location_2;
1140
- /** Custom tags for the resource. */
1141
- tags?: {
1142
- [propertyName: string]: string;
1143
- };
1144
- /** The entity tag used for optimistic concurrency when modifying the resource. */
1145
- etag?: string;
1146
- }
1147
-
1148
- /** Product information. */
1149
- export declare interface VirtualMachineExtensionProductProperties {
1150
- /**
1151
- * Specifies kind of compute role included in the package.
1152
- * NOTE: This property will not be serialized. It can only be populated by the server.
1153
- */
1154
- readonly computeRole?: ComputeRole;
1155
- /**
1156
- * Specifies if product is a Virtual Machine Extension.
1157
- * NOTE: This property will not be serialized. It can only be populated by the server.
1158
- */
1159
- readonly isSystemExtension?: boolean;
1160
- /**
1161
- * Indicates if specified product supports multiple extensions.
1162
- * NOTE: This property will not be serialized. It can only be populated by the server.
1163
- */
1164
- readonly supportMultipleExtensions?: boolean;
1165
- /**
1166
- * Specifies product version.
1167
- * NOTE: This property will not be serialized. It can only be populated by the server.
1168
- */
1169
- readonly version?: string;
1170
- /**
1171
- * Specifies operating system used by the product.
1172
- * NOTE: This property will not be serialized. It can only be populated by the server.
1173
- */
1174
- readonly vmOsType?: OperatingSystem;
1175
- /**
1176
- * Indicates if virtual machine Scale Set is enabled in the specified product.
1177
- * NOTE: This property will not be serialized. It can only be populated by the server.
1178
- */
1179
- readonly vmScaleSetEnabled?: boolean;
1180
- /**
1181
- * The URI.
1182
- * NOTE: This property will not be serialized. It can only be populated by the server.
1183
- */
1184
- readonly uri?: string;
1185
- }
1186
-
1187
- /** Product information. */
1188
- export declare interface VirtualMachineProductProperties {
1189
- /**
1190
- * Specifies product version.
1191
- * NOTE: This property will not be serialized. It can only be populated by the server.
1192
- */
1193
- readonly version?: string;
1194
- /**
1195
- * OS disk image used by product.
1196
- * NOTE: This property will not be serialized. It can only be populated by the server.
1197
- */
1198
- readonly osDiskImage?: OsDiskImage;
1199
- /**
1200
- * List of attached data disks.
1201
- * NOTE: This property will not be serialized. It can only be populated by the server.
1202
- */
1203
- readonly dataDiskImages?: DataDiskImage[];
1204
- }
1205
-
1206
- export { }
1
+ import * as coreClient from "@azure/core-client";
2
+ /** List of Operations */
3
+ export interface OperationList {
4
+ /** Array of operations */
5
+ value?: Operation[];
6
+ /** URI to the next page of operations. */
7
+ nextLink?: string;
8
+ }
9
+ /** Describes the supported REST operation. */
10
+ export interface Operation {
11
+ /** The name of the operation being performed on this particular object. */
12
+ name?: string;
13
+ /** Contains the localized display information for this particular operation or action. */
14
+ display?: Display;
15
+ /** The intended executor of the operation. */
16
+ origin?: string;
17
+ }
18
+ /** Contains the localized display information for this particular operation or action. */
19
+ export interface Display {
20
+ /** The localized, friendly version of the resource provider name. */
21
+ provider?: string;
22
+ /** The localized, friendly version of the resource type related to this action or operation; the resource type should match the public documentation for the resource provider. */
23
+ resource?: string;
24
+ /** The localized, friendly name for the operation. Use the name as it will displayed to the user. */
25
+ operation?: string;
26
+ /** The localized, friendly description for the operation. The description will be displayed to the user. It should be thorough and concise for used in both tooltips and detailed views. */
27
+ description?: string;
28
+ }
29
+ /** Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message. */
30
+ export interface ErrorResponse {
31
+ /** The details of the error. */
32
+ error?: ErrorDetails;
33
+ }
34
+ /** The details of the error. */
35
+ export interface ErrorDetails {
36
+ /**
37
+ * Error code.
38
+ * NOTE: This property will not be serialized. It can only be populated by the server.
39
+ */
40
+ readonly code?: string;
41
+ /**
42
+ * Error message indicating why the operation failed.
43
+ * NOTE: This property will not be serialized. It can only be populated by the server.
44
+ */
45
+ readonly message?: string;
46
+ /**
47
+ * The target of the particular error.
48
+ * NOTE: This property will not be serialized. It can only be populated by the server.
49
+ */
50
+ readonly target?: string;
51
+ }
52
+ /** Cloud specific manifest JSON properties. */
53
+ export interface CloudManifestFileProperties {
54
+ /** Cloud specific manifest data. */
55
+ deploymentData?: CloudManifestFileDeploymentData;
56
+ /** Signature of the cloud specific manifest data. */
57
+ signature?: string;
58
+ }
59
+ /** Cloud specific manifest data for AzureStack deployment. */
60
+ export interface CloudManifestFileDeploymentData {
61
+ /** Dsms external certificates. */
62
+ externalDsmsCertificates?: string;
63
+ /** Signing verification public key. */
64
+ customCloudVerificationKey?: string;
65
+ /** ARM endpoint. */
66
+ customCloudArmEndpoint?: string;
67
+ /** Dsms endpoint. */
68
+ externalDsmsEndpoint?: string;
69
+ }
70
+ /** Base resource object. */
71
+ export interface Resource {
72
+ /**
73
+ * ID of the resource.
74
+ * NOTE: This property will not be serialized. It can only be populated by the server.
75
+ */
76
+ readonly id?: string;
77
+ /**
78
+ * Name of the resource.
79
+ * NOTE: This property will not be serialized. It can only be populated by the server.
80
+ */
81
+ readonly name?: string;
82
+ /**
83
+ * Type of Resource.
84
+ * NOTE: This property will not be serialized. It can only be populated by the server.
85
+ */
86
+ readonly type?: string;
87
+ /** The entity tag used for optimistic concurrency when modifying the resource. */
88
+ etag?: string;
89
+ }
90
+ /** Pageable list of customer subscriptions. */
91
+ export interface CustomerSubscriptionList {
92
+ /** URI to the next page. */
93
+ nextLink?: string;
94
+ /** List of customer subscriptions. */
95
+ value?: CustomerSubscription[];
96
+ }
97
+ /** Metadata pertaining to creation and last modification of the resource. */
98
+ export interface SystemData {
99
+ /** The identity that created the resource. */
100
+ createdBy?: string;
101
+ /** The type of identity that created the resource. */
102
+ createdByType?: CreatedByType;
103
+ /** The timestamp of resource creation (UTC). */
104
+ createdAt?: Date;
105
+ /** The identity that last modified the resource. */
106
+ lastModifiedBy?: string;
107
+ /** The type of identity that last modified the resource. */
108
+ lastModifiedByType?: CreatedByType;
109
+ /** The timestamp of resource last modification (UTC) */
110
+ lastModifiedAt?: Date;
111
+ }
112
+ /** Pageable list of products. */
113
+ export interface ProductList {
114
+ /** URI to the next page. */
115
+ nextLink?: string;
116
+ /** List of products. */
117
+ value?: Product[];
118
+ }
119
+ /** Links to product icons. */
120
+ export interface IconUris {
121
+ /** URI to large icon. */
122
+ large?: string;
123
+ /** URI to wide icon. */
124
+ wide?: string;
125
+ /** URI to medium icon. */
126
+ medium?: string;
127
+ /** URI to small icon. */
128
+ small?: string;
129
+ /** URI to hero icon. */
130
+ hero?: string;
131
+ }
132
+ /** Link with additional information about a product. */
133
+ export interface ProductLink {
134
+ /** The description of the link. */
135
+ displayName?: string;
136
+ /** The URI corresponding to the link. */
137
+ uri?: string;
138
+ }
139
+ /** Additional properties of the product */
140
+ export interface ProductProperties {
141
+ /** The version. */
142
+ version?: string;
143
+ }
144
+ /** Product compatibility */
145
+ export interface Compatibility {
146
+ /** Tells if product is compatible with current device */
147
+ isCompatible?: boolean;
148
+ /** Short error message if any compatibility issues are found */
149
+ message?: string;
150
+ /** Full error message if any compatibility issues are found */
151
+ description?: string;
152
+ /** List of all issues found */
153
+ issues?: CompatibilityIssue[];
154
+ }
155
+ /** Extended description about the product required for installing it into Azure Stack. */
156
+ export interface ExtendedProduct {
157
+ /**
158
+ * The URI to the .azpkg file that provides information required for showing product in the gallery.
159
+ * NOTE: This property will not be serialized. It can only be populated by the server.
160
+ */
161
+ readonly galleryPackageBlobSasUri?: string;
162
+ /**
163
+ * Specifies the kind of the product (virtualMachine or virtualMachineExtension).
164
+ * NOTE: This property will not be serialized. It can only be populated by the server.
165
+ */
166
+ readonly productKind?: string;
167
+ /**
168
+ * Specifies kind of compute role included in the package.
169
+ * NOTE: This property will not be serialized. It can only be populated by the server.
170
+ */
171
+ readonly computeRole?: ComputeRole;
172
+ /**
173
+ * Specifies if product is a Virtual Machine Extension.
174
+ * NOTE: This property will not be serialized. It can only be populated by the server.
175
+ */
176
+ readonly isSystemExtension?: boolean;
177
+ /**
178
+ * Indicates if specified product supports multiple extensions.
179
+ * NOTE: This property will not be serialized. It can only be populated by the server.
180
+ */
181
+ readonly supportMultipleExtensions?: boolean;
182
+ /**
183
+ * Specifies product version.
184
+ * NOTE: This property will not be serialized. It can only be populated by the server.
185
+ */
186
+ readonly versionPropertiesVersion?: string;
187
+ /**
188
+ * Specifies operating system used by the product.
189
+ * NOTE: This property will not be serialized. It can only be populated by the server.
190
+ */
191
+ readonly vmOsType?: OperatingSystem;
192
+ /**
193
+ * Indicates if virtual machine Scale Set is enabled in the specified product.
194
+ * NOTE: This property will not be serialized. It can only be populated by the server.
195
+ */
196
+ readonly vmScaleSetEnabled?: boolean;
197
+ /**
198
+ * The URI.
199
+ * NOTE: This property will not be serialized. It can only be populated by the server.
200
+ */
201
+ readonly uri?: string;
202
+ /**
203
+ * Specifies product version.
204
+ * NOTE: This property will not be serialized. It can only be populated by the server.
205
+ */
206
+ readonly version?: string;
207
+ /**
208
+ * OS disk image used by product.
209
+ * NOTE: This property will not be serialized. It can only be populated by the server.
210
+ */
211
+ readonly osDiskImage?: OsDiskImage;
212
+ /**
213
+ * List of attached data disks.
214
+ * NOTE: This property will not be serialized. It can only be populated by the server.
215
+ */
216
+ readonly dataDiskImages?: DataDiskImage[];
217
+ }
218
+ /** Product information. */
219
+ export interface VirtualMachineExtensionProductProperties {
220
+ /**
221
+ * Specifies kind of compute role included in the package.
222
+ * NOTE: This property will not be serialized. It can only be populated by the server.
223
+ */
224
+ readonly computeRole?: ComputeRole;
225
+ /**
226
+ * Specifies if product is a Virtual Machine Extension.
227
+ * NOTE: This property will not be serialized. It can only be populated by the server.
228
+ */
229
+ readonly isSystemExtension?: boolean;
230
+ /**
231
+ * Indicates if specified product supports multiple extensions.
232
+ * NOTE: This property will not be serialized. It can only be populated by the server.
233
+ */
234
+ readonly supportMultipleExtensions?: boolean;
235
+ /**
236
+ * Specifies product version.
237
+ * NOTE: This property will not be serialized. It can only be populated by the server.
238
+ */
239
+ readonly version?: string;
240
+ /**
241
+ * Specifies operating system used by the product.
242
+ * NOTE: This property will not be serialized. It can only be populated by the server.
243
+ */
244
+ readonly vmOsType?: OperatingSystem;
245
+ /**
246
+ * Indicates if virtual machine Scale Set is enabled in the specified product.
247
+ * NOTE: This property will not be serialized. It can only be populated by the server.
248
+ */
249
+ readonly vmScaleSetEnabled?: boolean;
250
+ /**
251
+ * The URI.
252
+ * NOTE: This property will not be serialized. It can only be populated by the server.
253
+ */
254
+ readonly uri?: string;
255
+ }
256
+ /** Product information. */
257
+ export interface VirtualMachineProductProperties {
258
+ /**
259
+ * Specifies product version.
260
+ * NOTE: This property will not be serialized. It can only be populated by the server.
261
+ */
262
+ readonly version?: string;
263
+ /**
264
+ * OS disk image used by product.
265
+ * NOTE: This property will not be serialized. It can only be populated by the server.
266
+ */
267
+ readonly osDiskImage?: OsDiskImage;
268
+ /**
269
+ * List of attached data disks.
270
+ * NOTE: This property will not be serialized. It can only be populated by the server.
271
+ */
272
+ readonly dataDiskImages?: DataDiskImage[];
273
+ }
274
+ /** OS disk image. */
275
+ export interface OsDiskImage {
276
+ /**
277
+ * OS operating system type.
278
+ * NOTE: This property will not be serialized. It can only be populated by the server.
279
+ */
280
+ readonly operatingSystem?: OperatingSystem;
281
+ /**
282
+ * SAS key for source blob.
283
+ * NOTE: This property will not be serialized. It can only be populated by the server.
284
+ */
285
+ readonly sourceBlobSasUri?: string;
286
+ }
287
+ /** Data disk image. */
288
+ export interface DataDiskImage {
289
+ /**
290
+ * The LUN.
291
+ * NOTE: This property will not be serialized. It can only be populated by the server.
292
+ */
293
+ readonly lun?: number;
294
+ /**
295
+ * SAS key for source blob.
296
+ * NOTE: This property will not be serialized. It can only be populated by the server.
297
+ */
298
+ readonly sourceBlobSasUri?: string;
299
+ }
300
+ /** Device Configuration. */
301
+ export interface DeviceConfiguration {
302
+ /**
303
+ * Version of the device.
304
+ * NOTE: This property will not be serialized. It can only be populated by the server.
305
+ */
306
+ readonly deviceVersion?: string;
307
+ /**
308
+ * Identity system of the device.
309
+ * NOTE: This property will not be serialized. It can only be populated by the server.
310
+ */
311
+ readonly identitySystem?: Category;
312
+ }
313
+ /** Update details for product log. */
314
+ export interface MarketplaceProductLogUpdate {
315
+ /**
316
+ * Operation to log.
317
+ * NOTE: This property will not be serialized. It can only be populated by the server.
318
+ */
319
+ readonly operation?: string;
320
+ /**
321
+ * Operation status to log.
322
+ * NOTE: This property will not be serialized. It can only be populated by the server.
323
+ */
324
+ readonly status?: string;
325
+ /**
326
+ * Error related to the operation.
327
+ * NOTE: This property will not be serialized. It can only be populated by the server.
328
+ */
329
+ readonly error?: string;
330
+ /**
331
+ * Error details related to operation.
332
+ * NOTE: This property will not be serialized. It can only be populated by the server.
333
+ */
334
+ readonly details?: string;
335
+ }
336
+ /** Product action log. */
337
+ export interface ProductLog {
338
+ /**
339
+ * Log ID.
340
+ * NOTE: This property will not be serialized. It can only be populated by the server.
341
+ */
342
+ readonly id?: string;
343
+ /**
344
+ * Logged product ID.
345
+ * NOTE: This property will not be serialized. It can only be populated by the server.
346
+ */
347
+ readonly productId?: string;
348
+ /**
349
+ * Logged subscription ID.
350
+ * NOTE: This property will not be serialized. It can only be populated by the server.
351
+ */
352
+ readonly subscriptionId?: string;
353
+ /**
354
+ * Logged registration name.
355
+ * NOTE: This property will not be serialized. It can only be populated by the server.
356
+ */
357
+ readonly registrationName?: string;
358
+ /**
359
+ * Logged resource group name.
360
+ * NOTE: This property will not be serialized. It can only be populated by the server.
361
+ */
362
+ readonly resourceGroupName?: string;
363
+ /**
364
+ * Logged operation.
365
+ * NOTE: This property will not be serialized. It can only be populated by the server.
366
+ */
367
+ readonly operation?: string;
368
+ /**
369
+ * Operation start datetime.
370
+ * NOTE: This property will not be serialized. It can only be populated by the server.
371
+ */
372
+ readonly startDate?: string;
373
+ /**
374
+ * Operation end datetime.
375
+ * NOTE: This property will not be serialized. It can only be populated by the server.
376
+ */
377
+ readonly endDate?: string;
378
+ /**
379
+ * Operation status.
380
+ * NOTE: This property will not be serialized. It can only be populated by the server.
381
+ */
382
+ readonly status?: string;
383
+ /**
384
+ * Operation error data.
385
+ * NOTE: This property will not be serialized. It can only be populated by the server.
386
+ */
387
+ readonly error?: string;
388
+ /**
389
+ * Operation error details.
390
+ * NOTE: This property will not be serialized. It can only be populated by the server.
391
+ */
392
+ readonly details?: string;
393
+ }
394
+ /** Pageable list of registrations. */
395
+ export interface RegistrationList {
396
+ /** URI to the next page. */
397
+ nextLink?: string;
398
+ /** List of Registrations */
399
+ value?: Registration[];
400
+ }
401
+ /** Base resource object. */
402
+ export interface TrackedResource {
403
+ /**
404
+ * ID of the resource.
405
+ * NOTE: This property will not be serialized. It can only be populated by the server.
406
+ */
407
+ readonly id?: string;
408
+ /**
409
+ * Name of the resource.
410
+ * NOTE: This property will not be serialized. It can only be populated by the server.
411
+ */
412
+ readonly name?: string;
413
+ /**
414
+ * Type of Resource.
415
+ * NOTE: This property will not be serialized. It can only be populated by the server.
416
+ */
417
+ readonly type?: string;
418
+ /**
419
+ * The kind of the resource.
420
+ * NOTE: This property will not be serialized. It can only be populated by the server.
421
+ */
422
+ readonly kind?: string;
423
+ /**
424
+ * Metadata pertaining to creation and last modification of the resource.
425
+ * NOTE: This property will not be serialized. It can only be populated by the server.
426
+ */
427
+ readonly systemData?: SystemData;
428
+ /** Location of the resource. */
429
+ location: Location;
430
+ /** Custom tags for the resource. */
431
+ tags?: {
432
+ [propertyName: string]: string;
433
+ };
434
+ /** The entity tag used for optimistic concurrency when modifying the resource. */
435
+ etag?: string;
436
+ }
437
+ /** Registration resource */
438
+ export interface RegistrationParameter {
439
+ /** Location of the resource. */
440
+ location: Location;
441
+ /** The token identifying registered Azure Stack */
442
+ registrationToken: string;
443
+ }
444
+ /** The resource containing the Azure Stack activation key. */
445
+ export interface ActivationKeyResult {
446
+ /** Azure Stack activation key. */
447
+ activationKey?: string;
448
+ }
449
+ /** List of linked subscriptions with paging support. */
450
+ export interface LinkedSubscriptionsList {
451
+ /** URI to the next page. */
452
+ nextLink?: string;
453
+ /** List of Linked Subscriptions */
454
+ value?: LinkedSubscription[];
455
+ }
456
+ /** Linked Subscription resource */
457
+ export interface LinkedSubscriptionParameter {
458
+ /** Location of the resource. */
459
+ location: Location;
460
+ /** The identifier associated with the device subscription. */
461
+ linkedSubscriptionId: string;
462
+ /** The identifier associated with the device registration. */
463
+ registrationResourceId: string;
464
+ }
465
+ /** Cloud specific manifest GET response. */
466
+ export interface CloudManifestFileResponse extends Resource {
467
+ /** Cloud specific manifest data. */
468
+ properties?: CloudManifestFileProperties;
469
+ }
470
+ /** Customer subscription. */
471
+ export interface CustomerSubscription extends Resource {
472
+ /**
473
+ * Metadata pertaining to creation and last modification of the resource.
474
+ * NOTE: This property will not be serialized. It can only be populated by the server.
475
+ */
476
+ readonly systemData?: SystemData;
477
+ /** Tenant Id. */
478
+ tenantId?: string;
479
+ }
480
+ /** Product information. */
481
+ export interface Product extends Resource {
482
+ /**
483
+ * Metadata pertaining to creation and last modification of the resource.
484
+ * NOTE: This property will not be serialized. It can only be populated by the server.
485
+ */
486
+ readonly systemData?: SystemData;
487
+ /** The display name of the product. */
488
+ displayName?: string;
489
+ /** The description of the product. */
490
+ description?: string;
491
+ /** The user-friendly name of the product publisher. */
492
+ publisherDisplayName?: string;
493
+ /** Publisher identifier. */
494
+ publisherIdentifier?: string;
495
+ /** The offer representing the product. */
496
+ offer?: string;
497
+ /** The version of the product offer. */
498
+ offerVersion?: string;
499
+ /** The product SKU. */
500
+ sku?: string;
501
+ /** The part number used for billing purposes. */
502
+ billingPartNumber?: string;
503
+ /** The type of the Virtual Machine Extension. */
504
+ vmExtensionType?: string;
505
+ /** The identifier of the gallery item corresponding to the product. */
506
+ galleryItemIdentity?: string;
507
+ /** Additional links available for this product. */
508
+ iconUris?: IconUris;
509
+ /** Additional links available for this product. */
510
+ links?: ProductLink[];
511
+ /** The legal terms. */
512
+ legalTerms?: string;
513
+ /** The privacy policy. */
514
+ privacyPolicy?: string;
515
+ /** The length of product content. */
516
+ payloadLength?: number;
517
+ /** The kind of the product (virtualMachine or virtualMachineExtension) */
518
+ productKind?: string;
519
+ /** Additional properties for the product. */
520
+ productProperties?: ProductProperties;
521
+ /** Product compatibility with current device. */
522
+ compatibility?: Compatibility;
523
+ }
524
+ /** Product information. */
525
+ export interface ExtendedProductProperties extends VirtualMachineExtensionProductProperties, VirtualMachineProductProperties {
526
+ }
527
+ /** Registration information. */
528
+ export interface Registration extends TrackedResource {
529
+ /** The object identifier associated with the Azure Stack connecting to Azure. */
530
+ objectId?: string;
531
+ /** The identifier of the registered Azure Stack. */
532
+ cloudId?: string;
533
+ /** Specifies the billing mode for the Azure Stack registration. */
534
+ billingModel?: string;
535
+ }
536
+ /** Linked Subscription information. */
537
+ export interface LinkedSubscription extends TrackedResource {
538
+ /** The identifier associated with the device subscription. */
539
+ linkedSubscriptionId?: string;
540
+ /** The identifier associated with the device registration. */
541
+ registrationResourceId?: string;
542
+ /**
543
+ * The identifier of the Azure Stack device for remote management.
544
+ * NOTE: This property will not be serialized. It can only be populated by the server.
545
+ */
546
+ readonly deviceId?: string;
547
+ /**
548
+ * The object identifier associated with the Azure Stack device connecting to Azure.
549
+ * NOTE: This property will not be serialized. It can only be populated by the server.
550
+ */
551
+ readonly deviceObjectId?: string;
552
+ /**
553
+ * The connection state of the Azure Stack device.
554
+ * NOTE: This property will not be serialized. It can only be populated by the server.
555
+ */
556
+ readonly deviceLinkState?: string;
557
+ /**
558
+ * The last remote management connection time for the Azure Stack device connected to the linked subscription resource.
559
+ * NOTE: This property will not be serialized. It can only be populated by the server.
560
+ */
561
+ readonly lastConnectedTime?: string;
562
+ /**
563
+ * The status of the remote management connection of the Azure Stack device.
564
+ * NOTE: This property will not be serialized. It can only be populated by the server.
565
+ */
566
+ readonly deviceConnectionStatus?: string;
567
+ }
568
+ /** Known values of {@link CreatedByType} that the service accepts. */
569
+ export declare enum KnownCreatedByType {
570
+ /** User */
571
+ User = "User",
572
+ /** Application */
573
+ Application = "Application",
574
+ /** ManagedIdentity */
575
+ ManagedIdentity = "ManagedIdentity",
576
+ /** Key */
577
+ Key = "Key"
578
+ }
579
+ /**
580
+ * Defines values for CreatedByType. \
581
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
582
+ * this enum contains the known values that the service supports.
583
+ * ### Known values supported by the service
584
+ * **User** \
585
+ * **Application** \
586
+ * **ManagedIdentity** \
587
+ * **Key**
588
+ */
589
+ export type CreatedByType = string;
590
+ /** Known values of {@link CompatibilityIssue} that the service accepts. */
591
+ export declare enum KnownCompatibilityIssue {
592
+ /** HigherDeviceVersionRequired */
593
+ HigherDeviceVersionRequired = "HigherDeviceVersionRequired",
594
+ /** LowerDeviceVersionRequired */
595
+ LowerDeviceVersionRequired = "LowerDeviceVersionRequired",
596
+ /** CapacityBillingModelRequired */
597
+ CapacityBillingModelRequired = "CapacityBillingModelRequired",
598
+ /** PayAsYouGoBillingModelRequired */
599
+ PayAsYouGoBillingModelRequired = "PayAsYouGoBillingModelRequired",
600
+ /** DevelopmentBillingModelRequired */
601
+ DevelopmentBillingModelRequired = "DevelopmentBillingModelRequired",
602
+ /** AzureADIdentitySystemRequired */
603
+ AzureADIdentitySystemRequired = "AzureADIdentitySystemRequired",
604
+ /** AdfsIdentitySystemRequired */
605
+ AdfsIdentitySystemRequired = "ADFSIdentitySystemRequired",
606
+ /** ConnectionToInternetRequired */
607
+ ConnectionToInternetRequired = "ConnectionToInternetRequired",
608
+ /** ConnectionToAzureRequired */
609
+ ConnectionToAzureRequired = "ConnectionToAzureRequired",
610
+ /** DisconnectedEnvironmentRequired */
611
+ DisconnectedEnvironmentRequired = "DisconnectedEnvironmentRequired"
612
+ }
613
+ /**
614
+ * Defines values for CompatibilityIssue. \
615
+ * {@link KnownCompatibilityIssue} can be used interchangeably with CompatibilityIssue,
616
+ * this enum contains the known values that the service supports.
617
+ * ### Known values supported by the service
618
+ * **HigherDeviceVersionRequired** \
619
+ * **LowerDeviceVersionRequired** \
620
+ * **CapacityBillingModelRequired** \
621
+ * **PayAsYouGoBillingModelRequired** \
622
+ * **DevelopmentBillingModelRequired** \
623
+ * **AzureADIdentitySystemRequired** \
624
+ * **ADFSIdentitySystemRequired** \
625
+ * **ConnectionToInternetRequired** \
626
+ * **ConnectionToAzureRequired** \
627
+ * **DisconnectedEnvironmentRequired**
628
+ */
629
+ export type CompatibilityIssue = string;
630
+ /** Known values of {@link ComputeRole} that the service accepts. */
631
+ export declare enum KnownComputeRole {
632
+ /** None */
633
+ None = "None",
634
+ /** IaaS */
635
+ IaaS = "IaaS",
636
+ /** PaaS */
637
+ PaaS = "PaaS"
638
+ }
639
+ /**
640
+ * Defines values for ComputeRole. \
641
+ * {@link KnownComputeRole} can be used interchangeably with ComputeRole,
642
+ * this enum contains the known values that the service supports.
643
+ * ### Known values supported by the service
644
+ * **None** \
645
+ * **IaaS** \
646
+ * **PaaS**
647
+ */
648
+ export type ComputeRole = string;
649
+ /** Known values of {@link OperatingSystem} that the service accepts. */
650
+ export declare enum KnownOperatingSystem {
651
+ /** None */
652
+ None = "None",
653
+ /** Windows */
654
+ Windows = "Windows",
655
+ /** Linux */
656
+ Linux = "Linux"
657
+ }
658
+ /**
659
+ * Defines values for OperatingSystem. \
660
+ * {@link KnownOperatingSystem} can be used interchangeably with OperatingSystem,
661
+ * this enum contains the known values that the service supports.
662
+ * ### Known values supported by the service
663
+ * **None** \
664
+ * **Windows** \
665
+ * **Linux**
666
+ */
667
+ export type OperatingSystem = string;
668
+ /** Known values of {@link Category} that the service accepts. */
669
+ export declare enum KnownCategory {
670
+ /** AzureAD */
671
+ AzureAD = "AzureAD",
672
+ /** Adfs */
673
+ Adfs = "ADFS"
674
+ }
675
+ /**
676
+ * Defines values for Category. \
677
+ * {@link KnownCategory} can be used interchangeably with Category,
678
+ * this enum contains the known values that the service supports.
679
+ * ### Known values supported by the service
680
+ * **AzureAD** \
681
+ * **ADFS**
682
+ */
683
+ export type Category = string;
684
+ /** Known values of {@link Location} that the service accepts. */
685
+ export declare enum KnownLocation {
686
+ /** Global */
687
+ Global = "global"
688
+ }
689
+ /**
690
+ * Defines values for Location. \
691
+ * {@link KnownLocation} can be used interchangeably with Location,
692
+ * this enum contains the known values that the service supports.
693
+ * ### Known values supported by the service
694
+ * **global**
695
+ */
696
+ export type Location = string;
697
+ /** Defines values for ProvisioningState. */
698
+ export type ProvisioningState = "Creating" | "Failed" | "Succeeded" | "Canceled";
699
+ /** Optional parameters. */
700
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
701
+ }
702
+ /** Contains response data for the list operation. */
703
+ export type OperationsListResponse = OperationList;
704
+ /** Optional parameters. */
705
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
706
+ }
707
+ /** Contains response data for the listNext operation. */
708
+ export type OperationsListNextResponse = OperationList;
709
+ /** Optional parameters. */
710
+ export interface CloudManifestFileListOptionalParams extends coreClient.OperationOptions {
711
+ }
712
+ /** Contains response data for the list operation. */
713
+ export type CloudManifestFileListResponse = CloudManifestFileResponse;
714
+ /** Optional parameters. */
715
+ export interface CloudManifestFileGetOptionalParams extends coreClient.OperationOptions {
716
+ /** Signing verification key version creation date. */
717
+ versionCreationDate?: string;
718
+ }
719
+ /** Contains response data for the get operation. */
720
+ export type CloudManifestFileGetResponse = CloudManifestFileResponse;
721
+ /** Optional parameters. */
722
+ export interface CustomerSubscriptionsListOptionalParams extends coreClient.OperationOptions {
723
+ }
724
+ /** Contains response data for the list operation. */
725
+ export type CustomerSubscriptionsListResponse = CustomerSubscriptionList;
726
+ /** Optional parameters. */
727
+ export interface CustomerSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
728
+ }
729
+ /** Contains response data for the get operation. */
730
+ export type CustomerSubscriptionsGetResponse = CustomerSubscription;
731
+ /** Optional parameters. */
732
+ export interface CustomerSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
733
+ }
734
+ /** Optional parameters. */
735
+ export interface CustomerSubscriptionsCreateOptionalParams extends coreClient.OperationOptions {
736
+ }
737
+ /** Contains response data for the create operation. */
738
+ export type CustomerSubscriptionsCreateResponse = CustomerSubscription;
739
+ /** Optional parameters. */
740
+ export interface CustomerSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
741
+ }
742
+ /** Contains response data for the listNext operation. */
743
+ export type CustomerSubscriptionsListNextResponse = CustomerSubscriptionList;
744
+ /** Optional parameters. */
745
+ export interface ProductsListOptionalParams extends coreClient.OperationOptions {
746
+ }
747
+ /** Contains response data for the list operation. */
748
+ export type ProductsListResponse = ProductList;
749
+ /** Optional parameters. */
750
+ export interface ProductsGetOptionalParams extends coreClient.OperationOptions {
751
+ }
752
+ /** Contains response data for the get operation. */
753
+ export type ProductsGetResponse = Product;
754
+ /** Optional parameters. */
755
+ export interface ProductsListDetailsOptionalParams extends coreClient.OperationOptions {
756
+ }
757
+ /** Contains response data for the listDetails operation. */
758
+ export type ProductsListDetailsResponse = ExtendedProduct;
759
+ /** Optional parameters. */
760
+ export interface ProductsGetProductsOptionalParams extends coreClient.OperationOptions {
761
+ /** Device configuration. */
762
+ deviceConfiguration?: DeviceConfiguration;
763
+ }
764
+ /** Contains response data for the getProducts operation. */
765
+ export type ProductsGetProductsResponse = ProductList;
766
+ /** Optional parameters. */
767
+ export interface ProductsGetProductOptionalParams extends coreClient.OperationOptions {
768
+ /** Device configuration. */
769
+ deviceConfiguration?: DeviceConfiguration;
770
+ }
771
+ /** Contains response data for the getProduct operation. */
772
+ export type ProductsGetProductResponse = Product;
773
+ /** Optional parameters. */
774
+ export interface ProductsUploadLogOptionalParams extends coreClient.OperationOptions {
775
+ /** Update details for product log. */
776
+ marketplaceProductLogUpdate?: MarketplaceProductLogUpdate;
777
+ }
778
+ /** Contains response data for the uploadLog operation. */
779
+ export type ProductsUploadLogResponse = ProductLog;
780
+ /** Optional parameters. */
781
+ export interface ProductsListNextOptionalParams extends coreClient.OperationOptions {
782
+ }
783
+ /** Contains response data for the listNext operation. */
784
+ export type ProductsListNextResponse = ProductList;
785
+ /** Optional parameters. */
786
+ export interface RegistrationsListOptionalParams extends coreClient.OperationOptions {
787
+ }
788
+ /** Contains response data for the list operation. */
789
+ export type RegistrationsListResponse = RegistrationList;
790
+ /** Optional parameters. */
791
+ export interface RegistrationsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
792
+ }
793
+ /** Contains response data for the listBySubscription operation. */
794
+ export type RegistrationsListBySubscriptionResponse = RegistrationList;
795
+ /** Optional parameters. */
796
+ export interface RegistrationsGetOptionalParams extends coreClient.OperationOptions {
797
+ }
798
+ /** Contains response data for the get operation. */
799
+ export type RegistrationsGetResponse = Registration;
800
+ /** Optional parameters. */
801
+ export interface RegistrationsDeleteOptionalParams extends coreClient.OperationOptions {
802
+ }
803
+ /** Optional parameters. */
804
+ export interface RegistrationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
805
+ }
806
+ /** Contains response data for the createOrUpdate operation. */
807
+ export type RegistrationsCreateOrUpdateResponse = Registration;
808
+ /** Optional parameters. */
809
+ export interface RegistrationsUpdateOptionalParams extends coreClient.OperationOptions {
810
+ }
811
+ /** Contains response data for the update operation. */
812
+ export type RegistrationsUpdateResponse = Registration;
813
+ /** Optional parameters. */
814
+ export interface RegistrationsGetActivationKeyOptionalParams extends coreClient.OperationOptions {
815
+ }
816
+ /** Contains response data for the getActivationKey operation. */
817
+ export type RegistrationsGetActivationKeyResponse = ActivationKeyResult;
818
+ /** Optional parameters. */
819
+ export interface RegistrationsEnableRemoteManagementOptionalParams extends coreClient.OperationOptions {
820
+ }
821
+ /** Optional parameters. */
822
+ export interface RegistrationsListNextOptionalParams extends coreClient.OperationOptions {
823
+ }
824
+ /** Contains response data for the listNext operation. */
825
+ export type RegistrationsListNextResponse = RegistrationList;
826
+ /** Optional parameters. */
827
+ export interface RegistrationsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
828
+ }
829
+ /** Contains response data for the listBySubscriptionNext operation. */
830
+ export type RegistrationsListBySubscriptionNextResponse = RegistrationList;
831
+ /** Optional parameters. */
832
+ export interface LinkedSubscriptionsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
833
+ }
834
+ /** Contains response data for the listByResourceGroup operation. */
835
+ export type LinkedSubscriptionsListByResourceGroupResponse = LinkedSubscriptionsList;
836
+ /** Optional parameters. */
837
+ export interface LinkedSubscriptionsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
838
+ }
839
+ /** Contains response data for the listBySubscription operation. */
840
+ export type LinkedSubscriptionsListBySubscriptionResponse = LinkedSubscriptionsList;
841
+ /** Optional parameters. */
842
+ export interface LinkedSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
843
+ }
844
+ /** Contains response data for the get operation. */
845
+ export type LinkedSubscriptionsGetResponse = LinkedSubscription;
846
+ /** Optional parameters. */
847
+ export interface LinkedSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
848
+ }
849
+ /** Optional parameters. */
850
+ export interface LinkedSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
851
+ }
852
+ /** Contains response data for the createOrUpdate operation. */
853
+ export type LinkedSubscriptionsCreateOrUpdateResponse = LinkedSubscription;
854
+ /** Optional parameters. */
855
+ export interface LinkedSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
856
+ }
857
+ /** Contains response data for the update operation. */
858
+ export type LinkedSubscriptionsUpdateResponse = LinkedSubscription;
859
+ /** Optional parameters. */
860
+ export interface LinkedSubscriptionsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
861
+ }
862
+ /** Contains response data for the listByResourceGroupNext operation. */
863
+ export type LinkedSubscriptionsListByResourceGroupNextResponse = LinkedSubscriptionsList;
864
+ /** Optional parameters. */
865
+ export interface LinkedSubscriptionsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
866
+ }
867
+ /** Contains response data for the listBySubscriptionNext operation. */
868
+ export type LinkedSubscriptionsListBySubscriptionNextResponse = LinkedSubscriptionsList;
869
+ /** Optional parameters. */
870
+ export interface AzureStackManagementClientOptionalParams extends coreClient.ServiceClientOptions {
871
+ /** server parameter */
872
+ $host?: string;
873
+ /** Api Version */
874
+ apiVersion?: string;
875
+ /** Overrides client endpoint. */
876
+ endpoint?: string;
877
+ }
878
+ //# sourceMappingURL=index.d.ts.map