@azure/arm-servicefabricmanagedclusters 1.0.0-beta.2 → 1.0.0-beta.4

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 (1297) hide show
  1. package/CHANGELOG.md +343 -0
  2. package/LICENSE +3 -3
  3. package/README.md +34 -25
  4. package/dist/browser/api/applicationTypeVersions/index.d.ts +3 -0
  5. package/dist/browser/api/applicationTypeVersions/index.js +4 -0
  6. package/dist/browser/api/applicationTypeVersions/index.js.map +1 -0
  7. package/dist/browser/api/applicationTypeVersions/operations.d.ts +32 -0
  8. package/dist/browser/api/applicationTypeVersions/operations.js +167 -0
  9. package/dist/browser/api/applicationTypeVersions/operations.js.map +1 -0
  10. package/dist/browser/api/applicationTypeVersions/options.d.ts +21 -0
  11. package/dist/browser/api/applicationTypeVersions/options.js +4 -0
  12. package/dist/browser/api/applicationTypeVersions/options.js.map +1 -0
  13. package/dist/browser/api/applicationTypes/index.d.ts +3 -0
  14. package/dist/browser/api/applicationTypes/index.js +4 -0
  15. package/dist/browser/api/applicationTypes/index.js.map +1 -0
  16. package/dist/browser/api/applicationTypes/operations.d.ts +32 -0
  17. package/dist/browser/api/applicationTypes/operations.js +154 -0
  18. package/dist/browser/api/applicationTypes/operations.js.map +1 -0
  19. package/dist/browser/api/applicationTypes/options.d.ts +19 -0
  20. package/dist/browser/api/applicationTypes/options.js +4 -0
  21. package/dist/browser/api/applicationTypes/options.js.map +1 -0
  22. package/dist/browser/api/applications/index.d.ts +3 -0
  23. package/dist/browser/api/applications/index.js +4 -0
  24. package/dist/browser/api/applications/index.js.map +1 -0
  25. package/dist/browser/api/applications/operations.d.ts +44 -0
  26. package/dist/browser/api/applications/operations.js +247 -0
  27. package/dist/browser/api/applications/operations.js.map +1 -0
  28. package/dist/browser/api/applications/options.d.ts +36 -0
  29. package/dist/browser/api/applications/options.js +4 -0
  30. package/dist/browser/api/applications/options.js.map +1 -0
  31. package/dist/browser/api/index.d.ts +2 -0
  32. package/dist/browser/api/index.js +4 -0
  33. package/dist/browser/api/index.js.map +1 -0
  34. package/dist/browser/api/managedApplyMaintenanceWindow/index.d.ts +3 -0
  35. package/dist/browser/api/managedApplyMaintenanceWindow/index.js +4 -0
  36. package/dist/browser/api/managedApplyMaintenanceWindow/index.js.map +1 -0
  37. package/dist/browser/api/managedApplyMaintenanceWindow/operations.d.ts +8 -0
  38. package/dist/browser/api/managedApplyMaintenanceWindow/operations.js +36 -0
  39. package/dist/browser/api/managedApplyMaintenanceWindow/operations.js.map +1 -0
  40. package/dist/browser/api/managedApplyMaintenanceWindow/options.d.ts +5 -0
  41. package/dist/browser/api/managedApplyMaintenanceWindow/options.js +4 -0
  42. package/dist/browser/api/managedApplyMaintenanceWindow/options.js.map +1 -0
  43. package/dist/browser/api/managedAzResiliencyStatus/index.d.ts +3 -0
  44. package/dist/browser/api/managedAzResiliencyStatus/index.js +4 -0
  45. package/dist/browser/api/managedAzResiliencyStatus/index.js.map +1 -0
  46. package/dist/browser/api/managedAzResiliencyStatus/operations.d.ts +9 -0
  47. package/dist/browser/api/managedAzResiliencyStatus/operations.js +32 -0
  48. package/dist/browser/api/managedAzResiliencyStatus/operations.js.map +1 -0
  49. package/dist/browser/api/managedAzResiliencyStatus/options.d.ts +5 -0
  50. package/dist/browser/api/managedAzResiliencyStatus/options.js +4 -0
  51. package/dist/browser/api/managedAzResiliencyStatus/options.js.map +1 -0
  52. package/dist/browser/api/managedClusterVersion/index.d.ts +3 -0
  53. package/dist/browser/api/managedClusterVersion/index.js +4 -0
  54. package/dist/browser/api/managedClusterVersion/index.js.map +1 -0
  55. package/dist/browser/api/managedClusterVersion/operations.d.ts +21 -0
  56. package/dist/browser/api/managedClusterVersion/operations.js +118 -0
  57. package/dist/browser/api/managedClusterVersion/operations.js.map +1 -0
  58. package/dist/browser/api/managedClusterVersion/options.d.ts +14 -0
  59. package/dist/browser/api/managedClusterVersion/options.js +4 -0
  60. package/dist/browser/api/managedClusterVersion/options.js.map +1 -0
  61. package/dist/browser/api/managedClusters/index.d.ts +3 -0
  62. package/dist/browser/api/managedClusters/index.js +4 -0
  63. package/dist/browser/api/managedClusters/index.js.map +1 -0
  64. package/dist/browser/api/managedClusters/operations.d.ts +52 -0
  65. package/dist/browser/api/managedClusters/operations.js +307 -0
  66. package/dist/browser/api/managedClusters/operations.js.map +1 -0
  67. package/dist/browser/api/managedClusters/options.d.ts +40 -0
  68. package/dist/browser/api/managedClusters/options.js +4 -0
  69. package/dist/browser/api/managedClusters/options.js.map +1 -0
  70. package/dist/browser/api/managedMaintenanceWindowStatus/index.d.ts +3 -0
  71. package/dist/browser/api/managedMaintenanceWindowStatus/index.js +4 -0
  72. package/dist/browser/api/managedMaintenanceWindowStatus/index.js.map +1 -0
  73. package/dist/browser/api/managedMaintenanceWindowStatus/operations.d.ts +9 -0
  74. package/dist/browser/api/managedMaintenanceWindowStatus/operations.js +36 -0
  75. package/dist/browser/api/managedMaintenanceWindowStatus/operations.js.map +1 -0
  76. package/dist/browser/api/managedMaintenanceWindowStatus/options.d.ts +5 -0
  77. package/dist/browser/api/managedMaintenanceWindowStatus/options.js +4 -0
  78. package/dist/browser/api/managedMaintenanceWindowStatus/options.js.map +1 -0
  79. package/dist/browser/api/managedUnsupportedVMSizes/index.d.ts +3 -0
  80. package/dist/browser/api/managedUnsupportedVMSizes/index.js +4 -0
  81. package/dist/browser/api/managedUnsupportedVMSizes/index.js.map +1 -0
  82. package/dist/browser/api/managedUnsupportedVMSizes/operations.d.ts +14 -0
  83. package/dist/browser/api/managedUnsupportedVMSizes/operations.js +57 -0
  84. package/dist/browser/api/managedUnsupportedVMSizes/operations.js.map +1 -0
  85. package/dist/browser/api/managedUnsupportedVMSizes/options.d.ts +8 -0
  86. package/dist/browser/api/managedUnsupportedVMSizes/options.js +4 -0
  87. package/dist/browser/api/managedUnsupportedVMSizes/options.js.map +1 -0
  88. package/dist/browser/api/nodeTypeSkus/index.d.ts +3 -0
  89. package/dist/browser/api/nodeTypeSkus/index.js +4 -0
  90. package/dist/browser/api/nodeTypeSkus/index.js.map +1 -0
  91. package/dist/browser/api/nodeTypeSkus/operations.d.ts +10 -0
  92. package/dist/browser/api/nodeTypeSkus/operations.js +33 -0
  93. package/dist/browser/api/nodeTypeSkus/operations.js.map +1 -0
  94. package/dist/browser/api/nodeTypeSkus/options.d.ts +5 -0
  95. package/dist/browser/api/nodeTypeSkus/options.js +4 -0
  96. package/dist/browser/api/nodeTypeSkus/options.js.map +1 -0
  97. package/dist/browser/api/nodeTypes/index.d.ts +3 -0
  98. package/dist/browser/api/nodeTypes/index.js +4 -0
  99. package/dist/browser/api/nodeTypes/index.js.map +1 -0
  100. package/dist/browser/api/nodeTypes/operations.d.ts +72 -0
  101. package/dist/browser/api/nodeTypes/operations.js +463 -0
  102. package/dist/browser/api/nodeTypes/operations.js.map +1 -0
  103. package/dist/browser/api/nodeTypes/options.d.ts +69 -0
  104. package/dist/browser/api/nodeTypes/options.js +4 -0
  105. package/dist/browser/api/nodeTypes/options.js.map +1 -0
  106. package/dist/browser/api/operationResults/index.d.ts +3 -0
  107. package/dist/browser/api/operationResults/index.js +4 -0
  108. package/dist/browser/api/operationResults/index.js.map +1 -0
  109. package/dist/browser/api/operationResults/operations.d.ts +8 -0
  110. package/dist/browser/api/operationResults/operations.js +32 -0
  111. package/dist/browser/api/operationResults/operations.js.map +1 -0
  112. package/dist/browser/api/operationResults/options.d.ts +5 -0
  113. package/dist/browser/api/operationResults/options.js +4 -0
  114. package/dist/browser/api/operationResults/options.js.map +1 -0
  115. package/dist/browser/api/operationStatus/index.d.ts +3 -0
  116. package/dist/browser/api/operationStatus/index.js +4 -0
  117. package/dist/browser/api/operationStatus/index.js.map +1 -0
  118. package/dist/browser/api/operationStatus/operations.d.ts +9 -0
  119. package/dist/browser/api/operationStatus/operations.js +32 -0
  120. package/dist/browser/api/operationStatus/operations.js.map +1 -0
  121. package/dist/browser/api/operationStatus/options.d.ts +5 -0
  122. package/dist/browser/api/operationStatus/options.js +4 -0
  123. package/dist/browser/api/operationStatus/options.js.map +1 -0
  124. package/dist/browser/api/operations/index.d.ts +3 -0
  125. package/dist/browser/api/operations/index.js +4 -0
  126. package/dist/browser/api/operations/index.js.map +1 -0
  127. package/dist/browser/api/operations/operations.d.ts +10 -0
  128. package/dist/browser/api/operations/operations.js +29 -0
  129. package/dist/browser/api/operations/operations.js.map +1 -0
  130. package/dist/browser/api/operations/options.d.ts +5 -0
  131. package/dist/browser/api/operations/options.js +4 -0
  132. package/dist/browser/api/operations/options.js.map +1 -0
  133. package/dist/browser/api/serviceFabricManagedClustersManagementContext.d.ts +19 -0
  134. package/dist/browser/api/serviceFabricManagedClustersManagementContext.js +36 -0
  135. package/dist/browser/api/serviceFabricManagedClustersManagementContext.js.map +1 -0
  136. package/dist/browser/api/services/index.d.ts +3 -0
  137. package/dist/browser/api/services/index.js +4 -0
  138. package/dist/browser/api/services/index.js.map +1 -0
  139. package/dist/browser/api/services/operations.d.ts +32 -0
  140. package/dist/browser/api/services/operations.js +159 -0
  141. package/dist/browser/api/services/operations.js.map +1 -0
  142. package/dist/browser/api/services/options.d.ts +21 -0
  143. package/dist/browser/api/services/options.js +4 -0
  144. package/dist/browser/api/services/options.js.map +1 -0
  145. package/dist/browser/classic/applicationTypeVersions/index.d.ts +25 -0
  146. package/dist/browser/classic/applicationTypeVersions/index.js +16 -0
  147. package/dist/browser/classic/applicationTypeVersions/index.js.map +1 -0
  148. package/dist/browser/classic/applicationTypes/index.d.ts +25 -0
  149. package/dist/browser/classic/applicationTypes/index.js +16 -0
  150. package/dist/browser/classic/applicationTypes/index.js.map +1 -0
  151. package/dist/browser/classic/applications/index.d.ts +31 -0
  152. package/dist/browser/classic/applications/index.js +19 -0
  153. package/dist/browser/classic/applications/index.js.map +1 -0
  154. package/dist/browser/classic/index.d.ts +16 -0
  155. package/dist/browser/classic/index.js +4 -0
  156. package/dist/browser/classic/index.js.map +1 -0
  157. package/dist/browser/classic/managedApplyMaintenanceWindow/index.d.ts +9 -0
  158. package/dist/browser/classic/managedApplyMaintenanceWindow/index.js +12 -0
  159. package/dist/browser/classic/managedApplyMaintenanceWindow/index.js.map +1 -0
  160. package/dist/browser/classic/managedAzResiliencyStatus/index.d.ts +10 -0
  161. package/dist/browser/classic/managedAzResiliencyStatus/index.js +12 -0
  162. package/dist/browser/classic/managedAzResiliencyStatus/index.js.map +1 -0
  163. package/dist/browser/classic/managedClusterVersion/index.d.ts +16 -0
  164. package/dist/browser/classic/managedClusterVersion/index.js +15 -0
  165. package/dist/browser/classic/managedClusterVersion/index.js.map +1 -0
  166. package/dist/browser/classic/managedClusters/index.d.ts +35 -0
  167. package/dist/browser/classic/managedClusters/index.js +21 -0
  168. package/dist/browser/classic/managedClusters/index.js.map +1 -0
  169. package/dist/browser/classic/managedMaintenanceWindowStatus/index.d.ts +10 -0
  170. package/dist/browser/classic/managedMaintenanceWindowStatus/index.js +12 -0
  171. package/dist/browser/classic/managedMaintenanceWindowStatus/index.js.map +1 -0
  172. package/dist/browser/classic/managedUnsupportedVMSizes/index.d.ts +13 -0
  173. package/dist/browser/classic/managedUnsupportedVMSizes/index.js +13 -0
  174. package/dist/browser/classic/managedUnsupportedVMSizes/index.js.map +1 -0
  175. package/dist/browser/classic/nodeTypeSkus/index.d.ts +11 -0
  176. package/dist/browser/classic/nodeTypeSkus/index.js +12 -0
  177. package/dist/browser/classic/nodeTypeSkus/index.js.map +1 -0
  178. package/dist/browser/classic/nodeTypes/index.d.ts +45 -0
  179. package/dist/browser/classic/nodeTypes/index.js +26 -0
  180. package/dist/browser/classic/nodeTypes/index.js.map +1 -0
  181. package/dist/browser/classic/operationResults/index.d.ts +9 -0
  182. package/dist/browser/classic/operationResults/index.js +12 -0
  183. package/dist/browser/classic/operationResults/index.js.map +1 -0
  184. package/dist/browser/classic/operationStatus/index.d.ts +10 -0
  185. package/dist/browser/classic/operationStatus/index.js +12 -0
  186. package/dist/browser/classic/operationStatus/index.js.map +1 -0
  187. package/dist/browser/classic/operations/index.d.ts +11 -0
  188. package/dist/browser/classic/operations/index.js +12 -0
  189. package/dist/browser/classic/operations/index.js.map +1 -0
  190. package/dist/browser/classic/services/index.d.ts +25 -0
  191. package/dist/browser/classic/services/index.js +16 -0
  192. package/dist/browser/classic/services/index.js.map +1 -0
  193. package/dist/browser/index.d.ts +23 -0
  194. package/dist/browser/index.js +6 -0
  195. package/dist/browser/index.js.map +1 -0
  196. package/dist/browser/logger.d.ts +2 -0
  197. package/dist/browser/logger.js +5 -0
  198. package/dist/browser/logger.js.map +1 -0
  199. package/dist/browser/models/index.d.ts +2 -0
  200. package/dist/browser/models/index.js +4 -0
  201. package/dist/browser/models/index.js.map +1 -0
  202. package/dist/browser/models/models.d.ts +2494 -0
  203. package/dist/browser/models/models.js +2931 -0
  204. package/dist/browser/models/models.js.map +1 -0
  205. package/dist/browser/package.json +3 -0
  206. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  207. package/dist/browser/restorePollerHelpers.js +170 -0
  208. package/dist/browser/restorePollerHelpers.js.map +1 -0
  209. package/dist/browser/serviceFabricManagedClustersManagementClient.d.ts +57 -0
  210. package/dist/browser/serviceFabricManagedClustersManagementClient.js +46 -0
  211. package/dist/browser/serviceFabricManagedClustersManagementClient.js.map +1 -0
  212. package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
  213. package/dist/browser/static-helpers/pagingHelpers.js +137 -0
  214. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  215. package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
  216. package/dist/browser/static-helpers/pollingHelpers.js +76 -0
  217. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  218. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  219. package/dist/browser/static-helpers/urlTemplate.js +169 -0
  220. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  221. package/dist/commonjs/api/applicationTypeVersions/index.d.ts +3 -0
  222. package/dist/commonjs/api/applicationTypeVersions/index.js +12 -0
  223. package/dist/commonjs/api/applicationTypeVersions/index.js.map +1 -0
  224. package/dist/commonjs/api/applicationTypeVersions/operations.d.ts +32 -0
  225. package/dist/commonjs/api/applicationTypeVersions/operations.js +184 -0
  226. package/dist/commonjs/api/applicationTypeVersions/operations.js.map +1 -0
  227. package/dist/commonjs/api/applicationTypeVersions/options.d.ts +21 -0
  228. package/dist/commonjs/api/applicationTypeVersions/options.js +5 -0
  229. package/dist/commonjs/api/applicationTypeVersions/options.js.map +1 -0
  230. package/dist/commonjs/api/applicationTypes/index.d.ts +3 -0
  231. package/dist/commonjs/api/applicationTypes/index.js +12 -0
  232. package/dist/commonjs/api/applicationTypes/index.js.map +1 -0
  233. package/dist/commonjs/api/applicationTypes/operations.d.ts +32 -0
  234. package/dist/commonjs/api/applicationTypes/operations.js +171 -0
  235. package/dist/commonjs/api/applicationTypes/operations.js.map +1 -0
  236. package/dist/commonjs/api/applicationTypes/options.d.ts +19 -0
  237. package/dist/commonjs/api/applicationTypes/options.js +5 -0
  238. package/dist/commonjs/api/applicationTypes/options.js.map +1 -0
  239. package/dist/commonjs/api/applications/index.d.ts +3 -0
  240. package/dist/commonjs/api/applications/index.js +15 -0
  241. package/dist/commonjs/api/applications/index.js.map +1 -0
  242. package/dist/commonjs/api/applications/operations.d.ts +44 -0
  243. package/dist/commonjs/api/applications/operations.js +273 -0
  244. package/dist/commonjs/api/applications/operations.js.map +1 -0
  245. package/dist/commonjs/api/applications/options.d.ts +36 -0
  246. package/dist/commonjs/api/applications/options.js +5 -0
  247. package/dist/commonjs/api/applications/options.js.map +1 -0
  248. package/dist/commonjs/api/index.d.ts +2 -0
  249. package/dist/commonjs/api/index.js +8 -0
  250. package/dist/commonjs/api/index.js.map +1 -0
  251. package/dist/commonjs/api/managedApplyMaintenanceWindow/index.d.ts +3 -0
  252. package/dist/commonjs/api/managedApplyMaintenanceWindow/index.js +8 -0
  253. package/dist/commonjs/api/managedApplyMaintenanceWindow/index.js.map +1 -0
  254. package/dist/commonjs/api/managedApplyMaintenanceWindow/operations.d.ts +8 -0
  255. package/dist/commonjs/api/managedApplyMaintenanceWindow/operations.js +41 -0
  256. package/dist/commonjs/api/managedApplyMaintenanceWindow/operations.js.map +1 -0
  257. package/dist/commonjs/api/managedApplyMaintenanceWindow/options.d.ts +5 -0
  258. package/dist/commonjs/api/managedApplyMaintenanceWindow/options.js +5 -0
  259. package/dist/commonjs/api/managedApplyMaintenanceWindow/options.js.map +1 -0
  260. package/dist/commonjs/api/managedAzResiliencyStatus/index.d.ts +3 -0
  261. package/dist/commonjs/api/managedAzResiliencyStatus/index.js +8 -0
  262. package/dist/commonjs/api/managedAzResiliencyStatus/index.js.map +1 -0
  263. package/dist/commonjs/api/managedAzResiliencyStatus/operations.d.ts +9 -0
  264. package/dist/commonjs/api/managedAzResiliencyStatus/operations.js +37 -0
  265. package/dist/commonjs/api/managedAzResiliencyStatus/operations.js.map +1 -0
  266. package/dist/commonjs/api/managedAzResiliencyStatus/options.d.ts +5 -0
  267. package/dist/commonjs/api/managedAzResiliencyStatus/options.js +5 -0
  268. package/dist/commonjs/api/managedAzResiliencyStatus/options.js.map +1 -0
  269. package/dist/commonjs/api/managedClusterVersion/index.d.ts +3 -0
  270. package/dist/commonjs/api/managedClusterVersion/index.js +11 -0
  271. package/dist/commonjs/api/managedClusterVersion/index.js.map +1 -0
  272. package/dist/commonjs/api/managedClusterVersion/operations.d.ts +21 -0
  273. package/dist/commonjs/api/managedClusterVersion/operations.js +132 -0
  274. package/dist/commonjs/api/managedClusterVersion/operations.js.map +1 -0
  275. package/dist/commonjs/api/managedClusterVersion/options.d.ts +14 -0
  276. package/dist/commonjs/api/managedClusterVersion/options.js +5 -0
  277. package/dist/commonjs/api/managedClusterVersion/options.js.map +1 -0
  278. package/dist/commonjs/api/managedClusters/index.d.ts +3 -0
  279. package/dist/commonjs/api/managedClusters/index.js +17 -0
  280. package/dist/commonjs/api/managedClusters/index.js.map +1 -0
  281. package/dist/commonjs/api/managedClusters/operations.d.ts +52 -0
  282. package/dist/commonjs/api/managedClusters/operations.js +339 -0
  283. package/dist/commonjs/api/managedClusters/operations.js.map +1 -0
  284. package/dist/commonjs/api/managedClusters/options.d.ts +40 -0
  285. package/dist/commonjs/api/managedClusters/options.js +5 -0
  286. package/dist/commonjs/api/managedClusters/options.js.map +1 -0
  287. package/dist/commonjs/api/managedMaintenanceWindowStatus/index.d.ts +3 -0
  288. package/dist/commonjs/api/managedMaintenanceWindowStatus/index.js +8 -0
  289. package/dist/commonjs/api/managedMaintenanceWindowStatus/index.js.map +1 -0
  290. package/dist/commonjs/api/managedMaintenanceWindowStatus/operations.d.ts +9 -0
  291. package/dist/commonjs/api/managedMaintenanceWindowStatus/operations.js +41 -0
  292. package/dist/commonjs/api/managedMaintenanceWindowStatus/operations.js.map +1 -0
  293. package/dist/commonjs/api/managedMaintenanceWindowStatus/options.d.ts +5 -0
  294. package/dist/commonjs/api/managedMaintenanceWindowStatus/options.js +5 -0
  295. package/dist/commonjs/api/managedMaintenanceWindowStatus/options.js.map +1 -0
  296. package/dist/commonjs/api/managedUnsupportedVMSizes/index.d.ts +3 -0
  297. package/dist/commonjs/api/managedUnsupportedVMSizes/index.js +9 -0
  298. package/dist/commonjs/api/managedUnsupportedVMSizes/index.js.map +1 -0
  299. package/dist/commonjs/api/managedUnsupportedVMSizes/operations.d.ts +14 -0
  300. package/dist/commonjs/api/managedUnsupportedVMSizes/operations.js +65 -0
  301. package/dist/commonjs/api/managedUnsupportedVMSizes/operations.js.map +1 -0
  302. package/dist/commonjs/api/managedUnsupportedVMSizes/options.d.ts +8 -0
  303. package/dist/commonjs/api/managedUnsupportedVMSizes/options.js +5 -0
  304. package/dist/commonjs/api/managedUnsupportedVMSizes/options.js.map +1 -0
  305. package/dist/commonjs/api/nodeTypeSkus/index.d.ts +3 -0
  306. package/dist/commonjs/api/nodeTypeSkus/index.js +8 -0
  307. package/dist/commonjs/api/nodeTypeSkus/index.js.map +1 -0
  308. package/dist/commonjs/api/nodeTypeSkus/operations.d.ts +10 -0
  309. package/dist/commonjs/api/nodeTypeSkus/operations.js +38 -0
  310. package/dist/commonjs/api/nodeTypeSkus/operations.js.map +1 -0
  311. package/dist/commonjs/api/nodeTypeSkus/options.d.ts +5 -0
  312. package/dist/commonjs/api/nodeTypeSkus/options.js +5 -0
  313. package/dist/commonjs/api/nodeTypeSkus/options.js.map +1 -0
  314. package/dist/commonjs/api/nodeTypes/index.d.ts +3 -0
  315. package/dist/commonjs/api/nodeTypes/index.js +22 -0
  316. package/dist/commonjs/api/nodeTypes/index.js.map +1 -0
  317. package/dist/commonjs/api/nodeTypes/operations.d.ts +72 -0
  318. package/dist/commonjs/api/nodeTypes/operations.js +510 -0
  319. package/dist/commonjs/api/nodeTypes/operations.js.map +1 -0
  320. package/dist/commonjs/api/nodeTypes/options.d.ts +69 -0
  321. package/dist/commonjs/api/nodeTypes/options.js +5 -0
  322. package/dist/commonjs/api/nodeTypes/options.js.map +1 -0
  323. package/dist/commonjs/api/operationResults/index.d.ts +3 -0
  324. package/dist/commonjs/api/operationResults/index.js +8 -0
  325. package/dist/commonjs/api/operationResults/index.js.map +1 -0
  326. package/dist/commonjs/api/operationResults/operations.d.ts +8 -0
  327. package/dist/commonjs/api/operationResults/operations.js +37 -0
  328. package/dist/commonjs/api/operationResults/operations.js.map +1 -0
  329. package/dist/commonjs/api/operationResults/options.d.ts +5 -0
  330. package/dist/commonjs/api/operationResults/options.js +5 -0
  331. package/dist/commonjs/api/operationResults/options.js.map +1 -0
  332. package/dist/commonjs/api/operationStatus/index.d.ts +3 -0
  333. package/dist/commonjs/api/operationStatus/index.js +8 -0
  334. package/dist/commonjs/api/operationStatus/index.js.map +1 -0
  335. package/dist/commonjs/api/operationStatus/operations.d.ts +9 -0
  336. package/dist/commonjs/api/operationStatus/operations.js +37 -0
  337. package/dist/commonjs/api/operationStatus/operations.js.map +1 -0
  338. package/dist/commonjs/api/operationStatus/options.d.ts +5 -0
  339. package/dist/commonjs/api/operationStatus/options.js +5 -0
  340. package/dist/commonjs/api/operationStatus/options.js.map +1 -0
  341. package/dist/commonjs/api/operations/index.d.ts +3 -0
  342. package/dist/commonjs/api/operations/index.js +8 -0
  343. package/dist/commonjs/api/operations/index.js.map +1 -0
  344. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  345. package/dist/commonjs/api/operations/operations.js +34 -0
  346. package/dist/commonjs/api/operations/operations.js.map +1 -0
  347. package/dist/commonjs/api/operations/options.d.ts +5 -0
  348. package/dist/commonjs/api/operations/options.js +5 -0
  349. package/dist/commonjs/api/operations/options.js.map +1 -0
  350. package/dist/commonjs/api/serviceFabricManagedClustersManagementContext.d.ts +19 -0
  351. package/dist/commonjs/api/serviceFabricManagedClustersManagementContext.js +39 -0
  352. package/dist/commonjs/api/serviceFabricManagedClustersManagementContext.js.map +1 -0
  353. package/dist/commonjs/api/services/index.d.ts +3 -0
  354. package/dist/commonjs/api/services/index.js +12 -0
  355. package/dist/commonjs/api/services/index.js.map +1 -0
  356. package/dist/commonjs/api/services/operations.d.ts +32 -0
  357. package/dist/commonjs/api/services/operations.js +176 -0
  358. package/dist/commonjs/api/services/operations.js.map +1 -0
  359. package/dist/commonjs/api/services/options.d.ts +21 -0
  360. package/dist/commonjs/api/services/options.js +5 -0
  361. package/dist/commonjs/api/services/options.js.map +1 -0
  362. package/dist/commonjs/classic/applicationTypeVersions/index.d.ts +25 -0
  363. package/dist/commonjs/classic/applicationTypeVersions/index.js +19 -0
  364. package/dist/commonjs/classic/applicationTypeVersions/index.js.map +1 -0
  365. package/dist/commonjs/classic/applicationTypes/index.d.ts +25 -0
  366. package/dist/commonjs/classic/applicationTypes/index.js +19 -0
  367. package/dist/commonjs/classic/applicationTypes/index.js.map +1 -0
  368. package/dist/commonjs/classic/applications/index.d.ts +31 -0
  369. package/dist/commonjs/classic/applications/index.js +22 -0
  370. package/dist/commonjs/classic/applications/index.js.map +1 -0
  371. package/dist/commonjs/classic/index.d.ts +16 -0
  372. package/dist/commonjs/classic/index.js +5 -0
  373. package/dist/commonjs/classic/index.js.map +1 -0
  374. package/dist/commonjs/classic/managedApplyMaintenanceWindow/index.d.ts +9 -0
  375. package/dist/commonjs/classic/managedApplyMaintenanceWindow/index.js +15 -0
  376. package/dist/commonjs/classic/managedApplyMaintenanceWindow/index.js.map +1 -0
  377. package/dist/commonjs/classic/managedAzResiliencyStatus/index.d.ts +10 -0
  378. package/dist/commonjs/classic/managedAzResiliencyStatus/index.js +15 -0
  379. package/dist/commonjs/classic/managedAzResiliencyStatus/index.js.map +1 -0
  380. package/dist/commonjs/classic/managedClusterVersion/index.d.ts +16 -0
  381. package/dist/commonjs/classic/managedClusterVersion/index.js +18 -0
  382. package/dist/commonjs/classic/managedClusterVersion/index.js.map +1 -0
  383. package/dist/commonjs/classic/managedClusters/index.d.ts +35 -0
  384. package/dist/commonjs/classic/managedClusters/index.js +24 -0
  385. package/dist/commonjs/classic/managedClusters/index.js.map +1 -0
  386. package/dist/commonjs/classic/managedMaintenanceWindowStatus/index.d.ts +10 -0
  387. package/dist/commonjs/classic/managedMaintenanceWindowStatus/index.js +15 -0
  388. package/dist/commonjs/classic/managedMaintenanceWindowStatus/index.js.map +1 -0
  389. package/dist/commonjs/classic/managedUnsupportedVMSizes/index.d.ts +13 -0
  390. package/dist/commonjs/classic/managedUnsupportedVMSizes/index.js +16 -0
  391. package/dist/commonjs/classic/managedUnsupportedVMSizes/index.js.map +1 -0
  392. package/dist/commonjs/classic/nodeTypeSkus/index.d.ts +11 -0
  393. package/dist/commonjs/classic/nodeTypeSkus/index.js +15 -0
  394. package/dist/commonjs/classic/nodeTypeSkus/index.js.map +1 -0
  395. package/dist/commonjs/classic/nodeTypes/index.d.ts +45 -0
  396. package/dist/commonjs/classic/nodeTypes/index.js +29 -0
  397. package/dist/commonjs/classic/nodeTypes/index.js.map +1 -0
  398. package/dist/commonjs/classic/operationResults/index.d.ts +9 -0
  399. package/dist/commonjs/classic/operationResults/index.js +15 -0
  400. package/dist/commonjs/classic/operationResults/index.js.map +1 -0
  401. package/dist/commonjs/classic/operationStatus/index.d.ts +10 -0
  402. package/dist/commonjs/classic/operationStatus/index.js +15 -0
  403. package/dist/commonjs/classic/operationStatus/index.js.map +1 -0
  404. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  405. package/dist/commonjs/classic/operations/index.js +15 -0
  406. package/dist/commonjs/classic/operations/index.js.map +1 -0
  407. package/dist/commonjs/classic/services/index.d.ts +25 -0
  408. package/dist/commonjs/classic/services/index.js +19 -0
  409. package/dist/commonjs/classic/services/index.js.map +1 -0
  410. package/dist/commonjs/index.d.ts +23 -0
  411. package/dist/commonjs/index.js +55 -0
  412. package/dist/commonjs/index.js.map +1 -0
  413. package/dist/commonjs/logger.d.ts +2 -0
  414. package/dist/commonjs/logger.js +8 -0
  415. package/dist/commonjs/logger.js.map +1 -0
  416. package/dist/commonjs/models/index.d.ts +2 -0
  417. package/dist/commonjs/models/index.js +51 -0
  418. package/dist/commonjs/models/index.js.map +1 -0
  419. package/dist/commonjs/models/models.d.ts +2494 -0
  420. package/dist/commonjs/models/models.js +3214 -0
  421. package/dist/commonjs/models/models.js.map +1 -0
  422. package/dist/commonjs/package.json +3 -0
  423. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  424. package/dist/commonjs/restorePollerHelpers.js +173 -0
  425. package/dist/commonjs/restorePollerHelpers.js.map +1 -0
  426. package/dist/commonjs/serviceFabricManagedClustersManagementClient.d.ts +57 -0
  427. package/dist/commonjs/serviceFabricManagedClustersManagementClient.js +50 -0
  428. package/dist/commonjs/serviceFabricManagedClustersManagementClient.js.map +1 -0
  429. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
  430. package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
  431. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
  432. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
  433. package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
  434. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
  435. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  436. package/dist/commonjs/static-helpers/urlTemplate.js +172 -0
  437. package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
  438. package/dist/commonjs/tsdoc-metadata.json +11 -0
  439. package/dist/esm/api/applicationTypeVersions/index.d.ts +3 -0
  440. package/dist/esm/api/applicationTypeVersions/index.js +4 -0
  441. package/dist/esm/api/applicationTypeVersions/index.js.map +1 -0
  442. package/dist/esm/api/applicationTypeVersions/operations.d.ts +32 -0
  443. package/dist/esm/api/applicationTypeVersions/operations.js +167 -0
  444. package/dist/esm/api/applicationTypeVersions/operations.js.map +1 -0
  445. package/dist/esm/api/applicationTypeVersions/options.d.ts +21 -0
  446. package/dist/esm/api/applicationTypeVersions/options.js +4 -0
  447. package/dist/esm/api/applicationTypeVersions/options.js.map +1 -0
  448. package/dist/esm/api/applicationTypes/index.d.ts +3 -0
  449. package/dist/esm/api/applicationTypes/index.js +4 -0
  450. package/dist/esm/api/applicationTypes/index.js.map +1 -0
  451. package/dist/esm/api/applicationTypes/operations.d.ts +32 -0
  452. package/dist/esm/api/applicationTypes/operations.js +154 -0
  453. package/dist/esm/api/applicationTypes/operations.js.map +1 -0
  454. package/dist/esm/api/applicationTypes/options.d.ts +19 -0
  455. package/dist/esm/api/applicationTypes/options.js +4 -0
  456. package/dist/esm/api/applicationTypes/options.js.map +1 -0
  457. package/dist/esm/api/applications/index.d.ts +3 -0
  458. package/dist/esm/api/applications/index.js +4 -0
  459. package/dist/esm/api/applications/index.js.map +1 -0
  460. package/dist/esm/api/applications/operations.d.ts +44 -0
  461. package/dist/esm/api/applications/operations.js +247 -0
  462. package/dist/esm/api/applications/operations.js.map +1 -0
  463. package/dist/esm/api/applications/options.d.ts +36 -0
  464. package/dist/esm/api/applications/options.js +4 -0
  465. package/dist/esm/api/applications/options.js.map +1 -0
  466. package/dist/esm/api/index.d.ts +2 -0
  467. package/dist/esm/api/index.js +4 -0
  468. package/dist/esm/api/index.js.map +1 -0
  469. package/dist/esm/api/managedApplyMaintenanceWindow/index.d.ts +3 -0
  470. package/dist/esm/api/managedApplyMaintenanceWindow/index.js +4 -0
  471. package/dist/esm/api/managedApplyMaintenanceWindow/index.js.map +1 -0
  472. package/dist/esm/api/managedApplyMaintenanceWindow/operations.d.ts +8 -0
  473. package/dist/esm/api/managedApplyMaintenanceWindow/operations.js +36 -0
  474. package/dist/esm/api/managedApplyMaintenanceWindow/operations.js.map +1 -0
  475. package/dist/esm/api/managedApplyMaintenanceWindow/options.d.ts +5 -0
  476. package/dist/esm/api/managedApplyMaintenanceWindow/options.js +4 -0
  477. package/dist/esm/api/managedApplyMaintenanceWindow/options.js.map +1 -0
  478. package/dist/esm/api/managedAzResiliencyStatus/index.d.ts +3 -0
  479. package/dist/esm/api/managedAzResiliencyStatus/index.js +4 -0
  480. package/dist/esm/api/managedAzResiliencyStatus/index.js.map +1 -0
  481. package/dist/esm/api/managedAzResiliencyStatus/operations.d.ts +9 -0
  482. package/dist/esm/api/managedAzResiliencyStatus/operations.js +32 -0
  483. package/dist/esm/api/managedAzResiliencyStatus/operations.js.map +1 -0
  484. package/dist/esm/api/managedAzResiliencyStatus/options.d.ts +5 -0
  485. package/dist/esm/api/managedAzResiliencyStatus/options.js +4 -0
  486. package/dist/esm/api/managedAzResiliencyStatus/options.js.map +1 -0
  487. package/dist/esm/api/managedClusterVersion/index.d.ts +3 -0
  488. package/dist/esm/api/managedClusterVersion/index.js +4 -0
  489. package/dist/esm/api/managedClusterVersion/index.js.map +1 -0
  490. package/dist/esm/api/managedClusterVersion/operations.d.ts +21 -0
  491. package/dist/esm/api/managedClusterVersion/operations.js +118 -0
  492. package/dist/esm/api/managedClusterVersion/operations.js.map +1 -0
  493. package/dist/esm/api/managedClusterVersion/options.d.ts +14 -0
  494. package/dist/esm/api/managedClusterVersion/options.js +4 -0
  495. package/dist/esm/api/managedClusterVersion/options.js.map +1 -0
  496. package/dist/esm/api/managedClusters/index.d.ts +3 -0
  497. package/dist/esm/api/managedClusters/index.js +4 -0
  498. package/dist/esm/api/managedClusters/index.js.map +1 -0
  499. package/dist/esm/api/managedClusters/operations.d.ts +52 -0
  500. package/dist/esm/api/managedClusters/operations.js +307 -0
  501. package/dist/esm/api/managedClusters/operations.js.map +1 -0
  502. package/dist/esm/api/managedClusters/options.d.ts +40 -0
  503. package/dist/esm/api/managedClusters/options.js +4 -0
  504. package/dist/esm/api/managedClusters/options.js.map +1 -0
  505. package/dist/esm/api/managedMaintenanceWindowStatus/index.d.ts +3 -0
  506. package/dist/esm/api/managedMaintenanceWindowStatus/index.js +4 -0
  507. package/dist/esm/api/managedMaintenanceWindowStatus/index.js.map +1 -0
  508. package/dist/esm/api/managedMaintenanceWindowStatus/operations.d.ts +9 -0
  509. package/dist/esm/api/managedMaintenanceWindowStatus/operations.js +36 -0
  510. package/dist/esm/api/managedMaintenanceWindowStatus/operations.js.map +1 -0
  511. package/dist/esm/api/managedMaintenanceWindowStatus/options.d.ts +5 -0
  512. package/dist/esm/api/managedMaintenanceWindowStatus/options.js +4 -0
  513. package/dist/esm/api/managedMaintenanceWindowStatus/options.js.map +1 -0
  514. package/dist/esm/api/managedUnsupportedVMSizes/index.d.ts +3 -0
  515. package/dist/esm/api/managedUnsupportedVMSizes/index.js +4 -0
  516. package/dist/esm/api/managedUnsupportedVMSizes/index.js.map +1 -0
  517. package/dist/esm/api/managedUnsupportedVMSizes/operations.d.ts +14 -0
  518. package/dist/esm/api/managedUnsupportedVMSizes/operations.js +57 -0
  519. package/dist/esm/api/managedUnsupportedVMSizes/operations.js.map +1 -0
  520. package/dist/esm/api/managedUnsupportedVMSizes/options.d.ts +8 -0
  521. package/dist/esm/api/managedUnsupportedVMSizes/options.js +4 -0
  522. package/dist/esm/api/managedUnsupportedVMSizes/options.js.map +1 -0
  523. package/dist/esm/api/nodeTypeSkus/index.d.ts +3 -0
  524. package/dist/esm/api/nodeTypeSkus/index.js +4 -0
  525. package/dist/esm/api/nodeTypeSkus/index.js.map +1 -0
  526. package/dist/esm/api/nodeTypeSkus/operations.d.ts +10 -0
  527. package/dist/esm/api/nodeTypeSkus/operations.js +33 -0
  528. package/dist/esm/api/nodeTypeSkus/operations.js.map +1 -0
  529. package/dist/esm/api/nodeTypeSkus/options.d.ts +5 -0
  530. package/dist/esm/api/nodeTypeSkus/options.js +4 -0
  531. package/dist/esm/api/nodeTypeSkus/options.js.map +1 -0
  532. package/dist/esm/api/nodeTypes/index.d.ts +3 -0
  533. package/dist/esm/api/nodeTypes/index.js +4 -0
  534. package/dist/esm/api/nodeTypes/index.js.map +1 -0
  535. package/dist/esm/api/nodeTypes/operations.d.ts +72 -0
  536. package/dist/esm/api/nodeTypes/operations.js +463 -0
  537. package/dist/esm/api/nodeTypes/operations.js.map +1 -0
  538. package/dist/esm/api/nodeTypes/options.d.ts +69 -0
  539. package/dist/esm/api/nodeTypes/options.js +4 -0
  540. package/dist/esm/api/nodeTypes/options.js.map +1 -0
  541. package/dist/esm/api/operationResults/index.d.ts +3 -0
  542. package/dist/esm/api/operationResults/index.js +4 -0
  543. package/dist/esm/api/operationResults/index.js.map +1 -0
  544. package/dist/esm/api/operationResults/operations.d.ts +8 -0
  545. package/dist/esm/api/operationResults/operations.js +32 -0
  546. package/dist/esm/api/operationResults/operations.js.map +1 -0
  547. package/dist/esm/api/operationResults/options.d.ts +5 -0
  548. package/dist/esm/api/operationResults/options.js +4 -0
  549. package/dist/esm/api/operationResults/options.js.map +1 -0
  550. package/dist/esm/api/operationStatus/index.d.ts +3 -0
  551. package/dist/esm/api/operationStatus/index.js +4 -0
  552. package/dist/esm/api/operationStatus/index.js.map +1 -0
  553. package/dist/esm/api/operationStatus/operations.d.ts +9 -0
  554. package/dist/esm/api/operationStatus/operations.js +32 -0
  555. package/dist/esm/api/operationStatus/operations.js.map +1 -0
  556. package/dist/esm/api/operationStatus/options.d.ts +5 -0
  557. package/dist/esm/api/operationStatus/options.js +4 -0
  558. package/dist/esm/api/operationStatus/options.js.map +1 -0
  559. package/dist/esm/api/operations/index.d.ts +3 -0
  560. package/dist/esm/api/operations/index.js +4 -0
  561. package/dist/esm/api/operations/index.js.map +1 -0
  562. package/dist/esm/api/operations/operations.d.ts +10 -0
  563. package/dist/esm/api/operations/operations.js +29 -0
  564. package/dist/esm/api/operations/operations.js.map +1 -0
  565. package/dist/esm/api/operations/options.d.ts +5 -0
  566. package/dist/esm/api/operations/options.js +4 -0
  567. package/dist/esm/api/operations/options.js.map +1 -0
  568. package/dist/esm/api/serviceFabricManagedClustersManagementContext.d.ts +19 -0
  569. package/dist/esm/api/serviceFabricManagedClustersManagementContext.js +36 -0
  570. package/dist/esm/api/serviceFabricManagedClustersManagementContext.js.map +1 -0
  571. package/dist/esm/api/services/index.d.ts +3 -0
  572. package/dist/esm/api/services/index.js +4 -0
  573. package/dist/esm/api/services/index.js.map +1 -0
  574. package/dist/esm/api/services/operations.d.ts +32 -0
  575. package/dist/esm/api/services/operations.js +159 -0
  576. package/dist/esm/api/services/operations.js.map +1 -0
  577. package/dist/esm/api/services/options.d.ts +21 -0
  578. package/dist/esm/api/services/options.js +4 -0
  579. package/dist/esm/api/services/options.js.map +1 -0
  580. package/dist/esm/classic/applicationTypeVersions/index.d.ts +25 -0
  581. package/dist/esm/classic/applicationTypeVersions/index.js +16 -0
  582. package/dist/esm/classic/applicationTypeVersions/index.js.map +1 -0
  583. package/dist/esm/classic/applicationTypes/index.d.ts +25 -0
  584. package/dist/esm/classic/applicationTypes/index.js +16 -0
  585. package/dist/esm/classic/applicationTypes/index.js.map +1 -0
  586. package/dist/esm/classic/applications/index.d.ts +31 -0
  587. package/dist/esm/classic/applications/index.js +19 -0
  588. package/dist/esm/classic/applications/index.js.map +1 -0
  589. package/dist/esm/classic/index.d.ts +16 -0
  590. package/dist/esm/classic/index.js +4 -0
  591. package/dist/esm/classic/index.js.map +1 -0
  592. package/dist/esm/classic/managedApplyMaintenanceWindow/index.d.ts +9 -0
  593. package/dist/esm/classic/managedApplyMaintenanceWindow/index.js +12 -0
  594. package/dist/esm/classic/managedApplyMaintenanceWindow/index.js.map +1 -0
  595. package/dist/esm/classic/managedAzResiliencyStatus/index.d.ts +10 -0
  596. package/dist/esm/classic/managedAzResiliencyStatus/index.js +12 -0
  597. package/dist/esm/classic/managedAzResiliencyStatus/index.js.map +1 -0
  598. package/dist/esm/classic/managedClusterVersion/index.d.ts +16 -0
  599. package/dist/esm/classic/managedClusterVersion/index.js +15 -0
  600. package/dist/esm/classic/managedClusterVersion/index.js.map +1 -0
  601. package/dist/esm/classic/managedClusters/index.d.ts +35 -0
  602. package/dist/esm/classic/managedClusters/index.js +21 -0
  603. package/dist/esm/classic/managedClusters/index.js.map +1 -0
  604. package/dist/esm/classic/managedMaintenanceWindowStatus/index.d.ts +10 -0
  605. package/dist/esm/classic/managedMaintenanceWindowStatus/index.js +12 -0
  606. package/dist/esm/classic/managedMaintenanceWindowStatus/index.js.map +1 -0
  607. package/dist/esm/classic/managedUnsupportedVMSizes/index.d.ts +13 -0
  608. package/dist/esm/classic/managedUnsupportedVMSizes/index.js +13 -0
  609. package/dist/esm/classic/managedUnsupportedVMSizes/index.js.map +1 -0
  610. package/dist/esm/classic/nodeTypeSkus/index.d.ts +11 -0
  611. package/dist/esm/classic/nodeTypeSkus/index.js +12 -0
  612. package/dist/esm/classic/nodeTypeSkus/index.js.map +1 -0
  613. package/dist/esm/classic/nodeTypes/index.d.ts +45 -0
  614. package/dist/esm/classic/nodeTypes/index.js +26 -0
  615. package/dist/esm/classic/nodeTypes/index.js.map +1 -0
  616. package/dist/esm/classic/operationResults/index.d.ts +9 -0
  617. package/dist/esm/classic/operationResults/index.js +12 -0
  618. package/dist/esm/classic/operationResults/index.js.map +1 -0
  619. package/dist/esm/classic/operationStatus/index.d.ts +10 -0
  620. package/dist/esm/classic/operationStatus/index.js +12 -0
  621. package/dist/esm/classic/operationStatus/index.js.map +1 -0
  622. package/dist/esm/classic/operations/index.d.ts +11 -0
  623. package/dist/esm/classic/operations/index.js +12 -0
  624. package/dist/esm/classic/operations/index.js.map +1 -0
  625. package/dist/esm/classic/services/index.d.ts +25 -0
  626. package/dist/esm/classic/services/index.js +16 -0
  627. package/dist/esm/classic/services/index.js.map +1 -0
  628. package/dist/esm/index.d.ts +23 -0
  629. package/dist/esm/index.js +6 -0
  630. package/dist/esm/index.js.map +1 -0
  631. package/dist/esm/logger.d.ts +2 -0
  632. package/dist/esm/logger.js +5 -0
  633. package/dist/esm/logger.js.map +1 -0
  634. package/dist/esm/models/index.d.ts +2 -0
  635. package/dist/esm/models/index.js +4 -0
  636. package/dist/esm/models/index.js.map +1 -0
  637. package/dist/esm/models/models.d.ts +2494 -0
  638. package/dist/esm/models/models.js +2931 -0
  639. package/dist/esm/models/models.js.map +1 -0
  640. package/dist/esm/package.json +3 -0
  641. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  642. package/dist/esm/restorePollerHelpers.js +170 -0
  643. package/dist/esm/restorePollerHelpers.js.map +1 -0
  644. package/dist/esm/serviceFabricManagedClustersManagementClient.d.ts +57 -0
  645. package/dist/esm/serviceFabricManagedClustersManagementClient.js +46 -0
  646. package/dist/esm/serviceFabricManagedClustersManagementClient.js.map +1 -0
  647. package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
  648. package/dist/esm/static-helpers/pagingHelpers.js +137 -0
  649. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  650. package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
  651. package/dist/esm/static-helpers/pollingHelpers.js +76 -0
  652. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  653. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  654. package/dist/esm/static-helpers/urlTemplate.js +169 -0
  655. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  656. package/dist/react-native/api/applicationTypeVersions/index.d.ts +3 -0
  657. package/dist/react-native/api/applicationTypeVersions/index.js +4 -0
  658. package/dist/react-native/api/applicationTypeVersions/index.js.map +1 -0
  659. package/dist/react-native/api/applicationTypeVersions/operations.d.ts +32 -0
  660. package/dist/react-native/api/applicationTypeVersions/operations.js +167 -0
  661. package/dist/react-native/api/applicationTypeVersions/operations.js.map +1 -0
  662. package/dist/react-native/api/applicationTypeVersions/options.d.ts +21 -0
  663. package/dist/react-native/api/applicationTypeVersions/options.js +4 -0
  664. package/dist/react-native/api/applicationTypeVersions/options.js.map +1 -0
  665. package/dist/react-native/api/applicationTypes/index.d.ts +3 -0
  666. package/dist/react-native/api/applicationTypes/index.js +4 -0
  667. package/dist/react-native/api/applicationTypes/index.js.map +1 -0
  668. package/dist/react-native/api/applicationTypes/operations.d.ts +32 -0
  669. package/dist/react-native/api/applicationTypes/operations.js +154 -0
  670. package/dist/react-native/api/applicationTypes/operations.js.map +1 -0
  671. package/dist/react-native/api/applicationTypes/options.d.ts +19 -0
  672. package/dist/react-native/api/applicationTypes/options.js +4 -0
  673. package/dist/react-native/api/applicationTypes/options.js.map +1 -0
  674. package/dist/react-native/api/applications/index.d.ts +3 -0
  675. package/dist/react-native/api/applications/index.js +4 -0
  676. package/dist/react-native/api/applications/index.js.map +1 -0
  677. package/dist/react-native/api/applications/operations.d.ts +44 -0
  678. package/dist/react-native/api/applications/operations.js +247 -0
  679. package/dist/react-native/api/applications/operations.js.map +1 -0
  680. package/dist/react-native/api/applications/options.d.ts +36 -0
  681. package/dist/react-native/api/applications/options.js +4 -0
  682. package/dist/react-native/api/applications/options.js.map +1 -0
  683. package/dist/react-native/api/index.d.ts +2 -0
  684. package/dist/react-native/api/index.js +4 -0
  685. package/dist/react-native/api/index.js.map +1 -0
  686. package/dist/react-native/api/managedApplyMaintenanceWindow/index.d.ts +3 -0
  687. package/dist/react-native/api/managedApplyMaintenanceWindow/index.js +4 -0
  688. package/dist/react-native/api/managedApplyMaintenanceWindow/index.js.map +1 -0
  689. package/dist/react-native/api/managedApplyMaintenanceWindow/operations.d.ts +8 -0
  690. package/dist/react-native/api/managedApplyMaintenanceWindow/operations.js +36 -0
  691. package/dist/react-native/api/managedApplyMaintenanceWindow/operations.js.map +1 -0
  692. package/dist/react-native/api/managedApplyMaintenanceWindow/options.d.ts +5 -0
  693. package/dist/react-native/api/managedApplyMaintenanceWindow/options.js +4 -0
  694. package/dist/react-native/api/managedApplyMaintenanceWindow/options.js.map +1 -0
  695. package/dist/react-native/api/managedAzResiliencyStatus/index.d.ts +3 -0
  696. package/dist/react-native/api/managedAzResiliencyStatus/index.js +4 -0
  697. package/dist/react-native/api/managedAzResiliencyStatus/index.js.map +1 -0
  698. package/dist/react-native/api/managedAzResiliencyStatus/operations.d.ts +9 -0
  699. package/dist/react-native/api/managedAzResiliencyStatus/operations.js +32 -0
  700. package/dist/react-native/api/managedAzResiliencyStatus/operations.js.map +1 -0
  701. package/dist/react-native/api/managedAzResiliencyStatus/options.d.ts +5 -0
  702. package/dist/react-native/api/managedAzResiliencyStatus/options.js +4 -0
  703. package/dist/react-native/api/managedAzResiliencyStatus/options.js.map +1 -0
  704. package/dist/react-native/api/managedClusterVersion/index.d.ts +3 -0
  705. package/dist/react-native/api/managedClusterVersion/index.js +4 -0
  706. package/dist/react-native/api/managedClusterVersion/index.js.map +1 -0
  707. package/dist/react-native/api/managedClusterVersion/operations.d.ts +21 -0
  708. package/dist/react-native/api/managedClusterVersion/operations.js +118 -0
  709. package/dist/react-native/api/managedClusterVersion/operations.js.map +1 -0
  710. package/dist/react-native/api/managedClusterVersion/options.d.ts +14 -0
  711. package/dist/react-native/api/managedClusterVersion/options.js +4 -0
  712. package/dist/react-native/api/managedClusterVersion/options.js.map +1 -0
  713. package/dist/react-native/api/managedClusters/index.d.ts +3 -0
  714. package/dist/react-native/api/managedClusters/index.js +4 -0
  715. package/dist/react-native/api/managedClusters/index.js.map +1 -0
  716. package/dist/react-native/api/managedClusters/operations.d.ts +52 -0
  717. package/dist/react-native/api/managedClusters/operations.js +307 -0
  718. package/dist/react-native/api/managedClusters/operations.js.map +1 -0
  719. package/dist/react-native/api/managedClusters/options.d.ts +40 -0
  720. package/dist/react-native/api/managedClusters/options.js +4 -0
  721. package/dist/react-native/api/managedClusters/options.js.map +1 -0
  722. package/dist/react-native/api/managedMaintenanceWindowStatus/index.d.ts +3 -0
  723. package/dist/react-native/api/managedMaintenanceWindowStatus/index.js +4 -0
  724. package/dist/react-native/api/managedMaintenanceWindowStatus/index.js.map +1 -0
  725. package/dist/react-native/api/managedMaintenanceWindowStatus/operations.d.ts +9 -0
  726. package/dist/react-native/api/managedMaintenanceWindowStatus/operations.js +36 -0
  727. package/dist/react-native/api/managedMaintenanceWindowStatus/operations.js.map +1 -0
  728. package/dist/react-native/api/managedMaintenanceWindowStatus/options.d.ts +5 -0
  729. package/dist/react-native/api/managedMaintenanceWindowStatus/options.js +4 -0
  730. package/dist/react-native/api/managedMaintenanceWindowStatus/options.js.map +1 -0
  731. package/dist/react-native/api/managedUnsupportedVMSizes/index.d.ts +3 -0
  732. package/dist/react-native/api/managedUnsupportedVMSizes/index.js +4 -0
  733. package/dist/react-native/api/managedUnsupportedVMSizes/index.js.map +1 -0
  734. package/dist/react-native/api/managedUnsupportedVMSizes/operations.d.ts +14 -0
  735. package/dist/react-native/api/managedUnsupportedVMSizes/operations.js +57 -0
  736. package/dist/react-native/api/managedUnsupportedVMSizes/operations.js.map +1 -0
  737. package/dist/react-native/api/managedUnsupportedVMSizes/options.d.ts +8 -0
  738. package/dist/react-native/api/managedUnsupportedVMSizes/options.js +4 -0
  739. package/dist/react-native/api/managedUnsupportedVMSizes/options.js.map +1 -0
  740. package/dist/react-native/api/nodeTypeSkus/index.d.ts +3 -0
  741. package/dist/react-native/api/nodeTypeSkus/index.js +4 -0
  742. package/dist/react-native/api/nodeTypeSkus/index.js.map +1 -0
  743. package/dist/react-native/api/nodeTypeSkus/operations.d.ts +10 -0
  744. package/dist/react-native/api/nodeTypeSkus/operations.js +33 -0
  745. package/dist/react-native/api/nodeTypeSkus/operations.js.map +1 -0
  746. package/dist/react-native/api/nodeTypeSkus/options.d.ts +5 -0
  747. package/dist/react-native/api/nodeTypeSkus/options.js +4 -0
  748. package/dist/react-native/api/nodeTypeSkus/options.js.map +1 -0
  749. package/dist/react-native/api/nodeTypes/index.d.ts +3 -0
  750. package/dist/react-native/api/nodeTypes/index.js +4 -0
  751. package/dist/react-native/api/nodeTypes/index.js.map +1 -0
  752. package/dist/react-native/api/nodeTypes/operations.d.ts +72 -0
  753. package/dist/react-native/api/nodeTypes/operations.js +463 -0
  754. package/dist/react-native/api/nodeTypes/operations.js.map +1 -0
  755. package/dist/react-native/api/nodeTypes/options.d.ts +69 -0
  756. package/dist/react-native/api/nodeTypes/options.js +4 -0
  757. package/dist/react-native/api/nodeTypes/options.js.map +1 -0
  758. package/dist/react-native/api/operationResults/index.d.ts +3 -0
  759. package/dist/react-native/api/operationResults/index.js +4 -0
  760. package/dist/react-native/api/operationResults/index.js.map +1 -0
  761. package/dist/react-native/api/operationResults/operations.d.ts +8 -0
  762. package/dist/react-native/api/operationResults/operations.js +32 -0
  763. package/dist/react-native/api/operationResults/operations.js.map +1 -0
  764. package/dist/react-native/api/operationResults/options.d.ts +5 -0
  765. package/dist/react-native/api/operationResults/options.js +4 -0
  766. package/dist/react-native/api/operationResults/options.js.map +1 -0
  767. package/dist/react-native/api/operationStatus/index.d.ts +3 -0
  768. package/dist/react-native/api/operationStatus/index.js +4 -0
  769. package/dist/react-native/api/operationStatus/index.js.map +1 -0
  770. package/dist/react-native/api/operationStatus/operations.d.ts +9 -0
  771. package/dist/react-native/api/operationStatus/operations.js +32 -0
  772. package/dist/react-native/api/operationStatus/operations.js.map +1 -0
  773. package/dist/react-native/api/operationStatus/options.d.ts +5 -0
  774. package/dist/react-native/api/operationStatus/options.js +4 -0
  775. package/dist/react-native/api/operationStatus/options.js.map +1 -0
  776. package/dist/react-native/api/operations/index.d.ts +3 -0
  777. package/dist/react-native/api/operations/index.js +4 -0
  778. package/dist/react-native/api/operations/index.js.map +1 -0
  779. package/dist/react-native/api/operations/operations.d.ts +10 -0
  780. package/dist/react-native/api/operations/operations.js +29 -0
  781. package/dist/react-native/api/operations/operations.js.map +1 -0
  782. package/dist/react-native/api/operations/options.d.ts +5 -0
  783. package/dist/react-native/api/operations/options.js +4 -0
  784. package/dist/react-native/api/operations/options.js.map +1 -0
  785. package/dist/react-native/api/serviceFabricManagedClustersManagementContext.d.ts +19 -0
  786. package/dist/react-native/api/serviceFabricManagedClustersManagementContext.js +36 -0
  787. package/dist/react-native/api/serviceFabricManagedClustersManagementContext.js.map +1 -0
  788. package/dist/react-native/api/services/index.d.ts +3 -0
  789. package/dist/react-native/api/services/index.js +4 -0
  790. package/dist/react-native/api/services/index.js.map +1 -0
  791. package/dist/react-native/api/services/operations.d.ts +32 -0
  792. package/dist/react-native/api/services/operations.js +159 -0
  793. package/dist/react-native/api/services/operations.js.map +1 -0
  794. package/dist/react-native/api/services/options.d.ts +21 -0
  795. package/dist/react-native/api/services/options.js +4 -0
  796. package/dist/react-native/api/services/options.js.map +1 -0
  797. package/dist/react-native/classic/applicationTypeVersions/index.d.ts +25 -0
  798. package/dist/react-native/classic/applicationTypeVersions/index.js +16 -0
  799. package/dist/react-native/classic/applicationTypeVersions/index.js.map +1 -0
  800. package/dist/react-native/classic/applicationTypes/index.d.ts +25 -0
  801. package/dist/react-native/classic/applicationTypes/index.js +16 -0
  802. package/dist/react-native/classic/applicationTypes/index.js.map +1 -0
  803. package/dist/react-native/classic/applications/index.d.ts +31 -0
  804. package/dist/react-native/classic/applications/index.js +19 -0
  805. package/dist/react-native/classic/applications/index.js.map +1 -0
  806. package/dist/react-native/classic/index.d.ts +16 -0
  807. package/dist/react-native/classic/index.js +4 -0
  808. package/dist/react-native/classic/index.js.map +1 -0
  809. package/dist/react-native/classic/managedApplyMaintenanceWindow/index.d.ts +9 -0
  810. package/dist/react-native/classic/managedApplyMaintenanceWindow/index.js +12 -0
  811. package/dist/react-native/classic/managedApplyMaintenanceWindow/index.js.map +1 -0
  812. package/dist/react-native/classic/managedAzResiliencyStatus/index.d.ts +10 -0
  813. package/dist/react-native/classic/managedAzResiliencyStatus/index.js +12 -0
  814. package/dist/react-native/classic/managedAzResiliencyStatus/index.js.map +1 -0
  815. package/dist/react-native/classic/managedClusterVersion/index.d.ts +16 -0
  816. package/dist/react-native/classic/managedClusterVersion/index.js +15 -0
  817. package/dist/react-native/classic/managedClusterVersion/index.js.map +1 -0
  818. package/dist/react-native/classic/managedClusters/index.d.ts +35 -0
  819. package/dist/react-native/classic/managedClusters/index.js +21 -0
  820. package/dist/react-native/classic/managedClusters/index.js.map +1 -0
  821. package/dist/react-native/classic/managedMaintenanceWindowStatus/index.d.ts +10 -0
  822. package/dist/react-native/classic/managedMaintenanceWindowStatus/index.js +12 -0
  823. package/dist/react-native/classic/managedMaintenanceWindowStatus/index.js.map +1 -0
  824. package/dist/react-native/classic/managedUnsupportedVMSizes/index.d.ts +13 -0
  825. package/dist/react-native/classic/managedUnsupportedVMSizes/index.js +13 -0
  826. package/dist/react-native/classic/managedUnsupportedVMSizes/index.js.map +1 -0
  827. package/dist/react-native/classic/nodeTypeSkus/index.d.ts +11 -0
  828. package/dist/react-native/classic/nodeTypeSkus/index.js +12 -0
  829. package/dist/react-native/classic/nodeTypeSkus/index.js.map +1 -0
  830. package/dist/react-native/classic/nodeTypes/index.d.ts +45 -0
  831. package/dist/react-native/classic/nodeTypes/index.js +26 -0
  832. package/dist/react-native/classic/nodeTypes/index.js.map +1 -0
  833. package/dist/react-native/classic/operationResults/index.d.ts +9 -0
  834. package/dist/react-native/classic/operationResults/index.js +12 -0
  835. package/dist/react-native/classic/operationResults/index.js.map +1 -0
  836. package/dist/react-native/classic/operationStatus/index.d.ts +10 -0
  837. package/dist/react-native/classic/operationStatus/index.js +12 -0
  838. package/dist/react-native/classic/operationStatus/index.js.map +1 -0
  839. package/dist/react-native/classic/operations/index.d.ts +11 -0
  840. package/dist/react-native/classic/operations/index.js +12 -0
  841. package/dist/react-native/classic/operations/index.js.map +1 -0
  842. package/dist/react-native/classic/services/index.d.ts +25 -0
  843. package/dist/react-native/classic/services/index.js +16 -0
  844. package/dist/react-native/classic/services/index.js.map +1 -0
  845. package/dist/react-native/index.d.ts +23 -0
  846. package/dist/react-native/index.js +6 -0
  847. package/dist/react-native/index.js.map +1 -0
  848. package/dist/react-native/logger.d.ts +2 -0
  849. package/dist/react-native/logger.js +5 -0
  850. package/dist/react-native/logger.js.map +1 -0
  851. package/dist/react-native/models/index.d.ts +2 -0
  852. package/dist/react-native/models/index.js +4 -0
  853. package/dist/react-native/models/index.js.map +1 -0
  854. package/dist/react-native/models/models.d.ts +2494 -0
  855. package/dist/react-native/models/models.js +2931 -0
  856. package/dist/react-native/models/models.js.map +1 -0
  857. package/dist/react-native/package.json +3 -0
  858. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  859. package/dist/react-native/restorePollerHelpers.js +170 -0
  860. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  861. package/dist/react-native/serviceFabricManagedClustersManagementClient.d.ts +57 -0
  862. package/dist/react-native/serviceFabricManagedClustersManagementClient.js +46 -0
  863. package/dist/react-native/serviceFabricManagedClustersManagementClient.js.map +1 -0
  864. package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
  865. package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
  866. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  867. package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
  868. package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
  869. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  870. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  871. package/dist/react-native/static-helpers/urlTemplate.js +169 -0
  872. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  873. package/package.json +429 -83
  874. package/review/arm-servicefabricmanagedclusters-api-applicationTypeVersions.api.md +51 -0
  875. package/review/arm-servicefabricmanagedclusters-api-applicationTypes.api.md +50 -0
  876. package/review/arm-servicefabricmanagedclusters-api-applications.api.md +75 -0
  877. package/review/arm-servicefabricmanagedclusters-api-managedApplyMaintenanceWindow.api.md +19 -0
  878. package/review/arm-servicefabricmanagedclusters-api-managedAzResiliencyStatus.api.md +19 -0
  879. package/review/arm-servicefabricmanagedclusters-api-managedClusterVersion.api.md +40 -0
  880. package/review/arm-servicefabricmanagedclusters-api-managedClusters.api.md +88 -0
  881. package/review/arm-servicefabricmanagedclusters-api-managedMaintenanceWindowStatus.api.md +19 -0
  882. package/review/arm-servicefabricmanagedclusters-api-managedUnsupportedVMSizes.api.md +26 -0
  883. package/review/arm-servicefabricmanagedclusters-api-nodeTypeSkus.api.md +19 -0
  884. package/review/arm-servicefabricmanagedclusters-api-nodeTypes.api.md +130 -0
  885. package/review/arm-servicefabricmanagedclusters-api-operationResults.api.md +19 -0
  886. package/review/arm-servicefabricmanagedclusters-api-operationStatus.api.md +19 -0
  887. package/review/arm-servicefabricmanagedclusters-api-operations.api.md +19 -0
  888. package/review/arm-servicefabricmanagedclusters-api-services.api.md +51 -0
  889. package/review/arm-servicefabricmanagedclusters-api.api.md +27 -0
  890. package/review/arm-servicefabricmanagedclusters-models.api.md +1348 -0
  891. package/review/arm-servicefabricmanagedclusters.api.md +465 -642
  892. package/dist/index.js +0 -8985
  893. package/dist/index.js.map +0 -1
  894. package/dist/index.min.js +0 -1
  895. package/dist/index.min.js.map +0 -1
  896. package/dist-esm/samples-dev/applicationTypeVersionsCreateOrUpdateSample.d.ts +0 -2
  897. package/dist-esm/samples-dev/applicationTypeVersionsCreateOrUpdateSample.d.ts.map +0 -1
  898. package/dist-esm/samples-dev/applicationTypeVersionsCreateOrUpdateSample.js +0 -45
  899. package/dist-esm/samples-dev/applicationTypeVersionsCreateOrUpdateSample.js.map +0 -1
  900. package/dist-esm/samples-dev/applicationTypeVersionsDeleteSample.d.ts +0 -2
  901. package/dist-esm/samples-dev/applicationTypeVersionsDeleteSample.d.ts.map +0 -1
  902. package/dist-esm/samples-dev/applicationTypeVersionsDeleteSample.js +0 -41
  903. package/dist-esm/samples-dev/applicationTypeVersionsDeleteSample.js.map +0 -1
  904. package/dist-esm/samples-dev/applicationTypeVersionsGetSample.d.ts +0 -2
  905. package/dist-esm/samples-dev/applicationTypeVersionsGetSample.d.ts.map +0 -1
  906. package/dist-esm/samples-dev/applicationTypeVersionsGetSample.js +0 -41
  907. package/dist-esm/samples-dev/applicationTypeVersionsGetSample.js.map +0 -1
  908. package/dist-esm/samples-dev/applicationTypeVersionsListByApplicationTypesSample.d.ts +0 -2
  909. package/dist-esm/samples-dev/applicationTypeVersionsListByApplicationTypesSample.d.ts.map +0 -1
  910. package/dist-esm/samples-dev/applicationTypeVersionsListByApplicationTypesSample.js +0 -56
  911. package/dist-esm/samples-dev/applicationTypeVersionsListByApplicationTypesSample.js.map +0 -1
  912. package/dist-esm/samples-dev/applicationTypeVersionsUpdateSample.d.ts +0 -2
  913. package/dist-esm/samples-dev/applicationTypeVersionsUpdateSample.d.ts.map +0 -1
  914. package/dist-esm/samples-dev/applicationTypeVersionsUpdateSample.js +0 -44
  915. package/dist-esm/samples-dev/applicationTypeVersionsUpdateSample.js.map +0 -1
  916. package/dist-esm/samples-dev/applicationTypesCreateOrUpdateSample.d.ts +0 -2
  917. package/dist-esm/samples-dev/applicationTypesCreateOrUpdateSample.d.ts.map +0 -1
  918. package/dist-esm/samples-dev/applicationTypesCreateOrUpdateSample.js +0 -41
  919. package/dist-esm/samples-dev/applicationTypesCreateOrUpdateSample.js.map +0 -1
  920. package/dist-esm/samples-dev/applicationTypesDeleteSample.d.ts +0 -2
  921. package/dist-esm/samples-dev/applicationTypesDeleteSample.d.ts.map +0 -1
  922. package/dist-esm/samples-dev/applicationTypesDeleteSample.js +0 -40
  923. package/dist-esm/samples-dev/applicationTypesDeleteSample.js.map +0 -1
  924. package/dist-esm/samples-dev/applicationTypesGetSample.d.ts +0 -2
  925. package/dist-esm/samples-dev/applicationTypesGetSample.d.ts.map +0 -1
  926. package/dist-esm/samples-dev/applicationTypesGetSample.js +0 -40
  927. package/dist-esm/samples-dev/applicationTypesGetSample.js.map +0 -1
  928. package/dist-esm/samples-dev/applicationTypesListSample.d.ts +0 -2
  929. package/dist-esm/samples-dev/applicationTypesListSample.d.ts.map +0 -1
  930. package/dist-esm/samples-dev/applicationTypesListSample.js +0 -55
  931. package/dist-esm/samples-dev/applicationTypesListSample.js.map +0 -1
  932. package/dist-esm/samples-dev/applicationTypesUpdateSample.d.ts +0 -2
  933. package/dist-esm/samples-dev/applicationTypesUpdateSample.d.ts.map +0 -1
  934. package/dist-esm/samples-dev/applicationTypesUpdateSample.js +0 -41
  935. package/dist-esm/samples-dev/applicationTypesUpdateSample.js.map +0 -1
  936. package/dist-esm/samples-dev/applicationsCreateOrUpdateSample.d.ts +0 -2
  937. package/dist-esm/samples-dev/applicationsCreateOrUpdateSample.d.ts.map +0 -1
  938. package/dist-esm/samples-dev/applicationsCreateOrUpdateSample.js +0 -101
  939. package/dist-esm/samples-dev/applicationsCreateOrUpdateSample.js.map +0 -1
  940. package/dist-esm/samples-dev/applicationsDeleteSample.d.ts +0 -2
  941. package/dist-esm/samples-dev/applicationsDeleteSample.d.ts.map +0 -1
  942. package/dist-esm/samples-dev/applicationsDeleteSample.js +0 -40
  943. package/dist-esm/samples-dev/applicationsDeleteSample.js.map +0 -1
  944. package/dist-esm/samples-dev/applicationsGetSample.d.ts +0 -2
  945. package/dist-esm/samples-dev/applicationsGetSample.d.ts.map +0 -1
  946. package/dist-esm/samples-dev/applicationsGetSample.js +0 -40
  947. package/dist-esm/samples-dev/applicationsGetSample.js.map +0 -1
  948. package/dist-esm/samples-dev/applicationsListSample.d.ts +0 -2
  949. package/dist-esm/samples-dev/applicationsListSample.d.ts.map +0 -1
  950. package/dist-esm/samples-dev/applicationsListSample.js +0 -55
  951. package/dist-esm/samples-dev/applicationsListSample.js.map +0 -1
  952. package/dist-esm/samples-dev/applicationsReadUpgradeSample.d.ts +0 -2
  953. package/dist-esm/samples-dev/applicationsReadUpgradeSample.d.ts.map +0 -1
  954. package/dist-esm/samples-dev/applicationsReadUpgradeSample.js +0 -40
  955. package/dist-esm/samples-dev/applicationsReadUpgradeSample.js.map +0 -1
  956. package/dist-esm/samples-dev/applicationsResumeUpgradeSample.d.ts +0 -2
  957. package/dist-esm/samples-dev/applicationsResumeUpgradeSample.d.ts.map +0 -1
  958. package/dist-esm/samples-dev/applicationsResumeUpgradeSample.js +0 -43
  959. package/dist-esm/samples-dev/applicationsResumeUpgradeSample.js.map +0 -1
  960. package/dist-esm/samples-dev/applicationsStartRollbackSample.d.ts +0 -2
  961. package/dist-esm/samples-dev/applicationsStartRollbackSample.d.ts.map +0 -1
  962. package/dist-esm/samples-dev/applicationsStartRollbackSample.js +0 -40
  963. package/dist-esm/samples-dev/applicationsStartRollbackSample.js.map +0 -1
  964. package/dist-esm/samples-dev/applicationsUpdateSample.d.ts +0 -2
  965. package/dist-esm/samples-dev/applicationsUpdateSample.d.ts.map +0 -1
  966. package/dist-esm/samples-dev/applicationsUpdateSample.js +0 -41
  967. package/dist-esm/samples-dev/applicationsUpdateSample.js.map +0 -1
  968. package/dist-esm/samples-dev/managedApplyMaintenanceWindowPostSample.d.ts +0 -2
  969. package/dist-esm/samples-dev/managedApplyMaintenanceWindowPostSample.d.ts.map +0 -1
  970. package/dist-esm/samples-dev/managedApplyMaintenanceWindowPostSample.js +0 -40
  971. package/dist-esm/samples-dev/managedApplyMaintenanceWindowPostSample.js.map +0 -1
  972. package/dist-esm/samples-dev/managedAzResiliencyStatusGetSample.d.ts +0 -2
  973. package/dist-esm/samples-dev/managedAzResiliencyStatusGetSample.d.ts.map +0 -1
  974. package/dist-esm/samples-dev/managedAzResiliencyStatusGetSample.js +0 -40
  975. package/dist-esm/samples-dev/managedAzResiliencyStatusGetSample.js.map +0 -1
  976. package/dist-esm/samples-dev/managedClusterVersionGetByEnvironmentSample.d.ts +0 -2
  977. package/dist-esm/samples-dev/managedClusterVersionGetByEnvironmentSample.d.ts.map +0 -1
  978. package/dist-esm/samples-dev/managedClusterVersionGetByEnvironmentSample.js +0 -40
  979. package/dist-esm/samples-dev/managedClusterVersionGetByEnvironmentSample.js.map +0 -1
  980. package/dist-esm/samples-dev/managedClusterVersionGetSample.d.ts +0 -2
  981. package/dist-esm/samples-dev/managedClusterVersionGetSample.d.ts.map +0 -1
  982. package/dist-esm/samples-dev/managedClusterVersionGetSample.js +0 -39
  983. package/dist-esm/samples-dev/managedClusterVersionGetSample.js.map +0 -1
  984. package/dist-esm/samples-dev/managedClusterVersionListByEnvironmentSample.d.ts +0 -2
  985. package/dist-esm/samples-dev/managedClusterVersionListByEnvironmentSample.d.ts.map +0 -1
  986. package/dist-esm/samples-dev/managedClusterVersionListByEnvironmentSample.js +0 -39
  987. package/dist-esm/samples-dev/managedClusterVersionListByEnvironmentSample.js.map +0 -1
  988. package/dist-esm/samples-dev/managedClusterVersionListSample.d.ts +0 -2
  989. package/dist-esm/samples-dev/managedClusterVersionListSample.d.ts.map +0 -1
  990. package/dist-esm/samples-dev/managedClusterVersionListSample.js +0 -38
  991. package/dist-esm/samples-dev/managedClusterVersionListSample.js.map +0 -1
  992. package/dist-esm/samples-dev/managedClustersCreateOrUpdateSample.d.ts +0 -2
  993. package/dist-esm/samples-dev/managedClustersCreateOrUpdateSample.d.ts.map +0 -1
  994. package/dist-esm/samples-dev/managedClustersCreateOrUpdateSample.js +0 -190
  995. package/dist-esm/samples-dev/managedClustersCreateOrUpdateSample.js.map +0 -1
  996. package/dist-esm/samples-dev/managedClustersDeleteSample.d.ts +0 -2
  997. package/dist-esm/samples-dev/managedClustersDeleteSample.d.ts.map +0 -1
  998. package/dist-esm/samples-dev/managedClustersDeleteSample.js +0 -39
  999. package/dist-esm/samples-dev/managedClustersDeleteSample.js.map +0 -1
  1000. package/dist-esm/samples-dev/managedClustersGetSample.d.ts +0 -2
  1001. package/dist-esm/samples-dev/managedClustersGetSample.d.ts.map +0 -1
  1002. package/dist-esm/samples-dev/managedClustersGetSample.js +0 -39
  1003. package/dist-esm/samples-dev/managedClustersGetSample.js.map +0 -1
  1004. package/dist-esm/samples-dev/managedClustersListByResourceGroupSample.d.ts +0 -2
  1005. package/dist-esm/samples-dev/managedClustersListByResourceGroupSample.d.ts.map +0 -1
  1006. package/dist-esm/samples-dev/managedClustersListByResourceGroupSample.js +0 -54
  1007. package/dist-esm/samples-dev/managedClustersListByResourceGroupSample.js.map +0 -1
  1008. package/dist-esm/samples-dev/managedClustersListBySubscriptionSample.d.ts +0 -2
  1009. package/dist-esm/samples-dev/managedClustersListBySubscriptionSample.d.ts.map +0 -1
  1010. package/dist-esm/samples-dev/managedClustersListBySubscriptionSample.js +0 -53
  1011. package/dist-esm/samples-dev/managedClustersListBySubscriptionSample.js.map +0 -1
  1012. package/dist-esm/samples-dev/managedClustersUpdateSample.d.ts +0 -2
  1013. package/dist-esm/samples-dev/managedClustersUpdateSample.d.ts.map +0 -1
  1014. package/dist-esm/samples-dev/managedClustersUpdateSample.js +0 -40
  1015. package/dist-esm/samples-dev/managedClustersUpdateSample.js.map +0 -1
  1016. package/dist-esm/samples-dev/managedMaintenanceWindowStatusGetSample.d.ts +0 -2
  1017. package/dist-esm/samples-dev/managedMaintenanceWindowStatusGetSample.d.ts.map +0 -1
  1018. package/dist-esm/samples-dev/managedMaintenanceWindowStatusGetSample.js +0 -40
  1019. package/dist-esm/samples-dev/managedMaintenanceWindowStatusGetSample.js.map +0 -1
  1020. package/dist-esm/samples-dev/managedUnsupportedVMSizesGetSample.d.ts +0 -2
  1021. package/dist-esm/samples-dev/managedUnsupportedVMSizesGetSample.d.ts.map +0 -1
  1022. package/dist-esm/samples-dev/managedUnsupportedVMSizesGetSample.js +0 -39
  1023. package/dist-esm/samples-dev/managedUnsupportedVMSizesGetSample.js.map +0 -1
  1024. package/dist-esm/samples-dev/managedUnsupportedVMSizesListSample.d.ts +0 -2
  1025. package/dist-esm/samples-dev/managedUnsupportedVMSizesListSample.d.ts.map +0 -1
  1026. package/dist-esm/samples-dev/managedUnsupportedVMSizesListSample.js +0 -54
  1027. package/dist-esm/samples-dev/managedUnsupportedVMSizesListSample.js.map +0 -1
  1028. package/dist-esm/samples-dev/nodeTypeSkusListSample.d.ts +0 -2
  1029. package/dist-esm/samples-dev/nodeTypeSkusListSample.d.ts.map +0 -1
  1030. package/dist-esm/samples-dev/nodeTypeSkusListSample.js +0 -56
  1031. package/dist-esm/samples-dev/nodeTypeSkusListSample.js.map +0 -1
  1032. package/dist-esm/samples-dev/nodeTypesCreateOrUpdateSample.d.ts +0 -2
  1033. package/dist-esm/samples-dev/nodeTypesCreateOrUpdateSample.d.ts.map +0 -1
  1034. package/dist-esm/samples-dev/nodeTypesCreateOrUpdateSample.js +0 -434
  1035. package/dist-esm/samples-dev/nodeTypesCreateOrUpdateSample.js.map +0 -1
  1036. package/dist-esm/samples-dev/nodeTypesDeleteNodeSample.d.ts +0 -2
  1037. package/dist-esm/samples-dev/nodeTypesDeleteNodeSample.d.ts.map +0 -1
  1038. package/dist-esm/samples-dev/nodeTypesDeleteNodeSample.js +0 -41
  1039. package/dist-esm/samples-dev/nodeTypesDeleteNodeSample.js.map +0 -1
  1040. package/dist-esm/samples-dev/nodeTypesDeleteSample.d.ts +0 -2
  1041. package/dist-esm/samples-dev/nodeTypesDeleteSample.d.ts.map +0 -1
  1042. package/dist-esm/samples-dev/nodeTypesDeleteSample.js +0 -40
  1043. package/dist-esm/samples-dev/nodeTypesDeleteSample.js.map +0 -1
  1044. package/dist-esm/samples-dev/nodeTypesGetSample.d.ts +0 -2
  1045. package/dist-esm/samples-dev/nodeTypesGetSample.d.ts.map +0 -1
  1046. package/dist-esm/samples-dev/nodeTypesGetSample.js +0 -40
  1047. package/dist-esm/samples-dev/nodeTypesGetSample.js.map +0 -1
  1048. package/dist-esm/samples-dev/nodeTypesListByManagedClustersSample.d.ts +0 -2
  1049. package/dist-esm/samples-dev/nodeTypesListByManagedClustersSample.d.ts.map +0 -1
  1050. package/dist-esm/samples-dev/nodeTypesListByManagedClustersSample.js +0 -55
  1051. package/dist-esm/samples-dev/nodeTypesListByManagedClustersSample.js.map +0 -1
  1052. package/dist-esm/samples-dev/nodeTypesReimageSample.d.ts +0 -2
  1053. package/dist-esm/samples-dev/nodeTypesReimageSample.d.ts.map +0 -1
  1054. package/dist-esm/samples-dev/nodeTypesReimageSample.js +0 -64
  1055. package/dist-esm/samples-dev/nodeTypesReimageSample.js.map +0 -1
  1056. package/dist-esm/samples-dev/nodeTypesRestartSample.d.ts +0 -2
  1057. package/dist-esm/samples-dev/nodeTypesRestartSample.d.ts.map +0 -1
  1058. package/dist-esm/samples-dev/nodeTypesRestartSample.js +0 -41
  1059. package/dist-esm/samples-dev/nodeTypesRestartSample.js.map +0 -1
  1060. package/dist-esm/samples-dev/nodeTypesUpdateSample.d.ts +0 -2
  1061. package/dist-esm/samples-dev/nodeTypesUpdateSample.d.ts.map +0 -1
  1062. package/dist-esm/samples-dev/nodeTypesUpdateSample.js +0 -65
  1063. package/dist-esm/samples-dev/nodeTypesUpdateSample.js.map +0 -1
  1064. package/dist-esm/samples-dev/operationResultsGetSample.d.ts +0 -2
  1065. package/dist-esm/samples-dev/operationResultsGetSample.d.ts.map +0 -1
  1066. package/dist-esm/samples-dev/operationResultsGetSample.js +0 -39
  1067. package/dist-esm/samples-dev/operationResultsGetSample.js.map +0 -1
  1068. package/dist-esm/samples-dev/operationStatusGetSample.d.ts +0 -2
  1069. package/dist-esm/samples-dev/operationStatusGetSample.d.ts.map +0 -1
  1070. package/dist-esm/samples-dev/operationStatusGetSample.js +0 -58
  1071. package/dist-esm/samples-dev/operationStatusGetSample.js.map +0 -1
  1072. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  1073. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  1074. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  1075. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  1076. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts +0 -2
  1077. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts.map +0 -1
  1078. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js +0 -112
  1079. package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js.map +0 -1
  1080. package/dist-esm/samples-dev/servicesDeleteSample.d.ts +0 -2
  1081. package/dist-esm/samples-dev/servicesDeleteSample.d.ts.map +0 -1
  1082. package/dist-esm/samples-dev/servicesDeleteSample.js +0 -41
  1083. package/dist-esm/samples-dev/servicesDeleteSample.js.map +0 -1
  1084. package/dist-esm/samples-dev/servicesGetSample.d.ts +0 -2
  1085. package/dist-esm/samples-dev/servicesGetSample.d.ts.map +0 -1
  1086. package/dist-esm/samples-dev/servicesGetSample.js +0 -41
  1087. package/dist-esm/samples-dev/servicesGetSample.js.map +0 -1
  1088. package/dist-esm/samples-dev/servicesListByApplicationsSample.d.ts +0 -2
  1089. package/dist-esm/samples-dev/servicesListByApplicationsSample.d.ts.map +0 -1
  1090. package/dist-esm/samples-dev/servicesListByApplicationsSample.js +0 -56
  1091. package/dist-esm/samples-dev/servicesListByApplicationsSample.js.map +0 -1
  1092. package/dist-esm/samples-dev/servicesUpdateSample.d.ts +0 -2
  1093. package/dist-esm/samples-dev/servicesUpdateSample.d.ts.map +0 -1
  1094. package/dist-esm/samples-dev/servicesUpdateSample.js +0 -42
  1095. package/dist-esm/samples-dev/servicesUpdateSample.js.map +0 -1
  1096. package/dist-esm/src/index.d.ts +0 -5
  1097. package/dist-esm/src/index.d.ts.map +0 -1
  1098. package/dist-esm/src/index.js +0 -13
  1099. package/dist-esm/src/index.js.map +0 -1
  1100. package/dist-esm/src/lroImpl.d.ts +0 -11
  1101. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  1102. package/dist-esm/src/lroImpl.js +0 -21
  1103. package/dist-esm/src/lroImpl.js.map +0 -1
  1104. package/dist-esm/src/models/index.d.ts +0 -2686
  1105. package/dist-esm/src/models/index.d.ts.map +0 -1
  1106. package/dist-esm/src/models/index.js +0 -380
  1107. package/dist-esm/src/models/index.js.map +0 -1
  1108. package/dist-esm/src/models/mappers.d.ts +0 -141
  1109. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  1110. package/dist-esm/src/models/mappers.js +0 -4138
  1111. package/dist-esm/src/models/mappers.js.map +0 -1
  1112. package/dist-esm/src/models/parameters.d.ts +0 -34
  1113. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  1114. package/dist-esm/src/models/parameters.js +0 -250
  1115. package/dist-esm/src/models/parameters.js.map +0 -1
  1116. package/dist-esm/src/operations/applicationTypeVersions.d.ts +0 -102
  1117. package/dist-esm/src/operations/applicationTypeVersions.d.ts.map +0 -1
  1118. package/dist-esm/src/operations/applicationTypeVersions.js +0 -437
  1119. package/dist-esm/src/operations/applicationTypeVersions.js.map +0 -1
  1120. package/dist-esm/src/operations/applicationTypes.d.ts +0 -84
  1121. package/dist-esm/src/operations/applicationTypes.d.ts.map +0 -1
  1122. package/dist-esm/src/operations/applicationTypes.js +0 -350
  1123. package/dist-esm/src/operations/applicationTypes.js.map +0 -1
  1124. package/dist-esm/src/operations/applications.d.ts +0 -149
  1125. package/dist-esm/src/operations/applications.d.ts.map +0 -1
  1126. package/dist-esm/src/operations/applications.js +0 -685
  1127. package/dist-esm/src/operations/applications.js.map +0 -1
  1128. package/dist-esm/src/operations/index.d.ts +0 -16
  1129. package/dist-esm/src/operations/index.d.ts.map +0 -1
  1130. package/dist-esm/src/operations/index.js +0 -23
  1131. package/dist-esm/src/operations/index.js.map +0 -1
  1132. package/dist-esm/src/operations/managedApplyMaintenanceWindow.d.ts +0 -21
  1133. package/dist-esm/src/operations/managedApplyMaintenanceWindow.d.ts.map +0 -1
  1134. package/dist-esm/src/operations/managedApplyMaintenanceWindow.js +0 -52
  1135. package/dist-esm/src/operations/managedApplyMaintenanceWindow.js.map +0 -1
  1136. package/dist-esm/src/operations/managedAzResiliencyStatusOperations.d.ts +0 -21
  1137. package/dist-esm/src/operations/managedAzResiliencyStatusOperations.d.ts.map +0 -1
  1138. package/dist-esm/src/operations/managedAzResiliencyStatusOperations.js +0 -54
  1139. package/dist-esm/src/operations/managedAzResiliencyStatusOperations.js.map +0 -1
  1140. package/dist-esm/src/operations/managedClusterVersion.d.ts +0 -41
  1141. package/dist-esm/src/operations/managedClusterVersion.d.ts.map +0 -1
  1142. package/dist-esm/src/operations/managedClusterVersion.js +0 -163
  1143. package/dist-esm/src/operations/managedClusterVersion.js.map +0 -1
  1144. package/dist-esm/src/operations/managedClusters.d.ts +0 -104
  1145. package/dist-esm/src/operations/managedClusters.d.ts.map +0 -1
  1146. package/dist-esm/src/operations/managedClusters.js +0 -494
  1147. package/dist-esm/src/operations/managedClusters.js.map +0 -1
  1148. package/dist-esm/src/operations/managedMaintenanceWindowStatusOperations.d.ts +0 -20
  1149. package/dist-esm/src/operations/managedMaintenanceWindowStatusOperations.d.ts.map +0 -1
  1150. package/dist-esm/src/operations/managedMaintenanceWindowStatusOperations.js +0 -53
  1151. package/dist-esm/src/operations/managedMaintenanceWindowStatusOperations.js.map +0 -1
  1152. package/dist-esm/src/operations/managedUnsupportedVMSizes.d.ts +0 -42
  1153. package/dist-esm/src/operations/managedUnsupportedVMSizes.d.ts.map +0 -1
  1154. package/dist-esm/src/operations/managedUnsupportedVMSizes.js +0 -175
  1155. package/dist-esm/src/operations/managedUnsupportedVMSizes.js.map +0 -1
  1156. package/dist-esm/src/operations/nodeTypeSkus.d.ts +0 -41
  1157. package/dist-esm/src/operations/nodeTypeSkus.d.ts.map +0 -1
  1158. package/dist-esm/src/operations/nodeTypeSkus.js +0 -155
  1159. package/dist-esm/src/operations/nodeTypeSkus.js.map +0 -1
  1160. package/dist-esm/src/operations/nodeTypes.d.ts +0 -150
  1161. package/dist-esm/src/operations/nodeTypes.d.ts.map +0 -1
  1162. package/dist-esm/src/operations/nodeTypes.js +0 -678
  1163. package/dist-esm/src/operations/nodeTypes.js.map +0 -1
  1164. package/dist-esm/src/operations/operationResults.d.ts +0 -20
  1165. package/dist-esm/src/operations/operationResults.d.ts.map +0 -1
  1166. package/dist-esm/src/operations/operationResults.js +0 -55
  1167. package/dist-esm/src/operations/operationResults.js.map +0 -1
  1168. package/dist-esm/src/operations/operationStatus.d.ts +0 -20
  1169. package/dist-esm/src/operations/operationStatus.d.ts.map +0 -1
  1170. package/dist-esm/src/operations/operationStatus.js +0 -53
  1171. package/dist-esm/src/operations/operationStatus.js.map +0 -1
  1172. package/dist-esm/src/operations/operations.d.ts +0 -32
  1173. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  1174. package/dist-esm/src/operations/operations.js +0 -133
  1175. package/dist-esm/src/operations/operations.js.map +0 -1
  1176. package/dist-esm/src/operations/services.d.ts +0 -108
  1177. package/dist-esm/src/operations/services.d.ts.map +0 -1
  1178. package/dist-esm/src/operations/services.js +0 -437
  1179. package/dist-esm/src/operations/services.js.map +0 -1
  1180. package/dist-esm/src/operationsInterfaces/applicationTypeVersions.d.ts +0 -74
  1181. package/dist-esm/src/operationsInterfaces/applicationTypeVersions.d.ts.map +0 -1
  1182. package/dist-esm/src/operationsInterfaces/applicationTypeVersions.js +0 -9
  1183. package/dist-esm/src/operationsInterfaces/applicationTypeVersions.js.map +0 -1
  1184. package/dist-esm/src/operationsInterfaces/applicationTypes.d.ts +0 -58
  1185. package/dist-esm/src/operationsInterfaces/applicationTypes.d.ts.map +0 -1
  1186. package/dist-esm/src/operationsInterfaces/applicationTypes.js +0 -9
  1187. package/dist-esm/src/operationsInterfaces/applicationTypes.js.map +0 -1
  1188. package/dist-esm/src/operationsInterfaces/applications.d.ts +0 -123
  1189. package/dist-esm/src/operationsInterfaces/applications.d.ts.map +0 -1
  1190. package/dist-esm/src/operationsInterfaces/applications.js +0 -9
  1191. package/dist-esm/src/operationsInterfaces/applications.js.map +0 -1
  1192. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -16
  1193. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  1194. package/dist-esm/src/operationsInterfaces/index.js +0 -23
  1195. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  1196. package/dist-esm/src/operationsInterfaces/managedApplyMaintenanceWindow.d.ts +0 -13
  1197. package/dist-esm/src/operationsInterfaces/managedApplyMaintenanceWindow.d.ts.map +0 -1
  1198. package/dist-esm/src/operationsInterfaces/managedApplyMaintenanceWindow.js +0 -9
  1199. package/dist-esm/src/operationsInterfaces/managedApplyMaintenanceWindow.js.map +0 -1
  1200. package/dist-esm/src/operationsInterfaces/managedAzResiliencyStatusOperations.d.ts +0 -13
  1201. package/dist-esm/src/operationsInterfaces/managedAzResiliencyStatusOperations.d.ts.map +0 -1
  1202. package/dist-esm/src/operationsInterfaces/managedAzResiliencyStatusOperations.js +0 -9
  1203. package/dist-esm/src/operationsInterfaces/managedAzResiliencyStatusOperations.js.map +0 -1
  1204. package/dist-esm/src/operationsInterfaces/managedClusterVersion.d.ts +0 -33
  1205. package/dist-esm/src/operationsInterfaces/managedClusterVersion.d.ts.map +0 -1
  1206. package/dist-esm/src/operationsInterfaces/managedClusterVersion.js +0 -9
  1207. package/dist-esm/src/operationsInterfaces/managedClusterVersion.js.map +0 -1
  1208. package/dist-esm/src/operationsInterfaces/managedClusters.d.ts +0 -66
  1209. package/dist-esm/src/operationsInterfaces/managedClusters.d.ts.map +0 -1
  1210. package/dist-esm/src/operationsInterfaces/managedClusters.js +0 -9
  1211. package/dist-esm/src/operationsInterfaces/managedClusters.js.map +0 -1
  1212. package/dist-esm/src/operationsInterfaces/managedMaintenanceWindowStatusOperations.d.ts +0 -12
  1213. package/dist-esm/src/operationsInterfaces/managedMaintenanceWindowStatusOperations.d.ts.map +0 -1
  1214. package/dist-esm/src/operationsInterfaces/managedMaintenanceWindowStatusOperations.js +0 -9
  1215. package/dist-esm/src/operationsInterfaces/managedMaintenanceWindowStatusOperations.js.map +0 -1
  1216. package/dist-esm/src/operationsInterfaces/managedUnsupportedVMSizes.d.ts +0 -19
  1217. package/dist-esm/src/operationsInterfaces/managedUnsupportedVMSizes.d.ts.map +0 -1
  1218. package/dist-esm/src/operationsInterfaces/managedUnsupportedVMSizes.js +0 -9
  1219. package/dist-esm/src/operationsInterfaces/managedUnsupportedVMSizes.js.map +0 -1
  1220. package/dist-esm/src/operationsInterfaces/nodeTypeSkus.d.ts +0 -14
  1221. package/dist-esm/src/operationsInterfaces/nodeTypeSkus.d.ts.map +0 -1
  1222. package/dist-esm/src/operationsInterfaces/nodeTypeSkus.js +0 -9
  1223. package/dist-esm/src/operationsInterfaces/nodeTypeSkus.js.map +0 -1
  1224. package/dist-esm/src/operationsInterfaces/nodeTypes.d.ts +0 -125
  1225. package/dist-esm/src/operationsInterfaces/nodeTypes.d.ts.map +0 -1
  1226. package/dist-esm/src/operationsInterfaces/nodeTypes.js +0 -9
  1227. package/dist-esm/src/operationsInterfaces/nodeTypes.js.map +0 -1
  1228. package/dist-esm/src/operationsInterfaces/operationResults.d.ts +0 -12
  1229. package/dist-esm/src/operationsInterfaces/operationResults.d.ts.map +0 -1
  1230. package/dist-esm/src/operationsInterfaces/operationResults.js +0 -9
  1231. package/dist-esm/src/operationsInterfaces/operationResults.js.map +0 -1
  1232. package/dist-esm/src/operationsInterfaces/operationStatus.d.ts +0 -12
  1233. package/dist-esm/src/operationsInterfaces/operationStatus.d.ts.map +0 -1
  1234. package/dist-esm/src/operationsInterfaces/operationStatus.js +0 -9
  1235. package/dist-esm/src/operationsInterfaces/operationStatus.js.map +0 -1
  1236. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  1237. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  1238. package/dist-esm/src/operationsInterfaces/operations.js +0 -9
  1239. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  1240. package/dist-esm/src/operationsInterfaces/services.d.ts +0 -80
  1241. package/dist-esm/src/operationsInterfaces/services.d.ts.map +0 -1
  1242. package/dist-esm/src/operationsInterfaces/services.js +0 -9
  1243. package/dist-esm/src/operationsInterfaces/services.js.map +0 -1
  1244. package/dist-esm/src/pagingHelper.d.ts +0 -13
  1245. package/dist-esm/src/pagingHelper.d.ts.map +0 -1
  1246. package/dist-esm/src/pagingHelper.js +0 -32
  1247. package/dist-esm/src/pagingHelper.js.map +0 -1
  1248. package/dist-esm/src/serviceFabricManagedClustersManagementClient.d.ts +0 -34
  1249. package/dist-esm/src/serviceFabricManagedClustersManagementClient.d.ts.map +0 -1
  1250. package/dist-esm/src/serviceFabricManagedClustersManagementClient.js +0 -116
  1251. package/dist-esm/src/serviceFabricManagedClustersManagementClient.js.map +0 -1
  1252. package/dist-esm/test/servicefabricmanagedclusters_operations_test.spec.d.ts +0 -4
  1253. package/dist-esm/test/servicefabricmanagedclusters_operations_test.spec.d.ts.map +0 -1
  1254. package/dist-esm/test/servicefabricmanagedclusters_operations_test.spec.js +0 -74
  1255. package/dist-esm/test/servicefabricmanagedclusters_operations_test.spec.js.map +0 -1
  1256. package/src/index.ts +0 -13
  1257. package/src/lroImpl.ts +0 -42
  1258. package/src/models/index.ts +0 -3042
  1259. package/src/models/mappers.ts +0 -4470
  1260. package/src/models/parameters.ts +0 -302
  1261. package/src/operations/applicationTypeVersions.ts +0 -606
  1262. package/src/operations/applicationTypes.ts +0 -463
  1263. package/src/operations/applications.ts +0 -949
  1264. package/src/operations/index.ts +0 -23
  1265. package/src/operations/managedApplyMaintenanceWindow.ts +0 -69
  1266. package/src/operations/managedAzResiliencyStatusOperations.ts +0 -74
  1267. package/src/operations/managedClusterVersion.ts +0 -212
  1268. package/src/operations/managedClusters.ts +0 -631
  1269. package/src/operations/managedMaintenanceWindowStatusOperations.ts +0 -73
  1270. package/src/operations/managedUnsupportedVMSizes.ts +0 -211
  1271. package/src/operations/nodeTypeSkus.ts +0 -216
  1272. package/src/operations/nodeTypes.ts +0 -929
  1273. package/src/operations/operationResults.ts +0 -73
  1274. package/src/operations/operationStatus.ts +0 -71
  1275. package/src/operations/operations.ts +0 -149
  1276. package/src/operations/services.ts +0 -606
  1277. package/src/operationsInterfaces/applicationTypeVersions.ts +0 -143
  1278. package/src/operationsInterfaces/applicationTypes.ts +0 -109
  1279. package/src/operationsInterfaces/applications.ts +0 -239
  1280. package/src/operationsInterfaces/index.ts +0 -23
  1281. package/src/operationsInterfaces/managedApplyMaintenanceWindow.ts +0 -25
  1282. package/src/operationsInterfaces/managedAzResiliencyStatusOperations.ts +0 -28
  1283. package/src/operationsInterfaces/managedClusterVersion.ts +0 -67
  1284. package/src/operationsInterfaces/managedClusters.ts +0 -124
  1285. package/src/operationsInterfaces/managedMaintenanceWindowStatusOperations.ts +0 -27
  1286. package/src/operationsInterfaces/managedUnsupportedVMSizes.ts +0 -40
  1287. package/src/operationsInterfaces/nodeTypeSkus.ts +0 -31
  1288. package/src/operationsInterfaces/nodeTypes.ts +0 -227
  1289. package/src/operationsInterfaces/operationResults.ts +0 -27
  1290. package/src/operationsInterfaces/operationStatus.ts +0 -27
  1291. package/src/operationsInterfaces/operations.ts +0 -22
  1292. package/src/operationsInterfaces/services.ts +0 -149
  1293. package/src/pagingHelper.ts +0 -39
  1294. package/src/serviceFabricManagedClustersManagementClient.ts +0 -206
  1295. package/tsconfig.json +0 -33
  1296. package/types/arm-servicefabricmanagedclusters.d.ts +0 -3678
  1297. package/types/tsdoc-metadata.json +0 -11
