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,1712 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from ._enums import *
17
+
18
+ __all__ = [
19
+ 'AgentUpgradeArgs',
20
+ 'AgentUpgradeArgsDict',
21
+ 'HybridComputePrivateLinkScopePropertiesArgs',
22
+ 'HybridComputePrivateLinkScopePropertiesArgsDict',
23
+ 'IdentityArgs',
24
+ 'IdentityArgsDict',
25
+ 'LicenseDetailsArgs',
26
+ 'LicenseDetailsArgsDict',
27
+ 'LicenseProfileMachineInstanceViewEsuPropertiesArgs',
28
+ 'LicenseProfileMachineInstanceViewEsuPropertiesArgsDict',
29
+ 'LicenseProfileMachineInstanceViewArgs',
30
+ 'LicenseProfileMachineInstanceViewArgsDict',
31
+ 'LicenseArgs',
32
+ 'LicenseArgsDict',
33
+ 'LocationDataArgs',
34
+ 'LocationDataArgsDict',
35
+ 'MachineExtensionInstanceViewStatusArgs',
36
+ 'MachineExtensionInstanceViewStatusArgsDict',
37
+ 'MachineExtensionInstanceViewArgs',
38
+ 'MachineExtensionInstanceViewArgsDict',
39
+ 'MachineExtensionPropertiesArgs',
40
+ 'MachineExtensionPropertiesArgsDict',
41
+ 'OSProfileLinuxConfigurationArgs',
42
+ 'OSProfileLinuxConfigurationArgsDict',
43
+ 'OSProfileWindowsConfigurationArgs',
44
+ 'OSProfileWindowsConfigurationArgsDict',
45
+ 'OSProfileArgs',
46
+ 'OSProfileArgsDict',
47
+ 'PrivateEndpointConnectionPropertiesArgs',
48
+ 'PrivateEndpointConnectionPropertiesArgsDict',
49
+ 'PrivateEndpointPropertyArgs',
50
+ 'PrivateEndpointPropertyArgsDict',
51
+ 'PrivateLinkServiceConnectionStatePropertyArgs',
52
+ 'PrivateLinkServiceConnectionStatePropertyArgsDict',
53
+ 'ProductFeatureArgs',
54
+ 'ProductFeatureArgsDict',
55
+ 'ServiceStatusesArgs',
56
+ 'ServiceStatusesArgsDict',
57
+ 'ServiceStatusArgs',
58
+ 'ServiceStatusArgsDict',
59
+ 'VolumeLicenseDetailsArgs',
60
+ 'VolumeLicenseDetailsArgsDict',
61
+ ]
62
+
63
+ MYPY = False
64
+
65
+ if not MYPY:
66
+ class AgentUpgradeArgsDict(TypedDict):
67
+ """
68
+ The info w.r.t Agent Upgrade.
69
+ """
70
+ correlation_id: NotRequired[pulumi.Input[str]]
71
+ """
72
+ The correlation ID passed in from RSM per upgrade.
73
+ """
74
+ desired_version: NotRequired[pulumi.Input[str]]
75
+ """
76
+ Specifies the version info w.r.t AgentUpgrade for the machine.
77
+ """
78
+ enable_automatic_upgrade: NotRequired[pulumi.Input[bool]]
79
+ """
80
+ Specifies if RSM should try to upgrade this machine
81
+ """
82
+ elif False:
83
+ AgentUpgradeArgsDict: TypeAlias = Mapping[str, Any]
84
+
85
+ @pulumi.input_type
86
+ class AgentUpgradeArgs:
87
+ def __init__(__self__, *,
88
+ correlation_id: Optional[pulumi.Input[str]] = None,
89
+ desired_version: Optional[pulumi.Input[str]] = None,
90
+ enable_automatic_upgrade: Optional[pulumi.Input[bool]] = None):
91
+ """
92
+ The info w.r.t Agent Upgrade.
93
+ :param pulumi.Input[str] correlation_id: The correlation ID passed in from RSM per upgrade.
94
+ :param pulumi.Input[str] desired_version: Specifies the version info w.r.t AgentUpgrade for the machine.
95
+ :param pulumi.Input[bool] enable_automatic_upgrade: Specifies if RSM should try to upgrade this machine
96
+ """
97
+ if correlation_id is not None:
98
+ pulumi.set(__self__, "correlation_id", correlation_id)
99
+ if desired_version is not None:
100
+ pulumi.set(__self__, "desired_version", desired_version)
101
+ if enable_automatic_upgrade is not None:
102
+ pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
103
+
104
+ @property
105
+ @pulumi.getter(name="correlationId")
106
+ def correlation_id(self) -> Optional[pulumi.Input[str]]:
107
+ """
108
+ The correlation ID passed in from RSM per upgrade.
109
+ """
110
+ return pulumi.get(self, "correlation_id")
111
+
112
+ @correlation_id.setter
113
+ def correlation_id(self, value: Optional[pulumi.Input[str]]):
114
+ pulumi.set(self, "correlation_id", value)
115
+
116
+ @property
117
+ @pulumi.getter(name="desiredVersion")
118
+ def desired_version(self) -> Optional[pulumi.Input[str]]:
119
+ """
120
+ Specifies the version info w.r.t AgentUpgrade for the machine.
121
+ """
122
+ return pulumi.get(self, "desired_version")
123
+
124
+ @desired_version.setter
125
+ def desired_version(self, value: Optional[pulumi.Input[str]]):
126
+ pulumi.set(self, "desired_version", value)
127
+
128
+ @property
129
+ @pulumi.getter(name="enableAutomaticUpgrade")
130
+ def enable_automatic_upgrade(self) -> Optional[pulumi.Input[bool]]:
131
+ """
132
+ Specifies if RSM should try to upgrade this machine
133
+ """
134
+ return pulumi.get(self, "enable_automatic_upgrade")
135
+
136
+ @enable_automatic_upgrade.setter
137
+ def enable_automatic_upgrade(self, value: Optional[pulumi.Input[bool]]):
138
+ pulumi.set(self, "enable_automatic_upgrade", value)
139
+
140
+
141
+ if not MYPY:
142
+ class HybridComputePrivateLinkScopePropertiesArgsDict(TypedDict):
143
+ """
144
+ Properties that define a Azure Arc PrivateLinkScope resource.
145
+ """
146
+ public_network_access: NotRequired[pulumi.Input[Union[str, 'PublicNetworkAccessType']]]
147
+ """
148
+ Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints.
149
+ """
150
+ elif False:
151
+ HybridComputePrivateLinkScopePropertiesArgsDict: TypeAlias = Mapping[str, Any]
152
+
153
+ @pulumi.input_type
154
+ class HybridComputePrivateLinkScopePropertiesArgs:
155
+ def __init__(__self__, *,
156
+ public_network_access: Optional[pulumi.Input[Union[str, 'PublicNetworkAccessType']]] = None):
157
+ """
158
+ Properties that define a Azure Arc PrivateLinkScope resource.
159
+ :param pulumi.Input[Union[str, 'PublicNetworkAccessType']] public_network_access: Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints.
160
+ """
161
+ if public_network_access is not None:
162
+ pulumi.set(__self__, "public_network_access", public_network_access)
163
+
164
+ @property
165
+ @pulumi.getter(name="publicNetworkAccess")
166
+ def public_network_access(self) -> Optional[pulumi.Input[Union[str, 'PublicNetworkAccessType']]]:
167
+ """
168
+ Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints.
169
+ """
170
+ return pulumi.get(self, "public_network_access")
171
+
172
+ @public_network_access.setter
173
+ def public_network_access(self, value: Optional[pulumi.Input[Union[str, 'PublicNetworkAccessType']]]):
174
+ pulumi.set(self, "public_network_access", value)
175
+
176
+
177
+ if not MYPY:
178
+ class IdentityArgsDict(TypedDict):
179
+ """
180
+ Identity for the resource.
181
+ """
182
+ type: NotRequired[pulumi.Input['ResourceIdentityType']]
183
+ """
184
+ The identity type.
185
+ """
186
+ elif False:
187
+ IdentityArgsDict: TypeAlias = Mapping[str, Any]
188
+
189
+ @pulumi.input_type
190
+ class IdentityArgs:
191
+ def __init__(__self__, *,
192
+ type: Optional[pulumi.Input['ResourceIdentityType']] = None):
193
+ """
194
+ Identity for the resource.
195
+ :param pulumi.Input['ResourceIdentityType'] type: The identity type.
196
+ """
197
+ if type is not None:
198
+ pulumi.set(__self__, "type", type)
199
+
200
+ @property
201
+ @pulumi.getter
202
+ def type(self) -> Optional[pulumi.Input['ResourceIdentityType']]:
203
+ """
204
+ The identity type.
205
+ """
206
+ return pulumi.get(self, "type")
207
+
208
+ @type.setter
209
+ def type(self, value: Optional[pulumi.Input['ResourceIdentityType']]):
210
+ pulumi.set(self, "type", value)
211
+
212
+
213
+ if not MYPY:
214
+ class LicenseDetailsArgsDict(TypedDict):
215
+ """
216
+ Describes the properties of a License.
217
+ """
218
+ edition: NotRequired[pulumi.Input[Union[str, 'LicenseEdition']]]
219
+ """
220
+ Describes the edition of the license. The values are either Standard or Datacenter.
221
+ """
222
+ processors: NotRequired[pulumi.Input[int]]
223
+ """
224
+ Describes the number of processors.
225
+ """
226
+ state: NotRequired[pulumi.Input[Union[str, 'LicenseState']]]
227
+ """
228
+ Describes the state of the license.
229
+ """
230
+ target: NotRequired[pulumi.Input[Union[str, 'LicenseTarget']]]
231
+ """
232
+ Describes the license target server.
233
+ """
234
+ type: NotRequired[pulumi.Input[Union[str, 'LicenseCoreType']]]
235
+ """
236
+ Describes the license core type (pCore or vCore).
237
+ """
238
+ volume_license_details: NotRequired[pulumi.Input[Sequence[pulumi.Input['VolumeLicenseDetailsArgsDict']]]]
239
+ """
240
+ A list of volume license details.
241
+ """
242
+ elif False:
243
+ LicenseDetailsArgsDict: TypeAlias = Mapping[str, Any]
244
+
245
+ @pulumi.input_type
246
+ class LicenseDetailsArgs:
247
+ def __init__(__self__, *,
248
+ edition: Optional[pulumi.Input[Union[str, 'LicenseEdition']]] = None,
249
+ processors: Optional[pulumi.Input[int]] = None,
250
+ state: Optional[pulumi.Input[Union[str, 'LicenseState']]] = None,
251
+ target: Optional[pulumi.Input[Union[str, 'LicenseTarget']]] = None,
252
+ type: Optional[pulumi.Input[Union[str, 'LicenseCoreType']]] = None,
253
+ volume_license_details: Optional[pulumi.Input[Sequence[pulumi.Input['VolumeLicenseDetailsArgs']]]] = None):
254
+ """
255
+ Describes the properties of a License.
256
+ :param pulumi.Input[Union[str, 'LicenseEdition']] edition: Describes the edition of the license. The values are either Standard or Datacenter.
257
+ :param pulumi.Input[int] processors: Describes the number of processors.
258
+ :param pulumi.Input[Union[str, 'LicenseState']] state: Describes the state of the license.
259
+ :param pulumi.Input[Union[str, 'LicenseTarget']] target: Describes the license target server.
260
+ :param pulumi.Input[Union[str, 'LicenseCoreType']] type: Describes the license core type (pCore or vCore).
261
+ :param pulumi.Input[Sequence[pulumi.Input['VolumeLicenseDetailsArgs']]] volume_license_details: A list of volume license details.
262
+ """
263
+ if edition is not None:
264
+ pulumi.set(__self__, "edition", edition)
265
+ if processors is not None:
266
+ pulumi.set(__self__, "processors", processors)
267
+ if state is not None:
268
+ pulumi.set(__self__, "state", state)
269
+ if target is not None:
270
+ pulumi.set(__self__, "target", target)
271
+ if type is not None:
272
+ pulumi.set(__self__, "type", type)
273
+ if volume_license_details is not None:
274
+ pulumi.set(__self__, "volume_license_details", volume_license_details)
275
+
276
+ @property
277
+ @pulumi.getter
278
+ def edition(self) -> Optional[pulumi.Input[Union[str, 'LicenseEdition']]]:
279
+ """
280
+ Describes the edition of the license. The values are either Standard or Datacenter.
281
+ """
282
+ return pulumi.get(self, "edition")
283
+
284
+ @edition.setter
285
+ def edition(self, value: Optional[pulumi.Input[Union[str, 'LicenseEdition']]]):
286
+ pulumi.set(self, "edition", value)
287
+
288
+ @property
289
+ @pulumi.getter
290
+ def processors(self) -> Optional[pulumi.Input[int]]:
291
+ """
292
+ Describes the number of processors.
293
+ """
294
+ return pulumi.get(self, "processors")
295
+
296
+ @processors.setter
297
+ def processors(self, value: Optional[pulumi.Input[int]]):
298
+ pulumi.set(self, "processors", value)
299
+
300
+ @property
301
+ @pulumi.getter
302
+ def state(self) -> Optional[pulumi.Input[Union[str, 'LicenseState']]]:
303
+ """
304
+ Describes the state of the license.
305
+ """
306
+ return pulumi.get(self, "state")
307
+
308
+ @state.setter
309
+ def state(self, value: Optional[pulumi.Input[Union[str, 'LicenseState']]]):
310
+ pulumi.set(self, "state", value)
311
+
312
+ @property
313
+ @pulumi.getter
314
+ def target(self) -> Optional[pulumi.Input[Union[str, 'LicenseTarget']]]:
315
+ """
316
+ Describes the license target server.
317
+ """
318
+ return pulumi.get(self, "target")
319
+
320
+ @target.setter
321
+ def target(self, value: Optional[pulumi.Input[Union[str, 'LicenseTarget']]]):
322
+ pulumi.set(self, "target", value)
323
+
324
+ @property
325
+ @pulumi.getter
326
+ def type(self) -> Optional[pulumi.Input[Union[str, 'LicenseCoreType']]]:
327
+ """
328
+ Describes the license core type (pCore or vCore).
329
+ """
330
+ return pulumi.get(self, "type")
331
+
332
+ @type.setter
333
+ def type(self, value: Optional[pulumi.Input[Union[str, 'LicenseCoreType']]]):
334
+ pulumi.set(self, "type", value)
335
+
336
+ @property
337
+ @pulumi.getter(name="volumeLicenseDetails")
338
+ def volume_license_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VolumeLicenseDetailsArgs']]]]:
339
+ """
340
+ A list of volume license details.
341
+ """
342
+ return pulumi.get(self, "volume_license_details")
343
+
344
+ @volume_license_details.setter
345
+ def volume_license_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VolumeLicenseDetailsArgs']]]]):
346
+ pulumi.set(self, "volume_license_details", value)
347
+
348
+
349
+ if not MYPY:
350
+ class LicenseProfileMachineInstanceViewEsuPropertiesArgsDict(TypedDict):
351
+ """
352
+ Properties for the Machine ESU profile.
353
+ """
354
+ assigned_license: NotRequired[pulumi.Input['LicenseArgsDict']]
355
+ """
356
+ The assigned license resource.
357
+ """
358
+ license_assignment_state: NotRequired[pulumi.Input[Union[str, 'LicenseAssignmentState']]]
359
+ """
360
+ Describes the license assignment state (Assigned or NotAssigned).
361
+ """
362
+ elif False:
363
+ LicenseProfileMachineInstanceViewEsuPropertiesArgsDict: TypeAlias = Mapping[str, Any]
364
+
365
+ @pulumi.input_type
366
+ class LicenseProfileMachineInstanceViewEsuPropertiesArgs:
367
+ def __init__(__self__, *,
368
+ assigned_license: Optional[pulumi.Input['LicenseArgs']] = None,
369
+ license_assignment_state: Optional[pulumi.Input[Union[str, 'LicenseAssignmentState']]] = None):
370
+ """
371
+ Properties for the Machine ESU profile.
372
+ :param pulumi.Input['LicenseArgs'] assigned_license: The assigned license resource.
373
+ :param pulumi.Input[Union[str, 'LicenseAssignmentState']] license_assignment_state: Describes the license assignment state (Assigned or NotAssigned).
374
+ """
375
+ if assigned_license is not None:
376
+ pulumi.set(__self__, "assigned_license", assigned_license)
377
+ if license_assignment_state is not None:
378
+ pulumi.set(__self__, "license_assignment_state", license_assignment_state)
379
+
380
+ @property
381
+ @pulumi.getter(name="assignedLicense")
382
+ def assigned_license(self) -> Optional[pulumi.Input['LicenseArgs']]:
383
+ """
384
+ The assigned license resource.
385
+ """
386
+ return pulumi.get(self, "assigned_license")
387
+
388
+ @assigned_license.setter
389
+ def assigned_license(self, value: Optional[pulumi.Input['LicenseArgs']]):
390
+ pulumi.set(self, "assigned_license", value)
391
+
392
+ @property
393
+ @pulumi.getter(name="licenseAssignmentState")
394
+ def license_assignment_state(self) -> Optional[pulumi.Input[Union[str, 'LicenseAssignmentState']]]:
395
+ """
396
+ Describes the license assignment state (Assigned or NotAssigned).
397
+ """
398
+ return pulumi.get(self, "license_assignment_state")
399
+
400
+ @license_assignment_state.setter
401
+ def license_assignment_state(self, value: Optional[pulumi.Input[Union[str, 'LicenseAssignmentState']]]):
402
+ pulumi.set(self, "license_assignment_state", value)
403
+
404
+
405
+ if not MYPY:
406
+ class LicenseProfileMachineInstanceViewArgsDict(TypedDict):
407
+ """
408
+ License Profile Instance View in Machine Properties.
409
+ """
410
+ esu_profile: NotRequired[pulumi.Input['LicenseProfileMachineInstanceViewEsuPropertiesArgsDict']]
411
+ """
412
+ Properties for the Machine ESU profile.
413
+ """
414
+ product_features: NotRequired[pulumi.Input[Sequence[pulumi.Input['ProductFeatureArgsDict']]]]
415
+ """
416
+ The list of product features.
417
+ """
418
+ product_type: NotRequired[pulumi.Input[Union[str, 'LicenseProfileProductType']]]
419
+ """
420
+ Indicates the product type of the license.
421
+ """
422
+ software_assurance_customer: NotRequired[pulumi.Input[bool]]
423
+ """
424
+ Specifies if this machine is licensed as part of a Software Assurance agreement.
425
+ """
426
+ subscription_status: NotRequired[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]]
427
+ """
428
+ Indicates the subscription status of the product.
429
+ """
430
+ elif False:
431
+ LicenseProfileMachineInstanceViewArgsDict: TypeAlias = Mapping[str, Any]
432
+
433
+ @pulumi.input_type
434
+ class LicenseProfileMachineInstanceViewArgs:
435
+ def __init__(__self__, *,
436
+ esu_profile: Optional[pulumi.Input['LicenseProfileMachineInstanceViewEsuPropertiesArgs']] = None,
437
+ product_features: Optional[pulumi.Input[Sequence[pulumi.Input['ProductFeatureArgs']]]] = None,
438
+ product_type: Optional[pulumi.Input[Union[str, 'LicenseProfileProductType']]] = None,
439
+ software_assurance_customer: Optional[pulumi.Input[bool]] = None,
440
+ subscription_status: Optional[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]] = None):
441
+ """
442
+ License Profile Instance View in Machine Properties.
443
+ :param pulumi.Input['LicenseProfileMachineInstanceViewEsuPropertiesArgs'] esu_profile: Properties for the Machine ESU profile.
444
+ :param pulumi.Input[Sequence[pulumi.Input['ProductFeatureArgs']]] product_features: The list of product features.
445
+ :param pulumi.Input[Union[str, 'LicenseProfileProductType']] product_type: Indicates the product type of the license.
446
+ :param pulumi.Input[bool] software_assurance_customer: Specifies if this machine is licensed as part of a Software Assurance agreement.
447
+ :param pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']] subscription_status: Indicates the subscription status of the product.
448
+ """
449
+ if esu_profile is not None:
450
+ pulumi.set(__self__, "esu_profile", esu_profile)
451
+ if product_features is not None:
452
+ pulumi.set(__self__, "product_features", product_features)
453
+ if product_type is not None:
454
+ pulumi.set(__self__, "product_type", product_type)
455
+ if software_assurance_customer is not None:
456
+ pulumi.set(__self__, "software_assurance_customer", software_assurance_customer)
457
+ if subscription_status is not None:
458
+ pulumi.set(__self__, "subscription_status", subscription_status)
459
+
460
+ @property
461
+ @pulumi.getter(name="esuProfile")
462
+ def esu_profile(self) -> Optional[pulumi.Input['LicenseProfileMachineInstanceViewEsuPropertiesArgs']]:
463
+ """
464
+ Properties for the Machine ESU profile.
465
+ """
466
+ return pulumi.get(self, "esu_profile")
467
+
468
+ @esu_profile.setter
469
+ def esu_profile(self, value: Optional[pulumi.Input['LicenseProfileMachineInstanceViewEsuPropertiesArgs']]):
470
+ pulumi.set(self, "esu_profile", value)
471
+
472
+ @property
473
+ @pulumi.getter(name="productFeatures")
474
+ def product_features(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ProductFeatureArgs']]]]:
475
+ """
476
+ The list of product features.
477
+ """
478
+ return pulumi.get(self, "product_features")
479
+
480
+ @product_features.setter
481
+ def product_features(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ProductFeatureArgs']]]]):
482
+ pulumi.set(self, "product_features", value)
483
+
484
+ @property
485
+ @pulumi.getter(name="productType")
486
+ def product_type(self) -> Optional[pulumi.Input[Union[str, 'LicenseProfileProductType']]]:
487
+ """
488
+ Indicates the product type of the license.
489
+ """
490
+ return pulumi.get(self, "product_type")
491
+
492
+ @product_type.setter
493
+ def product_type(self, value: Optional[pulumi.Input[Union[str, 'LicenseProfileProductType']]]):
494
+ pulumi.set(self, "product_type", value)
495
+
496
+ @property
497
+ @pulumi.getter(name="softwareAssuranceCustomer")
498
+ def software_assurance_customer(self) -> Optional[pulumi.Input[bool]]:
499
+ """
500
+ Specifies if this machine is licensed as part of a Software Assurance agreement.
501
+ """
502
+ return pulumi.get(self, "software_assurance_customer")
503
+
504
+ @software_assurance_customer.setter
505
+ def software_assurance_customer(self, value: Optional[pulumi.Input[bool]]):
506
+ pulumi.set(self, "software_assurance_customer", value)
507
+
508
+ @property
509
+ @pulumi.getter(name="subscriptionStatus")
510
+ def subscription_status(self) -> Optional[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]]:
511
+ """
512
+ Indicates the subscription status of the product.
513
+ """
514
+ return pulumi.get(self, "subscription_status")
515
+
516
+ @subscription_status.setter
517
+ def subscription_status(self, value: Optional[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]]):
518
+ pulumi.set(self, "subscription_status", value)
519
+
520
+
521
+ if not MYPY:
522
+ class LicenseArgsDict(TypedDict):
523
+ """
524
+ Describes a license in a hybrid machine.
525
+ """
526
+ location: pulumi.Input[str]
527
+ """
528
+ The geo-location where the resource lives
529
+ """
530
+ license_details: NotRequired[pulumi.Input['LicenseDetailsArgsDict']]
531
+ """
532
+ Describes the properties of a License.
533
+ """
534
+ license_type: NotRequired[pulumi.Input[Union[str, 'LicenseType']]]
535
+ """
536
+ The type of the license resource.
537
+ """
538
+ tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
539
+ """
540
+ Resource tags.
541
+ """
542
+ tenant_id: NotRequired[pulumi.Input[str]]
543
+ """
544
+ Describes the tenant id.
545
+ """
546
+ elif False:
547
+ LicenseArgsDict: TypeAlias = Mapping[str, Any]
548
+
549
+ @pulumi.input_type
550
+ class LicenseArgs:
551
+ def __init__(__self__, *,
552
+ location: pulumi.Input[str],
553
+ license_details: Optional[pulumi.Input['LicenseDetailsArgs']] = None,
554
+ license_type: Optional[pulumi.Input[Union[str, 'LicenseType']]] = None,
555
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
556
+ tenant_id: Optional[pulumi.Input[str]] = None):
557
+ """
558
+ Describes a license in a hybrid machine.
559
+ :param pulumi.Input[str] location: The geo-location where the resource lives
560
+ :param pulumi.Input['LicenseDetailsArgs'] license_details: Describes the properties of a License.
561
+ :param pulumi.Input[Union[str, 'LicenseType']] license_type: The type of the license resource.
562
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
563
+ :param pulumi.Input[str] tenant_id: Describes the tenant id.
564
+ """
565
+ pulumi.set(__self__, "location", location)
566
+ if license_details is not None:
567
+ pulumi.set(__self__, "license_details", license_details)
568
+ if license_type is not None:
569
+ pulumi.set(__self__, "license_type", license_type)
570
+ if tags is not None:
571
+ pulumi.set(__self__, "tags", tags)
572
+ if tenant_id is not None:
573
+ pulumi.set(__self__, "tenant_id", tenant_id)
574
+
575
+ @property
576
+ @pulumi.getter
577
+ def location(self) -> pulumi.Input[str]:
578
+ """
579
+ The geo-location where the resource lives
580
+ """
581
+ return pulumi.get(self, "location")
582
+
583
+ @location.setter
584
+ def location(self, value: pulumi.Input[str]):
585
+ pulumi.set(self, "location", value)
586
+
587
+ @property
588
+ @pulumi.getter(name="licenseDetails")
589
+ def license_details(self) -> Optional[pulumi.Input['LicenseDetailsArgs']]:
590
+ """
591
+ Describes the properties of a License.
592
+ """
593
+ return pulumi.get(self, "license_details")
594
+
595
+ @license_details.setter
596
+ def license_details(self, value: Optional[pulumi.Input['LicenseDetailsArgs']]):
597
+ pulumi.set(self, "license_details", value)
598
+
599
+ @property
600
+ @pulumi.getter(name="licenseType")
601
+ def license_type(self) -> Optional[pulumi.Input[Union[str, 'LicenseType']]]:
602
+ """
603
+ The type of the license resource.
604
+ """
605
+ return pulumi.get(self, "license_type")
606
+
607
+ @license_type.setter
608
+ def license_type(self, value: Optional[pulumi.Input[Union[str, 'LicenseType']]]):
609
+ pulumi.set(self, "license_type", value)
610
+
611
+ @property
612
+ @pulumi.getter
613
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
614
+ """
615
+ Resource tags.
616
+ """
617
+ return pulumi.get(self, "tags")
618
+
619
+ @tags.setter
620
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
621
+ pulumi.set(self, "tags", value)
622
+
623
+ @property
624
+ @pulumi.getter(name="tenantId")
625
+ def tenant_id(self) -> Optional[pulumi.Input[str]]:
626
+ """
627
+ Describes the tenant id.
628
+ """
629
+ return pulumi.get(self, "tenant_id")
630
+
631
+ @tenant_id.setter
632
+ def tenant_id(self, value: Optional[pulumi.Input[str]]):
633
+ pulumi.set(self, "tenant_id", value)
634
+
635
+
636
+ if not MYPY:
637
+ class LocationDataArgsDict(TypedDict):
638
+ """
639
+ Metadata pertaining to the geographic location of the resource.
640
+ """
641
+ name: pulumi.Input[str]
642
+ """
643
+ A canonical name for the geographic or physical location.
644
+ """
645
+ city: NotRequired[pulumi.Input[str]]
646
+ """
647
+ The city or locality where the resource is located.
648
+ """
649
+ country_or_region: NotRequired[pulumi.Input[str]]
650
+ """
651
+ The country or region where the resource is located
652
+ """
653
+ district: NotRequired[pulumi.Input[str]]
654
+ """
655
+ The district, state, or province where the resource is located.
656
+ """
657
+ elif False:
658
+ LocationDataArgsDict: TypeAlias = Mapping[str, Any]
659
+
660
+ @pulumi.input_type
661
+ class LocationDataArgs:
662
+ def __init__(__self__, *,
663
+ name: pulumi.Input[str],
664
+ city: Optional[pulumi.Input[str]] = None,
665
+ country_or_region: Optional[pulumi.Input[str]] = None,
666
+ district: Optional[pulumi.Input[str]] = None):
667
+ """
668
+ Metadata pertaining to the geographic location of the resource.
669
+ :param pulumi.Input[str] name: A canonical name for the geographic or physical location.
670
+ :param pulumi.Input[str] city: The city or locality where the resource is located.
671
+ :param pulumi.Input[str] country_or_region: The country or region where the resource is located
672
+ :param pulumi.Input[str] district: The district, state, or province where the resource is located.
673
+ """
674
+ pulumi.set(__self__, "name", name)
675
+ if city is not None:
676
+ pulumi.set(__self__, "city", city)
677
+ if country_or_region is not None:
678
+ pulumi.set(__self__, "country_or_region", country_or_region)
679
+ if district is not None:
680
+ pulumi.set(__self__, "district", district)
681
+
682
+ @property
683
+ @pulumi.getter
684
+ def name(self) -> pulumi.Input[str]:
685
+ """
686
+ A canonical name for the geographic or physical location.
687
+ """
688
+ return pulumi.get(self, "name")
689
+
690
+ @name.setter
691
+ def name(self, value: pulumi.Input[str]):
692
+ pulumi.set(self, "name", value)
693
+
694
+ @property
695
+ @pulumi.getter
696
+ def city(self) -> Optional[pulumi.Input[str]]:
697
+ """
698
+ The city or locality where the resource is located.
699
+ """
700
+ return pulumi.get(self, "city")
701
+
702
+ @city.setter
703
+ def city(self, value: Optional[pulumi.Input[str]]):
704
+ pulumi.set(self, "city", value)
705
+
706
+ @property
707
+ @pulumi.getter(name="countryOrRegion")
708
+ def country_or_region(self) -> Optional[pulumi.Input[str]]:
709
+ """
710
+ The country or region where the resource is located
711
+ """
712
+ return pulumi.get(self, "country_or_region")
713
+
714
+ @country_or_region.setter
715
+ def country_or_region(self, value: Optional[pulumi.Input[str]]):
716
+ pulumi.set(self, "country_or_region", value)
717
+
718
+ @property
719
+ @pulumi.getter
720
+ def district(self) -> Optional[pulumi.Input[str]]:
721
+ """
722
+ The district, state, or province where the resource is located.
723
+ """
724
+ return pulumi.get(self, "district")
725
+
726
+ @district.setter
727
+ def district(self, value: Optional[pulumi.Input[str]]):
728
+ pulumi.set(self, "district", value)
729
+
730
+
731
+ if not MYPY:
732
+ class MachineExtensionInstanceViewStatusArgsDict(TypedDict):
733
+ """
734
+ Instance view status.
735
+ """
736
+ code: NotRequired[pulumi.Input[str]]
737
+ """
738
+ The status code.
739
+ """
740
+ display_status: NotRequired[pulumi.Input[str]]
741
+ """
742
+ The short localizable label for the status.
743
+ """
744
+ level: NotRequired[pulumi.Input[Union[str, 'StatusLevelTypes']]]
745
+ """
746
+ The level code.
747
+ """
748
+ message: NotRequired[pulumi.Input[str]]
749
+ """
750
+ The detailed status message, including for alerts and error messages.
751
+ """
752
+ time: NotRequired[pulumi.Input[str]]
753
+ """
754
+ The time of the status.
755
+ """
756
+ elif False:
757
+ MachineExtensionInstanceViewStatusArgsDict: TypeAlias = Mapping[str, Any]
758
+
759
+ @pulumi.input_type
760
+ class MachineExtensionInstanceViewStatusArgs:
761
+ def __init__(__self__, *,
762
+ code: Optional[pulumi.Input[str]] = None,
763
+ display_status: Optional[pulumi.Input[str]] = None,
764
+ level: Optional[pulumi.Input[Union[str, 'StatusLevelTypes']]] = None,
765
+ message: Optional[pulumi.Input[str]] = None,
766
+ time: Optional[pulumi.Input[str]] = None):
767
+ """
768
+ Instance view status.
769
+ :param pulumi.Input[str] code: The status code.
770
+ :param pulumi.Input[str] display_status: The short localizable label for the status.
771
+ :param pulumi.Input[Union[str, 'StatusLevelTypes']] level: The level code.
772
+ :param pulumi.Input[str] message: The detailed status message, including for alerts and error messages.
773
+ :param pulumi.Input[str] time: The time of the status.
774
+ """
775
+ if code is not None:
776
+ pulumi.set(__self__, "code", code)
777
+ if display_status is not None:
778
+ pulumi.set(__self__, "display_status", display_status)
779
+ if level is not None:
780
+ pulumi.set(__self__, "level", level)
781
+ if message is not None:
782
+ pulumi.set(__self__, "message", message)
783
+ if time is not None:
784
+ pulumi.set(__self__, "time", time)
785
+
786
+ @property
787
+ @pulumi.getter
788
+ def code(self) -> Optional[pulumi.Input[str]]:
789
+ """
790
+ The status code.
791
+ """
792
+ return pulumi.get(self, "code")
793
+
794
+ @code.setter
795
+ def code(self, value: Optional[pulumi.Input[str]]):
796
+ pulumi.set(self, "code", value)
797
+
798
+ @property
799
+ @pulumi.getter(name="displayStatus")
800
+ def display_status(self) -> Optional[pulumi.Input[str]]:
801
+ """
802
+ The short localizable label for the status.
803
+ """
804
+ return pulumi.get(self, "display_status")
805
+
806
+ @display_status.setter
807
+ def display_status(self, value: Optional[pulumi.Input[str]]):
808
+ pulumi.set(self, "display_status", value)
809
+
810
+ @property
811
+ @pulumi.getter
812
+ def level(self) -> Optional[pulumi.Input[Union[str, 'StatusLevelTypes']]]:
813
+ """
814
+ The level code.
815
+ """
816
+ return pulumi.get(self, "level")
817
+
818
+ @level.setter
819
+ def level(self, value: Optional[pulumi.Input[Union[str, 'StatusLevelTypes']]]):
820
+ pulumi.set(self, "level", value)
821
+
822
+ @property
823
+ @pulumi.getter
824
+ def message(self) -> Optional[pulumi.Input[str]]:
825
+ """
826
+ The detailed status message, including for alerts and error messages.
827
+ """
828
+ return pulumi.get(self, "message")
829
+
830
+ @message.setter
831
+ def message(self, value: Optional[pulumi.Input[str]]):
832
+ pulumi.set(self, "message", value)
833
+
834
+ @property
835
+ @pulumi.getter
836
+ def time(self) -> Optional[pulumi.Input[str]]:
837
+ """
838
+ The time of the status.
839
+ """
840
+ return pulumi.get(self, "time")
841
+
842
+ @time.setter
843
+ def time(self, value: Optional[pulumi.Input[str]]):
844
+ pulumi.set(self, "time", value)
845
+
846
+
847
+ if not MYPY:
848
+ class MachineExtensionInstanceViewArgsDict(TypedDict):
849
+ """
850
+ Describes the Machine Extension Instance View.
851
+ """
852
+ name: NotRequired[pulumi.Input[str]]
853
+ """
854
+ The machine extension name.
855
+ """
856
+ status: NotRequired[pulumi.Input['MachineExtensionInstanceViewStatusArgsDict']]
857
+ """
858
+ Instance view status.
859
+ """
860
+ type: NotRequired[pulumi.Input[str]]
861
+ """
862
+ Specifies the type of the extension; an example is "CustomScriptExtension".
863
+ """
864
+ type_handler_version: NotRequired[pulumi.Input[str]]
865
+ """
866
+ Specifies the version of the script handler.
867
+ """
868
+ elif False:
869
+ MachineExtensionInstanceViewArgsDict: TypeAlias = Mapping[str, Any]
870
+
871
+ @pulumi.input_type
872
+ class MachineExtensionInstanceViewArgs:
873
+ def __init__(__self__, *,
874
+ name: Optional[pulumi.Input[str]] = None,
875
+ status: Optional[pulumi.Input['MachineExtensionInstanceViewStatusArgs']] = None,
876
+ type: Optional[pulumi.Input[str]] = None,
877
+ type_handler_version: Optional[pulumi.Input[str]] = None):
878
+ """
879
+ Describes the Machine Extension Instance View.
880
+ :param pulumi.Input[str] name: The machine extension name.
881
+ :param pulumi.Input['MachineExtensionInstanceViewStatusArgs'] status: Instance view status.
882
+ :param pulumi.Input[str] type: Specifies the type of the extension; an example is "CustomScriptExtension".
883
+ :param pulumi.Input[str] type_handler_version: Specifies the version of the script handler.
884
+ """
885
+ if name is not None:
886
+ pulumi.set(__self__, "name", name)
887
+ if status is not None:
888
+ pulumi.set(__self__, "status", status)
889
+ if type is not None:
890
+ pulumi.set(__self__, "type", type)
891
+ if type_handler_version is not None:
892
+ pulumi.set(__self__, "type_handler_version", type_handler_version)
893
+
894
+ @property
895
+ @pulumi.getter
896
+ def name(self) -> Optional[pulumi.Input[str]]:
897
+ """
898
+ The machine extension name.
899
+ """
900
+ return pulumi.get(self, "name")
901
+
902
+ @name.setter
903
+ def name(self, value: Optional[pulumi.Input[str]]):
904
+ pulumi.set(self, "name", value)
905
+
906
+ @property
907
+ @pulumi.getter
908
+ def status(self) -> Optional[pulumi.Input['MachineExtensionInstanceViewStatusArgs']]:
909
+ """
910
+ Instance view status.
911
+ """
912
+ return pulumi.get(self, "status")
913
+
914
+ @status.setter
915
+ def status(self, value: Optional[pulumi.Input['MachineExtensionInstanceViewStatusArgs']]):
916
+ pulumi.set(self, "status", value)
917
+
918
+ @property
919
+ @pulumi.getter
920
+ def type(self) -> Optional[pulumi.Input[str]]:
921
+ """
922
+ Specifies the type of the extension; an example is "CustomScriptExtension".
923
+ """
924
+ return pulumi.get(self, "type")
925
+
926
+ @type.setter
927
+ def type(self, value: Optional[pulumi.Input[str]]):
928
+ pulumi.set(self, "type", value)
929
+
930
+ @property
931
+ @pulumi.getter(name="typeHandlerVersion")
932
+ def type_handler_version(self) -> Optional[pulumi.Input[str]]:
933
+ """
934
+ Specifies the version of the script handler.
935
+ """
936
+ return pulumi.get(self, "type_handler_version")
937
+
938
+ @type_handler_version.setter
939
+ def type_handler_version(self, value: Optional[pulumi.Input[str]]):
940
+ pulumi.set(self, "type_handler_version", value)
941
+
942
+
943
+ if not MYPY:
944
+ class MachineExtensionPropertiesArgsDict(TypedDict):
945
+ """
946
+ Describes the properties of a Machine Extension.
947
+ """
948
+ auto_upgrade_minor_version: NotRequired[pulumi.Input[bool]]
949
+ """
950
+ Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
951
+ """
952
+ enable_automatic_upgrade: NotRequired[pulumi.Input[bool]]
953
+ """
954
+ Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.
955
+ """
956
+ force_update_tag: NotRequired[pulumi.Input[str]]
957
+ """
958
+ How the extension handler should be forced to update even if the extension configuration has not changed.
959
+ """
960
+ instance_view: NotRequired[pulumi.Input['MachineExtensionInstanceViewArgsDict']]
961
+ """
962
+ The machine extension instance view.
963
+ """
964
+ protected_settings: NotRequired[Any]
965
+ """
966
+ The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
967
+ """
968
+ publisher: NotRequired[pulumi.Input[str]]
969
+ """
970
+ The name of the extension handler publisher.
971
+ """
972
+ settings: NotRequired[Any]
973
+ """
974
+ Json formatted public settings for the extension.
975
+ """
976
+ type: NotRequired[pulumi.Input[str]]
977
+ """
978
+ Specifies the type of the extension; an example is "CustomScriptExtension".
979
+ """
980
+ type_handler_version: NotRequired[pulumi.Input[str]]
981
+ """
982
+ Specifies the version of the script handler.
983
+ """
984
+ elif False:
985
+ MachineExtensionPropertiesArgsDict: TypeAlias = Mapping[str, Any]
986
+
987
+ @pulumi.input_type
988
+ class MachineExtensionPropertiesArgs:
989
+ def __init__(__self__, *,
990
+ auto_upgrade_minor_version: Optional[pulumi.Input[bool]] = None,
991
+ enable_automatic_upgrade: Optional[pulumi.Input[bool]] = None,
992
+ force_update_tag: Optional[pulumi.Input[str]] = None,
993
+ instance_view: Optional[pulumi.Input['MachineExtensionInstanceViewArgs']] = None,
994
+ protected_settings: Optional[Any] = None,
995
+ publisher: Optional[pulumi.Input[str]] = None,
996
+ settings: Optional[Any] = None,
997
+ type: Optional[pulumi.Input[str]] = None,
998
+ type_handler_version: Optional[pulumi.Input[str]] = None):
999
+ """
1000
+ Describes the properties of a Machine Extension.
1001
+ :param pulumi.Input[bool] auto_upgrade_minor_version: Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
1002
+ :param pulumi.Input[bool] enable_automatic_upgrade: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.
1003
+ :param pulumi.Input[str] force_update_tag: How the extension handler should be forced to update even if the extension configuration has not changed.
1004
+ :param pulumi.Input['MachineExtensionInstanceViewArgs'] instance_view: The machine extension instance view.
1005
+ :param Any protected_settings: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
1006
+ :param pulumi.Input[str] publisher: The name of the extension handler publisher.
1007
+ :param Any settings: Json formatted public settings for the extension.
1008
+ :param pulumi.Input[str] type: Specifies the type of the extension; an example is "CustomScriptExtension".
1009
+ :param pulumi.Input[str] type_handler_version: Specifies the version of the script handler.
1010
+ """
1011
+ if auto_upgrade_minor_version is not None:
1012
+ pulumi.set(__self__, "auto_upgrade_minor_version", auto_upgrade_minor_version)
1013
+ if enable_automatic_upgrade is not None:
1014
+ pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
1015
+ if force_update_tag is not None:
1016
+ pulumi.set(__self__, "force_update_tag", force_update_tag)
1017
+ if instance_view is not None:
1018
+ pulumi.set(__self__, "instance_view", instance_view)
1019
+ if protected_settings is not None:
1020
+ pulumi.set(__self__, "protected_settings", protected_settings)
1021
+ if publisher is not None:
1022
+ pulumi.set(__self__, "publisher", publisher)
1023
+ if settings is not None:
1024
+ pulumi.set(__self__, "settings", settings)
1025
+ if type is not None:
1026
+ pulumi.set(__self__, "type", type)
1027
+ if type_handler_version is not None:
1028
+ pulumi.set(__self__, "type_handler_version", type_handler_version)
1029
+
1030
+ @property
1031
+ @pulumi.getter(name="autoUpgradeMinorVersion")
1032
+ def auto_upgrade_minor_version(self) -> Optional[pulumi.Input[bool]]:
1033
+ """
1034
+ Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
1035
+ """
1036
+ return pulumi.get(self, "auto_upgrade_minor_version")
1037
+
1038
+ @auto_upgrade_minor_version.setter
1039
+ def auto_upgrade_minor_version(self, value: Optional[pulumi.Input[bool]]):
1040
+ pulumi.set(self, "auto_upgrade_minor_version", value)
1041
+
1042
+ @property
1043
+ @pulumi.getter(name="enableAutomaticUpgrade")
1044
+ def enable_automatic_upgrade(self) -> Optional[pulumi.Input[bool]]:
1045
+ """
1046
+ Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.
1047
+ """
1048
+ return pulumi.get(self, "enable_automatic_upgrade")
1049
+
1050
+ @enable_automatic_upgrade.setter
1051
+ def enable_automatic_upgrade(self, value: Optional[pulumi.Input[bool]]):
1052
+ pulumi.set(self, "enable_automatic_upgrade", value)
1053
+
1054
+ @property
1055
+ @pulumi.getter(name="forceUpdateTag")
1056
+ def force_update_tag(self) -> Optional[pulumi.Input[str]]:
1057
+ """
1058
+ How the extension handler should be forced to update even if the extension configuration has not changed.
1059
+ """
1060
+ return pulumi.get(self, "force_update_tag")
1061
+
1062
+ @force_update_tag.setter
1063
+ def force_update_tag(self, value: Optional[pulumi.Input[str]]):
1064
+ pulumi.set(self, "force_update_tag", value)
1065
+
1066
+ @property
1067
+ @pulumi.getter(name="instanceView")
1068
+ def instance_view(self) -> Optional[pulumi.Input['MachineExtensionInstanceViewArgs']]:
1069
+ """
1070
+ The machine extension instance view.
1071
+ """
1072
+ return pulumi.get(self, "instance_view")
1073
+
1074
+ @instance_view.setter
1075
+ def instance_view(self, value: Optional[pulumi.Input['MachineExtensionInstanceViewArgs']]):
1076
+ pulumi.set(self, "instance_view", value)
1077
+
1078
+ @property
1079
+ @pulumi.getter(name="protectedSettings")
1080
+ def protected_settings(self) -> Optional[Any]:
1081
+ """
1082
+ The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
1083
+ """
1084
+ return pulumi.get(self, "protected_settings")
1085
+
1086
+ @protected_settings.setter
1087
+ def protected_settings(self, value: Optional[Any]):
1088
+ pulumi.set(self, "protected_settings", value)
1089
+
1090
+ @property
1091
+ @pulumi.getter
1092
+ def publisher(self) -> Optional[pulumi.Input[str]]:
1093
+ """
1094
+ The name of the extension handler publisher.
1095
+ """
1096
+ return pulumi.get(self, "publisher")
1097
+
1098
+ @publisher.setter
1099
+ def publisher(self, value: Optional[pulumi.Input[str]]):
1100
+ pulumi.set(self, "publisher", value)
1101
+
1102
+ @property
1103
+ @pulumi.getter
1104
+ def settings(self) -> Optional[Any]:
1105
+ """
1106
+ Json formatted public settings for the extension.
1107
+ """
1108
+ return pulumi.get(self, "settings")
1109
+
1110
+ @settings.setter
1111
+ def settings(self, value: Optional[Any]):
1112
+ pulumi.set(self, "settings", value)
1113
+
1114
+ @property
1115
+ @pulumi.getter
1116
+ def type(self) -> Optional[pulumi.Input[str]]:
1117
+ """
1118
+ Specifies the type of the extension; an example is "CustomScriptExtension".
1119
+ """
1120
+ return pulumi.get(self, "type")
1121
+
1122
+ @type.setter
1123
+ def type(self, value: Optional[pulumi.Input[str]]):
1124
+ pulumi.set(self, "type", value)
1125
+
1126
+ @property
1127
+ @pulumi.getter(name="typeHandlerVersion")
1128
+ def type_handler_version(self) -> Optional[pulumi.Input[str]]:
1129
+ """
1130
+ Specifies the version of the script handler.
1131
+ """
1132
+ return pulumi.get(self, "type_handler_version")
1133
+
1134
+ @type_handler_version.setter
1135
+ def type_handler_version(self, value: Optional[pulumi.Input[str]]):
1136
+ pulumi.set(self, "type_handler_version", value)
1137
+
1138
+
1139
+ if not MYPY:
1140
+ class OSProfileLinuxConfigurationArgsDict(TypedDict):
1141
+ """
1142
+ Specifies the linux configuration for update management.
1143
+ """
1144
+ assessment_mode: NotRequired[pulumi.Input[Union[str, 'AssessmentModeTypes']]]
1145
+ """
1146
+ Specifies the assessment mode.
1147
+ """
1148
+ enable_hotpatching: NotRequired[pulumi.Input[bool]]
1149
+ """
1150
+ Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot.
1151
+ """
1152
+ patch_mode: NotRequired[pulumi.Input[Union[str, 'PatchModeTypes']]]
1153
+ """
1154
+ Specifies the patch mode.
1155
+ """
1156
+ elif False:
1157
+ OSProfileLinuxConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1158
+
1159
+ @pulumi.input_type
1160
+ class OSProfileLinuxConfigurationArgs:
1161
+ def __init__(__self__, *,
1162
+ assessment_mode: Optional[pulumi.Input[Union[str, 'AssessmentModeTypes']]] = None,
1163
+ enable_hotpatching: Optional[pulumi.Input[bool]] = None,
1164
+ patch_mode: Optional[pulumi.Input[Union[str, 'PatchModeTypes']]] = None):
1165
+ """
1166
+ Specifies the linux configuration for update management.
1167
+ :param pulumi.Input[Union[str, 'AssessmentModeTypes']] assessment_mode: Specifies the assessment mode.
1168
+ :param pulumi.Input[bool] enable_hotpatching: Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot.
1169
+ :param pulumi.Input[Union[str, 'PatchModeTypes']] patch_mode: Specifies the patch mode.
1170
+ """
1171
+ if assessment_mode is not None:
1172
+ pulumi.set(__self__, "assessment_mode", assessment_mode)
1173
+ if enable_hotpatching is not None:
1174
+ pulumi.set(__self__, "enable_hotpatching", enable_hotpatching)
1175
+ if patch_mode is not None:
1176
+ pulumi.set(__self__, "patch_mode", patch_mode)
1177
+
1178
+ @property
1179
+ @pulumi.getter(name="assessmentMode")
1180
+ def assessment_mode(self) -> Optional[pulumi.Input[Union[str, 'AssessmentModeTypes']]]:
1181
+ """
1182
+ Specifies the assessment mode.
1183
+ """
1184
+ return pulumi.get(self, "assessment_mode")
1185
+
1186
+ @assessment_mode.setter
1187
+ def assessment_mode(self, value: Optional[pulumi.Input[Union[str, 'AssessmentModeTypes']]]):
1188
+ pulumi.set(self, "assessment_mode", value)
1189
+
1190
+ @property
1191
+ @pulumi.getter(name="enableHotpatching")
1192
+ def enable_hotpatching(self) -> Optional[pulumi.Input[bool]]:
1193
+ """
1194
+ Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot.
1195
+ """
1196
+ return pulumi.get(self, "enable_hotpatching")
1197
+
1198
+ @enable_hotpatching.setter
1199
+ def enable_hotpatching(self, value: Optional[pulumi.Input[bool]]):
1200
+ pulumi.set(self, "enable_hotpatching", value)
1201
+
1202
+ @property
1203
+ @pulumi.getter(name="patchMode")
1204
+ def patch_mode(self) -> Optional[pulumi.Input[Union[str, 'PatchModeTypes']]]:
1205
+ """
1206
+ Specifies the patch mode.
1207
+ """
1208
+ return pulumi.get(self, "patch_mode")
1209
+
1210
+ @patch_mode.setter
1211
+ def patch_mode(self, value: Optional[pulumi.Input[Union[str, 'PatchModeTypes']]]):
1212
+ pulumi.set(self, "patch_mode", value)
1213
+
1214
+
1215
+ if not MYPY:
1216
+ class OSProfileWindowsConfigurationArgsDict(TypedDict):
1217
+ """
1218
+ Specifies the windows configuration for update management.
1219
+ """
1220
+ assessment_mode: NotRequired[pulumi.Input[Union[str, 'AssessmentModeTypes']]]
1221
+ """
1222
+ Specifies the assessment mode.
1223
+ """
1224
+ enable_hotpatching: NotRequired[pulumi.Input[bool]]
1225
+ """
1226
+ Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot.
1227
+ """
1228
+ patch_mode: NotRequired[pulumi.Input[Union[str, 'PatchModeTypes']]]
1229
+ """
1230
+ Specifies the patch mode.
1231
+ """
1232
+ elif False:
1233
+ OSProfileWindowsConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1234
+
1235
+ @pulumi.input_type
1236
+ class OSProfileWindowsConfigurationArgs:
1237
+ def __init__(__self__, *,
1238
+ assessment_mode: Optional[pulumi.Input[Union[str, 'AssessmentModeTypes']]] = None,
1239
+ enable_hotpatching: Optional[pulumi.Input[bool]] = None,
1240
+ patch_mode: Optional[pulumi.Input[Union[str, 'PatchModeTypes']]] = None):
1241
+ """
1242
+ Specifies the windows configuration for update management.
1243
+ :param pulumi.Input[Union[str, 'AssessmentModeTypes']] assessment_mode: Specifies the assessment mode.
1244
+ :param pulumi.Input[bool] enable_hotpatching: Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot.
1245
+ :param pulumi.Input[Union[str, 'PatchModeTypes']] patch_mode: Specifies the patch mode.
1246
+ """
1247
+ if assessment_mode is not None:
1248
+ pulumi.set(__self__, "assessment_mode", assessment_mode)
1249
+ if enable_hotpatching is not None:
1250
+ pulumi.set(__self__, "enable_hotpatching", enable_hotpatching)
1251
+ if patch_mode is not None:
1252
+ pulumi.set(__self__, "patch_mode", patch_mode)
1253
+
1254
+ @property
1255
+ @pulumi.getter(name="assessmentMode")
1256
+ def assessment_mode(self) -> Optional[pulumi.Input[Union[str, 'AssessmentModeTypes']]]:
1257
+ """
1258
+ Specifies the assessment mode.
1259
+ """
1260
+ return pulumi.get(self, "assessment_mode")
1261
+
1262
+ @assessment_mode.setter
1263
+ def assessment_mode(self, value: Optional[pulumi.Input[Union[str, 'AssessmentModeTypes']]]):
1264
+ pulumi.set(self, "assessment_mode", value)
1265
+
1266
+ @property
1267
+ @pulumi.getter(name="enableHotpatching")
1268
+ def enable_hotpatching(self) -> Optional[pulumi.Input[bool]]:
1269
+ """
1270
+ Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot.
1271
+ """
1272
+ return pulumi.get(self, "enable_hotpatching")
1273
+
1274
+ @enable_hotpatching.setter
1275
+ def enable_hotpatching(self, value: Optional[pulumi.Input[bool]]):
1276
+ pulumi.set(self, "enable_hotpatching", value)
1277
+
1278
+ @property
1279
+ @pulumi.getter(name="patchMode")
1280
+ def patch_mode(self) -> Optional[pulumi.Input[Union[str, 'PatchModeTypes']]]:
1281
+ """
1282
+ Specifies the patch mode.
1283
+ """
1284
+ return pulumi.get(self, "patch_mode")
1285
+
1286
+ @patch_mode.setter
1287
+ def patch_mode(self, value: Optional[pulumi.Input[Union[str, 'PatchModeTypes']]]):
1288
+ pulumi.set(self, "patch_mode", value)
1289
+
1290
+
1291
+ if not MYPY:
1292
+ class OSProfileArgsDict(TypedDict):
1293
+ """
1294
+ Specifies the operating system settings for the hybrid machine.
1295
+ """
1296
+ linux_configuration: NotRequired[pulumi.Input['OSProfileLinuxConfigurationArgsDict']]
1297
+ """
1298
+ Specifies the linux configuration for update management.
1299
+ """
1300
+ windows_configuration: NotRequired[pulumi.Input['OSProfileWindowsConfigurationArgsDict']]
1301
+ """
1302
+ Specifies the windows configuration for update management.
1303
+ """
1304
+ elif False:
1305
+ OSProfileArgsDict: TypeAlias = Mapping[str, Any]
1306
+
1307
+ @pulumi.input_type
1308
+ class OSProfileArgs:
1309
+ def __init__(__self__, *,
1310
+ linux_configuration: Optional[pulumi.Input['OSProfileLinuxConfigurationArgs']] = None,
1311
+ windows_configuration: Optional[pulumi.Input['OSProfileWindowsConfigurationArgs']] = None):
1312
+ """
1313
+ Specifies the operating system settings for the hybrid machine.
1314
+ :param pulumi.Input['OSProfileLinuxConfigurationArgs'] linux_configuration: Specifies the linux configuration for update management.
1315
+ :param pulumi.Input['OSProfileWindowsConfigurationArgs'] windows_configuration: Specifies the windows configuration for update management.
1316
+ """
1317
+ if linux_configuration is not None:
1318
+ pulumi.set(__self__, "linux_configuration", linux_configuration)
1319
+ if windows_configuration is not None:
1320
+ pulumi.set(__self__, "windows_configuration", windows_configuration)
1321
+
1322
+ @property
1323
+ @pulumi.getter(name="linuxConfiguration")
1324
+ def linux_configuration(self) -> Optional[pulumi.Input['OSProfileLinuxConfigurationArgs']]:
1325
+ """
1326
+ Specifies the linux configuration for update management.
1327
+ """
1328
+ return pulumi.get(self, "linux_configuration")
1329
+
1330
+ @linux_configuration.setter
1331
+ def linux_configuration(self, value: Optional[pulumi.Input['OSProfileLinuxConfigurationArgs']]):
1332
+ pulumi.set(self, "linux_configuration", value)
1333
+
1334
+ @property
1335
+ @pulumi.getter(name="windowsConfiguration")
1336
+ def windows_configuration(self) -> Optional[pulumi.Input['OSProfileWindowsConfigurationArgs']]:
1337
+ """
1338
+ Specifies the windows configuration for update management.
1339
+ """
1340
+ return pulumi.get(self, "windows_configuration")
1341
+
1342
+ @windows_configuration.setter
1343
+ def windows_configuration(self, value: Optional[pulumi.Input['OSProfileWindowsConfigurationArgs']]):
1344
+ pulumi.set(self, "windows_configuration", value)
1345
+
1346
+
1347
+ if not MYPY:
1348
+ class PrivateEndpointConnectionPropertiesArgsDict(TypedDict):
1349
+ """
1350
+ Properties of a private endpoint connection.
1351
+ """
1352
+ private_endpoint: NotRequired[pulumi.Input['PrivateEndpointPropertyArgsDict']]
1353
+ """
1354
+ Private endpoint which the connection belongs to.
1355
+ """
1356
+ private_link_service_connection_state: NotRequired[pulumi.Input['PrivateLinkServiceConnectionStatePropertyArgsDict']]
1357
+ """
1358
+ Connection state of the private endpoint connection.
1359
+ """
1360
+ elif False:
1361
+ PrivateEndpointConnectionPropertiesArgsDict: TypeAlias = Mapping[str, Any]
1362
+
1363
+ @pulumi.input_type
1364
+ class PrivateEndpointConnectionPropertiesArgs:
1365
+ def __init__(__self__, *,
1366
+ private_endpoint: Optional[pulumi.Input['PrivateEndpointPropertyArgs']] = None,
1367
+ private_link_service_connection_state: Optional[pulumi.Input['PrivateLinkServiceConnectionStatePropertyArgs']] = None):
1368
+ """
1369
+ Properties of a private endpoint connection.
1370
+ :param pulumi.Input['PrivateEndpointPropertyArgs'] private_endpoint: Private endpoint which the connection belongs to.
1371
+ :param pulumi.Input['PrivateLinkServiceConnectionStatePropertyArgs'] private_link_service_connection_state: Connection state of the private endpoint connection.
1372
+ """
1373
+ if private_endpoint is not None:
1374
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
1375
+ if private_link_service_connection_state is not None:
1376
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
1377
+
1378
+ @property
1379
+ @pulumi.getter(name="privateEndpoint")
1380
+ def private_endpoint(self) -> Optional[pulumi.Input['PrivateEndpointPropertyArgs']]:
1381
+ """
1382
+ Private endpoint which the connection belongs to.
1383
+ """
1384
+ return pulumi.get(self, "private_endpoint")
1385
+
1386
+ @private_endpoint.setter
1387
+ def private_endpoint(self, value: Optional[pulumi.Input['PrivateEndpointPropertyArgs']]):
1388
+ pulumi.set(self, "private_endpoint", value)
1389
+
1390
+ @property
1391
+ @pulumi.getter(name="privateLinkServiceConnectionState")
1392
+ def private_link_service_connection_state(self) -> Optional[pulumi.Input['PrivateLinkServiceConnectionStatePropertyArgs']]:
1393
+ """
1394
+ Connection state of the private endpoint connection.
1395
+ """
1396
+ return pulumi.get(self, "private_link_service_connection_state")
1397
+
1398
+ @private_link_service_connection_state.setter
1399
+ def private_link_service_connection_state(self, value: Optional[pulumi.Input['PrivateLinkServiceConnectionStatePropertyArgs']]):
1400
+ pulumi.set(self, "private_link_service_connection_state", value)
1401
+
1402
+
1403
+ if not MYPY:
1404
+ class PrivateEndpointPropertyArgsDict(TypedDict):
1405
+ """
1406
+ Private endpoint which the connection belongs to.
1407
+ """
1408
+ id: NotRequired[pulumi.Input[str]]
1409
+ """
1410
+ Resource id of the private endpoint.
1411
+ """
1412
+ elif False:
1413
+ PrivateEndpointPropertyArgsDict: TypeAlias = Mapping[str, Any]
1414
+
1415
+ @pulumi.input_type
1416
+ class PrivateEndpointPropertyArgs:
1417
+ def __init__(__self__, *,
1418
+ id: Optional[pulumi.Input[str]] = None):
1419
+ """
1420
+ Private endpoint which the connection belongs to.
1421
+ :param pulumi.Input[str] id: Resource id of the private endpoint.
1422
+ """
1423
+ if id is not None:
1424
+ pulumi.set(__self__, "id", id)
1425
+
1426
+ @property
1427
+ @pulumi.getter
1428
+ def id(self) -> Optional[pulumi.Input[str]]:
1429
+ """
1430
+ Resource id of the private endpoint.
1431
+ """
1432
+ return pulumi.get(self, "id")
1433
+
1434
+ @id.setter
1435
+ def id(self, value: Optional[pulumi.Input[str]]):
1436
+ pulumi.set(self, "id", value)
1437
+
1438
+
1439
+ if not MYPY:
1440
+ class PrivateLinkServiceConnectionStatePropertyArgsDict(TypedDict):
1441
+ """
1442
+ State of the private endpoint connection.
1443
+ """
1444
+ description: pulumi.Input[str]
1445
+ """
1446
+ The private link service connection description.
1447
+ """
1448
+ status: pulumi.Input[str]
1449
+ """
1450
+ The private link service connection status.
1451
+ """
1452
+ elif False:
1453
+ PrivateLinkServiceConnectionStatePropertyArgsDict: TypeAlias = Mapping[str, Any]
1454
+
1455
+ @pulumi.input_type
1456
+ class PrivateLinkServiceConnectionStatePropertyArgs:
1457
+ def __init__(__self__, *,
1458
+ description: pulumi.Input[str],
1459
+ status: pulumi.Input[str]):
1460
+ """
1461
+ State of the private endpoint connection.
1462
+ :param pulumi.Input[str] description: The private link service connection description.
1463
+ :param pulumi.Input[str] status: The private link service connection status.
1464
+ """
1465
+ pulumi.set(__self__, "description", description)
1466
+ pulumi.set(__self__, "status", status)
1467
+
1468
+ @property
1469
+ @pulumi.getter
1470
+ def description(self) -> pulumi.Input[str]:
1471
+ """
1472
+ The private link service connection description.
1473
+ """
1474
+ return pulumi.get(self, "description")
1475
+
1476
+ @description.setter
1477
+ def description(self, value: pulumi.Input[str]):
1478
+ pulumi.set(self, "description", value)
1479
+
1480
+ @property
1481
+ @pulumi.getter
1482
+ def status(self) -> pulumi.Input[str]:
1483
+ """
1484
+ The private link service connection status.
1485
+ """
1486
+ return pulumi.get(self, "status")
1487
+
1488
+ @status.setter
1489
+ def status(self, value: pulumi.Input[str]):
1490
+ pulumi.set(self, "status", value)
1491
+
1492
+
1493
+ if not MYPY:
1494
+ class ProductFeatureArgsDict(TypedDict):
1495
+ """
1496
+ Product Feature
1497
+ """
1498
+ name: NotRequired[pulumi.Input[str]]
1499
+ """
1500
+ Product feature name.
1501
+ """
1502
+ subscription_status: NotRequired[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]]
1503
+ """
1504
+ Indicates the current status of the product features.
1505
+ """
1506
+ elif False:
1507
+ ProductFeatureArgsDict: TypeAlias = Mapping[str, Any]
1508
+
1509
+ @pulumi.input_type
1510
+ class ProductFeatureArgs:
1511
+ def __init__(__self__, *,
1512
+ name: Optional[pulumi.Input[str]] = None,
1513
+ subscription_status: Optional[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]] = None):
1514
+ """
1515
+ Product Feature
1516
+ :param pulumi.Input[str] name: Product feature name.
1517
+ :param pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']] subscription_status: Indicates the current status of the product features.
1518
+ """
1519
+ if name is not None:
1520
+ pulumi.set(__self__, "name", name)
1521
+ if subscription_status is not None:
1522
+ pulumi.set(__self__, "subscription_status", subscription_status)
1523
+
1524
+ @property
1525
+ @pulumi.getter
1526
+ def name(self) -> Optional[pulumi.Input[str]]:
1527
+ """
1528
+ Product feature name.
1529
+ """
1530
+ return pulumi.get(self, "name")
1531
+
1532
+ @name.setter
1533
+ def name(self, value: Optional[pulumi.Input[str]]):
1534
+ pulumi.set(self, "name", value)
1535
+
1536
+ @property
1537
+ @pulumi.getter(name="subscriptionStatus")
1538
+ def subscription_status(self) -> Optional[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]]:
1539
+ """
1540
+ Indicates the current status of the product features.
1541
+ """
1542
+ return pulumi.get(self, "subscription_status")
1543
+
1544
+ @subscription_status.setter
1545
+ def subscription_status(self, value: Optional[pulumi.Input[Union[str, 'LicenseProfileSubscriptionStatus']]]):
1546
+ pulumi.set(self, "subscription_status", value)
1547
+
1548
+
1549
+ if not MYPY:
1550
+ class ServiceStatusesArgsDict(TypedDict):
1551
+ """
1552
+ Reports the state and behavior of dependent services.
1553
+ """
1554
+ extension_service: NotRequired[pulumi.Input['ServiceStatusArgsDict']]
1555
+ """
1556
+ The state of the extension service on the Arc-enabled machine.
1557
+ """
1558
+ guest_configuration_service: NotRequired[pulumi.Input['ServiceStatusArgsDict']]
1559
+ """
1560
+ The state of the guest configuration service on the Arc-enabled machine.
1561
+ """
1562
+ elif False:
1563
+ ServiceStatusesArgsDict: TypeAlias = Mapping[str, Any]
1564
+
1565
+ @pulumi.input_type
1566
+ class ServiceStatusesArgs:
1567
+ def __init__(__self__, *,
1568
+ extension_service: Optional[pulumi.Input['ServiceStatusArgs']] = None,
1569
+ guest_configuration_service: Optional[pulumi.Input['ServiceStatusArgs']] = None):
1570
+ """
1571
+ Reports the state and behavior of dependent services.
1572
+ :param pulumi.Input['ServiceStatusArgs'] extension_service: The state of the extension service on the Arc-enabled machine.
1573
+ :param pulumi.Input['ServiceStatusArgs'] guest_configuration_service: The state of the guest configuration service on the Arc-enabled machine.
1574
+ """
1575
+ if extension_service is not None:
1576
+ pulumi.set(__self__, "extension_service", extension_service)
1577
+ if guest_configuration_service is not None:
1578
+ pulumi.set(__self__, "guest_configuration_service", guest_configuration_service)
1579
+
1580
+ @property
1581
+ @pulumi.getter(name="extensionService")
1582
+ def extension_service(self) -> Optional[pulumi.Input['ServiceStatusArgs']]:
1583
+ """
1584
+ The state of the extension service on the Arc-enabled machine.
1585
+ """
1586
+ return pulumi.get(self, "extension_service")
1587
+
1588
+ @extension_service.setter
1589
+ def extension_service(self, value: Optional[pulumi.Input['ServiceStatusArgs']]):
1590
+ pulumi.set(self, "extension_service", value)
1591
+
1592
+ @property
1593
+ @pulumi.getter(name="guestConfigurationService")
1594
+ def guest_configuration_service(self) -> Optional[pulumi.Input['ServiceStatusArgs']]:
1595
+ """
1596
+ The state of the guest configuration service on the Arc-enabled machine.
1597
+ """
1598
+ return pulumi.get(self, "guest_configuration_service")
1599
+
1600
+ @guest_configuration_service.setter
1601
+ def guest_configuration_service(self, value: Optional[pulumi.Input['ServiceStatusArgs']]):
1602
+ pulumi.set(self, "guest_configuration_service", value)
1603
+
1604
+
1605
+ if not MYPY:
1606
+ class ServiceStatusArgsDict(TypedDict):
1607
+ """
1608
+ Describes the status and behavior of a service.
1609
+ """
1610
+ startup_type: NotRequired[pulumi.Input[str]]
1611
+ """
1612
+ The behavior of the service when the Arc-enabled machine starts up.
1613
+ """
1614
+ status: NotRequired[pulumi.Input[str]]
1615
+ """
1616
+ The current status of the service.
1617
+ """
1618
+ elif False:
1619
+ ServiceStatusArgsDict: TypeAlias = Mapping[str, Any]
1620
+
1621
+ @pulumi.input_type
1622
+ class ServiceStatusArgs:
1623
+ def __init__(__self__, *,
1624
+ startup_type: Optional[pulumi.Input[str]] = None,
1625
+ status: Optional[pulumi.Input[str]] = None):
1626
+ """
1627
+ Describes the status and behavior of a service.
1628
+ :param pulumi.Input[str] startup_type: The behavior of the service when the Arc-enabled machine starts up.
1629
+ :param pulumi.Input[str] status: The current status of the service.
1630
+ """
1631
+ if startup_type is not None:
1632
+ pulumi.set(__self__, "startup_type", startup_type)
1633
+ if status is not None:
1634
+ pulumi.set(__self__, "status", status)
1635
+
1636
+ @property
1637
+ @pulumi.getter(name="startupType")
1638
+ def startup_type(self) -> Optional[pulumi.Input[str]]:
1639
+ """
1640
+ The behavior of the service when the Arc-enabled machine starts up.
1641
+ """
1642
+ return pulumi.get(self, "startup_type")
1643
+
1644
+ @startup_type.setter
1645
+ def startup_type(self, value: Optional[pulumi.Input[str]]):
1646
+ pulumi.set(self, "startup_type", value)
1647
+
1648
+ @property
1649
+ @pulumi.getter
1650
+ def status(self) -> Optional[pulumi.Input[str]]:
1651
+ """
1652
+ The current status of the service.
1653
+ """
1654
+ return pulumi.get(self, "status")
1655
+
1656
+ @status.setter
1657
+ def status(self, value: Optional[pulumi.Input[str]]):
1658
+ pulumi.set(self, "status", value)
1659
+
1660
+
1661
+ if not MYPY:
1662
+ class VolumeLicenseDetailsArgsDict(TypedDict):
1663
+ invoice_id: NotRequired[pulumi.Input[str]]
1664
+ """
1665
+ The invoice id for the volume license.
1666
+ """
1667
+ program_year: NotRequired[pulumi.Input[Union[str, 'ProgramYear']]]
1668
+ """
1669
+ Describes the program year the volume license is for.
1670
+ """
1671
+ elif False:
1672
+ VolumeLicenseDetailsArgsDict: TypeAlias = Mapping[str, Any]
1673
+
1674
+ @pulumi.input_type
1675
+ class VolumeLicenseDetailsArgs:
1676
+ def __init__(__self__, *,
1677
+ invoice_id: Optional[pulumi.Input[str]] = None,
1678
+ program_year: Optional[pulumi.Input[Union[str, 'ProgramYear']]] = None):
1679
+ """
1680
+ :param pulumi.Input[str] invoice_id: The invoice id for the volume license.
1681
+ :param pulumi.Input[Union[str, 'ProgramYear']] program_year: Describes the program year the volume license is for.
1682
+ """
1683
+ if invoice_id is not None:
1684
+ pulumi.set(__self__, "invoice_id", invoice_id)
1685
+ if program_year is not None:
1686
+ pulumi.set(__self__, "program_year", program_year)
1687
+
1688
+ @property
1689
+ @pulumi.getter(name="invoiceId")
1690
+ def invoice_id(self) -> Optional[pulumi.Input[str]]:
1691
+ """
1692
+ The invoice id for the volume license.
1693
+ """
1694
+ return pulumi.get(self, "invoice_id")
1695
+
1696
+ @invoice_id.setter
1697
+ def invoice_id(self, value: Optional[pulumi.Input[str]]):
1698
+ pulumi.set(self, "invoice_id", value)
1699
+
1700
+ @property
1701
+ @pulumi.getter(name="programYear")
1702
+ def program_year(self) -> Optional[pulumi.Input[Union[str, 'ProgramYear']]]:
1703
+ """
1704
+ Describes the program year the volume license is for.
1705
+ """
1706
+ return pulumi.get(self, "program_year")
1707
+
1708
+ @program_year.setter
1709
+ def program_year(self, value: Optional[pulumi.Input[Union[str, 'ProgramYear']]]):
1710
+ pulumi.set(self, "program_year", value)
1711
+
1712
+