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