@@ -0,0 +1,2494 @@
1
+ /** Describes the result of the request to list Service Fabric resource provider operations. */
2
+ export interface _OperationListResult {
3
+ /** The OperationResult items on this page */
4
+ value: OperationResult[];
5
+ /** The link to the next page of items */
6
+ nextLink?: string;
7
+ }
8
+ export declare function _operationListResultDeserializer(item: any): _OperationListResult;
9
+ export declare function operationResultArrayDeserializer(result: Array<OperationResult>): any[];
10
+ /** Available operation list result */
11
+ export interface OperationResult {
12
+ /** The name of the operation. */
13
+ name?: string;
14
+ /** Indicates whether the operation is a data action */
15
+ isDataAction?: boolean;
16
+ /** The object that represents the operation. */
17
+ display?: AvailableOperationDisplay;
18
+ /** Origin result */
19
+ origin?: string;
20
+ /** The URL to use for getting the next set of results. */
21
+ nextLink?: string;
22
+ }
23
+ export declare function operationResultDeserializer(item: any): OperationResult;
24
+ /** Operation supported by the Service Fabric resource provider */
25
+ export interface AvailableOperationDisplay {
26
+ /** The name of the provider. */
27
+ provider?: string;
28
+ /** The resource on which the operation is performed */
29
+ resource?: string;
30
+ /** The operation that can be performed. */
31
+ operation?: string;
32
+ /** Operation description */
33
+ description?: string;
34
+ }
35
+ export declare function availableOperationDisplayDeserializer(item: any): AvailableOperationDisplay;
36
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
37
+ export interface ErrorResponse {
38
+ /** The error object. */
39
+ error?: ErrorDetail;
40
+ }
41
+ export declare function errorResponseDeserializer(item: any): ErrorResponse;
42
+ /** The error detail. */
43
+ export interface ErrorDetail {
44
+ /** The error code. */
45
+ readonly code?: string;
46
+ /** The error message. */
47
+ readonly message?: string;
48
+ /** The error target. */
49
+ readonly target?: string;
50
+ /** The error details. */
51
+ readonly details?: ErrorDetail[];
52
+ /** The error additional info. */
53
+ readonly additionalInfo?: ErrorAdditionalInfo[];
54
+ }
55
+ export declare function errorDetailDeserializer(item: any): ErrorDetail;
56
+ export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
57
+ export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
58
+ /** The resource management error additional info. */
59
+ export interface ErrorAdditionalInfo {
60
+ /** The additional info type. */
61
+ readonly type?: string;
62
+ /** The additional info. */
63
+ readonly info?: any;
64
+ }
65
+ export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
66
+ /** The application resource. */
67
+ export interface ApplicationResource extends ProxyResource {
68
+ /** The application resource properties. */
69
+ properties?: ApplicationResourceProperties;
70
+ /** Resource tags. */
71
+ tags?: Record<string, string>;
72
+ /** Describes the managed identities for an Azure resource. */
73
+ identity?: ManagedIdentity;
74
+ /** The geo-location where the resource lives */
75
+ location?: string;
76
+ }
77
+ export declare function applicationResourceSerializer(item: ApplicationResource): any;
78
+ export declare function applicationResourceDeserializer(item: any): ApplicationResource;
79
+ /** The application resource properties. */
80
+ export interface ApplicationResourceProperties {
81
+ /** List of user assigned identities for the application, each mapped to a friendly name. */
82
+ managedIdentities?: ApplicationUserAssignedIdentity[];
83
+ /** The current deployment or provisioning state, which only appears in the response */
84
+ readonly provisioningState?: string;
85
+ /**
86
+ * The version of the application type as defined in the application manifest.
87
+ * This name must be the full Arm Resource ID for the referenced application type version.
88
+ */
89
+ version?: string;
90
+ /** List of application parameters with overridden values from their default values specified in the application manifest. */
91
+ parameters?: Record<string, string>;
92
+ /** Describes the policy for a monitored application upgrade. */
93
+ upgradePolicy?: ApplicationUpgradePolicy;
94
+ }
95
+ export declare function applicationResourcePropertiesSerializer(item: ApplicationResourceProperties): any;
96
+ export declare function applicationResourcePropertiesDeserializer(item: any): ApplicationResourceProperties;
97
+ export declare function applicationUserAssignedIdentityArraySerializer(result: Array<ApplicationUserAssignedIdentity>): any[];
98
+ export declare function applicationUserAssignedIdentityArrayDeserializer(result: Array<ApplicationUserAssignedIdentity>): any[];
99
+ /** User assigned identity for the application. */
100
+ export interface ApplicationUserAssignedIdentity {
101
+ /** The friendly name of user assigned identity. */
102
+ name: string;
103
+ /** The principal id of user assigned identity. */
104
+ principalId: string;
105
+ }
106
+ export declare function applicationUserAssignedIdentitySerializer(item: ApplicationUserAssignedIdentity): any;
107
+ export declare function applicationUserAssignedIdentityDeserializer(item: any): ApplicationUserAssignedIdentity;
108
+ /** Describes the policy for a monitored application upgrade. */
109
+ export interface ApplicationUpgradePolicy {
110
+ /** Defines a health policy used to evaluate the health of an application or one of its children entities. */
111
+ applicationHealthPolicy?: ApplicationHealthPolicy;
112
+ /** If true, then processes are forcefully restarted during upgrade even when the code version has not changed (the upgrade only changes configuration or data). */
113
+ forceRestart?: boolean;
114
+ /** The policy used for monitoring the application upgrade */
115
+ rollingUpgradeMonitoringPolicy?: RollingUpgradeMonitoringPolicy;
116
+ /** Duration in seconds, to wait before a stateless instance is closed, to allow the active requests to drain gracefully. This would be effective when the instance is closing during the application/cluster upgrade, only for those instances which have a non-zero delay duration configured in the service description. */
117
+ instanceCloseDelayDuration?: number;
118
+ /** The mode used to monitor health during a rolling upgrade. The values are Monitored, and UnmonitoredAuto. */
119
+ upgradeMode?: RollingUpgradeMode;
120
+ /** The maximum amount of time to block processing of an upgrade domain and prevent loss of availability when there are unexpected issues. When this timeout expires, processing of the upgrade domain will proceed regardless of availability loss issues. The timeout is reset at the start of each upgrade domain. Valid values are between 0 and 42949672925 inclusive. (unsigned 32-bit integer). Unit is in seconds. */
121
+ upgradeReplicaSetCheckTimeout?: number;
122
+ /** Determines whether the application should be recreated on update. If value=true, the rest of the upgrade policy parameters are not allowed. */
123
+ recreateApplication?: boolean;
124
+ }
125
+ export declare function applicationUpgradePolicySerializer(item: ApplicationUpgradePolicy): any;
126
+ export declare function applicationUpgradePolicyDeserializer(item: any): ApplicationUpgradePolicy;
127
+ /** Defines a health policy used to evaluate the health of an application or one of its children entities. */
128
+ export interface ApplicationHealthPolicy {
129
+ /** Indicates whether warnings are treated with the same severity as errors. */
130
+ considerWarningAsError: boolean;
131
+ /**
132
+ * The maximum allowed percentage of unhealthy deployed applications. Allowed values are Byte values from zero to 100.
133
+ * The percentage represents the maximum tolerated percentage of deployed applications that can be unhealthy before the application is considered in error.
134
+ * This is calculated by dividing the number of unhealthy deployed applications over the number of nodes where the application is currently deployed on in the cluster.
135
+ * The computation rounds up to tolerate one failure on small numbers of nodes. Default percentage is zero.
136
+ */
137
+ maxPercentUnhealthyDeployedApplications: number;
138
+ /** The health policy used by default to evaluate the health of a service type. */
139
+ defaultServiceTypeHealthPolicy?: ServiceTypeHealthPolicy;
140
+ /** The map with service type health policy per service type name. The map is empty by default. */
141
+ serviceTypeHealthPolicyMap?: Record<string, ServiceTypeHealthPolicy>;
142
+ }
143
+ export declare function applicationHealthPolicySerializer(item: ApplicationHealthPolicy): any;
144
+ export declare function applicationHealthPolicyDeserializer(item: any): ApplicationHealthPolicy;
145
+ /** Represents the health policy used to evaluate the health of services belonging to a service type. */
146
+ export interface ServiceTypeHealthPolicy {
147
+ /**
148
+ * The maximum allowed percentage of unhealthy services.
149
+ *
150
+ * The percentage represents the maximum tolerated percentage of services that can be unhealthy before the application is considered in error.
151
+ * If the percentage is respected but there is at least one unhealthy service, the health is evaluated as Warning.
152
+ * This is calculated by dividing the number of unhealthy services of the specific service type over the total number of services of the specific service type.
153
+ * The computation rounds up to tolerate one failure on small numbers of services.
154
+ */
155
+ maxPercentUnhealthyServices: number;
156
+ /**
157
+ * The maximum allowed percentage of unhealthy partitions per service.
158
+ *
159
+ * The percentage represents the maximum tolerated percentage of partitions that can be unhealthy before the service is considered in error.
160
+ * If the percentage is respected but there is at least one unhealthy partition, the health is evaluated as Warning.
161
+ * The percentage is calculated by dividing the number of unhealthy partitions over the total number of partitions in the service.
162
+ * The computation rounds up to tolerate one failure on small numbers of partitions.
163
+ */
164
+ maxPercentUnhealthyPartitionsPerService: number;
165
+ /**
166
+ * The maximum allowed percentage of unhealthy replicas per partition.
167
+ *
168
+ * The percentage represents the maximum tolerated percentage of replicas that can be unhealthy before the partition is considered in error.
169
+ * If the percentage is respected but there is at least one unhealthy replica, the health is evaluated as Warning.
170
+ * The percentage is calculated by dividing the number of unhealthy replicas over the total number of replicas in the partition.
171
+ * The computation rounds up to tolerate one failure on small numbers of replicas.
172
+ */
173
+ maxPercentUnhealthyReplicasPerPartition: number;
174
+ }
175
+ export declare function serviceTypeHealthPolicySerializer(item: ServiceTypeHealthPolicy): any;
176
+ export declare function serviceTypeHealthPolicyDeserializer(item: any): ServiceTypeHealthPolicy;
177
+ export declare function serviceTypeHealthPolicyRecordSerializer(item: Record<string, ServiceTypeHealthPolicy>): Record<string, any>;
178
+ export declare function serviceTypeHealthPolicyRecordDeserializer(item: Record<string, any>): Record<string, ServiceTypeHealthPolicy>;
179
+ /** The policy used for monitoring the application upgrade */
180
+ export interface RollingUpgradeMonitoringPolicy {
181
+ /** The compensating action to perform when a Monitored upgrade encounters monitoring policy or health policy violations. Invalid indicates the failure action is invalid. Rollback specifies that the upgrade will start rolling back automatically. Manual indicates that the upgrade will switch to UnmonitoredManual upgrade mode. */
182
+ failureAction: FailureAction;
183
+ /** The amount of time to wait after completing an upgrade domain before applying health policies. It is interpreted as a string representing an ISO 8601 duration with following format "hh:mm:ss.fff". */
184
+ healthCheckWaitDuration: string;
185
+ /** The amount of time that the application or cluster must remain healthy before the upgrade proceeds to the next upgrade domain. It is interpreted as a string representing an ISO 8601 duration with following format "hh:mm:ss.fff". */
186
+ healthCheckStableDuration: string;
187
+ /** The amount of time to retry health evaluation when the application or cluster is unhealthy before FailureAction is executed. It is interpreted as a string representing an ISO 8601 duration with following format "hh:mm:ss.fff". */
188
+ healthCheckRetryTimeout: string;
189
+ /** The amount of time the overall upgrade has to complete before FailureAction is executed. Cannot be larger than 12 hours. It is interpreted as a string representing an ISO 8601 duration with following format "hh:mm:ss.fff". */
190
+ upgradeTimeout: string;
191
+ /** The amount of time each upgrade domain has to complete before FailureAction is executed. Cannot be larger than 12 hours. It is interpreted as a string representing an ISO 8601 duration with following format "hh:mm:ss.fff". */
192
+ upgradeDomainTimeout: string;
193
+ }
194
+ export declare function rollingUpgradeMonitoringPolicySerializer(item: RollingUpgradeMonitoringPolicy): any;
195
+ export declare function rollingUpgradeMonitoringPolicyDeserializer(item: any): RollingUpgradeMonitoringPolicy;
196
+ /** The compensating action to perform when a Monitored upgrade encounters monitoring policy or health policy violations. Invalid indicates the failure action is invalid. Rollback specifies that the upgrade will start rolling back automatically. Manual indicates that the upgrade will switch to UnmonitoredManual upgrade mode. */
197
+ export declare enum KnownFailureAction {
198
+ /** Indicates that a rollback of the upgrade will be performed by Service Fabric if the upgrade fails. */
199
+ Rollback = "Rollback",
200
+ /** Indicates that a manual repair will need to be performed by the administrator if the upgrade fails. Service Fabric will not proceed to the next upgrade domain automatically. */
201
+ Manual = "Manual"
202
+ }
203
+ /**
204
+ * The compensating action to perform when a Monitored upgrade encounters monitoring policy or health policy violations. Invalid indicates the failure action is invalid. Rollback specifies that the upgrade will start rolling back automatically. Manual indicates that the upgrade will switch to UnmonitoredManual upgrade mode. \
205
+ * {@link KnownFailureAction} can be used interchangeably with FailureAction,
206
+ * this enum contains the known values that the service supports.
207
+ * ### Known values supported by the service
208
+ * **Rollback**: Indicates that a rollback of the upgrade will be performed by Service Fabric if the upgrade fails. \
209
+ * **Manual**: Indicates that a manual repair will need to be performed by the administrator if the upgrade fails. Service Fabric will not proceed to the next upgrade domain automatically.
210
+ */
211
+ export type FailureAction = string;
212
+ /** The mode used to monitor health during a rolling upgrade. The values are Monitored, and UnmonitoredAuto. */
213
+ export declare enum KnownRollingUpgradeMode {
214
+ /** The upgrade will stop after completing each upgrade domain and automatically monitor health before proceeding. The value is 0. */
215
+ Monitored = "Monitored",
216
+ /** The upgrade will proceed automatically without performing any health monitoring. The value is 1. */
217
+ UnmonitoredAuto = "UnmonitoredAuto"
218
+ }
219
+ /**
220
+ * The mode used to monitor health during a rolling upgrade. The values are Monitored, and UnmonitoredAuto. \
221
+ * {@link KnownRollingUpgradeMode} can be used interchangeably with RollingUpgradeMode,
222
+ * this enum contains the known values that the service supports.
223
+ * ### Known values supported by the service
224
+ * **Monitored**: The upgrade will stop after completing each upgrade domain and automatically monitor health before proceeding. The value is 0. \
225
+ * **UnmonitoredAuto**: The upgrade will proceed automatically without performing any health monitoring. The value is 1.
226
+ */
227
+ export type RollingUpgradeMode = string;
228
+ /** Describes the managed identities for an Azure resource. */
229
+ export interface ManagedIdentity {
230
+ /** The principal id of the managed identity. This property will only be provided for a system assigned identity. */
231
+ readonly principalId?: string;
232
+ /** The tenant id of the managed identity. This property will only be provided for a system assigned identity. */
233
+ readonly tenantId?: string;
234
+ /** The type of managed identity for the resource. */
235
+ type?: ManagedIdentityType;
236
+ /**
237
+ * The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form:
238
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
239
+ */
240
+ userAssignedIdentities?: Record<string, UserAssignedIdentity>;
241
+ }
242
+ export declare function managedIdentitySerializer(item: ManagedIdentity): any;
243
+ export declare function managedIdentityDeserializer(item: any): ManagedIdentity;
244
+ /** The type of managed identity for the resource. */
245
+ export type ManagedIdentityType = "None" | "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned";
246
+ export declare function userAssignedIdentityRecordSerializer(item: Record<string, UserAssignedIdentity>): Record<string, any>;
247
+ export declare function userAssignedIdentityRecordDeserializer(item: Record<string, any>): Record<string, UserAssignedIdentity>;
248
+ /** User assigned identity. */
249
+ export interface UserAssignedIdentity {
250
+ /** The principal id of user assigned identity. */
251
+ readonly principalId?: string;
252
+ /** The client id of user assigned identity. */
253
+ readonly clientId?: string;
254
+ }
255
+ export declare function userAssignedIdentitySerializer(item: UserAssignedIdentity): any;
256
+ export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
257
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
258
+ export interface ProxyResource extends Resource {
259
+ }
260
+ export declare function proxyResourceSerializer(item: ProxyResource): any;
261
+ export declare function proxyResourceDeserializer(item: any): ProxyResource;
262
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
263
+ export interface Resource {
264
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
265
+ readonly id?: string;
266
+ /** The name of the resource */
267
+ readonly name?: string;
268
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
269
+ readonly type?: string;
270
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
271
+ readonly systemData?: SystemData;
272
+ }
273
+ export declare function resourceSerializer(item: Resource): any;
274
+ export declare function resourceDeserializer(item: any): Resource;
275
+ /** Metadata pertaining to creation and last modification of the resource. */
276
+ export interface SystemData {
277
+ /** The identity that created the resource. */
278
+ createdBy?: string;
279
+ /** The type of identity that created the resource. */
280
+ createdByType?: CreatedByType;
281
+ /** The timestamp of resource creation (UTC). */
282
+ createdAt?: Date;
283
+ /** The identity that last modified the resource. */
284
+ lastModifiedBy?: string;
285
+ /** The type of identity that last modified the resource. */
286
+ lastModifiedByType?: CreatedByType;
287
+ /** The timestamp of resource last modification (UTC) */
288
+ lastModifiedAt?: Date;
289
+ }
290
+ export declare function systemDataDeserializer(item: any): SystemData;
291
+ /** The kind of entity that created the resource. */
292
+ export declare enum KnownCreatedByType {
293
+ /** The entity was created by a user. */
294
+ User = "User",
295
+ /** The entity was created by an application. */
296
+ Application = "Application",
297
+ /** The entity was created by a managed identity. */
298
+ ManagedIdentity = "ManagedIdentity",
299
+ /** The entity was created by a key. */
300
+ Key = "Key"
301
+ }
302
+ /**
303
+ * The kind of entity that created the resource. \
304
+ * {@link KnowncreatedByType} can be used interchangeably with createdByType,
305
+ * this enum contains the known values that the service supports.
306
+ * ### Known values supported by the service
307
+ * **User**: The entity was created by a user. \
308
+ * **Application**: The entity was created by an application. \
309
+ * **ManagedIdentity**: The entity was created by a managed identity. \
310
+ * **Key**: The entity was created by a key.
311
+ */
312
+ export type CreatedByType = string;
313
+ /** Application update request. */
314
+ export interface ApplicationUpdateParameters {
315
+ /** Application update parameters */
316
+ tags?: Record<string, string>;
317
+ }
318
+ export declare function applicationUpdateParametersSerializer(item: ApplicationUpdateParameters): any;
319
+ /** The list of application resources. */
320
+ export interface _ApplicationResourceList {
321
+ /** The ApplicationResource items on this page */
322
+ value: ApplicationResource[];
323
+ /** The link to the next page of items */
324
+ nextLink?: string;
325
+ }
326
+ export declare function _applicationResourceListDeserializer(item: any): _ApplicationResourceList;
327
+ export declare function applicationResourceArraySerializer(result: Array<ApplicationResource>): any[];
328
+ export declare function applicationResourceArrayDeserializer(result: Array<ApplicationResource>): any[];
329
+ /** Parameters for Resume Upgrade action. The upgrade domain name must be specified. */
330
+ export interface RuntimeResumeApplicationUpgradeParameters {
331
+ /** The upgrade domain name. Expected to be the next upgrade domain if the application is upgrading. */
332
+ upgradeDomainName?: string;
333
+ }
334
+ export declare function runtimeResumeApplicationUpgradeParametersSerializer(item: RuntimeResumeApplicationUpgradeParameters): any;
335
+ /** The application type name resource */
336
+ export interface ApplicationTypeResource extends ProxyResource {
337
+ /** The application type name properties */
338
+ properties?: ApplicationTypeResourceProperties;
339
+ /** Resource tags. */
340
+ tags?: Record<string, string>;
341
+ /** The geo-location where the resource lives */
342
+ location?: string;
343
+ }
344
+ export declare function applicationTypeResourceSerializer(item: ApplicationTypeResource): any;
345
+ export declare function applicationTypeResourceDeserializer(item: any): ApplicationTypeResource;
346
+ /** The application type name properties */
347
+ export interface ApplicationTypeResourceProperties {
348
+ /** The current deployment or provisioning state, which only appears in the response. */
349
+ readonly provisioningState?: string;
350
+ }
351
+ export declare function applicationTypeResourcePropertiesSerializer(item: ApplicationTypeResourceProperties): any;
352
+ export declare function applicationTypeResourcePropertiesDeserializer(item: any): ApplicationTypeResourceProperties;
353
+ /** Application type update request */
354
+ export interface ApplicationTypeUpdateParameters {
355
+ /** Application type update parameters */
356
+ tags?: Record<string, string>;
357
+ }
358
+ export declare function applicationTypeUpdateParametersSerializer(item: ApplicationTypeUpdateParameters): any;
359
+ /** The list of application type names. */
360
+ export interface _ApplicationTypeResourceList {
361
+ /** The ApplicationTypeResource items on this page */
362
+ value: ApplicationTypeResource[];
363
+ /** The link to the next page of items */
364
+ nextLink?: string;
365
+ }
366
+ export declare function _applicationTypeResourceListDeserializer(item: any): _ApplicationTypeResourceList;
367
+ export declare function applicationTypeResourceArraySerializer(result: Array<ApplicationTypeResource>): any[];
368
+ export declare function applicationTypeResourceArrayDeserializer(result: Array<ApplicationTypeResource>): any[];
369
+ /** An application type version resource for the specified application type name resource. */
370
+ export interface ApplicationTypeVersionResource extends ProxyResource {
371
+ /** The properties of the application type version resource. */
372
+ properties?: ApplicationTypeVersionResourceProperties;
373
+ /** Resource tags. */
374
+ tags?: Record<string, string>;
375
+ /** The geo-location where the resource lives */
376
+ location?: string;
377
+ }
378
+ export declare function applicationTypeVersionResourceSerializer(item: ApplicationTypeVersionResource): any;
379
+ export declare function applicationTypeVersionResourceDeserializer(item: any): ApplicationTypeVersionResource;
380
+ /** The properties of the application type version resource. */
381
+ export interface ApplicationTypeVersionResourceProperties {
382
+ /** The current deployment or provisioning state, which only appears in the response */
383
+ readonly provisioningState?: string;
384
+ /** The URL to the application package */
385
+ appPackageUrl: string;
386
+ }
387
+ export declare function applicationTypeVersionResourcePropertiesSerializer(item: ApplicationTypeVersionResourceProperties): any;
388
+ export declare function applicationTypeVersionResourcePropertiesDeserializer(item: any): ApplicationTypeVersionResourceProperties;
389
+ /** Application type version update request */
390
+ export interface ApplicationTypeVersionUpdateParameters {
391
+ /** Application type version update parameters */
392
+ tags?: Record<string, string>;
393
+ }
394
+ export declare function applicationTypeVersionUpdateParametersSerializer(item: ApplicationTypeVersionUpdateParameters): any;
395
+ /** The list of application type version resources for the specified application type name resource. */
396
+ export interface _ApplicationTypeVersionResourceList {
397
+ /** The ApplicationTypeVersionResource items on this page */
398
+ value: ApplicationTypeVersionResource[];
399
+ /** The link to the next page of items */
400
+ nextLink?: string;
401
+ }
402
+ export declare function _applicationTypeVersionResourceListDeserializer(item: any): _ApplicationTypeVersionResourceList;
403
+ export declare function applicationTypeVersionResourceArraySerializer(result: Array<ApplicationTypeVersionResource>): any[];
404
+ export declare function applicationTypeVersionResourceArrayDeserializer(result: Array<ApplicationTypeVersionResource>): any[];
405
+ /** The service resource. */
406
+ export interface ServiceResource extends ProxyResource {
407
+ /** The service resource properties. */
408
+ properties?: ServiceResourcePropertiesUnion;
409
+ /** Resource tags. */
410
+ tags?: Record<string, string>;
411
+ /** The geo-location where the resource lives */
412
+ location?: string;
413
+ }
414
+ export declare function serviceResourceSerializer(item: ServiceResource): any;
415
+ export declare function serviceResourceDeserializer(item: any): ServiceResource;
416
+ /** The service resource properties. */
417
+ export interface ServiceResourceProperties extends ServiceResourcePropertiesBase {
418
+ /** The current deployment or provisioning state, which only appears in the response */
419
+ readonly provisioningState?: string;
420
+ /** The kind of service (Stateless or Stateful). */
421
+ /** The discriminator possible values: Stateful, Stateless */
422
+ serviceKind: ServiceKind;
423
+ /** The name of the service type */
424
+ serviceTypeName: string;
425
+ /** Describes how the service is partitioned. */
426
+ partitionDescription: PartitionUnion;
427
+ /** The activation Mode of the service package */
428
+ servicePackageActivationMode?: ServicePackageActivationMode;
429
+ /**
430
+ * Dns name used for the service. If this is specified, then the DNS name can be used to return the IP addresses of service endpoints for application layer protocols (e.g., HTTP).
431
+ * When updating serviceDnsName, old name may be temporarily resolvable. However, rely on new name.
432
+ * When removing serviceDnsName, removed name may temporarily be resolvable. Do not rely on the name being unresolvable.
433
+ */
434
+ serviceDnsName?: string;
435
+ }
436
+ export declare function serviceResourcePropertiesSerializer(item: ServiceResourceProperties): any;
437
+ export declare function serviceResourcePropertiesDeserializer(item: any): ServiceResourceProperties;
438
+ /** Alias for ServiceResourcePropertiesUnion */
439
+ export type ServiceResourcePropertiesUnion = StatefulServiceProperties | StatelessServiceProperties | ServiceResourceProperties;
440
+ export declare function serviceResourcePropertiesUnionSerializer(item: ServiceResourcePropertiesUnion): any;
441
+ export declare function serviceResourcePropertiesUnionDeserializer(item: any): ServiceResourcePropertiesUnion;
442
+ /** The kind of service (Stateless or Stateful). */
443
+ export declare enum KnownServiceKind {
444
+ /** Does not use Service Fabric to make its state highly available or reliable. The value is 0. */
445
+ Stateless = "Stateless",
446
+ /** Uses Service Fabric to make its state or part of its state highly available and reliable. The value is 1. */
447
+ Stateful = "Stateful"
448
+ }
449
+ /**
450
+ * The kind of service (Stateless or Stateful). \
451
+ * {@link KnownServiceKind} can be used interchangeably with ServiceKind,
452
+ * this enum contains the known values that the service supports.
453
+ * ### Known values supported by the service
454
+ * **Stateless**: Does not use Service Fabric to make its state highly available or reliable. The value is 0. \
455
+ * **Stateful**: Uses Service Fabric to make its state or part of its state highly available and reliable. The value is 1.
456
+ */
457
+ export type ServiceKind = string;
458
+ /** Describes how the service is partitioned. */
459
+ export interface Partition {
460
+ partitionScheme: PartitionScheme;
461
+ }
462
+ export declare function partitionSerializer(item: Partition): any;
463
+ export declare function partitionDeserializer(item: any): Partition;
464
+ /** Alias for PartitionUnion */
465
+ export type PartitionUnion = UniformInt64RangePartitionScheme | SingletonPartitionScheme | NamedPartitionScheme | Partition;
466
+ export declare function partitionUnionSerializer(item: PartitionUnion): any;
467
+ export declare function partitionUnionDeserializer(item: any): PartitionUnion;
468
+ /** Enumerates the ways that a service can be partitioned. */
469
+ export declare enum KnownPartitionScheme {
470
+ /** Indicates that the partition is based on string names, and is a SingletonPartitionScheme object, The value is 0. */
471
+ Singleton = "Singleton",
472
+ /** Indicates that the partition is based on Int64 key ranges, and is a UniformInt64RangePartitionScheme object. The value is 1. */
473
+ UniformInt64Range = "UniformInt64Range",
474
+ /** Indicates that the partition is based on string names, and is a NamedPartitionScheme object. The value is 2. */
475
+ Named = "Named"
476
+ }
477
+ /**
478
+ * Enumerates the ways that a service can be partitioned. \
479
+ * {@link KnownPartitionScheme} can be used interchangeably with PartitionScheme,
480
+ * this enum contains the known values that the service supports.
481
+ * ### Known values supported by the service
482
+ * **Singleton**: Indicates that the partition is based on string names, and is a SingletonPartitionScheme object, The value is 0. \
483
+ * **UniformInt64Range**: Indicates that the partition is based on Int64 key ranges, and is a UniformInt64RangePartitionScheme object. The value is 1. \
484
+ * **Named**: Indicates that the partition is based on string names, and is a NamedPartitionScheme object. The value is 2.
485
+ */
486
+ export type PartitionScheme = string;
487
+ /** Describes a partitioning scheme where an integer range is allocated evenly across a number of partitions. */
488
+ export interface UniformInt64RangePartitionScheme extends Partition {
489
+ /** The number of partitions. */
490
+ count: number;
491
+ /**
492
+ * The lower bound of the partition key range that
493
+ * should be split between the partition ‘Count’
494
+ */
495
+ lowKey: number;
496
+ /**
497
+ * The upper bound of the partition key range that
498
+ * should be split between the partition ‘Count’
499
+ */
500
+ highKey: number;
501
+ /** Specifies how the service is partitioned. */
502
+ partitionScheme: "UniformInt64Range";
503
+ }
504
+ export declare function uniformInt64RangePartitionSchemeSerializer(item: UniformInt64RangePartitionScheme): any;
505
+ export declare function uniformInt64RangePartitionSchemeDeserializer(item: any): UniformInt64RangePartitionScheme;
506
+ /** Describes the partition scheme of a singleton-partitioned, or non-partitioned service. */
507
+ export interface SingletonPartitionScheme extends Partition {
508
+ /** Specifies how the service is partitioned. */
509
+ partitionScheme: "Singleton";
510
+ }
511
+ export declare function singletonPartitionSchemeSerializer(item: SingletonPartitionScheme): any;
512
+ export declare function singletonPartitionSchemeDeserializer(item: any): SingletonPartitionScheme;
513
+ /** Describes the named partition scheme of the service. */
514
+ export interface NamedPartitionScheme extends Partition {
515
+ /** Array for the names of the partitions. */
516
+ names: string[];
517
+ /** Specifies how the service is partitioned. */
518
+ partitionScheme: "Named";
519
+ }
520
+ export declare function namedPartitionSchemeSerializer(item: NamedPartitionScheme): any;
521
+ export declare function namedPartitionSchemeDeserializer(item: any): NamedPartitionScheme;
522
+ /** The activation Mode of the service package */
523
+ export declare enum KnownServicePackageActivationMode {
524
+ /** Indicates the application package activation mode will use shared process. */
525
+ SharedProcess = "SharedProcess",
526
+ /** Indicates the application package activation mode will use exclusive process. */
527
+ ExclusiveProcess = "ExclusiveProcess"
528
+ }
529
+ /**
530
+ * The activation Mode of the service package \
531
+ * {@link KnownServicePackageActivationMode} can be used interchangeably with ServicePackageActivationMode,
532
+ * this enum contains the known values that the service supports.
533
+ * ### Known values supported by the service
534
+ * **SharedProcess**: Indicates the application package activation mode will use shared process. \
535
+ * **ExclusiveProcess**: Indicates the application package activation mode will use exclusive process.
536
+ */
537
+ export type ServicePackageActivationMode = string;
538
+ /** The properties of a stateful service resource. */
539
+ export interface StatefulServiceProperties extends ServiceResourceProperties {
540
+ /** A flag indicating whether this is a persistent service which stores states on the local disk. If it is then the value of this property is true, if not it is false. */
541
+ hasPersistedState?: boolean;
542
+ /** The target replica set size as a number. */
543
+ targetReplicaSetSize?: number;
544
+ /** The minimum replica set size as a number. */
545
+ minReplicaSetSize?: number;
546
+ /** The duration between when a replica goes down and when a new replica is created, represented in ISO 8601 format "hh:mm:ss". */
547
+ replicaRestartWaitDuration?: string;
548
+ /** The maximum duration for which a partition is allowed to be in a state of quorum loss, represented in ISO 8601 format "hh:mm:ss". */
549
+ quorumLossWaitDuration?: string;
550
+ /** The definition on how long StandBy replicas should be maintained before being removed, represented in ISO 8601 format "hh:mm:ss". */
551
+ standByReplicaKeepDuration?: string;
552
+ /** The duration for which replicas can stay InBuild before reporting that build is stuck, represented in ISO 8601 format "hh:mm:ss". */
553
+ servicePlacementTimeLimit?: string;
554
+ /** The kind of service (Stateless or Stateful). */
555
+ serviceKind: "Stateful";
556
+ }
557
+ export declare function statefulServicePropertiesSerializer(item: StatefulServiceProperties): any;
558
+ export declare function statefulServicePropertiesDeserializer(item: any): StatefulServiceProperties;
559
+ /** The properties of a stateless service resource. */
560
+ export interface StatelessServiceProperties extends ServiceResourceProperties {
561
+ /** The instance count. */
562
+ instanceCount: number;
563
+ /** MinInstanceCount is the minimum number of instances that must be up to meet the EnsureAvailability safety check during operations like upgrade or deactivate node. The actual number that is used is max( MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) ). Note, if InstanceCount is set to -1, during MinInstanceCount computation -1 is first converted into the number of nodes on which the instances are allowed to be placed according to the placement constraints on the service. */
564
+ minInstanceCount?: number;
565
+ /** MinInstancePercentage is the minimum percentage of InstanceCount that must be up to meet the EnsureAvailability safety check during operations like upgrade or deactivate node. The actual number that is used is max( MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) ). Note, if InstanceCount is set to -1, during MinInstancePercentage computation, -1 is first converted into the number of nodes on which the instances are allowed to be placed according to the placement constraints on the service. */
566
+ minInstancePercentage?: number;
567
+ /** The kind of service (Stateless or Stateful). */
568
+ serviceKind: "Stateless";
569
+ }
570
+ export declare function statelessServicePropertiesSerializer(item: StatelessServiceProperties): any;
571
+ export declare function statelessServicePropertiesDeserializer(item: any): StatelessServiceProperties;
572
+ /** The common service resource properties. */
573
+ export interface ServiceResourcePropertiesBase {
574
+ /** The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)". */
575
+ placementConstraints?: string;
576
+ /** A list that describes the correlation of the service with other services. */
577
+ correlationScheme?: ServiceCorrelation[];
578
+ /** The service load metrics is given as an array of ServiceLoadMetric objects. */
579
+ serviceLoadMetrics?: ServiceLoadMetric[];
580
+ /** A list that describes the correlation of the service with other services. */
581
+ servicePlacementPolicies?: ServicePlacementPolicyUnion[];
582
+ /** Specifies the move cost for the service. */
583
+ defaultMoveCost?: MoveCost;
584
+ /** Scaling policies for this service. */
585
+ scalingPolicies?: ScalingPolicy[];
586
+ }
587
+ export declare function serviceResourcePropertiesBaseSerializer(item: ServiceResourcePropertiesBase): any;
588
+ export declare function serviceResourcePropertiesBaseDeserializer(item: any): ServiceResourcePropertiesBase;
589
+ export declare function serviceCorrelationArraySerializer(result: Array<ServiceCorrelation>): any[];
590
+ export declare function serviceCorrelationArrayDeserializer(result: Array<ServiceCorrelation>): any[];
591
+ /** Creates a particular correlation between services. */
592
+ export interface ServiceCorrelation {
593
+ /** The ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName. */
594
+ scheme: ServiceCorrelationScheme;
595
+ /** The Arm Resource ID of the service that the correlation relationship is established with. */
596
+ serviceName: string;
597
+ }
598
+ export declare function serviceCorrelationSerializer(item: ServiceCorrelation): any;
599
+ export declare function serviceCorrelationDeserializer(item: any): ServiceCorrelation;
600
+ /** The service correlation scheme. */
601
+ export declare enum KnownServiceCorrelationScheme {
602
+ /** Aligned affinity ensures that the primaries of the partitions of the affinitized services are collocated on the same nodes. This is the default and is the same as selecting the Affinity scheme. The value is 0. */
603
+ AlignedAffinity = "AlignedAffinity",
604
+ /** Non-Aligned affinity guarantees that all replicas of each service will be placed on the same nodes. Unlike Aligned Affinity, this does not guarantee that replicas of particular role will be collocated. The value is 1. */
605
+ NonAlignedAffinity = "NonAlignedAffinity"
606
+ }
607
+ /**
608
+ * The service correlation scheme. \
609
+ * {@link KnownServiceCorrelationScheme} can be used interchangeably with ServiceCorrelationScheme,
610
+ * this enum contains the known values that the service supports.
611
+ * ### Known values supported by the service
612
+ * **AlignedAffinity**: Aligned affinity ensures that the primaries of the partitions of the affinitized services are collocated on the same nodes. This is the default and is the same as selecting the Affinity scheme. The value is 0. \
613
+ * **NonAlignedAffinity**: Non-Aligned affinity guarantees that all replicas of each service will be placed on the same nodes. Unlike Aligned Affinity, this does not guarantee that replicas of particular role will be collocated. The value is 1.
614
+ */
615
+ export type ServiceCorrelationScheme = string;
616
+ export declare function serviceLoadMetricArraySerializer(result: Array<ServiceLoadMetric>): any[];
617
+ export declare function serviceLoadMetricArrayDeserializer(result: Array<ServiceLoadMetric>): any[];
618
+ /** Specifies a metric to load balance a service during runtime. */
619
+ export interface ServiceLoadMetric {
620
+ /** The name of the metric. If the service chooses to report load during runtime, the load metric name should match the name that is specified in Name exactly. Note that metric names are case sensitive. */
621
+ name: string;
622
+ /** The service load metric relative weight, compared to other metrics configured for this service, as a number. */
623
+ weight?: ServiceLoadMetricWeight;
624
+ /** Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Primary replica. */
625
+ primaryDefaultLoad?: number;
626
+ /** Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Secondary replica. */
627
+ secondaryDefaultLoad?: number;
628
+ /** Used only for Stateless services. The default amount of load, as a number, that this service creates for this metric. */
629
+ defaultLoad?: number;
630
+ }
631
+ export declare function serviceLoadMetricSerializer(item: ServiceLoadMetric): any;
632
+ export declare function serviceLoadMetricDeserializer(item: any): ServiceLoadMetric;
633
+ /** Determines the metric weight relative to the other metrics that are configured for this service. During runtime, if two metrics end up in conflict, the Cluster Resource Manager prefers the metric with the higher weight. */
634
+ export declare enum KnownServiceLoadMetricWeight {
635
+ /** Disables resource balancing for this metric. This value is zero. */
636
+ Zero = "Zero",
637
+ /** Specifies the metric weight of the service load as Low. The value is 1. */
638
+ Low = "Low",
639
+ /** Specifies the metric weight of the service load as Medium. The value is 2. */
640
+ Medium = "Medium",
641
+ /** Specifies the metric weight of the service load as High. The value is 3. */
642
+ High = "High"
643
+ }
644
+ /**
645
+ * Determines the metric weight relative to the other metrics that are configured for this service. During runtime, if two metrics end up in conflict, the Cluster Resource Manager prefers the metric with the higher weight. \
646
+ * {@link KnownServiceLoadMetricWeight} can be used interchangeably with ServiceLoadMetricWeight,
647
+ * this enum contains the known values that the service supports.
648
+ * ### Known values supported by the service
649
+ * **Zero**: Disables resource balancing for this metric. This value is zero. \
650
+ * **Low**: Specifies the metric weight of the service load as Low. The value is 1. \
651
+ * **Medium**: Specifies the metric weight of the service load as Medium. The value is 2. \
652
+ * **High**: Specifies the metric weight of the service load as High. The value is 3.
653
+ */
654
+ export type ServiceLoadMetricWeight = string;
655
+ export declare function servicePlacementPolicyUnionArraySerializer(result: Array<ServicePlacementPolicyUnion>): any[];
656
+ export declare function servicePlacementPolicyUnionArrayDeserializer(result: Array<ServicePlacementPolicyUnion>): any[];
657
+ /** Describes the policy to be used for placement of a Service Fabric service. */
658
+ export interface ServicePlacementPolicy {
659
+ type: ServicePlacementPolicyType;
660
+ }
661
+ export declare function servicePlacementPolicySerializer(item: ServicePlacementPolicy): any;
662
+ export declare function servicePlacementPolicyDeserializer(item: any): ServicePlacementPolicy;
663
+ /** Alias for ServicePlacementPolicyUnion */
664
+ export type ServicePlacementPolicyUnion = ServicePlacementInvalidDomainPolicy | ServicePlacementRequiredDomainPolicy | ServicePlacementPreferPrimaryDomainPolicy | ServicePlacementRequireDomainDistributionPolicy | ServicePlacementNonPartiallyPlaceServicePolicy | ServicePlacementPolicy;
665
+ export declare function servicePlacementPolicyUnionSerializer(item: ServicePlacementPolicyUnion): any;
666
+ export declare function servicePlacementPolicyUnionDeserializer(item: any): ServicePlacementPolicyUnion;
667
+ /** The type of placement policy for a service fabric service. Following are the possible values. */
668
+ export declare enum KnownServicePlacementPolicyType {
669
+ /** Indicates that the ServicePlacementPolicyDescription is of type ServicePlacementInvalidDomainPolicyDescription, which indicates that a particular fault or upgrade domain cannot be used for placement of this service. The value is 0. */
670
+ InvalidDomain = "InvalidDomain",
671
+ /** Indicates that the ServicePlacementPolicyDescription is of type ServicePlacementRequireDomainDistributionPolicyDescription indicating that the replicas of the service must be placed in a specific domain. The value is 1. */
672
+ RequiredDomain = "RequiredDomain",
673
+ /** Indicates that the ServicePlacementPolicyDescription is of type ServicePlacementPreferPrimaryDomainPolicyDescription, which indicates that if possible the Primary replica for the partitions of the service should be located in a particular domain as an optimization. The value is 2. */
674
+ PreferredPrimaryDomain = "PreferredPrimaryDomain",
675
+ /** Indicates that the ServicePlacementPolicyDescription is of type ServicePlacementRequireDomainDistributionPolicyDescription, indicating that the system will disallow placement of any two replicas from the same partition in the same domain at any time. The value is 3. */
676
+ RequiredDomainDistribution = "RequiredDomainDistribution",
677
+ /** Indicates that the ServicePlacementPolicyDescription is of type ServicePlacementNonPartiallyPlaceServicePolicyDescription, which indicates that if possible all replicas of a particular partition of the service should be placed atomically. The value is 4. */
678
+ NonPartiallyPlaceService = "NonPartiallyPlaceService"
679
+ }
680
+ /**
681
+ * The type of placement policy for a service fabric service. Following are the possible values. \
682
+ * {@link KnownServicePlacementPolicyType} can be used interchangeably with ServicePlacementPolicyType,
683
+ * this enum contains the known values that the service supports.
684
+ * ### Known values supported by the service
685
+ * **InvalidDomain**: Indicates that the ServicePlacementPolicyDescription is of type ServicePlacementInvalidDomainPolicyDescription, which indicates that a particular fault or upgrade domain cannot be used for placement of this service. The value is 0. \
686
+ * **RequiredDomain**: Indicates that the ServicePlacementPolicyDescription is of type ServicePlacementRequireDomainDistributionPolicyDescription indicating that the replicas of the service must be placed in a specific domain. The value is 1. \
687
+ * **PreferredPrimaryDomain**: Indicates that the ServicePlacementPolicyDescription is of type ServicePlacementPreferPrimaryDomainPolicyDescription, which indicates that if possible the Primary replica for the partitions of the service should be located in a particular domain as an optimization. The value is 2. \
688
+ * **RequiredDomainDistribution**: Indicates that the ServicePlacementPolicyDescription is of type ServicePlacementRequireDomainDistributionPolicyDescription, indicating that the system will disallow placement of any two replicas from the same partition in the same domain at any time. The value is 3. \
689
+ * **NonPartiallyPlaceService**: Indicates that the ServicePlacementPolicyDescription is of type ServicePlacementNonPartiallyPlaceServicePolicyDescription, which indicates that if possible all replicas of a particular partition of the service should be placed atomically. The value is 4.
690
+ */
691
+ export type ServicePlacementPolicyType = string;
692
+ /** Describes the policy to be used for placement of a Service Fabric service where a particular fault or upgrade domain should not be used for placement of the instances or replicas of that service. */
693
+ export interface ServicePlacementInvalidDomainPolicy extends ServicePlacementPolicy {
694
+ /** The name of the domain that should not be used for placement. */
695
+ domainName: string;
696
+ /** The type of placement policy for a service fabric service. Following are the possible values. */
697
+ type: "InvalidDomain";
698
+ }
699
+ export declare function servicePlacementInvalidDomainPolicySerializer(item: ServicePlacementInvalidDomainPolicy): any;
700
+ export declare function servicePlacementInvalidDomainPolicyDeserializer(item: any): ServicePlacementInvalidDomainPolicy;
701
+ /** Describes the policy to be used for placement of a Service Fabric service where the instances or replicas of that service must be placed in a particular domain. */
702
+ export interface ServicePlacementRequiredDomainPolicy extends ServicePlacementPolicy {
703
+ /** The name of the domain that should used for placement as per this policy. */
704
+ domainName: string;
705
+ /** The type of placement policy for a service fabric service. Following are the possible values. */
706
+ type: "RequiredDomain";
707
+ }
708
+ export declare function servicePlacementRequiredDomainPolicySerializer(item: ServicePlacementRequiredDomainPolicy): any;
709
+ export declare function servicePlacementRequiredDomainPolicyDeserializer(item: any): ServicePlacementRequiredDomainPolicy;
710
+ /**
711
+ * Describes the policy to be used for placement of a Service Fabric service where the service's
712
+ * Primary replicas should optimally be placed in a particular domain.
713
+ *
714
+ * This placement policy is usually used with fault domains in scenarios where the Service Fabric
715
+ * cluster is geographically distributed in order to indicate that a service's primary replica should
716
+ * be located in a particular fault domain, which in geo-distributed scenarios usually aligns with regional
717
+ * or datacenter boundaries. Note that since this is an optimization it is possible that the Primary replica
718
+ * may not end up located in this domain due to failures, capacity limits, or other constraints.
719
+ */
720
+ export interface ServicePlacementPreferPrimaryDomainPolicy extends ServicePlacementPolicy {
721
+ /** The name of the domain that should used for placement as per this policy. */
722
+ domainName: string;
723
+ /** The type of placement policy for a service fabric service. Following are the possible values. */
724
+ type: "PreferredPrimaryDomain";
725
+ }
726
+ export declare function servicePlacementPreferPrimaryDomainPolicySerializer(item: ServicePlacementPreferPrimaryDomainPolicy): any;
727
+ export declare function servicePlacementPreferPrimaryDomainPolicyDeserializer(item: any): ServicePlacementPreferPrimaryDomainPolicy;
728
+ /**
729
+ * Describes the policy to be used for placement of a Service Fabric service where two replicas
730
+ * from the same partition should never be placed in the same fault or upgrade domain.
731
+ *
732
+ * While this is not common it can expose the service to an increased risk of concurrent failures
733
+ * due to unplanned outages or other cases of subsequent/concurrent failures. As an example, consider
734
+ * a case where replicas are deployed across different data center, with one replica per location.
735
+ * In the event that one of the datacenters goes offline, normally the replica that was placed in that
736
+ * datacenter will be packed into one of the remaining datacenters. If this is not desirable then this
737
+ * policy should be set.
738
+ */
739
+ export interface ServicePlacementRequireDomainDistributionPolicy extends ServicePlacementPolicy {
740
+ /** The name of the domain that should used for placement as per this policy. */
741
+ domainName: string;
742
+ /** The type of placement policy for a service fabric service. Following are the possible values. */
743
+ type: "RequiredDomainDistribution";
744
+ }
745
+ export declare function servicePlacementRequireDomainDistributionPolicySerializer(item: ServicePlacementRequireDomainDistributionPolicy): any;
746
+ export declare function servicePlacementRequireDomainDistributionPolicyDeserializer(item: any): ServicePlacementRequireDomainDistributionPolicy;
747
+ /** The type of placement policy for a service fabric service. Following are the possible values. */
748
+ export interface ServicePlacementNonPartiallyPlaceServicePolicy extends ServicePlacementPolicy {
749
+ type: "NonPartiallyPlaceService";
750
+ }
751
+ export declare function servicePlacementNonPartiallyPlaceServicePolicySerializer(item: ServicePlacementNonPartiallyPlaceServicePolicy): any;
752
+ export declare function servicePlacementNonPartiallyPlaceServicePolicyDeserializer(item: any): ServicePlacementNonPartiallyPlaceServicePolicy;
753
+ /** Specifies the move cost for the service. */
754
+ export declare enum KnownMoveCost {
755
+ /** Zero move cost. This value is zero. */
756
+ Zero = "Zero",
757
+ /** Specifies the move cost of the service as Low. The value is 1. */
758
+ Low = "Low",
759
+ /** Specifies the move cost of the service as Medium. The value is 2. */
760
+ Medium = "Medium",
761
+ /** Specifies the move cost of the service as High. The value is 3. */
762
+ High = "High"
763
+ }
764
+ /**
765
+ * Specifies the move cost for the service. \
766
+ * {@link KnownMoveCost} can be used interchangeably with MoveCost,
767
+ * this enum contains the known values that the service supports.
768
+ * ### Known values supported by the service
769
+ * **Zero**: Zero move cost. This value is zero. \
770
+ * **Low**: Specifies the move cost of the service as Low. The value is 1. \
771
+ * **Medium**: Specifies the move cost of the service as Medium. The value is 2. \
772
+ * **High**: Specifies the move cost of the service as High. The value is 3.
773
+ */
774
+ export type MoveCost = string;
775
+ export declare function scalingPolicyArraySerializer(result: Array<ScalingPolicy>): any[];
776
+ export declare function scalingPolicyArrayDeserializer(result: Array<ScalingPolicy>): any[];
777
+ /** Specifies a metric to load balance a service during runtime. */
778
+ export interface ScalingPolicy {
779
+ /** Specifies the mechanism associated with this scaling policy */
780
+ scalingMechanism: ScalingMechanismUnion;
781
+ /** Specifies the trigger associated with this scaling policy. */
782
+ scalingTrigger: ScalingTriggerUnion;
783
+ }
784
+ export declare function scalingPolicySerializer(item: ScalingPolicy): any;
785
+ export declare function scalingPolicyDeserializer(item: any): ScalingPolicy;
786
+ /** Describes the mechanism for performing a scaling operation. */
787
+ export interface ScalingMechanism {
788
+ kind: ServiceScalingMechanismKind;
789
+ }
790
+ export declare function scalingMechanismSerializer(item: ScalingMechanism): any;
791
+ export declare function scalingMechanismDeserializer(item: any): ScalingMechanism;
792
+ /** Alias for ScalingMechanismUnion */
793
+ export type ScalingMechanismUnion = AddRemoveIncrementalNamedPartitionScalingMechanism | PartitionInstanceCountScaleMechanism | ScalingMechanism;
794
+ export declare function scalingMechanismUnionSerializer(item: ScalingMechanismUnion): any;
795
+ export declare function scalingMechanismUnionDeserializer(item: any): ScalingMechanismUnion;
796
+ /** Enumerates the ways that a service can be partitioned. */
797
+ export declare enum KnownServiceScalingMechanismKind {
798
+ /** Represents a scaling mechanism for adding or removing instances of stateless service partition. The value is 0. */
799
+ ScalePartitionInstanceCount = "ScalePartitionInstanceCount",
800
+ /** Represents a scaling mechanism for adding or removing named partitions of a stateless service. The value is 1. */
801
+ AddRemoveIncrementalNamedPartition = "AddRemoveIncrementalNamedPartition"
802
+ }
803
+ /**
804
+ * Enumerates the ways that a service can be partitioned. \
805
+ * {@link KnownServiceScalingMechanismKind} can be used interchangeably with ServiceScalingMechanismKind,
806
+ * this enum contains the known values that the service supports.
807
+ * ### Known values supported by the service
808
+ * **ScalePartitionInstanceCount**: Represents a scaling mechanism for adding or removing instances of stateless service partition. The value is 0. \
809
+ * **AddRemoveIncrementalNamedPartition**: Represents a scaling mechanism for adding or removing named partitions of a stateless service. The value is 1.
810
+ */
811
+ export type ServiceScalingMechanismKind = string;
812
+ /** Represents a scaling mechanism for adding or removing named partitions of a stateless service. Partition names are in the format '0','1'...'N-1'. */
813
+ export interface AddRemoveIncrementalNamedPartitionScalingMechanism extends ScalingMechanism {
814
+ /** Minimum number of named partitions of the service. */
815
+ minPartitionCount: number;
816
+ /** Maximum number of named partitions of the service. */
817
+ maxPartitionCount: number;
818
+ /** The number of instances to add or remove during a scaling operation. */
819
+ scaleIncrement: number;
820
+ /** Specifies the mechanism associated with this scaling policy. */
821
+ kind: "AddRemoveIncrementalNamedPartition";
822
+ }
823
+ export declare function addRemoveIncrementalNamedPartitionScalingMechanismSerializer(item: AddRemoveIncrementalNamedPartitionScalingMechanism): any;
824
+ export declare function addRemoveIncrementalNamedPartitionScalingMechanismDeserializer(item: any): AddRemoveIncrementalNamedPartitionScalingMechanism;
825
+ /** Represents a scaling mechanism for adding or removing instances of stateless service partition. */
826
+ export interface PartitionInstanceCountScaleMechanism extends ScalingMechanism {
827
+ /** Minimum number of instances of the partition. */
828
+ minInstanceCount: number;
829
+ /** Maximum number of instances of the partition. */
830
+ maxInstanceCount: number;
831
+ /** The number of instances to add or remove during a scaling operation. */
832
+ scaleIncrement: number;
833
+ /** Specifies the mechanism associated with this scaling policy. */
834
+ kind: "ScalePartitionInstanceCount";
835
+ }
836
+ export declare function partitionInstanceCountScaleMechanismSerializer(item: PartitionInstanceCountScaleMechanism): any;
837
+ export declare function partitionInstanceCountScaleMechanismDeserializer(item: any): PartitionInstanceCountScaleMechanism;
838
+ /** Describes the trigger for performing a scaling operation. */
839
+ export interface ScalingTrigger {
840
+ kind: ServiceScalingTriggerKind;
841
+ }
842
+ export declare function scalingTriggerSerializer(item: ScalingTrigger): any;
843
+ export declare function scalingTriggerDeserializer(item: any): ScalingTrigger;
844
+ /** Alias for ScalingTriggerUnion */
845
+ export type ScalingTriggerUnion = AveragePartitionLoadScalingTrigger | AverageServiceLoadScalingTrigger | ScalingTrigger;
846
+ export declare function scalingTriggerUnionSerializer(item: ScalingTriggerUnion): any;
847
+ export declare function scalingTriggerUnionDeserializer(item: any): ScalingTriggerUnion;
848
+ /** Enumerates the ways that a service can be partitioned. */
849
+ export declare enum KnownServiceScalingTriggerKind {
850
+ /** Represents a scaling trigger related to an average load of a metric/resource of a partition. The value is 0. */
851
+ AveragePartitionLoadTrigger = "AveragePartitionLoadTrigger",
852
+ /** Represents a scaling policy related to an average load of a metric/resource of a service. The value is 1. */
853
+ AverageServiceLoadTrigger = "AverageServiceLoadTrigger"
854
+ }
855
+ /**
856
+ * Enumerates the ways that a service can be partitioned. \
857
+ * {@link KnownServiceScalingTriggerKind} can be used interchangeably with ServiceScalingTriggerKind,
858
+ * this enum contains the known values that the service supports.
859
+ * ### Known values supported by the service
860
+ * **AveragePartitionLoadTrigger**: Represents a scaling trigger related to an average load of a metric\/resource of a partition. The value is 0. \
861
+ * **AverageServiceLoadTrigger**: Represents a scaling policy related to an average load of a metric\/resource of a service. The value is 1.
862
+ */
863
+ export type ServiceScalingTriggerKind = string;
864
+ /** Represents a scaling trigger related to an average load of a metric/resource of a partition. */
865
+ export interface AveragePartitionLoadScalingTrigger extends ScalingTrigger {
866
+ /** The name of the metric for which usage should be tracked. */
867
+ metricName: string;
868
+ /** The lower limit of the load below which a scale in operation should be performed. */
869
+ lowerLoadThreshold: number;
870
+ /** The upper limit of the load beyond which a scale out operation should be performed. */
871
+ upperLoadThreshold: number;
872
+ /** The period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format "hh:mm:ss". */
873
+ scaleInterval: string;
874
+ /** Specifies the trigger associated with this scaling policy. */
875
+ kind: "AveragePartitionLoadTrigger";
876
+ }
877
+ export declare function averagePartitionLoadScalingTriggerSerializer(item: AveragePartitionLoadScalingTrigger): any;
878
+ export declare function averagePartitionLoadScalingTriggerDeserializer(item: any): AveragePartitionLoadScalingTrigger;
879
+ /** Represents a scaling policy related to an average load of a metric/resource of a service. */
880
+ export interface AverageServiceLoadScalingTrigger extends ScalingTrigger {
881
+ /** The name of the metric for which usage should be tracked. */
882
+ metricName: string;
883
+ /** The lower limit of the load below which a scale in operation should be performed. */
884
+ lowerLoadThreshold: number;
885
+ /** The upper limit of the load beyond which a scale out operation should be performed. */
886
+ upperLoadThreshold: number;
887
+ /** The period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format "hh:mm:ss". */
888
+ scaleInterval: string;
889
+ /** Flag determines whether only the load of primary replica should be considered for scaling. If set to true, then trigger will only consider the load of primary replicas of stateful service. If set to false, trigger will consider load of all replicas. This parameter cannot be set to true for stateless service. */
890
+ useOnlyPrimaryLoad: boolean;
891
+ /** Specifies the trigger associated with this scaling policy. */
892
+ kind: "AverageServiceLoadTrigger";
893
+ }
894
+ export declare function averageServiceLoadScalingTriggerSerializer(item: AverageServiceLoadScalingTrigger): any;
895
+ export declare function averageServiceLoadScalingTriggerDeserializer(item: any): AverageServiceLoadScalingTrigger;
896
+ /** Service update request */
897
+ export interface ServiceUpdateParameters {
898
+ /** Service update parameters */
899
+ tags?: Record<string, string>;
900
+ }
901
+ export declare function serviceUpdateParametersSerializer(item: ServiceUpdateParameters): any;
902
+ /** The list of service resources. */
903
+ export interface _ServiceResourceList {
904
+ /** The ServiceResource items on this page */
905
+ value: ServiceResource[];
906
+ /** The link to the next page of items */
907
+ nextLink?: string;
908
+ }
909
+ export declare function _serviceResourceListDeserializer(item: any): _ServiceResourceList;
910
+ export declare function serviceResourceArraySerializer(result: Array<ServiceResource>): any[];
911
+ export declare function serviceResourceArrayDeserializer(result: Array<ServiceResource>): any[];
912
+ /** The result of the Service Fabric runtime versions */
913
+ export interface ManagedClusterCodeVersionResult {
914
+ /** The identification of the result */
915
+ id?: string;
916
+ /** The name of the result */
917
+ name?: string;
918
+ /** The result resource type */
919
+ type?: string;
920
+ /** The detail of the Service Fabric runtime version result */
921
+ properties?: ManagedClusterVersionDetails;
922
+ }
923
+ export declare function managedClusterCodeVersionResultDeserializer(item: any): ManagedClusterCodeVersionResult;
924
+ /** The detail of the Service Fabric runtime version result */
925
+ export interface ManagedClusterVersionDetails {
926
+ /** The Service Fabric runtime version of the cluster. */
927
+ clusterCodeVersion?: string;
928
+ /** The date of expiry of support of the version. */
929
+ supportExpiryUtc?: Date;
930
+ /** Cluster operating system, the default will be Windows */
931
+ osType?: OsType;
932
+ }
933
+ export declare function managedClusterVersionDetailsDeserializer(item: any): ManagedClusterVersionDetails;
934
+ /** Cluster operating system, the default will be Windows */
935
+ export declare enum KnownOsType {
936
+ /** Indicates os is Windows. */
937
+ Windows = "Windows"
938
+ }
939
+ /**
940
+ * Cluster operating system, the default will be Windows \
941
+ * {@link KnownOsType} can be used interchangeably with OsType,
942
+ * this enum contains the known values that the service supports.
943
+ * ### Known values supported by the service
944
+ * **Windows**: Indicates os is Windows.
945
+ */
946
+ export type OsType = string;
947
+ /** Describes a VM Sizes. */
948
+ export interface ManagedVMSize {
949
+ /** VM Size properties. */
950
+ readonly properties?: VMSize;
951
+ /** VM Size id. */
952
+ readonly id?: string;
953
+ /** VM Size name. */
954
+ readonly name?: string;
955
+ /** VM Size type. */
956
+ readonly type?: string;
957
+ }
958
+ export declare function managedVMSizeDeserializer(item: any): ManagedVMSize;
959
+ /** VM Sizes properties. */
960
+ export interface VMSize {
961
+ /** VM Size name. */
962
+ readonly size?: string;
963
+ }
964
+ export declare function vmSizeDeserializer(item: any): VMSize;
965
+ /** Describes the result of the request to list Managed VM Sizes for Service Fabric Managed Clusters. */
966
+ export interface _ManagedVMSizesResult {
967
+ /** The ManagedVMSize items on this page */
968
+ value: ManagedVMSize[];
969
+ /** The link to the next page of items */
970
+ nextLink?: string;
971
+ }
972
+ export declare function _managedVMSizesResultDeserializer(item: any): _ManagedVMSizesResult;
973
+ export declare function managedVMSizeArrayDeserializer(result: Array<ManagedVMSize>): any[];
974
+ /** The managed cluster resource */
975
+ export interface ManagedCluster extends TrackedResource {
976
+ /** The managed cluster resource properties */
977
+ properties?: ManagedClusterProperties;
978
+ /** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.", */
979
+ readonly etag?: string;
980
+ /** The sku of the managed cluster */
981
+ sku: Sku;
982
+ }
983
+ export declare function managedClusterSerializer(item: ManagedCluster): any;
984
+ export declare function managedClusterDeserializer(item: any): ManagedCluster;
985
+ /** Describes the managed cluster resource properties. */
986
+ export interface ManagedClusterProperties {
987
+ /** The cluster dns name. */
988
+ dnsName: string;
989
+ /** The fully qualified domain name associated with the public load balancer of the cluster. */
990
+ readonly fqdn?: string;
991
+ /** The IPv4 address associated with the public load balancer of the cluster. */
992
+ readonly ipv4Address?: string;
993
+ /** A service generated unique identifier for the cluster resource. */
994
+ readonly clusterId?: string;
995
+ /** The current state of the cluster. */
996
+ readonly clusterState?: ClusterState;
997
+ /** List of thumbprints of the cluster certificates. */
998
+ readonly clusterCertificateThumbprints?: string[];
999
+ /** The port used for client connections to the cluster. */
1000
+ clientConnectionPort?: number;
1001
+ /** The port used for HTTP connections to the cluster. */
1002
+ httpGatewayConnectionPort?: number;
1003
+ /** VM admin user name. */
1004
+ adminUserName: string;
1005
+ /** VM admin user password. */
1006
+ adminPassword?: string;
1007
+ /** Load balancing rules that are applied to the public load balancer of the cluster. */
1008
+ loadBalancingRules?: LoadBalancingRule[];
1009
+ /** Setting this to true enables RDP access to the VM. The default NSG rule opens RDP port to Internet which can be overridden with custom Network Security Rules. The default value for this setting is false. */
1010
+ allowRdpAccess?: boolean;
1011
+ /** Custom Network Security Rules that are applied to the Virtual Network of the cluster. */
1012
+ networkSecurityRules?: NetworkSecurityRule[];
1013
+ /** Client certificates that are allowed to manage the cluster. */
1014
+ clients?: ClientCertificate[];
1015
+ /** The AAD authentication settings of the cluster. */
1016
+ azureActiveDirectory?: AzureActiveDirectory;
1017
+ /** The list of custom fabric settings to configure the cluster. */
1018
+ fabricSettings?: SettingsSectionDescription[];
1019
+ /** The provisioning state of the managed cluster resource. */
1020
+ readonly provisioningState?: ManagedResourceProvisioningState;
1021
+ /** The Service Fabric runtime version of the cluster. This property is required when **clusterUpgradeMode** is set to 'Manual'. To get list of available Service Fabric versions for new clusters use [ClusterVersion API](./ClusterVersion.md). To get the list of available version for existing clusters use **availableClusterVersions**. */
1022
+ clusterCodeVersion?: string;
1023
+ /** The upgrade mode of the cluster when new Service Fabric runtime version is available. */
1024
+ clusterUpgradeMode?: ClusterUpgradeMode;
1025
+ /** Indicates when new cluster runtime version upgrades will be applied after they are released. By default is Wave0. Only applies when **clusterUpgradeMode** is set to 'Automatic'. */
1026
+ clusterUpgradeCadence?: ClusterUpgradeCadence;
1027
+ /** List of add-on features to enable on the cluster. */
1028
+ addonFeatures?: ManagedClusterAddOnFeature[];
1029
+ /** Enables automatic OS upgrade for node types created using OS images with version 'latest'. The default value for this setting is false. */
1030
+ enableAutoOSUpgrade?: boolean;
1031
+ /** Indicates if the cluster has zone resiliency. */
1032
+ zonalResiliency?: boolean;
1033
+ /** The policy used to clean up unused versions. */
1034
+ applicationTypeVersionsCleanupPolicy?: ApplicationTypeVersionsCleanupPolicy;
1035
+ /** Setting this to true creates IPv6 address space for the default VNet used by the cluster. This setting cannot be changed once the cluster is created. The default value for this setting is false. */
1036
+ enableIpv6?: boolean;
1037
+ /** If specified, the node types for the cluster are created in this subnet instead of the default VNet. The **networkSecurityRules** specified for the cluster are also applied to this subnet. This setting cannot be changed once the cluster is created. */
1038
+ subnetId?: string;
1039
+ /** The list of IP tags associated with the default public IP address of the cluster. */
1040
+ ipTags?: IpTag[];
1041
+ /** IPv6 address for the cluster if IPv6 is enabled. */
1042
+ readonly ipv6Address?: string;
1043
+ /** Setting this to true will link the IPv4 address as the ServicePublicIP of the IPv6 address. It can only be set to True if IPv6 is enabled on the cluster. */
1044
+ enableServicePublicIP?: boolean;
1045
+ /** Auxiliary subnets for the cluster. */
1046
+ auxiliarySubnets?: Subnet[];
1047
+ /** Service endpoints for subnets in the cluster. */
1048
+ serviceEndpoints?: ServiceEndpoint[];
1049
+ /** Indicates the update mode for Cross Az clusters. */
1050
+ zonalUpdateMode?: ZonalUpdateMode;
1051
+ /** For new clusters, this parameter indicates that it uses Bring your own VNet, but the subnet is specified at node type level; and for such clusters, the subnetId property is required for node types. */
1052
+ useCustomVnet?: boolean;
1053
+ /** Specify the resource id of a public IPv4 prefix that the load balancer will allocate a public IPv4 address from. This setting cannot be changed once the cluster is created. */
1054
+ publicIPPrefixId?: string;
1055
+ /** Specify the resource id of a public IPv6 prefix that the load balancer will allocate a public IPv6 address from. This setting cannot be changed once the cluster is created. */
1056
+ publicIPv6PrefixId?: string;
1057
+ /** Specify the resource id of a DDoS network protection plan that will be associated with the virtual network of the cluster. */
1058
+ ddosProtectionPlanId?: string;
1059
+ /** The policy to use when upgrading the cluster. */
1060
+ upgradeDescription?: ClusterUpgradePolicy;
1061
+ /** The port used for token-auth based HTTPS connections to the cluster. Cannot be set to the same port as HttpGatewayEndpoint. */
1062
+ httpGatewayTokenAuthConnectionPort?: number;
1063
+ /** If true, token-based authentication is not allowed on the HttpGatewayEndpoint. This is required to support TLS versions 1.3 and above. If token-based authentication is used, HttpGatewayTokenAuthConnectionPort must be defined. */
1064
+ enableHttpGatewayExclusiveAuthMode?: boolean;
1065
+ /** This property is the entry point to using a public CA cert for your cluster cert. It specifies the level of reuse allowed for the custom FQDN created, matching the subject of the public CA cert. */
1066
+ autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;
1067
+ /** The number of outbound ports allocated for SNAT for each node in the backend pool of the default load balancer. The default value is 0 which provides dynamic port allocation based on pool size. */
1068
+ allocatedOutboundPorts?: number;
1069
+ /** The VM image the node types are configured with. This property controls the Service Fabric component packages to be used for the cluster. Allowed values are: 'Windows'. The default value is 'Windows'. */
1070
+ vmImage?: string;
1071
+ }
1072
+ export declare function managedClusterPropertiesSerializer(item: ManagedClusterProperties): any;
1073
+ export declare function managedClusterPropertiesDeserializer(item: any): ManagedClusterProperties;
1074
+ /** The current state of the cluster. */
1075
+ export declare enum KnownClusterState {
1076
+ /** Indicates that the cluster resource is created and the resource provider is waiting for Service Fabric VM extension to boot up and report to it. */
1077
+ WaitingForNodes = "WaitingForNodes",
1078
+ /** Indicates that the Service Fabric runtime is being installed on the VMs. Cluster resource will be in this state until the cluster boots up and system services are up. */
1079
+ Deploying = "Deploying",
1080
+ /** Indicates that the cluster is upgrading to establishes the cluster version. This upgrade is automatically initiated when the cluster boots up for the first time. */
1081
+ BaselineUpgrade = "BaselineUpgrade",
1082
+ /** Indicates that the cluster is being upgraded with the user provided configuration. */
1083
+ Upgrading = "Upgrading",
1084
+ /** Indicates that the last upgrade for the cluster has failed. */
1085
+ UpgradeFailed = "UpgradeFailed",
1086
+ /** Indicates that the cluster is in a stable state. */
1087
+ Ready = "Ready"
1088
+ }
1089
+ /**
1090
+ * The current state of the cluster. \
1091
+ * {@link KnownClusterState} can be used interchangeably with ClusterState,
1092
+ * this enum contains the known values that the service supports.
1093
+ * ### Known values supported by the service
1094
+ * **WaitingForNodes**: Indicates that the cluster resource is created and the resource provider is waiting for Service Fabric VM extension to boot up and report to it. \
1095
+ * **Deploying**: Indicates that the Service Fabric runtime is being installed on the VMs. Cluster resource will be in this state until the cluster boots up and system services are up. \
1096
+ * **BaselineUpgrade**: Indicates that the cluster is upgrading to establishes the cluster version. This upgrade is automatically initiated when the cluster boots up for the first time. \
1097
+ * **Upgrading**: Indicates that the cluster is being upgraded with the user provided configuration. \
1098
+ * **UpgradeFailed**: Indicates that the last upgrade for the cluster has failed. \
1099
+ * **Ready**: Indicates that the cluster is in a stable state.
1100
+ */
1101
+ export type ClusterState = string;
1102
+ export declare function loadBalancingRuleArraySerializer(result: Array<LoadBalancingRule>): any[];
1103
+ export declare function loadBalancingRuleArrayDeserializer(result: Array<LoadBalancingRule>): any[];
1104
+ /** Describes a load balancing rule. */
1105
+ export interface LoadBalancingRule {
1106
+ /** The port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values are between 1 and 65534. */
1107
+ frontendPort: number;
1108
+ /** The port used for internal connections on the endpoint. Acceptable values are between 1 and 65535. */
1109
+ backendPort: number;
1110
+ /** The reference to the transport protocol used by the load balancing rule. */
1111
+ protocol: Protocol;
1112
+ /** The prob port used by the load balancing rule. Acceptable values are between 1 and 65535. */
1113
+ probePort?: number;
1114
+ /** the reference to the load balancer probe used by the load balancing rule. */
1115
+ probeProtocol: ProbeProtocol;
1116
+ /** The probe request path. Only supported for HTTP/HTTPS probes. */
1117
+ probeRequestPath?: string;
1118
+ /** The load distribution policy for this rule. */
1119
+ loadDistribution?: string;
1120
+ }
1121
+ export declare function loadBalancingRuleSerializer(item: LoadBalancingRule): any;
1122
+ export declare function loadBalancingRuleDeserializer(item: any): LoadBalancingRule;
1123
+ /** The reference to the transport protocol used by the load balancing rule. */
1124
+ export declare enum KnownProtocol {
1125
+ /** Transport protocol is TCP. */
1126
+ Tcp = "tcp",
1127
+ /** Transport protocol is UDP. */
1128
+ Udp = "udp"
1129
+ }
1130
+ /**
1131
+ * The reference to the transport protocol used by the load balancing rule. \
1132
+ * {@link KnownProtocol} can be used interchangeably with Protocol,
1133
+ * this enum contains the known values that the service supports.
1134
+ * ### Known values supported by the service
1135
+ * **tcp**: Transport protocol is TCP. \
1136
+ * **udp**: Transport protocol is UDP.
1137
+ */
1138
+ export type Protocol = string;
1139
+ /** The reference to the load balancer probe used by the load balancing rule. */
1140
+ export declare enum KnownProbeProtocol {
1141
+ /** Probe protocol is TCP. */
1142
+ Tcp = "tcp",
1143
+ /** Probe protocol is HTTP. */
1144
+ Http = "http",
1145
+ /** Probe protocol is HTTPS. */
1146
+ Https = "https"
1147
+ }
1148
+ /**
1149
+ * The reference to the load balancer probe used by the load balancing rule. \
1150
+ * {@link KnownProbeProtocol} can be used interchangeably with ProbeProtocol,
1151
+ * this enum contains the known values that the service supports.
1152
+ * ### Known values supported by the service
1153
+ * **tcp**: Probe protocol is TCP. \
1154
+ * **http**: Probe protocol is HTTP. \
1155
+ * **https**: Probe protocol is HTTPS.
1156
+ */
1157
+ export type ProbeProtocol = string;
1158
+ export declare function networkSecurityRuleArraySerializer(result: Array<NetworkSecurityRule>): any[];
1159
+ export declare function networkSecurityRuleArrayDeserializer(result: Array<NetworkSecurityRule>): any[];
1160
+ /** Describes a network security rule. */
1161
+ export interface NetworkSecurityRule {
1162
+ /** Network security rule name. */
1163
+ name: string;
1164
+ /** Network security rule description. */
1165
+ description?: string;
1166
+ /** Network protocol this rule applies to. */
1167
+ protocol: NsgProtocol;
1168
+ /** The CIDR or source IP ranges. */
1169
+ sourceAddressPrefixes?: string[];
1170
+ /** The destination address prefixes. CIDR or destination IP ranges. */
1171
+ destinationAddressPrefixes?: string[];
1172
+ /** The source port ranges. */
1173
+ sourcePortRanges?: string[];
1174
+ /** The destination port ranges. */
1175
+ destinationPortRanges?: string[];
1176
+ /** The CIDR or source IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. */
1177
+ sourceAddressPrefix?: string;
1178
+ /** The destination address prefix. CIDR or destination IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. */
1179
+ destinationAddressPrefix?: string;
1180
+ /** The source port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports. */
1181
+ sourcePortRange?: string;
1182
+ /** he destination port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports. */
1183
+ destinationPortRange?: string;
1184
+ /** The network traffic is allowed or denied. */
1185
+ access: Access;
1186
+ /** The priority of the rule. The value can be in the range 1000 to 3000. Values outside this range are reserved for Service Fabric ManagerCluster Resource Provider. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule. */
1187
+ priority: number;
1188
+ /** Network security rule direction. */
1189
+ direction: Direction;
1190
+ }
1191
+ export declare function networkSecurityRuleSerializer(item: NetworkSecurityRule): any;
1192
+ export declare function networkSecurityRuleDeserializer(item: any): NetworkSecurityRule;
1193
+ /** Network protocol this rule applies to. */
1194
+ export declare enum KnownNsgProtocol {
1195
+ /** Protocol applies to HTTP. */
1196
+ Http = "http",
1197
+ /** Protocol applies to HTTPS. */
1198
+ Https = "https",
1199
+ /** Protocol applies to TCP. */
1200
+ Tcp = "tcp",
1201
+ /** Protocol applies to UDP. */
1202
+ Udp = "udp",
1203
+ /** Protocol applies to ICMP. */
1204
+ Icmp = "icmp",
1205
+ /** Protocol applies to AH. */
1206
+ Ah = "ah",
1207
+ /** Protocol applies to ESP. */
1208
+ Esp = "esp"
1209
+ }
1210
+ /**
1211
+ * Network protocol this rule applies to. \
1212
+ * {@link KnownNsgProtocol} can be used interchangeably with NsgProtocol,
1213
+ * this enum contains the known values that the service supports.
1214
+ * ### Known values supported by the service
1215
+ * **http**: Protocol applies to HTTP. \
1216
+ * **https**: Protocol applies to HTTPS. \
1217
+ * **tcp**: Protocol applies to TCP. \
1218
+ * **udp**: Protocol applies to UDP. \
1219
+ * **icmp**: Protocol applies to ICMP. \
1220
+ * **ah**: Protocol applies to AH. \
1221
+ * **esp**: Protocol applies to ESP.
1222
+ */
1223
+ export type NsgProtocol = string;
1224
+ /** The network traffic is allowed or denied. */
1225
+ export declare enum KnownAccess {
1226
+ /** The network traffic is allowed. */
1227
+ Allow = "allow",
1228
+ /** The network traffic is denied. */
1229
+ Deny = "deny"
1230
+ }
1231
+ /**
1232
+ * The network traffic is allowed or denied. \
1233
+ * {@link KnownAccess} can be used interchangeably with Access,
1234
+ * this enum contains the known values that the service supports.
1235
+ * ### Known values supported by the service
1236
+ * **allow**: The network traffic is allowed. \
1237
+ * **deny**: The network traffic is denied.
1238
+ */
1239
+ export type Access = string;
1240
+ /** Network security rule direction. */
1241
+ export declare enum KnownDirection {
1242
+ /** Inbound direction. */
1243
+ Inbound = "inbound",
1244
+ /** Outbound direction. */
1245
+ Outbound = "outbound"
1246
+ }
1247
+ /**
1248
+ * Network security rule direction. \
1249
+ * {@link KnownDirection} can be used interchangeably with Direction,
1250
+ * this enum contains the known values that the service supports.
1251
+ * ### Known values supported by the service
1252
+ * **inbound**: Inbound direction. \
1253
+ * **outbound**: Outbound direction.
1254
+ */
1255
+ export type Direction = string;
1256
+ export declare function clientCertificateArraySerializer(result: Array<ClientCertificate>): any[];
1257
+ export declare function clientCertificateArrayDeserializer(result: Array<ClientCertificate>): any[];
1258
+ /** Client certificate definition. */
1259
+ export interface ClientCertificate {
1260
+ /** Indicates if the client certificate has admin access to the cluster. Non admin clients can perform only read only operations on the cluster. */
1261
+ isAdmin: boolean;
1262
+ /** Certificate thumbprint. */
1263
+ thumbprint?: string;
1264
+ /** Certificate common name. */
1265
+ commonName?: string;
1266
+ /** Issuer thumbprint for the certificate. Only used together with CommonName. */
1267
+ issuerThumbprint?: string;
1268
+ }
1269
+ export declare function clientCertificateSerializer(item: ClientCertificate): any;
1270
+ export declare function clientCertificateDeserializer(item: any): ClientCertificate;
1271
+ /** The settings to enable AAD authentication on the cluster. */
1272
+ export interface AzureActiveDirectory {
1273
+ /** Azure active directory tenant id. */
1274
+ tenantId?: string;
1275
+ /** Azure active directory cluster application id. */
1276
+ clusterApplication?: string;
1277
+ /** Azure active directory client application id. */
1278
+ clientApplication?: string;
1279
+ }
1280
+ export declare function azureActiveDirectorySerializer(item: AzureActiveDirectory): any;
1281
+ export declare function azureActiveDirectoryDeserializer(item: any): AzureActiveDirectory;
1282
+ export declare function settingsSectionDescriptionArraySerializer(result: Array<SettingsSectionDescription>): any[];
1283
+ export declare function settingsSectionDescriptionArrayDeserializer(result: Array<SettingsSectionDescription>): any[];
1284
+ /** Describes a section in the fabric settings of the cluster. */
1285
+ export interface SettingsSectionDescription {
1286
+ /** The section name of the fabric settings. */
1287
+ name: string;
1288
+ /** The collection of parameters in the section. */
1289
+ parameters: SettingsParameterDescription[];
1290
+ }
1291
+ export declare function settingsSectionDescriptionSerializer(item: SettingsSectionDescription): any;
1292
+ export declare function settingsSectionDescriptionDeserializer(item: any): SettingsSectionDescription;
1293
+ export declare function settingsParameterDescriptionArraySerializer(result: Array<SettingsParameterDescription>): any[];
1294
+ export declare function settingsParameterDescriptionArrayDeserializer(result: Array<SettingsParameterDescription>): any[];
1295
+ /** Describes a parameter in fabric settings of the cluster. */
1296
+ export interface SettingsParameterDescription {
1297
+ /** The parameter name of fabric setting. */
1298
+ name: string;
1299
+ /** The parameter value of fabric setting. */
1300
+ value: string;
1301
+ }
1302
+ export declare function settingsParameterDescriptionSerializer(item: SettingsParameterDescription): any;
1303
+ export declare function settingsParameterDescriptionDeserializer(item: any): SettingsParameterDescription;
1304
+ /** The provisioning state of the managed resource. */
1305
+ export declare enum KnownManagedResourceProvisioningState {
1306
+ /** The resource does not have a provisioning state. */
1307
+ None = "None",
1308
+ /** The resource is being created. */
1309
+ Creating = "Creating",
1310
+ /** The resource is created. */
1311
+ Created = "Created",
1312
+ /** The resource is being updated. */
1313
+ Updating = "Updating",
1314
+ /** The resource provisioning has succeeded. */
1315
+ Succeeded = "Succeeded",
1316
+ /** The resource provisioning has failed. */
1317
+ Failed = "Failed",
1318
+ /** The resource provisioning has been canceled. */
1319
+ Canceled = "Canceled",
1320
+ /** The resource is being deleted. */
1321
+ Deleting = "Deleting",
1322
+ /** The resource has been deleted. */
1323
+ Deleted = "Deleted",
1324
+ /** The resource provisioning state is a state other than the previously specified states. */
1325
+ Other = "Other"
1326
+ }
1327
+ /**
1328
+ * The provisioning state of the managed resource. \
1329
+ * {@link KnownManagedResourceProvisioningState} can be used interchangeably with ManagedResourceProvisioningState,
1330
+ * this enum contains the known values that the service supports.
1331
+ * ### Known values supported by the service
1332
+ * **None**: The resource does not have a provisioning state. \
1333
+ * **Creating**: The resource is being created. \
1334
+ * **Created**: The resource is created. \
1335
+ * **Updating**: The resource is being updated. \
1336
+ * **Succeeded**: The resource provisioning has succeeded. \
1337
+ * **Failed**: The resource provisioning has failed. \
1338
+ * **Canceled**: The resource provisioning has been canceled. \
1339
+ * **Deleting**: The resource is being deleted. \
1340
+ * **Deleted**: The resource has been deleted. \
1341
+ * **Other**: The resource provisioning state is a state other than the previously specified states.
1342
+ */
1343
+ export type ManagedResourceProvisioningState = string;
1344
+ /** The upgrade mode of the cluster when new Service Fabric runtime version is available. */
1345
+ export declare enum KnownClusterUpgradeMode {
1346
+ /** The cluster will be automatically upgraded to the latest Service Fabric runtime version, **clusterUpgradeCadence** will determine when the upgrade starts after the new version becomes available. */
1347
+ Automatic = "Automatic",
1348
+ /** The cluster will not be automatically upgraded to the latest Service Fabric runtime version. The cluster is upgraded by setting the **clusterCodeVersion** property in the cluster resource. */
1349
+ Manual = "Manual"
1350
+ }
1351
+ /**
1352
+ * The upgrade mode of the cluster when new Service Fabric runtime version is available. \
1353
+ * {@link KnownClusterUpgradeMode} can be used interchangeably with ClusterUpgradeMode,
1354
+ * this enum contains the known values that the service supports.
1355
+ * ### Known values supported by the service
1356
+ * **Automatic**: The cluster will be automatically upgraded to the latest Service Fabric runtime version, **clusterUpgradeCadence** will determine when the upgrade starts after the new version becomes available. \
1357
+ * **Manual**: The cluster will not be automatically upgraded to the latest Service Fabric runtime version. The cluster is upgraded by setting the **clusterCodeVersion** property in the cluster resource.
1358
+ */
1359
+ export type ClusterUpgradeMode = string;
1360
+ /** Indicates when new cluster runtime version upgrades will be applied after they are released. By default is Wave0. */
1361
+ export declare enum KnownClusterUpgradeCadence {
1362
+ /** Cluster upgrade starts immediately after a new version is rolled out. Recommended for Test/Dev clusters. */
1363
+ Wave0 = "Wave0",
1364
+ /** Cluster upgrade starts 7 days after a new version is rolled out. Recommended for Pre-prod clusters. */
1365
+ Wave1 = "Wave1",
1366
+ /** Cluster upgrade starts 14 days after a new version is rolled out. Recommended for Production clusters. */
1367
+ Wave2 = "Wave2"
1368
+ }
1369
+ /**
1370
+ * Indicates when new cluster runtime version upgrades will be applied after they are released. By default is Wave0. \
1371
+ * {@link KnownClusterUpgradeCadence} can be used interchangeably with ClusterUpgradeCadence,
1372
+ * this enum contains the known values that the service supports.
1373
+ * ### Known values supported by the service
1374
+ * **Wave0**: Cluster upgrade starts immediately after a new version is rolled out. Recommended for Test\/Dev clusters. \
1375
+ * **Wave1**: Cluster upgrade starts 7 days after a new version is rolled out. Recommended for Pre-prod clusters. \
1376
+ * **Wave2**: Cluster upgrade starts 14 days after a new version is rolled out. Recommended for Production clusters.
1377
+ */
1378
+ export type ClusterUpgradeCadence = string;
1379
+ /** Available cluster add-on features */
1380
+ export declare enum KnownManagedClusterAddOnFeature {
1381
+ /** Dns service */
1382
+ DnsService = "DnsService",
1383
+ /** Backup and restore service */
1384
+ BackupRestoreService = "BackupRestoreService",
1385
+ /** Resource monitor service */
1386
+ ResourceMonitorService = "ResourceMonitorService"
1387
+ }
1388
+ /**
1389
+ * Available cluster add-on features \
1390
+ * {@link KnownManagedClusterAddOnFeature} can be used interchangeably with ManagedClusterAddOnFeature,
1391
+ * this enum contains the known values that the service supports.
1392
+ * ### Known values supported by the service
1393
+ * **DnsService**: Dns service \
1394
+ * **BackupRestoreService**: Backup and restore service \
1395
+ * **ResourceMonitorService**: Resource monitor service
1396
+ */
1397
+ export type ManagedClusterAddOnFeature = string;
1398
+ /** The policy used to clean up unused versions. When the policy is not specified explicitly, the default unused application versions to keep will be 3. */
1399
+ export interface ApplicationTypeVersionsCleanupPolicy {
1400
+ /** Number of unused versions per application type to keep. */
1401
+ maxUnusedVersionsToKeep: number;
1402
+ }
1403
+ export declare function applicationTypeVersionsCleanupPolicySerializer(item: ApplicationTypeVersionsCleanupPolicy): any;
1404
+ export declare function applicationTypeVersionsCleanupPolicyDeserializer(item: any): ApplicationTypeVersionsCleanupPolicy;
1405
+ export declare function ipTagArraySerializer(result: Array<IpTag>): any[];
1406
+ export declare function ipTagArrayDeserializer(result: Array<IpTag>): any[];
1407
+ /** The IP tag associated with the public IP address. */
1408
+ export interface IpTag {
1409
+ /** IP tag type. Example: FirstPartyUsage. */
1410
+ ipTagType: string;
1411
+ /** IP tag associated with the public IP. Example: SQL, Storage etc. */
1412
+ tag: string;
1413
+ }
1414
+ export declare function ipTagSerializer(item: IpTag): any;
1415
+ export declare function ipTagDeserializer(item: any): IpTag;
1416
+ export declare function subnetArraySerializer(result: Array<Subnet>): any[];
1417
+ export declare function subnetArrayDeserializer(result: Array<Subnet>): any[];
1418
+ /** Describes a Subnet. */
1419
+ export interface Subnet {
1420
+ /** Subnet name. */
1421
+ name: string;
1422
+ /** Indicates wether to enable Ipv6 or not. If not provided, it will take the same configuration as the cluster. */
1423
+ enableIpv6?: boolean;
1424
+ /** Enable or Disable apply network policies on private end point in the subnet. */
1425
+ privateEndpointNetworkPolicies?: PrivateEndpointNetworkPolicies;
1426
+ /** Enable or Disable apply network policies on private link service in the subnet. */
1427
+ privateLinkServiceNetworkPolicies?: PrivateLinkServiceNetworkPolicies;
1428
+ /** Full resource id for the network security group. */
1429
+ networkSecurityGroupId?: string;
1430
+ }
1431
+ export declare function subnetSerializer(item: Subnet): any;
1432
+ export declare function subnetDeserializer(item: any): Subnet;
1433
+ /** Enable or Disable apply network policies on private end point in the subnet. */
1434
+ export declare enum KnownPrivateEndpointNetworkPolicies {
1435
+ /** Enable apply network policies on private end point in the subnet. */
1436
+ Enabled = "enabled",
1437
+ /** Disable apply network policies on private end point in the subnet. */
1438
+ Disabled = "disabled"
1439
+ }
1440
+ /**
1441
+ * Enable or Disable apply network policies on private end point in the subnet. \
1442
+ * {@link KnownPrivateEndpointNetworkPolicies} can be used interchangeably with PrivateEndpointNetworkPolicies,
1443
+ * this enum contains the known values that the service supports.
1444
+ * ### Known values supported by the service
1445
+ * **enabled**: Enable apply network policies on private end point in the subnet. \
1446
+ * **disabled**: Disable apply network policies on private end point in the subnet.
1447
+ */
1448
+ export type PrivateEndpointNetworkPolicies = string;
1449
+ /** Enable or Disable apply network policies on private link service in the subnet. */
1450
+ export declare enum KnownPrivateLinkServiceNetworkPolicies {
1451
+ /** Enable apply network policies on private link service in the subnet. */
1452
+ Enabled = "enabled",
1453
+ /** Disable apply network policies on private link service in the subnet. */
1454
+ Disabled = "disabled"
1455
+ }
1456
+ /**
1457
+ * Enable or Disable apply network policies on private link service in the subnet. \
1458
+ * {@link KnownPrivateLinkServiceNetworkPolicies} can be used interchangeably with PrivateLinkServiceNetworkPolicies,
1459
+ * this enum contains the known values that the service supports.
1460
+ * ### Known values supported by the service
1461
+ * **enabled**: Enable apply network policies on private link service in the subnet. \
1462
+ * **disabled**: Disable apply network policies on private link service in the subnet.
1463
+ */
1464
+ export type PrivateLinkServiceNetworkPolicies = string;
1465
+ export declare function serviceEndpointArraySerializer(result: Array<ServiceEndpoint>): any[];
1466
+ export declare function serviceEndpointArrayDeserializer(result: Array<ServiceEndpoint>): any[];
1467
+ /** The service endpoint properties. */
1468
+ export interface ServiceEndpoint {
1469
+ /** The type of the endpoint service. */
1470
+ service: string;
1471
+ /** A list of locations. */
1472
+ locations?: string[];
1473
+ }
1474
+ export declare function serviceEndpointSerializer(item: ServiceEndpoint): any;
1475
+ export declare function serviceEndpointDeserializer(item: any): ServiceEndpoint;
1476
+ /** Indicates the update mode for Cross Az clusters. */
1477
+ export declare enum KnownZonalUpdateMode {
1478
+ /** The cluster will use 5 upgrade domains for Cross Az Node types. */
1479
+ Standard = "Standard",
1480
+ /** The cluster will use a maximum of 3 upgrade domains per zone instead of 5 for Cross Az Node types for faster deployments. */
1481
+ Fast = "Fast"
1482
+ }
1483
+ /**
1484
+ * Indicates the update mode for Cross Az clusters. \
1485
+ * {@link KnownZonalUpdateMode} can be used interchangeably with ZonalUpdateMode,
1486
+ * this enum contains the known values that the service supports.
1487
+ * ### Known values supported by the service
1488
+ * **Standard**: The cluster will use 5 upgrade domains for Cross Az Node types. \
1489
+ * **Fast**: The cluster will use a maximum of 3 upgrade domains per zone instead of 5 for Cross Az Node types for faster deployments.
1490
+ */
1491
+ export type ZonalUpdateMode = string;
1492
+ /** Describes the policy used when upgrading the cluster. */
1493
+ export interface ClusterUpgradePolicy {
1494
+ /** If true, then processes are forcefully restarted during upgrade even when the code version has not changed (the upgrade only changes configuration or data). */
1495
+ forceRestart?: boolean;
1496
+ /** The cluster health policy defines a health policy used to evaluate the health of the cluster during a cluster upgrade. */
1497
+ healthPolicy?: ClusterHealthPolicy;
1498
+ /** The cluster delta health policy defines a health policy used to evaluate the health of the cluster during a cluster upgrade. */
1499
+ deltaHealthPolicy?: ClusterUpgradeDeltaHealthPolicy;
1500
+ /** The cluster monitoring policy describes the parameters for monitoring an upgrade in Monitored mode. */
1501
+ monitoringPolicy?: ClusterMonitoringPolicy;
1502
+ /**
1503
+ * The maximum amount of time to block processing of an upgrade domain and prevent loss of availability when there are unexpected issues.
1504
+ * When this timeout expires, processing of the upgrade domain will proceed regardless of availability loss issues.
1505
+ * The timeout is reset at the start of each upgrade domain. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
1506
+ * This value must be between 00:00:00 and 49710.06:28:15 (unsigned 32 bit integer for seconds)
1507
+ */
1508
+ upgradeReplicaSetCheckTimeout?: string;
1509
+ }
1510
+ export declare function clusterUpgradePolicySerializer(item: ClusterUpgradePolicy): any;
1511
+ export declare function clusterUpgradePolicyDeserializer(item: any): ClusterUpgradePolicy;
1512
+ /** Defines a health policy used to evaluate the health of the cluster or of a cluster node. */
1513
+ export interface ClusterHealthPolicy {
1514
+ /**
1515
+ * The maximum allowed percentage of unhealthy nodes before reporting an error. For example, to allow 10% of nodes to be unhealthy, this value would be 10.
1516
+ *
1517
+ * The percentage represents the maximum tolerated percentage of nodes that can be unhealthy before the cluster is considered in error.
1518
+ * If the percentage is respected but there is at least one unhealthy node, the health is evaluated as Warning.
1519
+ * The percentage is calculated by dividing the number of unhealthy nodes over the total number of nodes in the cluster.
1520
+ * The computation rounds up to tolerate one failure on small numbers of nodes. Default percentage is zero.
1521
+ *
1522
+ * In large clusters, some nodes will always be down or out for repairs, so this percentage should be configured to tolerate that.
1523
+ */
1524
+ maxPercentUnhealthyNodes: number;
1525
+ /**
1526
+ * The maximum allowed percentage of unhealthy applications before reporting an error. For example, to allow 10% of applications to be unhealthy, this value would be 10.
1527
+ *
1528
+ * The percentage represents the maximum tolerated percentage of applications that can be unhealthy before the cluster is considered in error.
1529
+ * If the percentage is respected but there is at least one unhealthy application, the health is evaluated as Warning.
1530
+ * This is calculated by dividing the number of unhealthy applications over the total number of application instances in the cluster, excluding applications of application types that are included in the ApplicationTypeHealthPolicyMap.
1531
+ * The computation rounds up to tolerate one failure on small numbers of applications. Default percentage is zero.
1532
+ */
1533
+ maxPercentUnhealthyApplications: number;
1534
+ }
1535
+ export declare function clusterHealthPolicySerializer(item: ClusterHealthPolicy): any;
1536
+ export declare function clusterHealthPolicyDeserializer(item: any): ClusterHealthPolicy;
1537
+ /** Describes the delta health policies for the cluster upgrade. */
1538
+ export interface ClusterUpgradeDeltaHealthPolicy {
1539
+ /**
1540
+ * The maximum allowed percentage of nodes health degradation allowed during cluster upgrades.
1541
+ * The delta is measured between the state of the nodes at the beginning of upgrade and the state of the nodes at the time of the health evaluation.
1542
+ * The check is performed after every upgrade domain upgrade completion to make sure the global state of the cluster is within tolerated limits.
1543
+ */
1544
+ maxPercentDeltaUnhealthyNodes: number;
1545
+ /**
1546
+ * The maximum allowed percentage of upgrade domain nodes health degradation allowed during cluster upgrades.
1547
+ * The delta is measured between the state of the upgrade domain nodes at the beginning of upgrade and the state of the upgrade domain nodes at the time of the health evaluation.
1548
+ * The check is performed after every upgrade domain upgrade completion for all completed upgrade domains to make sure the state of the upgrade domains is within tolerated limits.
1549
+ */
1550
+ maxPercentUpgradeDomainDeltaUnhealthyNodes?: number;
1551
+ /**
1552
+ * The maximum allowed percentage of applications health degradation allowed during cluster upgrades.
1553
+ * The delta is measured between the state of the applications at the beginning of upgrade and the state of the applications at the time of the health evaluation.
1554
+ * The check is performed after every upgrade domain upgrade completion to make sure the global state of the cluster is within tolerated limits. System services are not included in this.
1555
+ * NOTE: This value will overwrite the value specified in properties.UpgradeDescription.HealthPolicy.MaxPercentUnhealthyApplications
1556
+ */
1557
+ maxPercentDeltaUnhealthyApplications?: number;
1558
+ }
1559
+ export declare function clusterUpgradeDeltaHealthPolicySerializer(item: ClusterUpgradeDeltaHealthPolicy): any;
1560
+ export declare function clusterUpgradeDeltaHealthPolicyDeserializer(item: any): ClusterUpgradeDeltaHealthPolicy;
1561
+ /** Describes the monitoring policies for the cluster upgrade. */
1562
+ export interface ClusterMonitoringPolicy {
1563
+ /** The length of time to wait after completing an upgrade domain before performing health checks. The duration can be in either hh:mm:ss or in d.hh:mm:ss.ms format. */
1564
+ healthCheckWaitDuration: string;
1565
+ /** The amount of time that the application or cluster must remain healthy before the upgrade proceeds to the next upgrade domain. The duration can be in either hh:mm:ss or in d.hh:mm:ss.ms format. */
1566
+ healthCheckStableDuration: string;
1567
+ /** The amount of time to retry health evaluation when the application or cluster is unhealthy before the upgrade rolls back. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format. */
1568
+ healthCheckRetryTimeout: string;
1569
+ /** The amount of time the overall upgrade has to complete before the upgrade rolls back. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format. */
1570
+ upgradeTimeout: string;
1571
+ /** The amount of time each upgrade domain has to complete before the upgrade rolls back. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format. */
1572
+ upgradeDomainTimeout: string;
1573
+ }
1574
+ export declare function clusterMonitoringPolicySerializer(item: ClusterMonitoringPolicy): any;
1575
+ export declare function clusterMonitoringPolicyDeserializer(item: any): ClusterMonitoringPolicy;
1576
+ /**
1577
+ * This enum is the entrypoint to using a certificate from a public CA for your cluster. This property was introduced to solve the
1578
+ * domain squatting problem with new domains. A domain name will be generated in the following format: {clustername}.{hash}.{regionname}.sfmcdomain.
1579
+ * The hash portion comes from Azure DNS' Deterministic Name Library. The library creates a hash using the cluster's Tenant, Subscription, Resource Group
1580
+ * and Resource Name using the AutoGeneratedDomainNameLabelScope/reuse policy chosen.
1581
+ */
1582
+ export declare enum KnownAutoGeneratedDomainNameLabelScope {
1583
+ /** TenantReuse allows for the same hash to be created if the resource is created in the same Tenant with the same resource name. */
1584
+ TenantReuse = "TenantReuse",
1585
+ /** SubscriptionReuse allows for the same hash to be created if the resource is created in the same Subscription with the same resource name. */
1586
+ SubscriptionReuse = "SubscriptionReuse",
1587
+ /** ResourceGroupReuse allows for the same hash to be created if the resource is created in the same Resource Group with the same resource name. */
1588
+ ResourceGroupReuse = "ResourceGroupReuse",
1589
+ /** NoReuse will create a new hash regardless of the Subscription, Resource Group, Tenant and Resource name. */
1590
+ NoReuse = "NoReuse"
1591
+ }
1592
+ /**
1593
+ * This enum is the entrypoint to using a certificate from a public CA for your cluster. This property was introduced to solve the
1594
+ * domain squatting problem with new domains. A domain name will be generated in the following format: {clustername}.{hash}.{regionname}.sfmcdomain.
1595
+ * The hash portion comes from Azure DNS' Deterministic Name Library. The library creates a hash using the cluster's Tenant, Subscription, Resource Group
1596
+ * and Resource Name using the AutoGeneratedDomainNameLabelScope/reuse policy chosen. \
1597
+ * {@link KnownAutoGeneratedDomainNameLabelScope} can be used interchangeably with AutoGeneratedDomainNameLabelScope,
1598
+ * this enum contains the known values that the service supports.
1599
+ * ### Known values supported by the service
1600
+ * **TenantReuse**: TenantReuse allows for the same hash to be created if the resource is created in the same Tenant with the same resource name. \
1601
+ * **SubscriptionReuse**: SubscriptionReuse allows for the same hash to be created if the resource is created in the same Subscription with the same resource name. \
1602
+ * **ResourceGroupReuse**: ResourceGroupReuse allows for the same hash to be created if the resource is created in the same Resource Group with the same resource name. \
1603
+ * **NoReuse**: NoReuse will create a new hash regardless of the Subscription, Resource Group, Tenant and Resource name.
1604
+ */
1605
+ export type AutoGeneratedDomainNameLabelScope = string;
1606
+ /** Service Fabric managed cluster Sku definition */
1607
+ export interface Sku {
1608
+ /** Sku Name. */
1609
+ name: SkuName;
1610
+ }
1611
+ export declare function skuSerializer(item: Sku): any;
1612
+ export declare function skuDeserializer(item: any): Sku;
1613
+ /** Sku Name. */
1614
+ export declare enum KnownSkuName {
1615
+ /** Basic requires a minimum of 3 nodes and allows only 1 node type. */
1616
+ Basic = "Basic",
1617
+ /** Requires a minimum of 5 nodes and allows 1 or more node type. */
1618
+ Standard = "Standard"
1619
+ }
1620
+ /**
1621
+ * Sku Name. \
1622
+ * {@link KnownSkuName} can be used interchangeably with SkuName,
1623
+ * this enum contains the known values that the service supports.
1624
+ * ### Known values supported by the service
1625
+ * **Basic**: Basic requires a minimum of 3 nodes and allows only 1 node type. \
1626
+ * **Standard**: Requires a minimum of 5 nodes and allows 1 or more node type.
1627
+ */
1628
+ export type SkuName = string;
1629
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
1630
+ export interface TrackedResource extends Resource {
1631
+ /** Resource tags. */
1632
+ tags?: Record<string, string>;
1633
+ /** The geo-location where the resource lives */
1634
+ location: string;
1635
+ }
1636
+ export declare function trackedResourceSerializer(item: TrackedResource): any;
1637
+ export declare function trackedResourceDeserializer(item: any): TrackedResource;
1638
+ /** Managed cluster update request */
1639
+ export interface ManagedClusterUpdateParameters {
1640
+ /** Managed cluster update parameters */
1641
+ tags?: Record<string, string>;
1642
+ }
1643
+ export declare function managedClusterUpdateParametersSerializer(item: ManagedClusterUpdateParameters): any;
1644
+ /** The response of a ManagedCluster list operation. */
1645
+ export interface _ManagedClusterListResult {
1646
+ /** The ManagedCluster items on this page */
1647
+ value: ManagedCluster[];
1648
+ /** The link to the next page of items */
1649
+ nextLink?: string;
1650
+ }
1651
+ export declare function _managedClusterListResultDeserializer(item: any): _ManagedClusterListResult;
1652
+ export declare function managedClusterArraySerializer(result: Array<ManagedCluster>): any[];
1653
+ export declare function managedClusterArrayDeserializer(result: Array<ManagedCluster>): any[];
1654
+ /** Parameters for Fault Simulation id. */
1655
+ export interface FaultSimulationIdContent {
1656
+ /** unique identifier for the fault simulation. */
1657
+ simulationId: string;
1658
+ }
1659
+ export declare function faultSimulationIdContentSerializer(item: FaultSimulationIdContent): any;
1660
+ /** Fault simulation object with status. */
1661
+ export interface FaultSimulation {
1662
+ /** unique identifier for the fault simulation. */
1663
+ simulationId?: string;
1664
+ /** Fault simulation status */
1665
+ status?: FaultSimulationStatus;
1666
+ /** The start time of the fault simulation. */
1667
+ startTime?: Date;
1668
+ /** The end time of the fault simulation. */
1669
+ endTime?: Date;
1670
+ /** Fault simulation details */
1671
+ details?: FaultSimulationDetails;
1672
+ }
1673
+ export declare function faultSimulationDeserializer(item: any): FaultSimulation;
1674
+ /** Fault simulation status. */
1675
+ export declare enum KnownFaultSimulationStatus {
1676
+ /** Indicates the fault simulation is starting. The simulation will have this status while the start operation is in progress. */
1677
+ Starting = "Starting",
1678
+ /** Indicates the fault simulation is active. The simulation will have this status after the start operation has completed successfully. */
1679
+ Active = "Active",
1680
+ /** Indicates the fault simulation is stopping. The simulation will have this status while the stop operation is in progress. */
1681
+ Stopping = "Stopping",
1682
+ /** Indicates the fault simulation is done. The simulation will have this status after the stop operation has completed successfully. */
1683
+ Done = "Done",
1684
+ /** Indicates the fault simulation has failed on start. The simulation will have this status after the start operation fails. */
1685
+ StartFailed = "StartFailed",
1686
+ /** Indicates the fault simulation has failed on stop. The simulation will have this status after the stop operation fails. */
1687
+ StopFailed = "StopFailed"
1688
+ }
1689
+ /**
1690
+ * Fault simulation status. \
1691
+ * {@link KnownFaultSimulationStatus} can be used interchangeably with FaultSimulationStatus,
1692
+ * this enum contains the known values that the service supports.
1693
+ * ### Known values supported by the service
1694
+ * **Starting**: Indicates the fault simulation is starting. The simulation will have this status while the start operation is in progress. \
1695
+ * **Active**: Indicates the fault simulation is active. The simulation will have this status after the start operation has completed successfully. \
1696
+ * **Stopping**: Indicates the fault simulation is stopping. The simulation will have this status while the stop operation is in progress. \
1697
+ * **Done**: Indicates the fault simulation is done. The simulation will have this status after the stop operation has completed successfully. \
1698
+ * **StartFailed**: Indicates the fault simulation has failed on start. The simulation will have this status after the start operation fails. \
1699
+ * **StopFailed**: Indicates the fault simulation has failed on stop. The simulation will have this status after the stop operation fails.
1700
+ */
1701
+ export type FaultSimulationStatus = string;
1702
+ /** Details for Fault Simulation. */
1703
+ export interface FaultSimulationDetails {
1704
+ /** unique identifier for the cluster resource. */
1705
+ clusterId?: string;
1706
+ /** unique identifier for the operation associated with the fault simulation. */
1707
+ operationId?: string;
1708
+ /** List of node type simulations associated with the cluster fault simulation. */
1709
+ nodeTypeFaultSimulation?: NodeTypeFaultSimulation[];
1710
+ /** Fault simulation parameters. */
1711
+ parameters?: FaultSimulationContentUnion;
1712
+ }
1713
+ export declare function faultSimulationDetailsDeserializer(item: any): FaultSimulationDetails;
1714
+ export declare function nodeTypeFaultSimulationArrayDeserializer(result: Array<NodeTypeFaultSimulation>): any[];
1715
+ /** Node type fault simulation object with status. */
1716
+ export interface NodeTypeFaultSimulation {
1717
+ /** Node type name. */
1718
+ nodeTypeName?: string;
1719
+ /** Fault simulation status */
1720
+ status?: FaultSimulationStatus;
1721
+ /** Current or latest asynchronous operation identifier on the node type. */
1722
+ operationId?: string;
1723
+ /** Current or latest asynchronous operation status on the node type */
1724
+ operationStatus?: SfmcOperationStatus;
1725
+ }
1726
+ export declare function nodeTypeFaultSimulationDeserializer(item: any): NodeTypeFaultSimulation;
1727
+ /** Sfmc operation status. */
1728
+ export declare enum KnownSfmcOperationStatus {
1729
+ /** Operation created. */
1730
+ Created = "Created",
1731
+ /** Operation started. */
1732
+ Started = "Started",
1733
+ /** Operation succeeded. */
1734
+ Succeeded = "Succeeded",
1735
+ /** Operation failed. */
1736
+ Failed = "Failed",
1737
+ /** Operation aborted. */
1738
+ Aborted = "Aborted",
1739
+ /** Operation canceled. */
1740
+ Canceled = "Canceled"
1741
+ }
1742
+ /**
1743
+ * Sfmc operation status. \
1744
+ * {@link KnownSfmcOperationStatus} can be used interchangeably with SfmcOperationStatus,
1745
+ * this enum contains the known values that the service supports.
1746
+ * ### Known values supported by the service
1747
+ * **Created**: Operation created. \
1748
+ * **Started**: Operation started. \
1749
+ * **Succeeded**: Operation succeeded. \
1750
+ * **Failed**: Operation failed. \
1751
+ * **Aborted**: Operation aborted. \
1752
+ * **Canceled**: Operation canceled.
1753
+ */
1754
+ export type SfmcOperationStatus = string;
1755
+ /** Parameters for Fault Simulation action. */
1756
+ export interface FaultSimulationContent {
1757
+ /** The kind of fault to be simulated. */
1758
+ /** The discriminator possible values: Zone */
1759
+ faultKind: FaultKind;
1760
+ /** Force the action to go through without any check on the cluster. */
1761
+ force?: boolean;
1762
+ /** Constraints for Fault Simulation action. */
1763
+ constraints?: FaultSimulationConstraints;
1764
+ }
1765
+ export declare function faultSimulationContentSerializer(item: FaultSimulationContent): any;
1766
+ export declare function faultSimulationContentDeserializer(item: any): FaultSimulationContent;
1767
+ /** Alias for FaultSimulationContentUnion */
1768
+ export type FaultSimulationContentUnion = ZoneFaultSimulationContent | FaultSimulationContent;
1769
+ export declare function faultSimulationContentUnionSerializer(item: FaultSimulationContentUnion): any;
1770
+ export declare function faultSimulationContentUnionDeserializer(item: any): FaultSimulationContentUnion;
1771
+ /** The kind of fault simulation. */
1772
+ export declare enum KnownFaultKind {
1773
+ /** Simulates an availability zone down. */
1774
+ Zone = "Zone"
1775
+ }
1776
+ /**
1777
+ * The kind of fault simulation. \
1778
+ * {@link KnownFaultKind} can be used interchangeably with FaultKind,
1779
+ * this enum contains the known values that the service supports.
1780
+ * ### Known values supported by the service
1781
+ * **Zone**: Simulates an availability zone down.
1782
+ */
1783
+ export type FaultKind = string;
1784
+ /** Constraints for Fault Simulation action. */
1785
+ export interface FaultSimulationConstraints {
1786
+ /** The absolute expiration timestamp (UTC) after which this fault simulation should be stopped if it's still active. */
1787
+ expirationTime?: Date;
1788
+ }
1789
+ export declare function faultSimulationConstraintsSerializer(item: FaultSimulationConstraints): any;
1790
+ export declare function faultSimulationConstraintsDeserializer(item: any): FaultSimulationConstraints;
1791
+ /** Parameters for Zone Fault Simulation action. */
1792
+ export interface ZoneFaultSimulationContent extends FaultSimulationContent {
1793
+ /** Indicates the zones of the fault simulation. */
1794
+ zones?: string[];
1795
+ /** The kind of fault simulation. */
1796
+ faultKind: "Zone";
1797
+ }
1798
+ export declare function zoneFaultSimulationContentSerializer(item: ZoneFaultSimulationContent): any;
1799
+ export declare function zoneFaultSimulationContentDeserializer(item: any): ZoneFaultSimulationContent;
1800
+ /** Fault simulation list results */
1801
+ export interface _FaultSimulationListResult {
1802
+ /** The FaultSimulation items on this page */
1803
+ value: FaultSimulation[];
1804
+ /** The link to the next page of items */
1805
+ nextLink?: string;
1806
+ }
1807
+ export declare function _faultSimulationListResultDeserializer(item: any): _FaultSimulationListResult;
1808
+ export declare function faultSimulationArrayDeserializer(result: Array<FaultSimulation>): any[];
1809
+ /** Fault Simulation Request for Start action. */
1810
+ export interface FaultSimulationContentWrapper {
1811
+ /** Parameters for Fault Simulation start action. */
1812
+ parameters: FaultSimulationContentUnion;
1813
+ }
1814
+ export declare function faultSimulationContentWrapperSerializer(item: FaultSimulationContentWrapper): any;
1815
+ /** Describes the result of the request to list Managed VM Sizes for Service Fabric Managed Clusters. */
1816
+ export interface ManagedAzResiliencyStatus {
1817
+ /** List of Managed VM Sizes for Service Fabric Managed Clusters. */
1818
+ baseResourceStatus?: ResourceAzStatus[];
1819
+ /** URL to get the next set of Managed VM Sizes if there are any. */
1820
+ readonly isClusterZoneResilient?: boolean;
1821
+ }
1822
+ export declare function managedAzResiliencyStatusDeserializer(item: any): ManagedAzResiliencyStatus;
1823
+ export declare function resourceAzStatusArrayDeserializer(result: Array<ResourceAzStatus>): any[];
1824
+ /** Describes Az Resiliency status of Base resources */
1825
+ export interface ResourceAzStatus {
1826
+ /** VM Size properties. */
1827
+ readonly resourceName?: string;
1828
+ /** VM Size id. */
1829
+ readonly resourceType?: string;
1830
+ /** VM Size name. */
1831
+ readonly isZoneResilient?: boolean;
1832
+ /** Zone resiliency status details for the resource. */
1833
+ readonly details?: string;
1834
+ }
1835
+ export declare function resourceAzStatusDeserializer(item: any): ResourceAzStatus;
1836
+ /** Describes the maintenance window status of the Service Fabric Managed Cluster. */
1837
+ export interface ManagedMaintenanceWindowStatus {
1838
+ /** If maintenance window is enabled on this cluster. */
1839
+ readonly isWindowEnabled?: boolean;
1840
+ /** Indicates if the region is ready to configure maintenance windows. */
1841
+ readonly isRegionReady?: boolean;
1842
+ /** If maintenance window is active. */
1843
+ readonly isWindowActive?: boolean;
1844
+ /** If updates can be applied. */
1845
+ readonly canApplyUpdates?: boolean;
1846
+ /** Last window update time in UTC. */
1847
+ readonly lastWindowStatusUpdateAtUTC?: Date;
1848
+ /** Last window start time in UTC. */
1849
+ readonly lastWindowStartTimeUTC?: Date;
1850
+ /** Last window end time in UTC. */
1851
+ readonly lastWindowEndTimeUTC?: Date;
1852
+ }
1853
+ export declare function managedMaintenanceWindowStatusDeserializer(item: any): ManagedMaintenanceWindowStatus;
1854
+ /** Describes a node type in the cluster, each node type represents sub set of nodes in the cluster. */
1855
+ export interface NodeType extends ProxyResource {
1856
+ /** The node type properties */
1857
+ properties?: NodeTypeProperties;
1858
+ /** Resource tags. */
1859
+ tags?: Record<string, string>;
1860
+ /** The node type sku. */
1861
+ sku?: NodeTypeSku;
1862
+ }
1863
+ export declare function nodeTypeSerializer(item: NodeType): any;
1864
+ export declare function nodeTypeDeserializer(item: any): NodeType;
1865
+ /** Describes a node type in the cluster, each node type represents sub set of nodes in the cluster. */
1866
+ export interface NodeTypeProperties {
1867
+ /** Indicates the Service Fabric system services for the cluster will run on this node type. This setting cannot be changed once the node type is created. */
1868
+ isPrimary: boolean;
1869
+ /** The number of nodes in the node type. **Values:** -1 - Use when auto scale rules are configured or sku.capacity is defined 0 - Not supported >0 - Use for manual scale. */
1870
+ vmInstanceCount: number;
1871
+ /** Disk size for the managed disk attached to the vms on the node type in GBs. */
1872
+ dataDiskSizeGB?: number;
1873
+ /** Managed data disk type. Specifies the storage account type for the managed disk */
1874
+ dataDiskType?: DiskType;
1875
+ /** Managed data disk letter. It can not use the reserved letter C or D and it can not change after created. */
1876
+ dataDiskLetter?: string;
1877
+ /** The placement tags applied to nodes in the node type, which can be used to indicate where certain services (workload) should run. */
1878
+ placementProperties?: Record<string, string>;
1879
+ /** The capacity tags applied to the nodes in the node type, the cluster resource manager uses these tags to understand how much resource a node has. */
1880
+ capacities?: Record<string, string>;
1881
+ /** The range of ports from which cluster assigned port to Service Fabric applications. */
1882
+ applicationPorts?: EndpointRangeDescription;
1883
+ /** The range of ephemeral ports that nodes in this node type should be configured with. */
1884
+ ephemeralPorts?: EndpointRangeDescription;
1885
+ /** The size of virtual machines in the pool. All virtual machines in a pool are the same size. For example, Standard_D3. */
1886
+ vmSize?: string;
1887
+ /** The publisher of the Azure Virtual Machines Marketplace image. For example, Canonical or MicrosoftWindowsServer. */
1888
+ vmImagePublisher?: string;
1889
+ /** The offer type of the Azure Virtual Machines Marketplace image. For example, UbuntuServer or WindowsServer. */
1890
+ vmImageOffer?: string;
1891
+ /** The SKU of the Azure Virtual Machines Marketplace image. For example, 14.04.0-LTS or 2012-R2-Datacenter. */
1892
+ vmImageSku?: string;
1893
+ /** The version of the Azure Virtual Machines Marketplace image. A value of 'latest' can be specified to select the latest version of an image. If omitted, the default is 'latest'. */
1894
+ vmImageVersion?: string;
1895
+ /** The secrets to install in the virtual machines. */
1896
+ vmSecrets?: VaultSecretGroup[];
1897
+ /** Set of extensions that should be installed onto the virtual machines. */
1898
+ vmExtensions?: VmssExtension[];
1899
+ /** Identities to assign to the virtual machine scale set under the node type. */
1900
+ vmManagedIdentity?: VmManagedIdentity;
1901
+ /** Indicates if the node type can only host Stateless workloads. */
1902
+ isStateless?: boolean;
1903
+ /** Indicates if scale set associated with the node type can be composed of multiple placement groups. */
1904
+ multiplePlacementGroups?: boolean;
1905
+ /** Indicates the node type uses its own frontend configurations instead of the default one for the cluster. This setting can only be specified for non-primary node types and can not be added or removed after the node type is created. */
1906
+ frontendConfigurations?: FrontendConfiguration[];
1907
+ /** The Network Security Rules for this node type. This setting can only be specified for node types that are configured with frontend configurations. */
1908
+ networkSecurityRules?: NetworkSecurityRule[];
1909
+ /** Additional managed data disks. */
1910
+ additionalDataDisks?: VmssDataDisk[];
1911
+ /** Enable or disable the Host Encryption for the virtual machines on the node type. This will enable the encryption for all the disks including Resource/Temp disk at host itself. Default: The Encryption at host will be disabled unless this property is set to true for the resource. */
1912
+ enableEncryptionAtHost?: boolean;
1913
+ /** The provisioning state of the node type resource. */
1914
+ readonly provisioningState?: ManagedResourceProvisioningState;
1915
+ /** Specifies whether the network interface is accelerated networking-enabled. */
1916
+ enableAcceleratedNetworking?: boolean;
1917
+ /** Specifies whether the use public load balancer. If not specified and the node type doesn't have its own frontend configuration, it will be attached to the default load balancer. If the node type uses its own Load balancer and useDefaultPublicLoadBalancer is true, then the frontend has to be an Internal Load Balancer. If the node type uses its own Load balancer and useDefaultPublicLoadBalancer is false or not set, then the custom load balancer must include a public load balancer to provide outbound connectivity. */
1918
+ useDefaultPublicLoadBalancer?: boolean;
1919
+ /** Specifies whether to use the temporary disk for the service fabric data root, in which case no managed data disk will be attached and the temporary disk will be used. It is only allowed for stateless node types. */
1920
+ useTempDataDisk?: boolean;
1921
+ /** Specifies whether the node type should be overprovisioned. It is only allowed for stateless node types. */
1922
+ enableOverProvisioning?: boolean;
1923
+ /** Specifies the availability zones where the node type would span across. If the cluster is not spanning across availability zones, initiates az migration for the cluster. */
1924
+ zones?: string[];
1925
+ /** Indicates whether the node type will be Spot Virtual Machines. Azure will allocate the VMs if there is capacity available and the VMs can be evicted at any time. */
1926
+ isSpotVM?: boolean;
1927
+ /** Specifies the full host group resource Id. This property is used for deploying on azure dedicated hosts. */
1928
+ hostGroupId?: string;
1929
+ /** Indicates whether to use ephemeral os disk. The sku selected on the vmSize property needs to support this feature. */
1930
+ useEphemeralOSDisk?: boolean;
1931
+ /** Indicates the time duration after which the platform will not try to restore the VMSS SPOT instances specified as ISO 8601. */
1932
+ spotRestoreTimeout?: string;
1933
+ /** Specifies the eviction policy for virtual machines in a SPOT node type. Default is Delete. */
1934
+ evictionPolicy?: EvictionPolicyType;
1935
+ /** Indicates the resource id of the vm image. This parameter is used for custom vm image. */
1936
+ vmImageResourceId?: string;
1937
+ /** Indicates the resource id of the subnet for the node type. */
1938
+ subnetId?: string;
1939
+ /** Specifies the actions to be performed on the vms before bootstrapping the service fabric runtime. */
1940
+ vmSetupActions?: VmSetupAction[];
1941
+ /** Specifies the security type of the nodeType. Supported values include Standard, TrustedLaunch and ConfidentialVM. */
1942
+ securityType?: SecurityType;
1943
+ /** Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob and VMGuestStateOnly for encryption of just the VMGuestState blob. Note: It can be set for only Confidential VMs. */
1944
+ securityEncryptionType?: SecurityEncryptionType;
1945
+ /** Specifies whether secure boot should be enabled on the nodeType. Can only be used with TrustedLaunch and ConfidentialVM SecurityType. */
1946
+ secureBootEnabled?: boolean;
1947
+ /** Specifies whether each node is allocated its own public IPv4 address. This is only supported on secondary node types with custom Load Balancers. */
1948
+ enableNodePublicIP?: boolean;
1949
+ /** Specifies whether each node is allocated its own public IPv6 address. This is only supported on secondary node types with custom Load Balancers. */
1950
+ enableNodePublicIPv6?: boolean;
1951
+ /** Indicates the resource id of the vm shared galleries image. This parameter is used for custom vm image. */
1952
+ vmSharedGalleryImageId?: string;
1953
+ /** Specifies the resource id of a NAT Gateway to attach to the subnet of this node type. Node type must use custom load balancer. */
1954
+ natGatewayId?: string;
1955
+ /** Specifies the NAT configuration on default public Load Balancer for the node type. This is only supported for node types use the default public Load Balancer. */
1956
+ natConfigurations?: NodeTypeNatConfig[];
1957
+ /** Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required information and then click Save. */
1958
+ vmImagePlan?: VmImagePlan;
1959
+ /** Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. */
1960
+ serviceArtifactReferenceId?: string;
1961
+ /** Specifies the resource id of the DSCP configuration to apply to the node type network interface. */
1962
+ dscpConfigurationId?: string;
1963
+ /** Specifies the settings for any additional secondary network interfaces to attach to the node type. */
1964
+ additionalNetworkInterfaceConfigurations?: AdditionalNetworkInterfaceConfiguration[];
1965
+ /** Specifies the computer name prefix. Limited to 9 characters. If specified, allows for a longer name to be specified for the node type name. */
1966
+ computerNamePrefix?: string;
1967
+ /** Specifies the gallery applications that should be made available to the underlying VMSS. */
1968
+ vmApplications?: VmApplication[];
1969
+ /** Setting this to true allows stateless node types to scale out without equal distribution across zones. */
1970
+ zoneBalance?: boolean;
1971
+ }
1972
+ export declare function nodeTypePropertiesSerializer(item: NodeTypeProperties): any;
1973
+ export declare function nodeTypePropertiesDeserializer(item: any): NodeTypeProperties;
1974
+ /** Managed data disk type. IOPS and throughput are given by the disk size, to see more information go to https://docs.microsoft.com/en-us/azure/virtual-machines/disks-types. */
1975
+ export declare enum KnownDiskType {
1976
+ /** Standard HDD locally redundant storage. Best for backup, non-critical, and infrequent access. */
1977
+ StandardLRS = "Standard_LRS",
1978
+ /** Standard SSD locally redundant storage. Best for web servers, lightly used enterprise applications and dev/test. */
1979
+ StandardSSDLRS = "StandardSSD_LRS",
1980
+ /** Premium SSD locally redundant storage. Best for production and performance sensitive workloads. */
1981
+ PremiumLRS = "Premium_LRS",
1982
+ /** Premium SSD V2 locally redundant storage. Best for production and performance sensitive workloads that consistently require low latency and high IOPS and throughput. */
1983
+ PremiumV2LRS = "PremiumV2_LRS",
1984
+ /** Standard SSD zone redundant storage. Best for web servers, lightly used enterprise applications and dev/test that need storage resiliency against zone failures. */
1985
+ StandardSSDZRS = "StandardSSD_ZRS",
1986
+ /** Premium SSD zone redundant storage. Best for production workloads that need storage resiliency against zone failures. */
1987
+ PremiumZRS = "Premium_ZRS"
1988
+ }
1989
+ /**
1990
+ * Managed data disk type. IOPS and throughput are given by the disk size, to see more information go to https://docs.microsoft.com/en-us/azure/virtual-machines/disks-types. \
1991
+ * {@link KnownDiskType} can be used interchangeably with DiskType,
1992
+ * this enum contains the known values that the service supports.
1993
+ * ### Known values supported by the service
1994
+ * **Standard_LRS**: Standard HDD locally redundant storage. Best for backup, non-critical, and infrequent access. \
1995
+ * **StandardSSD_LRS**: Standard SSD locally redundant storage. Best for web servers, lightly used enterprise applications and dev\/test. \
1996
+ * **Premium_LRS**: Premium SSD locally redundant storage. Best for production and performance sensitive workloads. \
1997
+ * **PremiumV2_LRS**: Premium SSD V2 locally redundant storage. Best for production and performance sensitive workloads that consistently require low latency and high IOPS and throughput. \
1998
+ * **StandardSSD_ZRS**: Standard SSD zone redundant storage. Best for web servers, lightly used enterprise applications and dev\/test that need storage resiliency against zone failures. \
1999
+ * **Premium_ZRS**: Premium SSD zone redundant storage. Best for production workloads that need storage resiliency against zone failures.
2000
+ */
2001
+ export type DiskType = string;
2002
+ /** Port range details */
2003
+ export interface EndpointRangeDescription {
2004
+ /** Starting port of a range of ports */
2005
+ startPort: number;
2006
+ /** End port of a range of ports */
2007
+ endPort: number;
2008
+ }
2009
+ export declare function endpointRangeDescriptionSerializer(item: EndpointRangeDescription): any;
2010
+ export declare function endpointRangeDescriptionDeserializer(item: any): EndpointRangeDescription;
2011
+ export declare function vaultSecretGroupArraySerializer(result: Array<VaultSecretGroup>): any[];
2012
+ export declare function vaultSecretGroupArrayDeserializer(result: Array<VaultSecretGroup>): any[];
2013
+ /** Specifies set of certificates that should be installed onto the virtual machines. */
2014
+ export interface VaultSecretGroup {
2015
+ /** The relative URL of the Key Vault containing all of the certificates in VaultCertificates. */
2016
+ sourceVault: SubResource;
2017
+ /** The list of key vault references in SourceVault which contain certificates. */
2018
+ vaultCertificates: VaultCertificate[];
2019
+ }
2020
+ export declare function vaultSecretGroupSerializer(item: VaultSecretGroup): any;
2021
+ export declare function vaultSecretGroupDeserializer(item: any): VaultSecretGroup;
2022
+ /** Azure resource identifier. */
2023
+ export interface SubResource {
2024
+ /** Azure resource identifier. */
2025
+ id?: string;
2026
+ }
2027
+ export declare function subResourceSerializer(item: SubResource): any;
2028
+ export declare function subResourceDeserializer(item: any): SubResource;
2029
+ export declare function vaultCertificateArraySerializer(result: Array<VaultCertificate>): any[];
2030
+ export declare function vaultCertificateArrayDeserializer(result: Array<VaultCertificate>): any[];
2031
+ /** Describes a single certificate reference in a Key Vault, and where the certificate should reside on the VM. */
2032
+ export interface VaultCertificate {
2033
+ /** This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). */
2034
+ certificateUrl: string;
2035
+ /** For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name {UppercaseThumbprint}.crt for the X509 certificate file and {UppercaseThumbprint}.prv for private key. Both of these files are .pem formatted. */
2036
+ certificateStore: string;
2037
+ }
2038
+ export declare function vaultCertificateSerializer(item: VaultCertificate): any;
2039
+ export declare function vaultCertificateDeserializer(item: any): VaultCertificate;
2040
+ export declare function vmssExtensionArraySerializer(result: Array<VmssExtension>): any[];
2041
+ export declare function vmssExtensionArrayDeserializer(result: Array<VmssExtension>): any[];
2042
+ /** Specifies set of extensions that should be installed onto the virtual machines. */
2043
+ export interface VmssExtension {
2044
+ /** The name of the extension. */
2045
+ name: string;
2046
+ /** Describes the properties of a Virtual Machine Scale Set Extension. */
2047
+ properties: VmssExtensionProperties;
2048
+ }
2049
+ export declare function vmssExtensionSerializer(item: VmssExtension): any;
2050
+ export declare function vmssExtensionDeserializer(item: any): VmssExtension;
2051
+ /** Describes the properties of a Virtual Machine Scale Set Extension. */
2052
+ export interface VmssExtensionProperties {
2053
+ /** The name of the extension handler publisher. */
2054
+ publisher: string;
2055
+ /** Specifies the type of the extension; an example is "CustomScriptExtension". */
2056
+ type: string;
2057
+ /** Specifies the version of the script handler. */
2058
+ typeHandlerVersion: string;
2059
+ /** Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. */
2060
+ autoUpgradeMinorVersion?: boolean;
2061
+ /** Json formatted public settings for the extension. */
2062
+ settings?: any;
2063
+ /** The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. */
2064
+ protectedSettings?: any;
2065
+ /** If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed. */
2066
+ forceUpdateTag?: string;
2067
+ /** Collection of extension names after which this extension needs to be provisioned. */
2068
+ provisionAfterExtensions?: string[];
2069
+ /** The provisioning state, which only appears in the response. */
2070
+ readonly provisioningState?: string;
2071
+ /** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. */
2072
+ enableAutomaticUpgrade?: boolean;
2073
+ /** Indicates the setup order for the extension. */
2074
+ setupOrder?: VmssExtensionSetupOrder[];
2075
+ }
2076
+ export declare function vmssExtensionPropertiesSerializer(item: VmssExtensionProperties): any;
2077
+ export declare function vmssExtensionPropertiesDeserializer(item: any): VmssExtensionProperties;
2078
+ /** Vm extension setup order. */
2079
+ export declare enum KnownVmssExtensionSetupOrder {
2080
+ /** Indicates that the vm extension should run before the service fabric runtime starts. */
2081
+ BeforeSFRuntime = "BeforeSFRuntime"
2082
+ }
2083
+ /**
2084
+ * Vm extension setup order. \
2085
+ * {@link KnownVmssExtensionSetupOrder} can be used interchangeably with VmssExtensionSetupOrder,
2086
+ * this enum contains the known values that the service supports.
2087
+ * ### Known values supported by the service
2088
+ * **BeforeSFRuntime**: Indicates that the vm extension should run before the service fabric runtime starts.
2089
+ */
2090
+ export type VmssExtensionSetupOrder = string;
2091
+ /** Identities for the virtual machine scale set under the node type. */
2092
+ export interface VmManagedIdentity {
2093
+ /** The list of user identities associated with the virtual machine scale set under the node type. Each entry will be an ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */
2094
+ userAssignedIdentities?: string[];
2095
+ }
2096
+ export declare function vmManagedIdentitySerializer(item: VmManagedIdentity): any;
2097
+ export declare function vmManagedIdentityDeserializer(item: any): VmManagedIdentity;
2098
+ export declare function frontendConfigurationArraySerializer(result: Array<FrontendConfiguration>): any[];
2099
+ export declare function frontendConfigurationArrayDeserializer(result: Array<FrontendConfiguration>): any[];
2100
+ /** Describes the frontend configurations for the node type. */
2101
+ export interface FrontendConfiguration {
2102
+ /** The IP address type of this frontend configuration. If omitted the default value is IPv4. */
2103
+ ipAddressType?: IPAddressType;
2104
+ /** The resource Id of the Load Balancer backend address pool that the VM instances of the node type are associated with. The format of the resource Id is '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/backendAddressPools/{backendAddressPoolName}'. */
2105
+ loadBalancerBackendAddressPoolId?: string;
2106
+ /** The resource Id of the Load Balancer inbound NAT pool that the VM instances of the node type are associated with. The format of the resource Id is '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/inboundNatPools/{inboundNatPoolName}'. */
2107
+ loadBalancerInboundNatPoolId?: string;
2108
+ /** The resource Id of application gateway backend address pool. The format of the resource Id is '/subscriptions/<subscriptionId>/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/backendAddressPools/{backendAddressPoolName}'. */
2109
+ applicationGatewayBackendAddressPoolId?: string;
2110
+ }
2111
+ export declare function frontendConfigurationSerializer(item: FrontendConfiguration): any;
2112
+ export declare function frontendConfigurationDeserializer(item: any): FrontendConfiguration;
2113
+ /** The IP address type. */
2114
+ export declare enum KnownIPAddressType {
2115
+ /** IPv4 address type. */
2116
+ IPv4 = "IPv4",
2117
+ /** IPv6 address type. */
2118
+ IPv6 = "IPv6"
2119
+ }
2120
+ /**
2121
+ * The IP address type. \
2122
+ * {@link KnownIPAddressType} can be used interchangeably with IPAddressType,
2123
+ * this enum contains the known values that the service supports.
2124
+ * ### Known values supported by the service
2125
+ * **IPv4**: IPv4 address type. \
2126
+ * **IPv6**: IPv6 address type.
2127
+ */
2128
+ export type IPAddressType = string;
2129
+ export declare function vmssDataDiskArraySerializer(result: Array<VmssDataDisk>): any[];
2130
+ export declare function vmssDataDiskArrayDeserializer(result: Array<VmssDataDisk>): any[];
2131
+ /** Managed data disk description. */
2132
+ export interface VmssDataDisk {
2133
+ /** Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. Lun 0 is reserved for the service fabric data disk. */
2134
+ lun: number;
2135
+ /** Disk size for each vm in the node type in GBs. */
2136
+ diskSizeGB: number;
2137
+ /** Managed data disk type. Specifies the storage account type for the managed disk */
2138
+ diskType: DiskType;
2139
+ /** Managed data disk letter. It can not use the reserved letter C or D and it can not change after created. */
2140
+ diskLetter: string;
2141
+ }
2142
+ export declare function vmssDataDiskSerializer(item: VmssDataDisk): any;
2143
+ export declare function vmssDataDiskDeserializer(item: any): VmssDataDisk;
2144
+ /** Specifies the eviction policy for virtual machines in a SPOT node type. */
2145
+ export declare enum KnownEvictionPolicyType {
2146
+ /** Eviction policy will be Delete for SPOT vms. */
2147
+ Delete = "Delete",
2148
+ /** Eviction policy will be Deallocate for SPOT vms. */
2149
+ Deallocate = "Deallocate"
2150
+ }
2151
+ /**
2152
+ * Specifies the eviction policy for virtual machines in a SPOT node type. \
2153
+ * {@link KnownEvictionPolicyType} can be used interchangeably with EvictionPolicyType,
2154
+ * this enum contains the known values that the service supports.
2155
+ * ### Known values supported by the service
2156
+ * **Delete**: Eviction policy will be Delete for SPOT vms. \
2157
+ * **Deallocate**: Eviction policy will be Deallocate for SPOT vms.
2158
+ */
2159
+ export type EvictionPolicyType = string;
2160
+ /** action to be performed on the vms before bootstrapping the service fabric runtime. */
2161
+ export declare enum KnownVmSetupAction {
2162
+ /** Enable windows containers feature. */
2163
+ EnableContainers = "EnableContainers",
2164
+ /** Enables windows HyperV feature. */
2165
+ EnableHyperV = "EnableHyperV"
2166
+ }
2167
+ /**
2168
+ * action to be performed on the vms before bootstrapping the service fabric runtime. \
2169
+ * {@link KnownVmSetupAction} can be used interchangeably with VmSetupAction,
2170
+ * this enum contains the known values that the service supports.
2171
+ * ### Known values supported by the service
2172
+ * **EnableContainers**: Enable windows containers feature. \
2173
+ * **EnableHyperV**: Enables windows HyperV feature.
2174
+ */
2175
+ export type VmSetupAction = string;
2176
+ /** Specifies the security type of the nodeType. Only Standard and TrustedLaunch are currently supported */
2177
+ export declare enum KnownSecurityType {
2178
+ /** Trusted Launch is a security type that secures generation 2 virtual machines. */
2179
+ TrustedLaunch = "TrustedLaunch",
2180
+ /** Standard is the default security type for all machines. */
2181
+ Standard = "Standard",
2182
+ /** ConfidentialVM provides hardware-based encryption, trusted execution environment (TEE) and isolation of the VM memory & CPU from host. */
2183
+ ConfidentialVM = "ConfidentialVM"
2184
+ }
2185
+ /**
2186
+ * Specifies the security type of the nodeType. Only Standard and TrustedLaunch are currently supported \
2187
+ * {@link KnownSecurityType} can be used interchangeably with SecurityType,
2188
+ * this enum contains the known values that the service supports.
2189
+ * ### Known values supported by the service
2190
+ * **TrustedLaunch**: Trusted Launch is a security type that secures generation 2 virtual machines. \
2191
+ * **Standard**: Standard is the default security type for all machines. \
2192
+ * **ConfidentialVM**: ConfidentialVM provides hardware-based encryption, trusted execution environment (TEE) and isolation of the VM memory & CPU from host.
2193
+ */
2194
+ export type SecurityType = string;
2195
+ /** Specifies the securityEncryptionType type of the nodeType. Only DiskWithVMGuestState and VMGuestStateOnly are currently supported */
2196
+ export declare enum KnownSecurityEncryptionType {
2197
+ /** For encryption of the managed disk along with VMGuestState blob. */
2198
+ DiskWithVMGuestState = "DiskWithVMGuestState",
2199
+ /** For encryption of just the VMGuestState blob. */
2200
+ VMGuestStateOnly = "VMGuestStateOnly"
2201
+ }
2202
+ /**
2203
+ * Specifies the securityEncryptionType type of the nodeType. Only DiskWithVMGuestState and VMGuestStateOnly are currently supported \
2204
+ * {@link KnownSecurityEncryptionType} can be used interchangeably with SecurityEncryptionType,
2205
+ * this enum contains the known values that the service supports.
2206
+ * ### Known values supported by the service
2207
+ * **DiskWithVMGuestState**: For encryption of the managed disk along with VMGuestState blob. \
2208
+ * **VMGuestStateOnly**: For encryption of just the VMGuestState blob.
2209
+ */
2210
+ export type SecurityEncryptionType = string;
2211
+ export declare function nodeTypeNatConfigArraySerializer(result: Array<NodeTypeNatConfig>): any[];
2212
+ export declare function nodeTypeNatConfigArrayDeserializer(result: Array<NodeTypeNatConfig>): any[];
2213
+ /** Provides information about NAT configuration on the default public Load Balancer for the node type. */
2214
+ export interface NodeTypeNatConfig {
2215
+ /** The internal port for the NAT configuration. */
2216
+ backendPort?: number;
2217
+ /** The port range start for the external endpoint. */
2218
+ frontendPortRangeStart?: number;
2219
+ /** The port range end for the external endpoint. */
2220
+ frontendPortRangeEnd?: number;
2221
+ }
2222
+ export declare function nodeTypeNatConfigSerializer(item: NodeTypeNatConfig): any;
2223
+ export declare function nodeTypeNatConfigDeserializer(item: any): NodeTypeNatConfig;
2224
+ /** Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started. Enter any required information and then click Save. */
2225
+ export interface VmImagePlan {
2226
+ /** The plan ID. */
2227
+ name?: string;
2228
+ /** Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. */
2229
+ product?: string;
2230
+ /** The promotion code. */
2231
+ promotionCode?: string;
2232
+ /** The publisher ID. */
2233
+ publisher?: string;
2234
+ }
2235
+ export declare function vmImagePlanSerializer(item: VmImagePlan): any;
2236
+ export declare function vmImagePlanDeserializer(item: any): VmImagePlan;
2237
+ export declare function additionalNetworkInterfaceConfigurationArraySerializer(result: Array<AdditionalNetworkInterfaceConfiguration>): any[];
2238
+ export declare function additionalNetworkInterfaceConfigurationArrayDeserializer(result: Array<AdditionalNetworkInterfaceConfiguration>): any[];
2239
+ /** Specifies the settings for a network interface to attach to the node type. */
2240
+ export interface AdditionalNetworkInterfaceConfiguration {
2241
+ /** Name of the network interface. */
2242
+ name: string;
2243
+ /** Specifies whether the network interface is accelerated networking-enabled. */
2244
+ enableAcceleratedNetworking?: boolean;
2245
+ /** Specifies the DSCP configuration to apply to the network interface. */
2246
+ dscpConfiguration?: SubResource;
2247
+ /** Specifies the IP configurations of the network interface. */
2248
+ ipConfigurations: IpConfiguration[];
2249
+ }
2250
+ export declare function additionalNetworkInterfaceConfigurationSerializer(item: AdditionalNetworkInterfaceConfiguration): any;
2251
+ export declare function additionalNetworkInterfaceConfigurationDeserializer(item: any): AdditionalNetworkInterfaceConfiguration;
2252
+ export declare function ipConfigurationArraySerializer(result: Array<IpConfiguration>): any[];
2253
+ export declare function ipConfigurationArrayDeserializer(result: Array<IpConfiguration>): any[];
2254
+ /** Specifies an IP configuration of the network interface. */
2255
+ export interface IpConfiguration {
2256
+ /** Name of the network interface. */
2257
+ name: string;
2258
+ /** Specifies an array of references to backend address pools of application gateways. A node type can reference backend address pools of multiple application gateways. Multiple node types cannot use the same application gateway. */
2259
+ applicationGatewayBackendAddressPools?: SubResource[];
2260
+ /** Specifies an array of references to backend address pools of load balancers. A node type can reference backend address pools of one public and one internal load balancer. Multiple node types cannot use the same basic sku load balancer. */
2261
+ loadBalancerBackendAddressPools?: SubResource[];
2262
+ /** Specifies an array of references to inbound Nat pools of the load balancers. A node type can reference inbound nat pools of one public and one internal load balancer. Multiple node types cannot use the same basic sku load balancer. */
2263
+ loadBalancerInboundNatPools?: SubResource[];
2264
+ /** Specifies the subnet of the network interface. */
2265
+ subnet?: SubResource;
2266
+ /** Specifies whether the IP configuration's private IP is IPv4 or IPv6. Default is IPv4. */
2267
+ privateIPAddressVersion?: PrivateIPAddressVersion;
2268
+ /** The public IP address configuration of the network interface. */
2269
+ publicIPAddressConfiguration?: IPConfigurationPublicIPAddressConfiguration;
2270
+ }
2271
+ export declare function ipConfigurationSerializer(item: IpConfiguration): any;
2272
+ export declare function ipConfigurationDeserializer(item: any): IpConfiguration;
2273
+ export declare function subResourceArraySerializer(result: Array<SubResource>): any[];
2274
+ export declare function subResourceArrayDeserializer(result: Array<SubResource>): any[];
2275
+ /** Specifies whether the IP configuration's private IP is IPv4 or IPv6. Default is IPv4. */
2276
+ export declare enum KnownPrivateIPAddressVersion {
2277
+ /** The IP configuration's private IP is IPv4. */
2278
+ IPv4 = "IPv4",
2279
+ /** The IP configuration's private IP is IPv6. */
2280
+ IPv6 = "IPv6"
2281
+ }
2282
+ /**
2283
+ * Specifies whether the IP configuration's private IP is IPv4 or IPv6. Default is IPv4. \
2284
+ * {@link KnownPrivateIPAddressVersion} can be used interchangeably with PrivateIPAddressVersion,
2285
+ * this enum contains the known values that the service supports.
2286
+ * ### Known values supported by the service
2287
+ * **IPv4**: The IP configuration's private IP is IPv4. \
2288
+ * **IPv6**: The IP configuration's private IP is IPv6.
2289
+ */
2290
+ export type PrivateIPAddressVersion = string;
2291
+ /** The public IP address configuration of the network interface. */
2292
+ export interface IPConfigurationPublicIPAddressConfiguration {
2293
+ /** Name of the network interface. */
2294
+ name: string;
2295
+ /** Specifies the list of IP tags associated with the public IP address. */
2296
+ ipTags?: IpTag[];
2297
+ /** Specifies whether the IP configuration's public IP is IPv4 or IPv6. Default is IPv4. */
2298
+ publicIPAddressVersion?: PublicIPAddressVersion;
2299
+ }
2300
+ export declare function ipConfigurationPublicIPAddressConfigurationSerializer(item: IPConfigurationPublicIPAddressConfiguration): any;
2301
+ export declare function ipConfigurationPublicIPAddressConfigurationDeserializer(item: any): IPConfigurationPublicIPAddressConfiguration;
2302
+ /** Specifies whether the IP configuration's public IP is IPv4 or IPv6. Default is IPv4. */
2303
+ export declare enum KnownPublicIPAddressVersion {
2304
+ /** The IP configuration's public IP is IPv4. */
2305
+ IPv4 = "IPv4",
2306
+ /** The IP configuration's public IP is IPv6. */
2307
+ IPv6 = "IPv6"
2308
+ }
2309
+ /**
2310
+ * Specifies whether the IP configuration's public IP is IPv4 or IPv6. Default is IPv4. \
2311
+ * {@link KnownPublicIPAddressVersion} can be used interchangeably with PublicIPAddressVersion,
2312
+ * this enum contains the known values that the service supports.
2313
+ * ### Known values supported by the service
2314
+ * **IPv4**: The IP configuration's public IP is IPv4. \
2315
+ * **IPv6**: The IP configuration's public IP is IPv6.
2316
+ */
2317
+ export type PublicIPAddressVersion = string;
2318
+ export declare function vmApplicationArraySerializer(result: Array<VmApplication>): any[];
2319
+ export declare function vmApplicationArrayDeserializer(result: Array<VmApplication>): any[];
2320
+ /** Specifies the gallery application that should be made available to the underlying VMSS. */
2321
+ export interface VmApplication {
2322
+ /** Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided. */
2323
+ configurationReference?: string;
2324
+ /** If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the underlying VMSS. */
2325
+ enableAutomaticUpgrade?: boolean;
2326
+ /** Optional, Specifies the order in which the packages have to be installed. */
2327
+ order?: number;
2328
+ /** Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}. */
2329
+ packageReferenceId: string;
2330
+ /** Optional, Specifies a passthrough value for more generic context. Accepts a JSON-formatted string e.g. '{"Tag1":"Value1","Tag2":"Value2"}'. */
2331
+ vmGalleryTags?: string;
2332
+ /** Optional, If true, any failure for any operation in the VmApplication will fail the deployment. */
2333
+ treatFailureAsDeploymentFailure?: boolean;
2334
+ }
2335
+ export declare function vmApplicationSerializer(item: VmApplication): any;
2336
+ export declare function vmApplicationDeserializer(item: any): VmApplication;
2337
+ /** Describes a node type sku. */
2338
+ export interface NodeTypeSku {
2339
+ /** The sku name. Name is internally generated and is used in auto-scale scenarios. Property does not allow to be changed to other values than generated. To avoid deployment errors please omit the property. */
2340
+ name?: string;
2341
+ /** Specifies the tier of the node type. Possible Values: **Standard** */
2342
+ tier?: string;
2343
+ /** The number of nodes in the node type. If present in request it will override properties.vmInstanceCount. */
2344
+ capacity: number;
2345
+ }
2346
+ export declare function nodeTypeSkuSerializer(item: NodeTypeSku): any;
2347
+ export declare function nodeTypeSkuDeserializer(item: any): NodeTypeSku;
2348
+ /** Node type update request */
2349
+ export interface NodeTypeUpdateParameters {
2350
+ /** Node type update parameters */
2351
+ tags?: Record<string, string>;
2352
+ /** The node type sku. */
2353
+ sku?: NodeTypeSku;
2354
+ }
2355
+ export declare function nodeTypeUpdateParametersSerializer(item: NodeTypeUpdateParameters): any;
2356
+ /** The response of a NodeType list operation. */
2357
+ export interface _NodeTypeListResult {
2358
+ /** The NodeType items on this page */
2359
+ value: NodeType[];
2360
+ /** The link to the next page of items */
2361
+ nextLink?: string;
2362
+ }
2363
+ export declare function _nodeTypeListResultDeserializer(item: any): _NodeTypeListResult;
2364
+ export declare function nodeTypeArraySerializer(result: Array<NodeType>): any[];
2365
+ export declare function nodeTypeArrayDeserializer(result: Array<NodeType>): any[];
2366
+ /** Parameters for Node type action. If nodes are not specified on the parameters, the operation will be performed in all nodes of the node type one upgrade domain at a time. */
2367
+ export interface NodeTypeActionParameters {
2368
+ /** List of node names from the node type. */
2369
+ nodes?: string[];
2370
+ /** Force the action to go through. */
2371
+ force?: boolean;
2372
+ /** Specifies the way the operation will be performed. */
2373
+ updateType?: UpdateType;
2374
+ }
2375
+ export declare function nodeTypeActionParametersSerializer(item: NodeTypeActionParameters): any;
2376
+ /** Specifies the way the operation will be performed. */
2377
+ export declare enum KnownUpdateType {
2378
+ /** The operation will proceed in all specified nodes at the same time. */
2379
+ Default = "Default",
2380
+ /** The operation will proceed one upgrade domain at a time, checking the health in between each to continue. */
2381
+ ByUpgradeDomain = "ByUpgradeDomain"
2382
+ }
2383
+ /**
2384
+ * Specifies the way the operation will be performed. \
2385
+ * {@link KnownUpdateType} can be used interchangeably with UpdateType,
2386
+ * this enum contains the known values that the service supports.
2387
+ * ### Known values supported by the service
2388
+ * **Default**: The operation will proceed in all specified nodes at the same time. \
2389
+ * **ByUpgradeDomain**: The operation will proceed one upgrade domain at a time, checking the health in between each to continue.
2390
+ */
2391
+ export type UpdateType = string;
2392
+ /** Node type available sku list results */
2393
+ export interface _NodeTypeListSkuResult {
2394
+ /** The NodeTypeAvailableSku items on this page */
2395
+ value: NodeTypeAvailableSku[];
2396
+ /** The link to the next page of items */
2397
+ nextLink?: string;
2398
+ }
2399
+ export declare function _nodeTypeListSkuResultDeserializer(item: any): _NodeTypeListSkuResult;
2400
+ export declare function nodeTypeAvailableSkuArrayDeserializer(result: Array<NodeTypeAvailableSku>): any[];
2401
+ /** Defines the type of sku available for a node type */
2402
+ export interface NodeTypeAvailableSku {
2403
+ /** The type of resource the sku applies to. Value: Microsoft.ServiceFabric/managedClusters/nodeTypes. */
2404
+ readonly resourceType?: string;
2405
+ /** The supported SKU for a for node type. */
2406
+ readonly sku?: NodeTypeSupportedSku;
2407
+ /** Provides information about how the node count can be scaled. */
2408
+ readonly capacity?: NodeTypeSkuCapacity;
2409
+ }
2410
+ export declare function nodeTypeAvailableSkuDeserializer(item: any): NodeTypeAvailableSku;
2411
+ /** Describes a node type supported sku. */
2412
+ export interface NodeTypeSupportedSku {
2413
+ /** The sku name. */
2414
+ readonly name?: string;
2415
+ /** Specifies the tier of the node type. Possible Values: **Standard** */
2416
+ readonly tier?: string;
2417
+ }
2418
+ export declare function nodeTypeSupportedSkuDeserializer(item: any): NodeTypeSupportedSku;
2419
+ /** Provides information about how node type can be scaled. */
2420
+ export interface NodeTypeSkuCapacity {
2421
+ /** Lowest permitted node count in a node type. */
2422
+ readonly minimum?: number;
2423
+ /** Highest permitted node count in a node type. */
2424
+ readonly maximum?: number;
2425
+ /** Default node count in a node type. */
2426
+ readonly default?: number;
2427
+ /** Node type capacity scale type. */
2428
+ readonly scaleType?: NodeTypeSkuScaleType;
2429
+ }
2430
+ export declare function nodeTypeSkuCapacityDeserializer(item: any): NodeTypeSkuCapacity;
2431
+ /** Node type capacity scale type. */
2432
+ export declare enum KnownNodeTypeSkuScaleType {
2433
+ /** Node count is not adjustable in any way (e.g. it is fixed). */
2434
+ None = "None",
2435
+ /** The user must manually scale out/in. */
2436
+ Manual = "Manual",
2437
+ /** Automatic scale is allowed. */
2438
+ Automatic = "Automatic"
2439
+ }
2440
+ /**
2441
+ * Node type capacity scale type. \
2442
+ * {@link KnownNodeTypeSkuScaleType} can be used interchangeably with NodeTypeSkuScaleType,
2443
+ * this enum contains the known values that the service supports.
2444
+ * ### Known values supported by the service
2445
+ * **None**: Node count is not adjustable in any way (e.g. it is fixed). \
2446
+ * **Manual**: The user must manually scale out\/in. \
2447
+ * **Automatic**: Automatic scale is allowed.
2448
+ */
2449
+ export type NodeTypeSkuScaleType = string;
2450
+ /** Long running operation result. */
2451
+ export interface LongRunningOperationResult {
2452
+ /** The name of the operation. */
2453
+ name?: string;
2454
+ /** The start time of the operation. */
2455
+ startTime?: Date;
2456
+ /** The end time of the operation. */
2457
+ endTime?: Date;
2458
+ /** The completion percentage of the operation. */
2459
+ percentComplete?: number;
2460
+ /** The status of the operation. */
2461
+ status?: string;
2462
+ /** The operation error. */
2463
+ error?: ErrorModelError;
2464
+ }
2465
+ export declare function longRunningOperationResultDeserializer(item: any): LongRunningOperationResult;
2466
+ /** The error details. */
2467
+ export interface ErrorModelError {
2468
+ /** The error code. */
2469
+ code?: string;
2470
+ /** The error message. */
2471
+ message?: string;
2472
+ }
2473
+ export declare function errorModelErrorDeserializer(item: any): ErrorModelError;
2474
+ /** The operating system of the cluster. The default means all. */
2475
+ export declare enum KnownManagedClusterVersionEnvironment {
2476
+ /** Indicates os is Windows. */
2477
+ Windows = "Windows"
2478
+ }
2479
+ /**
2480
+ * The operating system of the cluster. The default means all. \
2481
+ * {@link KnownManagedClusterVersionEnvironment} can be used interchangeably with ManagedClusterVersionEnvironment,
2482
+ * this enum contains the known values that the service supports.
2483
+ * ### Known values supported by the service
2484
+ * **Windows**: Indicates os is Windows.
2485
+ */
2486
+ export type ManagedClusterVersionEnvironment = string;
2487
+ /** The available API versions. */
2488
+ export declare enum KnownVersions {
2489
+ /** The 2024-11-01-preview API version. */
2490
+ V20241101Preview = "2024-11-01-preview",
2491
+ V20250301Preview = "2025-03-01-preview"
2492
+ }
2493
+ export declare function managedClusterCodeVersionResultArrayDeserializer(result: Array<ManagedClusterCodeVersionResult>): any[];
2494
+ //# sourceMappingURL=models.d.ts.map