pulumi-azure-native 2.42.0a1716008169__py3-none-any.whl → 2.42.0a1716205654__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 (420) hide show
  1. pulumi_azure_native/__init__.py +63 -0
  2. pulumi_azure_native/alertsmanagement/__init__.py +3 -0
  3. pulumi_azure_native/alertsmanagement/action_rule_by_name.py +1 -1
  4. pulumi_azure_native/alertsmanagement/alert_processing_rule_by_name.py +3 -3
  5. pulumi_azure_native/alertsmanagement/get_alert_processing_rule_by_name.py +2 -2
  6. pulumi_azure_native/alertsmanagement/v20190505preview/action_rule_by_name.py +1 -1
  7. pulumi_azure_native/alertsmanagement/v20210808/alert_processing_rule_by_name.py +1 -1
  8. pulumi_azure_native/alertsmanagement/v20230501preview/alert_processing_rule_by_name.py +1 -1
  9. pulumi_azure_native/alertsmanagement/v20240301preview/__init__.py +12 -0
  10. pulumi_azure_native/alertsmanagement/v20240301preview/_enums.py +88 -0
  11. pulumi_azure_native/alertsmanagement/v20240301preview/_inputs.py +705 -0
  12. pulumi_azure_native/alertsmanagement/v20240301preview/alert_processing_rule_by_name.py +253 -0
  13. pulumi_azure_native/alertsmanagement/v20240301preview/get_alert_processing_rule_by_name.py +157 -0
  14. pulumi_azure_native/alertsmanagement/v20240301preview/outputs.py +872 -0
  15. pulumi_azure_native/cache/__init__.py +3 -0
  16. pulumi_azure_native/cache/access_policy.py +3 -3
  17. pulumi_azure_native/cache/access_policy_assignment.py +3 -3
  18. pulumi_azure_native/cache/firewall_rule.py +3 -3
  19. pulumi_azure_native/cache/get_access_policy.py +2 -2
  20. pulumi_azure_native/cache/get_access_policy_assignment.py +2 -2
  21. pulumi_azure_native/cache/get_firewall_rule.py +2 -2
  22. pulumi_azure_native/cache/get_linked_server.py +2 -2
  23. pulumi_azure_native/cache/get_patch_schedule.py +2 -2
  24. pulumi_azure_native/cache/get_private_endpoint_connection.py +2 -2
  25. pulumi_azure_native/cache/get_redis.py +2 -2
  26. pulumi_azure_native/cache/linked_server.py +3 -3
  27. pulumi_azure_native/cache/list_redis_keys.py +2 -2
  28. pulumi_azure_native/cache/patch_schedule.py +3 -3
  29. pulumi_azure_native/cache/private_endpoint_connection.py +3 -3
  30. pulumi_azure_native/cache/redis.py +3 -3
  31. pulumi_azure_native/cache/v20200601/redis.py +1 -1
  32. pulumi_azure_native/cache/v20230401/firewall_rule.py +1 -1
  33. pulumi_azure_native/cache/v20230401/linked_server.py +1 -1
  34. pulumi_azure_native/cache/v20230401/patch_schedule.py +1 -1
  35. pulumi_azure_native/cache/v20230401/private_endpoint_connection.py +1 -1
  36. pulumi_azure_native/cache/v20230401/redis.py +1 -1
  37. pulumi_azure_native/cache/v20230501preview/access_policy.py +1 -1
  38. pulumi_azure_native/cache/v20230501preview/access_policy_assignment.py +1 -1
  39. pulumi_azure_native/cache/v20230501preview/firewall_rule.py +1 -1
  40. pulumi_azure_native/cache/v20230501preview/linked_server.py +1 -1
  41. pulumi_azure_native/cache/v20230501preview/patch_schedule.py +1 -1
  42. pulumi_azure_native/cache/v20230501preview/private_endpoint_connection.py +1 -1
  43. pulumi_azure_native/cache/v20230501preview/redis.py +1 -1
  44. pulumi_azure_native/cache/v20230801/access_policy.py +1 -1
  45. pulumi_azure_native/cache/v20230801/access_policy_assignment.py +1 -1
  46. pulumi_azure_native/cache/v20230801/firewall_rule.py +1 -1
  47. pulumi_azure_native/cache/v20230801/linked_server.py +1 -1
  48. pulumi_azure_native/cache/v20230801/patch_schedule.py +1 -1
  49. pulumi_azure_native/cache/v20230801/private_endpoint_connection.py +1 -1
  50. pulumi_azure_native/cache/v20230801/redis.py +1 -1
  51. pulumi_azure_native/cache/v20240301/__init__.py +25 -0
  52. pulumi_azure_native/cache/v20240301/_enums.py +101 -0
  53. pulumi_azure_native/cache/v20240301/_inputs.py +486 -0
  54. pulumi_azure_native/cache/v20240301/access_policy.py +214 -0
  55. pulumi_azure_native/cache/v20240301/access_policy_assignment.py +274 -0
  56. pulumi_azure_native/cache/v20240301/firewall_rule.py +234 -0
  57. pulumi_azure_native/cache/v20240301/get_access_policy.py +135 -0
  58. pulumi_azure_native/cache/v20240301/get_access_policy_assignment.py +161 -0
  59. pulumi_azure_native/cache/v20240301/get_firewall_rule.py +135 -0
  60. pulumi_azure_native/cache/v20240301/get_linked_server.py +187 -0
  61. pulumi_azure_native/cache/v20240301/get_patch_schedule.py +136 -0
  62. pulumi_azure_native/cache/v20240301/get_private_endpoint_connection.py +149 -0
  63. pulumi_azure_native/cache/v20240301/get_redis.py +443 -0
  64. pulumi_azure_native/cache/v20240301/linked_server.py +294 -0
  65. pulumi_azure_native/cache/v20240301/list_redis_keys.py +91 -0
  66. pulumi_azure_native/cache/v20240301/outputs.py +912 -0
  67. pulumi_azure_native/cache/v20240301/patch_schedule.py +216 -0
  68. pulumi_azure_native/cache/v20240301/private_endpoint_connection.py +227 -0
  69. pulumi_azure_native/cache/v20240301/redis.py +770 -0
  70. pulumi_azure_native/documentdb/__init__.py +3 -0
  71. pulumi_azure_native/documentdb/cassandra_cluster.py +3 -3
  72. pulumi_azure_native/documentdb/cassandra_data_center.py +3 -3
  73. pulumi_azure_native/documentdb/cassandra_resource_cassandra_keyspace.py +3 -3
  74. pulumi_azure_native/documentdb/cassandra_resource_cassandra_table.py +3 -3
  75. pulumi_azure_native/documentdb/database_account.py +3 -3
  76. pulumi_azure_native/documentdb/get_cassandra_cluster.py +2 -2
  77. pulumi_azure_native/documentdb/get_cassandra_data_center.py +2 -2
  78. pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_keyspace.py +2 -2
  79. pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_table.py +2 -2
  80. pulumi_azure_native/documentdb/get_database_account.py +2 -2
  81. pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_database.py +2 -2
  82. pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_graph.py +2 -2
  83. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_collection.py +2 -2
  84. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_database.py +2 -2
  85. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_role_definition.py +2 -2
  86. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_user_definition.py +2 -2
  87. pulumi_azure_native/documentdb/get_notebook_workspace.py +2 -2
  88. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  89. pulumi_azure_native/documentdb/get_service.py +2 -2
  90. pulumi_azure_native/documentdb/get_sql_resource_sql_container.py +2 -2
  91. pulumi_azure_native/documentdb/get_sql_resource_sql_database.py +2 -2
  92. pulumi_azure_native/documentdb/get_sql_resource_sql_role_assignment.py +2 -2
  93. pulumi_azure_native/documentdb/get_sql_resource_sql_role_definition.py +2 -2
  94. pulumi_azure_native/documentdb/get_sql_resource_sql_stored_procedure.py +2 -2
  95. pulumi_azure_native/documentdb/get_sql_resource_sql_trigger.py +2 -2
  96. pulumi_azure_native/documentdb/get_sql_resource_sql_user_defined_function.py +2 -2
  97. pulumi_azure_native/documentdb/get_table_resource_table.py +2 -2
  98. pulumi_azure_native/documentdb/gremlin_resource_gremlin_database.py +3 -3
  99. pulumi_azure_native/documentdb/gremlin_resource_gremlin_graph.py +3 -3
  100. pulumi_azure_native/documentdb/list_database_account_connection_strings.py +2 -2
  101. pulumi_azure_native/documentdb/list_database_account_keys.py +2 -2
  102. pulumi_azure_native/documentdb/list_notebook_workspace_connection_info.py +2 -2
  103. pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_collection.py +3 -3
  104. pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_database.py +3 -3
  105. pulumi_azure_native/documentdb/mongo_db_resource_mongo_role_definition.py +3 -3
  106. pulumi_azure_native/documentdb/mongo_db_resource_mongo_user_definition.py +3 -3
  107. pulumi_azure_native/documentdb/notebook_workspace.py +3 -3
  108. pulumi_azure_native/documentdb/private_endpoint_connection.py +3 -3
  109. pulumi_azure_native/documentdb/service.py +3 -3
  110. pulumi_azure_native/documentdb/sql_resource_sql_container.py +3 -3
  111. pulumi_azure_native/documentdb/sql_resource_sql_database.py +3 -3
  112. pulumi_azure_native/documentdb/sql_resource_sql_role_assignment.py +3 -3
  113. pulumi_azure_native/documentdb/sql_resource_sql_role_definition.py +3 -3
  114. pulumi_azure_native/documentdb/sql_resource_sql_stored_procedure.py +3 -3
  115. pulumi_azure_native/documentdb/sql_resource_sql_trigger.py +3 -3
  116. pulumi_azure_native/documentdb/sql_resource_sql_user_defined_function.py +3 -3
  117. pulumi_azure_native/documentdb/table_resource_table.py +3 -3
  118. pulumi_azure_native/documentdb/v20210401preview/database_account.py +1 -1
  119. pulumi_azure_native/documentdb/v20210701preview/cassandra_cluster.py +1 -1
  120. pulumi_azure_native/documentdb/v20230301preview/mongo_db_resource_mongo_role_definition.py +1 -1
  121. pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_keyspace.py +1 -1
  122. pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_table.py +1 -1
  123. pulumi_azure_native/documentdb/v20230315preview/database_account.py +1 -1
  124. pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_database.py +1 -1
  125. pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_graph.py +1 -1
  126. pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_collection.py +1 -1
  127. pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_database.py +1 -1
  128. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_container.py +1 -1
  129. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_database.py +1 -1
  130. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_stored_procedure.py +1 -1
  131. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_trigger.py +1 -1
  132. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_user_defined_function.py +1 -1
  133. pulumi_azure_native/documentdb/v20230315preview/table_resource_table.py +1 -1
  134. pulumi_azure_native/documentdb/v20230415/cassandra_cluster.py +1 -1
  135. pulumi_azure_native/documentdb/v20230415/cassandra_data_center.py +1 -1
  136. pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_keyspace.py +1 -1
  137. pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_table.py +1 -1
  138. pulumi_azure_native/documentdb/v20230415/database_account.py +1 -1
  139. pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_database.py +1 -1
  140. pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_graph.py +1 -1
  141. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_collection.py +1 -1
  142. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_database.py +1 -1
  143. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_role_definition.py +1 -1
  144. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_user_definition.py +1 -1
  145. pulumi_azure_native/documentdb/v20230415/notebook_workspace.py +1 -1
  146. pulumi_azure_native/documentdb/v20230415/private_endpoint_connection.py +1 -1
  147. pulumi_azure_native/documentdb/v20230415/service.py +1 -1
  148. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_container.py +1 -1
  149. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_database.py +1 -1
  150. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_assignment.py +1 -1
  151. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_definition.py +1 -1
  152. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_stored_procedure.py +1 -1
  153. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_trigger.py +1 -1
  154. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_user_defined_function.py +1 -1
  155. pulumi_azure_native/documentdb/v20230415/table_resource_table.py +1 -1
  156. pulumi_azure_native/documentdb/v20230915/cassandra_cluster.py +1 -1
  157. pulumi_azure_native/documentdb/v20230915/cassandra_data_center.py +1 -1
  158. pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_keyspace.py +1 -1
  159. pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_table.py +1 -1
  160. pulumi_azure_native/documentdb/v20230915/database_account.py +1 -1
  161. pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_database.py +1 -1
  162. pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_graph.py +1 -1
  163. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_collection.py +1 -1
  164. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_database.py +1 -1
  165. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_role_definition.py +1 -1
  166. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_user_definition.py +1 -1
  167. pulumi_azure_native/documentdb/v20230915/notebook_workspace.py +1 -1
  168. pulumi_azure_native/documentdb/v20230915/private_endpoint_connection.py +1 -1
  169. pulumi_azure_native/documentdb/v20230915/service.py +1 -1
  170. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_container.py +1 -1
  171. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_database.py +1 -1
  172. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_assignment.py +1 -1
  173. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_definition.py +1 -1
  174. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_stored_procedure.py +1 -1
  175. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_trigger.py +1 -1
  176. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_user_defined_function.py +1 -1
  177. pulumi_azure_native/documentdb/v20230915/table_resource_table.py +1 -1
  178. pulumi_azure_native/documentdb/v20230915preview/cassandra_cluster.py +1 -1
  179. pulumi_azure_native/documentdb/v20230915preview/cassandra_data_center.py +1 -1
  180. pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_keyspace.py +1 -1
  181. pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_table.py +1 -1
  182. pulumi_azure_native/documentdb/v20230915preview/database_account.py +1 -1
  183. pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_database.py +1 -1
  184. pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_graph.py +1 -1
  185. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_collection.py +1 -1
  186. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_database.py +1 -1
  187. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_role_definition.py +1 -1
  188. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_user_definition.py +1 -1
  189. pulumi_azure_native/documentdb/v20230915preview/notebook_workspace.py +1 -1
  190. pulumi_azure_native/documentdb/v20230915preview/private_endpoint_connection.py +1 -1
  191. pulumi_azure_native/documentdb/v20230915preview/service.py +1 -1
  192. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_container.py +1 -1
  193. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_database.py +1 -1
  194. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_assignment.py +1 -1
  195. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_definition.py +1 -1
  196. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_stored_procedure.py +1 -1
  197. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_trigger.py +1 -1
  198. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_user_defined_function.py +1 -1
  199. pulumi_azure_native/documentdb/v20230915preview/table_resource_table.py +1 -1
  200. pulumi_azure_native/documentdb/v20231115/cassandra_cluster.py +1 -1
  201. pulumi_azure_native/documentdb/v20231115/cassandra_data_center.py +1 -1
  202. pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_keyspace.py +1 -1
  203. pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_table.py +1 -1
  204. pulumi_azure_native/documentdb/v20231115/database_account.py +1 -1
  205. pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_database.py +1 -1
  206. pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_graph.py +1 -1
  207. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_collection.py +1 -1
  208. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_database.py +1 -1
  209. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_role_definition.py +1 -1
  210. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_user_definition.py +1 -1
  211. pulumi_azure_native/documentdb/v20231115/notebook_workspace.py +1 -1
  212. pulumi_azure_native/documentdb/v20231115/private_endpoint_connection.py +1 -1
  213. pulumi_azure_native/documentdb/v20231115/service.py +1 -1
  214. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_container.py +1 -1
  215. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_database.py +1 -1
  216. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_assignment.py +1 -1
  217. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_definition.py +1 -1
  218. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_stored_procedure.py +1 -1
  219. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_trigger.py +1 -1
  220. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_user_defined_function.py +1 -1
  221. pulumi_azure_native/documentdb/v20231115/table_resource_table.py +1 -1
  222. pulumi_azure_native/documentdb/v20231115preview/cassandra_cluster.py +1 -1
  223. pulumi_azure_native/documentdb/v20231115preview/cassandra_data_center.py +1 -1
  224. pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_keyspace.py +1 -1
  225. pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_table.py +1 -1
  226. pulumi_azure_native/documentdb/v20231115preview/database_account.py +1 -1
  227. pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_database.py +1 -1
  228. pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_graph.py +1 -1
  229. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_collection.py +1 -1
  230. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_database.py +1 -1
  231. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_role_definition.py +1 -1
  232. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_user_definition.py +1 -1
  233. pulumi_azure_native/documentdb/v20231115preview/notebook_workspace.py +1 -1
  234. pulumi_azure_native/documentdb/v20231115preview/private_endpoint_connection.py +1 -1
  235. pulumi_azure_native/documentdb/v20231115preview/service.py +1 -1
  236. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_container.py +1 -1
  237. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_database.py +1 -1
  238. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_assignment.py +1 -1
  239. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_definition.py +1 -1
  240. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_stored_procedure.py +1 -1
  241. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_trigger.py +1 -1
  242. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_user_defined_function.py +1 -1
  243. pulumi_azure_native/documentdb/v20231115preview/table_resource_table.py +1 -1
  244. pulumi_azure_native/documentdb/v20240215preview/cassandra_cluster.py +1 -1
  245. pulumi_azure_native/documentdb/v20240215preview/cassandra_data_center.py +1 -1
  246. pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_keyspace.py +1 -1
  247. pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_table.py +1 -1
  248. pulumi_azure_native/documentdb/v20240215preview/database_account.py +1 -1
  249. pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_database.py +1 -1
  250. pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_graph.py +1 -1
  251. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_collection.py +1 -1
  252. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_database.py +1 -1
  253. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_role_definition.py +1 -1
  254. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_user_definition.py +1 -1
  255. pulumi_azure_native/documentdb/v20240215preview/notebook_workspace.py +1 -1
  256. pulumi_azure_native/documentdb/v20240215preview/private_endpoint_connection.py +1 -1
  257. pulumi_azure_native/documentdb/v20240215preview/service.py +1 -1
  258. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_container.py +1 -1
  259. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_database.py +1 -1
  260. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_assignment.py +1 -1
  261. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_definition.py +1 -1
  262. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_stored_procedure.py +1 -1
  263. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_trigger.py +1 -1
  264. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_user_defined_function.py +1 -1
  265. pulumi_azure_native/documentdb/v20240215preview/table_resource_table.py +1 -1
  266. pulumi_azure_native/documentdb/v20240515/__init__.py +57 -0
  267. pulumi_azure_native/documentdb/v20240515/_enums.py +337 -0
  268. pulumi_azure_native/documentdb/v20240515/_inputs.py +3821 -0
  269. pulumi_azure_native/documentdb/v20240515/cassandra_cluster.py +272 -0
  270. pulumi_azure_native/documentdb/v20240515/cassandra_data_center.py +206 -0
  271. pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_keyspace.py +287 -0
  272. pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_table.py +308 -0
  273. pulumi_azure_native/documentdb/v20240515/database_account.py +1271 -0
  274. pulumi_azure_native/documentdb/v20240515/get_cassandra_cluster.py +157 -0
  275. pulumi_azure_native/documentdb/v20240515/get_cassandra_data_center.py +123 -0
  276. pulumi_azure_native/documentdb/v20240515/get_cassandra_resource_cassandra_keyspace.py +156 -0
  277. pulumi_azure_native/documentdb/v20240515/get_cassandra_resource_cassandra_table.py +161 -0
  278. pulumi_azure_native/documentdb/v20240515/get_database_account.py +677 -0
  279. pulumi_azure_native/documentdb/v20240515/get_gremlin_resource_gremlin_database.py +156 -0
  280. pulumi_azure_native/documentdb/v20240515/get_gremlin_resource_gremlin_graph.py +161 -0
  281. pulumi_azure_native/documentdb/v20240515/get_mongo_db_resource_mongo_db_collection.py +161 -0
  282. pulumi_azure_native/documentdb/v20240515/get_mongo_db_resource_mongo_db_database.py +156 -0
  283. pulumi_azure_native/documentdb/v20240515/get_mongo_db_resource_mongo_role_definition.py +162 -0
  284. pulumi_azure_native/documentdb/v20240515/get_mongo_db_resource_mongo_user_definition.py +188 -0
  285. pulumi_azure_native/documentdb/v20240515/get_notebook_workspace.py +135 -0
  286. pulumi_azure_native/documentdb/v20240515/get_private_endpoint_connection.py +162 -0
  287. pulumi_azure_native/documentdb/v20240515/get_service.py +123 -0
  288. pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_container.py +161 -0
  289. pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_database.py +156 -0
  290. pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_role_assignment.py +148 -0
  291. pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_role_definition.py +149 -0
  292. pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_stored_procedure.py +156 -0
  293. pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_trigger.py +156 -0
  294. pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_user_defined_function.py +156 -0
  295. pulumi_azure_native/documentdb/v20240515/get_table_resource_table.py +156 -0
  296. pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_database.py +288 -0
  297. pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_graph.py +309 -0
  298. pulumi_azure_native/documentdb/v20240515/list_database_account_connection_strings.py +79 -0
  299. pulumi_azure_native/documentdb/v20240515/list_database_account_keys.py +117 -0
  300. pulumi_azure_native/documentdb/v20240515/list_notebook_workspace_connection_info.py +96 -0
  301. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_collection.py +309 -0
  302. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_database.py +288 -0
  303. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_role_definition.py +312 -0
  304. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_user_definition.py +350 -0
  305. pulumi_azure_native/documentdb/v20240515/notebook_workspace.py +194 -0
  306. pulumi_azure_native/documentdb/v20240515/outputs.py +6258 -0
  307. pulumi_azure_native/documentdb/v20240515/private_endpoint_connection.py +292 -0
  308. pulumi_azure_native/documentdb/v20240515/service.py +247 -0
  309. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_container.py +309 -0
  310. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_database.py +288 -0
  311. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_assignment.py +261 -0
  312. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_definition.py +283 -0
  313. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_stored_procedure.py +323 -0
  314. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_trigger.py +324 -0
  315. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_user_defined_function.py +323 -0
  316. pulumi_azure_native/documentdb/v20240515/table_resource_table.py +288 -0
  317. pulumi_azure_native/eventhub/v20240501preview/_enums.py +4 -4
  318. pulumi_azure_native/eventhub/v20240501preview/_inputs.py +31 -6
  319. pulumi_azure_native/eventhub/v20240501preview/event_hub.py +20 -20
  320. pulumi_azure_native/eventhub/v20240501preview/get_event_hub.py +10 -10
  321. pulumi_azure_native/eventhub/v20240501preview/outputs.py +47 -6
  322. pulumi_azure_native/pulumi-plugin.json +1 -1
  323. pulumi_azure_native/recoveryservices/__init__.py +2 -0
  324. pulumi_azure_native/recoveryservices/_enums.py +27 -0
  325. pulumi_azure_native/recoveryservices/_inputs.py +10445 -8193
  326. pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
  327. pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
  328. pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
  329. pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
  330. pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
  331. pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +135 -0
  332. pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
  333. pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
  334. pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
  335. pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
  336. pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
  337. pulumi_azure_native/recoveryservices/outputs.py +7969 -6691
  338. pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
  339. pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
  340. pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
  341. pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
  342. pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
  343. pulumi_azure_native/recoveryservices/replication_protection_cluster.py +250 -0
  344. pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
  345. pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
  346. pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
  347. pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
  348. pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
  349. pulumi_azure_native/recoveryservices/v20210301/replication_network_mapping.py +1 -1
  350. pulumi_azure_native/recoveryservices/v20210301/replicationv_center.py +1 -1
  351. pulumi_azure_native/recoveryservices/v20230401/replication_fabric.py +1 -1
  352. pulumi_azure_native/recoveryservices/v20230401/replication_migration_item.py +1 -1
  353. pulumi_azure_native/recoveryservices/v20230401/replication_network_mapping.py +1 -1
  354. pulumi_azure_native/recoveryservices/v20230401/replication_policy.py +1 -1
  355. pulumi_azure_native/recoveryservices/v20230401/replication_protected_item.py +1 -1
  356. pulumi_azure_native/recoveryservices/v20230401/replication_protection_container_mapping.py +1 -1
  357. pulumi_azure_native/recoveryservices/v20230401/replication_recovery_plan.py +1 -1
  358. pulumi_azure_native/recoveryservices/v20230401/replication_recovery_services_provider.py +1 -1
  359. pulumi_azure_native/recoveryservices/v20230401/replication_storage_classification_mapping.py +1 -1
  360. pulumi_azure_native/recoveryservices/v20230401/replicationv_center.py +1 -1
  361. pulumi_azure_native/recoveryservices/v20230601/replication_fabric.py +1 -1
  362. pulumi_azure_native/recoveryservices/v20230601/replication_migration_item.py +1 -1
  363. pulumi_azure_native/recoveryservices/v20230601/replication_network_mapping.py +1 -1
  364. pulumi_azure_native/recoveryservices/v20230601/replication_policy.py +1 -1
  365. pulumi_azure_native/recoveryservices/v20230601/replication_protected_item.py +1 -1
  366. pulumi_azure_native/recoveryservices/v20230601/replication_protection_container_mapping.py +1 -1
  367. pulumi_azure_native/recoveryservices/v20230601/replication_recovery_plan.py +1 -1
  368. pulumi_azure_native/recoveryservices/v20230601/replication_recovery_services_provider.py +1 -1
  369. pulumi_azure_native/recoveryservices/v20230601/replication_storage_classification_mapping.py +1 -1
  370. pulumi_azure_native/recoveryservices/v20230601/replicationv_center.py +1 -1
  371. pulumi_azure_native/recoveryservices/v20230801/replication_fabric.py +1 -1
  372. pulumi_azure_native/recoveryservices/v20230801/replication_migration_item.py +1 -1
  373. pulumi_azure_native/recoveryservices/v20230801/replication_network_mapping.py +1 -1
  374. pulumi_azure_native/recoveryservices/v20230801/replication_policy.py +1 -1
  375. pulumi_azure_native/recoveryservices/v20230801/replication_protected_item.py +1 -1
  376. pulumi_azure_native/recoveryservices/v20230801/replication_protection_container_mapping.py +1 -1
  377. pulumi_azure_native/recoveryservices/v20230801/replication_recovery_plan.py +1 -1
  378. pulumi_azure_native/recoveryservices/v20230801/replication_recovery_services_provider.py +1 -1
  379. pulumi_azure_native/recoveryservices/v20230801/replication_storage_classification_mapping.py +1 -1
  380. pulumi_azure_native/recoveryservices/v20230801/replicationv_center.py +1 -1
  381. pulumi_azure_native/recoveryservices/v20240101/replication_fabric.py +1 -1
  382. pulumi_azure_native/recoveryservices/v20240101/replication_migration_item.py +1 -1
  383. pulumi_azure_native/recoveryservices/v20240101/replication_network_mapping.py +1 -1
  384. pulumi_azure_native/recoveryservices/v20240101/replication_policy.py +1 -1
  385. pulumi_azure_native/recoveryservices/v20240101/replication_protected_item.py +1 -1
  386. pulumi_azure_native/recoveryservices/v20240101/replication_protection_container_mapping.py +1 -1
  387. pulumi_azure_native/recoveryservices/v20240101/replication_recovery_plan.py +1 -1
  388. pulumi_azure_native/recoveryservices/v20240101/replication_recovery_services_provider.py +1 -1
  389. pulumi_azure_native/recoveryservices/v20240101/replication_storage_classification_mapping.py +1 -1
  390. pulumi_azure_native/recoveryservices/v20240101/replicationv_center.py +1 -1
  391. pulumi_azure_native/recoveryservices/v20240201/__init__.py +22 -0
  392. pulumi_azure_native/recoveryservices/v20240201/_enums.py +179 -0
  393. pulumi_azure_native/recoveryservices/v20240201/_inputs.py +15590 -7231
  394. pulumi_azure_native/recoveryservices/v20240201/get_replication_fabric.py +141 -0
  395. pulumi_azure_native/recoveryservices/v20240201/get_replication_migration_item.py +146 -0
  396. pulumi_azure_native/recoveryservices/v20240201/get_replication_network_mapping.py +146 -0
  397. pulumi_azure_native/recoveryservices/v20240201/get_replication_policy.py +136 -0
  398. pulumi_azure_native/recoveryservices/v20240201/get_replication_protected_item.py +146 -0
  399. pulumi_azure_native/recoveryservices/v20240201/get_replication_protection_cluster.py +133 -0
  400. pulumi_azure_native/recoveryservices/v20240201/get_replication_protection_container_mapping.py +146 -0
  401. pulumi_azure_native/recoveryservices/v20240201/get_replication_recovery_plan.py +136 -0
  402. pulumi_azure_native/recoveryservices/v20240201/get_replication_recovery_services_provider.py +141 -0
  403. pulumi_azure_native/recoveryservices/v20240201/get_replication_storage_classification_mapping.py +146 -0
  404. pulumi_azure_native/recoveryservices/v20240201/get_replicationv_center.py +141 -0
  405. pulumi_azure_native/recoveryservices/v20240201/outputs.py +30462 -8186
  406. pulumi_azure_native/recoveryservices/v20240201/replication_fabric.py +215 -0
  407. pulumi_azure_native/recoveryservices/v20240201/replication_migration_item.py +259 -0
  408. pulumi_azure_native/recoveryservices/v20240201/replication_network_mapping.py +258 -0
  409. pulumi_azure_native/recoveryservices/v20240201/replication_policy.py +216 -0
  410. pulumi_azure_native/recoveryservices/v20240201/replication_protected_item.py +258 -0
  411. pulumi_azure_native/recoveryservices/v20240201/replication_protection_cluster.py +248 -0
  412. pulumi_azure_native/recoveryservices/v20240201/replication_protection_container_mapping.py +258 -0
  413. pulumi_azure_native/recoveryservices/v20240201/replication_recovery_plan.py +217 -0
  414. pulumi_azure_native/recoveryservices/v20240201/replication_recovery_services_provider.py +237 -0
  415. pulumi_azure_native/recoveryservices/v20240201/replication_storage_classification_mapping.py +257 -0
  416. pulumi_azure_native/recoveryservices/v20240201/replicationv_center.py +236 -0
  417. {pulumi_azure_native-2.42.0a1716008169.dist-info → pulumi_azure_native-2.42.0a1716205654.dist-info}/METADATA +1 -1
  418. {pulumi_azure_native-2.42.0a1716008169.dist-info → pulumi_azure_native-2.42.0a1716205654.dist-info}/RECORD +420 -320
  419. {pulumi_azure_native-2.42.0a1716008169.dist-info → pulumi_azure_native-2.42.0a1716205654.dist-info}/WHEEL +0 -0
  420. {pulumi_azure_native-2.42.0a1716008169.dist-info → pulumi_azure_native-2.42.0a1716205654.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,258 @@
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
+ from ._enums import *
13
+ from ._inputs import *
14
+
15
+ __all__ = ['ReplicationProtectionContainerMappingArgs', 'ReplicationProtectionContainerMapping']
16
+
17
+ @pulumi.input_type
18
+ class ReplicationProtectionContainerMappingArgs:
19
+ def __init__(__self__, *,
20
+ fabric_name: pulumi.Input[str],
21
+ protection_container_name: pulumi.Input[str],
22
+ resource_group_name: pulumi.Input[str],
23
+ resource_name: pulumi.Input[str],
24
+ mapping_name: Optional[pulumi.Input[str]] = None,
25
+ properties: Optional[pulumi.Input['CreateProtectionContainerMappingInputPropertiesArgs']] = None):
26
+ """
27
+ The set of arguments for constructing a ReplicationProtectionContainerMapping resource.
28
+ :param pulumi.Input[str] fabric_name: Fabric name.
29
+ :param pulumi.Input[str] protection_container_name: Protection container name.
30
+ :param pulumi.Input[str] resource_group_name: The name of the resource group where the recovery services vault is present.
31
+ :param pulumi.Input[str] resource_name: The name of the recovery services vault.
32
+ :param pulumi.Input[str] mapping_name: Protection container mapping name.
33
+ :param pulumi.Input['CreateProtectionContainerMappingInputPropertiesArgs'] properties: Configure protection input properties.
34
+ """
35
+ pulumi.set(__self__, "fabric_name", fabric_name)
36
+ pulumi.set(__self__, "protection_container_name", protection_container_name)
37
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
38
+ pulumi.set(__self__, "resource_name", resource_name)
39
+ if mapping_name is not None:
40
+ pulumi.set(__self__, "mapping_name", mapping_name)
41
+ if properties is not None:
42
+ pulumi.set(__self__, "properties", properties)
43
+
44
+ @property
45
+ @pulumi.getter(name="fabricName")
46
+ def fabric_name(self) -> pulumi.Input[str]:
47
+ """
48
+ Fabric name.
49
+ """
50
+ return pulumi.get(self, "fabric_name")
51
+
52
+ @fabric_name.setter
53
+ def fabric_name(self, value: pulumi.Input[str]):
54
+ pulumi.set(self, "fabric_name", value)
55
+
56
+ @property
57
+ @pulumi.getter(name="protectionContainerName")
58
+ def protection_container_name(self) -> pulumi.Input[str]:
59
+ """
60
+ Protection container name.
61
+ """
62
+ return pulumi.get(self, "protection_container_name")
63
+
64
+ @protection_container_name.setter
65
+ def protection_container_name(self, value: pulumi.Input[str]):
66
+ pulumi.set(self, "protection_container_name", value)
67
+
68
+ @property
69
+ @pulumi.getter(name="resourceGroupName")
70
+ def resource_group_name(self) -> pulumi.Input[str]:
71
+ """
72
+ The name of the resource group where the recovery services vault is present.
73
+ """
74
+ return pulumi.get(self, "resource_group_name")
75
+
76
+ @resource_group_name.setter
77
+ def resource_group_name(self, value: pulumi.Input[str]):
78
+ pulumi.set(self, "resource_group_name", value)
79
+
80
+ @property
81
+ @pulumi.getter(name="resourceName")
82
+ def resource_name(self) -> pulumi.Input[str]:
83
+ """
84
+ The name of the recovery services vault.
85
+ """
86
+ return pulumi.get(self, "resource_name")
87
+
88
+ @resource_name.setter
89
+ def resource_name(self, value: pulumi.Input[str]):
90
+ pulumi.set(self, "resource_name", value)
91
+
92
+ @property
93
+ @pulumi.getter(name="mappingName")
94
+ def mapping_name(self) -> Optional[pulumi.Input[str]]:
95
+ """
96
+ Protection container mapping name.
97
+ """
98
+ return pulumi.get(self, "mapping_name")
99
+
100
+ @mapping_name.setter
101
+ def mapping_name(self, value: Optional[pulumi.Input[str]]):
102
+ pulumi.set(self, "mapping_name", value)
103
+
104
+ @property
105
+ @pulumi.getter
106
+ def properties(self) -> Optional[pulumi.Input['CreateProtectionContainerMappingInputPropertiesArgs']]:
107
+ """
108
+ Configure protection input properties.
109
+ """
110
+ return pulumi.get(self, "properties")
111
+
112
+ @properties.setter
113
+ def properties(self, value: Optional[pulumi.Input['CreateProtectionContainerMappingInputPropertiesArgs']]):
114
+ pulumi.set(self, "properties", value)
115
+
116
+
117
+ class ReplicationProtectionContainerMapping(pulumi.CustomResource):
118
+ @overload
119
+ def __init__(__self__,
120
+ resource_name: str,
121
+ opts: Optional[pulumi.ResourceOptions] = None,
122
+ fabric_name: Optional[pulumi.Input[str]] = None,
123
+ mapping_name: Optional[pulumi.Input[str]] = None,
124
+ properties: Optional[pulumi.Input[pulumi.InputType['CreateProtectionContainerMappingInputPropertiesArgs']]] = None,
125
+ protection_container_name: Optional[pulumi.Input[str]] = None,
126
+ resource_group_name: Optional[pulumi.Input[str]] = None,
127
+ resource_name_: Optional[pulumi.Input[str]] = None,
128
+ __props__=None):
129
+ """
130
+ Protection container mapping object.
131
+
132
+ :param str resource_name: The name of the resource.
133
+ :param pulumi.ResourceOptions opts: Options for the resource.
134
+ :param pulumi.Input[str] fabric_name: Fabric name.
135
+ :param pulumi.Input[str] mapping_name: Protection container mapping name.
136
+ :param pulumi.Input[pulumi.InputType['CreateProtectionContainerMappingInputPropertiesArgs']] properties: Configure protection input properties.
137
+ :param pulumi.Input[str] protection_container_name: Protection container name.
138
+ :param pulumi.Input[str] resource_group_name: The name of the resource group where the recovery services vault is present.
139
+ :param pulumi.Input[str] resource_name_: The name of the recovery services vault.
140
+ """
141
+ ...
142
+ @overload
143
+ def __init__(__self__,
144
+ resource_name: str,
145
+ args: ReplicationProtectionContainerMappingArgs,
146
+ opts: Optional[pulumi.ResourceOptions] = None):
147
+ """
148
+ Protection container mapping object.
149
+
150
+ :param str resource_name: The name of the resource.
151
+ :param ReplicationProtectionContainerMappingArgs args: The arguments to use to populate this resource's properties.
152
+ :param pulumi.ResourceOptions opts: Options for the resource.
153
+ """
154
+ ...
155
+ def __init__(__self__, resource_name: str, *args, **kwargs):
156
+ resource_args, opts = _utilities.get_resource_args_opts(ReplicationProtectionContainerMappingArgs, pulumi.ResourceOptions, *args, **kwargs)
157
+ if resource_args is not None:
158
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
159
+ else:
160
+ __self__._internal_init(resource_name, *args, **kwargs)
161
+
162
+ def _internal_init(__self__,
163
+ resource_name: str,
164
+ opts: Optional[pulumi.ResourceOptions] = None,
165
+ fabric_name: Optional[pulumi.Input[str]] = None,
166
+ mapping_name: Optional[pulumi.Input[str]] = None,
167
+ properties: Optional[pulumi.Input[pulumi.InputType['CreateProtectionContainerMappingInputPropertiesArgs']]] = None,
168
+ protection_container_name: Optional[pulumi.Input[str]] = None,
169
+ resource_group_name: Optional[pulumi.Input[str]] = None,
170
+ resource_name_: Optional[pulumi.Input[str]] = None,
171
+ __props__=None):
172
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
173
+ if not isinstance(opts, pulumi.ResourceOptions):
174
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
175
+ if opts.id is None:
176
+ if __props__ is not None:
177
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
178
+ __props__ = ReplicationProtectionContainerMappingArgs.__new__(ReplicationProtectionContainerMappingArgs)
179
+
180
+ if fabric_name is None and not opts.urn:
181
+ raise TypeError("Missing required property 'fabric_name'")
182
+ __props__.__dict__["fabric_name"] = fabric_name
183
+ __props__.__dict__["mapping_name"] = mapping_name
184
+ __props__.__dict__["properties"] = properties
185
+ if protection_container_name is None and not opts.urn:
186
+ raise TypeError("Missing required property 'protection_container_name'")
187
+ __props__.__dict__["protection_container_name"] = protection_container_name
188
+ if resource_group_name is None and not opts.urn:
189
+ raise TypeError("Missing required property 'resource_group_name'")
190
+ __props__.__dict__["resource_group_name"] = resource_group_name
191
+ if resource_name_ is None and not opts.urn:
192
+ raise TypeError("Missing required property 'resource_name_'")
193
+ __props__.__dict__["resource_name"] = resource_name_
194
+ __props__.__dict__["location"] = None
195
+ __props__.__dict__["name"] = None
196
+ __props__.__dict__["type"] = None
197
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:recoveryservices:ReplicationProtectionContainerMapping"), pulumi.Alias(type_="azure-native:recoveryservices/v20160810:ReplicationProtectionContainerMapping"), pulumi.Alias(type_="azure-native:recoveryservices/v20180110:ReplicationProtectionContainerMapping"), pulumi.Alias(type_="azure-native:recoveryservices/v20180710:ReplicationProtectionContainerMapping"), pulumi.Alias(type_="azure-native:recoveryservices/v20210210:ReplicationProtectionContainerMapping"), pulumi.Alias(type_="azure-native:recoveryservices/v20210301:ReplicationProtectionContainerMapping"), pulumi.Alias(type_="azure-native:recoveryservices/v20210401:ReplicationProtectionContainerMapping"), pulumi.Alias(type_="azure-native:recoveryservices/v20210601:ReplicationProtectionContainerMapping"), pulumi.Alias(type_="azure-native:recoveryservices/v20210701:ReplicationProtectionContainerMapping"), pulumi.Alias(type_="azure-native:recoveryservices/v20210801:ReplicationProtectionContainerMapping"), pulumi.Alias(type_="azure-native:recoveryservices/v20211001:ReplicationProtectionContainerMapping"), pulumi.Alias(type_="azure-native:recoveryservices/v20211101:ReplicationProtectionContainerMapping"), pulumi.Alias(type_="azure-native:recoveryservices/v20211201:ReplicationProtectionContainerMapping"), pulumi.Alias(type_="azure-native:recoveryservices/v20220101:ReplicationProtectionContainerMapping"), pulumi.Alias(type_="azure-native:recoveryservices/v20220201:ReplicationProtectionContainerMapping"), pulumi.Alias(type_="azure-native:recoveryservices/v20220301:ReplicationProtectionContainerMapping"), pulumi.Alias(type_="azure-native:recoveryservices/v20220401:ReplicationProtectionContainerMapping"), pulumi.Alias(type_="azure-native:recoveryservices/v20220501:ReplicationProtectionContainerMapping"), pulumi.Alias(type_="azure-native:recoveryservices/v20220801:ReplicationProtectionContainerMapping"), pulumi.Alias(type_="azure-native:recoveryservices/v20220910:ReplicationProtectionContainerMapping"), pulumi.Alias(type_="azure-native:recoveryservices/v20221001:ReplicationProtectionContainerMapping"), pulumi.Alias(type_="azure-native:recoveryservices/v20230101:ReplicationProtectionContainerMapping"), pulumi.Alias(type_="azure-native:recoveryservices/v20230201:ReplicationProtectionContainerMapping"), pulumi.Alias(type_="azure-native:recoveryservices/v20230401:ReplicationProtectionContainerMapping"), pulumi.Alias(type_="azure-native:recoveryservices/v20230601:ReplicationProtectionContainerMapping"), pulumi.Alias(type_="azure-native:recoveryservices/v20230801:ReplicationProtectionContainerMapping"), pulumi.Alias(type_="azure-native:recoveryservices/v20240101:ReplicationProtectionContainerMapping")])
198
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
199
+ super(ReplicationProtectionContainerMapping, __self__).__init__(
200
+ 'azure-native:recoveryservices/v20240201:ReplicationProtectionContainerMapping',
201
+ resource_name,
202
+ __props__,
203
+ opts)
204
+
205
+ @staticmethod
206
+ def get(resource_name: str,
207
+ id: pulumi.Input[str],
208
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'ReplicationProtectionContainerMapping':
209
+ """
210
+ Get an existing ReplicationProtectionContainerMapping resource's state with the given name, id, and optional extra
211
+ properties used to qualify the lookup.
212
+
213
+ :param str resource_name: The unique name of the resulting resource.
214
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
215
+ :param pulumi.ResourceOptions opts: Options for the resource.
216
+ """
217
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
218
+
219
+ __props__ = ReplicationProtectionContainerMappingArgs.__new__(ReplicationProtectionContainerMappingArgs)
220
+
221
+ __props__.__dict__["location"] = None
222
+ __props__.__dict__["name"] = None
223
+ __props__.__dict__["properties"] = None
224
+ __props__.__dict__["type"] = None
225
+ return ReplicationProtectionContainerMapping(resource_name, opts=opts, __props__=__props__)
226
+
227
+ @property
228
+ @pulumi.getter
229
+ def location(self) -> pulumi.Output[Optional[str]]:
230
+ """
231
+ Resource Location
232
+ """
233
+ return pulumi.get(self, "location")
234
+
235
+ @property
236
+ @pulumi.getter
237
+ def name(self) -> pulumi.Output[str]:
238
+ """
239
+ Resource Name
240
+ """
241
+ return pulumi.get(self, "name")
242
+
243
+ @property
244
+ @pulumi.getter
245
+ def properties(self) -> pulumi.Output['outputs.ProtectionContainerMappingPropertiesResponse']:
246
+ """
247
+ The custom data.
248
+ """
249
+ return pulumi.get(self, "properties")
250
+
251
+ @property
252
+ @pulumi.getter
253
+ def type(self) -> pulumi.Output[str]:
254
+ """
255
+ Resource Type
256
+ """
257
+ return pulumi.get(self, "type")
258
+
@@ -0,0 +1,217 @@
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
+ from ._enums import *
13
+ from ._inputs import *
14
+
15
+ __all__ = ['ReplicationRecoveryPlanArgs', 'ReplicationRecoveryPlan']
16
+
17
+ @pulumi.input_type
18
+ class ReplicationRecoveryPlanArgs:
19
+ def __init__(__self__, *,
20
+ properties: pulumi.Input['CreateRecoveryPlanInputPropertiesArgs'],
21
+ resource_group_name: pulumi.Input[str],
22
+ resource_name: pulumi.Input[str],
23
+ recovery_plan_name: Optional[pulumi.Input[str]] = None):
24
+ """
25
+ The set of arguments for constructing a ReplicationRecoveryPlan resource.
26
+ :param pulumi.Input['CreateRecoveryPlanInputPropertiesArgs'] properties: Recovery plan creation properties.
27
+ :param pulumi.Input[str] resource_group_name: The name of the resource group where the recovery services vault is present.
28
+ :param pulumi.Input[str] resource_name: The name of the recovery services vault.
29
+ :param pulumi.Input[str] recovery_plan_name: Recovery plan name.
30
+ """
31
+ pulumi.set(__self__, "properties", properties)
32
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
33
+ pulumi.set(__self__, "resource_name", resource_name)
34
+ if recovery_plan_name is not None:
35
+ pulumi.set(__self__, "recovery_plan_name", recovery_plan_name)
36
+
37
+ @property
38
+ @pulumi.getter
39
+ def properties(self) -> pulumi.Input['CreateRecoveryPlanInputPropertiesArgs']:
40
+ """
41
+ Recovery plan creation properties.
42
+ """
43
+ return pulumi.get(self, "properties")
44
+
45
+ @properties.setter
46
+ def properties(self, value: pulumi.Input['CreateRecoveryPlanInputPropertiesArgs']):
47
+ pulumi.set(self, "properties", value)
48
+
49
+ @property
50
+ @pulumi.getter(name="resourceGroupName")
51
+ def resource_group_name(self) -> pulumi.Input[str]:
52
+ """
53
+ The name of the resource group where the recovery services vault is present.
54
+ """
55
+ return pulumi.get(self, "resource_group_name")
56
+
57
+ @resource_group_name.setter
58
+ def resource_group_name(self, value: pulumi.Input[str]):
59
+ pulumi.set(self, "resource_group_name", value)
60
+
61
+ @property
62
+ @pulumi.getter(name="resourceName")
63
+ def resource_name(self) -> pulumi.Input[str]:
64
+ """
65
+ The name of the recovery services vault.
66
+ """
67
+ return pulumi.get(self, "resource_name")
68
+
69
+ @resource_name.setter
70
+ def resource_name(self, value: pulumi.Input[str]):
71
+ pulumi.set(self, "resource_name", value)
72
+
73
+ @property
74
+ @pulumi.getter(name="recoveryPlanName")
75
+ def recovery_plan_name(self) -> Optional[pulumi.Input[str]]:
76
+ """
77
+ Recovery plan name.
78
+ """
79
+ return pulumi.get(self, "recovery_plan_name")
80
+
81
+ @recovery_plan_name.setter
82
+ def recovery_plan_name(self, value: Optional[pulumi.Input[str]]):
83
+ pulumi.set(self, "recovery_plan_name", value)
84
+
85
+
86
+ class ReplicationRecoveryPlan(pulumi.CustomResource):
87
+ @overload
88
+ def __init__(__self__,
89
+ resource_name: str,
90
+ opts: Optional[pulumi.ResourceOptions] = None,
91
+ properties: Optional[pulumi.Input[pulumi.InputType['CreateRecoveryPlanInputPropertiesArgs']]] = None,
92
+ recovery_plan_name: Optional[pulumi.Input[str]] = None,
93
+ resource_group_name: Optional[pulumi.Input[str]] = None,
94
+ resource_name_: Optional[pulumi.Input[str]] = None,
95
+ __props__=None):
96
+ """
97
+ Recovery plan details.
98
+
99
+ :param str resource_name: The name of the resource.
100
+ :param pulumi.ResourceOptions opts: Options for the resource.
101
+ :param pulumi.Input[pulumi.InputType['CreateRecoveryPlanInputPropertiesArgs']] properties: Recovery plan creation properties.
102
+ :param pulumi.Input[str] recovery_plan_name: Recovery plan name.
103
+ :param pulumi.Input[str] resource_group_name: The name of the resource group where the recovery services vault is present.
104
+ :param pulumi.Input[str] resource_name_: The name of the recovery services vault.
105
+ """
106
+ ...
107
+ @overload
108
+ def __init__(__self__,
109
+ resource_name: str,
110
+ args: ReplicationRecoveryPlanArgs,
111
+ opts: Optional[pulumi.ResourceOptions] = None):
112
+ """
113
+ Recovery plan details.
114
+
115
+ :param str resource_name: The name of the resource.
116
+ :param ReplicationRecoveryPlanArgs args: The arguments to use to populate this resource's properties.
117
+ :param pulumi.ResourceOptions opts: Options for the resource.
118
+ """
119
+ ...
120
+ def __init__(__self__, resource_name: str, *args, **kwargs):
121
+ resource_args, opts = _utilities.get_resource_args_opts(ReplicationRecoveryPlanArgs, pulumi.ResourceOptions, *args, **kwargs)
122
+ if resource_args is not None:
123
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
124
+ else:
125
+ __self__._internal_init(resource_name, *args, **kwargs)
126
+
127
+ def _internal_init(__self__,
128
+ resource_name: str,
129
+ opts: Optional[pulumi.ResourceOptions] = None,
130
+ properties: Optional[pulumi.Input[pulumi.InputType['CreateRecoveryPlanInputPropertiesArgs']]] = None,
131
+ recovery_plan_name: Optional[pulumi.Input[str]] = None,
132
+ resource_group_name: Optional[pulumi.Input[str]] = None,
133
+ resource_name_: Optional[pulumi.Input[str]] = None,
134
+ __props__=None):
135
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
136
+ if not isinstance(opts, pulumi.ResourceOptions):
137
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
138
+ if opts.id is None:
139
+ if __props__ is not None:
140
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
141
+ __props__ = ReplicationRecoveryPlanArgs.__new__(ReplicationRecoveryPlanArgs)
142
+
143
+ if properties is None and not opts.urn:
144
+ raise TypeError("Missing required property 'properties'")
145
+ __props__.__dict__["properties"] = properties
146
+ __props__.__dict__["recovery_plan_name"] = recovery_plan_name
147
+ if resource_group_name is None and not opts.urn:
148
+ raise TypeError("Missing required property 'resource_group_name'")
149
+ __props__.__dict__["resource_group_name"] = resource_group_name
150
+ if resource_name_ is None and not opts.urn:
151
+ raise TypeError("Missing required property 'resource_name_'")
152
+ __props__.__dict__["resource_name"] = resource_name_
153
+ __props__.__dict__["location"] = None
154
+ __props__.__dict__["name"] = None
155
+ __props__.__dict__["type"] = None
156
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:recoveryservices:ReplicationRecoveryPlan"), pulumi.Alias(type_="azure-native:recoveryservices/v20160810:ReplicationRecoveryPlan"), pulumi.Alias(type_="azure-native:recoveryservices/v20180110:ReplicationRecoveryPlan"), pulumi.Alias(type_="azure-native:recoveryservices/v20180710:ReplicationRecoveryPlan"), pulumi.Alias(type_="azure-native:recoveryservices/v20210210:ReplicationRecoveryPlan"), pulumi.Alias(type_="azure-native:recoveryservices/v20210301:ReplicationRecoveryPlan"), pulumi.Alias(type_="azure-native:recoveryservices/v20210401:ReplicationRecoveryPlan"), pulumi.Alias(type_="azure-native:recoveryservices/v20210601:ReplicationRecoveryPlan"), pulumi.Alias(type_="azure-native:recoveryservices/v20210701:ReplicationRecoveryPlan"), pulumi.Alias(type_="azure-native:recoveryservices/v20210801:ReplicationRecoveryPlan"), pulumi.Alias(type_="azure-native:recoveryservices/v20211001:ReplicationRecoveryPlan"), pulumi.Alias(type_="azure-native:recoveryservices/v20211101:ReplicationRecoveryPlan"), pulumi.Alias(type_="azure-native:recoveryservices/v20211201:ReplicationRecoveryPlan"), pulumi.Alias(type_="azure-native:recoveryservices/v20220101:ReplicationRecoveryPlan"), pulumi.Alias(type_="azure-native:recoveryservices/v20220201:ReplicationRecoveryPlan"), pulumi.Alias(type_="azure-native:recoveryservices/v20220301:ReplicationRecoveryPlan"), pulumi.Alias(type_="azure-native:recoveryservices/v20220401:ReplicationRecoveryPlan"), pulumi.Alias(type_="azure-native:recoveryservices/v20220501:ReplicationRecoveryPlan"), pulumi.Alias(type_="azure-native:recoveryservices/v20220801:ReplicationRecoveryPlan"), pulumi.Alias(type_="azure-native:recoveryservices/v20220910:ReplicationRecoveryPlan"), pulumi.Alias(type_="azure-native:recoveryservices/v20221001:ReplicationRecoveryPlan"), pulumi.Alias(type_="azure-native:recoveryservices/v20230101:ReplicationRecoveryPlan"), pulumi.Alias(type_="azure-native:recoveryservices/v20230201:ReplicationRecoveryPlan"), pulumi.Alias(type_="azure-native:recoveryservices/v20230401:ReplicationRecoveryPlan"), pulumi.Alias(type_="azure-native:recoveryservices/v20230601:ReplicationRecoveryPlan"), pulumi.Alias(type_="azure-native:recoveryservices/v20230801:ReplicationRecoveryPlan"), pulumi.Alias(type_="azure-native:recoveryservices/v20240101:ReplicationRecoveryPlan")])
157
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
158
+ super(ReplicationRecoveryPlan, __self__).__init__(
159
+ 'azure-native:recoveryservices/v20240201:ReplicationRecoveryPlan',
160
+ resource_name,
161
+ __props__,
162
+ opts)
163
+
164
+ @staticmethod
165
+ def get(resource_name: str,
166
+ id: pulumi.Input[str],
167
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'ReplicationRecoveryPlan':
168
+ """
169
+ Get an existing ReplicationRecoveryPlan resource's state with the given name, id, and optional extra
170
+ properties used to qualify the lookup.
171
+
172
+ :param str resource_name: The unique name of the resulting resource.
173
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
174
+ :param pulumi.ResourceOptions opts: Options for the resource.
175
+ """
176
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
177
+
178
+ __props__ = ReplicationRecoveryPlanArgs.__new__(ReplicationRecoveryPlanArgs)
179
+
180
+ __props__.__dict__["location"] = None
181
+ __props__.__dict__["name"] = None
182
+ __props__.__dict__["properties"] = None
183
+ __props__.__dict__["type"] = None
184
+ return ReplicationRecoveryPlan(resource_name, opts=opts, __props__=__props__)
185
+
186
+ @property
187
+ @pulumi.getter
188
+ def location(self) -> pulumi.Output[Optional[str]]:
189
+ """
190
+ Resource Location
191
+ """
192
+ return pulumi.get(self, "location")
193
+
194
+ @property
195
+ @pulumi.getter
196
+ def name(self) -> pulumi.Output[str]:
197
+ """
198
+ Resource Name
199
+ """
200
+ return pulumi.get(self, "name")
201
+
202
+ @property
203
+ @pulumi.getter
204
+ def properties(self) -> pulumi.Output['outputs.RecoveryPlanPropertiesResponse']:
205
+ """
206
+ The custom details.
207
+ """
208
+ return pulumi.get(self, "properties")
209
+
210
+ @property
211
+ @pulumi.getter
212
+ def type(self) -> pulumi.Output[str]:
213
+ """
214
+ Resource Type
215
+ """
216
+ return pulumi.get(self, "type")
217
+