pulumi-azure-native 2.82.0a1736497599__py3-none-any.whl → 2.83.0a1737355563__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 (289) hide show
  1. pulumi_azure_native/__init__.py +73 -0
  2. pulumi_azure_native/azurestackhci/__init__.py +3 -0
  3. pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
  4. pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
  5. pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
  6. pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
  7. pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
  8. pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
  9. pulumi_azure_native/azurestackhci/get_network_security_group.py +2 -2
  10. pulumi_azure_native/azurestackhci/get_security_rule.py +2 -2
  11. pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
  12. pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
  13. pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
  14. pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
  15. pulumi_azure_native/azurestackhci/logical_network.py +3 -3
  16. pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
  17. pulumi_azure_native/azurestackhci/network_interface.py +3 -3
  18. pulumi_azure_native/azurestackhci/network_security_group.py +3 -3
  19. pulumi_azure_native/azurestackhci/security_rule.py +3 -3
  20. pulumi_azure_native/azurestackhci/storage_container.py +3 -3
  21. pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
  22. pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
  23. pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
  24. pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
  25. pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
  26. pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
  27. pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
  28. pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
  29. pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
  30. pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
  31. pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
  32. pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
  33. pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
  34. pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
  35. pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
  36. pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
  37. pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
  38. pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
  39. pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
  40. pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
  41. pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
  42. pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
  43. pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
  44. pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
  45. pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
  46. pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
  47. pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
  48. pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
  49. pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
  50. pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
  51. pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
  52. pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
  53. pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
  54. pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
  55. pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
  56. pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
  57. pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
  58. pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
  59. pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
  60. pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
  61. pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
  62. pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
  63. pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
  64. pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +1 -1
  65. pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +1 -1
  66. pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +1 -1
  67. pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +1 -1
  68. pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +1 -1
  69. pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +1 -1
  70. pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +1 -1
  71. pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +1 -1
  72. pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +1 -1
  73. pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +1 -1
  74. pulumi_azure_native/azurestackhci/v20240715preview/gallery_image.py +1 -1
  75. pulumi_azure_native/azurestackhci/v20240715preview/guest_agent.py +1 -1
  76. pulumi_azure_native/azurestackhci/v20240715preview/logical_network.py +1 -1
  77. pulumi_azure_native/azurestackhci/v20240715preview/marketplace_gallery_image.py +1 -1
  78. pulumi_azure_native/azurestackhci/v20240715preview/network_interface.py +1 -1
  79. pulumi_azure_native/azurestackhci/v20240715preview/network_security_group.py +1 -1
  80. pulumi_azure_native/azurestackhci/v20240715preview/security_rule.py +1 -1
  81. pulumi_azure_native/azurestackhci/v20240715preview/storage_container.py +1 -1
  82. pulumi_azure_native/azurestackhci/v20240715preview/virtual_hard_disk.py +1 -1
  83. pulumi_azure_native/azurestackhci/v20240715preview/virtual_machine_instance.py +1 -1
  84. pulumi_azure_native/azurestackhci/v20240801preview/gallery_image.py +1 -1
  85. pulumi_azure_native/azurestackhci/v20240801preview/guest_agent.py +1 -1
  86. pulumi_azure_native/azurestackhci/v20240801preview/logical_network.py +1 -1
  87. pulumi_azure_native/azurestackhci/v20240801preview/marketplace_gallery_image.py +1 -1
  88. pulumi_azure_native/azurestackhci/v20240801preview/network_interface.py +1 -1
  89. pulumi_azure_native/azurestackhci/v20240801preview/network_security_group.py +1 -1
  90. pulumi_azure_native/azurestackhci/v20240801preview/security_rule.py +1 -1
  91. pulumi_azure_native/azurestackhci/v20240801preview/storage_container.py +1 -1
  92. pulumi_azure_native/azurestackhci/v20240801preview/virtual_hard_disk.py +1 -1
  93. pulumi_azure_native/azurestackhci/v20240801preview/virtual_machine_instance.py +1 -1
  94. pulumi_azure_native/azurestackhci/v20241001preview/__init__.py +30 -0
  95. pulumi_azure_native/azurestackhci/v20241001preview/_enums.py +332 -0
  96. pulumi_azure_native/azurestackhci/v20241001preview/_inputs.py +2417 -0
  97. pulumi_azure_native/azurestackhci/v20241001preview/gallery_image.py +540 -0
  98. pulumi_azure_native/azurestackhci/v20241001preview/get_gallery_image.py +325 -0
  99. pulumi_azure_native/azurestackhci/v20241001preview/get_guest_agent.py +179 -0
  100. pulumi_azure_native/azurestackhci/v20241001preview/get_logical_network.py +241 -0
  101. pulumi_azure_native/azurestackhci/v20241001preview/get_marketplace_gallery_image.py +283 -0
  102. pulumi_azure_native/azurestackhci/v20241001preview/get_network_interface.py +255 -0
  103. pulumi_azure_native/azurestackhci/v20241001preview/get_network_security_group.py +227 -0
  104. pulumi_azure_native/azurestackhci/v20241001preview/get_security_rule.py +289 -0
  105. pulumi_azure_native/azurestackhci/v20241001preview/get_storage_container.py +213 -0
  106. pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_hard_disk.py +325 -0
  107. pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_machine_instance.py +319 -0
  108. pulumi_azure_native/azurestackhci/v20241001preview/guest_agent.py +229 -0
  109. pulumi_azure_native/azurestackhci/v20241001preview/logical_network.py +365 -0
  110. pulumi_azure_native/azurestackhci/v20241001preview/marketplace_gallery_image.py +453 -0
  111. pulumi_azure_native/azurestackhci/v20241001preview/network_interface.py +394 -0
  112. pulumi_azure_native/azurestackhci/v20241001preview/network_security_group.py +298 -0
  113. pulumi_azure_native/azurestackhci/v20241001preview/outputs.py +3941 -0
  114. pulumi_azure_native/azurestackhci/v20241001preview/security_rule.py +496 -0
  115. pulumi_azure_native/azurestackhci/v20241001preview/storage_container.py +308 -0
  116. pulumi_azure_native/azurestackhci/v20241001preview/virtual_hard_disk.py +539 -0
  117. pulumi_azure_native/azurestackhci/v20241001preview/virtual_machine_instance.py +462 -0
  118. pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
  119. pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
  120. pulumi_azure_native/batch/v20240701/_enums.py +1 -1
  121. pulumi_azure_native/batch/v20240701/_inputs.py +12 -12
  122. pulumi_azure_native/batch/v20240701/get_pool.py +1 -1
  123. pulumi_azure_native/batch/v20240701/outputs.py +8 -8
  124. pulumi_azure_native/batch/v20240701/pool.py +4 -4
  125. pulumi_azure_native/databasewatcher/__init__.py +3 -0
  126. pulumi_azure_native/databasewatcher/_inputs.py +6 -6
  127. pulumi_azure_native/databasewatcher/alert_rule_resource.py +3 -3
  128. pulumi_azure_native/databasewatcher/get_alert_rule_resource.py +2 -2
  129. pulumi_azure_native/databasewatcher/get_shared_private_link_resource.py +3 -3
  130. pulumi_azure_native/databasewatcher/get_target.py +2 -2
  131. pulumi_azure_native/databasewatcher/get_watcher.py +2 -2
  132. pulumi_azure_native/databasewatcher/outputs.py +4 -4
  133. pulumi_azure_native/databasewatcher/shared_private_link_resource.py +7 -7
  134. pulumi_azure_native/databasewatcher/target.py +3 -3
  135. pulumi_azure_native/databasewatcher/v20230901preview/_inputs.py +6 -6
  136. pulumi_azure_native/databasewatcher/v20230901preview/get_shared_private_link_resource.py +1 -1
  137. pulumi_azure_native/databasewatcher/v20230901preview/outputs.py +4 -4
  138. pulumi_azure_native/databasewatcher/v20230901preview/shared_private_link_resource.py +5 -5
  139. pulumi_azure_native/databasewatcher/v20230901preview/target.py +1 -1
  140. pulumi_azure_native/databasewatcher/v20230901preview/watcher.py +1 -1
  141. pulumi_azure_native/databasewatcher/v20240719preview/_inputs.py +6 -6
  142. pulumi_azure_native/databasewatcher/v20240719preview/alert_rule_resource.py +1 -1
  143. pulumi_azure_native/databasewatcher/v20240719preview/get_shared_private_link_resource.py +1 -1
  144. pulumi_azure_native/databasewatcher/v20240719preview/outputs.py +4 -4
  145. pulumi_azure_native/databasewatcher/v20240719preview/shared_private_link_resource.py +5 -5
  146. pulumi_azure_native/databasewatcher/v20240719preview/target.py +1 -1
  147. pulumi_azure_native/databasewatcher/v20240719preview/watcher.py +1 -1
  148. pulumi_azure_native/databasewatcher/v20241001preview/_inputs.py +6 -6
  149. pulumi_azure_native/databasewatcher/v20241001preview/alert_rule_resource.py +1 -1
  150. pulumi_azure_native/databasewatcher/v20241001preview/get_shared_private_link_resource.py +1 -1
  151. pulumi_azure_native/databasewatcher/v20241001preview/outputs.py +4 -4
  152. pulumi_azure_native/databasewatcher/v20241001preview/shared_private_link_resource.py +5 -5
  153. pulumi_azure_native/databasewatcher/v20241001preview/target.py +1 -1
  154. pulumi_azure_native/databasewatcher/v20241001preview/watcher.py +1 -1
  155. pulumi_azure_native/databasewatcher/v20250102/__init__.py +18 -0
  156. pulumi_azure_native/databasewatcher/v20250102/_enums.py +68 -0
  157. pulumi_azure_native/databasewatcher/v20250102/_inputs.py +310 -0
  158. pulumi_azure_native/databasewatcher/v20250102/alert_rule_resource.py +351 -0
  159. pulumi_azure_native/databasewatcher/v20250102/get_alert_rule_resource.py +219 -0
  160. pulumi_azure_native/databasewatcher/v20250102/get_shared_private_link_resource.py +219 -0
  161. pulumi_azure_native/databasewatcher/v20250102/get_target.py +205 -0
  162. pulumi_azure_native/databasewatcher/v20250102/get_watcher.py +227 -0
  163. pulumi_azure_native/databasewatcher/v20250102/outputs.py +452 -0
  164. pulumi_azure_native/databasewatcher/v20250102/shared_private_link_resource.py +329 -0
  165. pulumi_azure_native/databasewatcher/v20250102/target.py +321 -0
  166. pulumi_azure_native/databasewatcher/v20250102/watcher.py +336 -0
  167. pulumi_azure_native/databasewatcher/watcher.py +3 -3
  168. pulumi_azure_native/keyvault/__init__.py +6 -0
  169. pulumi_azure_native/keyvault/get_key.py +2 -2
  170. pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
  171. pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
  172. pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
  173. pulumi_azure_native/keyvault/get_secret.py +2 -2
  174. pulumi_azure_native/keyvault/get_vault.py +2 -2
  175. pulumi_azure_native/keyvault/key.py +3 -3
  176. pulumi_azure_native/keyvault/managed_hsm.py +3 -3
  177. pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
  178. pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
  179. pulumi_azure_native/keyvault/secret.py +3 -3
  180. pulumi_azure_native/keyvault/v20230201/key.py +1 -1
  181. pulumi_azure_native/keyvault/v20230201/managed_hsm.py +1 -1
  182. pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py +1 -1
  183. pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py +1 -1
  184. pulumi_azure_native/keyvault/v20230201/secret.py +1 -1
  185. pulumi_azure_native/keyvault/v20230201/vault.py +1 -1
  186. pulumi_azure_native/keyvault/v20230701/key.py +1 -1
  187. pulumi_azure_native/keyvault/v20230701/managed_hsm.py +1 -1
  188. pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py +1 -1
  189. pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py +1 -1
  190. pulumi_azure_native/keyvault/v20230701/secret.py +1 -1
  191. pulumi_azure_native/keyvault/v20230701/vault.py +1 -1
  192. pulumi_azure_native/keyvault/v20240401preview/key.py +1 -1
  193. pulumi_azure_native/keyvault/v20240401preview/managed_hsm.py +1 -1
  194. pulumi_azure_native/keyvault/v20240401preview/mhsm_private_endpoint_connection.py +1 -1
  195. pulumi_azure_native/keyvault/v20240401preview/private_endpoint_connection.py +1 -1
  196. pulumi_azure_native/keyvault/v20240401preview/secret.py +1 -1
  197. pulumi_azure_native/keyvault/v20240401preview/vault.py +1 -1
  198. pulumi_azure_native/keyvault/v20241101/__init__.py +22 -0
  199. pulumi_azure_native/keyvault/v20241101/_enums.py +245 -0
  200. pulumi_azure_native/keyvault/v20241101/_inputs.py +2194 -0
  201. pulumi_azure_native/keyvault/v20241101/get_key.py +272 -0
  202. pulumi_azure_native/keyvault/v20241101/get_managed_hsm.py +199 -0
  203. pulumi_azure_native/keyvault/v20241101/get_mhsm_private_endpoint_connection.py +247 -0
  204. pulumi_azure_native/keyvault/v20241101/get_private_endpoint_connection.py +205 -0
  205. pulumi_azure_native/keyvault/v20241101/get_secret.py +163 -0
  206. pulumi_azure_native/keyvault/v20241101/get_vault.py +171 -0
  207. pulumi_azure_native/keyvault/v20241101/key.py +329 -0
  208. pulumi_azure_native/keyvault/v20241101/managed_hsm.py +315 -0
  209. pulumi_azure_native/keyvault/v20241101/mhsm_private_endpoint_connection.py +366 -0
  210. pulumi_azure_native/keyvault/v20241101/outputs.py +2269 -0
  211. pulumi_azure_native/keyvault/v20241101/private_endpoint_connection.py +261 -0
  212. pulumi_azure_native/keyvault/v20241101/secret.py +250 -0
  213. pulumi_azure_native/keyvault/v20241101/vault.py +259 -0
  214. pulumi_azure_native/keyvault/v20241201preview/__init__.py +22 -0
  215. pulumi_azure_native/keyvault/v20241201preview/_enums.py +245 -0
  216. pulumi_azure_native/keyvault/v20241201preview/_inputs.py +2194 -0
  217. pulumi_azure_native/keyvault/v20241201preview/get_key.py +272 -0
  218. pulumi_azure_native/keyvault/v20241201preview/get_managed_hsm.py +199 -0
  219. pulumi_azure_native/keyvault/v20241201preview/get_mhsm_private_endpoint_connection.py +247 -0
  220. pulumi_azure_native/keyvault/v20241201preview/get_private_endpoint_connection.py +205 -0
  221. pulumi_azure_native/keyvault/v20241201preview/get_secret.py +163 -0
  222. pulumi_azure_native/keyvault/v20241201preview/get_vault.py +171 -0
  223. pulumi_azure_native/keyvault/v20241201preview/key.py +329 -0
  224. pulumi_azure_native/keyvault/v20241201preview/managed_hsm.py +315 -0
  225. pulumi_azure_native/keyvault/v20241201preview/mhsm_private_endpoint_connection.py +366 -0
  226. pulumi_azure_native/keyvault/v20241201preview/outputs.py +2269 -0
  227. pulumi_azure_native/keyvault/v20241201preview/private_endpoint_connection.py +261 -0
  228. pulumi_azure_native/keyvault/v20241201preview/secret.py +250 -0
  229. pulumi_azure_native/keyvault/v20241201preview/vault.py +259 -0
  230. pulumi_azure_native/keyvault/vault.py +3 -3
  231. pulumi_azure_native/network/ipam_pool.py +17 -16
  232. pulumi_azure_native/network/v20240101preview/ipam_pool.py +17 -16
  233. pulumi_azure_native/pulumi-plugin.json +1 -1
  234. pulumi_azure_native/quota/__init__.py +3 -0
  235. pulumi_azure_native/quota/get_group_quota.py +2 -2
  236. pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
  237. pulumi_azure_native/quota/group_quota.py +3 -3
  238. pulumi_azure_native/quota/group_quota_subscription.py +3 -3
  239. pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
  240. pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
  241. pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
  242. pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
  243. pulumi_azure_native/quota/v20241218preview/group_quota.py +1 -1
  244. pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +1 -1
  245. pulumi_azure_native/quota/v20250301/__init__.py +13 -0
  246. pulumi_azure_native/quota/v20250301/_inputs.py +55 -0
  247. pulumi_azure_native/quota/v20250301/get_group_quota.py +140 -0
  248. pulumi_azure_native/quota/v20250301/get_group_quota_subscription.py +140 -0
  249. pulumi_azure_native/quota/v20250301/group_quota.py +191 -0
  250. pulumi_azure_native/quota/v20250301/group_quota_subscription.py +177 -0
  251. pulumi_azure_native/quota/v20250301/outputs.py +230 -0
  252. pulumi_azure_native/search/__init__.py +3 -0
  253. pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
  254. pulumi_azure_native/search/get_service.py +2 -2
  255. pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
  256. pulumi_azure_native/search/list_admin_key.py +2 -2
  257. pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
  258. pulumi_azure_native/search/private_endpoint_connection.py +3 -3
  259. pulumi_azure_native/search/service.py +3 -3
  260. pulumi_azure_native/search/shared_private_link_resource.py +3 -3
  261. pulumi_azure_native/search/v20210401preview/service.py +1 -1
  262. pulumi_azure_native/search/v20220901/private_endpoint_connection.py +1 -1
  263. pulumi_azure_native/search/v20220901/service.py +1 -1
  264. pulumi_azure_native/search/v20220901/shared_private_link_resource.py +1 -1
  265. pulumi_azure_native/search/v20231101/private_endpoint_connection.py +1 -1
  266. pulumi_azure_native/search/v20231101/service.py +1 -1
  267. pulumi_azure_native/search/v20231101/shared_private_link_resource.py +1 -1
  268. pulumi_azure_native/search/v20240301preview/private_endpoint_connection.py +1 -1
  269. pulumi_azure_native/search/v20240301preview/service.py +1 -1
  270. pulumi_azure_native/search/v20240301preview/shared_private_link_resource.py +1 -1
  271. pulumi_azure_native/search/v20240601preview/private_endpoint_connection.py +1 -1
  272. pulumi_azure_native/search/v20240601preview/service.py +1 -1
  273. pulumi_azure_native/search/v20240601preview/shared_private_link_resource.py +1 -1
  274. pulumi_azure_native/search/v20250201preview/__init__.py +18 -0
  275. pulumi_azure_native/search/v20250201preview/_enums.py +298 -0
  276. pulumi_azure_native/search/v20250201preview/_inputs.py +701 -0
  277. pulumi_azure_native/search/v20250201preview/get_private_endpoint_connection.py +135 -0
  278. pulumi_azure_native/search/v20250201preview/get_service.py +465 -0
  279. pulumi_azure_native/search/v20250201preview/get_shared_private_link_resource.py +135 -0
  280. pulumi_azure_native/search/v20250201preview/list_admin_key.py +100 -0
  281. pulumi_azure_native/search/v20250201preview/list_query_key_by_search_service.py +101 -0
  282. pulumi_azure_native/search/v20250201preview/outputs.py +943 -0
  283. pulumi_azure_native/search/v20250201preview/private_endpoint_connection.py +211 -0
  284. pulumi_azure_native/search/v20250201preview/service.py +731 -0
  285. pulumi_azure_native/search/v20250201preview/shared_private_link_resource.py +211 -0
  286. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0a1737355563.dist-info}/METADATA +1 -1
  287. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0a1737355563.dist-info}/RECORD +289 -202
  288. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0a1737355563.dist-info}/WHEEL +0 -0
  289. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0a1737355563.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,310 @@
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 sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from ._enums import *
17
+
18
+ __all__ = [
19
+ 'DatastoreArgs',
20
+ 'DatastoreArgsDict',
21
+ 'ManagedServiceIdentityArgs',
22
+ 'ManagedServiceIdentityArgsDict',
23
+ 'VaultSecretArgs',
24
+ 'VaultSecretArgsDict',
25
+ ]
26
+
27
+ MYPY = False
28
+
29
+ if not MYPY:
30
+ class DatastoreArgsDict(TypedDict):
31
+ """
32
+ The properties of a data store.
33
+ """
34
+ kusto_cluster_uri: pulumi.Input[str]
35
+ """
36
+ The Kusto cluster URI.
37
+ """
38
+ kusto_data_ingestion_uri: pulumi.Input[str]
39
+ """
40
+ The Kusto data ingestion URI.
41
+ """
42
+ kusto_database_name: pulumi.Input[str]
43
+ """
44
+ The name of a Kusto database.
45
+ """
46
+ kusto_management_url: pulumi.Input[str]
47
+ """
48
+ The Kusto management URL.
49
+ """
50
+ kusto_offering_type: pulumi.Input[Union[str, 'KustoOfferingType']]
51
+ """
52
+ The type of a Kusto offering.
53
+ """
54
+ adx_cluster_resource_id: NotRequired[pulumi.Input[str]]
55
+ """
56
+ The Azure resource ID of an Azure Data Explorer cluster.
57
+ """
58
+ kusto_cluster_display_name: NotRequired[pulumi.Input[str]]
59
+ """
60
+ The Kusto cluster display name.
61
+ """
62
+ elif False:
63
+ DatastoreArgsDict: TypeAlias = Mapping[str, Any]
64
+
65
+ @pulumi.input_type
66
+ class DatastoreArgs:
67
+ def __init__(__self__, *,
68
+ kusto_cluster_uri: pulumi.Input[str],
69
+ kusto_data_ingestion_uri: pulumi.Input[str],
70
+ kusto_database_name: pulumi.Input[str],
71
+ kusto_management_url: pulumi.Input[str],
72
+ kusto_offering_type: pulumi.Input[Union[str, 'KustoOfferingType']],
73
+ adx_cluster_resource_id: Optional[pulumi.Input[str]] = None,
74
+ kusto_cluster_display_name: Optional[pulumi.Input[str]] = None):
75
+ """
76
+ The properties of a data store.
77
+ :param pulumi.Input[str] kusto_cluster_uri: The Kusto cluster URI.
78
+ :param pulumi.Input[str] kusto_data_ingestion_uri: The Kusto data ingestion URI.
79
+ :param pulumi.Input[str] kusto_database_name: The name of a Kusto database.
80
+ :param pulumi.Input[str] kusto_management_url: The Kusto management URL.
81
+ :param pulumi.Input[Union[str, 'KustoOfferingType']] kusto_offering_type: The type of a Kusto offering.
82
+ :param pulumi.Input[str] adx_cluster_resource_id: The Azure resource ID of an Azure Data Explorer cluster.
83
+ :param pulumi.Input[str] kusto_cluster_display_name: The Kusto cluster display name.
84
+ """
85
+ pulumi.set(__self__, "kusto_cluster_uri", kusto_cluster_uri)
86
+ pulumi.set(__self__, "kusto_data_ingestion_uri", kusto_data_ingestion_uri)
87
+ pulumi.set(__self__, "kusto_database_name", kusto_database_name)
88
+ pulumi.set(__self__, "kusto_management_url", kusto_management_url)
89
+ pulumi.set(__self__, "kusto_offering_type", kusto_offering_type)
90
+ if adx_cluster_resource_id is not None:
91
+ pulumi.set(__self__, "adx_cluster_resource_id", adx_cluster_resource_id)
92
+ if kusto_cluster_display_name is not None:
93
+ pulumi.set(__self__, "kusto_cluster_display_name", kusto_cluster_display_name)
94
+
95
+ @property
96
+ @pulumi.getter(name="kustoClusterUri")
97
+ def kusto_cluster_uri(self) -> pulumi.Input[str]:
98
+ """
99
+ The Kusto cluster URI.
100
+ """
101
+ return pulumi.get(self, "kusto_cluster_uri")
102
+
103
+ @kusto_cluster_uri.setter
104
+ def kusto_cluster_uri(self, value: pulumi.Input[str]):
105
+ pulumi.set(self, "kusto_cluster_uri", value)
106
+
107
+ @property
108
+ @pulumi.getter(name="kustoDataIngestionUri")
109
+ def kusto_data_ingestion_uri(self) -> pulumi.Input[str]:
110
+ """
111
+ The Kusto data ingestion URI.
112
+ """
113
+ return pulumi.get(self, "kusto_data_ingestion_uri")
114
+
115
+ @kusto_data_ingestion_uri.setter
116
+ def kusto_data_ingestion_uri(self, value: pulumi.Input[str]):
117
+ pulumi.set(self, "kusto_data_ingestion_uri", value)
118
+
119
+ @property
120
+ @pulumi.getter(name="kustoDatabaseName")
121
+ def kusto_database_name(self) -> pulumi.Input[str]:
122
+ """
123
+ The name of a Kusto database.
124
+ """
125
+ return pulumi.get(self, "kusto_database_name")
126
+
127
+ @kusto_database_name.setter
128
+ def kusto_database_name(self, value: pulumi.Input[str]):
129
+ pulumi.set(self, "kusto_database_name", value)
130
+
131
+ @property
132
+ @pulumi.getter(name="kustoManagementUrl")
133
+ def kusto_management_url(self) -> pulumi.Input[str]:
134
+ """
135
+ The Kusto management URL.
136
+ """
137
+ return pulumi.get(self, "kusto_management_url")
138
+
139
+ @kusto_management_url.setter
140
+ def kusto_management_url(self, value: pulumi.Input[str]):
141
+ pulumi.set(self, "kusto_management_url", value)
142
+
143
+ @property
144
+ @pulumi.getter(name="kustoOfferingType")
145
+ def kusto_offering_type(self) -> pulumi.Input[Union[str, 'KustoOfferingType']]:
146
+ """
147
+ The type of a Kusto offering.
148
+ """
149
+ return pulumi.get(self, "kusto_offering_type")
150
+
151
+ @kusto_offering_type.setter
152
+ def kusto_offering_type(self, value: pulumi.Input[Union[str, 'KustoOfferingType']]):
153
+ pulumi.set(self, "kusto_offering_type", value)
154
+
155
+ @property
156
+ @pulumi.getter(name="adxClusterResourceId")
157
+ def adx_cluster_resource_id(self) -> Optional[pulumi.Input[str]]:
158
+ """
159
+ The Azure resource ID of an Azure Data Explorer cluster.
160
+ """
161
+ return pulumi.get(self, "adx_cluster_resource_id")
162
+
163
+ @adx_cluster_resource_id.setter
164
+ def adx_cluster_resource_id(self, value: Optional[pulumi.Input[str]]):
165
+ pulumi.set(self, "adx_cluster_resource_id", value)
166
+
167
+ @property
168
+ @pulumi.getter(name="kustoClusterDisplayName")
169
+ def kusto_cluster_display_name(self) -> Optional[pulumi.Input[str]]:
170
+ """
171
+ The Kusto cluster display name.
172
+ """
173
+ return pulumi.get(self, "kusto_cluster_display_name")
174
+
175
+ @kusto_cluster_display_name.setter
176
+ def kusto_cluster_display_name(self, value: Optional[pulumi.Input[str]]):
177
+ pulumi.set(self, "kusto_cluster_display_name", value)
178
+
179
+
180
+ if not MYPY:
181
+ class ManagedServiceIdentityArgsDict(TypedDict):
182
+ """
183
+ Managed service identity (system assigned and/or user assigned identities)
184
+ """
185
+ type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]
186
+ """
187
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
188
+ """
189
+ user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
190
+ """
191
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
192
+ """
193
+ elif False:
194
+ ManagedServiceIdentityArgsDict: TypeAlias = Mapping[str, Any]
195
+
196
+ @pulumi.input_type
197
+ class ManagedServiceIdentityArgs:
198
+ def __init__(__self__, *,
199
+ type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']],
200
+ user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
201
+ """
202
+ Managed service identity (system assigned and/or user assigned identities)
203
+ :param pulumi.Input[Union[str, 'ManagedServiceIdentityType']] type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
204
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
205
+ """
206
+ pulumi.set(__self__, "type", type)
207
+ if user_assigned_identities is not None:
208
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
209
+
210
+ @property
211
+ @pulumi.getter
212
+ def type(self) -> pulumi.Input[Union[str, 'ManagedServiceIdentityType']]:
213
+ """
214
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
215
+ """
216
+ return pulumi.get(self, "type")
217
+
218
+ @type.setter
219
+ def type(self, value: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]):
220
+ pulumi.set(self, "type", value)
221
+
222
+ @property
223
+ @pulumi.getter(name="userAssignedIdentities")
224
+ def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
225
+ """
226
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
227
+ """
228
+ return pulumi.get(self, "user_assigned_identities")
229
+
230
+ @user_assigned_identities.setter
231
+ def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
232
+ pulumi.set(self, "user_assigned_identities", value)
233
+
234
+
235
+ if not MYPY:
236
+ class VaultSecretArgsDict(TypedDict):
237
+ """
238
+ The vault specific details required if using SQL authentication to connect to a target.
239
+ """
240
+ akv_resource_id: NotRequired[pulumi.Input[str]]
241
+ """
242
+ The Azure resource ID of the Key Vault instance storing database authentication secrets.
243
+ """
244
+ akv_target_password: NotRequired[pulumi.Input[str]]
245
+ """
246
+ The path to the Key Vault secret storing the password for authentication to a target.
247
+ """
248
+ akv_target_user: NotRequired[pulumi.Input[str]]
249
+ """
250
+ The path to the Key Vault secret storing the login name (aka user name, aka account name) for authentication to a target.
251
+ """
252
+ elif False:
253
+ VaultSecretArgsDict: TypeAlias = Mapping[str, Any]
254
+
255
+ @pulumi.input_type
256
+ class VaultSecretArgs:
257
+ def __init__(__self__, *,
258
+ akv_resource_id: Optional[pulumi.Input[str]] = None,
259
+ akv_target_password: Optional[pulumi.Input[str]] = None,
260
+ akv_target_user: Optional[pulumi.Input[str]] = None):
261
+ """
262
+ The vault specific details required if using SQL authentication to connect to a target.
263
+ :param pulumi.Input[str] akv_resource_id: The Azure resource ID of the Key Vault instance storing database authentication secrets.
264
+ :param pulumi.Input[str] akv_target_password: The path to the Key Vault secret storing the password for authentication to a target.
265
+ :param pulumi.Input[str] akv_target_user: The path to the Key Vault secret storing the login name (aka user name, aka account name) for authentication to a target.
266
+ """
267
+ if akv_resource_id is not None:
268
+ pulumi.set(__self__, "akv_resource_id", akv_resource_id)
269
+ if akv_target_password is not None:
270
+ pulumi.set(__self__, "akv_target_password", akv_target_password)
271
+ if akv_target_user is not None:
272
+ pulumi.set(__self__, "akv_target_user", akv_target_user)
273
+
274
+ @property
275
+ @pulumi.getter(name="akvResourceId")
276
+ def akv_resource_id(self) -> Optional[pulumi.Input[str]]:
277
+ """
278
+ The Azure resource ID of the Key Vault instance storing database authentication secrets.
279
+ """
280
+ return pulumi.get(self, "akv_resource_id")
281
+
282
+ @akv_resource_id.setter
283
+ def akv_resource_id(self, value: Optional[pulumi.Input[str]]):
284
+ pulumi.set(self, "akv_resource_id", value)
285
+
286
+ @property
287
+ @pulumi.getter(name="akvTargetPassword")
288
+ def akv_target_password(self) -> Optional[pulumi.Input[str]]:
289
+ """
290
+ The path to the Key Vault secret storing the password for authentication to a target.
291
+ """
292
+ return pulumi.get(self, "akv_target_password")
293
+
294
+ @akv_target_password.setter
295
+ def akv_target_password(self, value: Optional[pulumi.Input[str]]):
296
+ pulumi.set(self, "akv_target_password", value)
297
+
298
+ @property
299
+ @pulumi.getter(name="akvTargetUser")
300
+ def akv_target_user(self) -> Optional[pulumi.Input[str]]:
301
+ """
302
+ The path to the Key Vault secret storing the login name (aka user name, aka account name) for authentication to a target.
303
+ """
304
+ return pulumi.get(self, "akv_target_user")
305
+
306
+ @akv_target_user.setter
307
+ def akv_target_user(self, value: Optional[pulumi.Input[str]]):
308
+ pulumi.set(self, "akv_target_user", value)
309
+
310
+
@@ -0,0 +1,351 @@
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 sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = ['AlertRuleResourceArgs', 'AlertRuleResource']
20
+
21
+ @pulumi.input_type
22
+ class AlertRuleResourceArgs:
23
+ def __init__(__self__, *,
24
+ alert_rule_resource_id: pulumi.Input[str],
25
+ alert_rule_template_id: pulumi.Input[str],
26
+ alert_rule_template_version: pulumi.Input[str],
27
+ created_with_properties: pulumi.Input[Union[str, 'AlertRuleCreationProperties']],
28
+ creation_time: pulumi.Input[str],
29
+ resource_group_name: pulumi.Input[str],
30
+ watcher_name: pulumi.Input[str],
31
+ alert_rule_resource_name: Optional[pulumi.Input[str]] = None):
32
+ """
33
+ The set of arguments for constructing a AlertRuleResource resource.
34
+ :param pulumi.Input[str] alert_rule_resource_id: The resource ID of the alert rule resource.
35
+ :param pulumi.Input[str] alert_rule_template_id: The template ID associated with alert rule resource.
36
+ :param pulumi.Input[str] alert_rule_template_version: The alert rule template version.
37
+ :param pulumi.Input[Union[str, 'AlertRuleCreationProperties']] created_with_properties: The properties with which the alert rule resource was created.
38
+ :param pulumi.Input[str] creation_time: The creation time of the alert rule resource.
39
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
40
+ :param pulumi.Input[str] watcher_name: The database watcher name.
41
+ :param pulumi.Input[str] alert_rule_resource_name: The alert rule proxy resource name.
42
+ """
43
+ pulumi.set(__self__, "alert_rule_resource_id", alert_rule_resource_id)
44
+ pulumi.set(__self__, "alert_rule_template_id", alert_rule_template_id)
45
+ pulumi.set(__self__, "alert_rule_template_version", alert_rule_template_version)
46
+ pulumi.set(__self__, "created_with_properties", created_with_properties)
47
+ pulumi.set(__self__, "creation_time", creation_time)
48
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
49
+ pulumi.set(__self__, "watcher_name", watcher_name)
50
+ if alert_rule_resource_name is not None:
51
+ pulumi.set(__self__, "alert_rule_resource_name", alert_rule_resource_name)
52
+
53
+ @property
54
+ @pulumi.getter(name="alertRuleResourceId")
55
+ def alert_rule_resource_id(self) -> pulumi.Input[str]:
56
+ """
57
+ The resource ID of the alert rule resource.
58
+ """
59
+ return pulumi.get(self, "alert_rule_resource_id")
60
+
61
+ @alert_rule_resource_id.setter
62
+ def alert_rule_resource_id(self, value: pulumi.Input[str]):
63
+ pulumi.set(self, "alert_rule_resource_id", value)
64
+
65
+ @property
66
+ @pulumi.getter(name="alertRuleTemplateId")
67
+ def alert_rule_template_id(self) -> pulumi.Input[str]:
68
+ """
69
+ The template ID associated with alert rule resource.
70
+ """
71
+ return pulumi.get(self, "alert_rule_template_id")
72
+
73
+ @alert_rule_template_id.setter
74
+ def alert_rule_template_id(self, value: pulumi.Input[str]):
75
+ pulumi.set(self, "alert_rule_template_id", value)
76
+
77
+ @property
78
+ @pulumi.getter(name="alertRuleTemplateVersion")
79
+ def alert_rule_template_version(self) -> pulumi.Input[str]:
80
+ """
81
+ The alert rule template version.
82
+ """
83
+ return pulumi.get(self, "alert_rule_template_version")
84
+
85
+ @alert_rule_template_version.setter
86
+ def alert_rule_template_version(self, value: pulumi.Input[str]):
87
+ pulumi.set(self, "alert_rule_template_version", value)
88
+
89
+ @property
90
+ @pulumi.getter(name="createdWithProperties")
91
+ def created_with_properties(self) -> pulumi.Input[Union[str, 'AlertRuleCreationProperties']]:
92
+ """
93
+ The properties with which the alert rule resource was created.
94
+ """
95
+ return pulumi.get(self, "created_with_properties")
96
+
97
+ @created_with_properties.setter
98
+ def created_with_properties(self, value: pulumi.Input[Union[str, 'AlertRuleCreationProperties']]):
99
+ pulumi.set(self, "created_with_properties", value)
100
+
101
+ @property
102
+ @pulumi.getter(name="creationTime")
103
+ def creation_time(self) -> pulumi.Input[str]:
104
+ """
105
+ The creation time of the alert rule resource.
106
+ """
107
+ return pulumi.get(self, "creation_time")
108
+
109
+ @creation_time.setter
110
+ def creation_time(self, value: pulumi.Input[str]):
111
+ pulumi.set(self, "creation_time", value)
112
+
113
+ @property
114
+ @pulumi.getter(name="resourceGroupName")
115
+ def resource_group_name(self) -> pulumi.Input[str]:
116
+ """
117
+ The name of the resource group. The name is case insensitive.
118
+ """
119
+ return pulumi.get(self, "resource_group_name")
120
+
121
+ @resource_group_name.setter
122
+ def resource_group_name(self, value: pulumi.Input[str]):
123
+ pulumi.set(self, "resource_group_name", value)
124
+
125
+ @property
126
+ @pulumi.getter(name="watcherName")
127
+ def watcher_name(self) -> pulumi.Input[str]:
128
+ """
129
+ The database watcher name.
130
+ """
131
+ return pulumi.get(self, "watcher_name")
132
+
133
+ @watcher_name.setter
134
+ def watcher_name(self, value: pulumi.Input[str]):
135
+ pulumi.set(self, "watcher_name", value)
136
+
137
+ @property
138
+ @pulumi.getter(name="alertRuleResourceName")
139
+ def alert_rule_resource_name(self) -> Optional[pulumi.Input[str]]:
140
+ """
141
+ The alert rule proxy resource name.
142
+ """
143
+ return pulumi.get(self, "alert_rule_resource_name")
144
+
145
+ @alert_rule_resource_name.setter
146
+ def alert_rule_resource_name(self, value: Optional[pulumi.Input[str]]):
147
+ pulumi.set(self, "alert_rule_resource_name", value)
148
+
149
+
150
+ class AlertRuleResource(pulumi.CustomResource):
151
+ @overload
152
+ def __init__(__self__,
153
+ resource_name: str,
154
+ opts: Optional[pulumi.ResourceOptions] = None,
155
+ alert_rule_resource_id: Optional[pulumi.Input[str]] = None,
156
+ alert_rule_resource_name: Optional[pulumi.Input[str]] = None,
157
+ alert_rule_template_id: Optional[pulumi.Input[str]] = None,
158
+ alert_rule_template_version: Optional[pulumi.Input[str]] = None,
159
+ created_with_properties: Optional[pulumi.Input[Union[str, 'AlertRuleCreationProperties']]] = None,
160
+ creation_time: Optional[pulumi.Input[str]] = None,
161
+ resource_group_name: Optional[pulumi.Input[str]] = None,
162
+ watcher_name: Optional[pulumi.Input[str]] = None,
163
+ __props__=None):
164
+ """
165
+ Concrete proxy resource types can be created by aliasing this type using a specific property type.
166
+
167
+ :param str resource_name: The name of the resource.
168
+ :param pulumi.ResourceOptions opts: Options for the resource.
169
+ :param pulumi.Input[str] alert_rule_resource_id: The resource ID of the alert rule resource.
170
+ :param pulumi.Input[str] alert_rule_resource_name: The alert rule proxy resource name.
171
+ :param pulumi.Input[str] alert_rule_template_id: The template ID associated with alert rule resource.
172
+ :param pulumi.Input[str] alert_rule_template_version: The alert rule template version.
173
+ :param pulumi.Input[Union[str, 'AlertRuleCreationProperties']] created_with_properties: The properties with which the alert rule resource was created.
174
+ :param pulumi.Input[str] creation_time: The creation time of the alert rule resource.
175
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
176
+ :param pulumi.Input[str] watcher_name: The database watcher name.
177
+ """
178
+ ...
179
+ @overload
180
+ def __init__(__self__,
181
+ resource_name: str,
182
+ args: AlertRuleResourceArgs,
183
+ opts: Optional[pulumi.ResourceOptions] = None):
184
+ """
185
+ Concrete proxy resource types can be created by aliasing this type using a specific property type.
186
+
187
+ :param str resource_name: The name of the resource.
188
+ :param AlertRuleResourceArgs args: The arguments to use to populate this resource's properties.
189
+ :param pulumi.ResourceOptions opts: Options for the resource.
190
+ """
191
+ ...
192
+ def __init__(__self__, resource_name: str, *args, **kwargs):
193
+ resource_args, opts = _utilities.get_resource_args_opts(AlertRuleResourceArgs, pulumi.ResourceOptions, *args, **kwargs)
194
+ if resource_args is not None:
195
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
196
+ else:
197
+ __self__._internal_init(resource_name, *args, **kwargs)
198
+
199
+ def _internal_init(__self__,
200
+ resource_name: str,
201
+ opts: Optional[pulumi.ResourceOptions] = None,
202
+ alert_rule_resource_id: Optional[pulumi.Input[str]] = None,
203
+ alert_rule_resource_name: Optional[pulumi.Input[str]] = None,
204
+ alert_rule_template_id: Optional[pulumi.Input[str]] = None,
205
+ alert_rule_template_version: Optional[pulumi.Input[str]] = None,
206
+ created_with_properties: Optional[pulumi.Input[Union[str, 'AlertRuleCreationProperties']]] = None,
207
+ creation_time: Optional[pulumi.Input[str]] = None,
208
+ resource_group_name: Optional[pulumi.Input[str]] = None,
209
+ watcher_name: Optional[pulumi.Input[str]] = None,
210
+ __props__=None):
211
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
212
+ if not isinstance(opts, pulumi.ResourceOptions):
213
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
214
+ if opts.id is None:
215
+ if __props__ is not None:
216
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
217
+ __props__ = AlertRuleResourceArgs.__new__(AlertRuleResourceArgs)
218
+
219
+ if alert_rule_resource_id is None and not opts.urn:
220
+ raise TypeError("Missing required property 'alert_rule_resource_id'")
221
+ __props__.__dict__["alert_rule_resource_id"] = alert_rule_resource_id
222
+ __props__.__dict__["alert_rule_resource_name"] = alert_rule_resource_name
223
+ if alert_rule_template_id is None and not opts.urn:
224
+ raise TypeError("Missing required property 'alert_rule_template_id'")
225
+ __props__.__dict__["alert_rule_template_id"] = alert_rule_template_id
226
+ if alert_rule_template_version is None and not opts.urn:
227
+ raise TypeError("Missing required property 'alert_rule_template_version'")
228
+ __props__.__dict__["alert_rule_template_version"] = alert_rule_template_version
229
+ if created_with_properties is None and not opts.urn:
230
+ raise TypeError("Missing required property 'created_with_properties'")
231
+ __props__.__dict__["created_with_properties"] = created_with_properties
232
+ if creation_time is None and not opts.urn:
233
+ raise TypeError("Missing required property 'creation_time'")
234
+ __props__.__dict__["creation_time"] = creation_time
235
+ if resource_group_name is None and not opts.urn:
236
+ raise TypeError("Missing required property 'resource_group_name'")
237
+ __props__.__dict__["resource_group_name"] = resource_group_name
238
+ if watcher_name is None and not opts.urn:
239
+ raise TypeError("Missing required property 'watcher_name'")
240
+ __props__.__dict__["watcher_name"] = watcher_name
241
+ __props__.__dict__["name"] = None
242
+ __props__.__dict__["provisioning_state"] = None
243
+ __props__.__dict__["system_data"] = None
244
+ __props__.__dict__["type"] = None
245
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databasewatcher:AlertRuleResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20240719preview:AlertRuleResource"), pulumi.Alias(type_="azure-native:databasewatcher/v20241001preview:AlertRuleResource")])
246
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
247
+ super(AlertRuleResource, __self__).__init__(
248
+ 'azure-native:databasewatcher/v20250102:AlertRuleResource',
249
+ resource_name,
250
+ __props__,
251
+ opts)
252
+
253
+ @staticmethod
254
+ def get(resource_name: str,
255
+ id: pulumi.Input[str],
256
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'AlertRuleResource':
257
+ """
258
+ Get an existing AlertRuleResource resource's state with the given name, id, and optional extra
259
+ properties used to qualify the lookup.
260
+
261
+ :param str resource_name: The unique name of the resulting resource.
262
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
263
+ :param pulumi.ResourceOptions opts: Options for the resource.
264
+ """
265
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
266
+
267
+ __props__ = AlertRuleResourceArgs.__new__(AlertRuleResourceArgs)
268
+
269
+ __props__.__dict__["alert_rule_resource_id"] = None
270
+ __props__.__dict__["alert_rule_template_id"] = None
271
+ __props__.__dict__["alert_rule_template_version"] = None
272
+ __props__.__dict__["created_with_properties"] = None
273
+ __props__.__dict__["creation_time"] = None
274
+ __props__.__dict__["name"] = None
275
+ __props__.__dict__["provisioning_state"] = None
276
+ __props__.__dict__["system_data"] = None
277
+ __props__.__dict__["type"] = None
278
+ return AlertRuleResource(resource_name, opts=opts, __props__=__props__)
279
+
280
+ @property
281
+ @pulumi.getter(name="alertRuleResourceId")
282
+ def alert_rule_resource_id(self) -> pulumi.Output[str]:
283
+ """
284
+ The resource ID of the alert rule resource.
285
+ """
286
+ return pulumi.get(self, "alert_rule_resource_id")
287
+
288
+ @property
289
+ @pulumi.getter(name="alertRuleTemplateId")
290
+ def alert_rule_template_id(self) -> pulumi.Output[str]:
291
+ """
292
+ The template ID associated with alert rule resource.
293
+ """
294
+ return pulumi.get(self, "alert_rule_template_id")
295
+
296
+ @property
297
+ @pulumi.getter(name="alertRuleTemplateVersion")
298
+ def alert_rule_template_version(self) -> pulumi.Output[str]:
299
+ """
300
+ The alert rule template version.
301
+ """
302
+ return pulumi.get(self, "alert_rule_template_version")
303
+
304
+ @property
305
+ @pulumi.getter(name="createdWithProperties")
306
+ def created_with_properties(self) -> pulumi.Output[str]:
307
+ """
308
+ The properties with which the alert rule resource was created.
309
+ """
310
+ return pulumi.get(self, "created_with_properties")
311
+
312
+ @property
313
+ @pulumi.getter(name="creationTime")
314
+ def creation_time(self) -> pulumi.Output[str]:
315
+ """
316
+ The creation time of the alert rule resource.
317
+ """
318
+ return pulumi.get(self, "creation_time")
319
+
320
+ @property
321
+ @pulumi.getter
322
+ def name(self) -> pulumi.Output[str]:
323
+ """
324
+ The name of the resource
325
+ """
326
+ return pulumi.get(self, "name")
327
+
328
+ @property
329
+ @pulumi.getter(name="provisioningState")
330
+ def provisioning_state(self) -> pulumi.Output[str]:
331
+ """
332
+ The provisioning state of the alert rule resource.
333
+ """
334
+ return pulumi.get(self, "provisioning_state")
335
+
336
+ @property
337
+ @pulumi.getter(name="systemData")
338
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
339
+ """
340
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
341
+ """
342
+ return pulumi.get(self, "system_data")
343
+
344
+ @property
345
+ @pulumi.getter
346
+ def type(self) -> pulumi.Output[str]:
347
+ """
348
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
349
+ """
350
+ return pulumi.get(self, "type")
351
+