pulumi-azure-native 2.56.0a1723657983__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.0a1723657983.dist-info → pulumi_azure_native-2.57.0.dist-info}/METADATA +1 -1
  474. {pulumi_azure_native-2.56.0a1723657983.dist-info → pulumi_azure_native-2.57.0.dist-info}/RECORD +476 -338
  475. {pulumi_azure_native-2.56.0a1723657983.dist-info → pulumi_azure_native-2.57.0.dist-info}/WHEEL +1 -1
  476. {pulumi_azure_native-2.56.0a1723657983.dist-info → pulumi_azure_native-2.57.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,596 @@
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
+
18
+ __all__ = [
19
+ 'GetMachineResult',
20
+ 'AwaitableGetMachineResult',
21
+ 'get_machine',
22
+ 'get_machine_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetMachineResult:
27
+ """
28
+ Describes a hybrid machine.
29
+ """
30
+ def __init__(__self__, ad_fqdn=None, agent_configuration=None, agent_upgrade=None, agent_version=None, client_public_key=None, cloud_metadata=None, detected_properties=None, display_name=None, dns_fqdn=None, domain_name=None, error_details=None, extensions=None, id=None, identity=None, kind=None, last_status_change=None, license_profile=None, location=None, location_data=None, machine_fqdn=None, mssql_discovered=None, name=None, network_profile=None, os_edition=None, os_name=None, os_profile=None, os_sku=None, os_type=None, os_version=None, parent_cluster_resource_id=None, private_link_scope_resource_id=None, provisioning_state=None, resources=None, service_statuses=None, status=None, system_data=None, tags=None, type=None, vm_id=None, vm_uuid=None):
31
+ if ad_fqdn and not isinstance(ad_fqdn, str):
32
+ raise TypeError("Expected argument 'ad_fqdn' to be a str")
33
+ pulumi.set(__self__, "ad_fqdn", ad_fqdn)
34
+ if agent_configuration and not isinstance(agent_configuration, dict):
35
+ raise TypeError("Expected argument 'agent_configuration' to be a dict")
36
+ pulumi.set(__self__, "agent_configuration", agent_configuration)
37
+ if agent_upgrade and not isinstance(agent_upgrade, dict):
38
+ raise TypeError("Expected argument 'agent_upgrade' to be a dict")
39
+ pulumi.set(__self__, "agent_upgrade", agent_upgrade)
40
+ if agent_version and not isinstance(agent_version, str):
41
+ raise TypeError("Expected argument 'agent_version' to be a str")
42
+ pulumi.set(__self__, "agent_version", agent_version)
43
+ if client_public_key and not isinstance(client_public_key, str):
44
+ raise TypeError("Expected argument 'client_public_key' to be a str")
45
+ pulumi.set(__self__, "client_public_key", client_public_key)
46
+ if cloud_metadata and not isinstance(cloud_metadata, dict):
47
+ raise TypeError("Expected argument 'cloud_metadata' to be a dict")
48
+ pulumi.set(__self__, "cloud_metadata", cloud_metadata)
49
+ if detected_properties and not isinstance(detected_properties, dict):
50
+ raise TypeError("Expected argument 'detected_properties' to be a dict")
51
+ pulumi.set(__self__, "detected_properties", detected_properties)
52
+ if display_name and not isinstance(display_name, str):
53
+ raise TypeError("Expected argument 'display_name' to be a str")
54
+ pulumi.set(__self__, "display_name", display_name)
55
+ if dns_fqdn and not isinstance(dns_fqdn, str):
56
+ raise TypeError("Expected argument 'dns_fqdn' to be a str")
57
+ pulumi.set(__self__, "dns_fqdn", dns_fqdn)
58
+ if domain_name and not isinstance(domain_name, str):
59
+ raise TypeError("Expected argument 'domain_name' to be a str")
60
+ pulumi.set(__self__, "domain_name", domain_name)
61
+ if error_details and not isinstance(error_details, list):
62
+ raise TypeError("Expected argument 'error_details' to be a list")
63
+ pulumi.set(__self__, "error_details", error_details)
64
+ if extensions and not isinstance(extensions, list):
65
+ raise TypeError("Expected argument 'extensions' to be a list")
66
+ pulumi.set(__self__, "extensions", extensions)
67
+ if id and not isinstance(id, str):
68
+ raise TypeError("Expected argument 'id' to be a str")
69
+ pulumi.set(__self__, "id", id)
70
+ if identity and not isinstance(identity, dict):
71
+ raise TypeError("Expected argument 'identity' to be a dict")
72
+ pulumi.set(__self__, "identity", identity)
73
+ if kind and not isinstance(kind, str):
74
+ raise TypeError("Expected argument 'kind' to be a str")
75
+ pulumi.set(__self__, "kind", kind)
76
+ if last_status_change and not isinstance(last_status_change, str):
77
+ raise TypeError("Expected argument 'last_status_change' to be a str")
78
+ pulumi.set(__self__, "last_status_change", last_status_change)
79
+ if license_profile and not isinstance(license_profile, dict):
80
+ raise TypeError("Expected argument 'license_profile' to be a dict")
81
+ pulumi.set(__self__, "license_profile", license_profile)
82
+ if location and not isinstance(location, str):
83
+ raise TypeError("Expected argument 'location' to be a str")
84
+ pulumi.set(__self__, "location", location)
85
+ if location_data and not isinstance(location_data, dict):
86
+ raise TypeError("Expected argument 'location_data' to be a dict")
87
+ pulumi.set(__self__, "location_data", location_data)
88
+ if machine_fqdn and not isinstance(machine_fqdn, str):
89
+ raise TypeError("Expected argument 'machine_fqdn' to be a str")
90
+ pulumi.set(__self__, "machine_fqdn", machine_fqdn)
91
+ if mssql_discovered and not isinstance(mssql_discovered, str):
92
+ raise TypeError("Expected argument 'mssql_discovered' to be a str")
93
+ pulumi.set(__self__, "mssql_discovered", mssql_discovered)
94
+ if name and not isinstance(name, str):
95
+ raise TypeError("Expected argument 'name' to be a str")
96
+ pulumi.set(__self__, "name", name)
97
+ if network_profile and not isinstance(network_profile, dict):
98
+ raise TypeError("Expected argument 'network_profile' to be a dict")
99
+ pulumi.set(__self__, "network_profile", network_profile)
100
+ if os_edition and not isinstance(os_edition, str):
101
+ raise TypeError("Expected argument 'os_edition' to be a str")
102
+ pulumi.set(__self__, "os_edition", os_edition)
103
+ if os_name and not isinstance(os_name, str):
104
+ raise TypeError("Expected argument 'os_name' to be a str")
105
+ pulumi.set(__self__, "os_name", os_name)
106
+ if os_profile and not isinstance(os_profile, dict):
107
+ raise TypeError("Expected argument 'os_profile' to be a dict")
108
+ pulumi.set(__self__, "os_profile", os_profile)
109
+ if os_sku and not isinstance(os_sku, str):
110
+ raise TypeError("Expected argument 'os_sku' to be a str")
111
+ pulumi.set(__self__, "os_sku", os_sku)
112
+ if os_type and not isinstance(os_type, str):
113
+ raise TypeError("Expected argument 'os_type' to be a str")
114
+ pulumi.set(__self__, "os_type", os_type)
115
+ if os_version and not isinstance(os_version, str):
116
+ raise TypeError("Expected argument 'os_version' to be a str")
117
+ pulumi.set(__self__, "os_version", os_version)
118
+ if parent_cluster_resource_id and not isinstance(parent_cluster_resource_id, str):
119
+ raise TypeError("Expected argument 'parent_cluster_resource_id' to be a str")
120
+ pulumi.set(__self__, "parent_cluster_resource_id", parent_cluster_resource_id)
121
+ if private_link_scope_resource_id and not isinstance(private_link_scope_resource_id, str):
122
+ raise TypeError("Expected argument 'private_link_scope_resource_id' to be a str")
123
+ pulumi.set(__self__, "private_link_scope_resource_id", private_link_scope_resource_id)
124
+ if provisioning_state and not isinstance(provisioning_state, str):
125
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
126
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
127
+ if resources and not isinstance(resources, list):
128
+ raise TypeError("Expected argument 'resources' to be a list")
129
+ pulumi.set(__self__, "resources", resources)
130
+ if service_statuses and not isinstance(service_statuses, dict):
131
+ raise TypeError("Expected argument 'service_statuses' to be a dict")
132
+ pulumi.set(__self__, "service_statuses", service_statuses)
133
+ if status and not isinstance(status, str):
134
+ raise TypeError("Expected argument 'status' to be a str")
135
+ pulumi.set(__self__, "status", status)
136
+ if system_data and not isinstance(system_data, dict):
137
+ raise TypeError("Expected argument 'system_data' to be a dict")
138
+ pulumi.set(__self__, "system_data", system_data)
139
+ if tags and not isinstance(tags, dict):
140
+ raise TypeError("Expected argument 'tags' to be a dict")
141
+ pulumi.set(__self__, "tags", tags)
142
+ if type and not isinstance(type, str):
143
+ raise TypeError("Expected argument 'type' to be a str")
144
+ pulumi.set(__self__, "type", type)
145
+ if vm_id and not isinstance(vm_id, str):
146
+ raise TypeError("Expected argument 'vm_id' to be a str")
147
+ pulumi.set(__self__, "vm_id", vm_id)
148
+ if vm_uuid and not isinstance(vm_uuid, str):
149
+ raise TypeError("Expected argument 'vm_uuid' to be a str")
150
+ pulumi.set(__self__, "vm_uuid", vm_uuid)
151
+
152
+ @property
153
+ @pulumi.getter(name="adFqdn")
154
+ def ad_fqdn(self) -> str:
155
+ """
156
+ Specifies the AD fully qualified display name.
157
+ """
158
+ return pulumi.get(self, "ad_fqdn")
159
+
160
+ @property
161
+ @pulumi.getter(name="agentConfiguration")
162
+ def agent_configuration(self) -> 'outputs.AgentConfigurationResponse':
163
+ """
164
+ Configurable properties that the user can set locally via the azcmagent config command, or remotely via ARM.
165
+ """
166
+ return pulumi.get(self, "agent_configuration")
167
+
168
+ @property
169
+ @pulumi.getter(name="agentUpgrade")
170
+ def agent_upgrade(self) -> Optional['outputs.AgentUpgradeResponse']:
171
+ """
172
+ The info of the machine w.r.t Agent Upgrade
173
+ """
174
+ return pulumi.get(self, "agent_upgrade")
175
+
176
+ @property
177
+ @pulumi.getter(name="agentVersion")
178
+ def agent_version(self) -> str:
179
+ """
180
+ The hybrid machine agent full version.
181
+ """
182
+ return pulumi.get(self, "agent_version")
183
+
184
+ @property
185
+ @pulumi.getter(name="clientPublicKey")
186
+ def client_public_key(self) -> Optional[str]:
187
+ """
188
+ Public Key that the client provides to be used during initial resource onboarding
189
+ """
190
+ return pulumi.get(self, "client_public_key")
191
+
192
+ @property
193
+ @pulumi.getter(name="cloudMetadata")
194
+ def cloud_metadata(self) -> Optional['outputs.CloudMetadataResponse']:
195
+ """
196
+ The metadata of the cloud environment (Azure/GCP/AWS/OCI...).
197
+ """
198
+ return pulumi.get(self, "cloud_metadata")
199
+
200
+ @property
201
+ @pulumi.getter(name="detectedProperties")
202
+ def detected_properties(self) -> Mapping[str, str]:
203
+ """
204
+ Detected properties from the machine.
205
+ """
206
+ return pulumi.get(self, "detected_properties")
207
+
208
+ @property
209
+ @pulumi.getter(name="displayName")
210
+ def display_name(self) -> str:
211
+ """
212
+ Specifies the hybrid machine display name.
213
+ """
214
+ return pulumi.get(self, "display_name")
215
+
216
+ @property
217
+ @pulumi.getter(name="dnsFqdn")
218
+ def dns_fqdn(self) -> str:
219
+ """
220
+ Specifies the DNS fully qualified display name.
221
+ """
222
+ return pulumi.get(self, "dns_fqdn")
223
+
224
+ @property
225
+ @pulumi.getter(name="domainName")
226
+ def domain_name(self) -> str:
227
+ """
228
+ Specifies the Windows domain name.
229
+ """
230
+ return pulumi.get(self, "domain_name")
231
+
232
+ @property
233
+ @pulumi.getter(name="errorDetails")
234
+ def error_details(self) -> Sequence['outputs.ErrorDetailResponse']:
235
+ """
236
+ Details about the error state.
237
+ """
238
+ return pulumi.get(self, "error_details")
239
+
240
+ @property
241
+ @pulumi.getter
242
+ def extensions(self) -> Optional[Sequence['outputs.MachineExtensionInstanceViewResponse']]:
243
+ """
244
+ Machine Extensions information (deprecated field)
245
+ """
246
+ return pulumi.get(self, "extensions")
247
+
248
+ @property
249
+ @pulumi.getter
250
+ def id(self) -> str:
251
+ """
252
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
253
+ """
254
+ return pulumi.get(self, "id")
255
+
256
+ @property
257
+ @pulumi.getter
258
+ def identity(self) -> Optional['outputs.IdentityResponse']:
259
+ """
260
+ Identity for the resource.
261
+ """
262
+ return pulumi.get(self, "identity")
263
+
264
+ @property
265
+ @pulumi.getter
266
+ def kind(self) -> Optional[str]:
267
+ """
268
+ Indicates which kind of Arc machine placement on-premises, such as HCI, SCVMM or VMware etc.
269
+ """
270
+ return pulumi.get(self, "kind")
271
+
272
+ @property
273
+ @pulumi.getter(name="lastStatusChange")
274
+ def last_status_change(self) -> str:
275
+ """
276
+ The time of the last status change.
277
+ """
278
+ return pulumi.get(self, "last_status_change")
279
+
280
+ @property
281
+ @pulumi.getter(name="licenseProfile")
282
+ def license_profile(self) -> Optional['outputs.LicenseProfileMachineInstanceViewResponse']:
283
+ """
284
+ Specifies the License related properties for a machine.
285
+ """
286
+ return pulumi.get(self, "license_profile")
287
+
288
+ @property
289
+ @pulumi.getter
290
+ def location(self) -> str:
291
+ """
292
+ The geo-location where the resource lives
293
+ """
294
+ return pulumi.get(self, "location")
295
+
296
+ @property
297
+ @pulumi.getter(name="locationData")
298
+ def location_data(self) -> Optional['outputs.LocationDataResponse']:
299
+ """
300
+ Metadata pertaining to the geographic location of the resource.
301
+ """
302
+ return pulumi.get(self, "location_data")
303
+
304
+ @property
305
+ @pulumi.getter(name="machineFqdn")
306
+ def machine_fqdn(self) -> str:
307
+ """
308
+ Specifies the hybrid machine FQDN.
309
+ """
310
+ return pulumi.get(self, "machine_fqdn")
311
+
312
+ @property
313
+ @pulumi.getter(name="mssqlDiscovered")
314
+ def mssql_discovered(self) -> Optional[str]:
315
+ """
316
+ Specifies whether any MS SQL instance is discovered on the machine.
317
+ """
318
+ return pulumi.get(self, "mssql_discovered")
319
+
320
+ @property
321
+ @pulumi.getter
322
+ def name(self) -> str:
323
+ """
324
+ The name of the resource
325
+ """
326
+ return pulumi.get(self, "name")
327
+
328
+ @property
329
+ @pulumi.getter(name="networkProfile")
330
+ def network_profile(self) -> 'outputs.NetworkProfileResponse':
331
+ """
332
+ Information about the network the machine is on.
333
+ """
334
+ return pulumi.get(self, "network_profile")
335
+
336
+ @property
337
+ @pulumi.getter(name="osEdition")
338
+ def os_edition(self) -> str:
339
+ """
340
+ The edition of the Operating System.
341
+ """
342
+ return pulumi.get(self, "os_edition")
343
+
344
+ @property
345
+ @pulumi.getter(name="osName")
346
+ def os_name(self) -> str:
347
+ """
348
+ The Operating System running on the hybrid machine.
349
+ """
350
+ return pulumi.get(self, "os_name")
351
+
352
+ @property
353
+ @pulumi.getter(name="osProfile")
354
+ def os_profile(self) -> Optional['outputs.OSProfileResponse']:
355
+ """
356
+ Specifies the operating system settings for the hybrid machine.
357
+ """
358
+ return pulumi.get(self, "os_profile")
359
+
360
+ @property
361
+ @pulumi.getter(name="osSku")
362
+ def os_sku(self) -> str:
363
+ """
364
+ Specifies the Operating System product SKU.
365
+ """
366
+ return pulumi.get(self, "os_sku")
367
+
368
+ @property
369
+ @pulumi.getter(name="osType")
370
+ def os_type(self) -> Optional[str]:
371
+ """
372
+ The type of Operating System (windows/linux).
373
+ """
374
+ return pulumi.get(self, "os_type")
375
+
376
+ @property
377
+ @pulumi.getter(name="osVersion")
378
+ def os_version(self) -> str:
379
+ """
380
+ The version of Operating System running on the hybrid machine.
381
+ """
382
+ return pulumi.get(self, "os_version")
383
+
384
+ @property
385
+ @pulumi.getter(name="parentClusterResourceId")
386
+ def parent_cluster_resource_id(self) -> Optional[str]:
387
+ """
388
+ The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any.
389
+ """
390
+ return pulumi.get(self, "parent_cluster_resource_id")
391
+
392
+ @property
393
+ @pulumi.getter(name="privateLinkScopeResourceId")
394
+ def private_link_scope_resource_id(self) -> Optional[str]:
395
+ """
396
+ The resource id of the private link scope this machine is assigned to, if any.
397
+ """
398
+ return pulumi.get(self, "private_link_scope_resource_id")
399
+
400
+ @property
401
+ @pulumi.getter(name="provisioningState")
402
+ def provisioning_state(self) -> str:
403
+ """
404
+ The provisioning state, which only appears in the response.
405
+ """
406
+ return pulumi.get(self, "provisioning_state")
407
+
408
+ @property
409
+ @pulumi.getter
410
+ def resources(self) -> Sequence['outputs.MachineExtensionResponse']:
411
+ """
412
+ The list of extensions affiliated to the machine
413
+ """
414
+ return pulumi.get(self, "resources")
415
+
416
+ @property
417
+ @pulumi.getter(name="serviceStatuses")
418
+ def service_statuses(self) -> Optional['outputs.ServiceStatusesResponse']:
419
+ """
420
+ Statuses of dependent services that are reported back to ARM.
421
+ """
422
+ return pulumi.get(self, "service_statuses")
423
+
424
+ @property
425
+ @pulumi.getter
426
+ def status(self) -> str:
427
+ """
428
+ The status of the hybrid machine agent.
429
+ """
430
+ return pulumi.get(self, "status")
431
+
432
+ @property
433
+ @pulumi.getter(name="systemData")
434
+ def system_data(self) -> 'outputs.SystemDataResponse':
435
+ """
436
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
437
+ """
438
+ return pulumi.get(self, "system_data")
439
+
440
+ @property
441
+ @pulumi.getter
442
+ def tags(self) -> Optional[Mapping[str, str]]:
443
+ """
444
+ Resource tags.
445
+ """
446
+ return pulumi.get(self, "tags")
447
+
448
+ @property
449
+ @pulumi.getter
450
+ def type(self) -> str:
451
+ """
452
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
453
+ """
454
+ return pulumi.get(self, "type")
455
+
456
+ @property
457
+ @pulumi.getter(name="vmId")
458
+ def vm_id(self) -> Optional[str]:
459
+ """
460
+ Specifies the hybrid machine unique ID.
461
+ """
462
+ return pulumi.get(self, "vm_id")
463
+
464
+ @property
465
+ @pulumi.getter(name="vmUuid")
466
+ def vm_uuid(self) -> str:
467
+ """
468
+ Specifies the Arc Machine's unique SMBIOS ID
469
+ """
470
+ return pulumi.get(self, "vm_uuid")
471
+
472
+
473
+ class AwaitableGetMachineResult(GetMachineResult):
474
+ # pylint: disable=using-constant-test
475
+ def __await__(self):
476
+ if False:
477
+ yield self
478
+ return GetMachineResult(
479
+ ad_fqdn=self.ad_fqdn,
480
+ agent_configuration=self.agent_configuration,
481
+ agent_upgrade=self.agent_upgrade,
482
+ agent_version=self.agent_version,
483
+ client_public_key=self.client_public_key,
484
+ cloud_metadata=self.cloud_metadata,
485
+ detected_properties=self.detected_properties,
486
+ display_name=self.display_name,
487
+ dns_fqdn=self.dns_fqdn,
488
+ domain_name=self.domain_name,
489
+ error_details=self.error_details,
490
+ extensions=self.extensions,
491
+ id=self.id,
492
+ identity=self.identity,
493
+ kind=self.kind,
494
+ last_status_change=self.last_status_change,
495
+ license_profile=self.license_profile,
496
+ location=self.location,
497
+ location_data=self.location_data,
498
+ machine_fqdn=self.machine_fqdn,
499
+ mssql_discovered=self.mssql_discovered,
500
+ name=self.name,
501
+ network_profile=self.network_profile,
502
+ os_edition=self.os_edition,
503
+ os_name=self.os_name,
504
+ os_profile=self.os_profile,
505
+ os_sku=self.os_sku,
506
+ os_type=self.os_type,
507
+ os_version=self.os_version,
508
+ parent_cluster_resource_id=self.parent_cluster_resource_id,
509
+ private_link_scope_resource_id=self.private_link_scope_resource_id,
510
+ provisioning_state=self.provisioning_state,
511
+ resources=self.resources,
512
+ service_statuses=self.service_statuses,
513
+ status=self.status,
514
+ system_data=self.system_data,
515
+ tags=self.tags,
516
+ type=self.type,
517
+ vm_id=self.vm_id,
518
+ vm_uuid=self.vm_uuid)
519
+
520
+
521
+ def get_machine(expand: Optional[str] = None,
522
+ machine_name: Optional[str] = None,
523
+ resource_group_name: Optional[str] = None,
524
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMachineResult:
525
+ """
526
+ Retrieves information about the model view or the instance view of a hybrid machine.
527
+
528
+
529
+ :param str expand: The expand expression to apply on the operation.
530
+ :param str machine_name: The name of the hybrid machine.
531
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
532
+ """
533
+ __args__ = dict()
534
+ __args__['expand'] = expand
535
+ __args__['machineName'] = machine_name
536
+ __args__['resourceGroupName'] = resource_group_name
537
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
538
+ __ret__ = pulumi.runtime.invoke('azure-native:hybridcompute/v20240710:getMachine', __args__, opts=opts, typ=GetMachineResult).value
539
+
540
+ return AwaitableGetMachineResult(
541
+ ad_fqdn=pulumi.get(__ret__, 'ad_fqdn'),
542
+ agent_configuration=pulumi.get(__ret__, 'agent_configuration'),
543
+ agent_upgrade=pulumi.get(__ret__, 'agent_upgrade'),
544
+ agent_version=pulumi.get(__ret__, 'agent_version'),
545
+ client_public_key=pulumi.get(__ret__, 'client_public_key'),
546
+ cloud_metadata=pulumi.get(__ret__, 'cloud_metadata'),
547
+ detected_properties=pulumi.get(__ret__, 'detected_properties'),
548
+ display_name=pulumi.get(__ret__, 'display_name'),
549
+ dns_fqdn=pulumi.get(__ret__, 'dns_fqdn'),
550
+ domain_name=pulumi.get(__ret__, 'domain_name'),
551
+ error_details=pulumi.get(__ret__, 'error_details'),
552
+ extensions=pulumi.get(__ret__, 'extensions'),
553
+ id=pulumi.get(__ret__, 'id'),
554
+ identity=pulumi.get(__ret__, 'identity'),
555
+ kind=pulumi.get(__ret__, 'kind'),
556
+ last_status_change=pulumi.get(__ret__, 'last_status_change'),
557
+ license_profile=pulumi.get(__ret__, 'license_profile'),
558
+ location=pulumi.get(__ret__, 'location'),
559
+ location_data=pulumi.get(__ret__, 'location_data'),
560
+ machine_fqdn=pulumi.get(__ret__, 'machine_fqdn'),
561
+ mssql_discovered=pulumi.get(__ret__, 'mssql_discovered'),
562
+ name=pulumi.get(__ret__, 'name'),
563
+ network_profile=pulumi.get(__ret__, 'network_profile'),
564
+ os_edition=pulumi.get(__ret__, 'os_edition'),
565
+ os_name=pulumi.get(__ret__, 'os_name'),
566
+ os_profile=pulumi.get(__ret__, 'os_profile'),
567
+ os_sku=pulumi.get(__ret__, 'os_sku'),
568
+ os_type=pulumi.get(__ret__, 'os_type'),
569
+ os_version=pulumi.get(__ret__, 'os_version'),
570
+ parent_cluster_resource_id=pulumi.get(__ret__, 'parent_cluster_resource_id'),
571
+ private_link_scope_resource_id=pulumi.get(__ret__, 'private_link_scope_resource_id'),
572
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
573
+ resources=pulumi.get(__ret__, 'resources'),
574
+ service_statuses=pulumi.get(__ret__, 'service_statuses'),
575
+ status=pulumi.get(__ret__, 'status'),
576
+ system_data=pulumi.get(__ret__, 'system_data'),
577
+ tags=pulumi.get(__ret__, 'tags'),
578
+ type=pulumi.get(__ret__, 'type'),
579
+ vm_id=pulumi.get(__ret__, 'vm_id'),
580
+ vm_uuid=pulumi.get(__ret__, 'vm_uuid'))
581
+
582
+
583
+ @_utilities.lift_output_func(get_machine)
584
+ def get_machine_output(expand: Optional[pulumi.Input[Optional[str]]] = None,
585
+ machine_name: Optional[pulumi.Input[str]] = None,
586
+ resource_group_name: Optional[pulumi.Input[str]] = None,
587
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetMachineResult]:
588
+ """
589
+ Retrieves information about the model view or the instance view of a hybrid machine.
590
+
591
+
592
+ :param str expand: The expand expression to apply on the operation.
593
+ :param str machine_name: The name of the hybrid machine.
594
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
595
+ """
596
+ ...