pulumi-azure-native 2.9.1a1696411987__py3-none-any.whl → 2.10.0__py3-none-any.whl

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.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (317) hide show
  1. pulumi_azure_native/__init__.py +133 -1
  2. pulumi_azure_native/baremetalinfrastructure/__init__.py +3 -0
  3. pulumi_azure_native/baremetalinfrastructure/azure_bare_metal_storage_instance.py +1 -1
  4. pulumi_azure_native/baremetalinfrastructure/v20230406/azure_bare_metal_storage_instance.py +1 -1
  5. pulumi_azure_native/baremetalinfrastructure/v20230804preview/__init__.py +12 -0
  6. pulumi_azure_native/baremetalinfrastructure/v20230804preview/_enums.py +23 -0
  7. pulumi_azure_native/baremetalinfrastructure/v20230804preview/_inputs.py +177 -0
  8. pulumi_azure_native/baremetalinfrastructure/v20230804preview/azure_bare_metal_storage_instance.py +282 -0
  9. pulumi_azure_native/baremetalinfrastructure/v20230804preview/get_azure_bare_metal_storage_instance.py +170 -0
  10. pulumi_azure_native/baremetalinfrastructure/v20230804preview/outputs.py +305 -0
  11. pulumi_azure_native/chaos/__init__.py +3 -0
  12. pulumi_azure_native/chaos/capability.py +1 -1
  13. pulumi_azure_native/chaos/experiment.py +1 -1
  14. pulumi_azure_native/chaos/target.py +1 -1
  15. pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
  16. pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
  17. pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
  18. pulumi_azure_native/chaos/v20230901preview/__init__.py +16 -0
  19. pulumi_azure_native/chaos/v20230901preview/_enums.py +43 -0
  20. pulumi_azure_native/chaos/v20230901preview/_inputs.py +689 -0
  21. pulumi_azure_native/chaos/v20230901preview/capability.py +258 -0
  22. pulumi_azure_native/chaos/v20230901preview/experiment.py +293 -0
  23. pulumi_azure_native/chaos/v20230901preview/get_capability.py +151 -0
  24. pulumi_azure_native/chaos/v20230901preview/get_experiment.py +183 -0
  25. pulumi_azure_native/chaos/v20230901preview/get_target.py +159 -0
  26. pulumi_azure_native/chaos/v20230901preview/outputs.py +931 -0
  27. pulumi_azure_native/chaos/v20230901preview/target.py +286 -0
  28. pulumi_azure_native/containerservice/__init__.py +3 -0
  29. pulumi_azure_native/containerservice/agent_pool.py +1 -1
  30. pulumi_azure_native/containerservice/maintenance_configuration.py +1 -1
  31. pulumi_azure_native/containerservice/managed_cluster.py +1 -1
  32. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +1 -1
  33. pulumi_azure_native/containerservice/private_endpoint_connection.py +1 -1
  34. pulumi_azure_native/containerservice/snapshot.py +1 -1
  35. pulumi_azure_native/containerservice/trusted_access_role_binding.py +1 -1
  36. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  37. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  38. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  39. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  40. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  41. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  42. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  43. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  44. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  45. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  46. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  47. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  48. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  49. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  50. pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
  51. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  52. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  53. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  54. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  55. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  56. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  57. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  58. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  59. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  60. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  61. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  62. pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
  63. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  64. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  65. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  66. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  67. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  68. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  69. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  70. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  71. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  72. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  73. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  74. pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
  75. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  76. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  77. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  78. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  79. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  80. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  81. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  82. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  83. pulumi_azure_native/containerservice/v20230802preview/__init__.py +27 -0
  84. pulumi_azure_native/containerservice/v20230802preview/_enums.py +741 -0
  85. pulumi_azure_native/containerservice/v20230802preview/_inputs.py +6236 -0
  86. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1473 -0
  87. pulumi_azure_native/containerservice/v20230802preview/get_agent_pool.py +708 -0
  88. pulumi_azure_native/containerservice/v20230802preview/get_maintenance_configuration.py +162 -0
  89. pulumi_azure_native/containerservice/v20230802preview/get_managed_cluster.py +768 -0
  90. pulumi_azure_native/containerservice/v20230802preview/get_managed_cluster_snapshot.py +183 -0
  91. pulumi_azure_native/containerservice/v20230802preview/get_private_endpoint_connection.py +149 -0
  92. pulumi_azure_native/containerservice/v20230802preview/get_snapshot.py +248 -0
  93. pulumi_azure_native/containerservice/v20230802preview/get_trusted_access_role_binding.py +162 -0
  94. pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_admin_credentials.py +84 -0
  95. pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_monitoring_user_credentials.py +84 -0
  96. pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_user_credentials.py +89 -0
  97. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +274 -0
  98. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1464 -0
  99. pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +292 -0
  100. pulumi_azure_native/containerservice/v20230802preview/outputs.py +7383 -0
  101. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +246 -0
  102. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +342 -0
  103. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +255 -0
  104. pulumi_azure_native/dashboard/__init__.py +5 -0
  105. pulumi_azure_native/dashboard/get_managed_private_endpoint.py +255 -0
  106. pulumi_azure_native/dashboard/grafana.py +1 -1
  107. pulumi_azure_native/dashboard/managed_private_endpoint.py +420 -0
  108. pulumi_azure_native/dashboard/outputs.py +34 -0
  109. pulumi_azure_native/dashboard/private_endpoint_connection.py +1 -1
  110. pulumi_azure_native/dashboard/v20210901preview/grafana.py +1 -1
  111. pulumi_azure_native/dashboard/v20220801/grafana.py +1 -1
  112. pulumi_azure_native/dashboard/v20220801/private_endpoint_connection.py +1 -1
  113. pulumi_azure_native/dashboard/v20221001preview/__init__.py +16 -0
  114. pulumi_azure_native/dashboard/v20221001preview/_enums.py +93 -0
  115. pulumi_azure_native/dashboard/v20221001preview/_inputs.py +560 -0
  116. pulumi_azure_native/dashboard/v20221001preview/get_grafana.py +183 -0
  117. pulumi_azure_native/dashboard/v20221001preview/get_managed_private_endpoint.py +253 -0
  118. pulumi_azure_native/dashboard/v20221001preview/get_private_endpoint_connection.py +175 -0
  119. pulumi_azure_native/dashboard/v20221001preview/grafana.py +311 -0
  120. pulumi_azure_native/dashboard/v20221001preview/managed_private_endpoint.py +418 -0
  121. pulumi_azure_native/dashboard/v20221001preview/outputs.py +1092 -0
  122. pulumi_azure_native/dashboard/v20221001preview/private_endpoint_connection.py +266 -0
  123. pulumi_azure_native/datadog/__init__.py +8 -0
  124. pulumi_azure_native/datadog/_enums.py +32 -0
  125. pulumi_azure_native/datadog/_inputs.py +326 -0
  126. pulumi_azure_native/datadog/get_monitored_subscription.py +125 -0
  127. pulumi_azure_native/datadog/monitor.py +1 -1
  128. pulumi_azure_native/datadog/monitored_subscription.py +208 -0
  129. pulumi_azure_native/datadog/outputs.py +368 -0
  130. pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
  131. pulumi_azure_native/datadog/v20220801/__init__.py +17 -0
  132. pulumi_azure_native/datadog/v20220801/_enums.py +26 -0
  133. pulumi_azure_native/datadog/v20220801/_inputs.py +329 -0
  134. pulumi_azure_native/datadog/v20220801/get_monitor.py +166 -0
  135. pulumi_azure_native/datadog/v20220801/get_monitor_default_key.py +112 -0
  136. pulumi_azure_native/datadog/v20220801/list_monitor_api_keys.py +92 -0
  137. pulumi_azure_native/datadog/v20220801/list_monitor_hosts.py +92 -0
  138. pulumi_azure_native/datadog/v20220801/list_monitor_linked_resources.py +92 -0
  139. pulumi_azure_native/datadog/v20220801/list_monitor_monitored_resources.py +92 -0
  140. pulumi_azure_native/datadog/v20220801/monitor.py +277 -0
  141. pulumi_azure_native/datadog/v20220801/outputs.py +738 -0
  142. pulumi_azure_native/datadog/v20230101/__init__.py +19 -0
  143. pulumi_azure_native/datadog/v20230101/_enums.py +58 -0
  144. pulumi_azure_native/datadog/v20230101/_inputs.py +655 -0
  145. pulumi_azure_native/datadog/v20230101/get_monitor.py +166 -0
  146. pulumi_azure_native/datadog/v20230101/get_monitor_default_key.py +112 -0
  147. pulumi_azure_native/datadog/v20230101/get_monitored_subscription.py +123 -0
  148. pulumi_azure_native/datadog/v20230101/list_monitor_api_keys.py +92 -0
  149. pulumi_azure_native/datadog/v20230101/list_monitor_hosts.py +92 -0
  150. pulumi_azure_native/datadog/v20230101/list_monitor_linked_resources.py +92 -0
  151. pulumi_azure_native/datadog/v20230101/list_monitor_monitored_resources.py +92 -0
  152. pulumi_azure_native/datadog/v20230101/monitor.py +277 -0
  153. pulumi_azure_native/datadog/v20230101/monitored_subscription.py +206 -0
  154. pulumi_azure_native/datadog/v20230101/outputs.py +1106 -0
  155. pulumi_azure_native/datafactory/_inputs.py +16 -0
  156. pulumi_azure_native/datafactory/outputs.py +12 -0
  157. pulumi_azure_native/datafactory/v20180601/_inputs.py +16 -0
  158. pulumi_azure_native/datafactory/v20180601/outputs.py +12 -0
  159. pulumi_azure_native/migrate/__init__.py +8 -0
  160. pulumi_azure_native/migrate/_enums.py +69 -5
  161. pulumi_azure_native/migrate/_inputs.py +20 -20
  162. pulumi_azure_native/migrate/get_private_endpoint_connection_proxy_controller.py +139 -0
  163. pulumi_azure_native/migrate/get_solutions_controller_config.py +85 -0
  164. pulumi_azure_native/migrate/get_solutions_controller_solution.py +138 -0
  165. pulumi_azure_native/migrate/migrate_project.py +1 -1
  166. pulumi_azure_native/migrate/migrate_projects_controller_migrate_project.py +1 -1
  167. pulumi_azure_native/migrate/outputs.py +471 -3
  168. pulumi_azure_native/migrate/private_endpoint_connection_controller_private_endpoint_connection.py +1 -1
  169. pulumi_azure_native/migrate/private_endpoint_connection_proxy_controller.py +212 -0
  170. pulumi_azure_native/migrate/solution.py +2 -1
  171. pulumi_azure_native/migrate/solutions_controller_solution.py +218 -0
  172. pulumi_azure_native/migrate/v20180901preview/migrate_project.py +1 -1
  173. pulumi_azure_native/migrate/v20180901preview/solution.py +1 -1
  174. pulumi_azure_native/migrate/v20200501/migrate_projects_controller_migrate_project.py +1 -1
  175. pulumi_azure_native/migrate/v20200501/private_endpoint_connection_controller_private_endpoint_connection.py +1 -1
  176. pulumi_azure_native/migrate/v20230101/__init__.py +19 -0
  177. pulumi_azure_native/migrate/v20230101/_enums.py +104 -0
  178. pulumi_azure_native/migrate/v20230101/_inputs.py +316 -0
  179. pulumi_azure_native/migrate/v20230101/get_migrate_projects_controller_migrate_project.py +157 -0
  180. pulumi_azure_native/migrate/v20230101/get_private_endpoint_connection_controller_private_endpoint_connection.py +149 -0
  181. pulumi_azure_native/migrate/v20230101/get_private_endpoint_connection_proxy_controller.py +137 -0
  182. pulumi_azure_native/migrate/v20230101/get_solutions_controller_config.py +83 -0
  183. pulumi_azure_native/migrate/v20230101/get_solutions_controller_solution.py +136 -0
  184. pulumi_azure_native/migrate/v20230101/migrate_projects_controller_migrate_project.py +253 -0
  185. pulumi_azure_native/migrate/v20230101/outputs.py +1240 -0
  186. pulumi_azure_native/migrate/v20230101/private_endpoint_connection_controller_private_endpoint_connection.py +226 -0
  187. pulumi_azure_native/migrate/v20230101/private_endpoint_connection_proxy_controller.py +210 -0
  188. pulumi_azure_native/migrate/v20230101/solutions_controller_solution.py +216 -0
  189. pulumi_azure_native/networkanalytics/__init__.py +23 -0
  190. pulumi_azure_native/networkanalytics/_enums.py +64 -0
  191. pulumi_azure_native/networkanalytics/_inputs.py +313 -0
  192. pulumi_azure_native/networkanalytics/data_product.py +715 -0
  193. pulumi_azure_native/networkanalytics/data_type.py +334 -0
  194. pulumi_azure_native/networkanalytics/get_data_product.py +406 -0
  195. pulumi_azure_native/networkanalytics/get_data_type.py +216 -0
  196. pulumi_azure_native/networkanalytics/list_data_product_roles_assignments.py +94 -0
  197. pulumi_azure_native/networkanalytics/outputs.py +679 -0
  198. pulumi_azure_native/networkanalytics/v20231115/__init__.py +15 -0
  199. pulumi_azure_native/networkanalytics/v20231115/_enums.py +64 -0
  200. pulumi_azure_native/networkanalytics/v20231115/_inputs.py +313 -0
  201. pulumi_azure_native/networkanalytics/v20231115/data_product.py +713 -0
  202. pulumi_azure_native/networkanalytics/v20231115/data_type.py +332 -0
  203. pulumi_azure_native/networkanalytics/v20231115/get_data_product.py +404 -0
  204. pulumi_azure_native/networkanalytics/v20231115/get_data_type.py +214 -0
  205. pulumi_azure_native/networkanalytics/v20231115/list_data_product_roles_assignments.py +92 -0
  206. pulumi_azure_native/networkanalytics/v20231115/outputs.py +679 -0
  207. pulumi_azure_native/redhatopenshift/__init__.py +3 -0
  208. pulumi_azure_native/redhatopenshift/machine_pool.py +1 -1
  209. pulumi_azure_native/redhatopenshift/open_shift_cluster.py +1 -1
  210. pulumi_azure_native/redhatopenshift/secret.py +1 -1
  211. pulumi_azure_native/redhatopenshift/sync_identity_provider.py +1 -1
  212. pulumi_azure_native/redhatopenshift/sync_set.py +1 -1
  213. pulumi_azure_native/redhatopenshift/v20220904/machine_pool.py +1 -1
  214. pulumi_azure_native/redhatopenshift/v20220904/open_shift_cluster.py +1 -1
  215. pulumi_azure_native/redhatopenshift/v20220904/secret.py +1 -1
  216. pulumi_azure_native/redhatopenshift/v20220904/sync_identity_provider.py +1 -1
  217. pulumi_azure_native/redhatopenshift/v20220904/sync_set.py +1 -1
  218. pulumi_azure_native/redhatopenshift/v20230401/machine_pool.py +1 -1
  219. pulumi_azure_native/redhatopenshift/v20230401/open_shift_cluster.py +1 -1
  220. pulumi_azure_native/redhatopenshift/v20230401/secret.py +1 -1
  221. pulumi_azure_native/redhatopenshift/v20230401/sync_identity_provider.py +1 -1
  222. pulumi_azure_native/redhatopenshift/v20230401/sync_set.py +1 -1
  223. pulumi_azure_native/redhatopenshift/v20230701preview/machine_pool.py +1 -1
  224. pulumi_azure_native/redhatopenshift/v20230701preview/open_shift_cluster.py +1 -1
  225. pulumi_azure_native/redhatopenshift/v20230701preview/secret.py +1 -1
  226. pulumi_azure_native/redhatopenshift/v20230701preview/sync_identity_provider.py +1 -1
  227. pulumi_azure_native/redhatopenshift/v20230701preview/sync_set.py +1 -1
  228. pulumi_azure_native/redhatopenshift/v20230904/__init__.py +22 -0
  229. pulumi_azure_native/redhatopenshift/v20230904/_enums.py +66 -0
  230. pulumi_azure_native/redhatopenshift/v20230904/_inputs.py +551 -0
  231. pulumi_azure_native/redhatopenshift/v20230904/get_machine_pool.py +133 -0
  232. pulumi_azure_native/redhatopenshift/v20230904/get_open_shift_cluster.py +274 -0
  233. pulumi_azure_native/redhatopenshift/v20230904/get_secret.py +136 -0
  234. pulumi_azure_native/redhatopenshift/v20230904/get_sync_identity_provider.py +133 -0
  235. pulumi_azure_native/redhatopenshift/v20230904/get_sync_set.py +136 -0
  236. pulumi_azure_native/redhatopenshift/v20230904/list_open_shift_cluster_admin_credentials.py +78 -0
  237. pulumi_azure_native/redhatopenshift/v20230904/list_open_shift_cluster_credentials.py +91 -0
  238. pulumi_azure_native/redhatopenshift/v20230904/machine_pool.py +206 -0
  239. pulumi_azure_native/redhatopenshift/v20230904/open_shift_cluster.py +495 -0
  240. pulumi_azure_native/redhatopenshift/v20230904/outputs.py +681 -0
  241. pulumi_azure_native/redhatopenshift/v20230904/secret.py +214 -0
  242. pulumi_azure_native/redhatopenshift/v20230904/sync_identity_provider.py +206 -0
  243. pulumi_azure_native/redhatopenshift/v20230904/sync_set.py +214 -0
  244. pulumi_azure_native/servicefabric/__init__.py +3 -0
  245. pulumi_azure_native/servicefabric/managed_cluster.py +1 -1
  246. pulumi_azure_native/servicefabric/managed_cluster_application.py +1 -1
  247. pulumi_azure_native/servicefabric/managed_cluster_application_type.py +1 -1
  248. pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +1 -1
  249. pulumi_azure_native/servicefabric/managed_cluster_service.py +1 -1
  250. pulumi_azure_native/servicefabric/node_type.py +1 -1
  251. pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
  252. pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
  253. pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
  254. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
  255. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
  256. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
  257. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
  258. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
  259. pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
  260. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
  261. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
  262. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
  263. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
  264. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
  265. pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
  266. pulumi_azure_native/servicefabric/v20230901preview/__init__.py +24 -0
  267. pulumi_azure_native/servicefabric/v20230901preview/_enums.py +484 -0
  268. pulumi_azure_native/servicefabric/v20230901preview/_inputs.py +3501 -0
  269. pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster.py +625 -0
  270. pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application.py +228 -0
  271. pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application_type.py +162 -0
  272. pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application_type_version.py +180 -0
  273. pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_service.py +167 -0
  274. pulumi_azure_native/servicefabric/v20230901preview/get_node_type.py +760 -0
  275. pulumi_azure_native/servicefabric/v20230901preview/getmanaged_az_resiliency_status.py +92 -0
  276. pulumi_azure_native/servicefabric/v20230901preview/getmanaged_maintenance_window_status.py +156 -0
  277. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1160 -0
  278. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +404 -0
  279. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +253 -0
  280. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +304 -0
  281. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +295 -0
  282. pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1603 -0
  283. pulumi_azure_native/servicefabric/v20230901preview/outputs.py +4039 -0
  284. pulumi_azure_native/storagemover/__init__.py +3 -0
  285. pulumi_azure_native/storagemover/agent.py +1 -1
  286. pulumi_azure_native/storagemover/endpoint.py +1 -1
  287. pulumi_azure_native/storagemover/job_definition.py +1 -1
  288. pulumi_azure_native/storagemover/project.py +1 -1
  289. pulumi_azure_native/storagemover/storage_mover.py +1 -1
  290. pulumi_azure_native/storagemover/v20230301/agent.py +1 -1
  291. pulumi_azure_native/storagemover/v20230301/endpoint.py +1 -1
  292. pulumi_azure_native/storagemover/v20230301/job_definition.py +1 -1
  293. pulumi_azure_native/storagemover/v20230301/project.py +1 -1
  294. pulumi_azure_native/storagemover/v20230301/storage_mover.py +1 -1
  295. pulumi_azure_native/storagemover/v20230701preview/agent.py +1 -1
  296. pulumi_azure_native/storagemover/v20230701preview/endpoint.py +1 -1
  297. pulumi_azure_native/storagemover/v20230701preview/job_definition.py +1 -1
  298. pulumi_azure_native/storagemover/v20230701preview/project.py +1 -1
  299. pulumi_azure_native/storagemover/v20230701preview/storage_mover.py +1 -1
  300. pulumi_azure_native/storagemover/v20231001/__init__.py +20 -0
  301. pulumi_azure_native/storagemover/v20231001/_enums.py +46 -0
  302. pulumi_azure_native/storagemover/v20231001/_inputs.py +393 -0
  303. pulumi_azure_native/storagemover/v20231001/agent.py +361 -0
  304. pulumi_azure_native/storagemover/v20231001/endpoint.py +217 -0
  305. pulumi_azure_native/storagemover/v20231001/get_agent.py +276 -0
  306. pulumi_azure_native/storagemover/v20231001/get_endpoint.py +136 -0
  307. pulumi_azure_native/storagemover/v20231001/get_job_definition.py +310 -0
  308. pulumi_azure_native/storagemover/v20231001/get_project.py +149 -0
  309. pulumi_azure_native/storagemover/v20231001/get_storage_mover.py +170 -0
  310. pulumi_azure_native/storagemover/v20231001/job_definition.py +483 -0
  311. pulumi_azure_native/storagemover/v20231001/outputs.py +619 -0
  312. pulumi_azure_native/storagemover/v20231001/project.py +224 -0
  313. pulumi_azure_native/storagemover/v20231001/storage_mover.py +261 -0
  314. {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/METADATA +1 -1
  315. {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/RECORD +317 -158
  316. {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/WHEEL +0 -0
  317. {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,625 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetManagedClusterResult',
15
+ 'AwaitableGetManagedClusterResult',
16
+ 'get_managed_cluster',
17
+ 'get_managed_cluster_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetManagedClusterResult:
22
+ """
23
+ The managed cluster resource
24
+ """
25
+ def __init__(__self__, addon_features=None, admin_password=None, admin_user_name=None, allow_rdp_access=None, application_type_versions_cleanup_policy=None, auxiliary_subnets=None, azure_active_directory=None, client_connection_port=None, clients=None, cluster_certificate_thumbprints=None, cluster_code_version=None, cluster_id=None, cluster_state=None, cluster_upgrade_cadence=None, cluster_upgrade_mode=None, ddos_protection_plan_id=None, dns_name=None, enable_auto_os_upgrade=None, enable_ipv6=None, enable_service_public_ip=None, etag=None, fabric_settings=None, fqdn=None, http_gateway_connection_port=None, id=None, ip_tags=None, ipv4_address=None, ipv6_address=None, load_balancing_rules=None, location=None, name=None, network_security_rules=None, provisioning_state=None, public_ip_prefix_id=None, service_endpoints=None, sku=None, subnet_id=None, system_data=None, tags=None, type=None, use_custom_vnet=None, zonal_resiliency=None, zonal_update_mode=None):
26
+ if addon_features and not isinstance(addon_features, list):
27
+ raise TypeError("Expected argument 'addon_features' to be a list")
28
+ pulumi.set(__self__, "addon_features", addon_features)
29
+ if admin_password and not isinstance(admin_password, str):
30
+ raise TypeError("Expected argument 'admin_password' to be a str")
31
+ pulumi.set(__self__, "admin_password", admin_password)
32
+ if admin_user_name and not isinstance(admin_user_name, str):
33
+ raise TypeError("Expected argument 'admin_user_name' to be a str")
34
+ pulumi.set(__self__, "admin_user_name", admin_user_name)
35
+ if allow_rdp_access and not isinstance(allow_rdp_access, bool):
36
+ raise TypeError("Expected argument 'allow_rdp_access' to be a bool")
37
+ pulumi.set(__self__, "allow_rdp_access", allow_rdp_access)
38
+ if application_type_versions_cleanup_policy and not isinstance(application_type_versions_cleanup_policy, dict):
39
+ raise TypeError("Expected argument 'application_type_versions_cleanup_policy' to be a dict")
40
+ pulumi.set(__self__, "application_type_versions_cleanup_policy", application_type_versions_cleanup_policy)
41
+ if auxiliary_subnets and not isinstance(auxiliary_subnets, list):
42
+ raise TypeError("Expected argument 'auxiliary_subnets' to be a list")
43
+ pulumi.set(__self__, "auxiliary_subnets", auxiliary_subnets)
44
+ if azure_active_directory and not isinstance(azure_active_directory, dict):
45
+ raise TypeError("Expected argument 'azure_active_directory' to be a dict")
46
+ pulumi.set(__self__, "azure_active_directory", azure_active_directory)
47
+ if client_connection_port and not isinstance(client_connection_port, int):
48
+ raise TypeError("Expected argument 'client_connection_port' to be a int")
49
+ pulumi.set(__self__, "client_connection_port", client_connection_port)
50
+ if clients and not isinstance(clients, list):
51
+ raise TypeError("Expected argument 'clients' to be a list")
52
+ pulumi.set(__self__, "clients", clients)
53
+ if cluster_certificate_thumbprints and not isinstance(cluster_certificate_thumbprints, list):
54
+ raise TypeError("Expected argument 'cluster_certificate_thumbprints' to be a list")
55
+ pulumi.set(__self__, "cluster_certificate_thumbprints", cluster_certificate_thumbprints)
56
+ if cluster_code_version and not isinstance(cluster_code_version, str):
57
+ raise TypeError("Expected argument 'cluster_code_version' to be a str")
58
+ pulumi.set(__self__, "cluster_code_version", cluster_code_version)
59
+ if cluster_id and not isinstance(cluster_id, str):
60
+ raise TypeError("Expected argument 'cluster_id' to be a str")
61
+ pulumi.set(__self__, "cluster_id", cluster_id)
62
+ if cluster_state and not isinstance(cluster_state, str):
63
+ raise TypeError("Expected argument 'cluster_state' to be a str")
64
+ pulumi.set(__self__, "cluster_state", cluster_state)
65
+ if cluster_upgrade_cadence and not isinstance(cluster_upgrade_cadence, str):
66
+ raise TypeError("Expected argument 'cluster_upgrade_cadence' to be a str")
67
+ pulumi.set(__self__, "cluster_upgrade_cadence", cluster_upgrade_cadence)
68
+ if cluster_upgrade_mode and not isinstance(cluster_upgrade_mode, str):
69
+ raise TypeError("Expected argument 'cluster_upgrade_mode' to be a str")
70
+ pulumi.set(__self__, "cluster_upgrade_mode", cluster_upgrade_mode)
71
+ if ddos_protection_plan_id and not isinstance(ddos_protection_plan_id, str):
72
+ raise TypeError("Expected argument 'ddos_protection_plan_id' to be a str")
73
+ pulumi.set(__self__, "ddos_protection_plan_id", ddos_protection_plan_id)
74
+ if dns_name and not isinstance(dns_name, str):
75
+ raise TypeError("Expected argument 'dns_name' to be a str")
76
+ pulumi.set(__self__, "dns_name", dns_name)
77
+ if enable_auto_os_upgrade and not isinstance(enable_auto_os_upgrade, bool):
78
+ raise TypeError("Expected argument 'enable_auto_os_upgrade' to be a bool")
79
+ pulumi.set(__self__, "enable_auto_os_upgrade", enable_auto_os_upgrade)
80
+ if enable_ipv6 and not isinstance(enable_ipv6, bool):
81
+ raise TypeError("Expected argument 'enable_ipv6' to be a bool")
82
+ pulumi.set(__self__, "enable_ipv6", enable_ipv6)
83
+ if enable_service_public_ip and not isinstance(enable_service_public_ip, bool):
84
+ raise TypeError("Expected argument 'enable_service_public_ip' to be a bool")
85
+ pulumi.set(__self__, "enable_service_public_ip", enable_service_public_ip)
86
+ if etag and not isinstance(etag, str):
87
+ raise TypeError("Expected argument 'etag' to be a str")
88
+ pulumi.set(__self__, "etag", etag)
89
+ if fabric_settings and not isinstance(fabric_settings, list):
90
+ raise TypeError("Expected argument 'fabric_settings' to be a list")
91
+ pulumi.set(__self__, "fabric_settings", fabric_settings)
92
+ if fqdn and not isinstance(fqdn, str):
93
+ raise TypeError("Expected argument 'fqdn' to be a str")
94
+ pulumi.set(__self__, "fqdn", fqdn)
95
+ if http_gateway_connection_port and not isinstance(http_gateway_connection_port, int):
96
+ raise TypeError("Expected argument 'http_gateway_connection_port' to be a int")
97
+ pulumi.set(__self__, "http_gateway_connection_port", http_gateway_connection_port)
98
+ if id and not isinstance(id, str):
99
+ raise TypeError("Expected argument 'id' to be a str")
100
+ pulumi.set(__self__, "id", id)
101
+ if ip_tags and not isinstance(ip_tags, list):
102
+ raise TypeError("Expected argument 'ip_tags' to be a list")
103
+ pulumi.set(__self__, "ip_tags", ip_tags)
104
+ if ipv4_address and not isinstance(ipv4_address, str):
105
+ raise TypeError("Expected argument 'ipv4_address' to be a str")
106
+ pulumi.set(__self__, "ipv4_address", ipv4_address)
107
+ if ipv6_address and not isinstance(ipv6_address, str):
108
+ raise TypeError("Expected argument 'ipv6_address' to be a str")
109
+ pulumi.set(__self__, "ipv6_address", ipv6_address)
110
+ if load_balancing_rules and not isinstance(load_balancing_rules, list):
111
+ raise TypeError("Expected argument 'load_balancing_rules' to be a list")
112
+ pulumi.set(__self__, "load_balancing_rules", load_balancing_rules)
113
+ if location and not isinstance(location, str):
114
+ raise TypeError("Expected argument 'location' to be a str")
115
+ pulumi.set(__self__, "location", location)
116
+ if name and not isinstance(name, str):
117
+ raise TypeError("Expected argument 'name' to be a str")
118
+ pulumi.set(__self__, "name", name)
119
+ if network_security_rules and not isinstance(network_security_rules, list):
120
+ raise TypeError("Expected argument 'network_security_rules' to be a list")
121
+ pulumi.set(__self__, "network_security_rules", network_security_rules)
122
+ if provisioning_state and not isinstance(provisioning_state, str):
123
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
124
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
125
+ if public_ip_prefix_id and not isinstance(public_ip_prefix_id, str):
126
+ raise TypeError("Expected argument 'public_ip_prefix_id' to be a str")
127
+ pulumi.set(__self__, "public_ip_prefix_id", public_ip_prefix_id)
128
+ if service_endpoints and not isinstance(service_endpoints, list):
129
+ raise TypeError("Expected argument 'service_endpoints' to be a list")
130
+ pulumi.set(__self__, "service_endpoints", service_endpoints)
131
+ if sku and not isinstance(sku, dict):
132
+ raise TypeError("Expected argument 'sku' to be a dict")
133
+ pulumi.set(__self__, "sku", sku)
134
+ if subnet_id and not isinstance(subnet_id, str):
135
+ raise TypeError("Expected argument 'subnet_id' to be a str")
136
+ pulumi.set(__self__, "subnet_id", subnet_id)
137
+ if system_data and not isinstance(system_data, dict):
138
+ raise TypeError("Expected argument 'system_data' to be a dict")
139
+ pulumi.set(__self__, "system_data", system_data)
140
+ if tags and not isinstance(tags, dict):
141
+ raise TypeError("Expected argument 'tags' to be a dict")
142
+ pulumi.set(__self__, "tags", tags)
143
+ if type and not isinstance(type, str):
144
+ raise TypeError("Expected argument 'type' to be a str")
145
+ pulumi.set(__self__, "type", type)
146
+ if use_custom_vnet and not isinstance(use_custom_vnet, bool):
147
+ raise TypeError("Expected argument 'use_custom_vnet' to be a bool")
148
+ pulumi.set(__self__, "use_custom_vnet", use_custom_vnet)
149
+ if zonal_resiliency and not isinstance(zonal_resiliency, bool):
150
+ raise TypeError("Expected argument 'zonal_resiliency' to be a bool")
151
+ pulumi.set(__self__, "zonal_resiliency", zonal_resiliency)
152
+ if zonal_update_mode and not isinstance(zonal_update_mode, str):
153
+ raise TypeError("Expected argument 'zonal_update_mode' to be a str")
154
+ pulumi.set(__self__, "zonal_update_mode", zonal_update_mode)
155
+
156
+ @property
157
+ @pulumi.getter(name="addonFeatures")
158
+ def addon_features(self) -> Optional[Sequence[str]]:
159
+ """
160
+ List of add-on features to enable on the cluster.
161
+ """
162
+ return pulumi.get(self, "addon_features")
163
+
164
+ @property
165
+ @pulumi.getter(name="adminPassword")
166
+ def admin_password(self) -> Optional[str]:
167
+ """
168
+ VM admin user password.
169
+ """
170
+ return pulumi.get(self, "admin_password")
171
+
172
+ @property
173
+ @pulumi.getter(name="adminUserName")
174
+ def admin_user_name(self) -> str:
175
+ """
176
+ VM admin user name.
177
+ """
178
+ return pulumi.get(self, "admin_user_name")
179
+
180
+ @property
181
+ @pulumi.getter(name="allowRdpAccess")
182
+ def allow_rdp_access(self) -> Optional[bool]:
183
+ """
184
+ 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.
185
+ """
186
+ return pulumi.get(self, "allow_rdp_access")
187
+
188
+ @property
189
+ @pulumi.getter(name="applicationTypeVersionsCleanupPolicy")
190
+ def application_type_versions_cleanup_policy(self) -> Optional['outputs.ApplicationTypeVersionsCleanupPolicyResponse']:
191
+ """
192
+ The policy used to clean up unused versions.
193
+ """
194
+ return pulumi.get(self, "application_type_versions_cleanup_policy")
195
+
196
+ @property
197
+ @pulumi.getter(name="auxiliarySubnets")
198
+ def auxiliary_subnets(self) -> Optional[Sequence['outputs.SubnetResponse']]:
199
+ """
200
+ Auxiliary subnets for the cluster.
201
+ """
202
+ return pulumi.get(self, "auxiliary_subnets")
203
+
204
+ @property
205
+ @pulumi.getter(name="azureActiveDirectory")
206
+ def azure_active_directory(self) -> Optional['outputs.AzureActiveDirectoryResponse']:
207
+ """
208
+ The AAD authentication settings of the cluster.
209
+ """
210
+ return pulumi.get(self, "azure_active_directory")
211
+
212
+ @property
213
+ @pulumi.getter(name="clientConnectionPort")
214
+ def client_connection_port(self) -> Optional[int]:
215
+ """
216
+ The port used for client connections to the cluster.
217
+ """
218
+ return pulumi.get(self, "client_connection_port")
219
+
220
+ @property
221
+ @pulumi.getter
222
+ def clients(self) -> Optional[Sequence['outputs.ClientCertificateResponse']]:
223
+ """
224
+ Client certificates that are allowed to manage the cluster.
225
+ """
226
+ return pulumi.get(self, "clients")
227
+
228
+ @property
229
+ @pulumi.getter(name="clusterCertificateThumbprints")
230
+ def cluster_certificate_thumbprints(self) -> Sequence[str]:
231
+ """
232
+ List of thumbprints of the cluster certificates.
233
+ """
234
+ return pulumi.get(self, "cluster_certificate_thumbprints")
235
+
236
+ @property
237
+ @pulumi.getter(name="clusterCodeVersion")
238
+ def cluster_code_version(self) -> Optional[str]:
239
+ """
240
+ 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**.
241
+ """
242
+ return pulumi.get(self, "cluster_code_version")
243
+
244
+ @property
245
+ @pulumi.getter(name="clusterId")
246
+ def cluster_id(self) -> str:
247
+ """
248
+ A service generated unique identifier for the cluster resource.
249
+ """
250
+ return pulumi.get(self, "cluster_id")
251
+
252
+ @property
253
+ @pulumi.getter(name="clusterState")
254
+ def cluster_state(self) -> str:
255
+ """
256
+ The current state of the cluster.
257
+ """
258
+ return pulumi.get(self, "cluster_state")
259
+
260
+ @property
261
+ @pulumi.getter(name="clusterUpgradeCadence")
262
+ def cluster_upgrade_cadence(self) -> Optional[str]:
263
+ """
264
+ 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'.
265
+ """
266
+ return pulumi.get(self, "cluster_upgrade_cadence")
267
+
268
+ @property
269
+ @pulumi.getter(name="clusterUpgradeMode")
270
+ def cluster_upgrade_mode(self) -> Optional[str]:
271
+ """
272
+ The upgrade mode of the cluster when new Service Fabric runtime version is available.
273
+ """
274
+ return pulumi.get(self, "cluster_upgrade_mode")
275
+
276
+ @property
277
+ @pulumi.getter(name="ddosProtectionPlanId")
278
+ def ddos_protection_plan_id(self) -> Optional[str]:
279
+ """
280
+ Specify the resource id of a DDoS network protection plan that will be associated with the virtual network of the cluster.
281
+ """
282
+ return pulumi.get(self, "ddos_protection_plan_id")
283
+
284
+ @property
285
+ @pulumi.getter(name="dnsName")
286
+ def dns_name(self) -> str:
287
+ """
288
+ The cluster dns name.
289
+ """
290
+ return pulumi.get(self, "dns_name")
291
+
292
+ @property
293
+ @pulumi.getter(name="enableAutoOSUpgrade")
294
+ def enable_auto_os_upgrade(self) -> Optional[bool]:
295
+ """
296
+ Setting this to true enables automatic OS upgrade for the node types that are created using any platform OS image with version 'latest'. The default value for this setting is false.
297
+ """
298
+ return pulumi.get(self, "enable_auto_os_upgrade")
299
+
300
+ @property
301
+ @pulumi.getter(name="enableIpv6")
302
+ def enable_ipv6(self) -> Optional[bool]:
303
+ """
304
+ 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.
305
+ """
306
+ return pulumi.get(self, "enable_ipv6")
307
+
308
+ @property
309
+ @pulumi.getter(name="enableServicePublicIP")
310
+ def enable_service_public_ip(self) -> Optional[bool]:
311
+ """
312
+ 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.
313
+ """
314
+ return pulumi.get(self, "enable_service_public_ip")
315
+
316
+ @property
317
+ @pulumi.getter
318
+ def etag(self) -> str:
319
+ """
320
+ Azure resource etag.
321
+ """
322
+ return pulumi.get(self, "etag")
323
+
324
+ @property
325
+ @pulumi.getter(name="fabricSettings")
326
+ def fabric_settings(self) -> Optional[Sequence['outputs.SettingsSectionDescriptionResponse']]:
327
+ """
328
+ The list of custom fabric settings to configure the cluster.
329
+ """
330
+ return pulumi.get(self, "fabric_settings")
331
+
332
+ @property
333
+ @pulumi.getter
334
+ def fqdn(self) -> str:
335
+ """
336
+ The fully qualified domain name associated with the public load balancer of the cluster.
337
+ """
338
+ return pulumi.get(self, "fqdn")
339
+
340
+ @property
341
+ @pulumi.getter(name="httpGatewayConnectionPort")
342
+ def http_gateway_connection_port(self) -> Optional[int]:
343
+ """
344
+ The port used for HTTP connections to the cluster.
345
+ """
346
+ return pulumi.get(self, "http_gateway_connection_port")
347
+
348
+ @property
349
+ @pulumi.getter
350
+ def id(self) -> str:
351
+ """
352
+ Azure resource identifier.
353
+ """
354
+ return pulumi.get(self, "id")
355
+
356
+ @property
357
+ @pulumi.getter(name="ipTags")
358
+ def ip_tags(self) -> Optional[Sequence['outputs.IPTagResponse']]:
359
+ """
360
+ The list of IP tags associated with the default public IP address of the cluster.
361
+ """
362
+ return pulumi.get(self, "ip_tags")
363
+
364
+ @property
365
+ @pulumi.getter(name="ipv4Address")
366
+ def ipv4_address(self) -> str:
367
+ """
368
+ The IPv4 address associated with the public load balancer of the cluster.
369
+ """
370
+ return pulumi.get(self, "ipv4_address")
371
+
372
+ @property
373
+ @pulumi.getter(name="ipv6Address")
374
+ def ipv6_address(self) -> str:
375
+ """
376
+ IPv6 address for the cluster if IPv6 is enabled.
377
+ """
378
+ return pulumi.get(self, "ipv6_address")
379
+
380
+ @property
381
+ @pulumi.getter(name="loadBalancingRules")
382
+ def load_balancing_rules(self) -> Optional[Sequence['outputs.LoadBalancingRuleResponse']]:
383
+ """
384
+ Load balancing rules that are applied to the public load balancer of the cluster.
385
+ """
386
+ return pulumi.get(self, "load_balancing_rules")
387
+
388
+ @property
389
+ @pulumi.getter
390
+ def location(self) -> str:
391
+ """
392
+ Azure resource location.
393
+ """
394
+ return pulumi.get(self, "location")
395
+
396
+ @property
397
+ @pulumi.getter
398
+ def name(self) -> str:
399
+ """
400
+ Azure resource name.
401
+ """
402
+ return pulumi.get(self, "name")
403
+
404
+ @property
405
+ @pulumi.getter(name="networkSecurityRules")
406
+ def network_security_rules(self) -> Optional[Sequence['outputs.NetworkSecurityRuleResponse']]:
407
+ """
408
+ Custom Network Security Rules that are applied to the Virtual Network of the cluster.
409
+ """
410
+ return pulumi.get(self, "network_security_rules")
411
+
412
+ @property
413
+ @pulumi.getter(name="provisioningState")
414
+ def provisioning_state(self) -> str:
415
+ """
416
+ The provisioning state of the managed cluster resource.
417
+ """
418
+ return pulumi.get(self, "provisioning_state")
419
+
420
+ @property
421
+ @pulumi.getter(name="publicIPPrefixId")
422
+ def public_ip_prefix_id(self) -> Optional[str]:
423
+ """
424
+ Specify the resource id of a public IP prefix that the load balancer will allocate a public IP address from. Only supports IPv4.
425
+ """
426
+ return pulumi.get(self, "public_ip_prefix_id")
427
+
428
+ @property
429
+ @pulumi.getter(name="serviceEndpoints")
430
+ def service_endpoints(self) -> Optional[Sequence['outputs.ServiceEndpointResponse']]:
431
+ """
432
+ Service endpoints for subnets in the cluster.
433
+ """
434
+ return pulumi.get(self, "service_endpoints")
435
+
436
+ @property
437
+ @pulumi.getter
438
+ def sku(self) -> 'outputs.SkuResponse':
439
+ """
440
+ The sku of the managed cluster
441
+ """
442
+ return pulumi.get(self, "sku")
443
+
444
+ @property
445
+ @pulumi.getter(name="subnetId")
446
+ def subnet_id(self) -> Optional[str]:
447
+ """
448
+ 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.
449
+ """
450
+ return pulumi.get(self, "subnet_id")
451
+
452
+ @property
453
+ @pulumi.getter(name="systemData")
454
+ def system_data(self) -> 'outputs.SystemDataResponse':
455
+ """
456
+ Metadata pertaining to creation and last modification of the resource.
457
+ """
458
+ return pulumi.get(self, "system_data")
459
+
460
+ @property
461
+ @pulumi.getter
462
+ def tags(self) -> Optional[Mapping[str, str]]:
463
+ """
464
+ Azure resource tags.
465
+ """
466
+ return pulumi.get(self, "tags")
467
+
468
+ @property
469
+ @pulumi.getter
470
+ def type(self) -> str:
471
+ """
472
+ Azure resource type.
473
+ """
474
+ return pulumi.get(self, "type")
475
+
476
+ @property
477
+ @pulumi.getter(name="useCustomVnet")
478
+ def use_custom_vnet(self) -> Optional[bool]:
479
+ """
480
+ 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.
481
+ """
482
+ return pulumi.get(self, "use_custom_vnet")
483
+
484
+ @property
485
+ @pulumi.getter(name="zonalResiliency")
486
+ def zonal_resiliency(self) -> Optional[bool]:
487
+ """
488
+ Indicates if the cluster has zone resiliency.
489
+ """
490
+ return pulumi.get(self, "zonal_resiliency")
491
+
492
+ @property
493
+ @pulumi.getter(name="zonalUpdateMode")
494
+ def zonal_update_mode(self) -> Optional[str]:
495
+ """
496
+ Indicates the update mode for Cross Az clusters.
497
+ """
498
+ return pulumi.get(self, "zonal_update_mode")
499
+
500
+
501
+ class AwaitableGetManagedClusterResult(GetManagedClusterResult):
502
+ # pylint: disable=using-constant-test
503
+ def __await__(self):
504
+ if False:
505
+ yield self
506
+ return GetManagedClusterResult(
507
+ addon_features=self.addon_features,
508
+ admin_password=self.admin_password,
509
+ admin_user_name=self.admin_user_name,
510
+ allow_rdp_access=self.allow_rdp_access,
511
+ application_type_versions_cleanup_policy=self.application_type_versions_cleanup_policy,
512
+ auxiliary_subnets=self.auxiliary_subnets,
513
+ azure_active_directory=self.azure_active_directory,
514
+ client_connection_port=self.client_connection_port,
515
+ clients=self.clients,
516
+ cluster_certificate_thumbprints=self.cluster_certificate_thumbprints,
517
+ cluster_code_version=self.cluster_code_version,
518
+ cluster_id=self.cluster_id,
519
+ cluster_state=self.cluster_state,
520
+ cluster_upgrade_cadence=self.cluster_upgrade_cadence,
521
+ cluster_upgrade_mode=self.cluster_upgrade_mode,
522
+ ddos_protection_plan_id=self.ddos_protection_plan_id,
523
+ dns_name=self.dns_name,
524
+ enable_auto_os_upgrade=self.enable_auto_os_upgrade,
525
+ enable_ipv6=self.enable_ipv6,
526
+ enable_service_public_ip=self.enable_service_public_ip,
527
+ etag=self.etag,
528
+ fabric_settings=self.fabric_settings,
529
+ fqdn=self.fqdn,
530
+ http_gateway_connection_port=self.http_gateway_connection_port,
531
+ id=self.id,
532
+ ip_tags=self.ip_tags,
533
+ ipv4_address=self.ipv4_address,
534
+ ipv6_address=self.ipv6_address,
535
+ load_balancing_rules=self.load_balancing_rules,
536
+ location=self.location,
537
+ name=self.name,
538
+ network_security_rules=self.network_security_rules,
539
+ provisioning_state=self.provisioning_state,
540
+ public_ip_prefix_id=self.public_ip_prefix_id,
541
+ service_endpoints=self.service_endpoints,
542
+ sku=self.sku,
543
+ subnet_id=self.subnet_id,
544
+ system_data=self.system_data,
545
+ tags=self.tags,
546
+ type=self.type,
547
+ use_custom_vnet=self.use_custom_vnet,
548
+ zonal_resiliency=self.zonal_resiliency,
549
+ zonal_update_mode=self.zonal_update_mode)
550
+
551
+
552
+ def get_managed_cluster(cluster_name: Optional[str] = None,
553
+ resource_group_name: Optional[str] = None,
554
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetManagedClusterResult:
555
+ """
556
+ Get a Service Fabric managed cluster resource created or in the process of being created in the specified resource group.
557
+
558
+
559
+ :param str cluster_name: The name of the cluster resource.
560
+ :param str resource_group_name: The name of the resource group.
561
+ """
562
+ __args__ = dict()
563
+ __args__['clusterName'] = cluster_name
564
+ __args__['resourceGroupName'] = resource_group_name
565
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
566
+ __ret__ = pulumi.runtime.invoke('azure-native:servicefabric/v20230901preview:getManagedCluster', __args__, opts=opts, typ=GetManagedClusterResult).value
567
+
568
+ return AwaitableGetManagedClusterResult(
569
+ addon_features=pulumi.get(__ret__, 'addon_features'),
570
+ admin_password=pulumi.get(__ret__, 'admin_password'),
571
+ admin_user_name=pulumi.get(__ret__, 'admin_user_name'),
572
+ allow_rdp_access=pulumi.get(__ret__, 'allow_rdp_access'),
573
+ application_type_versions_cleanup_policy=pulumi.get(__ret__, 'application_type_versions_cleanup_policy'),
574
+ auxiliary_subnets=pulumi.get(__ret__, 'auxiliary_subnets'),
575
+ azure_active_directory=pulumi.get(__ret__, 'azure_active_directory'),
576
+ client_connection_port=pulumi.get(__ret__, 'client_connection_port'),
577
+ clients=pulumi.get(__ret__, 'clients'),
578
+ cluster_certificate_thumbprints=pulumi.get(__ret__, 'cluster_certificate_thumbprints'),
579
+ cluster_code_version=pulumi.get(__ret__, 'cluster_code_version'),
580
+ cluster_id=pulumi.get(__ret__, 'cluster_id'),
581
+ cluster_state=pulumi.get(__ret__, 'cluster_state'),
582
+ cluster_upgrade_cadence=pulumi.get(__ret__, 'cluster_upgrade_cadence'),
583
+ cluster_upgrade_mode=pulumi.get(__ret__, 'cluster_upgrade_mode'),
584
+ ddos_protection_plan_id=pulumi.get(__ret__, 'ddos_protection_plan_id'),
585
+ dns_name=pulumi.get(__ret__, 'dns_name'),
586
+ enable_auto_os_upgrade=pulumi.get(__ret__, 'enable_auto_os_upgrade'),
587
+ enable_ipv6=pulumi.get(__ret__, 'enable_ipv6'),
588
+ enable_service_public_ip=pulumi.get(__ret__, 'enable_service_public_ip'),
589
+ etag=pulumi.get(__ret__, 'etag'),
590
+ fabric_settings=pulumi.get(__ret__, 'fabric_settings'),
591
+ fqdn=pulumi.get(__ret__, 'fqdn'),
592
+ http_gateway_connection_port=pulumi.get(__ret__, 'http_gateway_connection_port'),
593
+ id=pulumi.get(__ret__, 'id'),
594
+ ip_tags=pulumi.get(__ret__, 'ip_tags'),
595
+ ipv4_address=pulumi.get(__ret__, 'ipv4_address'),
596
+ ipv6_address=pulumi.get(__ret__, 'ipv6_address'),
597
+ load_balancing_rules=pulumi.get(__ret__, 'load_balancing_rules'),
598
+ location=pulumi.get(__ret__, 'location'),
599
+ name=pulumi.get(__ret__, 'name'),
600
+ network_security_rules=pulumi.get(__ret__, 'network_security_rules'),
601
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
602
+ public_ip_prefix_id=pulumi.get(__ret__, 'public_ip_prefix_id'),
603
+ service_endpoints=pulumi.get(__ret__, 'service_endpoints'),
604
+ sku=pulumi.get(__ret__, 'sku'),
605
+ subnet_id=pulumi.get(__ret__, 'subnet_id'),
606
+ system_data=pulumi.get(__ret__, 'system_data'),
607
+ tags=pulumi.get(__ret__, 'tags'),
608
+ type=pulumi.get(__ret__, 'type'),
609
+ use_custom_vnet=pulumi.get(__ret__, 'use_custom_vnet'),
610
+ zonal_resiliency=pulumi.get(__ret__, 'zonal_resiliency'),
611
+ zonal_update_mode=pulumi.get(__ret__, 'zonal_update_mode'))
612
+
613
+
614
+ @_utilities.lift_output_func(get_managed_cluster)
615
+ def get_managed_cluster_output(cluster_name: Optional[pulumi.Input[str]] = None,
616
+ resource_group_name: Optional[pulumi.Input[str]] = None,
617
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetManagedClusterResult]:
618
+ """
619
+ Get a Service Fabric managed cluster resource created or in the process of being created in the specified resource group.
620
+
621
+
622
+ :param str cluster_name: The name of the cluster resource.
623
+ :param str resource_group_name: The name of the resource group.
624
+ """
625
+ ...