pulumi-azure-native 2.50.0a1720550655__py3-none-any.whl → 2.50.1__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 (295) hide show
  1. pulumi_azure_native/__init__.py +53 -0
  2. pulumi_azure_native/botservice/v20230915preview/_inputs.py +1 -1
  3. pulumi_azure_native/botservice/v20230915preview/outputs.py +1 -1
  4. pulumi_azure_native/containerservice/__init__.py +3 -0
  5. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  6. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  7. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  8. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  9. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  10. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  11. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  12. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  13. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  14. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  15. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  16. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  17. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  18. pulumi_azure_native/containerservice/snapshot.py +3 -3
  19. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  20. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  21. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  22. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  23. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  24. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  25. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  26. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  27. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  28. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  29. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  30. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  31. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  32. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  33. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  34. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  35. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  36. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  37. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  38. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  39. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  40. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  41. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  42. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  43. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  44. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  45. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  46. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  47. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  48. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  49. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  50. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  51. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  52. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  53. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  54. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  55. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  56. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  57. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  58. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  59. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  60. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  61. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  62. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  63. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  64. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  65. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  66. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  67. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  68. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  69. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  70. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  71. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  72. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  73. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  74. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  75. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  76. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  77. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  78. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  79. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  80. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  81. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  82. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  83. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  84. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  85. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  86. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  87. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  88. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  89. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  90. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  91. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  92. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  93. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  94. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  95. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  96. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  97. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  98. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  99. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  100. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  101. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  102. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  103. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  104. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  105. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  106. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  107. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  108. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  109. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  110. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  111. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  112. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  113. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  114. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  115. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  116. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  117. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  118. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  119. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  120. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  121. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  122. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  123. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  124. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  125. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  126. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  127. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  128. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  129. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  130. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  131. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  132. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  133. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  134. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  135. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  136. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
  137. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
  138. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
  139. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
  140. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
  141. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
  142. pulumi_azure_native/containerservice/v20240501/__init__.py +25 -0
  143. pulumi_azure_native/containerservice/v20240501/_enums.py +628 -0
  144. pulumi_azure_native/containerservice/v20240501/_inputs.py +7454 -0
  145. pulumi_azure_native/containerservice/v20240501/agent_pool.py +1391 -0
  146. pulumi_azure_native/containerservice/v20240501/get_agent_pool.py +674 -0
  147. pulumi_azure_native/containerservice/v20240501/get_maintenance_configuration.py +167 -0
  148. pulumi_azure_native/containerservice/v20240501/get_managed_cluster.py +721 -0
  149. pulumi_azure_native/containerservice/v20240501/get_private_endpoint_connection.py +154 -0
  150. pulumi_azure_native/containerservice/v20240501/get_snapshot.py +253 -0
  151. pulumi_azure_native/containerservice/v20240501/get_trusted_access_role_binding.py +167 -0
  152. pulumi_azure_native/containerservice/v20240501/list_managed_cluster_admin_credentials.py +89 -0
  153. pulumi_azure_native/containerservice/v20240501/list_managed_cluster_monitoring_user_credentials.py +89 -0
  154. pulumi_azure_native/containerservice/v20240501/list_managed_cluster_user_credentials.py +94 -0
  155. pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +279 -0
  156. pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1353 -0
  157. pulumi_azure_native/containerservice/v20240501/outputs.py +6403 -0
  158. pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +251 -0
  159. pulumi_azure_native/containerservice/v20240501/snapshot.py +347 -0
  160. pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +260 -0
  161. pulumi_azure_native/guestconfiguration/__init__.py +3 -0
  162. pulumi_azure_native/guestconfiguration/get_guest_configuration_assignment.py +4 -0
  163. pulumi_azure_native/guestconfiguration/get_guest_configuration_assignments_vmss.py +4 -0
  164. pulumi_azure_native/guestconfiguration/get_guest_configuration_connected_v_mwarev_sphere_assignment.py +4 -0
  165. pulumi_azure_native/guestconfiguration/get_guest_configuration_hcrpassignment.py +4 -0
  166. pulumi_azure_native/guestconfiguration/guest_configuration_assignment.py +5 -1
  167. pulumi_azure_native/guestconfiguration/guest_configuration_assignments_vmss.py +5 -1
  168. pulumi_azure_native/guestconfiguration/guest_configuration_connected_v_mwarev_sphere_assignment.py +5 -1
  169. pulumi_azure_native/guestconfiguration/guest_configuration_hcrpassignment.py +5 -1
  170. pulumi_azure_native/guestconfiguration/v20220125/guest_configuration_assignment.py +1 -1
  171. pulumi_azure_native/guestconfiguration/v20220125/guest_configuration_assignments_vmss.py +1 -1
  172. pulumi_azure_native/guestconfiguration/v20220125/guest_configuration_connected_v_mwarev_sphere_assignment.py +1 -1
  173. pulumi_azure_native/guestconfiguration/v20220125/guest_configuration_hcrpassignment.py +1 -1
  174. pulumi_azure_native/guestconfiguration/v20240405/__init__.py +18 -0
  175. pulumi_azure_native/guestconfiguration/v20240405/_enums.py +27 -0
  176. pulumi_azure_native/guestconfiguration/v20240405/_inputs.py +336 -0
  177. pulumi_azure_native/guestconfiguration/v20240405/get_guest_configuration_assignment.py +154 -0
  178. pulumi_azure_native/guestconfiguration/v20240405/get_guest_configuration_assignments_vmss.py +154 -0
  179. pulumi_azure_native/guestconfiguration/v20240405/get_guest_configuration_connected_v_mwarev_sphere_assignment.py +154 -0
  180. pulumi_azure_native/guestconfiguration/v20240405/get_guest_configuration_hcrpassignment.py +154 -0
  181. pulumi_azure_native/guestconfiguration/v20240405/guest_configuration_assignment.py +269 -0
  182. pulumi_azure_native/guestconfiguration/v20240405/guest_configuration_assignments_vmss.py +249 -0
  183. pulumi_azure_native/guestconfiguration/v20240405/guest_configuration_connected_v_mwarev_sphere_assignment.py +269 -0
  184. pulumi_azure_native/guestconfiguration/v20240405/guest_configuration_hcrpassignment.py +269 -0
  185. pulumi_azure_native/guestconfiguration/v20240405/outputs.py +1088 -0
  186. pulumi_azure_native/network/__init__.py +3 -0
  187. pulumi_azure_native/network/get_private_record_set.py +4 -0
  188. pulumi_azure_native/network/get_private_zone.py +4 -0
  189. pulumi_azure_native/network/get_virtual_network_link.py +4 -0
  190. pulumi_azure_native/network/private_record_set.py +5 -1
  191. pulumi_azure_native/network/private_zone.py +5 -1
  192. pulumi_azure_native/network/v20200601/private_record_set.py +1 -1
  193. pulumi_azure_native/network/v20200601/private_zone.py +1 -1
  194. pulumi_azure_native/network/v20200601/virtual_network_link.py +1 -1
  195. pulumi_azure_native/network/v20240601/__init__.py +16 -0
  196. pulumi_azure_native/network/v20240601/_enums.py +17 -0
  197. pulumi_azure_native/network/v20240601/_inputs.py +573 -0
  198. pulumi_azure_native/network/v20240601/get_private_record_set.py +289 -0
  199. pulumi_azure_native/network/v20240601/get_private_zone.py +252 -0
  200. pulumi_azure_native/network/v20240601/get_virtual_network_link.py +219 -0
  201. pulumi_azure_native/network/v20240601/outputs.py +415 -0
  202. pulumi_azure_native/network/v20240601/private_record_set.py +522 -0
  203. pulumi_azure_native/network/v20240601/private_zone.py +306 -0
  204. pulumi_azure_native/network/v20240601/virtual_network_link.py +357 -0
  205. pulumi_azure_native/network/virtual_network_link.py +5 -1
  206. pulumi_azure_native/pulumi-plugin.json +1 -1
  207. pulumi_azure_native/servicebus/__init__.py +3 -0
  208. pulumi_azure_native/servicebus/disaster_recovery_config.py +3 -3
  209. pulumi_azure_native/servicebus/get_disaster_recovery_config.py +2 -2
  210. pulumi_azure_native/servicebus/get_migration_config.py +2 -2
  211. pulumi_azure_native/servicebus/get_namespace.py +2 -2
  212. pulumi_azure_native/servicebus/get_namespace_authorization_rule.py +2 -2
  213. pulumi_azure_native/servicebus/get_namespace_network_rule_set.py +2 -2
  214. pulumi_azure_native/servicebus/get_private_endpoint_connection.py +2 -2
  215. pulumi_azure_native/servicebus/get_queue.py +2 -2
  216. pulumi_azure_native/servicebus/get_queue_authorization_rule.py +2 -2
  217. pulumi_azure_native/servicebus/get_rule.py +2 -2
  218. pulumi_azure_native/servicebus/get_subscription.py +2 -2
  219. pulumi_azure_native/servicebus/get_topic.py +2 -2
  220. pulumi_azure_native/servicebus/get_topic_authorization_rule.py +2 -2
  221. pulumi_azure_native/servicebus/list_disaster_recovery_config_keys.py +2 -2
  222. pulumi_azure_native/servicebus/list_namespace_keys.py +2 -2
  223. pulumi_azure_native/servicebus/list_queue_keys.py +2 -2
  224. pulumi_azure_native/servicebus/list_topic_keys.py +2 -2
  225. pulumi_azure_native/servicebus/migration_config.py +3 -3
  226. pulumi_azure_native/servicebus/namespace.py +3 -3
  227. pulumi_azure_native/servicebus/namespace_authorization_rule.py +3 -3
  228. pulumi_azure_native/servicebus/namespace_network_rule_set.py +3 -3
  229. pulumi_azure_native/servicebus/private_endpoint_connection.py +3 -3
  230. pulumi_azure_native/servicebus/queue.py +3 -3
  231. pulumi_azure_native/servicebus/queue_authorization_rule.py +3 -3
  232. pulumi_azure_native/servicebus/rule.py +3 -3
  233. pulumi_azure_native/servicebus/subscription.py +3 -3
  234. pulumi_azure_native/servicebus/topic.py +3 -3
  235. pulumi_azure_native/servicebus/topic_authorization_rule.py +3 -3
  236. pulumi_azure_native/servicebus/v20220101preview/disaster_recovery_config.py +1 -1
  237. pulumi_azure_native/servicebus/v20220101preview/migration_config.py +1 -1
  238. pulumi_azure_native/servicebus/v20220101preview/namespace.py +1 -1
  239. pulumi_azure_native/servicebus/v20220101preview/namespace_authorization_rule.py +1 -1
  240. pulumi_azure_native/servicebus/v20220101preview/namespace_network_rule_set.py +1 -1
  241. pulumi_azure_native/servicebus/v20220101preview/private_endpoint_connection.py +1 -1
  242. pulumi_azure_native/servicebus/v20220101preview/queue.py +1 -1
  243. pulumi_azure_native/servicebus/v20220101preview/queue_authorization_rule.py +1 -1
  244. pulumi_azure_native/servicebus/v20220101preview/rule.py +1 -1
  245. pulumi_azure_native/servicebus/v20220101preview/subscription.py +1 -1
  246. pulumi_azure_native/servicebus/v20220101preview/topic.py +1 -1
  247. pulumi_azure_native/servicebus/v20220101preview/topic_authorization_rule.py +1 -1
  248. pulumi_azure_native/servicebus/v20221001preview/disaster_recovery_config.py +1 -1
  249. pulumi_azure_native/servicebus/v20221001preview/migration_config.py +1 -1
  250. pulumi_azure_native/servicebus/v20221001preview/namespace.py +1 -1
  251. pulumi_azure_native/servicebus/v20221001preview/namespace_authorization_rule.py +1 -1
  252. pulumi_azure_native/servicebus/v20221001preview/namespace_network_rule_set.py +1 -1
  253. pulumi_azure_native/servicebus/v20221001preview/private_endpoint_connection.py +1 -1
  254. pulumi_azure_native/servicebus/v20221001preview/queue.py +1 -1
  255. pulumi_azure_native/servicebus/v20221001preview/queue_authorization_rule.py +1 -1
  256. pulumi_azure_native/servicebus/v20221001preview/rule.py +1 -1
  257. pulumi_azure_native/servicebus/v20221001preview/subscription.py +1 -1
  258. pulumi_azure_native/servicebus/v20221001preview/topic.py +1 -1
  259. pulumi_azure_native/servicebus/v20221001preview/topic_authorization_rule.py +1 -1
  260. pulumi_azure_native/servicebus/v20230101preview/__init__.py +38 -0
  261. pulumi_azure_native/servicebus/v20230101preview/_enums.py +158 -0
  262. pulumi_azure_native/servicebus/v20230101preview/_inputs.py +1285 -0
  263. pulumi_azure_native/servicebus/v20230101preview/disaster_recovery_config.py +288 -0
  264. pulumi_azure_native/servicebus/v20230101preview/get_disaster_recovery_config.py +206 -0
  265. pulumi_azure_native/servicebus/v20230101preview/get_migration_config.py +206 -0
  266. pulumi_azure_native/servicebus/v20230101preview/get_namespace.py +370 -0
  267. pulumi_azure_native/servicebus/v20230101preview/get_namespace_authorization_rule.py +154 -0
  268. pulumi_azure_native/servicebus/v20230101preview/get_namespace_network_rule_set.py +201 -0
  269. pulumi_azure_native/servicebus/v20230101preview/get_private_endpoint_connection.py +180 -0
  270. pulumi_azure_native/servicebus/v20230101preview/get_queue.py +427 -0
  271. pulumi_azure_native/servicebus/v20230101preview/get_queue_authorization_rule.py +159 -0
  272. pulumi_azure_native/servicebus/v20230101preview/get_rule.py +203 -0
  273. pulumi_azure_native/servicebus/v20230101preview/get_subscription.py +393 -0
  274. pulumi_azure_native/servicebus/v20230101preview/get_topic.py +362 -0
  275. pulumi_azure_native/servicebus/v20230101preview/get_topic_authorization_rule.py +159 -0
  276. pulumi_azure_native/servicebus/v20230101preview/list_disaster_recovery_config_keys.py +171 -0
  277. pulumi_azure_native/servicebus/v20230101preview/list_namespace_keys.py +166 -0
  278. pulumi_azure_native/servicebus/v20230101preview/list_queue_keys.py +171 -0
  279. pulumi_azure_native/servicebus/v20230101preview/list_topic_keys.py +171 -0
  280. pulumi_azure_native/servicebus/v20230101preview/migration_config.py +290 -0
  281. pulumi_azure_native/servicebus/v20230101preview/namespace.py +615 -0
  282. pulumi_azure_native/servicebus/v20230101preview/namespace_authorization_rule.py +231 -0
  283. pulumi_azure_native/servicebus/v20230101preview/namespace_network_rule_set.py +331 -0
  284. pulumi_azure_native/servicebus/v20230101preview/outputs.py +1401 -0
  285. pulumi_azure_native/servicebus/v20230101preview/private_endpoint_connection.py +289 -0
  286. pulumi_azure_native/servicebus/v20230101preview/queue.py +725 -0
  287. pulumi_azure_native/servicebus/v20230101preview/queue_authorization_rule.py +252 -0
  288. pulumi_azure_native/servicebus/v20230101preview/rule.py +360 -0
  289. pulumi_azure_native/servicebus/v20230101preview/subscription.py +679 -0
  290. pulumi_azure_native/servicebus/v20230101preview/topic.py +580 -0
  291. pulumi_azure_native/servicebus/v20230101preview/topic_authorization_rule.py +252 -0
  292. {pulumi_azure_native-2.50.0a1720550655.dist-info → pulumi_azure_native-2.50.1.dist-info}/METADATA +1 -1
  293. {pulumi_azure_native-2.50.0a1720550655.dist-info → pulumi_azure_native-2.50.1.dist-info}/RECORD +295 -222
  294. {pulumi_azure_native-2.50.0a1720550655.dist-info → pulumi_azure_native-2.50.1.dist-info}/WHEEL +0 -0
  295. {pulumi_azure_native-2.50.0a1720550655.dist-info → pulumi_azure_native-2.50.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1285 @@
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
+ 'ActionArgs',
20
+ 'ActionArgsDict',
21
+ 'ConnectionStateArgs',
22
+ 'ConnectionStateArgsDict',
23
+ 'CorrelationFilterArgs',
24
+ 'CorrelationFilterArgsDict',
25
+ 'EncryptionArgs',
26
+ 'EncryptionArgsDict',
27
+ 'GeoDataReplicationPropertiesArgs',
28
+ 'GeoDataReplicationPropertiesArgsDict',
29
+ 'IdentityArgs',
30
+ 'IdentityArgsDict',
31
+ 'KeyVaultPropertiesArgs',
32
+ 'KeyVaultPropertiesArgsDict',
33
+ 'NWRuleSetIpRulesArgs',
34
+ 'NWRuleSetIpRulesArgsDict',
35
+ 'NWRuleSetVirtualNetworkRulesArgs',
36
+ 'NWRuleSetVirtualNetworkRulesArgsDict',
37
+ 'NamespaceReplicaLocationArgs',
38
+ 'NamespaceReplicaLocationArgsDict',
39
+ 'PrivateEndpointConnectionArgs',
40
+ 'PrivateEndpointConnectionArgsDict',
41
+ 'PrivateEndpointArgs',
42
+ 'PrivateEndpointArgsDict',
43
+ 'SBClientAffinePropertiesArgs',
44
+ 'SBClientAffinePropertiesArgsDict',
45
+ 'SBSkuArgs',
46
+ 'SBSkuArgsDict',
47
+ 'SqlFilterArgs',
48
+ 'SqlFilterArgsDict',
49
+ 'SubnetArgs',
50
+ 'SubnetArgsDict',
51
+ 'UserAssignedIdentityPropertiesArgs',
52
+ 'UserAssignedIdentityPropertiesArgsDict',
53
+ ]
54
+
55
+ MYPY = False
56
+
57
+ if not MYPY:
58
+ class ActionArgsDict(TypedDict):
59
+ """
60
+ Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.
61
+ """
62
+ compatibility_level: NotRequired[pulumi.Input[int]]
63
+ """
64
+ This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20.
65
+ """
66
+ requires_preprocessing: NotRequired[pulumi.Input[bool]]
67
+ """
68
+ Value that indicates whether the rule action requires preprocessing.
69
+ """
70
+ sql_expression: NotRequired[pulumi.Input[str]]
71
+ """
72
+ SQL expression. e.g. MyProperty='ABC'
73
+ """
74
+ elif False:
75
+ ActionArgsDict: TypeAlias = Mapping[str, Any]
76
+
77
+ @pulumi.input_type
78
+ class ActionArgs:
79
+ def __init__(__self__, *,
80
+ compatibility_level: Optional[pulumi.Input[int]] = None,
81
+ requires_preprocessing: Optional[pulumi.Input[bool]] = None,
82
+ sql_expression: Optional[pulumi.Input[str]] = None):
83
+ """
84
+ Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.
85
+ :param pulumi.Input[int] compatibility_level: This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20.
86
+ :param pulumi.Input[bool] requires_preprocessing: Value that indicates whether the rule action requires preprocessing.
87
+ :param pulumi.Input[str] sql_expression: SQL expression. e.g. MyProperty='ABC'
88
+ """
89
+ if compatibility_level is not None:
90
+ pulumi.set(__self__, "compatibility_level", compatibility_level)
91
+ if requires_preprocessing is None:
92
+ requires_preprocessing = True
93
+ if requires_preprocessing is not None:
94
+ pulumi.set(__self__, "requires_preprocessing", requires_preprocessing)
95
+ if sql_expression is not None:
96
+ pulumi.set(__self__, "sql_expression", sql_expression)
97
+
98
+ @property
99
+ @pulumi.getter(name="compatibilityLevel")
100
+ def compatibility_level(self) -> Optional[pulumi.Input[int]]:
101
+ """
102
+ This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20.
103
+ """
104
+ return pulumi.get(self, "compatibility_level")
105
+
106
+ @compatibility_level.setter
107
+ def compatibility_level(self, value: Optional[pulumi.Input[int]]):
108
+ pulumi.set(self, "compatibility_level", value)
109
+
110
+ @property
111
+ @pulumi.getter(name="requiresPreprocessing")
112
+ def requires_preprocessing(self) -> Optional[pulumi.Input[bool]]:
113
+ """
114
+ Value that indicates whether the rule action requires preprocessing.
115
+ """
116
+ return pulumi.get(self, "requires_preprocessing")
117
+
118
+ @requires_preprocessing.setter
119
+ def requires_preprocessing(self, value: Optional[pulumi.Input[bool]]):
120
+ pulumi.set(self, "requires_preprocessing", value)
121
+
122
+ @property
123
+ @pulumi.getter(name="sqlExpression")
124
+ def sql_expression(self) -> Optional[pulumi.Input[str]]:
125
+ """
126
+ SQL expression. e.g. MyProperty='ABC'
127
+ """
128
+ return pulumi.get(self, "sql_expression")
129
+
130
+ @sql_expression.setter
131
+ def sql_expression(self, value: Optional[pulumi.Input[str]]):
132
+ pulumi.set(self, "sql_expression", value)
133
+
134
+
135
+ if not MYPY:
136
+ class ConnectionStateArgsDict(TypedDict):
137
+ """
138
+ ConnectionState information.
139
+ """
140
+ description: NotRequired[pulumi.Input[str]]
141
+ """
142
+ Description of the connection state.
143
+ """
144
+ status: NotRequired[pulumi.Input[Union[str, 'PrivateLinkConnectionStatus']]]
145
+ """
146
+ Status of the connection.
147
+ """
148
+ elif False:
149
+ ConnectionStateArgsDict: TypeAlias = Mapping[str, Any]
150
+
151
+ @pulumi.input_type
152
+ class ConnectionStateArgs:
153
+ def __init__(__self__, *,
154
+ description: Optional[pulumi.Input[str]] = None,
155
+ status: Optional[pulumi.Input[Union[str, 'PrivateLinkConnectionStatus']]] = None):
156
+ """
157
+ ConnectionState information.
158
+ :param pulumi.Input[str] description: Description of the connection state.
159
+ :param pulumi.Input[Union[str, 'PrivateLinkConnectionStatus']] status: Status of the connection.
160
+ """
161
+ if description is not None:
162
+ pulumi.set(__self__, "description", description)
163
+ if status is not None:
164
+ pulumi.set(__self__, "status", status)
165
+
166
+ @property
167
+ @pulumi.getter
168
+ def description(self) -> Optional[pulumi.Input[str]]:
169
+ """
170
+ Description of the connection state.
171
+ """
172
+ return pulumi.get(self, "description")
173
+
174
+ @description.setter
175
+ def description(self, value: Optional[pulumi.Input[str]]):
176
+ pulumi.set(self, "description", value)
177
+
178
+ @property
179
+ @pulumi.getter
180
+ def status(self) -> Optional[pulumi.Input[Union[str, 'PrivateLinkConnectionStatus']]]:
181
+ """
182
+ Status of the connection.
183
+ """
184
+ return pulumi.get(self, "status")
185
+
186
+ @status.setter
187
+ def status(self, value: Optional[pulumi.Input[Union[str, 'PrivateLinkConnectionStatus']]]):
188
+ pulumi.set(self, "status", value)
189
+
190
+
191
+ if not MYPY:
192
+ class CorrelationFilterArgsDict(TypedDict):
193
+ """
194
+ Represents the correlation filter expression.
195
+ """
196
+ content_type: NotRequired[pulumi.Input[str]]
197
+ """
198
+ Content type of the message.
199
+ """
200
+ correlation_id: NotRequired[pulumi.Input[str]]
201
+ """
202
+ Identifier of the correlation.
203
+ """
204
+ label: NotRequired[pulumi.Input[str]]
205
+ """
206
+ Application specific label.
207
+ """
208
+ message_id: NotRequired[pulumi.Input[str]]
209
+ """
210
+ Identifier of the message.
211
+ """
212
+ properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
213
+ """
214
+ dictionary object for custom filters
215
+ """
216
+ reply_to: NotRequired[pulumi.Input[str]]
217
+ """
218
+ Address of the queue to reply to.
219
+ """
220
+ reply_to_session_id: NotRequired[pulumi.Input[str]]
221
+ """
222
+ Session identifier to reply to.
223
+ """
224
+ requires_preprocessing: NotRequired[pulumi.Input[bool]]
225
+ """
226
+ Value that indicates whether the rule action requires preprocessing.
227
+ """
228
+ session_id: NotRequired[pulumi.Input[str]]
229
+ """
230
+ Session identifier.
231
+ """
232
+ to: NotRequired[pulumi.Input[str]]
233
+ """
234
+ Address to send to.
235
+ """
236
+ elif False:
237
+ CorrelationFilterArgsDict: TypeAlias = Mapping[str, Any]
238
+
239
+ @pulumi.input_type
240
+ class CorrelationFilterArgs:
241
+ def __init__(__self__, *,
242
+ content_type: Optional[pulumi.Input[str]] = None,
243
+ correlation_id: Optional[pulumi.Input[str]] = None,
244
+ label: Optional[pulumi.Input[str]] = None,
245
+ message_id: Optional[pulumi.Input[str]] = None,
246
+ properties: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
247
+ reply_to: Optional[pulumi.Input[str]] = None,
248
+ reply_to_session_id: Optional[pulumi.Input[str]] = None,
249
+ requires_preprocessing: Optional[pulumi.Input[bool]] = None,
250
+ session_id: Optional[pulumi.Input[str]] = None,
251
+ to: Optional[pulumi.Input[str]] = None):
252
+ """
253
+ Represents the correlation filter expression.
254
+ :param pulumi.Input[str] content_type: Content type of the message.
255
+ :param pulumi.Input[str] correlation_id: Identifier of the correlation.
256
+ :param pulumi.Input[str] label: Application specific label.
257
+ :param pulumi.Input[str] message_id: Identifier of the message.
258
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] properties: dictionary object for custom filters
259
+ :param pulumi.Input[str] reply_to: Address of the queue to reply to.
260
+ :param pulumi.Input[str] reply_to_session_id: Session identifier to reply to.
261
+ :param pulumi.Input[bool] requires_preprocessing: Value that indicates whether the rule action requires preprocessing.
262
+ :param pulumi.Input[str] session_id: Session identifier.
263
+ :param pulumi.Input[str] to: Address to send to.
264
+ """
265
+ if content_type is not None:
266
+ pulumi.set(__self__, "content_type", content_type)
267
+ if correlation_id is not None:
268
+ pulumi.set(__self__, "correlation_id", correlation_id)
269
+ if label is not None:
270
+ pulumi.set(__self__, "label", label)
271
+ if message_id is not None:
272
+ pulumi.set(__self__, "message_id", message_id)
273
+ if properties is not None:
274
+ pulumi.set(__self__, "properties", properties)
275
+ if reply_to is not None:
276
+ pulumi.set(__self__, "reply_to", reply_to)
277
+ if reply_to_session_id is not None:
278
+ pulumi.set(__self__, "reply_to_session_id", reply_to_session_id)
279
+ if requires_preprocessing is None:
280
+ requires_preprocessing = True
281
+ if requires_preprocessing is not None:
282
+ pulumi.set(__self__, "requires_preprocessing", requires_preprocessing)
283
+ if session_id is not None:
284
+ pulumi.set(__self__, "session_id", session_id)
285
+ if to is not None:
286
+ pulumi.set(__self__, "to", to)
287
+
288
+ @property
289
+ @pulumi.getter(name="contentType")
290
+ def content_type(self) -> Optional[pulumi.Input[str]]:
291
+ """
292
+ Content type of the message.
293
+ """
294
+ return pulumi.get(self, "content_type")
295
+
296
+ @content_type.setter
297
+ def content_type(self, value: Optional[pulumi.Input[str]]):
298
+ pulumi.set(self, "content_type", value)
299
+
300
+ @property
301
+ @pulumi.getter(name="correlationId")
302
+ def correlation_id(self) -> Optional[pulumi.Input[str]]:
303
+ """
304
+ Identifier of the correlation.
305
+ """
306
+ return pulumi.get(self, "correlation_id")
307
+
308
+ @correlation_id.setter
309
+ def correlation_id(self, value: Optional[pulumi.Input[str]]):
310
+ pulumi.set(self, "correlation_id", value)
311
+
312
+ @property
313
+ @pulumi.getter
314
+ def label(self) -> Optional[pulumi.Input[str]]:
315
+ """
316
+ Application specific label.
317
+ """
318
+ return pulumi.get(self, "label")
319
+
320
+ @label.setter
321
+ def label(self, value: Optional[pulumi.Input[str]]):
322
+ pulumi.set(self, "label", value)
323
+
324
+ @property
325
+ @pulumi.getter(name="messageId")
326
+ def message_id(self) -> Optional[pulumi.Input[str]]:
327
+ """
328
+ Identifier of the message.
329
+ """
330
+ return pulumi.get(self, "message_id")
331
+
332
+ @message_id.setter
333
+ def message_id(self, value: Optional[pulumi.Input[str]]):
334
+ pulumi.set(self, "message_id", value)
335
+
336
+ @property
337
+ @pulumi.getter
338
+ def properties(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
339
+ """
340
+ dictionary object for custom filters
341
+ """
342
+ return pulumi.get(self, "properties")
343
+
344
+ @properties.setter
345
+ def properties(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
346
+ pulumi.set(self, "properties", value)
347
+
348
+ @property
349
+ @pulumi.getter(name="replyTo")
350
+ def reply_to(self) -> Optional[pulumi.Input[str]]:
351
+ """
352
+ Address of the queue to reply to.
353
+ """
354
+ return pulumi.get(self, "reply_to")
355
+
356
+ @reply_to.setter
357
+ def reply_to(self, value: Optional[pulumi.Input[str]]):
358
+ pulumi.set(self, "reply_to", value)
359
+
360
+ @property
361
+ @pulumi.getter(name="replyToSessionId")
362
+ def reply_to_session_id(self) -> Optional[pulumi.Input[str]]:
363
+ """
364
+ Session identifier to reply to.
365
+ """
366
+ return pulumi.get(self, "reply_to_session_id")
367
+
368
+ @reply_to_session_id.setter
369
+ def reply_to_session_id(self, value: Optional[pulumi.Input[str]]):
370
+ pulumi.set(self, "reply_to_session_id", value)
371
+
372
+ @property
373
+ @pulumi.getter(name="requiresPreprocessing")
374
+ def requires_preprocessing(self) -> Optional[pulumi.Input[bool]]:
375
+ """
376
+ Value that indicates whether the rule action requires preprocessing.
377
+ """
378
+ return pulumi.get(self, "requires_preprocessing")
379
+
380
+ @requires_preprocessing.setter
381
+ def requires_preprocessing(self, value: Optional[pulumi.Input[bool]]):
382
+ pulumi.set(self, "requires_preprocessing", value)
383
+
384
+ @property
385
+ @pulumi.getter(name="sessionId")
386
+ def session_id(self) -> Optional[pulumi.Input[str]]:
387
+ """
388
+ Session identifier.
389
+ """
390
+ return pulumi.get(self, "session_id")
391
+
392
+ @session_id.setter
393
+ def session_id(self, value: Optional[pulumi.Input[str]]):
394
+ pulumi.set(self, "session_id", value)
395
+
396
+ @property
397
+ @pulumi.getter
398
+ def to(self) -> Optional[pulumi.Input[str]]:
399
+ """
400
+ Address to send to.
401
+ """
402
+ return pulumi.get(self, "to")
403
+
404
+ @to.setter
405
+ def to(self, value: Optional[pulumi.Input[str]]):
406
+ pulumi.set(self, "to", value)
407
+
408
+
409
+ if not MYPY:
410
+ class EncryptionArgsDict(TypedDict):
411
+ """
412
+ Properties to configure Encryption
413
+ """
414
+ key_source: NotRequired[pulumi.Input['KeySource']]
415
+ """
416
+ Enumerates the possible value of keySource for Encryption
417
+ """
418
+ key_vault_properties: NotRequired[pulumi.Input[Sequence[pulumi.Input['KeyVaultPropertiesArgsDict']]]]
419
+ """
420
+ Properties of KeyVault
421
+ """
422
+ require_infrastructure_encryption: NotRequired[pulumi.Input[bool]]
423
+ """
424
+ Enable Infrastructure Encryption (Double Encryption)
425
+ """
426
+ elif False:
427
+ EncryptionArgsDict: TypeAlias = Mapping[str, Any]
428
+
429
+ @pulumi.input_type
430
+ class EncryptionArgs:
431
+ def __init__(__self__, *,
432
+ key_source: Optional[pulumi.Input['KeySource']] = None,
433
+ key_vault_properties: Optional[pulumi.Input[Sequence[pulumi.Input['KeyVaultPropertiesArgs']]]] = None,
434
+ require_infrastructure_encryption: Optional[pulumi.Input[bool]] = None):
435
+ """
436
+ Properties to configure Encryption
437
+ :param pulumi.Input['KeySource'] key_source: Enumerates the possible value of keySource for Encryption
438
+ :param pulumi.Input[Sequence[pulumi.Input['KeyVaultPropertiesArgs']]] key_vault_properties: Properties of KeyVault
439
+ :param pulumi.Input[bool] require_infrastructure_encryption: Enable Infrastructure Encryption (Double Encryption)
440
+ """
441
+ if key_source is None:
442
+ key_source = 'Microsoft.KeyVault'
443
+ if key_source is not None:
444
+ pulumi.set(__self__, "key_source", key_source)
445
+ if key_vault_properties is not None:
446
+ pulumi.set(__self__, "key_vault_properties", key_vault_properties)
447
+ if require_infrastructure_encryption is not None:
448
+ pulumi.set(__self__, "require_infrastructure_encryption", require_infrastructure_encryption)
449
+
450
+ @property
451
+ @pulumi.getter(name="keySource")
452
+ def key_source(self) -> Optional[pulumi.Input['KeySource']]:
453
+ """
454
+ Enumerates the possible value of keySource for Encryption
455
+ """
456
+ return pulumi.get(self, "key_source")
457
+
458
+ @key_source.setter
459
+ def key_source(self, value: Optional[pulumi.Input['KeySource']]):
460
+ pulumi.set(self, "key_source", value)
461
+
462
+ @property
463
+ @pulumi.getter(name="keyVaultProperties")
464
+ def key_vault_properties(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KeyVaultPropertiesArgs']]]]:
465
+ """
466
+ Properties of KeyVault
467
+ """
468
+ return pulumi.get(self, "key_vault_properties")
469
+
470
+ @key_vault_properties.setter
471
+ def key_vault_properties(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['KeyVaultPropertiesArgs']]]]):
472
+ pulumi.set(self, "key_vault_properties", value)
473
+
474
+ @property
475
+ @pulumi.getter(name="requireInfrastructureEncryption")
476
+ def require_infrastructure_encryption(self) -> Optional[pulumi.Input[bool]]:
477
+ """
478
+ Enable Infrastructure Encryption (Double Encryption)
479
+ """
480
+ return pulumi.get(self, "require_infrastructure_encryption")
481
+
482
+ @require_infrastructure_encryption.setter
483
+ def require_infrastructure_encryption(self, value: Optional[pulumi.Input[bool]]):
484
+ pulumi.set(self, "require_infrastructure_encryption", value)
485
+
486
+
487
+ if not MYPY:
488
+ class GeoDataReplicationPropertiesArgsDict(TypedDict):
489
+ """
490
+ GeoDR Replication properties
491
+ """
492
+ locations: NotRequired[pulumi.Input[Sequence[pulumi.Input['NamespaceReplicaLocationArgsDict']]]]
493
+ """
494
+ A list of regions where replicas of the namespace are maintained.
495
+ """
496
+ max_replication_lag_duration_in_seconds: NotRequired[pulumi.Input[int]]
497
+ """
498
+ The maximum acceptable lag for data replication operations from the primary replica to a quorum of secondary replicas. When the lag exceeds the configured amount, operations on the primary replica will be failed. The allowed values are 0 and 5 minutes to 1 day.
499
+ """
500
+ elif False:
501
+ GeoDataReplicationPropertiesArgsDict: TypeAlias = Mapping[str, Any]
502
+
503
+ @pulumi.input_type
504
+ class GeoDataReplicationPropertiesArgs:
505
+ def __init__(__self__, *,
506
+ locations: Optional[pulumi.Input[Sequence[pulumi.Input['NamespaceReplicaLocationArgs']]]] = None,
507
+ max_replication_lag_duration_in_seconds: Optional[pulumi.Input[int]] = None):
508
+ """
509
+ GeoDR Replication properties
510
+ :param pulumi.Input[Sequence[pulumi.Input['NamespaceReplicaLocationArgs']]] locations: A list of regions where replicas of the namespace are maintained.
511
+ :param pulumi.Input[int] max_replication_lag_duration_in_seconds: The maximum acceptable lag for data replication operations from the primary replica to a quorum of secondary replicas. When the lag exceeds the configured amount, operations on the primary replica will be failed. The allowed values are 0 and 5 minutes to 1 day.
512
+ """
513
+ if locations is not None:
514
+ pulumi.set(__self__, "locations", locations)
515
+ if max_replication_lag_duration_in_seconds is not None:
516
+ pulumi.set(__self__, "max_replication_lag_duration_in_seconds", max_replication_lag_duration_in_seconds)
517
+
518
+ @property
519
+ @pulumi.getter
520
+ def locations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NamespaceReplicaLocationArgs']]]]:
521
+ """
522
+ A list of regions where replicas of the namespace are maintained.
523
+ """
524
+ return pulumi.get(self, "locations")
525
+
526
+ @locations.setter
527
+ def locations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NamespaceReplicaLocationArgs']]]]):
528
+ pulumi.set(self, "locations", value)
529
+
530
+ @property
531
+ @pulumi.getter(name="maxReplicationLagDurationInSeconds")
532
+ def max_replication_lag_duration_in_seconds(self) -> Optional[pulumi.Input[int]]:
533
+ """
534
+ The maximum acceptable lag for data replication operations from the primary replica to a quorum of secondary replicas. When the lag exceeds the configured amount, operations on the primary replica will be failed. The allowed values are 0 and 5 minutes to 1 day.
535
+ """
536
+ return pulumi.get(self, "max_replication_lag_duration_in_seconds")
537
+
538
+ @max_replication_lag_duration_in_seconds.setter
539
+ def max_replication_lag_duration_in_seconds(self, value: Optional[pulumi.Input[int]]):
540
+ pulumi.set(self, "max_replication_lag_duration_in_seconds", value)
541
+
542
+
543
+ if not MYPY:
544
+ class IdentityArgsDict(TypedDict):
545
+ """
546
+ Properties to configure User Assigned Identities for Bring your Own Keys
547
+ """
548
+ type: NotRequired[pulumi.Input['ManagedServiceIdentityType']]
549
+ """
550
+ Type of managed service identity.
551
+ """
552
+ user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
553
+ """
554
+ Properties for User Assigned Identities
555
+ """
556
+ elif False:
557
+ IdentityArgsDict: TypeAlias = Mapping[str, Any]
558
+
559
+ @pulumi.input_type
560
+ class IdentityArgs:
561
+ def __init__(__self__, *,
562
+ type: Optional[pulumi.Input['ManagedServiceIdentityType']] = None,
563
+ user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
564
+ """
565
+ Properties to configure User Assigned Identities for Bring your Own Keys
566
+ :param pulumi.Input['ManagedServiceIdentityType'] type: Type of managed service identity.
567
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: Properties for User Assigned Identities
568
+ """
569
+ if type is not None:
570
+ pulumi.set(__self__, "type", type)
571
+ if user_assigned_identities is not None:
572
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
573
+
574
+ @property
575
+ @pulumi.getter
576
+ def type(self) -> Optional[pulumi.Input['ManagedServiceIdentityType']]:
577
+ """
578
+ Type of managed service identity.
579
+ """
580
+ return pulumi.get(self, "type")
581
+
582
+ @type.setter
583
+ def type(self, value: Optional[pulumi.Input['ManagedServiceIdentityType']]):
584
+ pulumi.set(self, "type", value)
585
+
586
+ @property
587
+ @pulumi.getter(name="userAssignedIdentities")
588
+ def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
589
+ """
590
+ Properties for User Assigned Identities
591
+ """
592
+ return pulumi.get(self, "user_assigned_identities")
593
+
594
+ @user_assigned_identities.setter
595
+ def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
596
+ pulumi.set(self, "user_assigned_identities", value)
597
+
598
+
599
+ if not MYPY:
600
+ class KeyVaultPropertiesArgsDict(TypedDict):
601
+ """
602
+ Properties to configure keyVault Properties
603
+ """
604
+ identity: NotRequired[pulumi.Input['UserAssignedIdentityPropertiesArgsDict']]
605
+ key_name: NotRequired[pulumi.Input[str]]
606
+ """
607
+ Name of the Key from KeyVault
608
+ """
609
+ key_vault_uri: NotRequired[pulumi.Input[str]]
610
+ """
611
+ Uri of KeyVault
612
+ """
613
+ key_version: NotRequired[pulumi.Input[str]]
614
+ """
615
+ Version of KeyVault
616
+ """
617
+ elif False:
618
+ KeyVaultPropertiesArgsDict: TypeAlias = Mapping[str, Any]
619
+
620
+ @pulumi.input_type
621
+ class KeyVaultPropertiesArgs:
622
+ def __init__(__self__, *,
623
+ identity: Optional[pulumi.Input['UserAssignedIdentityPropertiesArgs']] = None,
624
+ key_name: Optional[pulumi.Input[str]] = None,
625
+ key_vault_uri: Optional[pulumi.Input[str]] = None,
626
+ key_version: Optional[pulumi.Input[str]] = None):
627
+ """
628
+ Properties to configure keyVault Properties
629
+ :param pulumi.Input[str] key_name: Name of the Key from KeyVault
630
+ :param pulumi.Input[str] key_vault_uri: Uri of KeyVault
631
+ :param pulumi.Input[str] key_version: Version of KeyVault
632
+ """
633
+ if identity is not None:
634
+ pulumi.set(__self__, "identity", identity)
635
+ if key_name is not None:
636
+ pulumi.set(__self__, "key_name", key_name)
637
+ if key_vault_uri is not None:
638
+ pulumi.set(__self__, "key_vault_uri", key_vault_uri)
639
+ if key_version is not None:
640
+ pulumi.set(__self__, "key_version", key_version)
641
+
642
+ @property
643
+ @pulumi.getter
644
+ def identity(self) -> Optional[pulumi.Input['UserAssignedIdentityPropertiesArgs']]:
645
+ return pulumi.get(self, "identity")
646
+
647
+ @identity.setter
648
+ def identity(self, value: Optional[pulumi.Input['UserAssignedIdentityPropertiesArgs']]):
649
+ pulumi.set(self, "identity", value)
650
+
651
+ @property
652
+ @pulumi.getter(name="keyName")
653
+ def key_name(self) -> Optional[pulumi.Input[str]]:
654
+ """
655
+ Name of the Key from KeyVault
656
+ """
657
+ return pulumi.get(self, "key_name")
658
+
659
+ @key_name.setter
660
+ def key_name(self, value: Optional[pulumi.Input[str]]):
661
+ pulumi.set(self, "key_name", value)
662
+
663
+ @property
664
+ @pulumi.getter(name="keyVaultUri")
665
+ def key_vault_uri(self) -> Optional[pulumi.Input[str]]:
666
+ """
667
+ Uri of KeyVault
668
+ """
669
+ return pulumi.get(self, "key_vault_uri")
670
+
671
+ @key_vault_uri.setter
672
+ def key_vault_uri(self, value: Optional[pulumi.Input[str]]):
673
+ pulumi.set(self, "key_vault_uri", value)
674
+
675
+ @property
676
+ @pulumi.getter(name="keyVersion")
677
+ def key_version(self) -> Optional[pulumi.Input[str]]:
678
+ """
679
+ Version of KeyVault
680
+ """
681
+ return pulumi.get(self, "key_version")
682
+
683
+ @key_version.setter
684
+ def key_version(self, value: Optional[pulumi.Input[str]]):
685
+ pulumi.set(self, "key_version", value)
686
+
687
+
688
+ if not MYPY:
689
+ class NWRuleSetIpRulesArgsDict(TypedDict):
690
+ """
691
+ Description of NetWorkRuleSet - IpRules resource.
692
+ """
693
+ action: NotRequired[pulumi.Input[Union[str, 'NetworkRuleIPAction']]]
694
+ """
695
+ The IP Filter Action
696
+ """
697
+ ip_mask: NotRequired[pulumi.Input[str]]
698
+ """
699
+ IP Mask
700
+ """
701
+ elif False:
702
+ NWRuleSetIpRulesArgsDict: TypeAlias = Mapping[str, Any]
703
+
704
+ @pulumi.input_type
705
+ class NWRuleSetIpRulesArgs:
706
+ def __init__(__self__, *,
707
+ action: Optional[pulumi.Input[Union[str, 'NetworkRuleIPAction']]] = None,
708
+ ip_mask: Optional[pulumi.Input[str]] = None):
709
+ """
710
+ Description of NetWorkRuleSet - IpRules resource.
711
+ :param pulumi.Input[Union[str, 'NetworkRuleIPAction']] action: The IP Filter Action
712
+ :param pulumi.Input[str] ip_mask: IP Mask
713
+ """
714
+ if action is None:
715
+ action = 'Allow'
716
+ if action is not None:
717
+ pulumi.set(__self__, "action", action)
718
+ if ip_mask is not None:
719
+ pulumi.set(__self__, "ip_mask", ip_mask)
720
+
721
+ @property
722
+ @pulumi.getter
723
+ def action(self) -> Optional[pulumi.Input[Union[str, 'NetworkRuleIPAction']]]:
724
+ """
725
+ The IP Filter Action
726
+ """
727
+ return pulumi.get(self, "action")
728
+
729
+ @action.setter
730
+ def action(self, value: Optional[pulumi.Input[Union[str, 'NetworkRuleIPAction']]]):
731
+ pulumi.set(self, "action", value)
732
+
733
+ @property
734
+ @pulumi.getter(name="ipMask")
735
+ def ip_mask(self) -> Optional[pulumi.Input[str]]:
736
+ """
737
+ IP Mask
738
+ """
739
+ return pulumi.get(self, "ip_mask")
740
+
741
+ @ip_mask.setter
742
+ def ip_mask(self, value: Optional[pulumi.Input[str]]):
743
+ pulumi.set(self, "ip_mask", value)
744
+
745
+
746
+ if not MYPY:
747
+ class NWRuleSetVirtualNetworkRulesArgsDict(TypedDict):
748
+ """
749
+ Description of VirtualNetworkRules - NetworkRules resource.
750
+ """
751
+ ignore_missing_vnet_service_endpoint: NotRequired[pulumi.Input[bool]]
752
+ """
753
+ Value that indicates whether to ignore missing VNet Service Endpoint
754
+ """
755
+ subnet: NotRequired[pulumi.Input['SubnetArgsDict']]
756
+ """
757
+ Subnet properties
758
+ """
759
+ elif False:
760
+ NWRuleSetVirtualNetworkRulesArgsDict: TypeAlias = Mapping[str, Any]
761
+
762
+ @pulumi.input_type
763
+ class NWRuleSetVirtualNetworkRulesArgs:
764
+ def __init__(__self__, *,
765
+ ignore_missing_vnet_service_endpoint: Optional[pulumi.Input[bool]] = None,
766
+ subnet: Optional[pulumi.Input['SubnetArgs']] = None):
767
+ """
768
+ Description of VirtualNetworkRules - NetworkRules resource.
769
+ :param pulumi.Input[bool] ignore_missing_vnet_service_endpoint: Value that indicates whether to ignore missing VNet Service Endpoint
770
+ :param pulumi.Input['SubnetArgs'] subnet: Subnet properties
771
+ """
772
+ if ignore_missing_vnet_service_endpoint is not None:
773
+ pulumi.set(__self__, "ignore_missing_vnet_service_endpoint", ignore_missing_vnet_service_endpoint)
774
+ if subnet is not None:
775
+ pulumi.set(__self__, "subnet", subnet)
776
+
777
+ @property
778
+ @pulumi.getter(name="ignoreMissingVnetServiceEndpoint")
779
+ def ignore_missing_vnet_service_endpoint(self) -> Optional[pulumi.Input[bool]]:
780
+ """
781
+ Value that indicates whether to ignore missing VNet Service Endpoint
782
+ """
783
+ return pulumi.get(self, "ignore_missing_vnet_service_endpoint")
784
+
785
+ @ignore_missing_vnet_service_endpoint.setter
786
+ def ignore_missing_vnet_service_endpoint(self, value: Optional[pulumi.Input[bool]]):
787
+ pulumi.set(self, "ignore_missing_vnet_service_endpoint", value)
788
+
789
+ @property
790
+ @pulumi.getter
791
+ def subnet(self) -> Optional[pulumi.Input['SubnetArgs']]:
792
+ """
793
+ Subnet properties
794
+ """
795
+ return pulumi.get(self, "subnet")
796
+
797
+ @subnet.setter
798
+ def subnet(self, value: Optional[pulumi.Input['SubnetArgs']]):
799
+ pulumi.set(self, "subnet", value)
800
+
801
+
802
+ if not MYPY:
803
+ class NamespaceReplicaLocationArgsDict(TypedDict):
804
+ """
805
+ Namespace replication properties
806
+ """
807
+ cluster_arm_id: NotRequired[pulumi.Input[str]]
808
+ """
809
+ Optional property that denotes the ARM ID of the Cluster. This is required, if a namespace replica should be placed in a Dedicated Event Hub Cluster
810
+ """
811
+ location_name: NotRequired[pulumi.Input[str]]
812
+ """
813
+ Azure regions where a replica of the namespace is maintained
814
+ """
815
+ role_type: NotRequired[pulumi.Input[Union[str, 'GeoDRRoleType']]]
816
+ """
817
+ GeoDR Role Types
818
+ """
819
+ elif False:
820
+ NamespaceReplicaLocationArgsDict: TypeAlias = Mapping[str, Any]
821
+
822
+ @pulumi.input_type
823
+ class NamespaceReplicaLocationArgs:
824
+ def __init__(__self__, *,
825
+ cluster_arm_id: Optional[pulumi.Input[str]] = None,
826
+ location_name: Optional[pulumi.Input[str]] = None,
827
+ role_type: Optional[pulumi.Input[Union[str, 'GeoDRRoleType']]] = None):
828
+ """
829
+ Namespace replication properties
830
+ :param pulumi.Input[str] cluster_arm_id: Optional property that denotes the ARM ID of the Cluster. This is required, if a namespace replica should be placed in a Dedicated Event Hub Cluster
831
+ :param pulumi.Input[str] location_name: Azure regions where a replica of the namespace is maintained
832
+ :param pulumi.Input[Union[str, 'GeoDRRoleType']] role_type: GeoDR Role Types
833
+ """
834
+ if cluster_arm_id is not None:
835
+ pulumi.set(__self__, "cluster_arm_id", cluster_arm_id)
836
+ if location_name is not None:
837
+ pulumi.set(__self__, "location_name", location_name)
838
+ if role_type is not None:
839
+ pulumi.set(__self__, "role_type", role_type)
840
+
841
+ @property
842
+ @pulumi.getter(name="clusterArmId")
843
+ def cluster_arm_id(self) -> Optional[pulumi.Input[str]]:
844
+ """
845
+ Optional property that denotes the ARM ID of the Cluster. This is required, if a namespace replica should be placed in a Dedicated Event Hub Cluster
846
+ """
847
+ return pulumi.get(self, "cluster_arm_id")
848
+
849
+ @cluster_arm_id.setter
850
+ def cluster_arm_id(self, value: Optional[pulumi.Input[str]]):
851
+ pulumi.set(self, "cluster_arm_id", value)
852
+
853
+ @property
854
+ @pulumi.getter(name="locationName")
855
+ def location_name(self) -> Optional[pulumi.Input[str]]:
856
+ """
857
+ Azure regions where a replica of the namespace is maintained
858
+ """
859
+ return pulumi.get(self, "location_name")
860
+
861
+ @location_name.setter
862
+ def location_name(self, value: Optional[pulumi.Input[str]]):
863
+ pulumi.set(self, "location_name", value)
864
+
865
+ @property
866
+ @pulumi.getter(name="roleType")
867
+ def role_type(self) -> Optional[pulumi.Input[Union[str, 'GeoDRRoleType']]]:
868
+ """
869
+ GeoDR Role Types
870
+ """
871
+ return pulumi.get(self, "role_type")
872
+
873
+ @role_type.setter
874
+ def role_type(self, value: Optional[pulumi.Input[Union[str, 'GeoDRRoleType']]]):
875
+ pulumi.set(self, "role_type", value)
876
+
877
+
878
+ if not MYPY:
879
+ class PrivateEndpointConnectionArgsDict(TypedDict):
880
+ """
881
+ Properties of the PrivateEndpointConnection.
882
+ """
883
+ private_endpoint: NotRequired[pulumi.Input['PrivateEndpointArgsDict']]
884
+ """
885
+ The Private Endpoint resource for this Connection.
886
+ """
887
+ private_link_service_connection_state: NotRequired[pulumi.Input['ConnectionStateArgsDict']]
888
+ """
889
+ Details about the state of the connection.
890
+ """
891
+ provisioning_state: NotRequired[pulumi.Input[Union[str, 'EndPointProvisioningState']]]
892
+ """
893
+ Provisioning state of the Private Endpoint Connection.
894
+ """
895
+ elif False:
896
+ PrivateEndpointConnectionArgsDict: TypeAlias = Mapping[str, Any]
897
+
898
+ @pulumi.input_type
899
+ class PrivateEndpointConnectionArgs:
900
+ def __init__(__self__, *,
901
+ private_endpoint: Optional[pulumi.Input['PrivateEndpointArgs']] = None,
902
+ private_link_service_connection_state: Optional[pulumi.Input['ConnectionStateArgs']] = None,
903
+ provisioning_state: Optional[pulumi.Input[Union[str, 'EndPointProvisioningState']]] = None):
904
+ """
905
+ Properties of the PrivateEndpointConnection.
906
+ :param pulumi.Input['PrivateEndpointArgs'] private_endpoint: The Private Endpoint resource for this Connection.
907
+ :param pulumi.Input['ConnectionStateArgs'] private_link_service_connection_state: Details about the state of the connection.
908
+ :param pulumi.Input[Union[str, 'EndPointProvisioningState']] provisioning_state: Provisioning state of the Private Endpoint Connection.
909
+ """
910
+ if private_endpoint is not None:
911
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
912
+ if private_link_service_connection_state is not None:
913
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
914
+ if provisioning_state is not None:
915
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
916
+
917
+ @property
918
+ @pulumi.getter(name="privateEndpoint")
919
+ def private_endpoint(self) -> Optional[pulumi.Input['PrivateEndpointArgs']]:
920
+ """
921
+ The Private Endpoint resource for this Connection.
922
+ """
923
+ return pulumi.get(self, "private_endpoint")
924
+
925
+ @private_endpoint.setter
926
+ def private_endpoint(self, value: Optional[pulumi.Input['PrivateEndpointArgs']]):
927
+ pulumi.set(self, "private_endpoint", value)
928
+
929
+ @property
930
+ @pulumi.getter(name="privateLinkServiceConnectionState")
931
+ def private_link_service_connection_state(self) -> Optional[pulumi.Input['ConnectionStateArgs']]:
932
+ """
933
+ Details about the state of the connection.
934
+ """
935
+ return pulumi.get(self, "private_link_service_connection_state")
936
+
937
+ @private_link_service_connection_state.setter
938
+ def private_link_service_connection_state(self, value: Optional[pulumi.Input['ConnectionStateArgs']]):
939
+ pulumi.set(self, "private_link_service_connection_state", value)
940
+
941
+ @property
942
+ @pulumi.getter(name="provisioningState")
943
+ def provisioning_state(self) -> Optional[pulumi.Input[Union[str, 'EndPointProvisioningState']]]:
944
+ """
945
+ Provisioning state of the Private Endpoint Connection.
946
+ """
947
+ return pulumi.get(self, "provisioning_state")
948
+
949
+ @provisioning_state.setter
950
+ def provisioning_state(self, value: Optional[pulumi.Input[Union[str, 'EndPointProvisioningState']]]):
951
+ pulumi.set(self, "provisioning_state", value)
952
+
953
+
954
+ if not MYPY:
955
+ class PrivateEndpointArgsDict(TypedDict):
956
+ """
957
+ PrivateEndpoint information.
958
+ """
959
+ id: NotRequired[pulumi.Input[str]]
960
+ """
961
+ The ARM identifier for Private Endpoint.
962
+ """
963
+ elif False:
964
+ PrivateEndpointArgsDict: TypeAlias = Mapping[str, Any]
965
+
966
+ @pulumi.input_type
967
+ class PrivateEndpointArgs:
968
+ def __init__(__self__, *,
969
+ id: Optional[pulumi.Input[str]] = None):
970
+ """
971
+ PrivateEndpoint information.
972
+ :param pulumi.Input[str] id: The ARM identifier for Private Endpoint.
973
+ """
974
+ if id is not None:
975
+ pulumi.set(__self__, "id", id)
976
+
977
+ @property
978
+ @pulumi.getter
979
+ def id(self) -> Optional[pulumi.Input[str]]:
980
+ """
981
+ The ARM identifier for Private Endpoint.
982
+ """
983
+ return pulumi.get(self, "id")
984
+
985
+ @id.setter
986
+ def id(self, value: Optional[pulumi.Input[str]]):
987
+ pulumi.set(self, "id", value)
988
+
989
+
990
+ if not MYPY:
991
+ class SBClientAffinePropertiesArgsDict(TypedDict):
992
+ """
993
+ Properties specific to client affine subscriptions.
994
+ """
995
+ client_id: NotRequired[pulumi.Input[str]]
996
+ """
997
+ Indicates the Client ID of the application that created the client-affine subscription.
998
+ """
999
+ is_durable: NotRequired[pulumi.Input[bool]]
1000
+ """
1001
+ For client-affine subscriptions, this value indicates whether the subscription is durable or not.
1002
+ """
1003
+ is_shared: NotRequired[pulumi.Input[bool]]
1004
+ """
1005
+ For client-affine subscriptions, this value indicates whether the subscription is shared or not.
1006
+ """
1007
+ elif False:
1008
+ SBClientAffinePropertiesArgsDict: TypeAlias = Mapping[str, Any]
1009
+
1010
+ @pulumi.input_type
1011
+ class SBClientAffinePropertiesArgs:
1012
+ def __init__(__self__, *,
1013
+ client_id: Optional[pulumi.Input[str]] = None,
1014
+ is_durable: Optional[pulumi.Input[bool]] = None,
1015
+ is_shared: Optional[pulumi.Input[bool]] = None):
1016
+ """
1017
+ Properties specific to client affine subscriptions.
1018
+ :param pulumi.Input[str] client_id: Indicates the Client ID of the application that created the client-affine subscription.
1019
+ :param pulumi.Input[bool] is_durable: For client-affine subscriptions, this value indicates whether the subscription is durable or not.
1020
+ :param pulumi.Input[bool] is_shared: For client-affine subscriptions, this value indicates whether the subscription is shared or not.
1021
+ """
1022
+ if client_id is not None:
1023
+ pulumi.set(__self__, "client_id", client_id)
1024
+ if is_durable is not None:
1025
+ pulumi.set(__self__, "is_durable", is_durable)
1026
+ if is_shared is not None:
1027
+ pulumi.set(__self__, "is_shared", is_shared)
1028
+
1029
+ @property
1030
+ @pulumi.getter(name="clientId")
1031
+ def client_id(self) -> Optional[pulumi.Input[str]]:
1032
+ """
1033
+ Indicates the Client ID of the application that created the client-affine subscription.
1034
+ """
1035
+ return pulumi.get(self, "client_id")
1036
+
1037
+ @client_id.setter
1038
+ def client_id(self, value: Optional[pulumi.Input[str]]):
1039
+ pulumi.set(self, "client_id", value)
1040
+
1041
+ @property
1042
+ @pulumi.getter(name="isDurable")
1043
+ def is_durable(self) -> Optional[pulumi.Input[bool]]:
1044
+ """
1045
+ For client-affine subscriptions, this value indicates whether the subscription is durable or not.
1046
+ """
1047
+ return pulumi.get(self, "is_durable")
1048
+
1049
+ @is_durable.setter
1050
+ def is_durable(self, value: Optional[pulumi.Input[bool]]):
1051
+ pulumi.set(self, "is_durable", value)
1052
+
1053
+ @property
1054
+ @pulumi.getter(name="isShared")
1055
+ def is_shared(self) -> Optional[pulumi.Input[bool]]:
1056
+ """
1057
+ For client-affine subscriptions, this value indicates whether the subscription is shared or not.
1058
+ """
1059
+ return pulumi.get(self, "is_shared")
1060
+
1061
+ @is_shared.setter
1062
+ def is_shared(self, value: Optional[pulumi.Input[bool]]):
1063
+ pulumi.set(self, "is_shared", value)
1064
+
1065
+
1066
+ if not MYPY:
1067
+ class SBSkuArgsDict(TypedDict):
1068
+ """
1069
+ SKU of the namespace.
1070
+ """
1071
+ name: pulumi.Input['SkuName']
1072
+ """
1073
+ Name of this SKU.
1074
+ """
1075
+ capacity: NotRequired[pulumi.Input[int]]
1076
+ """
1077
+ Messaging units for your service bus premium namespace. Valid capacities are {1, 2, 4, 8, 16} multiples of your properties.premiumMessagingPartitions setting. For example, If properties.premiumMessagingPartitions is 1 then possible capacity values are 1, 2, 4, 8, and 16. If properties.premiumMessagingPartitions is 4 then possible capacity values are 4, 8, 16, 32 and 64
1078
+ """
1079
+ tier: NotRequired[pulumi.Input['SkuTier']]
1080
+ """
1081
+ The billing tier of this particular SKU.
1082
+ """
1083
+ elif False:
1084
+ SBSkuArgsDict: TypeAlias = Mapping[str, Any]
1085
+
1086
+ @pulumi.input_type
1087
+ class SBSkuArgs:
1088
+ def __init__(__self__, *,
1089
+ name: pulumi.Input['SkuName'],
1090
+ capacity: Optional[pulumi.Input[int]] = None,
1091
+ tier: Optional[pulumi.Input['SkuTier']] = None):
1092
+ """
1093
+ SKU of the namespace.
1094
+ :param pulumi.Input['SkuName'] name: Name of this SKU.
1095
+ :param pulumi.Input[int] capacity: Messaging units for your service bus premium namespace. Valid capacities are {1, 2, 4, 8, 16} multiples of your properties.premiumMessagingPartitions setting. For example, If properties.premiumMessagingPartitions is 1 then possible capacity values are 1, 2, 4, 8, and 16. If properties.premiumMessagingPartitions is 4 then possible capacity values are 4, 8, 16, 32 and 64
1096
+ :param pulumi.Input['SkuTier'] tier: The billing tier of this particular SKU.
1097
+ """
1098
+ pulumi.set(__self__, "name", name)
1099
+ if capacity is not None:
1100
+ pulumi.set(__self__, "capacity", capacity)
1101
+ if tier is not None:
1102
+ pulumi.set(__self__, "tier", tier)
1103
+
1104
+ @property
1105
+ @pulumi.getter
1106
+ def name(self) -> pulumi.Input['SkuName']:
1107
+ """
1108
+ Name of this SKU.
1109
+ """
1110
+ return pulumi.get(self, "name")
1111
+
1112
+ @name.setter
1113
+ def name(self, value: pulumi.Input['SkuName']):
1114
+ pulumi.set(self, "name", value)
1115
+
1116
+ @property
1117
+ @pulumi.getter
1118
+ def capacity(self) -> Optional[pulumi.Input[int]]:
1119
+ """
1120
+ Messaging units for your service bus premium namespace. Valid capacities are {1, 2, 4, 8, 16} multiples of your properties.premiumMessagingPartitions setting. For example, If properties.premiumMessagingPartitions is 1 then possible capacity values are 1, 2, 4, 8, and 16. If properties.premiumMessagingPartitions is 4 then possible capacity values are 4, 8, 16, 32 and 64
1121
+ """
1122
+ return pulumi.get(self, "capacity")
1123
+
1124
+ @capacity.setter
1125
+ def capacity(self, value: Optional[pulumi.Input[int]]):
1126
+ pulumi.set(self, "capacity", value)
1127
+
1128
+ @property
1129
+ @pulumi.getter
1130
+ def tier(self) -> Optional[pulumi.Input['SkuTier']]:
1131
+ """
1132
+ The billing tier of this particular SKU.
1133
+ """
1134
+ return pulumi.get(self, "tier")
1135
+
1136
+ @tier.setter
1137
+ def tier(self, value: Optional[pulumi.Input['SkuTier']]):
1138
+ pulumi.set(self, "tier", value)
1139
+
1140
+
1141
+ if not MYPY:
1142
+ class SqlFilterArgsDict(TypedDict):
1143
+ """
1144
+ Represents a filter which is a composition of an expression and an action that is executed in the pub/sub pipeline.
1145
+ """
1146
+ compatibility_level: NotRequired[pulumi.Input[int]]
1147
+ """
1148
+ This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20.
1149
+ """
1150
+ requires_preprocessing: NotRequired[pulumi.Input[bool]]
1151
+ """
1152
+ Value that indicates whether the rule action requires preprocessing.
1153
+ """
1154
+ sql_expression: NotRequired[pulumi.Input[str]]
1155
+ """
1156
+ The SQL expression. e.g. MyProperty='ABC'
1157
+ """
1158
+ elif False:
1159
+ SqlFilterArgsDict: TypeAlias = Mapping[str, Any]
1160
+
1161
+ @pulumi.input_type
1162
+ class SqlFilterArgs:
1163
+ def __init__(__self__, *,
1164
+ compatibility_level: Optional[pulumi.Input[int]] = None,
1165
+ requires_preprocessing: Optional[pulumi.Input[bool]] = None,
1166
+ sql_expression: Optional[pulumi.Input[str]] = None):
1167
+ """
1168
+ Represents a filter which is a composition of an expression and an action that is executed in the pub/sub pipeline.
1169
+ :param pulumi.Input[int] compatibility_level: This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20.
1170
+ :param pulumi.Input[bool] requires_preprocessing: Value that indicates whether the rule action requires preprocessing.
1171
+ :param pulumi.Input[str] sql_expression: The SQL expression. e.g. MyProperty='ABC'
1172
+ """
1173
+ if compatibility_level is not None:
1174
+ pulumi.set(__self__, "compatibility_level", compatibility_level)
1175
+ if requires_preprocessing is None:
1176
+ requires_preprocessing = True
1177
+ if requires_preprocessing is not None:
1178
+ pulumi.set(__self__, "requires_preprocessing", requires_preprocessing)
1179
+ if sql_expression is not None:
1180
+ pulumi.set(__self__, "sql_expression", sql_expression)
1181
+
1182
+ @property
1183
+ @pulumi.getter(name="compatibilityLevel")
1184
+ def compatibility_level(self) -> Optional[pulumi.Input[int]]:
1185
+ """
1186
+ This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20.
1187
+ """
1188
+ return pulumi.get(self, "compatibility_level")
1189
+
1190
+ @compatibility_level.setter
1191
+ def compatibility_level(self, value: Optional[pulumi.Input[int]]):
1192
+ pulumi.set(self, "compatibility_level", value)
1193
+
1194
+ @property
1195
+ @pulumi.getter(name="requiresPreprocessing")
1196
+ def requires_preprocessing(self) -> Optional[pulumi.Input[bool]]:
1197
+ """
1198
+ Value that indicates whether the rule action requires preprocessing.
1199
+ """
1200
+ return pulumi.get(self, "requires_preprocessing")
1201
+
1202
+ @requires_preprocessing.setter
1203
+ def requires_preprocessing(self, value: Optional[pulumi.Input[bool]]):
1204
+ pulumi.set(self, "requires_preprocessing", value)
1205
+
1206
+ @property
1207
+ @pulumi.getter(name="sqlExpression")
1208
+ def sql_expression(self) -> Optional[pulumi.Input[str]]:
1209
+ """
1210
+ The SQL expression. e.g. MyProperty='ABC'
1211
+ """
1212
+ return pulumi.get(self, "sql_expression")
1213
+
1214
+ @sql_expression.setter
1215
+ def sql_expression(self, value: Optional[pulumi.Input[str]]):
1216
+ pulumi.set(self, "sql_expression", value)
1217
+
1218
+
1219
+ if not MYPY:
1220
+ class SubnetArgsDict(TypedDict):
1221
+ """
1222
+ Properties supplied for Subnet
1223
+ """
1224
+ id: pulumi.Input[str]
1225
+ """
1226
+ Resource ID of Virtual Network Subnet
1227
+ """
1228
+ elif False:
1229
+ SubnetArgsDict: TypeAlias = Mapping[str, Any]
1230
+
1231
+ @pulumi.input_type
1232
+ class SubnetArgs:
1233
+ def __init__(__self__, *,
1234
+ id: pulumi.Input[str]):
1235
+ """
1236
+ Properties supplied for Subnet
1237
+ :param pulumi.Input[str] id: Resource ID of Virtual Network Subnet
1238
+ """
1239
+ pulumi.set(__self__, "id", id)
1240
+
1241
+ @property
1242
+ @pulumi.getter
1243
+ def id(self) -> pulumi.Input[str]:
1244
+ """
1245
+ Resource ID of Virtual Network Subnet
1246
+ """
1247
+ return pulumi.get(self, "id")
1248
+
1249
+ @id.setter
1250
+ def id(self, value: pulumi.Input[str]):
1251
+ pulumi.set(self, "id", value)
1252
+
1253
+
1254
+ if not MYPY:
1255
+ class UserAssignedIdentityPropertiesArgsDict(TypedDict):
1256
+ user_assigned_identity: NotRequired[pulumi.Input[str]]
1257
+ """
1258
+ ARM ID of user Identity selected for encryption
1259
+ """
1260
+ elif False:
1261
+ UserAssignedIdentityPropertiesArgsDict: TypeAlias = Mapping[str, Any]
1262
+
1263
+ @pulumi.input_type
1264
+ class UserAssignedIdentityPropertiesArgs:
1265
+ def __init__(__self__, *,
1266
+ user_assigned_identity: Optional[pulumi.Input[str]] = None):
1267
+ """
1268
+ :param pulumi.Input[str] user_assigned_identity: ARM ID of user Identity selected for encryption
1269
+ """
1270
+ if user_assigned_identity is not None:
1271
+ pulumi.set(__self__, "user_assigned_identity", user_assigned_identity)
1272
+
1273
+ @property
1274
+ @pulumi.getter(name="userAssignedIdentity")
1275
+ def user_assigned_identity(self) -> Optional[pulumi.Input[str]]:
1276
+ """
1277
+ ARM ID of user Identity selected for encryption
1278
+ """
1279
+ return pulumi.get(self, "user_assigned_identity")
1280
+
1281
+ @user_assigned_identity.setter
1282
+ def user_assigned_identity(self, value: Optional[pulumi.Input[str]]):
1283
+ pulumi.set(self, "user_assigned_identity", value)
1284
+
1285
+