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,183 @@
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
+ 'GetGrafanaResult',
15
+ 'AwaitableGetGrafanaResult',
16
+ 'get_grafana',
17
+ 'get_grafana_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetGrafanaResult:
22
+ """
23
+ The grafana resource type.
24
+ """
25
+ def __init__(__self__, id=None, identity=None, location=None, name=None, properties=None, sku=None, system_data=None, tags=None, type=None):
26
+ if id and not isinstance(id, str):
27
+ raise TypeError("Expected argument 'id' to be a str")
28
+ pulumi.set(__self__, "id", id)
29
+ if identity and not isinstance(identity, dict):
30
+ raise TypeError("Expected argument 'identity' to be a dict")
31
+ pulumi.set(__self__, "identity", identity)
32
+ if location and not isinstance(location, str):
33
+ raise TypeError("Expected argument 'location' to be a str")
34
+ pulumi.set(__self__, "location", location)
35
+ if name and not isinstance(name, str):
36
+ raise TypeError("Expected argument 'name' to be a str")
37
+ pulumi.set(__self__, "name", name)
38
+ if properties and not isinstance(properties, dict):
39
+ raise TypeError("Expected argument 'properties' to be a dict")
40
+ pulumi.set(__self__, "properties", properties)
41
+ if sku and not isinstance(sku, dict):
42
+ raise TypeError("Expected argument 'sku' to be a dict")
43
+ pulumi.set(__self__, "sku", sku)
44
+ if system_data and not isinstance(system_data, dict):
45
+ raise TypeError("Expected argument 'system_data' to be a dict")
46
+ pulumi.set(__self__, "system_data", system_data)
47
+ if tags and not isinstance(tags, dict):
48
+ raise TypeError("Expected argument 'tags' to be a dict")
49
+ pulumi.set(__self__, "tags", tags)
50
+ if type and not isinstance(type, str):
51
+ raise TypeError("Expected argument 'type' to be a str")
52
+ pulumi.set(__self__, "type", type)
53
+
54
+ @property
55
+ @pulumi.getter
56
+ def id(self) -> str:
57
+ """
58
+ ARM id of the grafana resource
59
+ """
60
+ return pulumi.get(self, "id")
61
+
62
+ @property
63
+ @pulumi.getter
64
+ def identity(self) -> Optional['outputs.ManagedServiceIdentityResponse']:
65
+ """
66
+ The managed identity of the grafana resource.
67
+ """
68
+ return pulumi.get(self, "identity")
69
+
70
+ @property
71
+ @pulumi.getter
72
+ def location(self) -> Optional[str]:
73
+ """
74
+ The geo-location where the grafana resource lives
75
+ """
76
+ return pulumi.get(self, "location")
77
+
78
+ @property
79
+ @pulumi.getter
80
+ def name(self) -> str:
81
+ """
82
+ Name of the grafana resource.
83
+ """
84
+ return pulumi.get(self, "name")
85
+
86
+ @property
87
+ @pulumi.getter
88
+ def properties(self) -> 'outputs.ManagedGrafanaPropertiesResponse':
89
+ """
90
+ Properties specific to the grafana resource.
91
+ """
92
+ return pulumi.get(self, "properties")
93
+
94
+ @property
95
+ @pulumi.getter
96
+ def sku(self) -> Optional['outputs.ResourceSkuResponse']:
97
+ """
98
+ The Sku of the grafana resource.
99
+ """
100
+ return pulumi.get(self, "sku")
101
+
102
+ @property
103
+ @pulumi.getter(name="systemData")
104
+ def system_data(self) -> 'outputs.SystemDataResponse':
105
+ """
106
+ The system meta data relating to this grafana resource.
107
+ """
108
+ return pulumi.get(self, "system_data")
109
+
110
+ @property
111
+ @pulumi.getter
112
+ def tags(self) -> Optional[Mapping[str, str]]:
113
+ """
114
+ The tags for grafana resource.
115
+ """
116
+ return pulumi.get(self, "tags")
117
+
118
+ @property
119
+ @pulumi.getter
120
+ def type(self) -> str:
121
+ """
122
+ The type of the grafana resource.
123
+ """
124
+ return pulumi.get(self, "type")
125
+
126
+
127
+ class AwaitableGetGrafanaResult(GetGrafanaResult):
128
+ # pylint: disable=using-constant-test
129
+ def __await__(self):
130
+ if False:
131
+ yield self
132
+ return GetGrafanaResult(
133
+ id=self.id,
134
+ identity=self.identity,
135
+ location=self.location,
136
+ name=self.name,
137
+ properties=self.properties,
138
+ sku=self.sku,
139
+ system_data=self.system_data,
140
+ tags=self.tags,
141
+ type=self.type)
142
+
143
+
144
+ def get_grafana(resource_group_name: Optional[str] = None,
145
+ workspace_name: Optional[str] = None,
146
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGrafanaResult:
147
+ """
148
+ The grafana resource type.
149
+
150
+
151
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
152
+ :param str workspace_name: The workspace name of Azure Managed Grafana.
153
+ """
154
+ __args__ = dict()
155
+ __args__['resourceGroupName'] = resource_group_name
156
+ __args__['workspaceName'] = workspace_name
157
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
158
+ __ret__ = pulumi.runtime.invoke('azure-native:dashboard/v20221001preview:getGrafana', __args__, opts=opts, typ=GetGrafanaResult).value
159
+
160
+ return AwaitableGetGrafanaResult(
161
+ id=pulumi.get(__ret__, 'id'),
162
+ identity=pulumi.get(__ret__, 'identity'),
163
+ location=pulumi.get(__ret__, 'location'),
164
+ name=pulumi.get(__ret__, 'name'),
165
+ properties=pulumi.get(__ret__, 'properties'),
166
+ sku=pulumi.get(__ret__, 'sku'),
167
+ system_data=pulumi.get(__ret__, 'system_data'),
168
+ tags=pulumi.get(__ret__, 'tags'),
169
+ type=pulumi.get(__ret__, 'type'))
170
+
171
+
172
+ @_utilities.lift_output_func(get_grafana)
173
+ def get_grafana_output(resource_group_name: Optional[pulumi.Input[str]] = None,
174
+ workspace_name: Optional[pulumi.Input[str]] = None,
175
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetGrafanaResult]:
176
+ """
177
+ The grafana resource type.
178
+
179
+
180
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
181
+ :param str workspace_name: The workspace name of Azure Managed Grafana.
182
+ """
183
+ ...
@@ -0,0 +1,253 @@
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
+ 'GetManagedPrivateEndpointResult',
15
+ 'AwaitableGetManagedPrivateEndpointResult',
16
+ 'get_managed_private_endpoint',
17
+ 'get_managed_private_endpoint_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetManagedPrivateEndpointResult:
22
+ """
23
+ The managed private endpoint resource type.
24
+ """
25
+ def __init__(__self__, connection_state=None, group_ids=None, id=None, location=None, name=None, private_link_resource_id=None, private_link_resource_region=None, private_link_service_private_ip=None, private_link_service_url=None, provisioning_state=None, request_message=None, system_data=None, tags=None, type=None):
26
+ if connection_state and not isinstance(connection_state, dict):
27
+ raise TypeError("Expected argument 'connection_state' to be a dict")
28
+ pulumi.set(__self__, "connection_state", connection_state)
29
+ if group_ids and not isinstance(group_ids, list):
30
+ raise TypeError("Expected argument 'group_ids' to be a list")
31
+ pulumi.set(__self__, "group_ids", group_ids)
32
+ if id and not isinstance(id, str):
33
+ raise TypeError("Expected argument 'id' to be a str")
34
+ pulumi.set(__self__, "id", id)
35
+ if location and not isinstance(location, str):
36
+ raise TypeError("Expected argument 'location' to be a str")
37
+ pulumi.set(__self__, "location", location)
38
+ if name and not isinstance(name, str):
39
+ raise TypeError("Expected argument 'name' to be a str")
40
+ pulumi.set(__self__, "name", name)
41
+ if private_link_resource_id and not isinstance(private_link_resource_id, str):
42
+ raise TypeError("Expected argument 'private_link_resource_id' to be a str")
43
+ pulumi.set(__self__, "private_link_resource_id", private_link_resource_id)
44
+ if private_link_resource_region and not isinstance(private_link_resource_region, str):
45
+ raise TypeError("Expected argument 'private_link_resource_region' to be a str")
46
+ pulumi.set(__self__, "private_link_resource_region", private_link_resource_region)
47
+ if private_link_service_private_ip and not isinstance(private_link_service_private_ip, str):
48
+ raise TypeError("Expected argument 'private_link_service_private_ip' to be a str")
49
+ pulumi.set(__self__, "private_link_service_private_ip", private_link_service_private_ip)
50
+ if private_link_service_url and not isinstance(private_link_service_url, str):
51
+ raise TypeError("Expected argument 'private_link_service_url' to be a str")
52
+ pulumi.set(__self__, "private_link_service_url", private_link_service_url)
53
+ if provisioning_state and not isinstance(provisioning_state, str):
54
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
55
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
56
+ if request_message and not isinstance(request_message, str):
57
+ raise TypeError("Expected argument 'request_message' to be a str")
58
+ pulumi.set(__self__, "request_message", request_message)
59
+ if system_data and not isinstance(system_data, dict):
60
+ raise TypeError("Expected argument 'system_data' to be a dict")
61
+ pulumi.set(__self__, "system_data", system_data)
62
+ if tags and not isinstance(tags, dict):
63
+ raise TypeError("Expected argument 'tags' to be a dict")
64
+ pulumi.set(__self__, "tags", tags)
65
+ if type and not isinstance(type, str):
66
+ raise TypeError("Expected argument 'type' to be a str")
67
+ pulumi.set(__self__, "type", type)
68
+
69
+ @property
70
+ @pulumi.getter(name="connectionState")
71
+ def connection_state(self) -> 'outputs.ManagedPrivateEndpointConnectionStateResponse':
72
+ """
73
+ The state of managed private endpoint connection.
74
+ """
75
+ return pulumi.get(self, "connection_state")
76
+
77
+ @property
78
+ @pulumi.getter(name="groupIds")
79
+ def group_ids(self) -> Optional[Sequence[str]]:
80
+ """
81
+ The group Ids of the managed private endpoint.
82
+ """
83
+ return pulumi.get(self, "group_ids")
84
+
85
+ @property
86
+ @pulumi.getter
87
+ def id(self) -> str:
88
+ """
89
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
90
+ """
91
+ return pulumi.get(self, "id")
92
+
93
+ @property
94
+ @pulumi.getter
95
+ def location(self) -> str:
96
+ """
97
+ The geo-location where the resource lives
98
+ """
99
+ return pulumi.get(self, "location")
100
+
101
+ @property
102
+ @pulumi.getter
103
+ def name(self) -> str:
104
+ """
105
+ The name of the resource
106
+ """
107
+ return pulumi.get(self, "name")
108
+
109
+ @property
110
+ @pulumi.getter(name="privateLinkResourceId")
111
+ def private_link_resource_id(self) -> Optional[str]:
112
+ """
113
+ The ARM resource ID of the resource for which the managed private endpoint is pointing to.
114
+ """
115
+ return pulumi.get(self, "private_link_resource_id")
116
+
117
+ @property
118
+ @pulumi.getter(name="privateLinkResourceRegion")
119
+ def private_link_resource_region(self) -> Optional[str]:
120
+ """
121
+ The region of the resource to which the managed private endpoint is pointing to.
122
+ """
123
+ return pulumi.get(self, "private_link_resource_region")
124
+
125
+ @property
126
+ @pulumi.getter(name="privateLinkServicePrivateIP")
127
+ def private_link_service_private_ip(self) -> str:
128
+ """
129
+ The private IP of private endpoint after approval. This property is empty before connection is approved.
130
+ """
131
+ return pulumi.get(self, "private_link_service_private_ip")
132
+
133
+ @property
134
+ @pulumi.getter(name="privateLinkServiceUrl")
135
+ def private_link_service_url(self) -> Optional[str]:
136
+ """
137
+ The URL of the data store behind the private link service. It would be the URL in the Grafana data source configuration page without the protocol and port.
138
+ """
139
+ return pulumi.get(self, "private_link_service_url")
140
+
141
+ @property
142
+ @pulumi.getter(name="provisioningState")
143
+ def provisioning_state(self) -> str:
144
+ """
145
+ Provisioning state of the resource.
146
+ """
147
+ return pulumi.get(self, "provisioning_state")
148
+
149
+ @property
150
+ @pulumi.getter(name="requestMessage")
151
+ def request_message(self) -> Optional[str]:
152
+ """
153
+ User input request message of the managed private endpoint.
154
+ """
155
+ return pulumi.get(self, "request_message")
156
+
157
+ @property
158
+ @pulumi.getter(name="systemData")
159
+ def system_data(self) -> 'outputs.SystemDataResponse':
160
+ """
161
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
162
+ """
163
+ return pulumi.get(self, "system_data")
164
+
165
+ @property
166
+ @pulumi.getter
167
+ def tags(self) -> Optional[Mapping[str, str]]:
168
+ """
169
+ Resource tags.
170
+ """
171
+ return pulumi.get(self, "tags")
172
+
173
+ @property
174
+ @pulumi.getter
175
+ def type(self) -> str:
176
+ """
177
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
178
+ """
179
+ return pulumi.get(self, "type")
180
+
181
+
182
+ class AwaitableGetManagedPrivateEndpointResult(GetManagedPrivateEndpointResult):
183
+ # pylint: disable=using-constant-test
184
+ def __await__(self):
185
+ if False:
186
+ yield self
187
+ return GetManagedPrivateEndpointResult(
188
+ connection_state=self.connection_state,
189
+ group_ids=self.group_ids,
190
+ id=self.id,
191
+ location=self.location,
192
+ name=self.name,
193
+ private_link_resource_id=self.private_link_resource_id,
194
+ private_link_resource_region=self.private_link_resource_region,
195
+ private_link_service_private_ip=self.private_link_service_private_ip,
196
+ private_link_service_url=self.private_link_service_url,
197
+ provisioning_state=self.provisioning_state,
198
+ request_message=self.request_message,
199
+ system_data=self.system_data,
200
+ tags=self.tags,
201
+ type=self.type)
202
+
203
+
204
+ def get_managed_private_endpoint(managed_private_endpoint_name: Optional[str] = None,
205
+ resource_group_name: Optional[str] = None,
206
+ workspace_name: Optional[str] = None,
207
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetManagedPrivateEndpointResult:
208
+ """
209
+ The managed private endpoint resource type.
210
+
211
+
212
+ :param str managed_private_endpoint_name: The managed private endpoint name of Azure Managed Grafana.
213
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
214
+ :param str workspace_name: The workspace name of Azure Managed Grafana.
215
+ """
216
+ __args__ = dict()
217
+ __args__['managedPrivateEndpointName'] = managed_private_endpoint_name
218
+ __args__['resourceGroupName'] = resource_group_name
219
+ __args__['workspaceName'] = workspace_name
220
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
221
+ __ret__ = pulumi.runtime.invoke('azure-native:dashboard/v20221001preview:getManagedPrivateEndpoint', __args__, opts=opts, typ=GetManagedPrivateEndpointResult).value
222
+
223
+ return AwaitableGetManagedPrivateEndpointResult(
224
+ connection_state=pulumi.get(__ret__, 'connection_state'),
225
+ group_ids=pulumi.get(__ret__, 'group_ids'),
226
+ id=pulumi.get(__ret__, 'id'),
227
+ location=pulumi.get(__ret__, 'location'),
228
+ name=pulumi.get(__ret__, 'name'),
229
+ private_link_resource_id=pulumi.get(__ret__, 'private_link_resource_id'),
230
+ private_link_resource_region=pulumi.get(__ret__, 'private_link_resource_region'),
231
+ private_link_service_private_ip=pulumi.get(__ret__, 'private_link_service_private_ip'),
232
+ private_link_service_url=pulumi.get(__ret__, 'private_link_service_url'),
233
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
234
+ request_message=pulumi.get(__ret__, 'request_message'),
235
+ system_data=pulumi.get(__ret__, 'system_data'),
236
+ tags=pulumi.get(__ret__, 'tags'),
237
+ type=pulumi.get(__ret__, 'type'))
238
+
239
+
240
+ @_utilities.lift_output_func(get_managed_private_endpoint)
241
+ def get_managed_private_endpoint_output(managed_private_endpoint_name: Optional[pulumi.Input[str]] = None,
242
+ resource_group_name: Optional[pulumi.Input[str]] = None,
243
+ workspace_name: Optional[pulumi.Input[str]] = None,
244
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetManagedPrivateEndpointResult]:
245
+ """
246
+ The managed private endpoint resource type.
247
+
248
+
249
+ :param str managed_private_endpoint_name: The managed private endpoint name of Azure Managed Grafana.
250
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
251
+ :param str workspace_name: The workspace name of Azure Managed Grafana.
252
+ """
253
+ ...
@@ -0,0 +1,175 @@
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
+ 'GetPrivateEndpointConnectionResult',
15
+ 'AwaitableGetPrivateEndpointConnectionResult',
16
+ 'get_private_endpoint_connection',
17
+ 'get_private_endpoint_connection_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetPrivateEndpointConnectionResult:
22
+ """
23
+ The Private Endpoint Connection resource.
24
+ """
25
+ def __init__(__self__, group_ids=None, id=None, name=None, private_endpoint=None, private_link_service_connection_state=None, provisioning_state=None, system_data=None, type=None):
26
+ if group_ids and not isinstance(group_ids, list):
27
+ raise TypeError("Expected argument 'group_ids' to be a list")
28
+ pulumi.set(__self__, "group_ids", group_ids)
29
+ if id and not isinstance(id, str):
30
+ raise TypeError("Expected argument 'id' to be a str")
31
+ pulumi.set(__self__, "id", id)
32
+ if name and not isinstance(name, str):
33
+ raise TypeError("Expected argument 'name' to be a str")
34
+ pulumi.set(__self__, "name", name)
35
+ if private_endpoint and not isinstance(private_endpoint, dict):
36
+ raise TypeError("Expected argument 'private_endpoint' to be a dict")
37
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
38
+ if private_link_service_connection_state and not isinstance(private_link_service_connection_state, dict):
39
+ raise TypeError("Expected argument 'private_link_service_connection_state' to be a dict")
40
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
41
+ if provisioning_state and not isinstance(provisioning_state, str):
42
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
43
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
44
+ if system_data and not isinstance(system_data, dict):
45
+ raise TypeError("Expected argument 'system_data' to be a dict")
46
+ pulumi.set(__self__, "system_data", system_data)
47
+ if type and not isinstance(type, str):
48
+ raise TypeError("Expected argument 'type' to be a str")
49
+ pulumi.set(__self__, "type", type)
50
+
51
+ @property
52
+ @pulumi.getter(name="groupIds")
53
+ def group_ids(self) -> Optional[Sequence[str]]:
54
+ """
55
+ The private endpoint connection group ids.
56
+ """
57
+ return pulumi.get(self, "group_ids")
58
+
59
+ @property
60
+ @pulumi.getter
61
+ def id(self) -> str:
62
+ """
63
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
64
+ """
65
+ return pulumi.get(self, "id")
66
+
67
+ @property
68
+ @pulumi.getter
69
+ def name(self) -> str:
70
+ """
71
+ The name of the resource
72
+ """
73
+ return pulumi.get(self, "name")
74
+
75
+ @property
76
+ @pulumi.getter(name="privateEndpoint")
77
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
78
+ """
79
+ The resource of private end point.
80
+ """
81
+ return pulumi.get(self, "private_endpoint")
82
+
83
+ @property
84
+ @pulumi.getter(name="privateLinkServiceConnectionState")
85
+ def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
86
+ """
87
+ A collection of information about the state of the connection between service consumer and provider.
88
+ """
89
+ return pulumi.get(self, "private_link_service_connection_state")
90
+
91
+ @property
92
+ @pulumi.getter(name="provisioningState")
93
+ def provisioning_state(self) -> str:
94
+ """
95
+ The provisioning state of the private endpoint connection resource.
96
+ """
97
+ return pulumi.get(self, "provisioning_state")
98
+
99
+ @property
100
+ @pulumi.getter(name="systemData")
101
+ def system_data(self) -> 'outputs.SystemDataResponse':
102
+ """
103
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
104
+ """
105
+ return pulumi.get(self, "system_data")
106
+
107
+ @property
108
+ @pulumi.getter
109
+ def type(self) -> str:
110
+ """
111
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
112
+ """
113
+ return pulumi.get(self, "type")
114
+
115
+
116
+ class AwaitableGetPrivateEndpointConnectionResult(GetPrivateEndpointConnectionResult):
117
+ # pylint: disable=using-constant-test
118
+ def __await__(self):
119
+ if False:
120
+ yield self
121
+ return GetPrivateEndpointConnectionResult(
122
+ group_ids=self.group_ids,
123
+ id=self.id,
124
+ name=self.name,
125
+ private_endpoint=self.private_endpoint,
126
+ private_link_service_connection_state=self.private_link_service_connection_state,
127
+ provisioning_state=self.provisioning_state,
128
+ system_data=self.system_data,
129
+ type=self.type)
130
+
131
+
132
+ def get_private_endpoint_connection(private_endpoint_connection_name: Optional[str] = None,
133
+ resource_group_name: Optional[str] = None,
134
+ workspace_name: Optional[str] = None,
135
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateEndpointConnectionResult:
136
+ """
137
+ The Private Endpoint Connection resource.
138
+
139
+
140
+ :param str private_endpoint_connection_name: The private endpoint connection name of Azure Managed Grafana.
141
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
142
+ :param str workspace_name: The workspace name of Azure Managed Grafana.
143
+ """
144
+ __args__ = dict()
145
+ __args__['privateEndpointConnectionName'] = private_endpoint_connection_name
146
+ __args__['resourceGroupName'] = resource_group_name
147
+ __args__['workspaceName'] = workspace_name
148
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
149
+ __ret__ = pulumi.runtime.invoke('azure-native:dashboard/v20221001preview:getPrivateEndpointConnection', __args__, opts=opts, typ=GetPrivateEndpointConnectionResult).value
150
+
151
+ return AwaitableGetPrivateEndpointConnectionResult(
152
+ group_ids=pulumi.get(__ret__, 'group_ids'),
153
+ id=pulumi.get(__ret__, 'id'),
154
+ name=pulumi.get(__ret__, 'name'),
155
+ private_endpoint=pulumi.get(__ret__, 'private_endpoint'),
156
+ private_link_service_connection_state=pulumi.get(__ret__, 'private_link_service_connection_state'),
157
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
158
+ system_data=pulumi.get(__ret__, 'system_data'),
159
+ type=pulumi.get(__ret__, 'type'))
160
+
161
+
162
+ @_utilities.lift_output_func(get_private_endpoint_connection)
163
+ def get_private_endpoint_connection_output(private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
164
+ resource_group_name: Optional[pulumi.Input[str]] = None,
165
+ workspace_name: Optional[pulumi.Input[str]] = None,
166
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPrivateEndpointConnectionResult]:
167
+ """
168
+ The Private Endpoint Connection resource.
169
+
170
+
171
+ :param str private_endpoint_connection_name: The private endpoint connection name of Azure Managed Grafana.
172
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
173
+ :param str workspace_name: The workspace name of Azure Managed Grafana.
174
+ """
175
+ ...