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,681 @@
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 ._enums import *
12
+
13
+ __all__ = [
14
+ 'APIServerProfileResponse',
15
+ 'ClusterProfileResponse',
16
+ 'ConsoleProfileResponse',
17
+ 'IngressProfileResponse',
18
+ 'MasterProfileResponse',
19
+ 'NetworkProfileResponse',
20
+ 'ServicePrincipalProfileResponse',
21
+ 'SystemDataResponse',
22
+ 'WorkerProfileResponse',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class APIServerProfileResponse(dict):
27
+ """
28
+ APIServerProfile represents an API server profile.
29
+ """
30
+ def __init__(__self__, *,
31
+ ip: Optional[str] = None,
32
+ url: Optional[str] = None,
33
+ visibility: Optional[str] = None):
34
+ """
35
+ APIServerProfile represents an API server profile.
36
+ :param str ip: The IP of the cluster API server.
37
+ :param str url: The URL to access the cluster API server.
38
+ :param str visibility: API server visibility.
39
+ """
40
+ if ip is not None:
41
+ pulumi.set(__self__, "ip", ip)
42
+ if url is not None:
43
+ pulumi.set(__self__, "url", url)
44
+ if visibility is not None:
45
+ pulumi.set(__self__, "visibility", visibility)
46
+
47
+ @property
48
+ @pulumi.getter
49
+ def ip(self) -> Optional[str]:
50
+ """
51
+ The IP of the cluster API server.
52
+ """
53
+ return pulumi.get(self, "ip")
54
+
55
+ @property
56
+ @pulumi.getter
57
+ def url(self) -> Optional[str]:
58
+ """
59
+ The URL to access the cluster API server.
60
+ """
61
+ return pulumi.get(self, "url")
62
+
63
+ @property
64
+ @pulumi.getter
65
+ def visibility(self) -> Optional[str]:
66
+ """
67
+ API server visibility.
68
+ """
69
+ return pulumi.get(self, "visibility")
70
+
71
+
72
+ @pulumi.output_type
73
+ class ClusterProfileResponse(dict):
74
+ """
75
+ ClusterProfile represents a cluster profile.
76
+ """
77
+ @staticmethod
78
+ def __key_warning(key: str):
79
+ suggest = None
80
+ if key == "fipsValidatedModules":
81
+ suggest = "fips_validated_modules"
82
+ elif key == "pullSecret":
83
+ suggest = "pull_secret"
84
+ elif key == "resourceGroupId":
85
+ suggest = "resource_group_id"
86
+
87
+ if suggest:
88
+ pulumi.log.warn(f"Key '{key}' not found in ClusterProfileResponse. Access the value via the '{suggest}' property getter instead.")
89
+
90
+ def __getitem__(self, key: str) -> Any:
91
+ ClusterProfileResponse.__key_warning(key)
92
+ return super().__getitem__(key)
93
+
94
+ def get(self, key: str, default = None) -> Any:
95
+ ClusterProfileResponse.__key_warning(key)
96
+ return super().get(key, default)
97
+
98
+ def __init__(__self__, *,
99
+ domain: Optional[str] = None,
100
+ fips_validated_modules: Optional[str] = None,
101
+ pull_secret: Optional[str] = None,
102
+ resource_group_id: Optional[str] = None,
103
+ version: Optional[str] = None):
104
+ """
105
+ ClusterProfile represents a cluster profile.
106
+ :param str domain: The domain for the cluster.
107
+ :param str fips_validated_modules: If FIPS validated crypto modules are used
108
+ :param str pull_secret: The pull secret for the cluster.
109
+ :param str resource_group_id: The ID of the cluster resource group.
110
+ :param str version: The version of the cluster.
111
+ """
112
+ if domain is not None:
113
+ pulumi.set(__self__, "domain", domain)
114
+ if fips_validated_modules is not None:
115
+ pulumi.set(__self__, "fips_validated_modules", fips_validated_modules)
116
+ if pull_secret is not None:
117
+ pulumi.set(__self__, "pull_secret", pull_secret)
118
+ if resource_group_id is not None:
119
+ pulumi.set(__self__, "resource_group_id", resource_group_id)
120
+ if version is not None:
121
+ pulumi.set(__self__, "version", version)
122
+
123
+ @property
124
+ @pulumi.getter
125
+ def domain(self) -> Optional[str]:
126
+ """
127
+ The domain for the cluster.
128
+ """
129
+ return pulumi.get(self, "domain")
130
+
131
+ @property
132
+ @pulumi.getter(name="fipsValidatedModules")
133
+ def fips_validated_modules(self) -> Optional[str]:
134
+ """
135
+ If FIPS validated crypto modules are used
136
+ """
137
+ return pulumi.get(self, "fips_validated_modules")
138
+
139
+ @property
140
+ @pulumi.getter(name="pullSecret")
141
+ def pull_secret(self) -> Optional[str]:
142
+ """
143
+ The pull secret for the cluster.
144
+ """
145
+ return pulumi.get(self, "pull_secret")
146
+
147
+ @property
148
+ @pulumi.getter(name="resourceGroupId")
149
+ def resource_group_id(self) -> Optional[str]:
150
+ """
151
+ The ID of the cluster resource group.
152
+ """
153
+ return pulumi.get(self, "resource_group_id")
154
+
155
+ @property
156
+ @pulumi.getter
157
+ def version(self) -> Optional[str]:
158
+ """
159
+ The version of the cluster.
160
+ """
161
+ return pulumi.get(self, "version")
162
+
163
+
164
+ @pulumi.output_type
165
+ class ConsoleProfileResponse(dict):
166
+ """
167
+ ConsoleProfile represents a console profile.
168
+ """
169
+ def __init__(__self__, *,
170
+ url: Optional[str] = None):
171
+ """
172
+ ConsoleProfile represents a console profile.
173
+ :param str url: The URL to access the cluster console.
174
+ """
175
+ if url is not None:
176
+ pulumi.set(__self__, "url", url)
177
+
178
+ @property
179
+ @pulumi.getter
180
+ def url(self) -> Optional[str]:
181
+ """
182
+ The URL to access the cluster console.
183
+ """
184
+ return pulumi.get(self, "url")
185
+
186
+
187
+ @pulumi.output_type
188
+ class IngressProfileResponse(dict):
189
+ """
190
+ IngressProfile represents an ingress profile.
191
+ """
192
+ def __init__(__self__, *,
193
+ ip: Optional[str] = None,
194
+ name: Optional[str] = None,
195
+ visibility: Optional[str] = None):
196
+ """
197
+ IngressProfile represents an ingress profile.
198
+ :param str ip: The IP of the ingress.
199
+ :param str name: The ingress profile name.
200
+ :param str visibility: Ingress visibility.
201
+ """
202
+ if ip is not None:
203
+ pulumi.set(__self__, "ip", ip)
204
+ if name is not None:
205
+ pulumi.set(__self__, "name", name)
206
+ if visibility is not None:
207
+ pulumi.set(__self__, "visibility", visibility)
208
+
209
+ @property
210
+ @pulumi.getter
211
+ def ip(self) -> Optional[str]:
212
+ """
213
+ The IP of the ingress.
214
+ """
215
+ return pulumi.get(self, "ip")
216
+
217
+ @property
218
+ @pulumi.getter
219
+ def name(self) -> Optional[str]:
220
+ """
221
+ The ingress profile name.
222
+ """
223
+ return pulumi.get(self, "name")
224
+
225
+ @property
226
+ @pulumi.getter
227
+ def visibility(self) -> Optional[str]:
228
+ """
229
+ Ingress visibility.
230
+ """
231
+ return pulumi.get(self, "visibility")
232
+
233
+
234
+ @pulumi.output_type
235
+ class MasterProfileResponse(dict):
236
+ """
237
+ MasterProfile represents a master profile.
238
+ """
239
+ @staticmethod
240
+ def __key_warning(key: str):
241
+ suggest = None
242
+ if key == "diskEncryptionSetId":
243
+ suggest = "disk_encryption_set_id"
244
+ elif key == "encryptionAtHost":
245
+ suggest = "encryption_at_host"
246
+ elif key == "subnetId":
247
+ suggest = "subnet_id"
248
+ elif key == "vmSize":
249
+ suggest = "vm_size"
250
+
251
+ if suggest:
252
+ pulumi.log.warn(f"Key '{key}' not found in MasterProfileResponse. Access the value via the '{suggest}' property getter instead.")
253
+
254
+ def __getitem__(self, key: str) -> Any:
255
+ MasterProfileResponse.__key_warning(key)
256
+ return super().__getitem__(key)
257
+
258
+ def get(self, key: str, default = None) -> Any:
259
+ MasterProfileResponse.__key_warning(key)
260
+ return super().get(key, default)
261
+
262
+ def __init__(__self__, *,
263
+ disk_encryption_set_id: Optional[str] = None,
264
+ encryption_at_host: Optional[str] = None,
265
+ subnet_id: Optional[str] = None,
266
+ vm_size: Optional[str] = None):
267
+ """
268
+ MasterProfile represents a master profile.
269
+ :param str disk_encryption_set_id: The resource ID of an associated DiskEncryptionSet, if applicable.
270
+ :param str encryption_at_host: Whether master virtual machines are encrypted at host.
271
+ :param str subnet_id: The Azure resource ID of the master subnet.
272
+ :param str vm_size: The size of the master VMs.
273
+ """
274
+ if disk_encryption_set_id is not None:
275
+ pulumi.set(__self__, "disk_encryption_set_id", disk_encryption_set_id)
276
+ if encryption_at_host is not None:
277
+ pulumi.set(__self__, "encryption_at_host", encryption_at_host)
278
+ if subnet_id is not None:
279
+ pulumi.set(__self__, "subnet_id", subnet_id)
280
+ if vm_size is not None:
281
+ pulumi.set(__self__, "vm_size", vm_size)
282
+
283
+ @property
284
+ @pulumi.getter(name="diskEncryptionSetId")
285
+ def disk_encryption_set_id(self) -> Optional[str]:
286
+ """
287
+ The resource ID of an associated DiskEncryptionSet, if applicable.
288
+ """
289
+ return pulumi.get(self, "disk_encryption_set_id")
290
+
291
+ @property
292
+ @pulumi.getter(name="encryptionAtHost")
293
+ def encryption_at_host(self) -> Optional[str]:
294
+ """
295
+ Whether master virtual machines are encrypted at host.
296
+ """
297
+ return pulumi.get(self, "encryption_at_host")
298
+
299
+ @property
300
+ @pulumi.getter(name="subnetId")
301
+ def subnet_id(self) -> Optional[str]:
302
+ """
303
+ The Azure resource ID of the master subnet.
304
+ """
305
+ return pulumi.get(self, "subnet_id")
306
+
307
+ @property
308
+ @pulumi.getter(name="vmSize")
309
+ def vm_size(self) -> Optional[str]:
310
+ """
311
+ The size of the master VMs.
312
+ """
313
+ return pulumi.get(self, "vm_size")
314
+
315
+
316
+ @pulumi.output_type
317
+ class NetworkProfileResponse(dict):
318
+ """
319
+ NetworkProfile represents a network profile.
320
+ """
321
+ @staticmethod
322
+ def __key_warning(key: str):
323
+ suggest = None
324
+ if key == "outboundType":
325
+ suggest = "outbound_type"
326
+ elif key == "podCidr":
327
+ suggest = "pod_cidr"
328
+ elif key == "preconfiguredNSG":
329
+ suggest = "preconfigured_nsg"
330
+ elif key == "serviceCidr":
331
+ suggest = "service_cidr"
332
+
333
+ if suggest:
334
+ pulumi.log.warn(f"Key '{key}' not found in NetworkProfileResponse. Access the value via the '{suggest}' property getter instead.")
335
+
336
+ def __getitem__(self, key: str) -> Any:
337
+ NetworkProfileResponse.__key_warning(key)
338
+ return super().__getitem__(key)
339
+
340
+ def get(self, key: str, default = None) -> Any:
341
+ NetworkProfileResponse.__key_warning(key)
342
+ return super().get(key, default)
343
+
344
+ def __init__(__self__, *,
345
+ outbound_type: Optional[str] = None,
346
+ pod_cidr: Optional[str] = None,
347
+ preconfigured_nsg: Optional[str] = None,
348
+ service_cidr: Optional[str] = None):
349
+ """
350
+ NetworkProfile represents a network profile.
351
+ :param str outbound_type: The OutboundType used for egress traffic.
352
+ :param str pod_cidr: The CIDR used for OpenShift/Kubernetes Pods.
353
+ :param str preconfigured_nsg: Specifies whether subnets are pre-attached with an NSG
354
+ :param str service_cidr: The CIDR used for OpenShift/Kubernetes Services.
355
+ """
356
+ if outbound_type is not None:
357
+ pulumi.set(__self__, "outbound_type", outbound_type)
358
+ if pod_cidr is not None:
359
+ pulumi.set(__self__, "pod_cidr", pod_cidr)
360
+ if preconfigured_nsg is not None:
361
+ pulumi.set(__self__, "preconfigured_nsg", preconfigured_nsg)
362
+ if service_cidr is not None:
363
+ pulumi.set(__self__, "service_cidr", service_cidr)
364
+
365
+ @property
366
+ @pulumi.getter(name="outboundType")
367
+ def outbound_type(self) -> Optional[str]:
368
+ """
369
+ The OutboundType used for egress traffic.
370
+ """
371
+ return pulumi.get(self, "outbound_type")
372
+
373
+ @property
374
+ @pulumi.getter(name="podCidr")
375
+ def pod_cidr(self) -> Optional[str]:
376
+ """
377
+ The CIDR used for OpenShift/Kubernetes Pods.
378
+ """
379
+ return pulumi.get(self, "pod_cidr")
380
+
381
+ @property
382
+ @pulumi.getter(name="preconfiguredNSG")
383
+ def preconfigured_nsg(self) -> Optional[str]:
384
+ """
385
+ Specifies whether subnets are pre-attached with an NSG
386
+ """
387
+ return pulumi.get(self, "preconfigured_nsg")
388
+
389
+ @property
390
+ @pulumi.getter(name="serviceCidr")
391
+ def service_cidr(self) -> Optional[str]:
392
+ """
393
+ The CIDR used for OpenShift/Kubernetes Services.
394
+ """
395
+ return pulumi.get(self, "service_cidr")
396
+
397
+
398
+ @pulumi.output_type
399
+ class ServicePrincipalProfileResponse(dict):
400
+ """
401
+ ServicePrincipalProfile represents a service principal profile.
402
+ """
403
+ @staticmethod
404
+ def __key_warning(key: str):
405
+ suggest = None
406
+ if key == "clientId":
407
+ suggest = "client_id"
408
+ elif key == "clientSecret":
409
+ suggest = "client_secret"
410
+
411
+ if suggest:
412
+ pulumi.log.warn(f"Key '{key}' not found in ServicePrincipalProfileResponse. Access the value via the '{suggest}' property getter instead.")
413
+
414
+ def __getitem__(self, key: str) -> Any:
415
+ ServicePrincipalProfileResponse.__key_warning(key)
416
+ return super().__getitem__(key)
417
+
418
+ def get(self, key: str, default = None) -> Any:
419
+ ServicePrincipalProfileResponse.__key_warning(key)
420
+ return super().get(key, default)
421
+
422
+ def __init__(__self__, *,
423
+ client_id: Optional[str] = None,
424
+ client_secret: Optional[str] = None):
425
+ """
426
+ ServicePrincipalProfile represents a service principal profile.
427
+ :param str client_id: The client ID used for the cluster.
428
+ :param str client_secret: The client secret used for the cluster.
429
+ """
430
+ if client_id is not None:
431
+ pulumi.set(__self__, "client_id", client_id)
432
+ if client_secret is not None:
433
+ pulumi.set(__self__, "client_secret", client_secret)
434
+
435
+ @property
436
+ @pulumi.getter(name="clientId")
437
+ def client_id(self) -> Optional[str]:
438
+ """
439
+ The client ID used for the cluster.
440
+ """
441
+ return pulumi.get(self, "client_id")
442
+
443
+ @property
444
+ @pulumi.getter(name="clientSecret")
445
+ def client_secret(self) -> Optional[str]:
446
+ """
447
+ The client secret used for the cluster.
448
+ """
449
+ return pulumi.get(self, "client_secret")
450
+
451
+
452
+ @pulumi.output_type
453
+ class SystemDataResponse(dict):
454
+ """
455
+ Metadata pertaining to creation and last modification of the resource.
456
+ """
457
+ @staticmethod
458
+ def __key_warning(key: str):
459
+ suggest = None
460
+ if key == "createdAt":
461
+ suggest = "created_at"
462
+ elif key == "createdBy":
463
+ suggest = "created_by"
464
+ elif key == "createdByType":
465
+ suggest = "created_by_type"
466
+ elif key == "lastModifiedAt":
467
+ suggest = "last_modified_at"
468
+ elif key == "lastModifiedBy":
469
+ suggest = "last_modified_by"
470
+ elif key == "lastModifiedByType":
471
+ suggest = "last_modified_by_type"
472
+
473
+ if suggest:
474
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
475
+
476
+ def __getitem__(self, key: str) -> Any:
477
+ SystemDataResponse.__key_warning(key)
478
+ return super().__getitem__(key)
479
+
480
+ def get(self, key: str, default = None) -> Any:
481
+ SystemDataResponse.__key_warning(key)
482
+ return super().get(key, default)
483
+
484
+ def __init__(__self__, *,
485
+ created_at: Optional[str] = None,
486
+ created_by: Optional[str] = None,
487
+ created_by_type: Optional[str] = None,
488
+ last_modified_at: Optional[str] = None,
489
+ last_modified_by: Optional[str] = None,
490
+ last_modified_by_type: Optional[str] = None):
491
+ """
492
+ Metadata pertaining to creation and last modification of the resource.
493
+ :param str created_at: The timestamp of resource creation (UTC).
494
+ :param str created_by: The identity that created the resource.
495
+ :param str created_by_type: The type of identity that created the resource.
496
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
497
+ :param str last_modified_by: The identity that last modified the resource.
498
+ :param str last_modified_by_type: The type of identity that last modified the resource.
499
+ """
500
+ if created_at is not None:
501
+ pulumi.set(__self__, "created_at", created_at)
502
+ if created_by is not None:
503
+ pulumi.set(__self__, "created_by", created_by)
504
+ if created_by_type is not None:
505
+ pulumi.set(__self__, "created_by_type", created_by_type)
506
+ if last_modified_at is not None:
507
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
508
+ if last_modified_by is not None:
509
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
510
+ if last_modified_by_type is not None:
511
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
512
+
513
+ @property
514
+ @pulumi.getter(name="createdAt")
515
+ def created_at(self) -> Optional[str]:
516
+ """
517
+ The timestamp of resource creation (UTC).
518
+ """
519
+ return pulumi.get(self, "created_at")
520
+
521
+ @property
522
+ @pulumi.getter(name="createdBy")
523
+ def created_by(self) -> Optional[str]:
524
+ """
525
+ The identity that created the resource.
526
+ """
527
+ return pulumi.get(self, "created_by")
528
+
529
+ @property
530
+ @pulumi.getter(name="createdByType")
531
+ def created_by_type(self) -> Optional[str]:
532
+ """
533
+ The type of identity that created the resource.
534
+ """
535
+ return pulumi.get(self, "created_by_type")
536
+
537
+ @property
538
+ @pulumi.getter(name="lastModifiedAt")
539
+ def last_modified_at(self) -> Optional[str]:
540
+ """
541
+ The timestamp of resource last modification (UTC)
542
+ """
543
+ return pulumi.get(self, "last_modified_at")
544
+
545
+ @property
546
+ @pulumi.getter(name="lastModifiedBy")
547
+ def last_modified_by(self) -> Optional[str]:
548
+ """
549
+ The identity that last modified the resource.
550
+ """
551
+ return pulumi.get(self, "last_modified_by")
552
+
553
+ @property
554
+ @pulumi.getter(name="lastModifiedByType")
555
+ def last_modified_by_type(self) -> Optional[str]:
556
+ """
557
+ The type of identity that last modified the resource.
558
+ """
559
+ return pulumi.get(self, "last_modified_by_type")
560
+
561
+
562
+ @pulumi.output_type
563
+ class WorkerProfileResponse(dict):
564
+ """
565
+ WorkerProfile represents a worker profile.
566
+ """
567
+ @staticmethod
568
+ def __key_warning(key: str):
569
+ suggest = None
570
+ if key == "diskEncryptionSetId":
571
+ suggest = "disk_encryption_set_id"
572
+ elif key == "diskSizeGB":
573
+ suggest = "disk_size_gb"
574
+ elif key == "encryptionAtHost":
575
+ suggest = "encryption_at_host"
576
+ elif key == "subnetId":
577
+ suggest = "subnet_id"
578
+ elif key == "vmSize":
579
+ suggest = "vm_size"
580
+
581
+ if suggest:
582
+ pulumi.log.warn(f"Key '{key}' not found in WorkerProfileResponse. Access the value via the '{suggest}' property getter instead.")
583
+
584
+ def __getitem__(self, key: str) -> Any:
585
+ WorkerProfileResponse.__key_warning(key)
586
+ return super().__getitem__(key)
587
+
588
+ def get(self, key: str, default = None) -> Any:
589
+ WorkerProfileResponse.__key_warning(key)
590
+ return super().get(key, default)
591
+
592
+ def __init__(__self__, *,
593
+ count: Optional[int] = None,
594
+ disk_encryption_set_id: Optional[str] = None,
595
+ disk_size_gb: Optional[int] = None,
596
+ encryption_at_host: Optional[str] = None,
597
+ name: Optional[str] = None,
598
+ subnet_id: Optional[str] = None,
599
+ vm_size: Optional[str] = None):
600
+ """
601
+ WorkerProfile represents a worker profile.
602
+ :param int count: The number of worker VMs.
603
+ :param str disk_encryption_set_id: The resource ID of an associated DiskEncryptionSet, if applicable.
604
+ :param int disk_size_gb: The disk size of the worker VMs.
605
+ :param str encryption_at_host: Whether master virtual machines are encrypted at host.
606
+ :param str name: The worker profile name.
607
+ :param str subnet_id: The Azure resource ID of the worker subnet.
608
+ :param str vm_size: The size of the worker VMs.
609
+ """
610
+ if count is not None:
611
+ pulumi.set(__self__, "count", count)
612
+ if disk_encryption_set_id is not None:
613
+ pulumi.set(__self__, "disk_encryption_set_id", disk_encryption_set_id)
614
+ if disk_size_gb is not None:
615
+ pulumi.set(__self__, "disk_size_gb", disk_size_gb)
616
+ if encryption_at_host is not None:
617
+ pulumi.set(__self__, "encryption_at_host", encryption_at_host)
618
+ if name is not None:
619
+ pulumi.set(__self__, "name", name)
620
+ if subnet_id is not None:
621
+ pulumi.set(__self__, "subnet_id", subnet_id)
622
+ if vm_size is not None:
623
+ pulumi.set(__self__, "vm_size", vm_size)
624
+
625
+ @property
626
+ @pulumi.getter
627
+ def count(self) -> Optional[int]:
628
+ """
629
+ The number of worker VMs.
630
+ """
631
+ return pulumi.get(self, "count")
632
+
633
+ @property
634
+ @pulumi.getter(name="diskEncryptionSetId")
635
+ def disk_encryption_set_id(self) -> Optional[str]:
636
+ """
637
+ The resource ID of an associated DiskEncryptionSet, if applicable.
638
+ """
639
+ return pulumi.get(self, "disk_encryption_set_id")
640
+
641
+ @property
642
+ @pulumi.getter(name="diskSizeGB")
643
+ def disk_size_gb(self) -> Optional[int]:
644
+ """
645
+ The disk size of the worker VMs.
646
+ """
647
+ return pulumi.get(self, "disk_size_gb")
648
+
649
+ @property
650
+ @pulumi.getter(name="encryptionAtHost")
651
+ def encryption_at_host(self) -> Optional[str]:
652
+ """
653
+ Whether master virtual machines are encrypted at host.
654
+ """
655
+ return pulumi.get(self, "encryption_at_host")
656
+
657
+ @property
658
+ @pulumi.getter
659
+ def name(self) -> Optional[str]:
660
+ """
661
+ The worker profile name.
662
+ """
663
+ return pulumi.get(self, "name")
664
+
665
+ @property
666
+ @pulumi.getter(name="subnetId")
667
+ def subnet_id(self) -> Optional[str]:
668
+ """
669
+ The Azure resource ID of the worker subnet.
670
+ """
671
+ return pulumi.get(self, "subnet_id")
672
+
673
+ @property
674
+ @pulumi.getter(name="vmSize")
675
+ def vm_size(self) -> Optional[str]:
676
+ """
677
+ The size of the worker VMs.
678
+ """
679
+ return pulumi.get(self, "vm_size")
680
+
681
+