pulumi-azure-native 2.56.0__py3-none-any.whl → 2.57.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (476) hide show
  1. pulumi_azure_native/__init__.py +104 -0
  2. pulumi_azure_native/billing/_enums.py +0 -12
  3. pulumi_azure_native/billing/_inputs.py +5 -5
  4. pulumi_azure_native/billing/v20240401/_enums.py +0 -12
  5. pulumi_azure_native/billing/v20240401/_inputs.py +5 -5
  6. pulumi_azure_native/compute/v20240701/_enums.py +1 -1
  7. pulumi_azure_native/compute/v20240701/_inputs.py +3 -3
  8. pulumi_azure_native/compute/v20240701/outputs.py +2 -2
  9. pulumi_azure_native/datafactory/_inputs.py +140 -19
  10. pulumi_azure_native/datafactory/outputs.py +98 -13
  11. pulumi_azure_native/datafactory/v20180601/_inputs.py +140 -19
  12. pulumi_azure_native/datafactory/v20180601/outputs.py +98 -13
  13. pulumi_azure_native/documentdb/__init__.py +3 -0
  14. pulumi_azure_native/documentdb/_inputs.py +56 -0
  15. pulumi_azure_native/documentdb/firewall_rule.py +30 -70
  16. pulumi_azure_native/documentdb/get_firewall_rule.py +12 -38
  17. pulumi_azure_native/documentdb/get_mongo_cluster.py +2 -2
  18. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  19. pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py +2 -2
  20. pulumi_azure_native/documentdb/mongo_cluster.py +3 -3
  21. pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py +1 -1
  22. pulumi_azure_native/documentdb/outputs.py +66 -0
  23. pulumi_azure_native/documentdb/private_endpoint_connection.py +2 -2
  24. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py +1 -1
  25. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py +1 -1
  26. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py +1 -1
  27. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py +1 -1
  28. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py +1 -1
  29. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py +1 -1
  30. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py +1 -1
  31. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py +1 -1
  32. pulumi_azure_native/documentdb/v20240301preview/_inputs.py +251 -0
  33. pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py +28 -68
  34. pulumi_azure_native/documentdb/v20240301preview/get_firewall_rule.py +10 -36
  35. pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py +10 -114
  36. pulumi_azure_native/documentdb/v20240301preview/get_private_endpoint_connection.py +10 -49
  37. pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +21 -218
  38. pulumi_azure_native/documentdb/v20240301preview/outputs.py +294 -0
  39. pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py +27 -58
  40. pulumi_azure_native/documentdb/v20240601preview/_inputs.py +291 -0
  41. pulumi_azure_native/documentdb/v20240601preview/firewall_rule.py +28 -68
  42. pulumi_azure_native/documentdb/v20240601preview/get_firewall_rule.py +10 -36
  43. pulumi_azure_native/documentdb/v20240601preview/get_mongo_cluster.py +9 -152
  44. pulumi_azure_native/documentdb/v20240601preview/get_private_endpoint_connection.py +10 -49
  45. pulumi_azure_native/documentdb/v20240601preview/mongo_cluster.py +20 -286
  46. pulumi_azure_native/documentdb/v20240601preview/outputs.py +332 -0
  47. pulumi_azure_native/documentdb/v20240601preview/private_endpoint_connection.py +27 -58
  48. pulumi_azure_native/documentdb/v20240701/__init__.py +17 -0
  49. pulumi_azure_native/documentdb/v20240701/_enums.py +86 -0
  50. pulumi_azure_native/documentdb/v20240701/_inputs.py +755 -0
  51. pulumi_azure_native/documentdb/v20240701/firewall_rule.py +220 -0
  52. pulumi_azure_native/documentdb/v20240701/get_firewall_rule.py +141 -0
  53. pulumi_azure_native/documentdb/v20240701/get_mongo_cluster.py +162 -0
  54. pulumi_azure_native/documentdb/v20240701/get_private_endpoint_connection.py +141 -0
  55. pulumi_azure_native/documentdb/v20240701/list_mongo_cluster_connection_strings.py +84 -0
  56. pulumi_azure_native/documentdb/v20240701/mongo_cluster.py +258 -0
  57. pulumi_azure_native/documentdb/v20240701/outputs.py +1048 -0
  58. pulumi_azure_native/documentdb/v20240701/private_endpoint_connection.py +221 -0
  59. pulumi_azure_native/hybridcompute/__init__.py +3 -0
  60. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  61. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  62. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  63. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  64. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  65. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  66. pulumi_azure_native/hybridcompute/license.py +3 -3
  67. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  68. pulumi_azure_native/hybridcompute/machine.py +3 -3
  69. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  70. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  71. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  72. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  73. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  74. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  75. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  76. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  77. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  78. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  79. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  80. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  81. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  82. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  83. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  84. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  85. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  86. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  87. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  88. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  89. pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
  90. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
  91. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
  92. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
  93. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
  94. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
  95. pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
  96. pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
  97. pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
  98. pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
  99. pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
  100. pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
  101. pulumi_azure_native/hybridcompute/v20240520preview/license.py +1 -1
  102. pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +1 -1
  103. pulumi_azure_native/hybridcompute/v20240520preview/machine.py +1 -1
  104. pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +1 -1
  105. pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +1 -1
  106. pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +1 -1
  107. pulumi_azure_native/hybridcompute/v20240710/__init__.py +22 -0
  108. pulumi_azure_native/hybridcompute/v20240710/_enums.py +164 -0
  109. pulumi_azure_native/hybridcompute/v20240710/_inputs.py +1712 -0
  110. pulumi_azure_native/hybridcompute/v20240710/get_license.py +201 -0
  111. pulumi_azure_native/hybridcompute/v20240710/get_license_profile.py +362 -0
  112. pulumi_azure_native/hybridcompute/v20240710/get_machine.py +596 -0
  113. pulumi_azure_native/hybridcompute/v20240710/get_machine_extension.py +167 -0
  114. pulumi_azure_native/hybridcompute/v20240710/get_private_endpoint_connection.py +141 -0
  115. pulumi_azure_native/hybridcompute/v20240710/get_private_link_scope.py +162 -0
  116. pulumi_azure_native/hybridcompute/v20240710/license.py +326 -0
  117. pulumi_azure_native/hybridcompute/v20240710/license_profile.py +505 -0
  118. pulumi_azure_native/hybridcompute/v20240710/machine.py +855 -0
  119. pulumi_azure_native/hybridcompute/v20240710/machine_extension.py +279 -0
  120. pulumi_azure_native/hybridcompute/v20240710/outputs.py +2817 -0
  121. pulumi_azure_native/hybridcompute/v20240710/private_endpoint_connection.py +220 -0
  122. pulumi_azure_native/hybridcompute/v20240710/private_link_scope.py +258 -0
  123. pulumi_azure_native/iotoperations/__init__.py +3 -0
  124. pulumi_azure_native/iotoperations/broker.py +5 -1
  125. pulumi_azure_native/iotoperations/broker_authentication.py +5 -1
  126. pulumi_azure_native/iotoperations/broker_authorization.py +5 -1
  127. pulumi_azure_native/iotoperations/broker_listener.py +5 -1
  128. pulumi_azure_native/iotoperations/data_flow.py +1 -1
  129. pulumi_azure_native/iotoperations/data_flow_endpoint.py +1 -1
  130. pulumi_azure_native/iotoperations/data_flow_profile.py +1 -1
  131. pulumi_azure_native/iotoperations/get_broker.py +4 -0
  132. pulumi_azure_native/iotoperations/get_broker_authentication.py +4 -0
  133. pulumi_azure_native/iotoperations/get_broker_authorization.py +4 -0
  134. pulumi_azure_native/iotoperations/get_broker_listener.py +4 -0
  135. pulumi_azure_native/iotoperations/get_instance.py +4 -0
  136. pulumi_azure_native/iotoperations/instance.py +5 -1
  137. pulumi_azure_native/iotoperations/v20240701preview/broker.py +1 -1
  138. pulumi_azure_native/iotoperations/v20240701preview/broker_authentication.py +1 -1
  139. pulumi_azure_native/iotoperations/v20240701preview/broker_authorization.py +1 -1
  140. pulumi_azure_native/iotoperations/v20240701preview/broker_listener.py +1 -1
  141. pulumi_azure_native/iotoperations/v20240701preview/data_flow.py +1 -1
  142. pulumi_azure_native/iotoperations/v20240701preview/data_flow_endpoint.py +1 -1
  143. pulumi_azure_native/iotoperations/v20240701preview/data_flow_profile.py +1 -1
  144. pulumi_azure_native/iotoperations/v20240701preview/instance.py +1 -1
  145. pulumi_azure_native/iotoperations/v20240815preview/__init__.py +26 -0
  146. pulumi_azure_native/iotoperations/v20240815preview/_enums.py +616 -0
  147. pulumi_azure_native/iotoperations/v20240815preview/_inputs.py +6895 -0
  148. pulumi_azure_native/iotoperations/v20240815preview/broker.py +251 -0
  149. pulumi_azure_native/iotoperations/v20240815preview/broker_authentication.py +272 -0
  150. pulumi_azure_native/iotoperations/v20240815preview/broker_authorization.py +272 -0
  151. pulumi_azure_native/iotoperations/v20240815preview/broker_listener.py +272 -0
  152. pulumi_azure_native/iotoperations/v20240815preview/dataflow.py +272 -0
  153. pulumi_azure_native/iotoperations/v20240815preview/dataflow_endpoint.py +251 -0
  154. pulumi_azure_native/iotoperations/v20240815preview/dataflow_profile.py +251 -0
  155. pulumi_azure_native/iotoperations/v20240815preview/get_broker.py +154 -0
  156. pulumi_azure_native/iotoperations/v20240815preview/get_broker_authentication.py +159 -0
  157. pulumi_azure_native/iotoperations/v20240815preview/get_broker_authorization.py +159 -0
  158. pulumi_azure_native/iotoperations/v20240815preview/get_broker_listener.py +159 -0
  159. pulumi_azure_native/iotoperations/v20240815preview/get_dataflow.py +159 -0
  160. pulumi_azure_native/iotoperations/v20240815preview/get_dataflow_endpoint.py +154 -0
  161. pulumi_azure_native/iotoperations/v20240815preview/get_dataflow_profile.py +154 -0
  162. pulumi_azure_native/iotoperations/v20240815preview/get_instance.py +188 -0
  163. pulumi_azure_native/iotoperations/v20240815preview/instance.py +317 -0
  164. pulumi_azure_native/iotoperations/v20240815preview/outputs.py +5753 -0
  165. pulumi_azure_native/netapp/__init__.py +3 -0
  166. pulumi_azure_native/netapp/account.py +3 -3
  167. pulumi_azure_native/netapp/backup.py +2 -2
  168. pulumi_azure_native/netapp/backup_policy.py +3 -3
  169. pulumi_azure_native/netapp/backup_vault.py +3 -3
  170. pulumi_azure_native/netapp/get_account.py +2 -2
  171. pulumi_azure_native/netapp/get_backup.py +2 -2
  172. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  173. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  174. pulumi_azure_native/netapp/get_pool.py +2 -2
  175. pulumi_azure_native/netapp/get_snapshot.py +2 -2
  176. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  177. pulumi_azure_native/netapp/get_subvolume.py +2 -2
  178. pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
  179. pulumi_azure_native/netapp/get_volume.py +2 -2
  180. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  181. pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
  182. pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
  183. pulumi_azure_native/netapp/list_volume_replications.py +2 -2
  184. pulumi_azure_native/netapp/pool.py +3 -3
  185. pulumi_azure_native/netapp/snapshot.py +3 -3
  186. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  187. pulumi_azure_native/netapp/subvolume.py +3 -3
  188. pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
  189. pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
  190. pulumi_azure_native/netapp/v20211001/volume.py +1 -1
  191. pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
  192. pulumi_azure_native/netapp/v20220501/account.py +1 -1
  193. pulumi_azure_native/netapp/v20221101/account.py +1 -1
  194. pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
  195. pulumi_azure_native/netapp/v20221101/pool.py +1 -1
  196. pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
  197. pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
  198. pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
  199. pulumi_azure_native/netapp/v20221101/volume.py +1 -1
  200. pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
  201. pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
  202. pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
  203. pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
  204. pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
  205. pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
  206. pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
  207. pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
  208. pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
  209. pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
  210. pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
  211. pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
  212. pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
  213. pulumi_azure_native/netapp/v20230501/account.py +1 -1
  214. pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
  215. pulumi_azure_native/netapp/v20230501/pool.py +1 -1
  216. pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
  217. pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
  218. pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
  219. pulumi_azure_native/netapp/v20230501/volume.py +1 -1
  220. pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
  221. pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
  222. pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
  223. pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
  224. pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
  225. pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
  226. pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
  227. pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
  228. pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
  229. pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
  230. pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
  231. pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
  232. pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
  233. pulumi_azure_native/netapp/v20230701/account.py +1 -1
  234. pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
  235. pulumi_azure_native/netapp/v20230701/pool.py +1 -1
  236. pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
  237. pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
  238. pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
  239. pulumi_azure_native/netapp/v20230701/volume.py +1 -1
  240. pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
  241. pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
  242. pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
  243. pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
  244. pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
  245. pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
  246. pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
  247. pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
  248. pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
  249. pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
  250. pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
  251. pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
  252. pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
  253. pulumi_azure_native/netapp/v20231101/account.py +1 -1
  254. pulumi_azure_native/netapp/v20231101/backup.py +1 -1
  255. pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
  256. pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
  257. pulumi_azure_native/netapp/v20231101/pool.py +1 -1
  258. pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
  259. pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
  260. pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
  261. pulumi_azure_native/netapp/v20231101/volume.py +1 -1
  262. pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
  263. pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
  264. pulumi_azure_native/netapp/v20231101preview/account.py +1 -1
  265. pulumi_azure_native/netapp/v20231101preview/backup.py +1 -1
  266. pulumi_azure_native/netapp/v20231101preview/backup_policy.py +1 -1
  267. pulumi_azure_native/netapp/v20231101preview/backup_vault.py +1 -1
  268. pulumi_azure_native/netapp/v20231101preview/pool.py +1 -1
  269. pulumi_azure_native/netapp/v20231101preview/snapshot.py +1 -1
  270. pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +1 -1
  271. pulumi_azure_native/netapp/v20231101preview/subvolume.py +1 -1
  272. pulumi_azure_native/netapp/v20231101preview/volume.py +1 -1
  273. pulumi_azure_native/netapp/v20231101preview/volume_group.py +1 -1
  274. pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +1 -1
  275. pulumi_azure_native/netapp/v20240101/__init__.py +35 -0
  276. pulumi_azure_native/netapp/v20240101/_enums.py +267 -0
  277. pulumi_azure_native/netapp/v20240101/_inputs.py +2945 -0
  278. pulumi_azure_native/netapp/v20240101/account.py +346 -0
  279. pulumi_azure_native/netapp/v20240101/backup.py +402 -0
  280. pulumi_azure_native/netapp/v20240101/backup_policy.py +414 -0
  281. pulumi_azure_native/netapp/v20240101/backup_vault.py +258 -0
  282. pulumi_azure_native/netapp/v20240101/get_account.py +227 -0
  283. pulumi_azure_native/netapp/v20240101/get_backup.py +276 -0
  284. pulumi_azure_native/netapp/v20240101/get_backup_policy.py +271 -0
  285. pulumi_azure_native/netapp/v20240101/get_backup_vault.py +167 -0
  286. pulumi_azure_native/netapp/v20240101/get_pool.py +284 -0
  287. pulumi_azure_native/netapp/v20240101/get_snapshot.py +190 -0
  288. pulumi_azure_native/netapp/v20240101/get_snapshot_policy.py +245 -0
  289. pulumi_azure_native/netapp/v20240101/get_subvolume.py +190 -0
  290. pulumi_azure_native/netapp/v20240101/get_subvolume_metadata.py +254 -0
  291. pulumi_azure_native/netapp/v20240101/get_volume.py +887 -0
  292. pulumi_azure_native/netapp/v20240101/get_volume_group.py +167 -0
  293. pulumi_azure_native/netapp/v20240101/get_volume_group_id_for_ldap_user.py +98 -0
  294. pulumi_azure_native/netapp/v20240101/get_volume_quota_rule.py +216 -0
  295. pulumi_azure_native/netapp/v20240101/list_volume_replications.py +94 -0
  296. pulumi_azure_native/netapp/v20240101/outputs.py +3035 -0
  297. pulumi_azure_native/netapp/v20240101/pool.py +462 -0
  298. pulumi_azure_native/netapp/v20240101/snapshot.py +291 -0
  299. pulumi_azure_native/netapp/v20240101/snapshot_policy.py +414 -0
  300. pulumi_azure_native/netapp/v20240101/subvolume.py +329 -0
  301. pulumi_azure_native/netapp/v20240101/volume.py +1639 -0
  302. pulumi_azure_native/netapp/v20240101/volume_group.py +279 -0
  303. pulumi_azure_native/netapp/v20240101/volume_quota_rule.py +388 -0
  304. pulumi_azure_native/netapp/v20240301/account.py +1 -1
  305. pulumi_azure_native/netapp/v20240301/backup.py +1 -1
  306. pulumi_azure_native/netapp/v20240301/backup_policy.py +1 -1
  307. pulumi_azure_native/netapp/v20240301/backup_vault.py +1 -1
  308. pulumi_azure_native/netapp/v20240301/pool.py +1 -1
  309. pulumi_azure_native/netapp/v20240301/snapshot.py +1 -1
  310. pulumi_azure_native/netapp/v20240301/snapshot_policy.py +1 -1
  311. pulumi_azure_native/netapp/v20240301/subvolume.py +1 -1
  312. pulumi_azure_native/netapp/v20240301/volume.py +1 -1
  313. pulumi_azure_native/netapp/v20240301/volume_group.py +1 -1
  314. pulumi_azure_native/netapp/v20240301/volume_quota_rule.py +1 -1
  315. pulumi_azure_native/netapp/v20240301preview/account.py +1 -1
  316. pulumi_azure_native/netapp/v20240301preview/backup.py +1 -1
  317. pulumi_azure_native/netapp/v20240301preview/backup_policy.py +1 -1
  318. pulumi_azure_native/netapp/v20240301preview/backup_vault.py +1 -1
  319. pulumi_azure_native/netapp/v20240301preview/pool.py +1 -1
  320. pulumi_azure_native/netapp/v20240301preview/snapshot.py +1 -1
  321. pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py +1 -1
  322. pulumi_azure_native/netapp/v20240301preview/subvolume.py +1 -1
  323. pulumi_azure_native/netapp/v20240301preview/volume.py +1 -1
  324. pulumi_azure_native/netapp/v20240301preview/volume_group.py +1 -1
  325. pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py +1 -1
  326. pulumi_azure_native/netapp/volume.py +3 -3
  327. pulumi_azure_native/netapp/volume_group.py +3 -3
  328. pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
  329. pulumi_azure_native/network/__init__.py +15 -0
  330. pulumi_azure_native/network/_enums.py +11 -0
  331. pulumi_azure_native/network/_inputs.py +436 -0
  332. pulumi_azure_native/network/admin_rule.py +3 -3
  333. pulumi_azure_native/network/admin_rule_collection.py +3 -3
  334. pulumi_azure_native/network/default_admin_rule.py +1 -1
  335. pulumi_azure_native/network/get_admin_rule.py +2 -2
  336. pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
  337. pulumi_azure_native/network/get_ipam_pool.py +169 -0
  338. pulumi_azure_native/network/get_ipam_pool_usage.py +195 -0
  339. pulumi_azure_native/network/get_network_manager.py +2 -2
  340. pulumi_azure_native/network/get_reachability_analysis_intent.py +148 -0
  341. pulumi_azure_native/network/get_reachability_analysis_run.py +148 -0
  342. pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
  343. pulumi_azure_native/network/get_static_cidr.py +148 -0
  344. pulumi_azure_native/network/get_verifier_workspace.py +169 -0
  345. pulumi_azure_native/network/ipam_pool.py +280 -0
  346. pulumi_azure_native/network/list_ipam_pool_associated_resources.py +101 -0
  347. pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
  348. pulumi_azure_native/network/network_manager.py +3 -3
  349. pulumi_azure_native/network/outputs.py +723 -0
  350. pulumi_azure_native/network/reachability_analysis_intent.py +245 -0
  351. pulumi_azure_native/network/reachability_analysis_run.py +244 -0
  352. pulumi_azure_native/network/security_admin_configuration.py +3 -3
  353. pulumi_azure_native/network/static_cidr.py +243 -0
  354. pulumi_azure_native/network/v20210201preview/admin_rule.py +1 -1
  355. pulumi_azure_native/network/v20210201preview/admin_rule_collection.py +1 -1
  356. pulumi_azure_native/network/v20210201preview/network_manager.py +1 -1
  357. pulumi_azure_native/network/v20210501preview/admin_rule.py +1 -1
  358. pulumi_azure_native/network/v20210501preview/admin_rule_collection.py +1 -1
  359. pulumi_azure_native/network/v20210501preview/default_admin_rule.py +1 -1
  360. pulumi_azure_native/network/v20210501preview/network_manager.py +1 -1
  361. pulumi_azure_native/network/v20210501preview/security_admin_configuration.py +1 -1
  362. pulumi_azure_native/network/v20230201/admin_rule.py +1 -1
  363. pulumi_azure_native/network/v20230201/admin_rule_collection.py +1 -1
  364. pulumi_azure_native/network/v20230201/default_admin_rule.py +1 -1
  365. pulumi_azure_native/network/v20230201/network_manager.py +1 -1
  366. pulumi_azure_native/network/v20230201/security_admin_configuration.py +1 -1
  367. pulumi_azure_native/network/v20230401/admin_rule.py +1 -1
  368. pulumi_azure_native/network/v20230401/admin_rule_collection.py +1 -1
  369. pulumi_azure_native/network/v20230401/default_admin_rule.py +1 -1
  370. pulumi_azure_native/network/v20230401/network_manager.py +1 -1
  371. pulumi_azure_native/network/v20230401/security_admin_configuration.py +1 -1
  372. pulumi_azure_native/network/v20230501/admin_rule.py +1 -1
  373. pulumi_azure_native/network/v20230501/admin_rule_collection.py +1 -1
  374. pulumi_azure_native/network/v20230501/default_admin_rule.py +1 -1
  375. pulumi_azure_native/network/v20230501/network_manager.py +1 -1
  376. pulumi_azure_native/network/v20230501/security_admin_configuration.py +1 -1
  377. pulumi_azure_native/network/v20230601/admin_rule.py +1 -1
  378. pulumi_azure_native/network/v20230601/admin_rule_collection.py +1 -1
  379. pulumi_azure_native/network/v20230601/default_admin_rule.py +1 -1
  380. pulumi_azure_native/network/v20230601/network_manager.py +1 -1
  381. pulumi_azure_native/network/v20230601/security_admin_configuration.py +1 -1
  382. pulumi_azure_native/network/v20230901/admin_rule.py +1 -1
  383. pulumi_azure_native/network/v20230901/admin_rule_collection.py +1 -1
  384. pulumi_azure_native/network/v20230901/default_admin_rule.py +1 -1
  385. pulumi_azure_native/network/v20230901/network_manager.py +1 -1
  386. pulumi_azure_native/network/v20230901/security_admin_configuration.py +1 -1
  387. pulumi_azure_native/network/v20231101/admin_rule.py +1 -1
  388. pulumi_azure_native/network/v20231101/admin_rule_collection.py +1 -1
  389. pulumi_azure_native/network/v20231101/default_admin_rule.py +1 -1
  390. pulumi_azure_native/network/v20231101/network_manager.py +1 -1
  391. pulumi_azure_native/network/v20231101/security_admin_configuration.py +1 -1
  392. pulumi_azure_native/network/v20240101/admin_rule.py +1 -1
  393. pulumi_azure_native/network/v20240101/admin_rule_collection.py +1 -1
  394. pulumi_azure_native/network/v20240101/default_admin_rule.py +1 -1
  395. pulumi_azure_native/network/v20240101/network_manager.py +1 -1
  396. pulumi_azure_native/network/v20240101/security_admin_configuration.py +1 -1
  397. pulumi_azure_native/network/v20240101preview/__init__.py +33 -0
  398. pulumi_azure_native/network/v20240101preview/_enums.py +98 -0
  399. pulumi_azure_native/network/v20240101preview/_inputs.py +611 -0
  400. pulumi_azure_native/network/v20240101preview/admin_rule.py +553 -0
  401. pulumi_azure_native/network/v20240101preview/admin_rule_collection.py +291 -0
  402. pulumi_azure_native/network/v20240101preview/default_admin_rule.py +405 -0
  403. pulumi_azure_native/network/v20240101preview/get_admin_rule.py +295 -0
  404. pulumi_azure_native/network/v20240101preview/get_admin_rule_collection.py +185 -0
  405. pulumi_azure_native/network/v20240101preview/get_default_admin_rule.py +308 -0
  406. pulumi_azure_native/network/v20240101preview/get_ipam_pool.py +167 -0
  407. pulumi_azure_native/network/v20240101preview/get_ipam_pool_usage.py +193 -0
  408. pulumi_azure_native/network/v20240101preview/get_network_manager.py +227 -0
  409. pulumi_azure_native/network/v20240101preview/get_reachability_analysis_intent.py +146 -0
  410. pulumi_azure_native/network/v20240101preview/get_reachability_analysis_run.py +146 -0
  411. pulumi_azure_native/network/v20240101preview/get_security_admin_configuration.py +193 -0
  412. pulumi_azure_native/network/v20240101preview/get_static_cidr.py +146 -0
  413. pulumi_azure_native/network/v20240101preview/get_verifier_workspace.py +167 -0
  414. pulumi_azure_native/network/v20240101preview/ipam_pool.py +278 -0
  415. pulumi_azure_native/network/v20240101preview/list_ipam_pool_associated_resources.py +99 -0
  416. pulumi_azure_native/network/v20240101preview/list_network_manager_deployment_status.py +118 -0
  417. pulumi_azure_native/network/v20240101preview/network_manager.py +368 -0
  418. pulumi_azure_native/network/v20240101preview/outputs.py +1164 -0
  419. pulumi_azure_native/network/v20240101preview/reachability_analysis_intent.py +243 -0
  420. pulumi_azure_native/network/v20240101preview/reachability_analysis_run.py +242 -0
  421. pulumi_azure_native/network/v20240101preview/security_admin_configuration.py +298 -0
  422. pulumi_azure_native/network/v20240101preview/static_cidr.py +241 -0
  423. pulumi_azure_native/network/v20240101preview/verifier_workspace.py +278 -0
  424. pulumi_azure_native/network/verifier_workspace.py +280 -0
  425. pulumi_azure_native/portal/__init__.py +3 -0
  426. pulumi_azure_native/portal/dashboard.py +3 -3
  427. pulumi_azure_native/portal/get_dashboard.py +2 -2
  428. pulumi_azure_native/portal/get_tenant_configuration.py +4 -0
  429. pulumi_azure_native/portal/list_list_tenant_configuration_violation.py +4 -0
  430. pulumi_azure_native/portal/tenant_configuration.py +5 -1
  431. pulumi_azure_native/portal/v20190101preview/dashboard.py +1 -1
  432. pulumi_azure_native/portal/v20200901preview/dashboard.py +1 -1
  433. pulumi_azure_native/portal/v20200901preview/tenant_configuration.py +1 -1
  434. pulumi_azure_native/portal/v20221201preview/__init__.py +15 -0
  435. pulumi_azure_native/portal/v20221201preview/_enums.py +19 -0
  436. pulumi_azure_native/portal/v20221201preview/_inputs.py +639 -0
  437. pulumi_azure_native/portal/v20221201preview/dashboard.py +257 -0
  438. pulumi_azure_native/portal/v20221201preview/get_dashboard.py +162 -0
  439. pulumi_azure_native/portal/v20221201preview/get_tenant_configuration.py +131 -0
  440. pulumi_azure_native/portal/v20221201preview/list_list_tenant_configuration_violation.py +83 -0
  441. pulumi_azure_native/portal/v20221201preview/outputs.py +651 -0
  442. pulumi_azure_native/portal/v20221201preview/tenant_configuration.py +178 -0
  443. pulumi_azure_native/provider.py +0 -8
  444. pulumi_azure_native/pulumi-plugin.json +1 -1
  445. pulumi_azure_native/standbypool/__init__.py +3 -0
  446. pulumi_azure_native/standbypool/get_standby_container_group_pool.py +2 -2
  447. pulumi_azure_native/standbypool/get_standby_virtual_machine_pool.py +2 -2
  448. pulumi_azure_native/standbypool/standby_container_group_pool.py +3 -3
  449. pulumi_azure_native/standbypool/standby_virtual_machine_pool.py +3 -3
  450. pulumi_azure_native/standbypool/v20231201preview/standby_container_group_pool.py +1 -1
  451. pulumi_azure_native/standbypool/v20231201preview/standby_virtual_machine_pool.py +1 -1
  452. pulumi_azure_native/standbypool/v20240301/__init__.py +14 -0
  453. pulumi_azure_native/standbypool/v20240301/_enums.py +34 -0
  454. pulumi_azure_native/standbypool/v20240301/_inputs.py +287 -0
  455. pulumi_azure_native/standbypool/v20240301/get_standby_container_group_pool.py +188 -0
  456. pulumi_azure_native/standbypool/v20240301/get_standby_virtual_machine_pool.py +201 -0
  457. pulumi_azure_native/standbypool/v20240301/outputs.py +352 -0
  458. pulumi_azure_native/standbypool/v20240301/standby_container_group_pool.py +299 -0
  459. pulumi_azure_native/standbypool/v20240301/standby_virtual_machine_pool.py +327 -0
  460. pulumi_azure_native/standbypool/v20240301preview/standby_container_group_pool.py +1 -1
  461. pulumi_azure_native/standbypool/v20240301preview/standby_virtual_machine_pool.py +1 -1
  462. pulumi_azure_native/subscription/__init__.py +3 -0
  463. pulumi_azure_native/subscription/alias.py +3 -3
  464. pulumi_azure_native/subscription/get_alias.py +2 -2
  465. pulumi_azure_native/subscription/v20200901/alias.py +1 -1
  466. pulumi_azure_native/subscription/v20211001/alias.py +1 -1
  467. pulumi_azure_native/subscription/v20240801preview/__init__.py +12 -0
  468. pulumi_azure_native/subscription/v20240801preview/_enums.py +17 -0
  469. pulumi_azure_native/subscription/v20240801preview/_inputs.py +267 -0
  470. pulumi_azure_native/subscription/v20240801preview/alias.py +179 -0
  471. pulumi_azure_native/subscription/v20240801preview/get_alias.py +131 -0
  472. pulumi_azure_native/subscription/v20240801preview/outputs.py +324 -0
  473. {pulumi_azure_native-2.56.0.dist-info → pulumi_azure_native-2.57.0.dist-info}/METADATA +1 -1
  474. {pulumi_azure_native-2.56.0.dist-info → pulumi_azure_native-2.57.0.dist-info}/RECORD +476 -338
  475. {pulumi_azure_native-2.56.0.dist-info → pulumi_azure_native-2.57.0.dist-info}/WHEEL +1 -1
  476. {pulumi_azure_native-2.56.0.dist-info → pulumi_azure_native-2.57.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,352 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'ContainerGroupProfileResponse',
21
+ 'ContainerGroupPropertiesResponse',
22
+ 'StandbyContainerGroupPoolElasticityProfileResponse',
23
+ 'StandbyVirtualMachinePoolElasticityProfileResponse',
24
+ 'SubnetResponse',
25
+ 'SystemDataResponse',
26
+ ]
27
+
28
+ @pulumi.output_type
29
+ class ContainerGroupProfileResponse(dict):
30
+ """
31
+ Details of the ContainerGroupProfile.
32
+ """
33
+ def __init__(__self__, *,
34
+ id: str,
35
+ revision: Optional[float] = None):
36
+ """
37
+ Details of the ContainerGroupProfile.
38
+ :param str id: Specifies container group profile id of standby container groups.
39
+ :param float revision: Specifies revision of container group profile.
40
+ """
41
+ pulumi.set(__self__, "id", id)
42
+ if revision is not None:
43
+ pulumi.set(__self__, "revision", revision)
44
+
45
+ @property
46
+ @pulumi.getter
47
+ def id(self) -> str:
48
+ """
49
+ Specifies container group profile id of standby container groups.
50
+ """
51
+ return pulumi.get(self, "id")
52
+
53
+ @property
54
+ @pulumi.getter
55
+ def revision(self) -> Optional[float]:
56
+ """
57
+ Specifies revision of container group profile.
58
+ """
59
+ return pulumi.get(self, "revision")
60
+
61
+
62
+ @pulumi.output_type
63
+ class ContainerGroupPropertiesResponse(dict):
64
+ """
65
+ Details of the ContainerGroupProperties.
66
+ """
67
+ @staticmethod
68
+ def __key_warning(key: str):
69
+ suggest = None
70
+ if key == "containerGroupProfile":
71
+ suggest = "container_group_profile"
72
+ elif key == "subnetIds":
73
+ suggest = "subnet_ids"
74
+
75
+ if suggest:
76
+ pulumi.log.warn(f"Key '{key}' not found in ContainerGroupPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
77
+
78
+ def __getitem__(self, key: str) -> Any:
79
+ ContainerGroupPropertiesResponse.__key_warning(key)
80
+ return super().__getitem__(key)
81
+
82
+ def get(self, key: str, default = None) -> Any:
83
+ ContainerGroupPropertiesResponse.__key_warning(key)
84
+ return super().get(key, default)
85
+
86
+ def __init__(__self__, *,
87
+ container_group_profile: 'outputs.ContainerGroupProfileResponse',
88
+ subnet_ids: Optional[Sequence['outputs.SubnetResponse']] = None):
89
+ """
90
+ Details of the ContainerGroupProperties.
91
+ :param 'ContainerGroupProfileResponse' container_group_profile: Specifies container group profile of standby container groups.
92
+ :param Sequence['SubnetResponse'] subnet_ids: Specifies subnet Ids for container group.
93
+ """
94
+ pulumi.set(__self__, "container_group_profile", container_group_profile)
95
+ if subnet_ids is not None:
96
+ pulumi.set(__self__, "subnet_ids", subnet_ids)
97
+
98
+ @property
99
+ @pulumi.getter(name="containerGroupProfile")
100
+ def container_group_profile(self) -> 'outputs.ContainerGroupProfileResponse':
101
+ """
102
+ Specifies container group profile of standby container groups.
103
+ """
104
+ return pulumi.get(self, "container_group_profile")
105
+
106
+ @property
107
+ @pulumi.getter(name="subnetIds")
108
+ def subnet_ids(self) -> Optional[Sequence['outputs.SubnetResponse']]:
109
+ """
110
+ Specifies subnet Ids for container group.
111
+ """
112
+ return pulumi.get(self, "subnet_ids")
113
+
114
+
115
+ @pulumi.output_type
116
+ class StandbyContainerGroupPoolElasticityProfileResponse(dict):
117
+ """
118
+ Specifies the elasticity profile of the standby container group pools.
119
+ """
120
+ @staticmethod
121
+ def __key_warning(key: str):
122
+ suggest = None
123
+ if key == "maxReadyCapacity":
124
+ suggest = "max_ready_capacity"
125
+ elif key == "refillPolicy":
126
+ suggest = "refill_policy"
127
+
128
+ if suggest:
129
+ pulumi.log.warn(f"Key '{key}' not found in StandbyContainerGroupPoolElasticityProfileResponse. Access the value via the '{suggest}' property getter instead.")
130
+
131
+ def __getitem__(self, key: str) -> Any:
132
+ StandbyContainerGroupPoolElasticityProfileResponse.__key_warning(key)
133
+ return super().__getitem__(key)
134
+
135
+ def get(self, key: str, default = None) -> Any:
136
+ StandbyContainerGroupPoolElasticityProfileResponse.__key_warning(key)
137
+ return super().get(key, default)
138
+
139
+ def __init__(__self__, *,
140
+ max_ready_capacity: float,
141
+ refill_policy: Optional[str] = None):
142
+ """
143
+ Specifies the elasticity profile of the standby container group pools.
144
+ :param float max_ready_capacity: Specifies maximum number of standby container groups in the standby pool.
145
+ :param str refill_policy: Specifies refill policy of the pool.
146
+ """
147
+ pulumi.set(__self__, "max_ready_capacity", max_ready_capacity)
148
+ if refill_policy is not None:
149
+ pulumi.set(__self__, "refill_policy", refill_policy)
150
+
151
+ @property
152
+ @pulumi.getter(name="maxReadyCapacity")
153
+ def max_ready_capacity(self) -> float:
154
+ """
155
+ Specifies maximum number of standby container groups in the standby pool.
156
+ """
157
+ return pulumi.get(self, "max_ready_capacity")
158
+
159
+ @property
160
+ @pulumi.getter(name="refillPolicy")
161
+ def refill_policy(self) -> Optional[str]:
162
+ """
163
+ Specifies refill policy of the pool.
164
+ """
165
+ return pulumi.get(self, "refill_policy")
166
+
167
+
168
+ @pulumi.output_type
169
+ class StandbyVirtualMachinePoolElasticityProfileResponse(dict):
170
+ """
171
+ Details of the elasticity profile.
172
+ """
173
+ @staticmethod
174
+ def __key_warning(key: str):
175
+ suggest = None
176
+ if key == "maxReadyCapacity":
177
+ suggest = "max_ready_capacity"
178
+ elif key == "minReadyCapacity":
179
+ suggest = "min_ready_capacity"
180
+
181
+ if suggest:
182
+ pulumi.log.warn(f"Key '{key}' not found in StandbyVirtualMachinePoolElasticityProfileResponse. Access the value via the '{suggest}' property getter instead.")
183
+
184
+ def __getitem__(self, key: str) -> Any:
185
+ StandbyVirtualMachinePoolElasticityProfileResponse.__key_warning(key)
186
+ return super().__getitem__(key)
187
+
188
+ def get(self, key: str, default = None) -> Any:
189
+ StandbyVirtualMachinePoolElasticityProfileResponse.__key_warning(key)
190
+ return super().get(key, default)
191
+
192
+ def __init__(__self__, *,
193
+ max_ready_capacity: float,
194
+ min_ready_capacity: Optional[float] = None):
195
+ """
196
+ Details of the elasticity profile.
197
+ :param float max_ready_capacity: Specifies the maximum number of virtual machines in the standby virtual machine pool.
198
+ :param float min_ready_capacity: Specifies the desired minimum number of virtual machines in the standby virtual machine pool. MinReadyCapacity cannot exceed MaxReadyCapacity.
199
+ """
200
+ pulumi.set(__self__, "max_ready_capacity", max_ready_capacity)
201
+ if min_ready_capacity is not None:
202
+ pulumi.set(__self__, "min_ready_capacity", min_ready_capacity)
203
+
204
+ @property
205
+ @pulumi.getter(name="maxReadyCapacity")
206
+ def max_ready_capacity(self) -> float:
207
+ """
208
+ Specifies the maximum number of virtual machines in the standby virtual machine pool.
209
+ """
210
+ return pulumi.get(self, "max_ready_capacity")
211
+
212
+ @property
213
+ @pulumi.getter(name="minReadyCapacity")
214
+ def min_ready_capacity(self) -> Optional[float]:
215
+ """
216
+ Specifies the desired minimum number of virtual machines in the standby virtual machine pool. MinReadyCapacity cannot exceed MaxReadyCapacity.
217
+ """
218
+ return pulumi.get(self, "min_ready_capacity")
219
+
220
+
221
+ @pulumi.output_type
222
+ class SubnetResponse(dict):
223
+ """
224
+ Subnet of container group
225
+ """
226
+ def __init__(__self__, *,
227
+ id: str):
228
+ """
229
+ Subnet of container group
230
+ :param str id: Specifies ARM resource id of the subnet.
231
+ """
232
+ pulumi.set(__self__, "id", id)
233
+
234
+ @property
235
+ @pulumi.getter
236
+ def id(self) -> str:
237
+ """
238
+ Specifies ARM resource id of the subnet.
239
+ """
240
+ return pulumi.get(self, "id")
241
+
242
+
243
+ @pulumi.output_type
244
+ class SystemDataResponse(dict):
245
+ """
246
+ Metadata pertaining to creation and last modification of the resource.
247
+ """
248
+ @staticmethod
249
+ def __key_warning(key: str):
250
+ suggest = None
251
+ if key == "createdAt":
252
+ suggest = "created_at"
253
+ elif key == "createdBy":
254
+ suggest = "created_by"
255
+ elif key == "createdByType":
256
+ suggest = "created_by_type"
257
+ elif key == "lastModifiedAt":
258
+ suggest = "last_modified_at"
259
+ elif key == "lastModifiedBy":
260
+ suggest = "last_modified_by"
261
+ elif key == "lastModifiedByType":
262
+ suggest = "last_modified_by_type"
263
+
264
+ if suggest:
265
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
266
+
267
+ def __getitem__(self, key: str) -> Any:
268
+ SystemDataResponse.__key_warning(key)
269
+ return super().__getitem__(key)
270
+
271
+ def get(self, key: str, default = None) -> Any:
272
+ SystemDataResponse.__key_warning(key)
273
+ return super().get(key, default)
274
+
275
+ def __init__(__self__, *,
276
+ created_at: Optional[str] = None,
277
+ created_by: Optional[str] = None,
278
+ created_by_type: Optional[str] = None,
279
+ last_modified_at: Optional[str] = None,
280
+ last_modified_by: Optional[str] = None,
281
+ last_modified_by_type: Optional[str] = None):
282
+ """
283
+ Metadata pertaining to creation and last modification of the resource.
284
+ :param str created_at: The timestamp of resource creation (UTC).
285
+ :param str created_by: The identity that created the resource.
286
+ :param str created_by_type: The type of identity that created the resource.
287
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
288
+ :param str last_modified_by: The identity that last modified the resource.
289
+ :param str last_modified_by_type: The type of identity that last modified the resource.
290
+ """
291
+ if created_at is not None:
292
+ pulumi.set(__self__, "created_at", created_at)
293
+ if created_by is not None:
294
+ pulumi.set(__self__, "created_by", created_by)
295
+ if created_by_type is not None:
296
+ pulumi.set(__self__, "created_by_type", created_by_type)
297
+ if last_modified_at is not None:
298
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
299
+ if last_modified_by is not None:
300
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
301
+ if last_modified_by_type is not None:
302
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
303
+
304
+ @property
305
+ @pulumi.getter(name="createdAt")
306
+ def created_at(self) -> Optional[str]:
307
+ """
308
+ The timestamp of resource creation (UTC).
309
+ """
310
+ return pulumi.get(self, "created_at")
311
+
312
+ @property
313
+ @pulumi.getter(name="createdBy")
314
+ def created_by(self) -> Optional[str]:
315
+ """
316
+ The identity that created the resource.
317
+ """
318
+ return pulumi.get(self, "created_by")
319
+
320
+ @property
321
+ @pulumi.getter(name="createdByType")
322
+ def created_by_type(self) -> Optional[str]:
323
+ """
324
+ The type of identity that created the resource.
325
+ """
326
+ return pulumi.get(self, "created_by_type")
327
+
328
+ @property
329
+ @pulumi.getter(name="lastModifiedAt")
330
+ def last_modified_at(self) -> Optional[str]:
331
+ """
332
+ The timestamp of resource last modification (UTC)
333
+ """
334
+ return pulumi.get(self, "last_modified_at")
335
+
336
+ @property
337
+ @pulumi.getter(name="lastModifiedBy")
338
+ def last_modified_by(self) -> Optional[str]:
339
+ """
340
+ The identity that last modified the resource.
341
+ """
342
+ return pulumi.get(self, "last_modified_by")
343
+
344
+ @property
345
+ @pulumi.getter(name="lastModifiedByType")
346
+ def last_modified_by_type(self) -> Optional[str]:
347
+ """
348
+ The type of identity that last modified the resource.
349
+ """
350
+ return pulumi.get(self, "last_modified_by_type")
351
+
352
+
@@ -0,0 +1,299 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+ from ._inputs import *
19
+
20
+ __all__ = ['StandbyContainerGroupPoolArgs', 'StandbyContainerGroupPool']
21
+
22
+ @pulumi.input_type
23
+ class StandbyContainerGroupPoolArgs:
24
+ def __init__(__self__, *,
25
+ container_group_properties: pulumi.Input['ContainerGroupPropertiesArgs'],
26
+ elasticity_profile: pulumi.Input['StandbyContainerGroupPoolElasticityProfileArgs'],
27
+ resource_group_name: pulumi.Input[str],
28
+ location: Optional[pulumi.Input[str]] = None,
29
+ standby_container_group_pool_name: Optional[pulumi.Input[str]] = None,
30
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
31
+ """
32
+ The set of arguments for constructing a StandbyContainerGroupPool resource.
33
+ :param pulumi.Input['ContainerGroupPropertiesArgs'] container_group_properties: Specifies container group properties of standby container group pools.
34
+ :param pulumi.Input['StandbyContainerGroupPoolElasticityProfileArgs'] elasticity_profile: Specifies elasticity profile of standby container group pools.
35
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
36
+ :param pulumi.Input[str] location: The geo-location where the resource lives
37
+ :param pulumi.Input[str] standby_container_group_pool_name: Name of the standby container group pool
38
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
39
+ """
40
+ pulumi.set(__self__, "container_group_properties", container_group_properties)
41
+ pulumi.set(__self__, "elasticity_profile", elasticity_profile)
42
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
43
+ if location is not None:
44
+ pulumi.set(__self__, "location", location)
45
+ if standby_container_group_pool_name is not None:
46
+ pulumi.set(__self__, "standby_container_group_pool_name", standby_container_group_pool_name)
47
+ if tags is not None:
48
+ pulumi.set(__self__, "tags", tags)
49
+
50
+ @property
51
+ @pulumi.getter(name="containerGroupProperties")
52
+ def container_group_properties(self) -> pulumi.Input['ContainerGroupPropertiesArgs']:
53
+ """
54
+ Specifies container group properties of standby container group pools.
55
+ """
56
+ return pulumi.get(self, "container_group_properties")
57
+
58
+ @container_group_properties.setter
59
+ def container_group_properties(self, value: pulumi.Input['ContainerGroupPropertiesArgs']):
60
+ pulumi.set(self, "container_group_properties", value)
61
+
62
+ @property
63
+ @pulumi.getter(name="elasticityProfile")
64
+ def elasticity_profile(self) -> pulumi.Input['StandbyContainerGroupPoolElasticityProfileArgs']:
65
+ """
66
+ Specifies elasticity profile of standby container group pools.
67
+ """
68
+ return pulumi.get(self, "elasticity_profile")
69
+
70
+ @elasticity_profile.setter
71
+ def elasticity_profile(self, value: pulumi.Input['StandbyContainerGroupPoolElasticityProfileArgs']):
72
+ pulumi.set(self, "elasticity_profile", value)
73
+
74
+ @property
75
+ @pulumi.getter(name="resourceGroupName")
76
+ def resource_group_name(self) -> pulumi.Input[str]:
77
+ """
78
+ The name of the resource group. The name is case insensitive.
79
+ """
80
+ return pulumi.get(self, "resource_group_name")
81
+
82
+ @resource_group_name.setter
83
+ def resource_group_name(self, value: pulumi.Input[str]):
84
+ pulumi.set(self, "resource_group_name", value)
85
+
86
+ @property
87
+ @pulumi.getter
88
+ def location(self) -> Optional[pulumi.Input[str]]:
89
+ """
90
+ The geo-location where the resource lives
91
+ """
92
+ return pulumi.get(self, "location")
93
+
94
+ @location.setter
95
+ def location(self, value: Optional[pulumi.Input[str]]):
96
+ pulumi.set(self, "location", value)
97
+
98
+ @property
99
+ @pulumi.getter(name="standbyContainerGroupPoolName")
100
+ def standby_container_group_pool_name(self) -> Optional[pulumi.Input[str]]:
101
+ """
102
+ Name of the standby container group pool
103
+ """
104
+ return pulumi.get(self, "standby_container_group_pool_name")
105
+
106
+ @standby_container_group_pool_name.setter
107
+ def standby_container_group_pool_name(self, value: Optional[pulumi.Input[str]]):
108
+ pulumi.set(self, "standby_container_group_pool_name", value)
109
+
110
+ @property
111
+ @pulumi.getter
112
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
113
+ """
114
+ Resource tags.
115
+ """
116
+ return pulumi.get(self, "tags")
117
+
118
+ @tags.setter
119
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
120
+ pulumi.set(self, "tags", value)
121
+
122
+
123
+ class StandbyContainerGroupPool(pulumi.CustomResource):
124
+ @overload
125
+ def __init__(__self__,
126
+ resource_name: str,
127
+ opts: Optional[pulumi.ResourceOptions] = None,
128
+ container_group_properties: Optional[pulumi.Input[Union['ContainerGroupPropertiesArgs', 'ContainerGroupPropertiesArgsDict']]] = None,
129
+ elasticity_profile: Optional[pulumi.Input[Union['StandbyContainerGroupPoolElasticityProfileArgs', 'StandbyContainerGroupPoolElasticityProfileArgsDict']]] = None,
130
+ location: Optional[pulumi.Input[str]] = None,
131
+ resource_group_name: Optional[pulumi.Input[str]] = None,
132
+ standby_container_group_pool_name: Optional[pulumi.Input[str]] = None,
133
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
134
+ __props__=None):
135
+ """
136
+ A StandbyContainerGroupPoolResource.
137
+
138
+ :param str resource_name: The name of the resource.
139
+ :param pulumi.ResourceOptions opts: Options for the resource.
140
+ :param pulumi.Input[Union['ContainerGroupPropertiesArgs', 'ContainerGroupPropertiesArgsDict']] container_group_properties: Specifies container group properties of standby container group pools.
141
+ :param pulumi.Input[Union['StandbyContainerGroupPoolElasticityProfileArgs', 'StandbyContainerGroupPoolElasticityProfileArgsDict']] elasticity_profile: Specifies elasticity profile of standby container group pools.
142
+ :param pulumi.Input[str] location: The geo-location where the resource lives
143
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
144
+ :param pulumi.Input[str] standby_container_group_pool_name: Name of the standby container group pool
145
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
146
+ """
147
+ ...
148
+ @overload
149
+ def __init__(__self__,
150
+ resource_name: str,
151
+ args: StandbyContainerGroupPoolArgs,
152
+ opts: Optional[pulumi.ResourceOptions] = None):
153
+ """
154
+ A StandbyContainerGroupPoolResource.
155
+
156
+ :param str resource_name: The name of the resource.
157
+ :param StandbyContainerGroupPoolArgs args: The arguments to use to populate this resource's properties.
158
+ :param pulumi.ResourceOptions opts: Options for the resource.
159
+ """
160
+ ...
161
+ def __init__(__self__, resource_name: str, *args, **kwargs):
162
+ resource_args, opts = _utilities.get_resource_args_opts(StandbyContainerGroupPoolArgs, pulumi.ResourceOptions, *args, **kwargs)
163
+ if resource_args is not None:
164
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
165
+ else:
166
+ __self__._internal_init(resource_name, *args, **kwargs)
167
+
168
+ def _internal_init(__self__,
169
+ resource_name: str,
170
+ opts: Optional[pulumi.ResourceOptions] = None,
171
+ container_group_properties: Optional[pulumi.Input[Union['ContainerGroupPropertiesArgs', 'ContainerGroupPropertiesArgsDict']]] = None,
172
+ elasticity_profile: Optional[pulumi.Input[Union['StandbyContainerGroupPoolElasticityProfileArgs', 'StandbyContainerGroupPoolElasticityProfileArgsDict']]] = None,
173
+ location: Optional[pulumi.Input[str]] = None,
174
+ resource_group_name: Optional[pulumi.Input[str]] = None,
175
+ standby_container_group_pool_name: Optional[pulumi.Input[str]] = None,
176
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
177
+ __props__=None):
178
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
179
+ if not isinstance(opts, pulumi.ResourceOptions):
180
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
181
+ if opts.id is None:
182
+ if __props__ is not None:
183
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
184
+ __props__ = StandbyContainerGroupPoolArgs.__new__(StandbyContainerGroupPoolArgs)
185
+
186
+ if container_group_properties is None and not opts.urn:
187
+ raise TypeError("Missing required property 'container_group_properties'")
188
+ __props__.__dict__["container_group_properties"] = container_group_properties
189
+ if elasticity_profile is None and not opts.urn:
190
+ raise TypeError("Missing required property 'elasticity_profile'")
191
+ __props__.__dict__["elasticity_profile"] = elasticity_profile
192
+ __props__.__dict__["location"] = location
193
+ if resource_group_name is None and not opts.urn:
194
+ raise TypeError("Missing required property 'resource_group_name'")
195
+ __props__.__dict__["resource_group_name"] = resource_group_name
196
+ __props__.__dict__["standby_container_group_pool_name"] = standby_container_group_pool_name
197
+ __props__.__dict__["tags"] = tags
198
+ __props__.__dict__["name"] = None
199
+ __props__.__dict__["provisioning_state"] = None
200
+ __props__.__dict__["system_data"] = None
201
+ __props__.__dict__["type"] = None
202
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:standbypool:StandbyContainerGroupPool"), pulumi.Alias(type_="azure-native:standbypool/v20231201preview:StandbyContainerGroupPool"), pulumi.Alias(type_="azure-native:standbypool/v20240301preview:StandbyContainerGroupPool")])
203
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
204
+ super(StandbyContainerGroupPool, __self__).__init__(
205
+ 'azure-native:standbypool/v20240301:StandbyContainerGroupPool',
206
+ resource_name,
207
+ __props__,
208
+ opts)
209
+
210
+ @staticmethod
211
+ def get(resource_name: str,
212
+ id: pulumi.Input[str],
213
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'StandbyContainerGroupPool':
214
+ """
215
+ Get an existing StandbyContainerGroupPool resource's state with the given name, id, and optional extra
216
+ properties used to qualify the lookup.
217
+
218
+ :param str resource_name: The unique name of the resulting resource.
219
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
220
+ :param pulumi.ResourceOptions opts: Options for the resource.
221
+ """
222
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
223
+
224
+ __props__ = StandbyContainerGroupPoolArgs.__new__(StandbyContainerGroupPoolArgs)
225
+
226
+ __props__.__dict__["container_group_properties"] = None
227
+ __props__.__dict__["elasticity_profile"] = None
228
+ __props__.__dict__["location"] = None
229
+ __props__.__dict__["name"] = None
230
+ __props__.__dict__["provisioning_state"] = None
231
+ __props__.__dict__["system_data"] = None
232
+ __props__.__dict__["tags"] = None
233
+ __props__.__dict__["type"] = None
234
+ return StandbyContainerGroupPool(resource_name, opts=opts, __props__=__props__)
235
+
236
+ @property
237
+ @pulumi.getter(name="containerGroupProperties")
238
+ def container_group_properties(self) -> pulumi.Output['outputs.ContainerGroupPropertiesResponse']:
239
+ """
240
+ Specifies container group properties of standby container group pools.
241
+ """
242
+ return pulumi.get(self, "container_group_properties")
243
+
244
+ @property
245
+ @pulumi.getter(name="elasticityProfile")
246
+ def elasticity_profile(self) -> pulumi.Output['outputs.StandbyContainerGroupPoolElasticityProfileResponse']:
247
+ """
248
+ Specifies elasticity profile of standby container group pools.
249
+ """
250
+ return pulumi.get(self, "elasticity_profile")
251
+
252
+ @property
253
+ @pulumi.getter
254
+ def location(self) -> pulumi.Output[str]:
255
+ """
256
+ The geo-location where the resource lives
257
+ """
258
+ return pulumi.get(self, "location")
259
+
260
+ @property
261
+ @pulumi.getter
262
+ def name(self) -> pulumi.Output[str]:
263
+ """
264
+ The name of the resource
265
+ """
266
+ return pulumi.get(self, "name")
267
+
268
+ @property
269
+ @pulumi.getter(name="provisioningState")
270
+ def provisioning_state(self) -> pulumi.Output[str]:
271
+ """
272
+ The status of the last operation.
273
+ """
274
+ return pulumi.get(self, "provisioning_state")
275
+
276
+ @property
277
+ @pulumi.getter(name="systemData")
278
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
279
+ """
280
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
281
+ """
282
+ return pulumi.get(self, "system_data")
283
+
284
+ @property
285
+ @pulumi.getter
286
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
287
+ """
288
+ Resource tags.
289
+ """
290
+ return pulumi.get(self, "tags")
291
+
292
+ @property
293
+ @pulumi.getter
294
+ def type(self) -> pulumi.Output[str]:
295
+ """
296
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
297
+ """
298
+ return pulumi.get(self, "type")
299
+