@azure/arm-servicefabricmanagedclusters 1.0.0-beta.3 → 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 +325 -0
  2. package/LICENSE +3 -3
  3. package/README.md +34 -24
  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 +430 -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 +462 -648
  892. package/dist/index.js +0 -9070
  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 -191
  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 -2697
  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 -142
  1109. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  1110. package/dist-esm/src/models/mappers.js +0 -4158
  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 -159
  1161. package/dist-esm/src/operations/nodeTypes.d.ts.map +0 -1
  1162. package/dist-esm/src/operations/nodeTypes.js +0 -742
  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 -134
  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 -3055
  1259. package/src/models/mappers.ts +0 -4491
  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 -1023
  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 -247
  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 -3699
  1297. package/types/tsdoc-metadata.json +0 -11
@@ -1,3699 +0,0 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { OperationState } from '@azure/core-lro';
4
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
5
- import { SimplePollerLike } from '@azure/core-lro';
6
-
7
- /**
8
- * Defines values for Access. \
9
- * {@link KnownAccess} can be used interchangeably with Access,
10
- * this enum contains the known values that the service supports.
11
- * ### Known values supported by the service
12
- * **allow** \
13
- * **deny**
14
- */
15
- export declare type Access = string;
16
-
17
- /** Specifies the settings for a network interface to attach to the node type. */
18
- export declare interface AdditionalNetworkInterfaceConfiguration {
19
- /** Name of the network interface. */
20
- name: string;
21
- /** Specifies whether the network interface is accelerated networking-enabled. */
22
- enableAcceleratedNetworking?: boolean;
23
- /** Specifies the DSCP configuration to apply to the network interface. */
24
- dscpConfiguration?: SubResource;
25
- /** Specifies the IP configurations of the network interface. */
26
- ipConfigurations: IpConfiguration[];
27
- }
28
-
29
- /** Represents a scaling mechanism for adding or removing named partitions of a stateless service. Partition names are in the format '0','1'...'N-1'. */
30
- export declare interface AddRemoveIncrementalNamedPartitionScalingMechanism extends ScalingMechanism {
31
- /** Polymorphic discriminator, which specifies the different types this object can be */
32
- kind: "AddRemoveIncrementalNamedPartition";
33
- /** Minimum number of named partitions of the service. */
34
- minPartitionCount: number;
35
- /** Maximum number of named partitions of the service. */
36
- maxPartitionCount: number;
37
- /** The number of instances to add or remove during a scaling operation. */
38
- scaleIncrement: number;
39
- }
40
-
41
- /**
42
- * Defines a health policy used to evaluate the health of an application or one of its children entities.
43
- *
44
- */
45
- export declare interface ApplicationHealthPolicy {
46
- /** Indicates whether warnings are treated with the same severity as errors. */
47
- considerWarningAsError: boolean;
48
- /**
49
- * The maximum allowed percentage of unhealthy deployed applications. Allowed values are Byte values from zero to 100.
50
- * The percentage represents the maximum tolerated percentage of deployed applications that can be unhealthy before the application is considered in error.
51
- * 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.
52
- * The computation rounds up to tolerate one failure on small numbers of nodes. Default percentage is zero.
53
- *
54
- */
55
- maxPercentUnhealthyDeployedApplications: number;
56
- /** The health policy used by default to evaluate the health of a service type. */
57
- defaultServiceTypeHealthPolicy?: ServiceTypeHealthPolicy;
58
- /** The map with service type health policy per service type name. The map is empty by default. */
59
- serviceTypeHealthPolicyMap?: {
60
- [propertyName: string]: ServiceTypeHealthPolicy;
61
- };
62
- }
63
-
64
- /** The application resource. */
65
- export declare interface ApplicationResource extends ProxyResource {
66
- /** Describes the managed identities for an Azure resource. */
67
- identity?: ManagedIdentity;
68
- /**
69
- * The current deployment or provisioning state, which only appears in the response
70
- * NOTE: This property will not be serialized. It can only be populated by the server.
71
- */
72
- readonly provisioningState?: string;
73
- /**
74
- * The version of the application type as defined in the application manifest.
75
- * This name must be the full Arm Resource ID for the referenced application type version.
76
- *
77
- */
78
- version?: string;
79
- /** List of application parameters with overridden values from their default values specified in the application manifest. */
80
- parameters?: {
81
- [propertyName: string]: string;
82
- };
83
- /** Describes the policy for a monitored application upgrade. */
84
- upgradePolicy?: ApplicationUpgradePolicy;
85
- /** List of user assigned identities for the application, each mapped to a friendly name. */
86
- managedIdentities?: ApplicationUserAssignedIdentity[];
87
- }
88
-
89
- /** The list of application resources. */
90
- export declare interface ApplicationResourceList {
91
- value?: ApplicationResource[];
92
- /**
93
- * URL to get the next set of application list results if there are any.
94
- * NOTE: This property will not be serialized. It can only be populated by the server.
95
- */
96
- readonly nextLink?: string;
97
- }
98
-
99
- /** Interface representing a Applications. */
100
- export declare interface Applications {
101
- /**
102
- * Gets all managed application resources created or in the process of being created in the Service
103
- * Fabric cluster resource.
104
- * @param resourceGroupName The name of the resource group.
105
- * @param clusterName The name of the cluster resource.
106
- * @param options The options parameters.
107
- */
108
- list(resourceGroupName: string, clusterName: string, options?: ApplicationsListOptionalParams): PagedAsyncIterableIterator<ApplicationResource>;
109
- /**
110
- * Get the status of the latest application upgrade. It will query the cluster to find the status of
111
- * the latest application upgrade.
112
- * @param resourceGroupName The name of the resource group.
113
- * @param clusterName The name of the cluster resource.
114
- * @param applicationName The name of the application resource.
115
- * @param options The options parameters.
116
- */
117
- beginReadUpgrade(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsReadUpgradeOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationsReadUpgradeResponse>, ApplicationsReadUpgradeResponse>>;
118
- /**
119
- * Get the status of the latest application upgrade. It will query the cluster to find the status of
120
- * the latest application upgrade.
121
- * @param resourceGroupName The name of the resource group.
122
- * @param clusterName The name of the cluster resource.
123
- * @param applicationName The name of the application resource.
124
- * @param options The options parameters.
125
- */
126
- beginReadUpgradeAndWait(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsReadUpgradeOptionalParams): Promise<ApplicationsReadUpgradeResponse>;
127
- /**
128
- * Send a request to start a rollback of the current application upgrade. This will start rolling back
129
- * the application to the previous version.
130
- * @param resourceGroupName The name of the resource group.
131
- * @param clusterName The name of the cluster resource.
132
- * @param applicationName The name of the application resource.
133
- * @param options The options parameters.
134
- */
135
- beginStartRollback(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsStartRollbackOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationsStartRollbackResponse>, ApplicationsStartRollbackResponse>>;
136
- /**
137
- * Send a request to start a rollback of the current application upgrade. This will start rolling back
138
- * the application to the previous version.
139
- * @param resourceGroupName The name of the resource group.
140
- * @param clusterName The name of the cluster resource.
141
- * @param applicationName The name of the application resource.
142
- * @param options The options parameters.
143
- */
144
- beginStartRollbackAndWait(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsStartRollbackOptionalParams): Promise<ApplicationsStartRollbackResponse>;
145
- /**
146
- * Send a request to resume the current application upgrade. This will resume the application upgrade
147
- * from where it was paused.
148
- * @param resourceGroupName The name of the resource group.
149
- * @param clusterName The name of the cluster resource.
150
- * @param applicationName The name of the application resource.
151
- * @param parameters The parameters for resuming an application upgrade.
152
- * @param options The options parameters.
153
- */
154
- beginResumeUpgrade(resourceGroupName: string, clusterName: string, applicationName: string, parameters: RuntimeResumeApplicationUpgradeParameters, options?: ApplicationsResumeUpgradeOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationsResumeUpgradeResponse>, ApplicationsResumeUpgradeResponse>>;
155
- /**
156
- * Send a request to resume the current application upgrade. This will resume the application upgrade
157
- * from where it was paused.
158
- * @param resourceGroupName The name of the resource group.
159
- * @param clusterName The name of the cluster resource.
160
- * @param applicationName The name of the application resource.
161
- * @param parameters The parameters for resuming an application upgrade.
162
- * @param options The options parameters.
163
- */
164
- beginResumeUpgradeAndWait(resourceGroupName: string, clusterName: string, applicationName: string, parameters: RuntimeResumeApplicationUpgradeParameters, options?: ApplicationsResumeUpgradeOptionalParams): Promise<ApplicationsResumeUpgradeResponse>;
165
- /**
166
- * Get a Service Fabric managed application resource created or in the process of being created in the
167
- * Service Fabric cluster resource.
168
- * @param resourceGroupName The name of the resource group.
169
- * @param clusterName The name of the cluster resource.
170
- * @param applicationName The name of the application resource.
171
- * @param options The options parameters.
172
- */
173
- get(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsGetOptionalParams): Promise<ApplicationsGetResponse>;
174
- /**
175
- * Create or update a Service Fabric managed application resource with the specified name.
176
- * @param resourceGroupName The name of the resource group.
177
- * @param clusterName The name of the cluster resource.
178
- * @param applicationName The name of the application resource.
179
- * @param parameters The application resource.
180
- * @param options The options parameters.
181
- */
182
- beginCreateOrUpdate(resourceGroupName: string, clusterName: string, applicationName: string, parameters: ApplicationResource, options?: ApplicationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationsCreateOrUpdateResponse>, ApplicationsCreateOrUpdateResponse>>;
183
- /**
184
- * Create or update a Service Fabric managed application resource with the specified name.
185
- * @param resourceGroupName The name of the resource group.
186
- * @param clusterName The name of the cluster resource.
187
- * @param applicationName The name of the application resource.
188
- * @param parameters The application resource.
189
- * @param options The options parameters.
190
- */
191
- beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, applicationName: string, parameters: ApplicationResource, options?: ApplicationsCreateOrUpdateOptionalParams): Promise<ApplicationsCreateOrUpdateResponse>;
192
- /**
193
- * Updates the tags of an application resource of a given managed cluster.
194
- * @param resourceGroupName The name of the resource group.
195
- * @param clusterName The name of the cluster resource.
196
- * @param applicationName The name of the application resource.
197
- * @param parameters The application resource updated tags.
198
- * @param options The options parameters.
199
- */
200
- update(resourceGroupName: string, clusterName: string, applicationName: string, parameters: ApplicationUpdateParameters, options?: ApplicationsUpdateOptionalParams): Promise<ApplicationsUpdateResponse>;
201
- /**
202
- * Delete a Service Fabric managed application resource with the specified name.
203
- * @param resourceGroupName The name of the resource group.
204
- * @param clusterName The name of the cluster resource.
205
- * @param applicationName The name of the application resource.
206
- * @param options The options parameters.
207
- */
208
- beginDelete(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
209
- /**
210
- * Delete a Service Fabric managed application resource with the specified name.
211
- * @param resourceGroupName The name of the resource group.
212
- * @param clusterName The name of the cluster resource.
213
- * @param applicationName The name of the application resource.
214
- * @param options The options parameters.
215
- */
216
- beginDeleteAndWait(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsDeleteOptionalParams): Promise<void>;
217
- }
218
-
219
- /** Defines headers for Applications_createOrUpdate operation. */
220
- export declare interface ApplicationsCreateOrUpdateHeaders {
221
- /** The URL to get the status of an ongoing long-running operation. */
222
- azureAsyncOperation?: string;
223
- /** The URL to get the status of a completed long-running operation. */
224
- location?: string;
225
- }
226
-
227
- /** Optional parameters. */
228
- export declare interface ApplicationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
229
- /** Delay to wait until next poll, in milliseconds. */
230
- updateIntervalInMs?: number;
231
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
232
- resumeFrom?: string;
233
- }
234
-
235
- /** Contains response data for the createOrUpdate operation. */
236
- export declare type ApplicationsCreateOrUpdateResponse = ApplicationResource;
237
-
238
- /** Defines headers for Applications_delete operation. */
239
- export declare interface ApplicationsDeleteHeaders {
240
- /** The URL to get the status of an ongoing long-running operation. */
241
- azureAsyncOperation?: string;
242
- /** The URL to get the status of a completed long-running operation. */
243
- location?: string;
244
- }
245
-
246
- /** Optional parameters. */
247
- export declare interface ApplicationsDeleteOptionalParams extends coreClient.OperationOptions {
248
- /** Delay to wait until next poll, in milliseconds. */
249
- updateIntervalInMs?: number;
250
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
251
- resumeFrom?: string;
252
- }
253
-
254
- /** Optional parameters. */
255
- export declare interface ApplicationsGetOptionalParams extends coreClient.OperationOptions {
256
- }
257
-
258
- /** Contains response data for the get operation. */
259
- export declare type ApplicationsGetResponse = ApplicationResource;
260
-
261
- /** Optional parameters. */
262
- export declare interface ApplicationsListNextOptionalParams extends coreClient.OperationOptions {
263
- }
264
-
265
- /** Contains response data for the listNext operation. */
266
- export declare type ApplicationsListNextResponse = ApplicationResourceList;
267
-
268
- /** Optional parameters. */
269
- export declare interface ApplicationsListOptionalParams extends coreClient.OperationOptions {
270
- }
271
-
272
- /** Contains response data for the list operation. */
273
- export declare type ApplicationsListResponse = ApplicationResourceList;
274
-
275
- /** Defines headers for Applications_readUpgrade operation. */
276
- export declare interface ApplicationsReadUpgradeHeaders {
277
- /** The URL to get the status of an ongoing long-running operation. */
278
- azureAsyncOperation?: string;
279
- /** The URL to get the status of a completed long-running operation. */
280
- location?: string;
281
- }
282
-
283
- /** Optional parameters. */
284
- export declare interface ApplicationsReadUpgradeOptionalParams extends coreClient.OperationOptions {
285
- /** Delay to wait until next poll, in milliseconds. */
286
- updateIntervalInMs?: number;
287
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
288
- resumeFrom?: string;
289
- }
290
-
291
- /** Contains response data for the readUpgrade operation. */
292
- export declare type ApplicationsReadUpgradeResponse = ApplicationsReadUpgradeHeaders;
293
-
294
- /** Defines headers for Applications_resumeUpgrade operation. */
295
- export declare interface ApplicationsResumeUpgradeHeaders {
296
- /** The URL to get the status of an ongoing long-running operation. */
297
- azureAsyncOperation?: string;
298
- /** The URL to get the status of a completed long-running operation. */
299
- location?: string;
300
- }
301
-
302
- /** Optional parameters. */
303
- export declare interface ApplicationsResumeUpgradeOptionalParams extends coreClient.OperationOptions {
304
- /** Delay to wait until next poll, in milliseconds. */
305
- updateIntervalInMs?: number;
306
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
307
- resumeFrom?: string;
308
- }
309
-
310
- /** Contains response data for the resumeUpgrade operation. */
311
- export declare type ApplicationsResumeUpgradeResponse = ApplicationsResumeUpgradeHeaders;
312
-
313
- /** Defines headers for Applications_startRollback operation. */
314
- export declare interface ApplicationsStartRollbackHeaders {
315
- /** The URL to get the status of an ongoing long-running operation. */
316
- azureAsyncOperation?: string;
317
- /** The URL to get the status of a completed long-running operation. */
318
- location?: string;
319
- }
320
-
321
- /** Optional parameters. */
322
- export declare interface ApplicationsStartRollbackOptionalParams extends coreClient.OperationOptions {
323
- /** Delay to wait until next poll, in milliseconds. */
324
- updateIntervalInMs?: number;
325
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
326
- resumeFrom?: string;
327
- }
328
-
329
- /** Contains response data for the startRollback operation. */
330
- export declare type ApplicationsStartRollbackResponse = ApplicationsStartRollbackHeaders;
331
-
332
- /** Optional parameters. */
333
- export declare interface ApplicationsUpdateOptionalParams extends coreClient.OperationOptions {
334
- }
335
-
336
- /** Contains response data for the update operation. */
337
- export declare type ApplicationsUpdateResponse = ApplicationResource;
338
-
339
- /** The application type name resource */
340
- export declare interface ApplicationTypeResource extends ProxyResource {
341
- /**
342
- * The current deployment or provisioning state, which only appears in the response.
343
- * NOTE: This property will not be serialized. It can only be populated by the server.
344
- */
345
- readonly provisioningState?: string;
346
- }
347
-
348
- /** The list of application type names. */
349
- export declare interface ApplicationTypeResourceList {
350
- value?: ApplicationTypeResource[];
351
- /**
352
- * URL to get the next set of application type list results if there are any.
353
- * NOTE: This property will not be serialized. It can only be populated by the server.
354
- */
355
- readonly nextLink?: string;
356
- }
357
-
358
- /** Interface representing a ApplicationTypes. */
359
- export declare interface ApplicationTypes {
360
- /**
361
- * Gets all application type name resources created or in the process of being created in the Service
362
- * Fabric managed cluster resource.
363
- * @param resourceGroupName The name of the resource group.
364
- * @param clusterName The name of the cluster resource.
365
- * @param options The options parameters.
366
- */
367
- list(resourceGroupName: string, clusterName: string, options?: ApplicationTypesListOptionalParams): PagedAsyncIterableIterator<ApplicationTypeResource>;
368
- /**
369
- * Get a Service Fabric application type name resource created or in the process of being created in
370
- * the Service Fabric managed cluster resource.
371
- * @param resourceGroupName The name of the resource group.
372
- * @param clusterName The name of the cluster resource.
373
- * @param applicationTypeName The name of the application type name resource.
374
- * @param options The options parameters.
375
- */
376
- get(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypesGetOptionalParams): Promise<ApplicationTypesGetResponse>;
377
- /**
378
- * Create or update a Service Fabric managed application type name resource with the specified name.
379
- * @param resourceGroupName The name of the resource group.
380
- * @param clusterName The name of the cluster resource.
381
- * @param applicationTypeName The name of the application type name resource.
382
- * @param parameters The application type name resource.
383
- * @param options The options parameters.
384
- */
385
- createOrUpdate(resourceGroupName: string, clusterName: string, applicationTypeName: string, parameters: ApplicationTypeResource, options?: ApplicationTypesCreateOrUpdateOptionalParams): Promise<ApplicationTypesCreateOrUpdateResponse>;
386
- /**
387
- * Updates the tags of an application type resource of a given managed cluster.
388
- * @param resourceGroupName The name of the resource group.
389
- * @param clusterName The name of the cluster resource.
390
- * @param applicationTypeName The name of the application type name resource.
391
- * @param parameters The application type resource updated tags.
392
- * @param options The options parameters.
393
- */
394
- update(resourceGroupName: string, clusterName: string, applicationTypeName: string, parameters: ApplicationTypeUpdateParameters, options?: ApplicationTypesUpdateOptionalParams): Promise<ApplicationTypesUpdateResponse>;
395
- /**
396
- * Delete a Service Fabric managed application type name resource with the specified name.
397
- * @param resourceGroupName The name of the resource group.
398
- * @param clusterName The name of the cluster resource.
399
- * @param applicationTypeName The name of the application type name resource.
400
- * @param options The options parameters.
401
- */
402
- beginDelete(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
403
- /**
404
- * Delete a Service Fabric managed application type name resource with the specified name.
405
- * @param resourceGroupName The name of the resource group.
406
- * @param clusterName The name of the cluster resource.
407
- * @param applicationTypeName The name of the application type name resource.
408
- * @param options The options parameters.
409
- */
410
- beginDeleteAndWait(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypesDeleteOptionalParams): Promise<void>;
411
- }
412
-
413
- /** Optional parameters. */
414
- export declare interface ApplicationTypesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
415
- }
416
-
417
- /** Contains response data for the createOrUpdate operation. */
418
- export declare type ApplicationTypesCreateOrUpdateResponse = ApplicationTypeResource;
419
-
420
- /** Optional parameters. */
421
- export declare interface ApplicationTypesDeleteOptionalParams extends coreClient.OperationOptions {
422
- /** Delay to wait until next poll, in milliseconds. */
423
- updateIntervalInMs?: number;
424
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
425
- resumeFrom?: string;
426
- }
427
-
428
- /** Optional parameters. */
429
- export declare interface ApplicationTypesGetOptionalParams extends coreClient.OperationOptions {
430
- }
431
-
432
- /** Contains response data for the get operation. */
433
- export declare type ApplicationTypesGetResponse = ApplicationTypeResource;
434
-
435
- /** Optional parameters. */
436
- export declare interface ApplicationTypesListNextOptionalParams extends coreClient.OperationOptions {
437
- }
438
-
439
- /** Contains response data for the listNext operation. */
440
- export declare type ApplicationTypesListNextResponse = ApplicationTypeResourceList;
441
-
442
- /** Optional parameters. */
443
- export declare interface ApplicationTypesListOptionalParams extends coreClient.OperationOptions {
444
- }
445
-
446
- /** Contains response data for the list operation. */
447
- export declare type ApplicationTypesListResponse = ApplicationTypeResourceList;
448
-
449
- /** Optional parameters. */
450
- export declare interface ApplicationTypesUpdateOptionalParams extends coreClient.OperationOptions {
451
- }
452
-
453
- /** Contains response data for the update operation. */
454
- export declare type ApplicationTypesUpdateResponse = ApplicationTypeResource;
455
-
456
- /** Application type update request */
457
- export declare interface ApplicationTypeUpdateParameters {
458
- /** Application type update parameters */
459
- tags?: {
460
- [propertyName: string]: string;
461
- };
462
- }
463
-
464
- /** An application type version resource for the specified application type name resource. */
465
- export declare interface ApplicationTypeVersionResource extends ProxyResource {
466
- /**
467
- * The current deployment or provisioning state, which only appears in the response
468
- * NOTE: This property will not be serialized. It can only be populated by the server.
469
- */
470
- readonly provisioningState?: string;
471
- /** The URL to the application package */
472
- appPackageUrl?: string;
473
- }
474
-
475
- /** The list of application type version resources for the specified application type name resource. */
476
- export declare interface ApplicationTypeVersionResourceList {
477
- value?: ApplicationTypeVersionResource[];
478
- /**
479
- * URL to get the next set of application type version list results if there are any.
480
- * NOTE: This property will not be serialized. It can only be populated by the server.
481
- */
482
- readonly nextLink?: string;
483
- }
484
-
485
- /** Interface representing a ApplicationTypeVersions. */
486
- export declare interface ApplicationTypeVersions {
487
- /**
488
- * Gets all application type version resources created or in the process of being created in the
489
- * Service Fabric managed application type name resource.
490
- * @param resourceGroupName The name of the resource group.
491
- * @param clusterName The name of the cluster resource.
492
- * @param applicationTypeName The name of the application type name resource.
493
- * @param options The options parameters.
494
- */
495
- listByApplicationTypes(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypeVersionsListByApplicationTypesOptionalParams): PagedAsyncIterableIterator<ApplicationTypeVersionResource>;
496
- /**
497
- * Get a Service Fabric managed application type version resource created or in the process of being
498
- * created in the Service Fabric managed application type name resource.
499
- * @param resourceGroupName The name of the resource group.
500
- * @param clusterName The name of the cluster resource.
501
- * @param applicationTypeName The name of the application type name resource.
502
- * @param version The application type version.
503
- * @param options The options parameters.
504
- */
505
- get(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, options?: ApplicationTypeVersionsGetOptionalParams): Promise<ApplicationTypeVersionsGetResponse>;
506
- /**
507
- * Create or update a Service Fabric managed application type version resource with the specified name.
508
- * @param resourceGroupName The name of the resource group.
509
- * @param clusterName The name of the cluster resource.
510
- * @param applicationTypeName The name of the application type name resource.
511
- * @param version The application type version.
512
- * @param parameters The application type version resource.
513
- * @param options The options parameters.
514
- */
515
- beginCreateOrUpdate(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, parameters: ApplicationTypeVersionResource, options?: ApplicationTypeVersionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationTypeVersionsCreateOrUpdateResponse>, ApplicationTypeVersionsCreateOrUpdateResponse>>;
516
- /**
517
- * Create or update a Service Fabric managed application type version resource with the specified name.
518
- * @param resourceGroupName The name of the resource group.
519
- * @param clusterName The name of the cluster resource.
520
- * @param applicationTypeName The name of the application type name resource.
521
- * @param version The application type version.
522
- * @param parameters The application type version resource.
523
- * @param options The options parameters.
524
- */
525
- beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, parameters: ApplicationTypeVersionResource, options?: ApplicationTypeVersionsCreateOrUpdateOptionalParams): Promise<ApplicationTypeVersionsCreateOrUpdateResponse>;
526
- /**
527
- * Updates the tags of an application type version resource of a given managed cluster.
528
- * @param resourceGroupName The name of the resource group.
529
- * @param clusterName The name of the cluster resource.
530
- * @param applicationTypeName The name of the application type name resource.
531
- * @param version The application type version.
532
- * @param parameters The application type version resource updated tags.
533
- * @param options The options parameters.
534
- */
535
- update(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, parameters: ApplicationTypeVersionUpdateParameters, options?: ApplicationTypeVersionsUpdateOptionalParams): Promise<ApplicationTypeVersionsUpdateResponse>;
536
- /**
537
- * Delete a Service Fabric managed application type version resource with the specified name.
538
- * @param resourceGroupName The name of the resource group.
539
- * @param clusterName The name of the cluster resource.
540
- * @param applicationTypeName The name of the application type name resource.
541
- * @param version The application type version.
542
- * @param options The options parameters.
543
- */
544
- beginDelete(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, options?: ApplicationTypeVersionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
545
- /**
546
- * Delete a Service Fabric managed application type version resource with the specified name.
547
- * @param resourceGroupName The name of the resource group.
548
- * @param clusterName The name of the cluster resource.
549
- * @param applicationTypeName The name of the application type name resource.
550
- * @param version The application type version.
551
- * @param options The options parameters.
552
- */
553
- beginDeleteAndWait(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, options?: ApplicationTypeVersionsDeleteOptionalParams): Promise<void>;
554
- }
555
-
556
- /** 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. */
557
- export declare interface ApplicationTypeVersionsCleanupPolicy {
558
- /** Number of unused versions per application type to keep. */
559
- maxUnusedVersionsToKeep: number;
560
- }
561
-
562
- /** Defines headers for ApplicationTypeVersions_createOrUpdate operation. */
563
- export declare interface ApplicationTypeVersionsCreateOrUpdateHeaders {
564
- /** The URL to get the status of an ongoing long-running operation. */
565
- azureAsyncOperation?: string;
566
- /** The URL to get the status of a completed long-running operation. */
567
- location?: string;
568
- }
569
-
570
- /** Optional parameters. */
571
- export declare interface ApplicationTypeVersionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
572
- /** Delay to wait until next poll, in milliseconds. */
573
- updateIntervalInMs?: number;
574
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
575
- resumeFrom?: string;
576
- }
577
-
578
- /** Contains response data for the createOrUpdate operation. */
579
- export declare type ApplicationTypeVersionsCreateOrUpdateResponse = ApplicationTypeVersionResource;
580
-
581
- /** Defines headers for ApplicationTypeVersions_delete operation. */
582
- export declare interface ApplicationTypeVersionsDeleteHeaders {
583
- /** The URL to get the status of an ongoing long-running operation. */
584
- azureAsyncOperation?: string;
585
- /** The URL to get the status of a completed long-running operation. */
586
- location?: string;
587
- }
588
-
589
- /** Optional parameters. */
590
- export declare interface ApplicationTypeVersionsDeleteOptionalParams extends coreClient.OperationOptions {
591
- /** Delay to wait until next poll, in milliseconds. */
592
- updateIntervalInMs?: number;
593
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
594
- resumeFrom?: string;
595
- }
596
-
597
- /** Optional parameters. */
598
- export declare interface ApplicationTypeVersionsGetOptionalParams extends coreClient.OperationOptions {
599
- }
600
-
601
- /** Contains response data for the get operation. */
602
- export declare type ApplicationTypeVersionsGetResponse = ApplicationTypeVersionResource;
603
-
604
- /** Optional parameters. */
605
- export declare interface ApplicationTypeVersionsListByApplicationTypesNextOptionalParams extends coreClient.OperationOptions {
606
- }
607
-
608
- /** Contains response data for the listByApplicationTypesNext operation. */
609
- export declare type ApplicationTypeVersionsListByApplicationTypesNextResponse = ApplicationTypeVersionResourceList;
610
-
611
- /** Optional parameters. */
612
- export declare interface ApplicationTypeVersionsListByApplicationTypesOptionalParams extends coreClient.OperationOptions {
613
- }
614
-
615
- /** Contains response data for the listByApplicationTypes operation. */
616
- export declare type ApplicationTypeVersionsListByApplicationTypesResponse = ApplicationTypeVersionResourceList;
617
-
618
- /** Optional parameters. */
619
- export declare interface ApplicationTypeVersionsUpdateOptionalParams extends coreClient.OperationOptions {
620
- }
621
-
622
- /** Contains response data for the update operation. */
623
- export declare type ApplicationTypeVersionsUpdateResponse = ApplicationTypeVersionResource;
624
-
625
- /** Application type version update request */
626
- export declare interface ApplicationTypeVersionUpdateParameters {
627
- /** Application type version update parameters */
628
- tags?: {
629
- [propertyName: string]: string;
630
- };
631
- }
632
-
633
- /** Application update request */
634
- export declare interface ApplicationUpdateParameters {
635
- /** Application update parameters */
636
- tags?: {
637
- [propertyName: string]: string;
638
- };
639
- }
640
-
641
- /** Describes the policy for a monitored application upgrade. */
642
- export declare interface ApplicationUpgradePolicy {
643
- /**
644
- * Defines a health policy used to evaluate the health of an application or one of its children entities.
645
- *
646
- */
647
- applicationHealthPolicy?: ApplicationHealthPolicy;
648
- /** If true, then processes are forcefully restarted during upgrade even when the code version has not changed (the upgrade only changes configuration or data). */
649
- forceRestart?: boolean;
650
- /** The policy used for monitoring the application upgrade */
651
- rollingUpgradeMonitoringPolicy?: RollingUpgradeMonitoringPolicy;
652
- /** 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. */
653
- instanceCloseDelayDuration?: number;
654
- /** The mode used to monitor health during a rolling upgrade. The values are Monitored, and UnmonitoredAuto. */
655
- upgradeMode?: RollingUpgradeMode;
656
- /** 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). */
657
- upgradeReplicaSetCheckTimeout?: number;
658
- /** Determines whether the application should be recreated on update. If value=true, the rest of the upgrade policy parameters are not allowed. */
659
- recreateApplication?: boolean;
660
- }
661
-
662
- export declare interface ApplicationUserAssignedIdentity {
663
- /** The friendly name of user assigned identity. */
664
- name: string;
665
- /** The principal id of user assigned identity. */
666
- principalId: string;
667
- }
668
-
669
- /**
670
- * Defines values for AutoGeneratedDomainNameLabelScope. \
671
- * {@link KnownAutoGeneratedDomainNameLabelScope} can be used interchangeably with AutoGeneratedDomainNameLabelScope,
672
- * this enum contains the known values that the service supports.
673
- * ### Known values supported by the service
674
- * **TenantReuse**: TenantReuse allows for the same hash to be created if the resource is created in the same Tenant with the same resource name. \
675
- * **SubscriptionReuse**: SubscriptionReuse allows for the same hash to be created if the resource is created in the same Subscription with the same resource name. \
676
- * **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. \
677
- * **NoReuse**: NoReuse will create a new hash regardless of the Subscription, Resource Group, Tenant and Resource name.
678
- */
679
- export declare type AutoGeneratedDomainNameLabelScope = string;
680
-
681
- /** Operation supported by the Service Fabric resource provider */
682
- export declare interface AvailableOperationDisplay {
683
- /** The name of the provider. */
684
- provider?: string;
685
- /** The resource on which the operation is performed */
686
- resource?: string;
687
- /** The operation that can be performed. */
688
- operation?: string;
689
- /** Operation description */
690
- description?: string;
691
- }
692
-
693
- /** Represents a scaling trigger related to an average load of a metric/resource of a partition. */
694
- export declare interface AveragePartitionLoadScalingTrigger extends ScalingTrigger {
695
- /** Polymorphic discriminator, which specifies the different types this object can be */
696
- kind: "AveragePartitionLoadTrigger";
697
- /** The name of the metric for which usage should be tracked. */
698
- metricName: string;
699
- /** The lower limit of the load below which a scale in operation should be performed. */
700
- lowerLoadThreshold: number;
701
- /** The upper limit of the load beyond which a scale out operation should be performed. */
702
- upperLoadThreshold: number;
703
- /** 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". */
704
- scaleInterval: string;
705
- }
706
-
707
- /** Represents a scaling policy related to an average load of a metric/resource of a service. */
708
- export declare interface AverageServiceLoadScalingTrigger extends ScalingTrigger {
709
- /** Polymorphic discriminator, which specifies the different types this object can be */
710
- kind: "AverageServiceLoadTrigger";
711
- /** The name of the metric for which usage should be tracked. */
712
- metricName: string;
713
- /** The lower limit of the load below which a scale in operation should be performed. */
714
- lowerLoadThreshold: number;
715
- /** The upper limit of the load beyond which a scale out operation should be performed. */
716
- upperLoadThreshold: number;
717
- /** 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". */
718
- scaleInterval: string;
719
- /** 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. */
720
- useOnlyPrimaryLoad: boolean;
721
- }
722
-
723
- /** The settings to enable AAD authentication on the cluster. */
724
- export declare interface AzureActiveDirectory {
725
- /** Azure active directory tenant id. */
726
- tenantId?: string;
727
- /** Azure active directory cluster application id. */
728
- clusterApplication?: string;
729
- /** Azure active directory client application id. */
730
- clientApplication?: string;
731
- }
732
-
733
- /** Client certificate definition. */
734
- export declare interface ClientCertificate {
735
- /** Indicates if the client certificate has admin access to the cluster. Non admin clients can perform only read only operations on the cluster. */
736
- isAdmin: boolean;
737
- /** Certificate thumbprint. */
738
- thumbprint?: string;
739
- /** Certificate common name. */
740
- commonName?: string;
741
- /** Issuer thumbprint for the certificate. Only used together with CommonName. */
742
- issuerThumbprint?: string;
743
- }
744
-
745
- /**
746
- * Defines a health policy used to evaluate the health of the cluster or of a cluster node.
747
- *
748
- */
749
- export declare interface ClusterHealthPolicy {
750
- /**
751
- * 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.
752
- *
753
- * The percentage represents the maximum tolerated percentage of nodes that can be unhealthy before the cluster is considered in error.
754
- * If the percentage is respected but there is at least one unhealthy node, the health is evaluated as Warning.
755
- * The percentage is calculated by dividing the number of unhealthy nodes over the total number of nodes in the cluster.
756
- * The computation rounds up to tolerate one failure on small numbers of nodes. Default percentage is zero.
757
- *
758
- * In large clusters, some nodes will always be down or out for repairs, so this percentage should be configured to tolerate that.
759
- *
760
- */
761
- maxPercentUnhealthyNodes: number;
762
- /**
763
- * 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.
764
- *
765
- * The percentage represents the maximum tolerated percentage of applications that can be unhealthy before the cluster is considered in error.
766
- * If the percentage is respected but there is at least one unhealthy application, the health is evaluated as Warning.
767
- * 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.
768
- * The computation rounds up to tolerate one failure on small numbers of applications. Default percentage is zero.
769
- *
770
- */
771
- maxPercentUnhealthyApplications: number;
772
- }
773
-
774
- /** Describes the monitoring policies for the cluster upgrade. */
775
- export declare interface ClusterMonitoringPolicy {
776
- /** 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. */
777
- healthCheckWaitDuration: string;
778
- /** 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. */
779
- healthCheckStableDuration: string;
780
- /** 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. */
781
- healthCheckRetryTimeout: string;
782
- /** 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. */
783
- upgradeTimeout: string;
784
- /** 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. */
785
- upgradeDomainTimeout: string;
786
- }
787
-
788
- /**
789
- * Defines values for ClusterState. \
790
- * {@link KnownClusterState} can be used interchangeably with ClusterState,
791
- * this enum contains the known values that the service supports.
792
- * ### Known values supported by the service
793
- * **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. \
794
- * **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. \
795
- * **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. \
796
- * **Upgrading**: Indicates that the cluster is being upgraded with the user provided configuration. \
797
- * **UpgradeFailed**: Indicates that the last upgrade for the cluster has failed. \
798
- * **Ready**: Indicates that the cluster is in a stable state.
799
- */
800
- export declare type ClusterState = string;
801
-
802
- /**
803
- * Defines values for ClusterUpgradeCadence. \
804
- * {@link KnownClusterUpgradeCadence} can be used interchangeably with ClusterUpgradeCadence,
805
- * this enum contains the known values that the service supports.
806
- * ### Known values supported by the service
807
- * **Wave0**: Cluster upgrade starts immediately after a new version is rolled out. Recommended for Test\/Dev clusters. \
808
- * **Wave1**: Cluster upgrade starts 7 days after a new version is rolled out. Recommended for Pre-prod clusters. \
809
- * **Wave2**: Cluster upgrade starts 14 days after a new version is rolled out. Recommended for Production clusters.
810
- */
811
- export declare type ClusterUpgradeCadence = string;
812
-
813
- /** Describes the delta health policies for the cluster upgrade. */
814
- export declare interface ClusterUpgradeDeltaHealthPolicy {
815
- /**
816
- * The maximum allowed percentage of nodes health degradation allowed during cluster upgrades.
817
- * 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.
818
- * The check is performed after every upgrade domain upgrade completion to make sure the global state of the cluster is within tolerated limits.
819
- *
820
- */
821
- maxPercentDeltaUnhealthyNodes: number;
822
- /**
823
- * The maximum allowed percentage of upgrade domain nodes health degradation allowed during cluster upgrades.
824
- * 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.
825
- * 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.
826
- *
827
- */
828
- maxPercentUpgradeDomainDeltaUnhealthyNodes?: number;
829
- /**
830
- * The maximum allowed percentage of applications health degradation allowed during cluster upgrades.
831
- * 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.
832
- * 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.
833
- * NOTE: This value will overwrite the value specified in properties.UpgradeDescription.HealthPolicy.MaxPercentUnhealthyApplications
834
- *
835
- */
836
- maxPercentDeltaUnhealthyApplications?: number;
837
- }
838
-
839
- /**
840
- * Defines values for ClusterUpgradeMode. \
841
- * {@link KnownClusterUpgradeMode} can be used interchangeably with ClusterUpgradeMode,
842
- * this enum contains the known values that the service supports.
843
- * ### Known values supported by the service
844
- * **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. \
845
- * **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.
846
- */
847
- export declare type ClusterUpgradeMode = string;
848
-
849
- /** Describes the policy used when upgrading the cluster. */
850
- export declare interface ClusterUpgradePolicy {
851
- /** If true, then processes are forcefully restarted during upgrade even when the code version has not changed (the upgrade only changes configuration or data). */
852
- forceRestart?: boolean;
853
- /** The cluster health policy defines a health policy used to evaluate the health of the cluster during a cluster upgrade. */
854
- healthPolicy?: ClusterHealthPolicy;
855
- /** The cluster delta health policy defines a health policy used to evaluate the health of the cluster during a cluster upgrade. */
856
- deltaHealthPolicy?: ClusterUpgradeDeltaHealthPolicy;
857
- /** The cluster monitoring policy describes the parameters for monitoring an upgrade in Monitored mode. */
858
- monitoringPolicy?: ClusterMonitoringPolicy;
859
- /**
860
- * The maximum amount of time to block processing of an upgrade domain and prevent loss of availability when there are unexpected issues.
861
- * When this timeout expires, processing of the upgrade domain will proceed regardless of availability loss issues.
862
- * 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.
863
- * This value must be between 00:00:00 and 49710.06:28:15 (unsigned 32 bit integer for seconds)
864
- *
865
- */
866
- upgradeReplicaSetCheckTimeout?: string;
867
- }
868
-
869
- /**
870
- * Defines values for Direction. \
871
- * {@link KnownDirection} can be used interchangeably with Direction,
872
- * this enum contains the known values that the service supports.
873
- * ### Known values supported by the service
874
- * **inbound** \
875
- * **outbound**
876
- */
877
- export declare type Direction = string;
878
-
879
- /**
880
- * Defines values for DiskType. \
881
- * {@link KnownDiskType} can be used interchangeably with DiskType,
882
- * this enum contains the known values that the service supports.
883
- * ### Known values supported by the service
884
- * **Standard_LRS**: Standard HDD locally redundant storage. Best for backup, non-critical, and infrequent access. \
885
- * **StandardSSD_LRS**: Standard SSD locally redundant storage. Best for web servers, lightly used enterprise applications and dev\/test. \
886
- * **Premium_LRS**: Premium SSD locally redundant storage. Best for production and performance sensitive workloads.
887
- */
888
- export declare type DiskType = string;
889
-
890
- /** Port range details */
891
- export declare interface EndpointRangeDescription {
892
- /** Starting port of a range of ports */
893
- startPort: number;
894
- /** End port of a range of ports */
895
- endPort: number;
896
- }
897
-
898
- /** The structure of the error. */
899
- export declare interface ErrorModel {
900
- /** The error details. */
901
- error?: ErrorModelError;
902
- }
903
-
904
- /** The error details. */
905
- export declare interface ErrorModelError {
906
- /** The error code. */
907
- code?: string;
908
- /** The error message. */
909
- message?: string;
910
- }
911
-
912
- /**
913
- * Defines values for EvictionPolicyType. \
914
- * {@link KnownEvictionPolicyType} can be used interchangeably with EvictionPolicyType,
915
- * this enum contains the known values that the service supports.
916
- * ### Known values supported by the service
917
- * **Delete**: Eviction policy will be Delete for SPOT vms. \
918
- * **Deallocate**: Eviction policy will be Deallocate for SPOT vms.
919
- */
920
- export declare type EvictionPolicyType = string;
921
-
922
- /**
923
- * Defines values for FailureAction. \
924
- * {@link KnownFailureAction} can be used interchangeably with FailureAction,
925
- * this enum contains the known values that the service supports.
926
- * ### Known values supported by the service
927
- * **Rollback**: The upgrade will start rolling back automatically. The value is 0 \
928
- * **Manual**: The upgrade will switch to UnmonitoredManual upgrade mode. The value is 1
929
- */
930
- export declare type FailureAction = string;
931
-
932
- /** Describes the frontend configurations for the node type. */
933
- export declare interface FrontendConfiguration {
934
- /** The IP address type of this frontend configuration. If omitted the default value is IPv4. */
935
- ipAddressType?: IPAddressType;
936
- /** 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>'. */
937
- loadBalancerBackendAddressPoolId?: string;
938
- /** 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>'. */
939
- loadBalancerInboundNatPoolId?: string;
940
- /** 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>'. */
941
- applicationGatewayBackendAddressPoolId?: string;
942
- }
943
-
944
- /**
945
- * Given the last `.value` produced by the `byPage` iterator,
946
- * returns a continuation token that can be used to begin paging from
947
- * that point later.
948
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
949
- * @returns The continuation token that can be passed into byPage() during future calls.
950
- */
951
- export declare function getContinuationToken(page: unknown): string | undefined;
952
-
953
- /**
954
- * Defines values for IPAddressType. \
955
- * {@link KnownIPAddressType} can be used interchangeably with IPAddressType,
956
- * this enum contains the known values that the service supports.
957
- * ### Known values supported by the service
958
- * **IPv4**: IPv4 address type. \
959
- * **IPv6**: IPv6 address type.
960
- */
961
- export declare type IPAddressType = string;
962
-
963
- /** Specifies an IP configuration of the network interface. */
964
- export declare interface IpConfiguration {
965
- /** Name of the network interface. */
966
- name: string;
967
- /** 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. */
968
- applicationGatewayBackendAddressPools?: SubResource[];
969
- /** 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. */
970
- loadBalancerBackendAddressPools?: SubResource[];
971
- /** 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. */
972
- loadBalancerInboundNatPools?: SubResource[];
973
- /** Specifies the subnet of the network interface. */
974
- subnet?: SubResource;
975
- /** Specifies whether the IP configuration's private IP is IPv4 or IPv6. Default is IPv4. */
976
- privateIPAddressVersion?: PrivateIPAddressVersion;
977
- /** The public IP address configuration of the network interface. */
978
- publicIPAddressConfiguration?: IpConfigurationPublicIPAddressConfiguration;
979
- }
980
-
981
- /** The public IP address configuration of the network interface. */
982
- export declare interface IpConfigurationPublicIPAddressConfiguration {
983
- /** Name of the network interface. */
984
- name: string;
985
- /** Specifies the list of IP tags associated with the public IP address. */
986
- ipTags?: IpTag[];
987
- /** Specifies whether the IP configuration's public IP is IPv4 or IPv6. Default is IPv4. */
988
- publicIPAddressVersion?: PublicIPAddressVersion;
989
- }
990
-
991
- /** The IP tag associated with the public IP address. */
992
- export declare interface IpTag {
993
- /** IP tag type. Example: FirstPartyUsage. */
994
- ipTagType: string;
995
- /** IP tag associated with the public IP. Example: SQL, Storage etc. */
996
- tag: string;
997
- }
998
-
999
- /** Known values of {@link Access} that the service accepts. */
1000
- export declare enum KnownAccess {
1001
- /** Allow */
1002
- Allow = "allow",
1003
- /** Deny */
1004
- Deny = "deny"
1005
- }
1006
-
1007
- /** Known values of {@link AutoGeneratedDomainNameLabelScope} that the service accepts. */
1008
- export declare enum KnownAutoGeneratedDomainNameLabelScope {
1009
- /** TenantReuse allows for the same hash to be created if the resource is created in the same Tenant with the same resource name. */
1010
- TenantReuse = "TenantReuse",
1011
- /** SubscriptionReuse allows for the same hash to be created if the resource is created in the same Subscription with the same resource name. */
1012
- SubscriptionReuse = "SubscriptionReuse",
1013
- /** ResourceGroupReuse allows for the same hash to be created if the resource is created in the same Resource Group with the same resource name. */
1014
- ResourceGroupReuse = "ResourceGroupReuse",
1015
- /** NoReuse will create a new hash regardless of the Subscription, Resource Group, Tenant and Resource name. */
1016
- NoReuse = "NoReuse"
1017
- }
1018
-
1019
- /** Known values of {@link ClusterState} that the service accepts. */
1020
- export declare enum KnownClusterState {
1021
- /** 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. */
1022
- WaitingForNodes = "WaitingForNodes",
1023
- /** 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. */
1024
- Deploying = "Deploying",
1025
- /** 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. */
1026
- BaselineUpgrade = "BaselineUpgrade",
1027
- /** Indicates that the cluster is being upgraded with the user provided configuration. */
1028
- Upgrading = "Upgrading",
1029
- /** Indicates that the last upgrade for the cluster has failed. */
1030
- UpgradeFailed = "UpgradeFailed",
1031
- /** Indicates that the cluster is in a stable state. */
1032
- Ready = "Ready"
1033
- }
1034
-
1035
- /** Known values of {@link ClusterUpgradeCadence} that the service accepts. */
1036
- export declare enum KnownClusterUpgradeCadence {
1037
- /** Cluster upgrade starts immediately after a new version is rolled out. Recommended for Test\/Dev clusters. */
1038
- Wave0 = "Wave0",
1039
- /** Cluster upgrade starts 7 days after a new version is rolled out. Recommended for Pre-prod clusters. */
1040
- Wave1 = "Wave1",
1041
- /** Cluster upgrade starts 14 days after a new version is rolled out. Recommended for Production clusters. */
1042
- Wave2 = "Wave2"
1043
- }
1044
-
1045
- /** Known values of {@link ClusterUpgradeMode} that the service accepts. */
1046
- export declare enum KnownClusterUpgradeMode {
1047
- /** 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. */
1048
- Automatic = "Automatic",
1049
- /** 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. */
1050
- Manual = "Manual"
1051
- }
1052
-
1053
- /** Known values of {@link Direction} that the service accepts. */
1054
- export declare enum KnownDirection {
1055
- /** Inbound */
1056
- Inbound = "inbound",
1057
- /** Outbound */
1058
- Outbound = "outbound"
1059
- }
1060
-
1061
- /** Known values of {@link DiskType} that the service accepts. */
1062
- export declare enum KnownDiskType {
1063
- /** Standard HDD locally redundant storage. Best for backup, non-critical, and infrequent access. */
1064
- StandardLRS = "Standard_LRS",
1065
- /** Standard SSD locally redundant storage. Best for web servers, lightly used enterprise applications and dev\/test. */
1066
- StandardSSDLRS = "StandardSSD_LRS",
1067
- /** Premium SSD locally redundant storage. Best for production and performance sensitive workloads. */
1068
- PremiumLRS = "Premium_LRS"
1069
- }
1070
-
1071
- /** Known values of {@link EvictionPolicyType} that the service accepts. */
1072
- export declare enum KnownEvictionPolicyType {
1073
- /** Eviction policy will be Delete for SPOT vms. */
1074
- Delete = "Delete",
1075
- /** Eviction policy will be Deallocate for SPOT vms. */
1076
- Deallocate = "Deallocate"
1077
- }
1078
-
1079
- /** Known values of {@link FailureAction} that the service accepts. */
1080
- export declare enum KnownFailureAction {
1081
- /** The upgrade will start rolling back automatically. The value is 0 */
1082
- Rollback = "Rollback",
1083
- /** The upgrade will switch to UnmonitoredManual upgrade mode. The value is 1 */
1084
- Manual = "Manual"
1085
- }
1086
-
1087
- /** Known values of {@link IPAddressType} that the service accepts. */
1088
- export declare enum KnownIPAddressType {
1089
- /** IPv4 address type. */
1090
- IPv4 = "IPv4",
1091
- /** IPv6 address type. */
1092
- IPv6 = "IPv6"
1093
- }
1094
-
1095
- /** Known values of {@link ManagedClusterAddOnFeature} that the service accepts. */
1096
- export declare enum KnownManagedClusterAddOnFeature {
1097
- /** Dns service */
1098
- DnsService = "DnsService",
1099
- /** Backup and restore service */
1100
- BackupRestoreService = "BackupRestoreService",
1101
- /** Resource monitor service */
1102
- ResourceMonitorService = "ResourceMonitorService"
1103
- }
1104
-
1105
- /** Known values of {@link ManagedClusterVersionEnvironment} that the service accepts. */
1106
- export declare enum KnownManagedClusterVersionEnvironment {
1107
- /** Windows. */
1108
- Windows = "Windows"
1109
- }
1110
-
1111
- /** Known values of {@link ManagedResourceProvisioningState} that the service accepts. */
1112
- export declare enum KnownManagedResourceProvisioningState {
1113
- /** None */
1114
- None = "None",
1115
- /** Creating */
1116
- Creating = "Creating",
1117
- /** Created */
1118
- Created = "Created",
1119
- /** Updating */
1120
- Updating = "Updating",
1121
- /** Succeeded */
1122
- Succeeded = "Succeeded",
1123
- /** Failed */
1124
- Failed = "Failed",
1125
- /** Canceled */
1126
- Canceled = "Canceled",
1127
- /** Deleting */
1128
- Deleting = "Deleting",
1129
- /** Deleted */
1130
- Deleted = "Deleted",
1131
- /** Other */
1132
- Other = "Other"
1133
- }
1134
-
1135
- /** Known values of {@link MoveCost} that the service accepts. */
1136
- export declare enum KnownMoveCost {
1137
- /** Zero move cost. This value is zero. */
1138
- Zero = "Zero",
1139
- /** Specifies the move cost of the service as Low. The value is 1. */
1140
- Low = "Low",
1141
- /** Specifies the move cost of the service as Medium. The value is 2. */
1142
- Medium = "Medium",
1143
- /** Specifies the move cost of the service as High. The value is 3. */
1144
- High = "High"
1145
- }
1146
-
1147
- /** Known values of {@link NodeTypeSkuScaleType} that the service accepts. */
1148
- export declare enum KnownNodeTypeSkuScaleType {
1149
- /** Node count is not adjustable in any way (e.g. it is fixed). */
1150
- None = "None",
1151
- /** The user must manually scale out\/in. */
1152
- Manual = "Manual",
1153
- /** Automatic scale is allowed. */
1154
- Automatic = "Automatic"
1155
- }
1156
-
1157
- /** Known values of {@link NsgProtocol} that the service accepts. */
1158
- export declare enum KnownNsgProtocol {
1159
- /** Http */
1160
- Http = "http",
1161
- /** Https */
1162
- Https = "https",
1163
- /** Tcp */
1164
- Tcp = "tcp",
1165
- /** Udp */
1166
- Udp = "udp",
1167
- /** Icmp */
1168
- Icmp = "icmp",
1169
- /** Ah */
1170
- Ah = "ah",
1171
- /** Esp */
1172
- Esp = "esp"
1173
- }
1174
-
1175
- /** Known values of {@link OsType} that the service accepts. */
1176
- export declare enum KnownOsType {
1177
- /** Indicates os is Windows. */
1178
- Windows = "Windows"
1179
- }
1180
-
1181
- /** Known values of {@link PartitionScheme} that the service accepts. */
1182
- export declare enum KnownPartitionScheme {
1183
- /** Indicates that the partition is based on string names, and is a SingletonPartitionScheme object, The value is 0. */
1184
- Singleton = "Singleton",
1185
- /** Indicates that the partition is based on Int64 key ranges, and is a UniformInt64RangePartitionScheme object. The value is 1. */
1186
- UniformInt64Range = "UniformInt64Range",
1187
- /** Indicates that the partition is based on string names, and is a NamedPartitionScheme object. The value is 2. */
1188
- Named = "Named"
1189
- }
1190
-
1191
- /** Known values of {@link PrivateEndpointNetworkPolicies} that the service accepts. */
1192
- export declare enum KnownPrivateEndpointNetworkPolicies {
1193
- /** Enabled */
1194
- Enabled = "enabled",
1195
- /** Disabled */
1196
- Disabled = "disabled"
1197
- }
1198
-
1199
- /** Known values of {@link PrivateIPAddressVersion} that the service accepts. */
1200
- export declare enum KnownPrivateIPAddressVersion {
1201
- /** IPv4 */
1202
- IPv4 = "IPv4",
1203
- /** IPv6 */
1204
- IPv6 = "IPv6"
1205
- }
1206
-
1207
- /** Known values of {@link PrivateLinkServiceNetworkPolicies} that the service accepts. */
1208
- export declare enum KnownPrivateLinkServiceNetworkPolicies {
1209
- /** Enabled */
1210
- Enabled = "enabled",
1211
- /** Disabled */
1212
- Disabled = "disabled"
1213
- }
1214
-
1215
- /** Known values of {@link ProbeProtocol} that the service accepts. */
1216
- export declare enum KnownProbeProtocol {
1217
- /** Tcp */
1218
- Tcp = "tcp",
1219
- /** Http */
1220
- Http = "http",
1221
- /** Https */
1222
- Https = "https"
1223
- }
1224
-
1225
- /** Known values of {@link Protocol} that the service accepts. */
1226
- export declare enum KnownProtocol {
1227
- /** Tcp */
1228
- Tcp = "tcp",
1229
- /** Udp */
1230
- Udp = "udp"
1231
- }
1232
-
1233
- /** Known values of {@link PublicIPAddressVersion} that the service accepts. */
1234
- export declare enum KnownPublicIPAddressVersion {
1235
- /** IPv4 */
1236
- IPv4 = "IPv4",
1237
- /** IPv6 */
1238
- IPv6 = "IPv6"
1239
- }
1240
-
1241
- /** Known values of {@link RollingUpgradeMode} that the service accepts. */
1242
- export declare enum KnownRollingUpgradeMode {
1243
- /** The upgrade will stop after completing each upgrade domain and automatically monitor health before proceeding. The value is 0. */
1244
- Monitored = "Monitored",
1245
- /** The upgrade will proceed automatically without performing any health monitoring. The value is 1. */
1246
- UnmonitoredAuto = "UnmonitoredAuto"
1247
- }
1248
-
1249
- /** Known values of {@link SecurityType} that the service accepts. */
1250
- export declare enum KnownSecurityType {
1251
- /** Trusted Launch is a security type that secures generation 2 virtual machines. */
1252
- TrustedLaunch = "TrustedLaunch",
1253
- /** Standard is the default security type for all machines. */
1254
- Standard = "Standard"
1255
- }
1256
-
1257
- /** Known values of {@link ServiceCorrelationScheme} that the service accepts. */
1258
- export declare enum KnownServiceCorrelationScheme {
1259
- /** 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. */
1260
- AlignedAffinity = "AlignedAffinity",
1261
- /** 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. */
1262
- NonAlignedAffinity = "NonAlignedAffinity"
1263
- }
1264
-
1265
- /** Known values of {@link ServiceKind} that the service accepts. */
1266
- export declare enum KnownServiceKind {
1267
- /** Does not use Service Fabric to make its state highly available or reliable. The value is 0. */
1268
- Stateless = "Stateless",
1269
- /** Uses Service Fabric to make its state or part of its state highly available and reliable. The value is 1. */
1270
- Stateful = "Stateful"
1271
- }
1272
-
1273
- /** Known values of {@link ServiceLoadMetricWeight} that the service accepts. */
1274
- export declare enum KnownServiceLoadMetricWeight {
1275
- /** Disables resource balancing for this metric. This value is zero. */
1276
- Zero = "Zero",
1277
- /** Specifies the metric weight of the service load as Low. The value is 1. */
1278
- Low = "Low",
1279
- /** Specifies the metric weight of the service load as Medium. The value is 2. */
1280
- Medium = "Medium",
1281
- /** Specifies the metric weight of the service load as High. The value is 3. */
1282
- High = "High"
1283
- }
1284
-
1285
- /** Known values of {@link ServicePackageActivationMode} that the service accepts. */
1286
- export declare enum KnownServicePackageActivationMode {
1287
- /** Indicates the application package activation mode will use shared process. */
1288
- SharedProcess = "SharedProcess",
1289
- /** Indicates the application package activation mode will use exclusive process. */
1290
- ExclusiveProcess = "ExclusiveProcess"
1291
- }
1292
-
1293
- /** Known values of {@link ServicePlacementPolicyType} that the service accepts. */
1294
- export declare enum KnownServicePlacementPolicyType {
1295
- /** 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. */
1296
- InvalidDomain = "InvalidDomain",
1297
- /** 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. */
1298
- RequiredDomain = "RequiredDomain",
1299
- /** 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. */
1300
- PreferredPrimaryDomain = "PreferredPrimaryDomain",
1301
- /** 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. */
1302
- RequiredDomainDistribution = "RequiredDomainDistribution",
1303
- /** 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. */
1304
- NonPartiallyPlaceService = "NonPartiallyPlaceService"
1305
- }
1306
-
1307
- /** Known values of {@link ServiceScalingMechanismKind} that the service accepts. */
1308
- export declare enum KnownServiceScalingMechanismKind {
1309
- /** Represents a scaling mechanism for adding or removing instances of stateless service partition. The value is 0. */
1310
- ScalePartitionInstanceCount = "ScalePartitionInstanceCount",
1311
- /** Represents a scaling mechanism for adding or removing named partitions of a stateless service. The value is 1. */
1312
- AddRemoveIncrementalNamedPartition = "AddRemoveIncrementalNamedPartition"
1313
- }
1314
-
1315
- /** Known values of {@link ServiceScalingTriggerKind} that the service accepts. */
1316
- export declare enum KnownServiceScalingTriggerKind {
1317
- /** Represents a scaling trigger related to an average load of a metric\/resource of a partition. The value is 0. */
1318
- AveragePartitionLoadTrigger = "AveragePartitionLoadTrigger",
1319
- /** Represents a scaling policy related to an average load of a metric\/resource of a service. The value is 1. */
1320
- AverageServiceLoadTrigger = "AverageServiceLoadTrigger"
1321
- }
1322
-
1323
- /** Known values of {@link SkuName} that the service accepts. */
1324
- export declare enum KnownSkuName {
1325
- /** Basic requires a minimum of 3 nodes and allows only 1 node type. */
1326
- Basic = "Basic",
1327
- /** Requires a minimum of 5 nodes and allows 1 or more node type. */
1328
- Standard = "Standard"
1329
- }
1330
-
1331
- /** Known values of {@link UpdateType} that the service accepts. */
1332
- export declare enum KnownUpdateType {
1333
- /** The operation will proceed in all specified nodes at the same time. */
1334
- Default = "Default",
1335
- /** The operation will proceed one upgrade domain at a time, checking the health in between each to continue. */
1336
- ByUpgradeDomain = "ByUpgradeDomain"
1337
- }
1338
-
1339
- /** Known values of {@link UpgradeMode} that the service accepts. */
1340
- export declare enum KnownUpgradeMode {
1341
- /** The upgrade will proceed automatically without performing any health monitoring. The value is 0 */
1342
- UnmonitoredAuto = "UnmonitoredAuto",
1343
- /** The upgrade will stop after completing each upgrade domain, giving the opportunity to manually monitor health before proceeding. The value is 1 */
1344
- UnmonitoredManual = "UnmonitoredManual",
1345
- /** The upgrade will stop after completing each upgrade domain and automatically monitor health before proceeding. The value is 2 */
1346
- Monitored = "Monitored"
1347
- }
1348
-
1349
- /** Known values of {@link VmSetupAction} that the service accepts. */
1350
- export declare enum KnownVmSetupAction {
1351
- /** Enable windows containers feature. */
1352
- EnableContainers = "EnableContainers",
1353
- /** Enables windows HyperV feature. */
1354
- EnableHyperV = "EnableHyperV"
1355
- }
1356
-
1357
- /** Known values of {@link VmssExtensionSetupOrder} that the service accepts. */
1358
- export declare enum KnownVmssExtensionSetupOrder {
1359
- /** Indicates that the vm extension should run before the service fabric runtime starts. */
1360
- BeforeSFRuntime = "BeforeSFRuntime"
1361
- }
1362
-
1363
- /** Known values of {@link ZonalUpdateMode} that the service accepts. */
1364
- export declare enum KnownZonalUpdateMode {
1365
- /** The cluster will use 5 upgrade domains for Cross Az Node types. */
1366
- Standard = "Standard",
1367
- /** The cluster will use a maximum of 3 upgrade domains per zone instead of 5 for Cross Az Node types for faster deployments. */
1368
- Fast = "Fast"
1369
- }
1370
-
1371
- /** Describes a load balancing rule. */
1372
- export declare interface LoadBalancingRule {
1373
- /** 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. */
1374
- frontendPort: number;
1375
- /** The port used for internal connections on the endpoint. Acceptable values are between 1 and 65535. */
1376
- backendPort: number;
1377
- /** The reference to the transport protocol used by the load balancing rule. */
1378
- protocol: Protocol;
1379
- /** The prob port used by the load balancing rule. Acceptable values are between 1 and 65535. */
1380
- probePort?: number;
1381
- /** the reference to the load balancer probe used by the load balancing rule. */
1382
- probeProtocol: ProbeProtocol;
1383
- /** The probe request path. Only supported for HTTP/HTTPS probes. */
1384
- probeRequestPath?: string;
1385
- /** The load distribution policy for this rule. */
1386
- loadDistribution?: string;
1387
- }
1388
-
1389
- /** Long running operation result. */
1390
- export declare interface LongRunningOperationResult {
1391
- /** The name of the operation. */
1392
- name?: string;
1393
- /** The start time of the operation. */
1394
- startTime?: Date;
1395
- /** The end time of the operation. */
1396
- endTime?: Date;
1397
- /** The completion percentage of the operation. */
1398
- percentComplete?: number;
1399
- /** The status of the operation. */
1400
- status?: string;
1401
- /** The operation error. */
1402
- error?: ErrorModelError;
1403
- }
1404
-
1405
- /** Interface representing a ManagedApplyMaintenanceWindow. */
1406
- export declare interface ManagedApplyMaintenanceWindow {
1407
- /**
1408
- * Action to Apply Maintenance window on the Service Fabric Managed Clusters, right now. Any pending
1409
- * update will be applied.
1410
- * @param resourceGroupName The name of the resource group.
1411
- * @param clusterName The name of the cluster resource.
1412
- * @param options The options parameters.
1413
- */
1414
- post(resourceGroupName: string, clusterName: string, options?: ManagedApplyMaintenanceWindowPostOptionalParams): Promise<void>;
1415
- }
1416
-
1417
- /** Optional parameters. */
1418
- export declare interface ManagedApplyMaintenanceWindowPostOptionalParams extends coreClient.OperationOptions {
1419
- }
1420
-
1421
- /** Describes the result of the request to list Managed VM Sizes for Service Fabric Managed Clusters. */
1422
- export declare interface ManagedAzResiliencyStatus {
1423
- /** List of Managed VM Sizes for Service Fabric Managed Clusters. */
1424
- baseResourceStatus?: ResourceAzStatus[];
1425
- /**
1426
- * URL to get the next set of Managed VM Sizes if there are any.
1427
- * NOTE: This property will not be serialized. It can only be populated by the server.
1428
- */
1429
- readonly isClusterZoneResilient?: boolean;
1430
- }
1431
-
1432
- /** Optional parameters. */
1433
- export declare interface ManagedAzResiliencyStatusGetOptionalParams extends coreClient.OperationOptions {
1434
- }
1435
-
1436
- /** Contains response data for the get operation. */
1437
- export declare type ManagedAzResiliencyStatusGetResponse = ManagedAzResiliencyStatus;
1438
-
1439
- /** Interface representing a ManagedAzResiliencyStatusOperations. */
1440
- export declare interface ManagedAzResiliencyStatusOperations {
1441
- /**
1442
- * Action to get Az Resiliency Status of all the Base resources constituting Service Fabric Managed
1443
- * Clusters.
1444
- * @param resourceGroupName The name of the resource group.
1445
- * @param clusterName The name of the cluster resource.
1446
- * @param options The options parameters.
1447
- */
1448
- get(resourceGroupName: string, clusterName: string, options?: ManagedAzResiliencyStatusGetOptionalParams): Promise<ManagedAzResiliencyStatusGetResponse>;
1449
- }
1450
-
1451
- /**
1452
- * The managed cluster resource
1453
- *
1454
- */
1455
- export declare interface ManagedCluster extends Resource {
1456
- /** The sku of the managed cluster */
1457
- sku: Sku;
1458
- /** The cluster dns name. */
1459
- dnsName?: string;
1460
- /**
1461
- * The fully qualified domain name associated with the public load balancer of the cluster.
1462
- * NOTE: This property will not be serialized. It can only be populated by the server.
1463
- */
1464
- readonly fqdn?: string;
1465
- /**
1466
- * The IPv4 address associated with the public load balancer of the cluster.
1467
- * NOTE: This property will not be serialized. It can only be populated by the server.
1468
- */
1469
- readonly ipv4Address?: string;
1470
- /**
1471
- * A service generated unique identifier for the cluster resource.
1472
- * NOTE: This property will not be serialized. It can only be populated by the server.
1473
- */
1474
- readonly clusterId?: string;
1475
- /**
1476
- * The current state of the cluster.
1477
- * NOTE: This property will not be serialized. It can only be populated by the server.
1478
- */
1479
- readonly clusterState?: ClusterState;
1480
- /**
1481
- * List of thumbprints of the cluster certificates.
1482
- * NOTE: This property will not be serialized. It can only be populated by the server.
1483
- */
1484
- readonly clusterCertificateThumbprints?: string[];
1485
- /** The port used for client connections to the cluster. */
1486
- clientConnectionPort?: number;
1487
- /** The port used for HTTP connections to the cluster. */
1488
- httpGatewayConnectionPort?: number;
1489
- /** VM admin user name. */
1490
- adminUserName?: string;
1491
- /**
1492
- * VM admin user password.
1493
- * This value contains a credential. Consider obscuring before showing to users
1494
- */
1495
- adminPassword?: string;
1496
- /** Load balancing rules that are applied to the public load balancer of the cluster. */
1497
- loadBalancingRules?: LoadBalancingRule[];
1498
- /** 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. */
1499
- allowRdpAccess?: boolean;
1500
- /** Custom Network Security Rules that are applied to the Virtual Network of the cluster. */
1501
- networkSecurityRules?: NetworkSecurityRule[];
1502
- /** Client certificates that are allowed to manage the cluster. */
1503
- clients?: ClientCertificate[];
1504
- /** The AAD authentication settings of the cluster. */
1505
- azureActiveDirectory?: AzureActiveDirectory;
1506
- /** The list of custom fabric settings to configure the cluster. */
1507
- fabricSettings?: SettingsSectionDescription[];
1508
- /**
1509
- * The provisioning state of the managed cluster resource.
1510
- * NOTE: This property will not be serialized. It can only be populated by the server.
1511
- */
1512
- readonly provisioningState?: ManagedResourceProvisioningState;
1513
- /** 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**. */
1514
- clusterCodeVersion?: string;
1515
- /**
1516
- * The upgrade mode of the cluster when new Service Fabric runtime version is available.
1517
- *
1518
- */
1519
- clusterUpgradeMode?: ClusterUpgradeMode;
1520
- /** 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'. */
1521
- clusterUpgradeCadence?: ClusterUpgradeCadence;
1522
- /** List of add-on features to enable on the cluster. */
1523
- addonFeatures?: ManagedClusterAddOnFeature[];
1524
- /** Enables automatic OS upgrade for node types created using OS images with version 'latest'. The default value for this setting is false. */
1525
- enableAutoOSUpgrade?: boolean;
1526
- /** Indicates if the cluster has zone resiliency. */
1527
- zonalResiliency?: boolean;
1528
- /** The policy used to clean up unused versions. */
1529
- applicationTypeVersionsCleanupPolicy?: ApplicationTypeVersionsCleanupPolicy;
1530
- /** 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. */
1531
- enableIpv6?: boolean;
1532
- /** 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. */
1533
- subnetId?: string;
1534
- /** The list of IP tags associated with the default public IP address of the cluster. */
1535
- ipTags?: IpTag[];
1536
- /**
1537
- * IPv6 address for the cluster if IPv6 is enabled.
1538
- * NOTE: This property will not be serialized. It can only be populated by the server.
1539
- */
1540
- readonly ipv6Address?: string;
1541
- /** 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. */
1542
- enableServicePublicIP?: boolean;
1543
- /** Auxiliary subnets for the cluster. */
1544
- auxiliarySubnets?: Subnet[];
1545
- /** Service endpoints for subnets in the cluster. */
1546
- serviceEndpoints?: ServiceEndpoint[];
1547
- /** Indicates the update mode for Cross Az clusters. */
1548
- zonalUpdateMode?: ZonalUpdateMode;
1549
- /** 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. */
1550
- useCustomVnet?: boolean;
1551
- /** 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. */
1552
- publicIPPrefixId?: string;
1553
- /** 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. */
1554
- publicIPv6PrefixId?: string;
1555
- /** Specify the resource id of a DDoS network protection plan that will be associated with the virtual network of the cluster. */
1556
- ddosProtectionPlanId?: string;
1557
- /** The policy to use when upgrading the cluster. */
1558
- upgradeDescription?: ClusterUpgradePolicy;
1559
- /** The port used for token-auth based HTTPS connections to the cluster. Cannot be set to the same port as HttpGatewayEndpoint. */
1560
- httpGatewayTokenAuthConnectionPort?: number;
1561
- /** 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. */
1562
- enableHttpGatewayExclusiveAuthMode?: boolean;
1563
- /** 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. */
1564
- autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;
1565
- /** 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. */
1566
- allocatedOutboundPorts?: number;
1567
- }
1568
-
1569
- /**
1570
- * Defines values for ManagedClusterAddOnFeature. \
1571
- * {@link KnownManagedClusterAddOnFeature} can be used interchangeably with ManagedClusterAddOnFeature,
1572
- * this enum contains the known values that the service supports.
1573
- * ### Known values supported by the service
1574
- * **DnsService**: Dns service \
1575
- * **BackupRestoreService**: Backup and restore service \
1576
- * **ResourceMonitorService**: Resource monitor service
1577
- */
1578
- export declare type ManagedClusterAddOnFeature = string;
1579
-
1580
- /** The result of the Service Fabric runtime versions */
1581
- export declare interface ManagedClusterCodeVersionResult {
1582
- /** The identification of the result */
1583
- id?: string;
1584
- /** The name of the result */
1585
- name?: string;
1586
- /** The result resource type */
1587
- type?: string;
1588
- /** The Service Fabric runtime version of the cluster. */
1589
- clusterCodeVersion?: string;
1590
- /** The date of expiry of support of the version. */
1591
- supportExpiryUtc?: string;
1592
- /** Cluster operating system, the default will be Windows */
1593
- osType?: OsType;
1594
- }
1595
-
1596
- /** Managed Cluster list results */
1597
- export declare interface ManagedClusterListResult {
1598
- value?: ManagedCluster[];
1599
- /** The URL to use for getting the next set of results. */
1600
- nextLink?: string;
1601
- }
1602
-
1603
- /** Interface representing a ManagedClusters. */
1604
- export declare interface ManagedClusters {
1605
- /**
1606
- * Gets all Service Fabric cluster resources created or in the process of being created in the resource
1607
- * group.
1608
- * @param resourceGroupName The name of the resource group.
1609
- * @param options The options parameters.
1610
- */
1611
- listByResourceGroup(resourceGroupName: string, options?: ManagedClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ManagedCluster>;
1612
- /**
1613
- * Gets all Service Fabric cluster resources created or in the process of being created in the
1614
- * subscription.
1615
- * @param options The options parameters.
1616
- */
1617
- listBySubscription(options?: ManagedClustersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ManagedCluster>;
1618
- /**
1619
- * Get a Service Fabric managed cluster resource created or in the process of being created in the
1620
- * specified resource group.
1621
- * @param resourceGroupName The name of the resource group.
1622
- * @param clusterName The name of the cluster resource.
1623
- * @param options The options parameters.
1624
- */
1625
- get(resourceGroupName: string, clusterName: string, options?: ManagedClustersGetOptionalParams): Promise<ManagedClustersGetResponse>;
1626
- /**
1627
- * Create or update a Service Fabric managed cluster resource with the specified name.
1628
- * @param resourceGroupName The name of the resource group.
1629
- * @param clusterName The name of the cluster resource.
1630
- * @param parameters The cluster resource.
1631
- * @param options The options parameters.
1632
- */
1633
- beginCreateOrUpdate(resourceGroupName: string, clusterName: string, parameters: ManagedCluster, options?: ManagedClustersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedClustersCreateOrUpdateResponse>, ManagedClustersCreateOrUpdateResponse>>;
1634
- /**
1635
- * Create or update a Service Fabric managed cluster resource with the specified name.
1636
- * @param resourceGroupName The name of the resource group.
1637
- * @param clusterName The name of the cluster resource.
1638
- * @param parameters The cluster resource.
1639
- * @param options The options parameters.
1640
- */
1641
- beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: ManagedCluster, options?: ManagedClustersCreateOrUpdateOptionalParams): Promise<ManagedClustersCreateOrUpdateResponse>;
1642
- /**
1643
- * Update the tags of of a Service Fabric managed cluster resource with the specified name.
1644
- * @param resourceGroupName The name of the resource group.
1645
- * @param clusterName The name of the cluster resource.
1646
- * @param parameters The managed cluster resource updated tags.
1647
- * @param options The options parameters.
1648
- */
1649
- update(resourceGroupName: string, clusterName: string, parameters: ManagedClusterUpdateParameters, options?: ManagedClustersUpdateOptionalParams): Promise<ManagedClustersUpdateResponse>;
1650
- /**
1651
- * Delete a Service Fabric managed cluster resource with the specified name.
1652
- * @param resourceGroupName The name of the resource group.
1653
- * @param clusterName The name of the cluster resource.
1654
- * @param options The options parameters.
1655
- */
1656
- beginDelete(resourceGroupName: string, clusterName: string, options?: ManagedClustersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1657
- /**
1658
- * Delete a Service Fabric managed cluster resource with the specified name.
1659
- * @param resourceGroupName The name of the resource group.
1660
- * @param clusterName The name of the cluster resource.
1661
- * @param options The options parameters.
1662
- */
1663
- beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ManagedClustersDeleteOptionalParams): Promise<void>;
1664
- }
1665
-
1666
- /** Defines headers for ManagedClusters_createOrUpdate operation. */
1667
- export declare interface ManagedClustersCreateOrUpdateHeaders {
1668
- /** The URL to get the status of an ongoing long-running operation. */
1669
- azureAsyncOperation?: string;
1670
- /** The URL to get the status of a completed long-running operation. */
1671
- location?: string;
1672
- }
1673
-
1674
- /** Optional parameters. */
1675
- export declare interface ManagedClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1676
- /** Delay to wait until next poll, in milliseconds. */
1677
- updateIntervalInMs?: number;
1678
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1679
- resumeFrom?: string;
1680
- }
1681
-
1682
- /** Contains response data for the createOrUpdate operation. */
1683
- export declare type ManagedClustersCreateOrUpdateResponse = ManagedCluster;
1684
-
1685
- /** Defines headers for ManagedClusters_delete operation. */
1686
- export declare interface ManagedClustersDeleteHeaders {
1687
- /** The URL to get the status of an ongoing long-running operation. */
1688
- azureAsyncOperation?: string;
1689
- /** The URL to get the status of a completed long-running operation. */
1690
- location?: string;
1691
- }
1692
-
1693
- /** Optional parameters. */
1694
- export declare interface ManagedClustersDeleteOptionalParams extends coreClient.OperationOptions {
1695
- /** Delay to wait until next poll, in milliseconds. */
1696
- updateIntervalInMs?: number;
1697
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1698
- resumeFrom?: string;
1699
- }
1700
-
1701
- /** Optional parameters. */
1702
- export declare interface ManagedClustersGetOptionalParams extends coreClient.OperationOptions {
1703
- }
1704
-
1705
- /** Contains response data for the get operation. */
1706
- export declare type ManagedClustersGetResponse = ManagedCluster;
1707
-
1708
- /** Optional parameters. */
1709
- export declare interface ManagedClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1710
- }
1711
-
1712
- /** Contains response data for the listByResourceGroupNext operation. */
1713
- export declare type ManagedClustersListByResourceGroupNextResponse = ManagedClusterListResult;
1714
-
1715
- /** Optional parameters. */
1716
- export declare interface ManagedClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1717
- }
1718
-
1719
- /** Contains response data for the listByResourceGroup operation. */
1720
- export declare type ManagedClustersListByResourceGroupResponse = ManagedClusterListResult;
1721
-
1722
- /** Optional parameters. */
1723
- export declare interface ManagedClustersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1724
- }
1725
-
1726
- /** Contains response data for the listBySubscriptionNext operation. */
1727
- export declare type ManagedClustersListBySubscriptionNextResponse = ManagedClusterListResult;
1728
-
1729
- /** Optional parameters. */
1730
- export declare interface ManagedClustersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1731
- }
1732
-
1733
- /** Contains response data for the listBySubscription operation. */
1734
- export declare type ManagedClustersListBySubscriptionResponse = ManagedClusterListResult;
1735
-
1736
- /** Optional parameters. */
1737
- export declare interface ManagedClustersUpdateOptionalParams extends coreClient.OperationOptions {
1738
- }
1739
-
1740
- /** Contains response data for the update operation. */
1741
- export declare type ManagedClustersUpdateResponse = ManagedCluster;
1742
-
1743
- /** Managed cluster update request */
1744
- export declare interface ManagedClusterUpdateParameters {
1745
- /** Managed cluster update parameters */
1746
- tags?: {
1747
- [propertyName: string]: string;
1748
- };
1749
- }
1750
-
1751
- /** Interface representing a ManagedClusterVersion. */
1752
- export declare interface ManagedClusterVersion {
1753
- /**
1754
- * Gets information about an available Service Fabric managed cluster code version.
1755
- * @param location The location for the cluster code versions. This is different from cluster location.
1756
- * @param clusterVersion The cluster code version.
1757
- * @param options The options parameters.
1758
- */
1759
- get(location: string, clusterVersion: string, options?: ManagedClusterVersionGetOptionalParams): Promise<ManagedClusterVersionGetResponse>;
1760
- /**
1761
- * Gets information about an available Service Fabric cluster code version by environment.
1762
- * @param location The location for the cluster code versions. This is different from cluster location.
1763
- * @param environment The operating system of the cluster. The default means all.
1764
- * @param clusterVersion The cluster code version.
1765
- * @param options The options parameters.
1766
- */
1767
- getByEnvironment(location: string, environment: ManagedClusterVersionEnvironment, clusterVersion: string, options?: ManagedClusterVersionGetByEnvironmentOptionalParams): Promise<ManagedClusterVersionGetByEnvironmentResponse>;
1768
- /**
1769
- * Gets all available code versions for Service Fabric cluster resources by location.
1770
- * @param location The location for the cluster code versions. This is different from cluster location.
1771
- * @param options The options parameters.
1772
- */
1773
- list(location: string, options?: ManagedClusterVersionListOptionalParams): Promise<ManagedClusterVersionListResponse>;
1774
- /**
1775
- * Gets all available code versions for Service Fabric cluster resources by environment.
1776
- * @param location The location for the cluster code versions. This is different from cluster location.
1777
- * @param environment The operating system of the cluster. The default means all.
1778
- * @param options The options parameters.
1779
- */
1780
- listByEnvironment(location: string, environment: ManagedClusterVersionEnvironment, options?: ManagedClusterVersionListByEnvironmentOptionalParams): Promise<ManagedClusterVersionListByEnvironmentResponse>;
1781
- }
1782
-
1783
- /**
1784
- * Defines values for ManagedClusterVersionEnvironment. \
1785
- * {@link KnownManagedClusterVersionEnvironment} can be used interchangeably with ManagedClusterVersionEnvironment,
1786
- * this enum contains the known values that the service supports.
1787
- * ### Known values supported by the service
1788
- * **Windows**: Windows.
1789
- */
1790
- export declare type ManagedClusterVersionEnvironment = string;
1791
-
1792
- /** Optional parameters. */
1793
- export declare interface ManagedClusterVersionGetByEnvironmentOptionalParams extends coreClient.OperationOptions {
1794
- }
1795
-
1796
- /** Contains response data for the getByEnvironment operation. */
1797
- export declare type ManagedClusterVersionGetByEnvironmentResponse = ManagedClusterCodeVersionResult;
1798
-
1799
- /** Optional parameters. */
1800
- export declare interface ManagedClusterVersionGetOptionalParams extends coreClient.OperationOptions {
1801
- }
1802
-
1803
- /** Contains response data for the get operation. */
1804
- export declare type ManagedClusterVersionGetResponse = ManagedClusterCodeVersionResult;
1805
-
1806
- /** Optional parameters. */
1807
- export declare interface ManagedClusterVersionListByEnvironmentOptionalParams extends coreClient.OperationOptions {
1808
- }
1809
-
1810
- /** Contains response data for the listByEnvironment operation. */
1811
- export declare type ManagedClusterVersionListByEnvironmentResponse = ManagedClusterCodeVersionResult[];
1812
-
1813
- /** Optional parameters. */
1814
- export declare interface ManagedClusterVersionListOptionalParams extends coreClient.OperationOptions {
1815
- }
1816
-
1817
- /** Contains response data for the list operation. */
1818
- export declare type ManagedClusterVersionListResponse = ManagedClusterCodeVersionResult[];
1819
-
1820
- /** Describes the managed identities for an Azure resource. */
1821
- export declare interface ManagedIdentity {
1822
- /**
1823
- * The principal id of the managed identity. This property will only be provided for a system assigned identity.
1824
- * NOTE: This property will not be serialized. It can only be populated by the server.
1825
- */
1826
- readonly principalId?: string;
1827
- /**
1828
- * The tenant id of the managed identity. This property will only be provided for a system assigned identity.
1829
- * NOTE: This property will not be serialized. It can only be populated by the server.
1830
- */
1831
- readonly tenantId?: string;
1832
- /** The type of managed identity for the resource. */
1833
- type?: ManagedIdentityType;
1834
- /**
1835
- * The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form:
1836
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
1837
- *
1838
- */
1839
- userAssignedIdentities?: {
1840
- [propertyName: string]: UserAssignedIdentity;
1841
- };
1842
- }
1843
-
1844
- /** Defines values for ManagedIdentityType. */
1845
- export declare type ManagedIdentityType = "None" | "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned";
1846
-
1847
- /** Describes the maintenance window status of the Service Fabric Managed Cluster. */
1848
- export declare interface ManagedMaintenanceWindowStatus {
1849
- /**
1850
- * If maintenance window is enabled on this cluster.
1851
- * NOTE: This property will not be serialized. It can only be populated by the server.
1852
- */
1853
- readonly isWindowEnabled?: boolean;
1854
- /**
1855
- * Indicates if the region is ready to configure maintenance windows.
1856
- * NOTE: This property will not be serialized. It can only be populated by the server.
1857
- */
1858
- readonly isRegionReady?: boolean;
1859
- /**
1860
- * If maintenance window is active.
1861
- * NOTE: This property will not be serialized. It can only be populated by the server.
1862
- */
1863
- readonly isWindowActive?: boolean;
1864
- /**
1865
- * If updates can be applied.
1866
- * NOTE: This property will not be serialized. It can only be populated by the server.
1867
- */
1868
- readonly canApplyUpdates?: boolean;
1869
- /**
1870
- * Last window update time in UTC.
1871
- * NOTE: This property will not be serialized. It can only be populated by the server.
1872
- */
1873
- readonly lastWindowStatusUpdateAtUTC?: Date;
1874
- /**
1875
- * Last window start time in UTC.
1876
- * NOTE: This property will not be serialized. It can only be populated by the server.
1877
- */
1878
- readonly lastWindowStartTimeUTC?: Date;
1879
- /**
1880
- * Last window end time in UTC.
1881
- * NOTE: This property will not be serialized. It can only be populated by the server.
1882
- */
1883
- readonly lastWindowEndTimeUTC?: Date;
1884
- }
1885
-
1886
- /** Optional parameters. */
1887
- export declare interface ManagedMaintenanceWindowStatusGetOptionalParams extends coreClient.OperationOptions {
1888
- }
1889
-
1890
- /** Contains response data for the get operation. */
1891
- export declare type ManagedMaintenanceWindowStatusGetResponse = ManagedMaintenanceWindowStatus;
1892
-
1893
- /** Interface representing a ManagedMaintenanceWindowStatusOperations. */
1894
- export declare interface ManagedMaintenanceWindowStatusOperations {
1895
- /**
1896
- * Action to get Maintenance Window Status of the Service Fabric Managed Clusters.
1897
- * @param resourceGroupName The name of the resource group.
1898
- * @param clusterName The name of the cluster resource.
1899
- * @param options The options parameters.
1900
- */
1901
- get(resourceGroupName: string, clusterName: string, options?: ManagedMaintenanceWindowStatusGetOptionalParams): Promise<ManagedMaintenanceWindowStatusGetResponse>;
1902
- }
1903
-
1904
- /** The resource model definition for proxy-only resource. */
1905
- export declare interface ManagedProxyResource {
1906
- /**
1907
- * Azure resource identifier.
1908
- * NOTE: This property will not be serialized. It can only be populated by the server.
1909
- */
1910
- readonly id?: string;
1911
- /**
1912
- * Azure resource name.
1913
- * NOTE: This property will not be serialized. It can only be populated by the server.
1914
- */
1915
- readonly name?: string;
1916
- /**
1917
- * Azure resource type.
1918
- * NOTE: This property will not be serialized. It can only be populated by the server.
1919
- */
1920
- readonly type?: string;
1921
- /** Azure resource tags. */
1922
- tags?: {
1923
- [propertyName: string]: string;
1924
- };
1925
- /**
1926
- * Metadata pertaining to creation and last modification of the resource.
1927
- * NOTE: This property will not be serialized. It can only be populated by the server.
1928
- */
1929
- readonly systemData?: SystemData;
1930
- }
1931
-
1932
- /**
1933
- * Defines values for ManagedResourceProvisioningState. \
1934
- * {@link KnownManagedResourceProvisioningState} can be used interchangeably with ManagedResourceProvisioningState,
1935
- * this enum contains the known values that the service supports.
1936
- * ### Known values supported by the service
1937
- * **None** \
1938
- * **Creating** \
1939
- * **Created** \
1940
- * **Updating** \
1941
- * **Succeeded** \
1942
- * **Failed** \
1943
- * **Canceled** \
1944
- * **Deleting** \
1945
- * **Deleted** \
1946
- * **Other**
1947
- */
1948
- export declare type ManagedResourceProvisioningState = string;
1949
-
1950
- /** Interface representing a ManagedUnsupportedVMSizes. */
1951
- export declare interface ManagedUnsupportedVMSizes {
1952
- /**
1953
- * Get the lists of unsupported vm sizes for Service Fabric Managed Clusters.
1954
- * @param location The location for the cluster code versions. This is different from cluster location.
1955
- * @param options The options parameters.
1956
- */
1957
- list(location: string, options?: ManagedUnsupportedVMSizesListOptionalParams): PagedAsyncIterableIterator<ManagedVMSize>;
1958
- /**
1959
- * Get unsupported vm size for Service Fabric Managed Clusters.
1960
- * @param location The location for the cluster code versions. This is different from cluster location.
1961
- * @param vmSize VM Size name.
1962
- * @param options The options parameters.
1963
- */
1964
- get(location: string, vmSize: string, options?: ManagedUnsupportedVMSizesGetOptionalParams): Promise<ManagedUnsupportedVMSizesGetResponse>;
1965
- }
1966
-
1967
- /** Optional parameters. */
1968
- export declare interface ManagedUnsupportedVMSizesGetOptionalParams extends coreClient.OperationOptions {
1969
- }
1970
-
1971
- /** Contains response data for the get operation. */
1972
- export declare type ManagedUnsupportedVMSizesGetResponse = ManagedVMSize;
1973
-
1974
- /** Optional parameters. */
1975
- export declare interface ManagedUnsupportedVMSizesListNextOptionalParams extends coreClient.OperationOptions {
1976
- }
1977
-
1978
- /** Contains response data for the listNext operation. */
1979
- export declare type ManagedUnsupportedVMSizesListNextResponse = ManagedVMSizesResult;
1980
-
1981
- /** Optional parameters. */
1982
- export declare interface ManagedUnsupportedVMSizesListOptionalParams extends coreClient.OperationOptions {
1983
- }
1984
-
1985
- /** Contains response data for the list operation. */
1986
- export declare type ManagedUnsupportedVMSizesListResponse = ManagedVMSizesResult;
1987
-
1988
- /** Describes a VM Sizes. */
1989
- export declare interface ManagedVMSize {
1990
- /**
1991
- * VM Size properties.
1992
- * NOTE: This property will not be serialized. It can only be populated by the server.
1993
- */
1994
- readonly properties?: VMSize;
1995
- /**
1996
- * VM Size id.
1997
- * NOTE: This property will not be serialized. It can only be populated by the server.
1998
- */
1999
- readonly id?: string;
2000
- /**
2001
- * VM Size name.
2002
- * NOTE: This property will not be serialized. It can only be populated by the server.
2003
- */
2004
- readonly name?: string;
2005
- /**
2006
- * VM Size type.
2007
- * NOTE: This property will not be serialized. It can only be populated by the server.
2008
- */
2009
- readonly type?: string;
2010
- }
2011
-
2012
- /** Describes the result of the request to list Managed VM Sizes for Service Fabric Managed Clusters. */
2013
- export declare interface ManagedVMSizesResult {
2014
- /** List of Managed VM Sizes for Service Fabric Managed Clusters. */
2015
- value?: ManagedVMSize[];
2016
- /**
2017
- * URL to get the next set of Managed VM Sizes if there are any.
2018
- * NOTE: This property will not be serialized. It can only be populated by the server.
2019
- */
2020
- readonly nextLink?: string;
2021
- }
2022
-
2023
- /**
2024
- * Defines values for MoveCost. \
2025
- * {@link KnownMoveCost} can be used interchangeably with MoveCost,
2026
- * this enum contains the known values that the service supports.
2027
- * ### Known values supported by the service
2028
- * **Zero**: Zero move cost. This value is zero. \
2029
- * **Low**: Specifies the move cost of the service as Low. The value is 1. \
2030
- * **Medium**: Specifies the move cost of the service as Medium. The value is 2. \
2031
- * **High**: Specifies the move cost of the service as High. The value is 3.
2032
- */
2033
- export declare type MoveCost = string;
2034
-
2035
- /** Describes the named partition scheme of the service. */
2036
- export declare interface NamedPartitionScheme extends Partition {
2037
- /** Polymorphic discriminator, which specifies the different types this object can be */
2038
- partitionScheme: "Named";
2039
- /** Array for the names of the partitions. */
2040
- names: string[];
2041
- }
2042
-
2043
- /** Describes a network security rule. */
2044
- export declare interface NetworkSecurityRule {
2045
- /** Network security rule name. */
2046
- name: string;
2047
- /** Network security rule description. */
2048
- description?: string;
2049
- /** Network protocol this rule applies to. */
2050
- protocol: NsgProtocol;
2051
- /** The CIDR or source IP ranges. */
2052
- sourceAddressPrefixes?: string[];
2053
- /** The destination address prefixes. CIDR or destination IP ranges. */
2054
- destinationAddressPrefixes?: string[];
2055
- /** The source port ranges. */
2056
- sourcePortRanges?: string[];
2057
- /** The destination port ranges. */
2058
- destinationPortRanges?: string[];
2059
- /** 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. */
2060
- sourceAddressPrefix?: string;
2061
- /** 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. */
2062
- destinationAddressPrefix?: string;
2063
- /** The source port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports. */
2064
- sourcePortRange?: string;
2065
- /** he destination port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports. */
2066
- destinationPortRange?: string;
2067
- /** The network traffic is allowed or denied. */
2068
- access: Access;
2069
- /** 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. */
2070
- priority: number;
2071
- /** Network security rule direction. */
2072
- direction: Direction;
2073
- }
2074
-
2075
- /** Describes a node type in the cluster, each node type represents sub set of nodes in the cluster. */
2076
- export declare interface NodeType extends ManagedProxyResource {
2077
- /** The node type sku. */
2078
- sku?: NodeTypeSku;
2079
- /** 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. */
2080
- isPrimary?: boolean;
2081
- /** The number of nodes in the node type. <br /><br />**Values:** <br />-1 - Use when auto scale rules are configured or sku.capacity is defined <br /> 0 - Not supported <br /> >0 - Use for manual scale. */
2082
- vmInstanceCount?: number;
2083
- /** Disk size for the managed disk attached to the vms on the node type in GBs. */
2084
- dataDiskSizeGB?: number;
2085
- /** Managed data disk type. Specifies the storage account type for the managed disk */
2086
- dataDiskType?: DiskType;
2087
- /** Managed data disk letter. It can not use the reserved letter C or D and it can not change after created. */
2088
- dataDiskLetter?: string;
2089
- /** The placement tags applied to nodes in the node type, which can be used to indicate where certain services (workload) should run. */
2090
- placementProperties?: {
2091
- [propertyName: string]: string;
2092
- };
2093
- /** 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. */
2094
- capacities?: {
2095
- [propertyName: string]: string;
2096
- };
2097
- /** The range of ports from which cluster assigned port to Service Fabric applications. */
2098
- applicationPorts?: EndpointRangeDescription;
2099
- /** The range of ephemeral ports that nodes in this node type should be configured with. */
2100
- ephemeralPorts?: EndpointRangeDescription;
2101
- /** The size of virtual machines in the pool. All virtual machines in a pool are the same size. For example, Standard_D3. */
2102
- vmSize?: string;
2103
- /** The publisher of the Azure Virtual Machines Marketplace image. For example, Canonical or MicrosoftWindowsServer. */
2104
- vmImagePublisher?: string;
2105
- /** The offer type of the Azure Virtual Machines Marketplace image. For example, UbuntuServer or WindowsServer. */
2106
- vmImageOffer?: string;
2107
- /** The SKU of the Azure Virtual Machines Marketplace image. For example, 14.04.0-LTS or 2012-R2-Datacenter. */
2108
- vmImageSku?: string;
2109
- /** 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'. */
2110
- vmImageVersion?: string;
2111
- /** The secrets to install in the virtual machines. */
2112
- vmSecrets?: VaultSecretGroup[];
2113
- /** Set of extensions that should be installed onto the virtual machines. */
2114
- vmExtensions?: VmssExtension[];
2115
- /** Identities to assign to the virtual machine scale set under the node type. */
2116
- vmManagedIdentity?: VmManagedIdentity;
2117
- /** Indicates if the node type can only host Stateless workloads. */
2118
- isStateless?: boolean;
2119
- /** Indicates if scale set associated with the node type can be composed of multiple placement groups. */
2120
- multiplePlacementGroups?: boolean;
2121
- /** 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. */
2122
- frontendConfigurations?: FrontendConfiguration[];
2123
- /** The Network Security Rules for this node type. This setting can only be specified for node types that are configured with frontend configurations. */
2124
- networkSecurityRules?: NetworkSecurityRule[];
2125
- /** Additional managed data disks. */
2126
- additionalDataDisks?: VmssDataDisk[];
2127
- /** 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. */
2128
- enableEncryptionAtHost?: boolean;
2129
- /**
2130
- * The provisioning state of the node type resource.
2131
- * NOTE: This property will not be serialized. It can only be populated by the server.
2132
- */
2133
- readonly provisioningState?: ManagedResourceProvisioningState;
2134
- /** Specifies whether the network interface is accelerated networking-enabled. */
2135
- enableAcceleratedNetworking?: boolean;
2136
- /** 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. */
2137
- useDefaultPublicLoadBalancer?: boolean;
2138
- /** 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. */
2139
- useTempDataDisk?: boolean;
2140
- /** Specifies whether the node type should be overprovisioned. It is only allowed for stateless node types. */
2141
- enableOverProvisioning?: boolean;
2142
- /** 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. */
2143
- zones?: string[];
2144
- /** 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. */
2145
- isSpotVM?: boolean;
2146
- /** Specifies the full host group resource Id. This property is used for deploying on azure dedicated hosts. */
2147
- hostGroupId?: string;
2148
- /** Indicates whether to use ephemeral os disk. The sku selected on the vmSize property needs to support this feature. */
2149
- useEphemeralOSDisk?: boolean;
2150
- /** Indicates the time duration after which the platform will not try to restore the VMSS SPOT instances specified as ISO 8601. */
2151
- spotRestoreTimeout?: string;
2152
- /** Specifies the eviction policy for virtual machines in a SPOT node type. Default is Delete. */
2153
- evictionPolicy?: EvictionPolicyType;
2154
- /** Indicates the resource id of the vm image. This parameter is used for custom vm image. */
2155
- vmImageResourceId?: string;
2156
- /** Indicates the resource id of the subnet for the node type. */
2157
- subnetId?: string;
2158
- /** Specifies the actions to be performed on the vms before bootstrapping the service fabric runtime. */
2159
- vmSetupActions?: VmSetupAction[];
2160
- /** Specifies the security type of the nodeType. Only Standard and TrustedLaunch are currently supported */
2161
- securityType?: SecurityType;
2162
- /** Specifies whether secure boot should be enabled on the nodeType. Can only be used with TrustedLaunch SecurityType */
2163
- secureBootEnabled?: boolean;
2164
- /** Specifies whether each node is allocated its own public IPv4 address. This is only supported on secondary node types with custom Load Balancers. */
2165
- enableNodePublicIP?: boolean;
2166
- /** Specifies whether each node is allocated its own public IPv6 address. This is only supported on secondary node types with custom Load Balancers. */
2167
- enableNodePublicIPv6?: boolean;
2168
- /** Indicates the resource id of the vm shared galleries image. This parameter is used for custom vm image. */
2169
- vmSharedGalleryImageId?: string;
2170
- /** Specifies the resource id of a NAT Gateway to attach to the subnet of this node type. Node type must use custom load balancer. */
2171
- natGatewayId?: string;
2172
- /** 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. */
2173
- natConfigurations?: NodeTypeNatConfig[];
2174
- /** 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. */
2175
- vmImagePlan?: VmImagePlan;
2176
- /** 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. */
2177
- serviceArtifactReferenceId?: string;
2178
- /** Specifies the resource id of the DSCP configuration to apply to the node type network interface. */
2179
- dscpConfigurationId?: string;
2180
- /** Specifies the settings for any additional secondary network interfaces to attach to the node type. */
2181
- additionalNetworkInterfaceConfigurations?: AdditionalNetworkInterfaceConfiguration[];
2182
- /** Specifies the computer name prefix. Limited to 9 characters. If specified, allows for a longer name to be specified for the node type name. */
2183
- computerNamePrefix?: string;
2184
- /** Specifies the gallery applications that should be made available to the underlying VMSS. */
2185
- vmApplications?: VmApplication[];
2186
- }
2187
-
2188
- /** 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. */
2189
- export declare interface NodeTypeActionParameters {
2190
- /** List of node names from the node type. */
2191
- nodes?: string[];
2192
- /** Force the action to go through. */
2193
- force?: boolean;
2194
- /** Specifies the way the operation will be performed. */
2195
- updateType?: UpdateType;
2196
- }
2197
-
2198
- /** Defines the type of sku available for a node type */
2199
- export declare interface NodeTypeAvailableSku {
2200
- /**
2201
- * The type of resource the sku applies to. <br /><br />Value: Microsoft.ServiceFabric/managedClusters/nodeTypes.
2202
- * NOTE: This property will not be serialized. It can only be populated by the server.
2203
- */
2204
- readonly resourceType?: string;
2205
- /**
2206
- * The supported SKU for a for node type.
2207
- * NOTE: This property will not be serialized. It can only be populated by the server.
2208
- */
2209
- readonly sku?: NodeTypeSupportedSku;
2210
- /**
2211
- * Provides information about how the node count can be scaled.
2212
- * NOTE: This property will not be serialized. It can only be populated by the server.
2213
- */
2214
- readonly capacity?: NodeTypeSkuCapacity;
2215
- }
2216
-
2217
- /** Node type list results */
2218
- export declare interface NodeTypeListResult {
2219
- /** The list of node types. */
2220
- value?: NodeType[];
2221
- /** The URL to use for getting the next set of results. */
2222
- nextLink?: string;
2223
- }
2224
-
2225
- /** Node type available sku list results */
2226
- export declare interface NodeTypeListSkuResult {
2227
- /** The list of available node type SKUs. */
2228
- value?: NodeTypeAvailableSku[];
2229
- /** The URL to use for getting the next set of results. */
2230
- nextLink?: string;
2231
- }
2232
-
2233
- /** Provides information about NAT configuration on the default public Load Balancer for the node type. */
2234
- export declare interface NodeTypeNatConfig {
2235
- /** The internal port for the NAT configuration. */
2236
- backendPort?: number;
2237
- /** The port range start for the external endpoint. */
2238
- frontendPortRangeStart?: number;
2239
- /** The port range end for the external endpoint. */
2240
- frontendPortRangeEnd?: number;
2241
- }
2242
-
2243
- /** Interface representing a NodeTypes. */
2244
- export declare interface NodeTypes {
2245
- /**
2246
- * Gets all Node types of the specified managed cluster.
2247
- * @param resourceGroupName The name of the resource group.
2248
- * @param clusterName The name of the cluster resource.
2249
- * @param options The options parameters.
2250
- */
2251
- listByManagedClusters(resourceGroupName: string, clusterName: string, options?: NodeTypesListByManagedClustersOptionalParams): PagedAsyncIterableIterator<NodeType>;
2252
- /**
2253
- * Restarts one or more nodes on the node type. It will disable the fabric nodes, trigger a restart on
2254
- * the VMs and activate the nodes back again.
2255
- * @param resourceGroupName The name of the resource group.
2256
- * @param clusterName The name of the cluster resource.
2257
- * @param nodeTypeName The name of the node type.
2258
- * @param parameters parameters for restart action.
2259
- * @param options The options parameters.
2260
- */
2261
- beginRestart(resourceGroupName: string, clusterName: string, nodeTypeName: string, parameters: NodeTypeActionParameters, options?: NodeTypesRestartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
2262
- /**
2263
- * Restarts one or more nodes on the node type. It will disable the fabric nodes, trigger a restart on
2264
- * the VMs and activate the nodes back again.
2265
- * @param resourceGroupName The name of the resource group.
2266
- * @param clusterName The name of the cluster resource.
2267
- * @param nodeTypeName The name of the node type.
2268
- * @param parameters parameters for restart action.
2269
- * @param options The options parameters.
2270
- */
2271
- beginRestartAndWait(resourceGroupName: string, clusterName: string, nodeTypeName: string, parameters: NodeTypeActionParameters, options?: NodeTypesRestartOptionalParams): Promise<void>;
2272
- /**
2273
- * Reimages one or more nodes on the node type. It will disable the fabric nodes, trigger a reimage on
2274
- * the VMs and activate the nodes back again.
2275
- * @param resourceGroupName The name of the resource group.
2276
- * @param clusterName The name of the cluster resource.
2277
- * @param nodeTypeName The name of the node type.
2278
- * @param parameters parameters for reimage action.
2279
- * @param options The options parameters.
2280
- */
2281
- beginReimage(resourceGroupName: string, clusterName: string, nodeTypeName: string, parameters: NodeTypeActionParameters, options?: NodeTypesReimageOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
2282
- /**
2283
- * Reimages one or more nodes on the node type. It will disable the fabric nodes, trigger a reimage on
2284
- * the VMs and activate the nodes back again.
2285
- * @param resourceGroupName The name of the resource group.
2286
- * @param clusterName The name of the cluster resource.
2287
- * @param nodeTypeName The name of the node type.
2288
- * @param parameters parameters for reimage action.
2289
- * @param options The options parameters.
2290
- */
2291
- beginReimageAndWait(resourceGroupName: string, clusterName: string, nodeTypeName: string, parameters: NodeTypeActionParameters, options?: NodeTypesReimageOptionalParams): Promise<void>;
2292
- /**
2293
- * Deletes one or more nodes on the node type. It will disable the fabric nodes, trigger a delete on
2294
- * the VMs and removes the state from the cluster.
2295
- * @param resourceGroupName The name of the resource group.
2296
- * @param clusterName The name of the cluster resource.
2297
- * @param nodeTypeName The name of the node type.
2298
- * @param parameters parameters for delete action.
2299
- * @param options The options parameters.
2300
- */
2301
- beginDeleteNode(resourceGroupName: string, clusterName: string, nodeTypeName: string, parameters: NodeTypeActionParameters, options?: NodeTypesDeleteNodeOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
2302
- /**
2303
- * Deletes one or more nodes on the node type. It will disable the fabric nodes, trigger a delete on
2304
- * the VMs and removes the state from the cluster.
2305
- * @param resourceGroupName The name of the resource group.
2306
- * @param clusterName The name of the cluster resource.
2307
- * @param nodeTypeName The name of the node type.
2308
- * @param parameters parameters for delete action.
2309
- * @param options The options parameters.
2310
- */
2311
- beginDeleteNodeAndWait(resourceGroupName: string, clusterName: string, nodeTypeName: string, parameters: NodeTypeActionParameters, options?: NodeTypesDeleteNodeOptionalParams): Promise<void>;
2312
- /**
2313
- * Get a Service Fabric node type of a given managed cluster.
2314
- * @param resourceGroupName The name of the resource group.
2315
- * @param clusterName The name of the cluster resource.
2316
- * @param nodeTypeName The name of the node type.
2317
- * @param options The options parameters.
2318
- */
2319
- get(resourceGroupName: string, clusterName: string, nodeTypeName: string, options?: NodeTypesGetOptionalParams): Promise<NodeTypesGetResponse>;
2320
- /**
2321
- * Create or update a Service Fabric node type of a given managed cluster.
2322
- * @param resourceGroupName The name of the resource group.
2323
- * @param clusterName The name of the cluster resource.
2324
- * @param nodeTypeName The name of the node type.
2325
- * @param parameters The node type resource.
2326
- * @param options The options parameters.
2327
- */
2328
- beginCreateOrUpdate(resourceGroupName: string, clusterName: string, nodeTypeName: string, parameters: NodeType, options?: NodeTypesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NodeTypesCreateOrUpdateResponse>, NodeTypesCreateOrUpdateResponse>>;
2329
- /**
2330
- * Create or update a Service Fabric node type of a given managed cluster.
2331
- * @param resourceGroupName The name of the resource group.
2332
- * @param clusterName The name of the cluster resource.
2333
- * @param nodeTypeName The name of the node type.
2334
- * @param parameters The node type resource.
2335
- * @param options The options parameters.
2336
- */
2337
- beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, nodeTypeName: string, parameters: NodeType, options?: NodeTypesCreateOrUpdateOptionalParams): Promise<NodeTypesCreateOrUpdateResponse>;
2338
- /**
2339
- * Update the configuration of a node type of a given managed cluster, only updating tags.
2340
- * @param resourceGroupName The name of the resource group.
2341
- * @param clusterName The name of the cluster resource.
2342
- * @param nodeTypeName The name of the node type.
2343
- * @param parameters The parameters to update the node type configuration.
2344
- * @param options The options parameters.
2345
- */
2346
- beginUpdate(resourceGroupName: string, clusterName: string, nodeTypeName: string, parameters: NodeTypeUpdateParameters, options?: NodeTypesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NodeTypesUpdateResponse>, NodeTypesUpdateResponse>>;
2347
- /**
2348
- * Update the configuration of a node type of a given managed cluster, only updating tags.
2349
- * @param resourceGroupName The name of the resource group.
2350
- * @param clusterName The name of the cluster resource.
2351
- * @param nodeTypeName The name of the node type.
2352
- * @param parameters The parameters to update the node type configuration.
2353
- * @param options The options parameters.
2354
- */
2355
- beginUpdateAndWait(resourceGroupName: string, clusterName: string, nodeTypeName: string, parameters: NodeTypeUpdateParameters, options?: NodeTypesUpdateOptionalParams): Promise<NodeTypesUpdateResponse>;
2356
- /**
2357
- * Delete a Service Fabric node type of a given managed cluster.
2358
- * @param resourceGroupName The name of the resource group.
2359
- * @param clusterName The name of the cluster resource.
2360
- * @param nodeTypeName The name of the node type.
2361
- * @param options The options parameters.
2362
- */
2363
- beginDelete(resourceGroupName: string, clusterName: string, nodeTypeName: string, options?: NodeTypesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
2364
- /**
2365
- * Delete a Service Fabric node type of a given managed cluster.
2366
- * @param resourceGroupName The name of the resource group.
2367
- * @param clusterName The name of the cluster resource.
2368
- * @param nodeTypeName The name of the node type.
2369
- * @param options The options parameters.
2370
- */
2371
- beginDeleteAndWait(resourceGroupName: string, clusterName: string, nodeTypeName: string, options?: NodeTypesDeleteOptionalParams): Promise<void>;
2372
- }
2373
-
2374
- /** Defines headers for NodeTypes_createOrUpdate operation. */
2375
- export declare interface NodeTypesCreateOrUpdateHeaders {
2376
- /** The URL to get the status of an ongoing long-running operation. */
2377
- azureAsyncOperation?: string;
2378
- /** The URL to get the status of a completed long-running operation. */
2379
- location?: string;
2380
- }
2381
-
2382
- /** Optional parameters. */
2383
- export declare interface NodeTypesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2384
- /** Delay to wait until next poll, in milliseconds. */
2385
- updateIntervalInMs?: number;
2386
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2387
- resumeFrom?: string;
2388
- }
2389
-
2390
- /** Contains response data for the createOrUpdate operation. */
2391
- export declare type NodeTypesCreateOrUpdateResponse = NodeType;
2392
-
2393
- /** Defines headers for NodeTypes_delete operation. */
2394
- export declare interface NodeTypesDeleteHeaders {
2395
- /** The URL to get the status of an ongoing long-running operation. */
2396
- azureAsyncOperation?: string;
2397
- /** The URL to get the status of a completed long-running operation. */
2398
- location?: string;
2399
- }
2400
-
2401
- /** Defines headers for NodeTypes_deleteNode operation. */
2402
- export declare interface NodeTypesDeleteNodeHeaders {
2403
- /** The URL to get the status of an ongoing long-running operation. */
2404
- azureAsyncOperation?: string;
2405
- /** The URL to get the status of a completed long-running operation. */
2406
- location?: string;
2407
- }
2408
-
2409
- /** Optional parameters. */
2410
- export declare interface NodeTypesDeleteNodeOptionalParams extends coreClient.OperationOptions {
2411
- /** Delay to wait until next poll, in milliseconds. */
2412
- updateIntervalInMs?: number;
2413
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2414
- resumeFrom?: string;
2415
- }
2416
-
2417
- /** Optional parameters. */
2418
- export declare interface NodeTypesDeleteOptionalParams extends coreClient.OperationOptions {
2419
- /** Delay to wait until next poll, in milliseconds. */
2420
- updateIntervalInMs?: number;
2421
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2422
- resumeFrom?: string;
2423
- }
2424
-
2425
- /** Optional parameters. */
2426
- export declare interface NodeTypesGetOptionalParams extends coreClient.OperationOptions {
2427
- }
2428
-
2429
- /** Contains response data for the get operation. */
2430
- export declare type NodeTypesGetResponse = NodeType;
2431
-
2432
- /** Describes a node type sku. */
2433
- export declare interface NodeTypeSku {
2434
- /** The sku name. <br /><br />Name is internally generated and is used in auto-scale scenarios.<br /> Property does not allow to be changed to other values than generated.<br /> To avoid deployment errors please omit the property. */
2435
- name?: string;
2436
- /** Specifies the tier of the node type. <br /><br /> Possible Values:<br /> **Standard** */
2437
- tier?: string;
2438
- /** The number of nodes in the node type.<br /><br />If present in request it will override properties.vmInstanceCount. */
2439
- capacity: number;
2440
- }
2441
-
2442
- /** Provides information about how node type can be scaled. */
2443
- export declare interface NodeTypeSkuCapacity {
2444
- /**
2445
- * Lowest permitted node count in a node type.
2446
- * NOTE: This property will not be serialized. It can only be populated by the server.
2447
- */
2448
- readonly minimum?: number;
2449
- /**
2450
- * Highest permitted node count in a node type.
2451
- * NOTE: This property will not be serialized. It can only be populated by the server.
2452
- */
2453
- readonly maximum?: number;
2454
- /**
2455
- * Default node count in a node type.
2456
- * NOTE: This property will not be serialized. It can only be populated by the server.
2457
- */
2458
- readonly default?: number;
2459
- /**
2460
- * Node type capacity scale type.
2461
- * NOTE: This property will not be serialized. It can only be populated by the server.
2462
- */
2463
- readonly scaleType?: NodeTypeSkuScaleType;
2464
- }
2465
-
2466
- /** Interface representing a NodeTypeSkus. */
2467
- export declare interface NodeTypeSkus {
2468
- /**
2469
- * Get a Service Fabric node type supported SKUs.
2470
- * @param resourceGroupName The name of the resource group.
2471
- * @param clusterName The name of the cluster resource.
2472
- * @param nodeTypeName The name of the node type.
2473
- * @param options The options parameters.
2474
- */
2475
- list(resourceGroupName: string, clusterName: string, nodeTypeName: string, options?: NodeTypeSkusListOptionalParams): PagedAsyncIterableIterator<NodeTypeAvailableSku>;
2476
- }
2477
-
2478
- /**
2479
- * Defines values for NodeTypeSkuScaleType. \
2480
- * {@link KnownNodeTypeSkuScaleType} can be used interchangeably with NodeTypeSkuScaleType,
2481
- * this enum contains the known values that the service supports.
2482
- * ### Known values supported by the service
2483
- * **None**: Node count is not adjustable in any way (e.g. it is fixed). \
2484
- * **Manual**: The user must manually scale out\/in. \
2485
- * **Automatic**: Automatic scale is allowed.
2486
- */
2487
- export declare type NodeTypeSkuScaleType = string;
2488
-
2489
- /** Optional parameters. */
2490
- export declare interface NodeTypeSkusListNextOptionalParams extends coreClient.OperationOptions {
2491
- }
2492
-
2493
- /** Contains response data for the listNext operation. */
2494
- export declare type NodeTypeSkusListNextResponse = NodeTypeListSkuResult;
2495
-
2496
- /** Optional parameters. */
2497
- export declare interface NodeTypeSkusListOptionalParams extends coreClient.OperationOptions {
2498
- }
2499
-
2500
- /** Contains response data for the list operation. */
2501
- export declare type NodeTypeSkusListResponse = NodeTypeListSkuResult;
2502
-
2503
- /** Optional parameters. */
2504
- export declare interface NodeTypesListByManagedClustersNextOptionalParams extends coreClient.OperationOptions {
2505
- }
2506
-
2507
- /** Contains response data for the listByManagedClustersNext operation. */
2508
- export declare type NodeTypesListByManagedClustersNextResponse = NodeTypeListResult;
2509
-
2510
- /** Optional parameters. */
2511
- export declare interface NodeTypesListByManagedClustersOptionalParams extends coreClient.OperationOptions {
2512
- }
2513
-
2514
- /** Contains response data for the listByManagedClusters operation. */
2515
- export declare type NodeTypesListByManagedClustersResponse = NodeTypeListResult;
2516
-
2517
- /** Defines headers for NodeTypes_reimage operation. */
2518
- export declare interface NodeTypesReimageHeaders {
2519
- /** The URL to get the status of an ongoing long-running operation. */
2520
- azureAsyncOperation?: string;
2521
- /** The URL to get the status of a completed long-running operation. */
2522
- location?: string;
2523
- }
2524
-
2525
- /** Optional parameters. */
2526
- export declare interface NodeTypesReimageOptionalParams extends coreClient.OperationOptions {
2527
- /** Delay to wait until next poll, in milliseconds. */
2528
- updateIntervalInMs?: number;
2529
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2530
- resumeFrom?: string;
2531
- }
2532
-
2533
- /** Defines headers for NodeTypes_restart operation. */
2534
- export declare interface NodeTypesRestartHeaders {
2535
- /** The URL to get the status of an ongoing long-running operation. */
2536
- azureAsyncOperation?: string;
2537
- /** The URL to get the status of a completed long-running operation. */
2538
- location?: string;
2539
- }
2540
-
2541
- /** Optional parameters. */
2542
- export declare interface NodeTypesRestartOptionalParams extends coreClient.OperationOptions {
2543
- /** Delay to wait until next poll, in milliseconds. */
2544
- updateIntervalInMs?: number;
2545
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2546
- resumeFrom?: string;
2547
- }
2548
-
2549
- /** Defines headers for NodeTypes_update operation. */
2550
- export declare interface NodeTypesUpdateHeaders {
2551
- /** The URL to get the status of an ongoing long-running operation. */
2552
- azureAsyncOperation?: string;
2553
- /** The URL to get the status of a completed long-running operation. */
2554
- location?: string;
2555
- }
2556
-
2557
- /** Optional parameters. */
2558
- export declare interface NodeTypesUpdateOptionalParams extends coreClient.OperationOptions {
2559
- /** Delay to wait until next poll, in milliseconds. */
2560
- updateIntervalInMs?: number;
2561
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2562
- resumeFrom?: string;
2563
- }
2564
-
2565
- /** Contains response data for the update operation. */
2566
- export declare type NodeTypesUpdateResponse = NodeType;
2567
-
2568
- /** Describes a node type supported sku. */
2569
- export declare interface NodeTypeSupportedSku {
2570
- /**
2571
- * The sku name.
2572
- * NOTE: This property will not be serialized. It can only be populated by the server.
2573
- */
2574
- readonly name?: string;
2575
- /**
2576
- * Specifies the tier of the node type. <br /><br /> Possible Values:<br /> **Standard**
2577
- * NOTE: This property will not be serialized. It can only be populated by the server.
2578
- */
2579
- readonly tier?: string;
2580
- }
2581
-
2582
- /** Node type update request */
2583
- export declare interface NodeTypeUpdateParameters {
2584
- /** Node type update parameters */
2585
- tags?: {
2586
- [propertyName: string]: string;
2587
- };
2588
- /** The node type sku. */
2589
- sku?: NodeTypeSku;
2590
- }
2591
-
2592
- /**
2593
- * Defines values for NsgProtocol. \
2594
- * {@link KnownNsgProtocol} can be used interchangeably with NsgProtocol,
2595
- * this enum contains the known values that the service supports.
2596
- * ### Known values supported by the service
2597
- * **http** \
2598
- * **https** \
2599
- * **tcp** \
2600
- * **udp** \
2601
- * **icmp** \
2602
- * **ah** \
2603
- * **esp**
2604
- */
2605
- export declare type NsgProtocol = string;
2606
-
2607
- /** Describes the result of the request to list Service Fabric resource provider operations. */
2608
- export declare interface OperationListResult {
2609
- /** List of operations supported by the Service Fabric resource provider. */
2610
- value?: OperationResult[];
2611
- /**
2612
- * URL to get the next set of operation list results if there are any.
2613
- * NOTE: This property will not be serialized. It can only be populated by the server.
2614
- */
2615
- readonly nextLink?: string;
2616
- }
2617
-
2618
- /** Available operation list result */
2619
- export declare interface OperationResult {
2620
- /** The name of the operation. */
2621
- name?: string;
2622
- /** Indicates whether the operation is a data action */
2623
- isDataAction?: boolean;
2624
- /** The object that represents the operation. */
2625
- display?: AvailableOperationDisplay;
2626
- /** Origin result */
2627
- origin?: string;
2628
- /** The URL to use for getting the next set of results. */
2629
- nextLink?: string;
2630
- }
2631
-
2632
- /** Interface representing a OperationResults. */
2633
- export declare interface OperationResults {
2634
- /**
2635
- * Get long running operation result.
2636
- * @param location The location for the cluster code versions. This is different from cluster location.
2637
- * @param operationId operation identifier.
2638
- * @param options The options parameters.
2639
- */
2640
- get(location: string, operationId: string, options?: OperationResultsGetOptionalParams): Promise<OperationResultsGetResponse>;
2641
- }
2642
-
2643
- /** Defines headers for OperationResults_get operation. */
2644
- export declare interface OperationResultsGetHeaders {
2645
- /** The URL to get the status of a completed long-running operation. */
2646
- location?: string;
2647
- }
2648
-
2649
- /** Optional parameters. */
2650
- export declare interface OperationResultsGetOptionalParams extends coreClient.OperationOptions {
2651
- }
2652
-
2653
- /** Contains response data for the get operation. */
2654
- export declare type OperationResultsGetResponse = OperationResultsGetHeaders;
2655
-
2656
- /** Interface representing a Operations. */
2657
- export declare interface Operations {
2658
- /**
2659
- * Get the list of available Service Fabric resource provider API operations.
2660
- * @param options The options parameters.
2661
- */
2662
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationResult>;
2663
- }
2664
-
2665
- /** Optional parameters. */
2666
- export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
2667
- }
2668
-
2669
- /** Contains response data for the listNext operation. */
2670
- export declare type OperationsListNextResponse = OperationListResult;
2671
-
2672
- /** Optional parameters. */
2673
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
2674
- }
2675
-
2676
- /** Contains response data for the list operation. */
2677
- export declare type OperationsListResponse = OperationListResult;
2678
-
2679
- /** Interface representing a OperationStatus. */
2680
- export declare interface OperationStatus {
2681
- /**
2682
- * Get long running operation status.
2683
- * @param location The location for the cluster code versions. This is different from cluster location.
2684
- * @param operationId operation identifier.
2685
- * @param options The options parameters.
2686
- */
2687
- get(location: string, operationId: string, options?: OperationStatusGetOptionalParams): Promise<OperationStatusGetResponse>;
2688
- }
2689
-
2690
- /** Optional parameters. */
2691
- export declare interface OperationStatusGetOptionalParams extends coreClient.OperationOptions {
2692
- }
2693
-
2694
- /** Contains response data for the get operation. */
2695
- export declare type OperationStatusGetResponse = LongRunningOperationResult;
2696
-
2697
- /**
2698
- * Defines values for OsType. \
2699
- * {@link KnownOsType} can be used interchangeably with OsType,
2700
- * this enum contains the known values that the service supports.
2701
- * ### Known values supported by the service
2702
- * **Windows**: Indicates os is Windows.
2703
- */
2704
- export declare type OsType = string;
2705
-
2706
- /** Describes how the service is partitioned. */
2707
- export declare interface Partition {
2708
- /** Polymorphic discriminator, which specifies the different types this object can be */
2709
- partitionScheme: "Named" | "Singleton" | "UniformInt64Range";
2710
- }
2711
-
2712
- /** Represents a scaling mechanism for adding or removing instances of stateless service partition. */
2713
- export declare interface PartitionInstanceCountScaleMechanism extends ScalingMechanism {
2714
- /** Polymorphic discriminator, which specifies the different types this object can be */
2715
- kind: "ScalePartitionInstanceCount";
2716
- /** Minimum number of instances of the partition. */
2717
- minInstanceCount: number;
2718
- /** Maximum number of instances of the partition. */
2719
- maxInstanceCount: number;
2720
- /** The number of instances to add or remove during a scaling operation. */
2721
- scaleIncrement: number;
2722
- }
2723
-
2724
- /**
2725
- * Defines values for PartitionScheme. \
2726
- * {@link KnownPartitionScheme} can be used interchangeably with PartitionScheme,
2727
- * this enum contains the known values that the service supports.
2728
- * ### Known values supported by the service
2729
- * **Singleton**: Indicates that the partition is based on string names, and is a SingletonPartitionScheme object, The value is 0. \
2730
- * **UniformInt64Range**: Indicates that the partition is based on Int64 key ranges, and is a UniformInt64RangePartitionScheme object. The value is 1. \
2731
- * **Named**: Indicates that the partition is based on string names, and is a NamedPartitionScheme object. The value is 2.
2732
- */
2733
- export declare type PartitionScheme = string;
2734
-
2735
- export declare type PartitionUnion = Partition | NamedPartitionScheme | SingletonPartitionScheme | UniformInt64RangePartitionScheme;
2736
-
2737
- /**
2738
- * Defines values for PrivateEndpointNetworkPolicies. \
2739
- * {@link KnownPrivateEndpointNetworkPolicies} can be used interchangeably with PrivateEndpointNetworkPolicies,
2740
- * this enum contains the known values that the service supports.
2741
- * ### Known values supported by the service
2742
- * **enabled** \
2743
- * **disabled**
2744
- */
2745
- export declare type PrivateEndpointNetworkPolicies = string;
2746
-
2747
- /**
2748
- * Defines values for PrivateIPAddressVersion. \
2749
- * {@link KnownPrivateIPAddressVersion} can be used interchangeably with PrivateIPAddressVersion,
2750
- * this enum contains the known values that the service supports.
2751
- * ### Known values supported by the service
2752
- * **IPv4** \
2753
- * **IPv6**
2754
- */
2755
- export declare type PrivateIPAddressVersion = string;
2756
-
2757
- /**
2758
- * Defines values for PrivateLinkServiceNetworkPolicies. \
2759
- * {@link KnownPrivateLinkServiceNetworkPolicies} can be used interchangeably with PrivateLinkServiceNetworkPolicies,
2760
- * this enum contains the known values that the service supports.
2761
- * ### Known values supported by the service
2762
- * **enabled** \
2763
- * **disabled**
2764
- */
2765
- export declare type PrivateLinkServiceNetworkPolicies = string;
2766
-
2767
- /**
2768
- * Defines values for ProbeProtocol. \
2769
- * {@link KnownProbeProtocol} can be used interchangeably with ProbeProtocol,
2770
- * this enum contains the known values that the service supports.
2771
- * ### Known values supported by the service
2772
- * **tcp** \
2773
- * **http** \
2774
- * **https**
2775
- */
2776
- export declare type ProbeProtocol = string;
2777
-
2778
- /**
2779
- * Defines values for Protocol. \
2780
- * {@link KnownProtocol} can be used interchangeably with Protocol,
2781
- * this enum contains the known values that the service supports.
2782
- * ### Known values supported by the service
2783
- * **tcp** \
2784
- * **udp**
2785
- */
2786
- export declare type Protocol = string;
2787
-
2788
- /** The resource model definition for proxy-only resource. */
2789
- export declare interface ProxyResource {
2790
- /**
2791
- * Azure resource identifier.
2792
- * NOTE: This property will not be serialized. It can only be populated by the server.
2793
- */
2794
- readonly id?: string;
2795
- /**
2796
- * Azure resource name.
2797
- * NOTE: This property will not be serialized. It can only be populated by the server.
2798
- */
2799
- readonly name?: string;
2800
- /**
2801
- * Azure resource type.
2802
- * NOTE: This property will not be serialized. It can only be populated by the server.
2803
- */
2804
- readonly type?: string;
2805
- /** Resource location depends on the parent resource. */
2806
- location?: string;
2807
- /** Azure resource tags. */
2808
- tags?: {
2809
- [propertyName: string]: string;
2810
- };
2811
- /**
2812
- * Metadata pertaining to creation and last modification of the resource.
2813
- * NOTE: This property will not be serialized. It can only be populated by the server.
2814
- */
2815
- readonly systemData?: SystemData;
2816
- }
2817
-
2818
- /**
2819
- * Defines values for PublicIPAddressVersion. \
2820
- * {@link KnownPublicIPAddressVersion} can be used interchangeably with PublicIPAddressVersion,
2821
- * this enum contains the known values that the service supports.
2822
- * ### Known values supported by the service
2823
- * **IPv4** \
2824
- * **IPv6**
2825
- */
2826
- export declare type PublicIPAddressVersion = string;
2827
-
2828
- /** The resource model definition. */
2829
- export declare interface Resource {
2830
- /**
2831
- * Azure resource identifier.
2832
- * NOTE: This property will not be serialized. It can only be populated by the server.
2833
- */
2834
- readonly id?: string;
2835
- /**
2836
- * Azure resource name.
2837
- * NOTE: This property will not be serialized. It can only be populated by the server.
2838
- */
2839
- readonly name?: string;
2840
- /**
2841
- * Azure resource type.
2842
- * NOTE: This property will not be serialized. It can only be populated by the server.
2843
- */
2844
- readonly type?: string;
2845
- /** Azure resource location. */
2846
- location: string;
2847
- /** Azure resource tags. */
2848
- tags?: {
2849
- [propertyName: string]: string;
2850
- };
2851
- /**
2852
- * Azure resource etag.
2853
- * NOTE: This property will not be serialized. It can only be populated by the server.
2854
- */
2855
- readonly etag?: string;
2856
- /**
2857
- * Metadata pertaining to creation and last modification of the resource.
2858
- * NOTE: This property will not be serialized. It can only be populated by the server.
2859
- */
2860
- readonly systemData?: SystemData;
2861
- }
2862
-
2863
- /** Describes Az Resiliency status of Base resources */
2864
- export declare interface ResourceAzStatus {
2865
- /**
2866
- * VM Size properties.
2867
- * NOTE: This property will not be serialized. It can only be populated by the server.
2868
- */
2869
- readonly resourceName?: string;
2870
- /**
2871
- * VM Size id.
2872
- * NOTE: This property will not be serialized. It can only be populated by the server.
2873
- */
2874
- readonly resourceType?: string;
2875
- /**
2876
- * VM Size name.
2877
- * NOTE: This property will not be serialized. It can only be populated by the server.
2878
- */
2879
- readonly isZoneResilient?: boolean;
2880
- /**
2881
- * Zone resiliency status details for the resource.
2882
- * NOTE: This property will not be serialized. It can only be populated by the server.
2883
- */
2884
- readonly details?: string;
2885
- }
2886
-
2887
- /**
2888
- * Defines values for RollingUpgradeMode. \
2889
- * {@link KnownRollingUpgradeMode} can be used interchangeably with RollingUpgradeMode,
2890
- * this enum contains the known values that the service supports.
2891
- * ### Known values supported by the service
2892
- * **Monitored**: The upgrade will stop after completing each upgrade domain and automatically monitor health before proceeding. The value is 0. \
2893
- * **UnmonitoredAuto**: The upgrade will proceed automatically without performing any health monitoring. The value is 1.
2894
- */
2895
- export declare type RollingUpgradeMode = string;
2896
-
2897
- /** The policy used for monitoring the application upgrade */
2898
- export declare interface RollingUpgradeMonitoringPolicy {
2899
- /** 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. */
2900
- failureAction: FailureAction;
2901
- /** 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". */
2902
- healthCheckWaitDuration: string;
2903
- /** 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". */
2904
- healthCheckStableDuration: string;
2905
- /** 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". */
2906
- healthCheckRetryTimeout: string;
2907
- /** 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". */
2908
- upgradeTimeout: string;
2909
- /** 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". */
2910
- upgradeDomainTimeout: string;
2911
- }
2912
-
2913
- /** Parameters for Resume Upgrade action. The upgrade domain name must be specified. */
2914
- export declare interface RuntimeResumeApplicationUpgradeParameters {
2915
- /** The upgrade domain name. Expected to be the next upgrade domain if the application is upgrading. */
2916
- upgradeDomainName?: string;
2917
- }
2918
-
2919
- /** Describes the mechanism for performing a scaling operation. */
2920
- export declare interface ScalingMechanism {
2921
- /** Polymorphic discriminator, which specifies the different types this object can be */
2922
- kind: "AddRemoveIncrementalNamedPartition" | "ScalePartitionInstanceCount";
2923
- }
2924
-
2925
- export declare type ScalingMechanismUnion = ScalingMechanism | AddRemoveIncrementalNamedPartitionScalingMechanism | PartitionInstanceCountScaleMechanism;
2926
-
2927
- /** Specifies a metric to load balance a service during runtime. */
2928
- export declare interface ScalingPolicy {
2929
- /** Specifies the mechanism associated with this scaling policy */
2930
- scalingMechanism: ScalingMechanismUnion;
2931
- /** Specifies the trigger associated with this scaling policy. */
2932
- scalingTrigger: ScalingTriggerUnion;
2933
- }
2934
-
2935
- /** Describes the trigger for performing a scaling operation. */
2936
- export declare interface ScalingTrigger {
2937
- /** Polymorphic discriminator, which specifies the different types this object can be */
2938
- kind: "AveragePartitionLoadTrigger" | "AverageServiceLoadTrigger";
2939
- }
2940
-
2941
- export declare type ScalingTriggerUnion = ScalingTrigger | AveragePartitionLoadScalingTrigger | AverageServiceLoadScalingTrigger;
2942
-
2943
- /**
2944
- * Defines values for SecurityType. \
2945
- * {@link KnownSecurityType} can be used interchangeably with SecurityType,
2946
- * this enum contains the known values that the service supports.
2947
- * ### Known values supported by the service
2948
- * **TrustedLaunch**: Trusted Launch is a security type that secures generation 2 virtual machines. \
2949
- * **Standard**: Standard is the default security type for all machines.
2950
- */
2951
- export declare type SecurityType = string;
2952
-
2953
- /** Creates a particular correlation between services. */
2954
- export declare interface ServiceCorrelation {
2955
- /** The ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName. */
2956
- scheme: ServiceCorrelationScheme;
2957
- /** The Arm Resource ID of the service that the correlation relationship is established with. */
2958
- serviceName: string;
2959
- }
2960
-
2961
- /**
2962
- * Defines values for ServiceCorrelationScheme. \
2963
- * {@link KnownServiceCorrelationScheme} can be used interchangeably with ServiceCorrelationScheme,
2964
- * this enum contains the known values that the service supports.
2965
- * ### Known values supported by the service
2966
- * **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. \
2967
- * **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.
2968
- */
2969
- export declare type ServiceCorrelationScheme = string;
2970
-
2971
- /** The service endpoint properties. */
2972
- export declare interface ServiceEndpoint {
2973
- /** The type of the endpoint service. */
2974
- service: string;
2975
- /** A list of locations. */
2976
- locations?: string[];
2977
- }
2978
-
2979
- export declare class ServiceFabricManagedClustersManagementClient extends coreClient.ServiceClient {
2980
- $host: string;
2981
- subscriptionId: string;
2982
- apiVersion: string;
2983
- /**
2984
- * Initializes a new instance of the ServiceFabricManagedClustersManagementClient class.
2985
- * @param credentials Subscription credentials which uniquely identify client subscription.
2986
- * @param subscriptionId The customer subscription identifier.
2987
- * @param options The parameter options
2988
- */
2989
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ServiceFabricManagedClustersManagementClientOptionalParams);
2990
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
2991
- private addCustomApiVersionPolicy;
2992
- applicationTypes: ApplicationTypes;
2993
- applicationTypeVersions: ApplicationTypeVersions;
2994
- applications: Applications;
2995
- services: Services;
2996
- managedClusters: ManagedClusters;
2997
- managedAzResiliencyStatusOperations: ManagedAzResiliencyStatusOperations;
2998
- managedMaintenanceWindowStatusOperations: ManagedMaintenanceWindowStatusOperations;
2999
- managedApplyMaintenanceWindow: ManagedApplyMaintenanceWindow;
3000
- managedClusterVersion: ManagedClusterVersion;
3001
- managedUnsupportedVMSizes: ManagedUnsupportedVMSizes;
3002
- operationStatus: OperationStatus;
3003
- operationResults: OperationResults;
3004
- operations: Operations;
3005
- nodeTypes: NodeTypes;
3006
- nodeTypeSkus: NodeTypeSkus;
3007
- }
3008
-
3009
- /** Optional parameters. */
3010
- export declare interface ServiceFabricManagedClustersManagementClientOptionalParams extends coreClient.ServiceClientOptions {
3011
- /** server parameter */
3012
- $host?: string;
3013
- /** Api Version */
3014
- apiVersion?: string;
3015
- /** Overrides client endpoint. */
3016
- endpoint?: string;
3017
- }
3018
-
3019
- /**
3020
- * Defines values for ServiceKind. \
3021
- * {@link KnownServiceKind} can be used interchangeably with ServiceKind,
3022
- * this enum contains the known values that the service supports.
3023
- * ### Known values supported by the service
3024
- * **Stateless**: Does not use Service Fabric to make its state highly available or reliable. The value is 0. \
3025
- * **Stateful**: Uses Service Fabric to make its state or part of its state highly available and reliable. The value is 1.
3026
- */
3027
- export declare type ServiceKind = string;
3028
-
3029
- /** Specifies a metric to load balance a service during runtime. */
3030
- export declare interface ServiceLoadMetric {
3031
- /** 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. */
3032
- name: string;
3033
- /** The service load metric relative weight, compared to other metrics configured for this service, as a number. */
3034
- weight?: ServiceLoadMetricWeight;
3035
- /** 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. */
3036
- primaryDefaultLoad?: number;
3037
- /** 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. */
3038
- secondaryDefaultLoad?: number;
3039
- /** Used only for Stateless services. The default amount of load, as a number, that this service creates for this metric. */
3040
- defaultLoad?: number;
3041
- }
3042
-
3043
- /**
3044
- * Defines values for ServiceLoadMetricWeight. \
3045
- * {@link KnownServiceLoadMetricWeight} can be used interchangeably with ServiceLoadMetricWeight,
3046
- * this enum contains the known values that the service supports.
3047
- * ### Known values supported by the service
3048
- * **Zero**: Disables resource balancing for this metric. This value is zero. \
3049
- * **Low**: Specifies the metric weight of the service load as Low. The value is 1. \
3050
- * **Medium**: Specifies the metric weight of the service load as Medium. The value is 2. \
3051
- * **High**: Specifies the metric weight of the service load as High. The value is 3.
3052
- */
3053
- export declare type ServiceLoadMetricWeight = string;
3054
-
3055
- /**
3056
- * Defines values for ServicePackageActivationMode. \
3057
- * {@link KnownServicePackageActivationMode} can be used interchangeably with ServicePackageActivationMode,
3058
- * this enum contains the known values that the service supports.
3059
- * ### Known values supported by the service
3060
- * **SharedProcess**: Indicates the application package activation mode will use shared process. \
3061
- * **ExclusiveProcess**: Indicates the application package activation mode will use exclusive process.
3062
- */
3063
- export declare type ServicePackageActivationMode = string;
3064
-
3065
- /** 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. */
3066
- export declare interface ServicePlacementInvalidDomainPolicy extends ServicePlacementPolicy {
3067
- /** Polymorphic discriminator, which specifies the different types this object can be */
3068
- type: "InvalidDomain";
3069
- /** The name of the domain that should not be used for placement. */
3070
- domainName: string;
3071
- }
3072
-
3073
- /** ServicePlacementNonPartiallyPlaceServicePolicy */
3074
- export declare interface ServicePlacementNonPartiallyPlaceServicePolicy extends ServicePlacementPolicy {
3075
- /** Polymorphic discriminator, which specifies the different types this object can be */
3076
- type: "NonPartiallyPlaceService";
3077
- }
3078
-
3079
- /** Describes the policy to be used for placement of a Service Fabric service. */
3080
- export declare interface ServicePlacementPolicy {
3081
- /** Polymorphic discriminator, which specifies the different types this object can be */
3082
- type: "InvalidDomain" | "NonPartiallyPlaceService" | "PreferredPrimaryDomain" | "RequiredDomain" | "RequiredDomainDistribution";
3083
- }
3084
-
3085
- /**
3086
- * Defines values for ServicePlacementPolicyType. \
3087
- * {@link KnownServicePlacementPolicyType} can be used interchangeably with ServicePlacementPolicyType,
3088
- * this enum contains the known values that the service supports.
3089
- * ### Known values supported by the service
3090
- * **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. \
3091
- * **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. \
3092
- * **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. \
3093
- * **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. \
3094
- * **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.
3095
- */
3096
- export declare type ServicePlacementPolicyType = string;
3097
-
3098
- export declare type ServicePlacementPolicyUnion = ServicePlacementPolicy | ServicePlacementInvalidDomainPolicy | ServicePlacementNonPartiallyPlaceServicePolicy | ServicePlacementPreferPrimaryDomainPolicy | ServicePlacementRequiredDomainPolicy | ServicePlacementRequireDomainDistributionPolicy;
3099
-
3100
- /**
3101
- * Describes the policy to be used for placement of a Service Fabric service where the service's
3102
- * Primary replicas should optimally be placed in a particular domain.
3103
- *
3104
- * This placement policy is usually used with fault domains in scenarios where the Service Fabric
3105
- * cluster is geographically distributed in order to indicate that a service's primary replica should
3106
- * be located in a particular fault domain, which in geo-distributed scenarios usually aligns with regional
3107
- * or datacenter boundaries. Note that since this is an optimization it is possible that the Primary replica
3108
- * may not end up located in this domain due to failures, capacity limits, or other constraints.
3109
- *
3110
- */
3111
- export declare interface ServicePlacementPreferPrimaryDomainPolicy extends ServicePlacementPolicy {
3112
- /** Polymorphic discriminator, which specifies the different types this object can be */
3113
- type: "PreferredPrimaryDomain";
3114
- /** The name of the domain that should used for placement as per this policy. */
3115
- domainName: string;
3116
- }
3117
-
3118
- /** 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. */
3119
- export declare interface ServicePlacementRequiredDomainPolicy extends ServicePlacementPolicy {
3120
- /** Polymorphic discriminator, which specifies the different types this object can be */
3121
- type: "RequiredDomain";
3122
- /** The name of the domain that should used for placement as per this policy. */
3123
- domainName: string;
3124
- }
3125
-
3126
- /**
3127
- * Describes the policy to be used for placement of a Service Fabric service where two replicas
3128
- * from the same partition should never be placed in the same fault or upgrade domain.
3129
- *
3130
- * While this is not common it can expose the service to an increased risk of concurrent failures
3131
- * due to unplanned outages or other cases of subsequent/concurrent failures. As an example, consider
3132
- * a case where replicas are deployed across different data center, with one replica per location.
3133
- * In the event that one of the datacenters goes offline, normally the replica that was placed in that
3134
- * datacenter will be packed into one of the remaining datacenters. If this is not desirable then this
3135
- * policy should be set.
3136
- *
3137
- */
3138
- export declare interface ServicePlacementRequireDomainDistributionPolicy extends ServicePlacementPolicy {
3139
- /** Polymorphic discriminator, which specifies the different types this object can be */
3140
- type: "RequiredDomainDistribution";
3141
- /** The name of the domain that should used for placement as per this policy. */
3142
- domainName: string;
3143
- }
3144
-
3145
- /** The service resource. */
3146
- export declare interface ServiceResource extends ProxyResource {
3147
- /** The service resource properties. */
3148
- properties?: ServiceResourcePropertiesUnion;
3149
- }
3150
-
3151
- /** The list of service resources. */
3152
- export declare interface ServiceResourceList {
3153
- value?: ServiceResource[];
3154
- /**
3155
- * URL to get the next set of service list results if there are any.
3156
- * NOTE: This property will not be serialized. It can only be populated by the server.
3157
- */
3158
- readonly nextLink?: string;
3159
- }
3160
-
3161
- /** The service resource properties. */
3162
- export declare interface ServiceResourceProperties extends ServiceResourcePropertiesBase {
3163
- /**
3164
- * The current deployment or provisioning state, which only appears in the response
3165
- * NOTE: This property will not be serialized. It can only be populated by the server.
3166
- */
3167
- readonly provisioningState?: string;
3168
- /** The kind of service (Stateless or Stateful). */
3169
- serviceKind: ServiceKind;
3170
- /** The name of the service type */
3171
- serviceTypeName: string;
3172
- /** Describes how the service is partitioned. */
3173
- partitionDescription: PartitionUnion;
3174
- /** The activation Mode of the service package */
3175
- servicePackageActivationMode?: ServicePackageActivationMode;
3176
- /**
3177
- * 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).
3178
- * When updating serviceDnsName, old name may be temporarily resolvable. However, rely on new name.
3179
- * When removing serviceDnsName, removed name may temporarily be resolvable. Do not rely on the name being unresolvable.
3180
- *
3181
- */
3182
- serviceDnsName?: string;
3183
- }
3184
-
3185
- /** The common service resource properties. */
3186
- export declare interface ServiceResourcePropertiesBase {
3187
- /** 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)". */
3188
- placementConstraints?: string;
3189
- /** A list that describes the correlation of the service with other services. */
3190
- correlationScheme?: ServiceCorrelation[];
3191
- /** The service load metrics is given as an array of ServiceLoadMetric objects. */
3192
- serviceLoadMetrics?: ServiceLoadMetric[];
3193
- /** A list that describes the correlation of the service with other services. */
3194
- servicePlacementPolicies?: ServicePlacementPolicyUnion[];
3195
- /** Specifies the move cost for the service. */
3196
- defaultMoveCost?: MoveCost;
3197
- /** Scaling policies for this service. */
3198
- scalingPolicies?: ScalingPolicy[];
3199
- }
3200
-
3201
- export declare type ServiceResourcePropertiesUnion = ServiceResourceProperties | StatefulServiceProperties | StatelessServiceProperties;
3202
-
3203
- /** Interface representing a Services. */
3204
- export declare interface Services {
3205
- /**
3206
- * Gets all service resources created or in the process of being created in the Service Fabric managed
3207
- * application resource.
3208
- * @param resourceGroupName The name of the resource group.
3209
- * @param clusterName The name of the cluster resource.
3210
- * @param applicationName The name of the application resource.
3211
- * @param options The options parameters.
3212
- */
3213
- listByApplications(resourceGroupName: string, clusterName: string, applicationName: string, options?: ServicesListByApplicationsOptionalParams): PagedAsyncIterableIterator<ServiceResource>;
3214
- /**
3215
- * Get a Service Fabric service resource created or in the process of being created in the Service
3216
- * Fabric managed application resource.
3217
- * @param resourceGroupName The name of the resource group.
3218
- * @param clusterName The name of the cluster resource.
3219
- * @param applicationName The name of the application resource.
3220
- * @param serviceName The name of the service resource in the format of
3221
- * {applicationName}~{serviceName}.
3222
- * @param options The options parameters.
3223
- */
3224
- get(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, options?: ServicesGetOptionalParams): Promise<ServicesGetResponse>;
3225
- /**
3226
- * Create or update a Service Fabric managed service resource with the specified name.
3227
- * @param resourceGroupName The name of the resource group.
3228
- * @param clusterName The name of the cluster resource.
3229
- * @param applicationName The name of the application resource.
3230
- * @param serviceName The name of the service resource in the format of
3231
- * {applicationName}~{serviceName}.
3232
- * @param parameters The service resource.
3233
- * @param options The options parameters.
3234
- */
3235
- beginCreateOrUpdate(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, parameters: ServiceResource, options?: ServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServicesCreateOrUpdateResponse>, ServicesCreateOrUpdateResponse>>;
3236
- /**
3237
- * Create or update a Service Fabric managed service resource with the specified name.
3238
- * @param resourceGroupName The name of the resource group.
3239
- * @param clusterName The name of the cluster resource.
3240
- * @param applicationName The name of the application resource.
3241
- * @param serviceName The name of the service resource in the format of
3242
- * {applicationName}~{serviceName}.
3243
- * @param parameters The service resource.
3244
- * @param options The options parameters.
3245
- */
3246
- beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, parameters: ServiceResource, options?: ServicesCreateOrUpdateOptionalParams): Promise<ServicesCreateOrUpdateResponse>;
3247
- /**
3248
- * Updates the tags of a service resource of a given managed cluster.
3249
- * @param resourceGroupName The name of the resource group.
3250
- * @param clusterName The name of the cluster resource.
3251
- * @param applicationName The name of the application resource.
3252
- * @param serviceName The name of the service resource in the format of
3253
- * {applicationName}~{serviceName}.
3254
- * @param parameters The service resource updated tags.
3255
- * @param options The options parameters.
3256
- */
3257
- update(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, parameters: ServiceUpdateParameters, options?: ServicesUpdateOptionalParams): Promise<ServicesUpdateResponse>;
3258
- /**
3259
- * Delete a Service Fabric managed service resource with the specified name.
3260
- * @param resourceGroupName The name of the resource group.
3261
- * @param clusterName The name of the cluster resource.
3262
- * @param applicationName The name of the application resource.
3263
- * @param serviceName The name of the service resource in the format of
3264
- * {applicationName}~{serviceName}.
3265
- * @param options The options parameters.
3266
- */
3267
- beginDelete(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, options?: ServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
3268
- /**
3269
- * Delete a Service Fabric managed service resource with the specified name.
3270
- * @param resourceGroupName The name of the resource group.
3271
- * @param clusterName The name of the cluster resource.
3272
- * @param applicationName The name of the application resource.
3273
- * @param serviceName The name of the service resource in the format of
3274
- * {applicationName}~{serviceName}.
3275
- * @param options The options parameters.
3276
- */
3277
- beginDeleteAndWait(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, options?: ServicesDeleteOptionalParams): Promise<void>;
3278
- }
3279
-
3280
- /**
3281
- * Defines values for ServiceScalingMechanismKind. \
3282
- * {@link KnownServiceScalingMechanismKind} can be used interchangeably with ServiceScalingMechanismKind,
3283
- * this enum contains the known values that the service supports.
3284
- * ### Known values supported by the service
3285
- * **ScalePartitionInstanceCount**: Represents a scaling mechanism for adding or removing instances of stateless service partition. The value is 0. \
3286
- * **AddRemoveIncrementalNamedPartition**: Represents a scaling mechanism for adding or removing named partitions of a stateless service. The value is 1.
3287
- */
3288
- export declare type ServiceScalingMechanismKind = string;
3289
-
3290
- /**
3291
- * Defines values for ServiceScalingTriggerKind. \
3292
- * {@link KnownServiceScalingTriggerKind} can be used interchangeably with ServiceScalingTriggerKind,
3293
- * this enum contains the known values that the service supports.
3294
- * ### Known values supported by the service
3295
- * **AveragePartitionLoadTrigger**: Represents a scaling trigger related to an average load of a metric\/resource of a partition. The value is 0. \
3296
- * **AverageServiceLoadTrigger**: Represents a scaling policy related to an average load of a metric\/resource of a service. The value is 1.
3297
- */
3298
- export declare type ServiceScalingTriggerKind = string;
3299
-
3300
- /** Defines headers for Services_createOrUpdate operation. */
3301
- export declare interface ServicesCreateOrUpdateHeaders {
3302
- /** The URL to get the status of an ongoing long-running operation. */
3303
- azureAsyncOperation?: string;
3304
- /** The URL to get the status of a completed long-running operation. */
3305
- location?: string;
3306
- }
3307
-
3308
- /** Optional parameters. */
3309
- export declare interface ServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3310
- /** Delay to wait until next poll, in milliseconds. */
3311
- updateIntervalInMs?: number;
3312
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3313
- resumeFrom?: string;
3314
- }
3315
-
3316
- /** Contains response data for the createOrUpdate operation. */
3317
- export declare type ServicesCreateOrUpdateResponse = ServiceResource;
3318
-
3319
- /** Defines headers for Services_delete operation. */
3320
- export declare interface ServicesDeleteHeaders {
3321
- /** The URL to get the status of an ongoing long-running operation. */
3322
- azureAsyncOperation?: string;
3323
- /** The URL to get the status of a completed long-running operation. */
3324
- location?: string;
3325
- }
3326
-
3327
- /** Optional parameters. */
3328
- export declare interface ServicesDeleteOptionalParams extends coreClient.OperationOptions {
3329
- /** Delay to wait until next poll, in milliseconds. */
3330
- updateIntervalInMs?: number;
3331
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3332
- resumeFrom?: string;
3333
- }
3334
-
3335
- /** Optional parameters. */
3336
- export declare interface ServicesGetOptionalParams extends coreClient.OperationOptions {
3337
- }
3338
-
3339
- /** Contains response data for the get operation. */
3340
- export declare type ServicesGetResponse = ServiceResource;
3341
-
3342
- /** Optional parameters. */
3343
- export declare interface ServicesListByApplicationsNextOptionalParams extends coreClient.OperationOptions {
3344
- }
3345
-
3346
- /** Contains response data for the listByApplicationsNext operation. */
3347
- export declare type ServicesListByApplicationsNextResponse = ServiceResourceList;
3348
-
3349
- /** Optional parameters. */
3350
- export declare interface ServicesListByApplicationsOptionalParams extends coreClient.OperationOptions {
3351
- }
3352
-
3353
- /** Contains response data for the listByApplications operation. */
3354
- export declare type ServicesListByApplicationsResponse = ServiceResourceList;
3355
-
3356
- /** Optional parameters. */
3357
- export declare interface ServicesUpdateOptionalParams extends coreClient.OperationOptions {
3358
- }
3359
-
3360
- /** Contains response data for the update operation. */
3361
- export declare type ServicesUpdateResponse = ServiceResource;
3362
-
3363
- /**
3364
- * Represents the health policy used to evaluate the health of services belonging to a service type.
3365
- *
3366
- */
3367
- export declare interface ServiceTypeHealthPolicy {
3368
- /**
3369
- * The maximum allowed percentage of unhealthy services.
3370
- *
3371
- * The percentage represents the maximum tolerated percentage of services that can be unhealthy before the application is considered in error.
3372
- * If the percentage is respected but there is at least one unhealthy service, the health is evaluated as Warning.
3373
- * 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.
3374
- * The computation rounds up to tolerate one failure on small numbers of services.
3375
- *
3376
- */
3377
- maxPercentUnhealthyServices: number;
3378
- /**
3379
- * The maximum allowed percentage of unhealthy partitions per service.
3380
- *
3381
- * The percentage represents the maximum tolerated percentage of partitions that can be unhealthy before the service is considered in error.
3382
- * If the percentage is respected but there is at least one unhealthy partition, the health is evaluated as Warning.
3383
- * The percentage is calculated by dividing the number of unhealthy partitions over the total number of partitions in the service.
3384
- * The computation rounds up to tolerate one failure on small numbers of partitions.
3385
- *
3386
- */
3387
- maxPercentUnhealthyPartitionsPerService: number;
3388
- /**
3389
- * The maximum allowed percentage of unhealthy replicas per partition.
3390
- *
3391
- * The percentage represents the maximum tolerated percentage of replicas that can be unhealthy before the partition is considered in error.
3392
- * If the percentage is respected but there is at least one unhealthy replica, the health is evaluated as Warning.
3393
- * The percentage is calculated by dividing the number of unhealthy replicas over the total number of replicas in the partition.
3394
- * The computation rounds up to tolerate one failure on small numbers of replicas.
3395
- *
3396
- */
3397
- maxPercentUnhealthyReplicasPerPartition: number;
3398
- }
3399
-
3400
- /** Service update request */
3401
- export declare interface ServiceUpdateParameters {
3402
- /** Service update parameters */
3403
- tags?: {
3404
- [propertyName: string]: string;
3405
- };
3406
- }
3407
-
3408
- /** Describes a parameter in fabric settings of the cluster. */
3409
- export declare interface SettingsParameterDescription {
3410
- /** The parameter name of fabric setting. */
3411
- name: string;
3412
- /** The parameter value of fabric setting. */
3413
- value: string;
3414
- }
3415
-
3416
- /** Describes a section in the fabric settings of the cluster. */
3417
- export declare interface SettingsSectionDescription {
3418
- /** The section name of the fabric settings. */
3419
- name: string;
3420
- /** The collection of parameters in the section. */
3421
- parameters: SettingsParameterDescription[];
3422
- }
3423
-
3424
- /** SingletonPartitionScheme */
3425
- export declare interface SingletonPartitionScheme extends Partition {
3426
- /** Polymorphic discriminator, which specifies the different types this object can be */
3427
- partitionScheme: "Singleton";
3428
- }
3429
-
3430
- /** Service Fabric managed cluster Sku definition */
3431
- export declare interface Sku {
3432
- /** Sku Name. */
3433
- name: SkuName;
3434
- }
3435
-
3436
- /**
3437
- * Defines values for SkuName. \
3438
- * {@link KnownSkuName} can be used interchangeably with SkuName,
3439
- * this enum contains the known values that the service supports.
3440
- * ### Known values supported by the service
3441
- * **Basic**: Basic requires a minimum of 3 nodes and allows only 1 node type. \
3442
- * **Standard**: Requires a minimum of 5 nodes and allows 1 or more node type.
3443
- */
3444
- export declare type SkuName = string;
3445
-
3446
- /** The properties of a stateful service resource. */
3447
- export declare interface StatefulServiceProperties extends ServiceResourceProperties {
3448
- /** Polymorphic discriminator, which specifies the different types this object can be */
3449
- serviceKind: "Stateful";
3450
- /** 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. */
3451
- hasPersistedState?: boolean;
3452
- /** The target replica set size as a number. */
3453
- targetReplicaSetSize?: number;
3454
- /** The minimum replica set size as a number. */
3455
- minReplicaSetSize?: number;
3456
- /** The duration between when a replica goes down and when a new replica is created, represented in ISO 8601 format "hh:mm:ss". */
3457
- replicaRestartWaitDuration?: string;
3458
- /** 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". */
3459
- quorumLossWaitDuration?: string;
3460
- /** The definition on how long StandBy replicas should be maintained before being removed, represented in ISO 8601 format "hh:mm:ss". */
3461
- standByReplicaKeepDuration?: string;
3462
- /** The duration for which replicas can stay InBuild before reporting that build is stuck, represented in ISO 8601 format "hh:mm:ss". */
3463
- servicePlacementTimeLimit?: string;
3464
- }
3465
-
3466
- /** The properties of a stateless service resource. */
3467
- export declare interface StatelessServiceProperties extends ServiceResourceProperties {
3468
- /** Polymorphic discriminator, which specifies the different types this object can be */
3469
- serviceKind: "Stateless";
3470
- /** The instance count. */
3471
- instanceCount: number;
3472
- /** 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. */
3473
- minInstanceCount?: number;
3474
- /** 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. */
3475
- minInstancePercentage?: number;
3476
- }
3477
-
3478
- /** Describes a Subnet. */
3479
- export declare interface Subnet {
3480
- /** Subnet name. */
3481
- name: string;
3482
- /** Indicates wether to enable Ipv6 or not. If not provided, it will take the same configuration as the cluster. */
3483
- enableIpv6?: boolean;
3484
- /** Enable or Disable apply network policies on private end point in the subnet. */
3485
- privateEndpointNetworkPolicies?: PrivateEndpointNetworkPolicies;
3486
- /** Enable or Disable apply network policies on private link service in the subnet. */
3487
- privateLinkServiceNetworkPolicies?: PrivateLinkServiceNetworkPolicies;
3488
- /** Full resource id for the network security group. */
3489
- networkSecurityGroupId?: string;
3490
- }
3491
-
3492
- /** Azure resource identifier. */
3493
- export declare interface SubResource {
3494
- /** Azure resource identifier. */
3495
- id?: string;
3496
- }
3497
-
3498
- /** Metadata pertaining to creation and last modification of the resource. */
3499
- export declare interface SystemData {
3500
- /** The identity that created the resource. */
3501
- createdBy?: string;
3502
- /** The type of identity that created the resource. */
3503
- createdByType?: string;
3504
- /** The timestamp of resource creation (UTC). */
3505
- createdAt?: Date;
3506
- /** The identity that last modified the resource. */
3507
- lastModifiedBy?: string;
3508
- /** The type of identity that last modified the resource. */
3509
- lastModifiedByType?: string;
3510
- /** The timestamp of resource last modification (UTC). */
3511
- lastModifiedAt?: Date;
3512
- }
3513
-
3514
- /** Describes a partitioning scheme where an integer range is allocated evenly across a number of partitions. */
3515
- export declare interface UniformInt64RangePartitionScheme extends Partition {
3516
- /** Polymorphic discriminator, which specifies the different types this object can be */
3517
- partitionScheme: "UniformInt64Range";
3518
- /** The number of partitions. */
3519
- count: number;
3520
- /**
3521
- * The lower bound of the partition key range that
3522
- * should be split between the partition ‘Count’
3523
- *
3524
- */
3525
- lowKey: number;
3526
- /**
3527
- * The upper bound of the partition key range that
3528
- * should be split between the partition ‘Count’
3529
- *
3530
- */
3531
- highKey: number;
3532
- }
3533
-
3534
- /**
3535
- * Defines values for UpdateType. \
3536
- * {@link KnownUpdateType} can be used interchangeably with UpdateType,
3537
- * this enum contains the known values that the service supports.
3538
- * ### Known values supported by the service
3539
- * **Default**: The operation will proceed in all specified nodes at the same time. \
3540
- * **ByUpgradeDomain**: The operation will proceed one upgrade domain at a time, checking the health in between each to continue.
3541
- */
3542
- export declare type UpdateType = string;
3543
-
3544
- /**
3545
- * Defines values for UpgradeMode. \
3546
- * {@link KnownUpgradeMode} can be used interchangeably with UpgradeMode,
3547
- * this enum contains the known values that the service supports.
3548
- * ### Known values supported by the service
3549
- * **UnmonitoredAuto**: The upgrade will proceed automatically without performing any health monitoring. The value is 0 \
3550
- * **UnmonitoredManual**: The upgrade will stop after completing each upgrade domain, giving the opportunity to manually monitor health before proceeding. The value is 1 \
3551
- * **Monitored**: The upgrade will stop after completing each upgrade domain and automatically monitor health before proceeding. The value is 2
3552
- */
3553
- export declare type UpgradeMode = string;
3554
-
3555
- export declare interface UserAssignedIdentity {
3556
- /**
3557
- * The principal id of user assigned identity.
3558
- * NOTE: This property will not be serialized. It can only be populated by the server.
3559
- */
3560
- readonly principalId?: string;
3561
- /**
3562
- * The client id of user assigned identity.
3563
- * NOTE: This property will not be serialized. It can only be populated by the server.
3564
- */
3565
- readonly clientId?: string;
3566
- }
3567
-
3568
- /** Describes a single certificate reference in a Key Vault, and where the certificate should reside on the VM. */
3569
- export declare interface VaultCertificate {
3570
- /** 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). */
3571
- certificateUrl: string;
3572
- /** 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. <br><br>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. */
3573
- certificateStore: string;
3574
- }
3575
-
3576
- /** Specifies set of certificates that should be installed onto the virtual machines. */
3577
- export declare interface VaultSecretGroup {
3578
- /** The relative URL of the Key Vault containing all of the certificates in VaultCertificates. */
3579
- sourceVault: SubResource;
3580
- /** The list of key vault references in SourceVault which contain certificates. */
3581
- vaultCertificates: VaultCertificate[];
3582
- }
3583
-
3584
- /** Specifies the gallery application that should be made available to the underlying VMSS. */
3585
- export declare interface VmApplication {
3586
- /** Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided. */
3587
- configurationReference?: string;
3588
- /** If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the underlying VMSS. */
3589
- enableAutomaticUpgrade?: boolean;
3590
- /** Optional, Specifies the order in which the packages have to be installed. */
3591
- order?: number;
3592
- /** Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}. */
3593
- packageReferenceId: string;
3594
- /** Optional, Specifies a passthrough value for more generic context. Accepts a JSON-formatted string e.g. '{"Tag1":"Value1","Tag2":"Value2"}'. */
3595
- vmGalleryTags?: string;
3596
- /** Optional, If true, any failure for any operation in the VmApplication will fail the deployment. */
3597
- treatFailureAsDeploymentFailure?: boolean;
3598
- }
3599
-
3600
- /** 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. */
3601
- export declare interface VmImagePlan {
3602
- /** The plan ID. */
3603
- name?: string;
3604
- /** Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. */
3605
- product?: string;
3606
- /** The promotion code. */
3607
- promotionCode?: string;
3608
- /** The publisher ID. */
3609
- publisher?: string;
3610
- }
3611
-
3612
- /** Identities for the virtual machine scale set under the node type. */
3613
- export declare interface VmManagedIdentity {
3614
- /** 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}'. */
3615
- userAssignedIdentities?: string[];
3616
- }
3617
-
3618
- /**
3619
- * Defines values for VmSetupAction. \
3620
- * {@link KnownVmSetupAction} can be used interchangeably with VmSetupAction,
3621
- * this enum contains the known values that the service supports.
3622
- * ### Known values supported by the service
3623
- * **EnableContainers**: Enable windows containers feature. \
3624
- * **EnableHyperV**: Enables windows HyperV feature.
3625
- */
3626
- export declare type VmSetupAction = string;
3627
-
3628
- /** VM Sizes properties. */
3629
- export declare interface VMSize {
3630
- /**
3631
- * VM Size name.
3632
- * NOTE: This property will not be serialized. It can only be populated by the server.
3633
- */
3634
- readonly size?: string;
3635
- }
3636
-
3637
- /** Managed data disk description. */
3638
- export declare interface VmssDataDisk {
3639
- /** 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. */
3640
- lun: number;
3641
- /** Disk size for each vm in the node type in GBs. */
3642
- diskSizeGB: number;
3643
- /** Managed data disk type. Specifies the storage account type for the managed disk */
3644
- diskType: DiskType;
3645
- /** Managed data disk letter. It can not use the reserved letter C or D and it can not change after created. */
3646
- diskLetter: string;
3647
- }
3648
-
3649
- /** Specifies set of extensions that should be installed onto the virtual machines. */
3650
- export declare interface VmssExtension {
3651
- /** The name of the extension. */
3652
- name: string;
3653
- /** The name of the extension handler publisher. */
3654
- publisher: string;
3655
- /** Specifies the type of the extension; an example is "CustomScriptExtension". */
3656
- type: string;
3657
- /** Specifies the version of the script handler. */
3658
- typeHandlerVersion: string;
3659
- /** 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. */
3660
- autoUpgradeMinorVersion?: boolean;
3661
- /** Json formatted public settings for the extension. */
3662
- settings?: Record<string, unknown>;
3663
- /** The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. */
3664
- protectedSettings?: Record<string, unknown>;
3665
- /** 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. */
3666
- forceUpdateTag?: string;
3667
- /** Collection of extension names after which this extension needs to be provisioned. */
3668
- provisionAfterExtensions?: string[];
3669
- /**
3670
- * The provisioning state, which only appears in the response.
3671
- * NOTE: This property will not be serialized. It can only be populated by the server.
3672
- */
3673
- readonly provisioningState?: string;
3674
- /** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. */
3675
- enableAutomaticUpgrade?: boolean;
3676
- /** Indicates the setup order for the extension. */
3677
- setupOrder?: VmssExtensionSetupOrder[];
3678
- }
3679
-
3680
- /**
3681
- * Defines values for VmssExtensionSetupOrder. \
3682
- * {@link KnownVmssExtensionSetupOrder} can be used interchangeably with VmssExtensionSetupOrder,
3683
- * this enum contains the known values that the service supports.
3684
- * ### Known values supported by the service
3685
- * **BeforeSFRuntime**: Indicates that the vm extension should run before the service fabric runtime starts.
3686
- */
3687
- export declare type VmssExtensionSetupOrder = string;
3688
-
3689
- /**
3690
- * Defines values for ZonalUpdateMode. \
3691
- * {@link KnownZonalUpdateMode} can be used interchangeably with ZonalUpdateMode,
3692
- * this enum contains the known values that the service supports.
3693
- * ### Known values supported by the service
3694
- * **Standard**: The cluster will use 5 upgrade domains for Cross Az Node types. \
3695
- * **Fast**: The cluster will use a maximum of 3 upgrade domains per zone instead of 5 for Cross Az Node types for faster deployments.
3696
- */
3697
- export declare type ZonalUpdateMode = string;
3698
-
3699
- export { }