pulumi-azure-native 2.40.0a1714979708__py3-none-any.whl → 2.41.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 (746) hide show
  1. pulumi_azure_native/__init__.py +153 -0
  2. pulumi_azure_native/chaos/__init__.py +3 -0
  3. pulumi_azure_native/chaos/capability.py +3 -3
  4. pulumi_azure_native/chaos/experiment.py +3 -3
  5. pulumi_azure_native/chaos/get_capability.py +2 -2
  6. pulumi_azure_native/chaos/get_experiment.py +2 -2
  7. pulumi_azure_native/chaos/get_experiment_execution_details.py +2 -2
  8. pulumi_azure_native/chaos/get_private_access.py +4 -0
  9. pulumi_azure_native/chaos/get_target.py +2 -2
  10. pulumi_azure_native/chaos/private_access.py +5 -1
  11. pulumi_azure_native/chaos/target.py +3 -3
  12. pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
  13. pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
  14. pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
  15. pulumi_azure_native/chaos/v20230901preview/capability.py +1 -1
  16. pulumi_azure_native/chaos/v20230901preview/experiment.py +1 -1
  17. pulumi_azure_native/chaos/v20230901preview/target.py +1 -1
  18. pulumi_azure_native/chaos/v20231027preview/capability.py +1 -1
  19. pulumi_azure_native/chaos/v20231027preview/experiment.py +1 -1
  20. pulumi_azure_native/chaos/v20231027preview/private_access.py +1 -1
  21. pulumi_azure_native/chaos/v20231027preview/target.py +1 -1
  22. pulumi_azure_native/chaos/v20231101/capability.py +1 -1
  23. pulumi_azure_native/chaos/v20231101/experiment.py +1 -1
  24. pulumi_azure_native/chaos/v20231101/target.py +1 -1
  25. pulumi_azure_native/chaos/v20240101/capability.py +1 -1
  26. pulumi_azure_native/chaos/v20240101/experiment.py +1 -1
  27. pulumi_azure_native/chaos/v20240101/target.py +1 -1
  28. pulumi_azure_native/chaos/v20240322preview/__init__.py +19 -0
  29. pulumi_azure_native/chaos/v20240322preview/_enums.py +53 -0
  30. pulumi_azure_native/chaos/v20240322preview/_inputs.py +746 -0
  31. pulumi_azure_native/chaos/v20240322preview/capability.py +258 -0
  32. pulumi_azure_native/chaos/v20240322preview/experiment.py +283 -0
  33. pulumi_azure_native/chaos/v20240322preview/get_capability.py +151 -0
  34. pulumi_azure_native/chaos/v20240322preview/get_experiment.py +170 -0
  35. pulumi_azure_native/chaos/v20240322preview/get_experiment_execution_details.py +188 -0
  36. pulumi_azure_native/chaos/v20240322preview/get_private_access.py +183 -0
  37. pulumi_azure_native/chaos/v20240322preview/get_target.py +159 -0
  38. pulumi_azure_native/chaos/v20240322preview/outputs.py +1556 -0
  39. pulumi_azure_native/chaos/v20240322preview/private_access.py +272 -0
  40. pulumi_azure_native/chaos/v20240322preview/target.py +286 -0
  41. pulumi_azure_native/cognitiveservices/__init__.py +3 -0
  42. pulumi_azure_native/cognitiveservices/account.py +3 -3
  43. pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
  44. pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
  45. pulumi_azure_native/cognitiveservices/deployment.py +3 -3
  46. pulumi_azure_native/cognitiveservices/encryption_scope.py +5 -1
  47. pulumi_azure_native/cognitiveservices/get_account.py +2 -2
  48. pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
  49. pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
  50. pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
  51. pulumi_azure_native/cognitiveservices/get_encryption_scope.py +4 -0
  52. pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
  53. pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +4 -0
  54. pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +4 -0
  55. pulumi_azure_native/cognitiveservices/get_rai_policy.py +4 -0
  56. pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
  57. pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
  58. pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
  59. pulumi_azure_native/cognitiveservices/rai_blocklist.py +5 -1
  60. pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +5 -1
  61. pulumi_azure_native/cognitiveservices/rai_policy.py +5 -1
  62. pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
  63. pulumi_azure_native/cognitiveservices/v20170418/account.py +1 -1
  64. pulumi_azure_native/cognitiveservices/v20230501/account.py +1 -1
  65. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan.py +1 -1
  66. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan_association.py +1 -1
  67. pulumi_azure_native/cognitiveservices/v20230501/deployment.py +1 -1
  68. pulumi_azure_native/cognitiveservices/v20230501/private_endpoint_connection.py +1 -1
  69. pulumi_azure_native/cognitiveservices/v20230501/shared_commitment_plan.py +1 -1
  70. pulumi_azure_native/cognitiveservices/v20231001preview/account.py +1 -1
  71. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +1 -1
  72. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +1 -1
  73. pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +1 -1
  74. pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +1 -1
  75. pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +1 -1
  76. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +1 -1
  77. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +1 -1
  78. pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +1 -1
  79. pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +1 -1
  80. pulumi_azure_native/cognitiveservices/v20240401preview/__init__.py +31 -0
  81. pulumi_azure_native/cognitiveservices/v20240401preview/_enums.py +155 -0
  82. pulumi_azure_native/cognitiveservices/v20240401preview/_inputs.py +1871 -0
  83. pulumi_azure_native/cognitiveservices/v20240401preview/account.py +350 -0
  84. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan.py +342 -0
  85. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan_association.py +253 -0
  86. pulumi_azure_native/cognitiveservices/v20240401preview/deployment.py +284 -0
  87. pulumi_azure_native/cognitiveservices/v20240401preview/encryption_scope.py +255 -0
  88. pulumi_azure_native/cognitiveservices/v20240401preview/get_account.py +209 -0
  89. pulumi_azure_native/cognitiveservices/v20240401preview/get_commitment_plan.py +201 -0
  90. pulumi_azure_native/cognitiveservices/v20240401preview/get_commitment_plan_association.py +162 -0
  91. pulumi_azure_native/cognitiveservices/v20240401preview/get_deployment.py +175 -0
  92. pulumi_azure_native/cognitiveservices/v20240401preview/get_encryption_scope.py +162 -0
  93. pulumi_azure_native/cognitiveservices/v20240401preview/get_private_endpoint_connection.py +162 -0
  94. pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_blocklist.py +162 -0
  95. pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_blocklist_item.py +167 -0
  96. pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_policy.py +162 -0
  97. pulumi_azure_native/cognitiveservices/v20240401preview/get_shared_commitment_plan.py +196 -0
  98. pulumi_azure_native/cognitiveservices/v20240401preview/list_account_keys.py +91 -0
  99. pulumi_azure_native/cognitiveservices/v20240401preview/outputs.py +3208 -0
  100. pulumi_azure_native/cognitiveservices/v20240401preview/private_endpoint_connection.py +255 -0
  101. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist.py +254 -0
  102. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist_item.py +275 -0
  103. pulumi_azure_native/cognitiveservices/v20240401preview/rai_policy.py +255 -0
  104. pulumi_azure_native/cognitiveservices/v20240401preview/shared_commitment_plan.py +321 -0
  105. pulumi_azure_native/communication/domain.py +4 -0
  106. pulumi_azure_native/databricks/__init__.py +3 -0
  107. pulumi_azure_native/databricks/access_connector.py +3 -3
  108. pulumi_azure_native/databricks/get_access_connector.py +2 -2
  109. pulumi_azure_native/databricks/get_private_endpoint_connection.py +2 -2
  110. pulumi_azure_native/databricks/get_workspace.py +2 -2
  111. pulumi_azure_native/databricks/private_endpoint_connection.py +3 -3
  112. pulumi_azure_native/databricks/v20220401preview/access_connector.py +1 -1
  113. pulumi_azure_native/databricks/v20230201/private_endpoint_connection.py +1 -1
  114. pulumi_azure_native/databricks/v20230201/v_net_peering.py +1 -1
  115. pulumi_azure_native/databricks/v20230201/workspace.py +1 -1
  116. pulumi_azure_native/databricks/v20230501/access_connector.py +1 -1
  117. pulumi_azure_native/databricks/v20230915preview/private_endpoint_connection.py +1 -1
  118. pulumi_azure_native/databricks/v20230915preview/v_net_peering.py +1 -1
  119. pulumi_azure_native/databricks/v20230915preview/workspace.py +1 -1
  120. pulumi_azure_native/databricks/v20240501/__init__.py +18 -0
  121. pulumi_azure_native/databricks/v20240501/_enums.py +121 -0
  122. pulumi_azure_native/databricks/v20240501/_inputs.py +1228 -0
  123. pulumi_azure_native/databricks/v20240501/access_connector.py +263 -0
  124. pulumi_azure_native/databricks/v20240501/get_access_connector.py +170 -0
  125. pulumi_azure_native/databricks/v20240501/get_private_endpoint_connection.py +123 -0
  126. pulumi_azure_native/databricks/v20240501/get_v_net_peering.py +240 -0
  127. pulumi_azure_native/databricks/v20240501/get_workspace.py +443 -0
  128. pulumi_azure_native/databricks/v20240501/outputs.py +1949 -0
  129. pulumi_azure_native/databricks/v20240501/private_endpoint_connection.py +207 -0
  130. pulumi_azure_native/databricks/v20240501/v_net_peering.py +429 -0
  131. pulumi_azure_native/databricks/v20240501/workspace.py +683 -0
  132. pulumi_azure_native/databricks/v_net_peering.py +1 -1
  133. pulumi_azure_native/databricks/workspace.py +3 -3
  134. pulumi_azure_native/datafactory/_enums.py +1 -0
  135. pulumi_azure_native/datafactory/_inputs.py +46 -14
  136. pulumi_azure_native/datafactory/outputs.py +35 -11
  137. pulumi_azure_native/datafactory/v20180601/_enums.py +1 -0
  138. pulumi_azure_native/datafactory/v20180601/_inputs.py +46 -14
  139. pulumi_azure_native/datafactory/v20180601/outputs.py +35 -11
  140. pulumi_azure_native/dbforpostgresql/v20230302preview/_enums.py +12 -0
  141. pulumi_azure_native/dbforpostgresql/v20230302preview/_inputs.py +90 -0
  142. pulumi_azure_native/dbforpostgresql/v20230302preview/cluster.py +78 -0
  143. pulumi_azure_native/dbforpostgresql/v20230302preview/get_cluster.py +53 -1
  144. pulumi_azure_native/dbforpostgresql/v20230302preview/outputs.py +165 -0
  145. pulumi_azure_native/desktopvirtualization/__init__.py +3 -0
  146. pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
  147. pulumi_azure_native/desktopvirtualization/application.py +3 -3
  148. pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
  149. pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
  150. pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
  151. pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
  152. pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
  153. pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
  154. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
  155. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
  156. pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
  157. pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
  158. pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
  159. pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
  160. pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
  161. pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
  162. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
  163. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
  164. pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
  165. pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
  166. pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
  167. pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
  168. pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
  169. pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
  170. pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
  171. pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
  172. pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
  173. pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
  174. pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
  175. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
  176. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
  177. pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
  178. pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
  179. pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
  180. pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
  181. pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
  182. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
  183. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
  184. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
  185. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
  186. pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
  187. pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
  188. pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
  189. pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
  190. pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
  191. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
  192. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
  193. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
  194. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
  195. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
  196. pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
  197. pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
  198. pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
  199. pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
  200. pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
  201. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
  202. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
  203. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
  204. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
  205. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
  206. pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
  207. pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
  208. pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
  209. pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
  210. pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
  211. pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
  212. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
  213. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
  214. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
  215. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
  216. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
  217. pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
  218. pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
  219. pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
  220. pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
  221. pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
  222. pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
  223. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
  224. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
  225. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
  226. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
  227. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
  228. pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
  229. pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +1 -1
  230. pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +1 -1
  231. pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +1 -1
  232. pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1 -1
  233. pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +1 -1
  234. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +1 -1
  235. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +1 -1
  236. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +1 -1
  237. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +1 -1
  238. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +1 -1
  239. pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +1 -1
  240. pulumi_azure_native/desktopvirtualization/v20240306preview/app_attach_package.py +1 -1
  241. pulumi_azure_native/desktopvirtualization/v20240306preview/application.py +1 -1
  242. pulumi_azure_native/desktopvirtualization/v20240306preview/application_group.py +1 -1
  243. pulumi_azure_native/desktopvirtualization/v20240306preview/host_pool.py +1 -1
  244. pulumi_azure_native/desktopvirtualization/v20240306preview/msix_package.py +1 -1
  245. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_host_pool.py +1 -1
  246. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_workspace.py +1 -1
  247. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan.py +1 -1
  248. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_personal_schedule.py +1 -1
  249. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_pooled_schedule.py +1 -1
  250. pulumi_azure_native/desktopvirtualization/v20240306preview/workspace.py +1 -1
  251. pulumi_azure_native/desktopvirtualization/v20240403/__init__.py +32 -0
  252. pulumi_azure_native/desktopvirtualization/v20240403/_enums.py +265 -0
  253. pulumi_azure_native/desktopvirtualization/v20240403/_inputs.py +1332 -0
  254. pulumi_azure_native/desktopvirtualization/v20240403/app_attach_package.py +254 -0
  255. pulumi_azure_native/desktopvirtualization/v20240403/application.py +536 -0
  256. pulumi_azure_native/desktopvirtualization/v20240403/application_group.py +532 -0
  257. pulumi_azure_native/desktopvirtualization/v20240403/get_app_attach_package.py +157 -0
  258. pulumi_azure_native/desktopvirtualization/v20240403/get_application.py +305 -0
  259. pulumi_azure_native/desktopvirtualization/v20240403/get_application_group.py +317 -0
  260. pulumi_azure_native/desktopvirtualization/v20240403/get_host_pool.py +525 -0
  261. pulumi_azure_native/desktopvirtualization/v20240403/get_msix_package.py +266 -0
  262. pulumi_azure_native/desktopvirtualization/v20240403/get_private_endpoint_connection_by_host_pool.py +175 -0
  263. pulumi_azure_native/desktopvirtualization/v20240403/get_private_endpoint_connection_by_workspace.py +175 -0
  264. pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan.py +317 -0
  265. pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan_personal_schedule.py +461 -0
  266. pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan_pooled_schedule.py +344 -0
  267. pulumi_azure_native/desktopvirtualization/v20240403/get_workspace.py +304 -0
  268. pulumi_azure_native/desktopvirtualization/v20240403/host_pool.py +959 -0
  269. pulumi_azure_native/desktopvirtualization/v20240403/msix_package.py +505 -0
  270. pulumi_azure_native/desktopvirtualization/v20240403/outputs.py +1651 -0
  271. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_host_pool.py +247 -0
  272. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_workspace.py +247 -0
  273. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan.py +573 -0
  274. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_personal_schedule.py +957 -0
  275. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_pooled_schedule.py +680 -0
  276. pulumi_azure_native/desktopvirtualization/v20240403/workspace.py +501 -0
  277. pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
  278. pulumi_azure_native/documentdb/__init__.py +5 -0
  279. pulumi_azure_native/documentdb/firewall_rule.py +257 -0
  280. pulumi_azure_native/documentdb/get_firewall_rule.py +164 -0
  281. pulumi_azure_native/documentdb/get_mongo_cluster.py +2 -2
  282. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  283. pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py +2 -2
  284. pulumi_azure_native/documentdb/mongo_cluster.py +3 -3
  285. pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py +1 -1
  286. pulumi_azure_native/documentdb/private_endpoint_connection.py +2 -2
  287. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py +1 -1
  288. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py +1 -1
  289. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py +1 -1
  290. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py +1 -1
  291. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py +1 -1
  292. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py +1 -1
  293. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py +1 -1
  294. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py +1 -1
  295. pulumi_azure_native/documentdb/v20240301preview/__init__.py +17 -0
  296. pulumi_azure_native/documentdb/v20240301preview/_enums.py +59 -0
  297. pulumi_azure_native/documentdb/v20240301preview/_inputs.py +202 -0
  298. pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py +255 -0
  299. pulumi_azure_native/documentdb/v20240301preview/get_firewall_rule.py +162 -0
  300. pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py +261 -0
  301. pulumi_azure_native/documentdb/v20240301preview/get_private_endpoint_connection.py +175 -0
  302. pulumi_azure_native/documentdb/v20240301preview/list_mongo_cluster_connection_strings.py +79 -0
  303. pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +450 -0
  304. pulumi_azure_native/documentdb/v20240301preview/outputs.py +507 -0
  305. pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py +245 -0
  306. pulumi_azure_native/hybridcompute/__init__.py +5 -0
  307. pulumi_azure_native/hybridcompute/_enums.py +8 -0
  308. pulumi_azure_native/hybridcompute/gateway.py +313 -0
  309. pulumi_azure_native/hybridcompute/get_gateway.py +211 -0
  310. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  311. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  312. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  313. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  314. pulumi_azure_native/hybridcompute/get_machine_run_command.py +4 -0
  315. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  316. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  317. pulumi_azure_native/hybridcompute/license.py +3 -3
  318. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  319. pulumi_azure_native/hybridcompute/machine.py +3 -3
  320. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  321. pulumi_azure_native/hybridcompute/machine_run_command.py +5 -1
  322. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  323. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  324. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  325. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  326. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  327. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  328. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  329. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  330. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  331. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  332. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  333. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  334. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  335. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  336. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  337. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  338. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  339. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  340. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  341. pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
  342. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
  343. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
  344. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
  345. pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
  346. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
  347. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
  348. pulumi_azure_native/hybridcompute/v20240331preview/__init__.py +26 -0
  349. pulumi_azure_native/hybridcompute/v20240331preview/_enums.py +170 -0
  350. pulumi_azure_native/hybridcompute/v20240331preview/_inputs.py +1376 -0
  351. pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +311 -0
  352. pulumi_azure_native/hybridcompute/v20240331preview/get_gateway.py +209 -0
  353. pulumi_azure_native/hybridcompute/v20240331preview/get_license.py +196 -0
  354. pulumi_azure_native/hybridcompute/v20240331preview/get_license_profile.py +331 -0
  355. pulumi_azure_native/hybridcompute/v20240331preview/get_machine.py +591 -0
  356. pulumi_azure_native/hybridcompute/v20240331preview/get_machine_extension.py +162 -0
  357. pulumi_azure_native/hybridcompute/v20240331preview/get_machine_run_command.py +318 -0
  358. pulumi_azure_native/hybridcompute/v20240331preview/get_private_endpoint_connection.py +136 -0
  359. pulumi_azure_native/hybridcompute/v20240331preview/get_private_link_scope.py +157 -0
  360. pulumi_azure_native/hybridcompute/v20240331preview/license.py +321 -0
  361. pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +480 -0
  362. pulumi_azure_native/hybridcompute/v20240331preview/machine.py +850 -0
  363. pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +274 -0
  364. pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +587 -0
  365. pulumi_azure_native/hybridcompute/v20240331preview/outputs.py +3054 -0
  366. pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +215 -0
  367. pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +253 -0
  368. pulumi_azure_native/mobilenetwork/__init__.py +4 -0
  369. pulumi_azure_native/mobilenetwork/attached_data_network.py +3 -3
  370. pulumi_azure_native/mobilenetwork/data_network.py +3 -3
  371. pulumi_azure_native/mobilenetwork/diagnostics_package.py +3 -3
  372. pulumi_azure_native/mobilenetwork/get_attached_data_network.py +2 -2
  373. pulumi_azure_native/mobilenetwork/get_data_network.py +2 -2
  374. pulumi_azure_native/mobilenetwork/get_diagnostics_package.py +2 -2
  375. pulumi_azure_native/mobilenetwork/get_mobile_network.py +2 -2
  376. pulumi_azure_native/mobilenetwork/get_packet_capture.py +2 -2
  377. pulumi_azure_native/mobilenetwork/get_packet_core_control_plane.py +2 -2
  378. pulumi_azure_native/mobilenetwork/get_packet_core_data_plane.py +2 -2
  379. pulumi_azure_native/mobilenetwork/get_service.py +2 -2
  380. pulumi_azure_native/mobilenetwork/get_sim.py +2 -2
  381. pulumi_azure_native/mobilenetwork/get_sim_group.py +2 -2
  382. pulumi_azure_native/mobilenetwork/get_sim_policy.py +2 -2
  383. pulumi_azure_native/mobilenetwork/get_site.py +2 -2
  384. pulumi_azure_native/mobilenetwork/get_slice.py +2 -2
  385. pulumi_azure_native/mobilenetwork/list_mobile_network_sim_groups.py +94 -0
  386. pulumi_azure_native/mobilenetwork/mobile_network.py +3 -3
  387. pulumi_azure_native/mobilenetwork/outputs.py +126 -0
  388. pulumi_azure_native/mobilenetwork/packet_capture.py +3 -3
  389. pulumi_azure_native/mobilenetwork/packet_core_control_plane.py +3 -3
  390. pulumi_azure_native/mobilenetwork/packet_core_data_plane.py +3 -3
  391. pulumi_azure_native/mobilenetwork/service.py +3 -3
  392. pulumi_azure_native/mobilenetwork/sim.py +3 -3
  393. pulumi_azure_native/mobilenetwork/sim_group.py +3 -3
  394. pulumi_azure_native/mobilenetwork/sim_policy.py +3 -3
  395. pulumi_azure_native/mobilenetwork/site.py +3 -3
  396. pulumi_azure_native/mobilenetwork/slice.py +3 -3
  397. pulumi_azure_native/mobilenetwork/v20220301preview/packet_core_control_plane.py +1 -1
  398. pulumi_azure_native/mobilenetwork/v20220401preview/attached_data_network.py +1 -1
  399. pulumi_azure_native/mobilenetwork/v20220401preview/data_network.py +1 -1
  400. pulumi_azure_native/mobilenetwork/v20220401preview/mobile_network.py +1 -1
  401. pulumi_azure_native/mobilenetwork/v20220401preview/packet_core_control_plane.py +1 -1
  402. pulumi_azure_native/mobilenetwork/v20220401preview/packet_core_data_plane.py +1 -1
  403. pulumi_azure_native/mobilenetwork/v20220401preview/service.py +1 -1
  404. pulumi_azure_native/mobilenetwork/v20220401preview/sim.py +1 -1
  405. pulumi_azure_native/mobilenetwork/v20220401preview/sim_group.py +1 -1
  406. pulumi_azure_native/mobilenetwork/v20220401preview/sim_policy.py +1 -1
  407. pulumi_azure_native/mobilenetwork/v20220401preview/site.py +1 -1
  408. pulumi_azure_native/mobilenetwork/v20220401preview/slice.py +1 -1
  409. pulumi_azure_native/mobilenetwork/v20221101/attached_data_network.py +1 -1
  410. pulumi_azure_native/mobilenetwork/v20221101/data_network.py +1 -1
  411. pulumi_azure_native/mobilenetwork/v20221101/mobile_network.py +1 -1
  412. pulumi_azure_native/mobilenetwork/v20221101/packet_core_control_plane.py +1 -1
  413. pulumi_azure_native/mobilenetwork/v20221101/packet_core_data_plane.py +1 -1
  414. pulumi_azure_native/mobilenetwork/v20221101/service.py +1 -1
  415. pulumi_azure_native/mobilenetwork/v20221101/sim.py +1 -1
  416. pulumi_azure_native/mobilenetwork/v20221101/sim_group.py +1 -1
  417. pulumi_azure_native/mobilenetwork/v20221101/sim_policy.py +1 -1
  418. pulumi_azure_native/mobilenetwork/v20221101/site.py +1 -1
  419. pulumi_azure_native/mobilenetwork/v20221101/slice.py +1 -1
  420. pulumi_azure_native/mobilenetwork/v20230601/attached_data_network.py +1 -1
  421. pulumi_azure_native/mobilenetwork/v20230601/data_network.py +1 -1
  422. pulumi_azure_native/mobilenetwork/v20230601/diagnostics_package.py +1 -1
  423. pulumi_azure_native/mobilenetwork/v20230601/mobile_network.py +1 -1
  424. pulumi_azure_native/mobilenetwork/v20230601/packet_capture.py +1 -1
  425. pulumi_azure_native/mobilenetwork/v20230601/packet_core_control_plane.py +1 -1
  426. pulumi_azure_native/mobilenetwork/v20230601/packet_core_data_plane.py +1 -1
  427. pulumi_azure_native/mobilenetwork/v20230601/service.py +1 -1
  428. pulumi_azure_native/mobilenetwork/v20230601/sim.py +1 -1
  429. pulumi_azure_native/mobilenetwork/v20230601/sim_group.py +1 -1
  430. pulumi_azure_native/mobilenetwork/v20230601/sim_policy.py +1 -1
  431. pulumi_azure_native/mobilenetwork/v20230601/site.py +1 -1
  432. pulumi_azure_native/mobilenetwork/v20230601/slice.py +1 -1
  433. pulumi_azure_native/mobilenetwork/v20230901/attached_data_network.py +1 -1
  434. pulumi_azure_native/mobilenetwork/v20230901/data_network.py +1 -1
  435. pulumi_azure_native/mobilenetwork/v20230901/diagnostics_package.py +1 -1
  436. pulumi_azure_native/mobilenetwork/v20230901/mobile_network.py +1 -1
  437. pulumi_azure_native/mobilenetwork/v20230901/packet_capture.py +1 -1
  438. pulumi_azure_native/mobilenetwork/v20230901/packet_core_control_plane.py +1 -1
  439. pulumi_azure_native/mobilenetwork/v20230901/packet_core_data_plane.py +1 -1
  440. pulumi_azure_native/mobilenetwork/v20230901/service.py +1 -1
  441. pulumi_azure_native/mobilenetwork/v20230901/sim.py +1 -1
  442. pulumi_azure_native/mobilenetwork/v20230901/sim_group.py +1 -1
  443. pulumi_azure_native/mobilenetwork/v20230901/sim_policy.py +1 -1
  444. pulumi_azure_native/mobilenetwork/v20230901/site.py +1 -1
  445. pulumi_azure_native/mobilenetwork/v20230901/slice.py +1 -1
  446. pulumi_azure_native/mobilenetwork/v20240201/attached_data_network.py +1 -1
  447. pulumi_azure_native/mobilenetwork/v20240201/data_network.py +1 -1
  448. pulumi_azure_native/mobilenetwork/v20240201/diagnostics_package.py +1 -1
  449. pulumi_azure_native/mobilenetwork/v20240201/mobile_network.py +1 -1
  450. pulumi_azure_native/mobilenetwork/v20240201/packet_capture.py +1 -1
  451. pulumi_azure_native/mobilenetwork/v20240201/packet_core_control_plane.py +1 -1
  452. pulumi_azure_native/mobilenetwork/v20240201/packet_core_data_plane.py +1 -1
  453. pulumi_azure_native/mobilenetwork/v20240201/service.py +1 -1
  454. pulumi_azure_native/mobilenetwork/v20240201/sim.py +1 -1
  455. pulumi_azure_native/mobilenetwork/v20240201/sim_group.py +1 -1
  456. pulumi_azure_native/mobilenetwork/v20240201/sim_policy.py +1 -1
  457. pulumi_azure_native/mobilenetwork/v20240201/site.py +1 -1
  458. pulumi_azure_native/mobilenetwork/v20240201/slice.py +1 -1
  459. pulumi_azure_native/mobilenetwork/v20240401/__init__.py +37 -0
  460. pulumi_azure_native/mobilenetwork/v20240401/_enums.py +215 -0
  461. pulumi_azure_native/mobilenetwork/v20240401/_inputs.py +1998 -0
  462. pulumi_azure_native/mobilenetwork/v20240401/attached_data_network.py +443 -0
  463. pulumi_azure_native/mobilenetwork/v20240401/data_network.py +282 -0
  464. pulumi_azure_native/mobilenetwork/v20240401/diagnostics_package.py +215 -0
  465. pulumi_azure_native/mobilenetwork/v20240401/get_attached_data_network.py +237 -0
  466. pulumi_azure_native/mobilenetwork/v20240401/get_data_network.py +175 -0
  467. pulumi_azure_native/mobilenetwork/v20240401/get_diagnostics_package.py +162 -0
  468. pulumi_azure_native/mobilenetwork/v20240401/get_mobile_network.py +209 -0
  469. pulumi_azure_native/mobilenetwork/v20240401/get_packet_capture.py +240 -0
  470. pulumi_azure_native/mobilenetwork/v20240401/get_packet_core_control_plane.py +404 -0
  471. pulumi_azure_native/mobilenetwork/v20240401/get_packet_core_data_plane.py +188 -0
  472. pulumi_azure_native/mobilenetwork/v20240401/get_service.py +201 -0
  473. pulumi_azure_native/mobilenetwork/v20240401/get_sim.py +253 -0
  474. pulumi_azure_native/mobilenetwork/v20240401/get_sim_group.py +196 -0
  475. pulumi_azure_native/mobilenetwork/v20240401/get_sim_policy.py +240 -0
  476. pulumi_azure_native/mobilenetwork/v20240401/get_site.py +175 -0
  477. pulumi_azure_native/mobilenetwork/v20240401/get_slice.py +188 -0
  478. pulumi_azure_native/mobilenetwork/v20240401/list_mobile_network_sim_groups.py +92 -0
  479. pulumi_azure_native/mobilenetwork/v20240401/mobile_network.py +332 -0
  480. pulumi_azure_native/mobilenetwork/v20240401/outputs.py +2668 -0
  481. pulumi_azure_native/mobilenetwork/v20240401/packet_capture.py +363 -0
  482. pulumi_azure_native/mobilenetwork/v20240401/packet_core_control_plane.py +737 -0
  483. pulumi_azure_native/mobilenetwork/v20240401/packet_core_data_plane.py +313 -0
  484. pulumi_azure_native/mobilenetwork/v20240401/service.py +344 -0
  485. pulumi_azure_native/mobilenetwork/v20240401/sim.py +422 -0
  486. pulumi_azure_native/mobilenetwork/v20240401/sim_group.py +321 -0
  487. pulumi_azure_native/mobilenetwork/v20240401/sim_policy.py +417 -0
  488. pulumi_azure_native/mobilenetwork/v20240401/site.py +263 -0
  489. pulumi_azure_native/mobilenetwork/v20240401/slice.py +313 -0
  490. pulumi_azure_native/monitor/_enums.py +9 -0
  491. pulumi_azure_native/monitor/azure_monitor_workspace.py +22 -2
  492. pulumi_azure_native/monitor/get_azure_monitor_workspace.py +1 -1
  493. pulumi_azure_native/monitor/v20230403/__init__.py +1 -0
  494. pulumi_azure_native/monitor/v20230403/_enums.py +17 -0
  495. pulumi_azure_native/monitor/v20230403/azure_monitor_workspace.py +22 -2
  496. pulumi_azure_native/monitor/v20230403/get_azure_monitor_workspace.py +1 -1
  497. pulumi_azure_native/monitor/v20230403/outputs.py +1 -0
  498. pulumi_azure_native/network/v20231101/flow_log.py +0 -29
  499. pulumi_azure_native/network/v20231101/get_flow_log.py +1 -14
  500. pulumi_azure_native/network/v20231101/outputs.py +0 -12
  501. pulumi_azure_native/recoveryservices/__init__.py +3 -0
  502. pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
  503. pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
  504. pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
  505. pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
  506. pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
  507. pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
  508. pulumi_azure_native/recoveryservices/get_vault.py +2 -2
  509. pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
  510. pulumi_azure_native/recoveryservices/protected_item.py +3 -3
  511. pulumi_azure_native/recoveryservices/protection_container.py +3 -3
  512. pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
  513. pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
  514. pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
  515. pulumi_azure_native/recoveryservices/v20200202/vault.py +1 -1
  516. pulumi_azure_native/recoveryservices/v20230401/private_endpoint_connection.py +1 -1
  517. pulumi_azure_native/recoveryservices/v20230401/protected_item.py +1 -1
  518. pulumi_azure_native/recoveryservices/v20230401/protection_container.py +1 -1
  519. pulumi_azure_native/recoveryservices/v20230401/protection_intent.py +1 -1
  520. pulumi_azure_native/recoveryservices/v20230401/protection_policy.py +1 -1
  521. pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py +1 -1
  522. pulumi_azure_native/recoveryservices/v20230401/vault.py +1 -1
  523. pulumi_azure_native/recoveryservices/v20230601/private_endpoint_connection.py +1 -1
  524. pulumi_azure_native/recoveryservices/v20230601/protected_item.py +1 -1
  525. pulumi_azure_native/recoveryservices/v20230601/protection_container.py +1 -1
  526. pulumi_azure_native/recoveryservices/v20230601/protection_intent.py +1 -1
  527. pulumi_azure_native/recoveryservices/v20230601/protection_policy.py +1 -1
  528. pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py +1 -1
  529. pulumi_azure_native/recoveryservices/v20230601/vault.py +1 -1
  530. pulumi_azure_native/recoveryservices/v20230801/private_endpoint_connection.py +1 -1
  531. pulumi_azure_native/recoveryservices/v20230801/protected_item.py +1 -1
  532. pulumi_azure_native/recoveryservices/v20230801/protection_container.py +1 -1
  533. pulumi_azure_native/recoveryservices/v20230801/protection_intent.py +1 -1
  534. pulumi_azure_native/recoveryservices/v20230801/protection_policy.py +1 -1
  535. pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py +1 -1
  536. pulumi_azure_native/recoveryservices/v20230801/vault.py +1 -1
  537. pulumi_azure_native/recoveryservices/v20240101/private_endpoint_connection.py +1 -1
  538. pulumi_azure_native/recoveryservices/v20240101/protected_item.py +1 -1
  539. pulumi_azure_native/recoveryservices/v20240101/protection_container.py +1 -1
  540. pulumi_azure_native/recoveryservices/v20240101/protection_intent.py +1 -1
  541. pulumi_azure_native/recoveryservices/v20240101/protection_policy.py +1 -1
  542. pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py +1 -1
  543. pulumi_azure_native/recoveryservices/v20240101/vault.py +1 -1
  544. pulumi_azure_native/recoveryservices/v20240201/private_endpoint_connection.py +1 -1
  545. pulumi_azure_native/recoveryservices/v20240201/protected_item.py +1 -1
  546. pulumi_azure_native/recoveryservices/v20240201/protection_container.py +1 -1
  547. pulumi_azure_native/recoveryservices/v20240201/protection_intent.py +1 -1
  548. pulumi_azure_native/recoveryservices/v20240201/protection_policy.py +1 -1
  549. pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py +1 -1
  550. pulumi_azure_native/recoveryservices/v20240201/vault.py +1 -1
  551. pulumi_azure_native/recoveryservices/v20240401/private_endpoint_connection.py +1 -1
  552. pulumi_azure_native/recoveryservices/v20240401/protected_item.py +1 -1
  553. pulumi_azure_native/recoveryservices/v20240401/protection_container.py +1 -1
  554. pulumi_azure_native/recoveryservices/v20240401/protection_intent.py +1 -1
  555. pulumi_azure_native/recoveryservices/v20240401/protection_policy.py +1 -1
  556. pulumi_azure_native/recoveryservices/v20240401/resource_guard_proxy.py +1 -1
  557. pulumi_azure_native/recoveryservices/v20240401/vault.py +1 -1
  558. pulumi_azure_native/recoveryservices/v20240430preview/__init__.py +24 -0
  559. pulumi_azure_native/recoveryservices/v20240430preview/_enums.py +470 -0
  560. pulumi_azure_native/recoveryservices/v20240430preview/_inputs.py +12162 -0
  561. pulumi_azure_native/recoveryservices/v20240430preview/get_private_endpoint_connection.py +162 -0
  562. pulumi_azure_native/recoveryservices/v20240430preview/get_protected_item.py +179 -0
  563. pulumi_azure_native/recoveryservices/v20240430preview/get_protection_container.py +167 -0
  564. pulumi_azure_native/recoveryservices/v20240430preview/get_protection_intent.py +169 -0
  565. pulumi_azure_native/recoveryservices/v20240430preview/get_protection_policy.py +164 -0
  566. pulumi_azure_native/recoveryservices/v20240430preview/get_resource_guard_proxy.py +157 -0
  567. pulumi_azure_native/recoveryservices/v20240430preview/get_vault.py +196 -0
  568. pulumi_azure_native/recoveryservices/v20240430preview/outputs.py +14409 -0
  569. pulumi_azure_native/recoveryservices/v20240430preview/private_endpoint_connection.py +293 -0
  570. pulumi_azure_native/recoveryservices/v20240430preview/protected_item.py +335 -0
  571. pulumi_azure_native/recoveryservices/v20240430preview/protection_container.py +314 -0
  572. pulumi_azure_native/recoveryservices/v20240430preview/protection_intent.py +314 -0
  573. pulumi_azure_native/recoveryservices/v20240430preview/protection_policy.py +293 -0
  574. pulumi_azure_native/recoveryservices/v20240430preview/resource_guard_proxy.py +285 -0
  575. pulumi_azure_native/recoveryservices/v20240430preview/vault.py +321 -0
  576. pulumi_azure_native/recoveryservices/vault.py +3 -3
  577. pulumi_azure_native/security/v20231201preview/_inputs.py +1 -1
  578. pulumi_azure_native/security/v20231201preview/outputs.py +2 -2
  579. pulumi_azure_native/storage/__init__.py +5 -0
  580. pulumi_azure_native/storage/_enums.py +17 -0
  581. pulumi_azure_native/storage/_inputs.py +315 -0
  582. pulumi_azure_native/storage/blob_container.py +3 -3
  583. pulumi_azure_native/storage/blob_container_immutability_policy.py +3 -3
  584. pulumi_azure_native/storage/blob_inventory_policy.py +3 -3
  585. pulumi_azure_native/storage/blob_service_properties.py +3 -3
  586. pulumi_azure_native/storage/encryption_scope.py +3 -3
  587. pulumi_azure_native/storage/file_service_properties.py +3 -3
  588. pulumi_azure_native/storage/file_share.py +3 -3
  589. pulumi_azure_native/storage/get_blob_container.py +2 -2
  590. pulumi_azure_native/storage/get_blob_container_immutability_policy.py +2 -2
  591. pulumi_azure_native/storage/get_blob_inventory_policy.py +2 -2
  592. pulumi_azure_native/storage/get_blob_service_properties.py +2 -2
  593. pulumi_azure_native/storage/get_encryption_scope.py +2 -2
  594. pulumi_azure_native/storage/get_file_service_properties.py +2 -2
  595. pulumi_azure_native/storage/get_file_share.py +2 -2
  596. pulumi_azure_native/storage/get_local_user.py +2 -2
  597. pulumi_azure_native/storage/get_management_policy.py +2 -2
  598. pulumi_azure_native/storage/get_object_replication_policy.py +2 -2
  599. pulumi_azure_native/storage/get_private_endpoint_connection.py +2 -2
  600. pulumi_azure_native/storage/get_queue.py +2 -2
  601. pulumi_azure_native/storage/get_queue_service_properties.py +2 -2
  602. pulumi_azure_native/storage/get_storage_account.py +2 -2
  603. pulumi_azure_native/storage/get_storage_task_assignment.py +138 -0
  604. pulumi_azure_native/storage/get_table.py +2 -2
  605. pulumi_azure_native/storage/get_table_service_properties.py +2 -2
  606. pulumi_azure_native/storage/list_local_user_keys.py +2 -2
  607. pulumi_azure_native/storage/list_storage_account_keys.py +2 -2
  608. pulumi_azure_native/storage/list_storage_account_sas.py +2 -2
  609. pulumi_azure_native/storage/list_storage_account_service_sas.py +2 -2
  610. pulumi_azure_native/storage/local_user.py +3 -3
  611. pulumi_azure_native/storage/management_policy.py +3 -3
  612. pulumi_azure_native/storage/object_replication_policy.py +3 -3
  613. pulumi_azure_native/storage/outputs.py +560 -0
  614. pulumi_azure_native/storage/private_endpoint_connection.py +3 -3
  615. pulumi_azure_native/storage/queue.py +3 -3
  616. pulumi_azure_native/storage/queue_service_properties.py +3 -3
  617. pulumi_azure_native/storage/storage_account.py +3 -3
  618. pulumi_azure_native/storage/storage_task_assignment.py +218 -0
  619. pulumi_azure_native/storage/table.py +3 -3
  620. pulumi_azure_native/storage/table_service_properties.py +3 -3
  621. pulumi_azure_native/storage/v20220901/blob_container.py +1 -1
  622. pulumi_azure_native/storage/v20220901/blob_container_immutability_policy.py +1 -1
  623. pulumi_azure_native/storage/v20220901/blob_inventory_policy.py +1 -1
  624. pulumi_azure_native/storage/v20220901/blob_service_properties.py +1 -1
  625. pulumi_azure_native/storage/v20220901/encryption_scope.py +1 -1
  626. pulumi_azure_native/storage/v20220901/file_service_properties.py +1 -1
  627. pulumi_azure_native/storage/v20220901/file_share.py +1 -1
  628. pulumi_azure_native/storage/v20220901/local_user.py +1 -1
  629. pulumi_azure_native/storage/v20220901/management_policy.py +1 -1
  630. pulumi_azure_native/storage/v20220901/object_replication_policy.py +1 -1
  631. pulumi_azure_native/storage/v20220901/private_endpoint_connection.py +1 -1
  632. pulumi_azure_native/storage/v20220901/queue.py +1 -1
  633. pulumi_azure_native/storage/v20220901/queue_service_properties.py +1 -1
  634. pulumi_azure_native/storage/v20220901/storage_account.py +1 -1
  635. pulumi_azure_native/storage/v20220901/table.py +1 -1
  636. pulumi_azure_native/storage/v20220901/table_service_properties.py +1 -1
  637. pulumi_azure_native/storage/v20230101/blob_container.py +1 -1
  638. pulumi_azure_native/storage/v20230101/blob_container_immutability_policy.py +1 -1
  639. pulumi_azure_native/storage/v20230101/blob_inventory_policy.py +1 -1
  640. pulumi_azure_native/storage/v20230101/blob_service_properties.py +1 -1
  641. pulumi_azure_native/storage/v20230101/encryption_scope.py +1 -1
  642. pulumi_azure_native/storage/v20230101/file_service_properties.py +1 -1
  643. pulumi_azure_native/storage/v20230101/file_share.py +1 -1
  644. pulumi_azure_native/storage/v20230101/local_user.py +1 -1
  645. pulumi_azure_native/storage/v20230101/management_policy.py +1 -1
  646. pulumi_azure_native/storage/v20230101/object_replication_policy.py +1 -1
  647. pulumi_azure_native/storage/v20230101/private_endpoint_connection.py +1 -1
  648. pulumi_azure_native/storage/v20230101/queue.py +1 -1
  649. pulumi_azure_native/storage/v20230101/queue_service_properties.py +1 -1
  650. pulumi_azure_native/storage/v20230101/storage_account.py +1 -1
  651. pulumi_azure_native/storage/v20230101/table.py +1 -1
  652. pulumi_azure_native/storage/v20230101/table_service_properties.py +1 -1
  653. pulumi_azure_native/storage/v20230401/blob_container.py +1 -1
  654. pulumi_azure_native/storage/v20230401/blob_container_immutability_policy.py +1 -1
  655. pulumi_azure_native/storage/v20230401/blob_inventory_policy.py +1 -1
  656. pulumi_azure_native/storage/v20230401/blob_service_properties.py +1 -1
  657. pulumi_azure_native/storage/v20230401/encryption_scope.py +1 -1
  658. pulumi_azure_native/storage/v20230401/file_service_properties.py +1 -1
  659. pulumi_azure_native/storage/v20230401/file_share.py +1 -1
  660. pulumi_azure_native/storage/v20230401/local_user.py +1 -1
  661. pulumi_azure_native/storage/v20230401/management_policy.py +1 -1
  662. pulumi_azure_native/storage/v20230401/object_replication_policy.py +1 -1
  663. pulumi_azure_native/storage/v20230401/private_endpoint_connection.py +1 -1
  664. pulumi_azure_native/storage/v20230401/queue.py +1 -1
  665. pulumi_azure_native/storage/v20230401/queue_service_properties.py +1 -1
  666. pulumi_azure_native/storage/v20230401/storage_account.py +1 -1
  667. pulumi_azure_native/storage/v20230401/table.py +1 -1
  668. pulumi_azure_native/storage/v20230401/table_service_properties.py +1 -1
  669. pulumi_azure_native/storage/v20230501/__init__.py +48 -0
  670. pulumi_azure_native/storage/v20230501/_enums.py +434 -0
  671. pulumi_azure_native/storage/v20230501/_inputs.py +3435 -0
  672. pulumi_azure_native/storage/v20230501/blob_container.py +510 -0
  673. pulumi_azure_native/storage/v20230501/blob_container_immutability_policy.py +302 -0
  674. pulumi_azure_native/storage/v20230501/blob_inventory_policy.py +227 -0
  675. pulumi_azure_native/storage/v20230501/blob_service_properties.py +448 -0
  676. pulumi_azure_native/storage/v20230501/encryption_scope.py +313 -0
  677. pulumi_azure_native/storage/v20230501/file_service_properties.py +274 -0
  678. pulumi_azure_native/storage/v20230501/file_share.py +501 -0
  679. pulumi_azure_native/storage/v20230501/get_blob_container.py +370 -0
  680. pulumi_azure_native/storage/v20230501/get_blob_container_immutability_policy.py +179 -0
  681. pulumi_azure_native/storage/v20230501/get_blob_inventory_policy.py +149 -0
  682. pulumi_azure_native/storage/v20230501/get_blob_service_properties.py +240 -0
  683. pulumi_azure_native/storage/v20230501/get_encryption_scope.py +188 -0
  684. pulumi_azure_native/storage/v20230501/get_file_service_properties.py +162 -0
  685. pulumi_azure_native/storage/v20230501/get_file_share.py +362 -0
  686. pulumi_azure_native/storage/v20230501/get_local_user.py +279 -0
  687. pulumi_azure_native/storage/v20230501/get_management_policy.py +136 -0
  688. pulumi_azure_native/storage/v20230501/get_object_replication_policy.py +175 -0
  689. pulumi_azure_native/storage/v20230501/get_private_endpoint_connection.py +149 -0
  690. pulumi_azure_native/storage/v20230501/get_queue.py +132 -0
  691. pulumi_azure_native/storage/v20230501/get_queue_service_properties.py +123 -0
  692. pulumi_azure_native/storage/v20230501/get_storage_account.py +708 -0
  693. pulumi_azure_native/storage/v20230501/get_storage_task_assignment.py +136 -0
  694. pulumi_azure_native/storage/v20230501/get_table.py +136 -0
  695. pulumi_azure_native/storage/v20230501/get_table_service_properties.py +123 -0
  696. pulumi_azure_native/storage/v20230501/list_local_user_keys.py +97 -0
  697. pulumi_azure_native/storage/v20230501/list_storage_account_keys.py +84 -0
  698. pulumi_azure_native/storage/v20230501/list_storage_account_sas.py +119 -0
  699. pulumi_azure_native/storage/v20230501/list_storage_account_service_sas.py +169 -0
  700. pulumi_azure_native/storage/v20230501/local_user.py +496 -0
  701. pulumi_azure_native/storage/v20230501/management_policy.py +217 -0
  702. pulumi_azure_native/storage/v20230501/object_replication_policy.py +285 -0
  703. pulumi_azure_native/storage/v20230501/outputs.py +5640 -0
  704. pulumi_azure_native/storage/v20230501/private_endpoint_connection.py +227 -0
  705. pulumi_azure_native/storage/v20230501/queue.py +211 -0
  706. pulumi_azure_native/storage/v20230501/queue_service_properties.py +206 -0
  707. pulumi_azure_native/storage/v20230501/storage_account.py +1169 -0
  708. pulumi_azure_native/storage/v20230501/storage_task_assignment.py +216 -0
  709. pulumi_azure_native/storage/v20230501/table.py +214 -0
  710. pulumi_azure_native/storage/v20230501/table_service_properties.py +206 -0
  711. pulumi_azure_native/storageactions/_inputs.py +2 -2
  712. pulumi_azure_native/storageactions/get_storage_task.py +1 -1
  713. pulumi_azure_native/storageactions/outputs.py +2 -2
  714. pulumi_azure_native/storageactions/storage_task.py +18 -17
  715. pulumi_azure_native/storageactions/v20230101/_inputs.py +2 -2
  716. pulumi_azure_native/storageactions/v20230101/get_storage_task.py +1 -1
  717. pulumi_azure_native/storageactions/v20230101/outputs.py +2 -2
  718. pulumi_azure_native/storageactions/v20230101/storage_task.py +18 -17
  719. pulumi_azure_native/workloads/__init__.py +3 -0
  720. pulumi_azure_native/workloads/_enums.py +15 -0
  721. pulumi_azure_native/workloads/get_monitor.py +4 -0
  722. pulumi_azure_native/workloads/get_provider_instance.py +2 -2
  723. pulumi_azure_native/workloads/get_sap_landscape_monitor.py +2 -2
  724. pulumi_azure_native/workloads/monitor.py +5 -1
  725. pulumi_azure_native/workloads/provider_instance.py +3 -3
  726. pulumi_azure_native/workloads/sap_landscape_monitor.py +3 -3
  727. pulumi_azure_native/workloads/v20230401/monitor.py +1 -1
  728. pulumi_azure_native/workloads/v20230401/provider_instance.py +1 -1
  729. pulumi_azure_native/workloads/v20230401/sap_landscape_monitor.py +1 -1
  730. pulumi_azure_native/workloads/v20231001preview/monitor.py +1 -1
  731. pulumi_azure_native/workloads/v20231001preview/provider_instance.py +1 -1
  732. pulumi_azure_native/workloads/v20231001preview/sap_landscape_monitor.py +1 -1
  733. pulumi_azure_native/workloads/v20231201preview/__init__.py +16 -0
  734. pulumi_azure_native/workloads/v20231201preview/_enums.py +68 -0
  735. pulumi_azure_native/workloads/v20231201preview/_inputs.py +1216 -0
  736. pulumi_azure_native/workloads/v20231201preview/get_monitor.py +300 -0
  737. pulumi_azure_native/workloads/v20231201preview/get_provider_instance.py +175 -0
  738. pulumi_azure_native/workloads/v20231201preview/get_sap_landscape_monitor.py +157 -0
  739. pulumi_azure_native/workloads/v20231201preview/monitor.py +496 -0
  740. pulumi_azure_native/workloads/v20231201preview/outputs.py +1583 -0
  741. pulumi_azure_native/workloads/v20231201preview/provider_instance.py +246 -0
  742. pulumi_azure_native/workloads/v20231201preview/sap_landscape_monitor.py +234 -0
  743. {pulumi_azure_native-2.40.0a1714979708.dist-info → pulumi_azure_native-2.41.0.dist-info}/METADATA +1 -1
  744. {pulumi_azure_native-2.40.0a1714979708.dist-info → pulumi_azure_native-2.41.0.dist-info}/RECORD +746 -530
  745. {pulumi_azure_native-2.40.0a1714979708.dist-info → pulumi_azure_native-2.41.0.dist-info}/WHEEL +0 -0
  746. {pulumi_azure_native-2.40.0a1714979708.dist-info → pulumi_azure_native-2.41.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,3054 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+ from ._enums import *
13
+
14
+ __all__ = [
15
+ 'AgentConfigurationResponse',
16
+ 'AgentUpgradeResponse',
17
+ 'CloudMetadataResponse',
18
+ 'ConfigurationExtensionResponse',
19
+ 'ErrorAdditionalInfoResponse',
20
+ 'ErrorDetailResponse',
21
+ 'EsuKeyResponse',
22
+ 'ExtensionsResourceStatusResponse',
23
+ 'HybridComputePrivateLinkScopePropertiesResponse',
24
+ 'IdentityResponse',
25
+ 'IpAddressResponse',
26
+ 'LicenseDetailsResponse',
27
+ 'LicenseProfileMachineInstanceViewEsuPropertiesResponse',
28
+ 'LicenseProfileMachineInstanceViewResponse',
29
+ 'LicenseResponse',
30
+ 'LocationDataResponse',
31
+ 'MachineExtensionInstanceViewResponse',
32
+ 'MachineExtensionInstanceViewResponseStatus',
33
+ 'MachineExtensionPropertiesResponse',
34
+ 'MachineExtensionResponse',
35
+ 'MachineRunCommandInstanceViewResponse',
36
+ 'MachineRunCommandScriptSourceResponse',
37
+ 'NetworkInterfaceResponse',
38
+ 'NetworkProfileResponse',
39
+ 'OSProfileResponse',
40
+ 'OSProfileResponseLinuxConfiguration',
41
+ 'OSProfileResponseWindowsConfiguration',
42
+ 'PrivateEndpointConnectionDataModelResponse',
43
+ 'PrivateEndpointConnectionPropertiesResponse',
44
+ 'PrivateEndpointPropertyResponse',
45
+ 'PrivateLinkServiceConnectionStatePropertyResponse',
46
+ 'ProductFeatureResponse',
47
+ 'RunCommandInputParameterResponse',
48
+ 'RunCommandManagedIdentityResponse',
49
+ 'ServiceStatusResponse',
50
+ 'ServiceStatusesResponse',
51
+ 'SubnetResponse',
52
+ 'SystemDataResponse',
53
+ 'VolumeLicenseDetailsResponse',
54
+ ]
55
+
56
+ @pulumi.output_type
57
+ class AgentConfigurationResponse(dict):
58
+ """
59
+ Configurable properties that the user can set locally via the azcmagent config command, or remotely via ARM.
60
+ """
61
+ @staticmethod
62
+ def __key_warning(key: str):
63
+ suggest = None
64
+ if key == "configMode":
65
+ suggest = "config_mode"
66
+ elif key == "extensionsAllowList":
67
+ suggest = "extensions_allow_list"
68
+ elif key == "extensionsBlockList":
69
+ suggest = "extensions_block_list"
70
+ elif key == "extensionsEnabled":
71
+ suggest = "extensions_enabled"
72
+ elif key == "guestConfigurationEnabled":
73
+ suggest = "guest_configuration_enabled"
74
+ elif key == "incomingConnectionsPorts":
75
+ suggest = "incoming_connections_ports"
76
+ elif key == "proxyBypass":
77
+ suggest = "proxy_bypass"
78
+ elif key == "proxyUrl":
79
+ suggest = "proxy_url"
80
+
81
+ if suggest:
82
+ pulumi.log.warn(f"Key '{key}' not found in AgentConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
83
+
84
+ def __getitem__(self, key: str) -> Any:
85
+ AgentConfigurationResponse.__key_warning(key)
86
+ return super().__getitem__(key)
87
+
88
+ def get(self, key: str, default = None) -> Any:
89
+ AgentConfigurationResponse.__key_warning(key)
90
+ return super().get(key, default)
91
+
92
+ def __init__(__self__, *,
93
+ config_mode: str,
94
+ extensions_allow_list: Sequence['outputs.ConfigurationExtensionResponse'],
95
+ extensions_block_list: Sequence['outputs.ConfigurationExtensionResponse'],
96
+ extensions_enabled: str,
97
+ guest_configuration_enabled: str,
98
+ incoming_connections_ports: Sequence[str],
99
+ proxy_bypass: Sequence[str],
100
+ proxy_url: str):
101
+ """
102
+ Configurable properties that the user can set locally via the azcmagent config command, or remotely via ARM.
103
+ :param str config_mode: Name of configuration mode to use. Modes are pre-defined configurations of security controls, extension allowlists and guest configuration, maintained by Microsoft.
104
+ :param Sequence['ConfigurationExtensionResponse'] extensions_allow_list: Array of extensions that are allowed to be installed or updated.
105
+ :param Sequence['ConfigurationExtensionResponse'] extensions_block_list: Array of extensions that are blocked (cannot be installed or updated)
106
+ :param str extensions_enabled: Specifies whether the extension service is enabled or disabled.
107
+ :param str guest_configuration_enabled: Specified whether the guest configuration service is enabled or disabled.
108
+ :param Sequence[str] incoming_connections_ports: Specifies the list of ports that the agent will be able to listen on.
109
+ :param Sequence[str] proxy_bypass: List of service names which should not use the specified proxy server.
110
+ :param str proxy_url: Specifies the URL of the proxy to be used.
111
+ """
112
+ pulumi.set(__self__, "config_mode", config_mode)
113
+ pulumi.set(__self__, "extensions_allow_list", extensions_allow_list)
114
+ pulumi.set(__self__, "extensions_block_list", extensions_block_list)
115
+ pulumi.set(__self__, "extensions_enabled", extensions_enabled)
116
+ pulumi.set(__self__, "guest_configuration_enabled", guest_configuration_enabled)
117
+ pulumi.set(__self__, "incoming_connections_ports", incoming_connections_ports)
118
+ pulumi.set(__self__, "proxy_bypass", proxy_bypass)
119
+ pulumi.set(__self__, "proxy_url", proxy_url)
120
+
121
+ @property
122
+ @pulumi.getter(name="configMode")
123
+ def config_mode(self) -> str:
124
+ """
125
+ Name of configuration mode to use. Modes are pre-defined configurations of security controls, extension allowlists and guest configuration, maintained by Microsoft.
126
+ """
127
+ return pulumi.get(self, "config_mode")
128
+
129
+ @property
130
+ @pulumi.getter(name="extensionsAllowList")
131
+ def extensions_allow_list(self) -> Sequence['outputs.ConfigurationExtensionResponse']:
132
+ """
133
+ Array of extensions that are allowed to be installed or updated.
134
+ """
135
+ return pulumi.get(self, "extensions_allow_list")
136
+
137
+ @property
138
+ @pulumi.getter(name="extensionsBlockList")
139
+ def extensions_block_list(self) -> Sequence['outputs.ConfigurationExtensionResponse']:
140
+ """
141
+ Array of extensions that are blocked (cannot be installed or updated)
142
+ """
143
+ return pulumi.get(self, "extensions_block_list")
144
+
145
+ @property
146
+ @pulumi.getter(name="extensionsEnabled")
147
+ def extensions_enabled(self) -> str:
148
+ """
149
+ Specifies whether the extension service is enabled or disabled.
150
+ """
151
+ return pulumi.get(self, "extensions_enabled")
152
+
153
+ @property
154
+ @pulumi.getter(name="guestConfigurationEnabled")
155
+ def guest_configuration_enabled(self) -> str:
156
+ """
157
+ Specified whether the guest configuration service is enabled or disabled.
158
+ """
159
+ return pulumi.get(self, "guest_configuration_enabled")
160
+
161
+ @property
162
+ @pulumi.getter(name="incomingConnectionsPorts")
163
+ def incoming_connections_ports(self) -> Sequence[str]:
164
+ """
165
+ Specifies the list of ports that the agent will be able to listen on.
166
+ """
167
+ return pulumi.get(self, "incoming_connections_ports")
168
+
169
+ @property
170
+ @pulumi.getter(name="proxyBypass")
171
+ def proxy_bypass(self) -> Sequence[str]:
172
+ """
173
+ List of service names which should not use the specified proxy server.
174
+ """
175
+ return pulumi.get(self, "proxy_bypass")
176
+
177
+ @property
178
+ @pulumi.getter(name="proxyUrl")
179
+ def proxy_url(self) -> str:
180
+ """
181
+ Specifies the URL of the proxy to be used.
182
+ """
183
+ return pulumi.get(self, "proxy_url")
184
+
185
+
186
+ @pulumi.output_type
187
+ class AgentUpgradeResponse(dict):
188
+ """
189
+ The info w.r.t Agent Upgrade.
190
+ """
191
+ @staticmethod
192
+ def __key_warning(key: str):
193
+ suggest = None
194
+ if key == "lastAttemptDesiredVersion":
195
+ suggest = "last_attempt_desired_version"
196
+ elif key == "lastAttemptMessage":
197
+ suggest = "last_attempt_message"
198
+ elif key == "lastAttemptStatus":
199
+ suggest = "last_attempt_status"
200
+ elif key == "lastAttemptTimestamp":
201
+ suggest = "last_attempt_timestamp"
202
+ elif key == "correlationId":
203
+ suggest = "correlation_id"
204
+ elif key == "desiredVersion":
205
+ suggest = "desired_version"
206
+ elif key == "enableAutomaticUpgrade":
207
+ suggest = "enable_automatic_upgrade"
208
+
209
+ if suggest:
210
+ pulumi.log.warn(f"Key '{key}' not found in AgentUpgradeResponse. Access the value via the '{suggest}' property getter instead.")
211
+
212
+ def __getitem__(self, key: str) -> Any:
213
+ AgentUpgradeResponse.__key_warning(key)
214
+ return super().__getitem__(key)
215
+
216
+ def get(self, key: str, default = None) -> Any:
217
+ AgentUpgradeResponse.__key_warning(key)
218
+ return super().get(key, default)
219
+
220
+ def __init__(__self__, *,
221
+ last_attempt_desired_version: str,
222
+ last_attempt_message: str,
223
+ last_attempt_status: str,
224
+ last_attempt_timestamp: str,
225
+ correlation_id: Optional[str] = None,
226
+ desired_version: Optional[str] = None,
227
+ enable_automatic_upgrade: Optional[bool] = None):
228
+ """
229
+ The info w.r.t Agent Upgrade.
230
+ :param str last_attempt_desired_version: Specifies the version of the last attempt
231
+ :param str last_attempt_message: Failure message of last upgrade attempt if any.
232
+ :param str last_attempt_status: Specifies the status of Agent Upgrade.
233
+ :param str last_attempt_timestamp: Timestamp of last upgrade attempt
234
+ :param str correlation_id: The correlation ID passed in from RSM per upgrade.
235
+ :param str desired_version: Specifies the version info w.r.t AgentUpgrade for the machine.
236
+ :param bool enable_automatic_upgrade: Specifies if RSM should try to upgrade this machine
237
+ """
238
+ pulumi.set(__self__, "last_attempt_desired_version", last_attempt_desired_version)
239
+ pulumi.set(__self__, "last_attempt_message", last_attempt_message)
240
+ pulumi.set(__self__, "last_attempt_status", last_attempt_status)
241
+ pulumi.set(__self__, "last_attempt_timestamp", last_attempt_timestamp)
242
+ if correlation_id is not None:
243
+ pulumi.set(__self__, "correlation_id", correlation_id)
244
+ if desired_version is not None:
245
+ pulumi.set(__self__, "desired_version", desired_version)
246
+ if enable_automatic_upgrade is not None:
247
+ pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
248
+
249
+ @property
250
+ @pulumi.getter(name="lastAttemptDesiredVersion")
251
+ def last_attempt_desired_version(self) -> str:
252
+ """
253
+ Specifies the version of the last attempt
254
+ """
255
+ return pulumi.get(self, "last_attempt_desired_version")
256
+
257
+ @property
258
+ @pulumi.getter(name="lastAttemptMessage")
259
+ def last_attempt_message(self) -> str:
260
+ """
261
+ Failure message of last upgrade attempt if any.
262
+ """
263
+ return pulumi.get(self, "last_attempt_message")
264
+
265
+ @property
266
+ @pulumi.getter(name="lastAttemptStatus")
267
+ def last_attempt_status(self) -> str:
268
+ """
269
+ Specifies the status of Agent Upgrade.
270
+ """
271
+ return pulumi.get(self, "last_attempt_status")
272
+
273
+ @property
274
+ @pulumi.getter(name="lastAttemptTimestamp")
275
+ def last_attempt_timestamp(self) -> str:
276
+ """
277
+ Timestamp of last upgrade attempt
278
+ """
279
+ return pulumi.get(self, "last_attempt_timestamp")
280
+
281
+ @property
282
+ @pulumi.getter(name="correlationId")
283
+ def correlation_id(self) -> Optional[str]:
284
+ """
285
+ The correlation ID passed in from RSM per upgrade.
286
+ """
287
+ return pulumi.get(self, "correlation_id")
288
+
289
+ @property
290
+ @pulumi.getter(name="desiredVersion")
291
+ def desired_version(self) -> Optional[str]:
292
+ """
293
+ Specifies the version info w.r.t AgentUpgrade for the machine.
294
+ """
295
+ return pulumi.get(self, "desired_version")
296
+
297
+ @property
298
+ @pulumi.getter(name="enableAutomaticUpgrade")
299
+ def enable_automatic_upgrade(self) -> Optional[bool]:
300
+ """
301
+ Specifies if RSM should try to upgrade this machine
302
+ """
303
+ return pulumi.get(self, "enable_automatic_upgrade")
304
+
305
+
306
+ @pulumi.output_type
307
+ class CloudMetadataResponse(dict):
308
+ """
309
+ The metadata of the cloud environment (Azure/GCP/AWS/OCI...).
310
+ """
311
+ def __init__(__self__, *,
312
+ provider: str):
313
+ """
314
+ The metadata of the cloud environment (Azure/GCP/AWS/OCI...).
315
+ :param str provider: Specifies the cloud provider (Azure/AWS/GCP...).
316
+ """
317
+ pulumi.set(__self__, "provider", provider)
318
+
319
+ @property
320
+ @pulumi.getter
321
+ def provider(self) -> str:
322
+ """
323
+ Specifies the cloud provider (Azure/AWS/GCP...).
324
+ """
325
+ return pulumi.get(self, "provider")
326
+
327
+
328
+ @pulumi.output_type
329
+ class ConfigurationExtensionResponse(dict):
330
+ """
331
+ Describes properties that can identify extensions.
332
+ """
333
+ def __init__(__self__, *,
334
+ publisher: str,
335
+ type: str):
336
+ """
337
+ Describes properties that can identify extensions.
338
+ :param str publisher: Publisher of the extension.
339
+ :param str type: Type of the extension.
340
+ """
341
+ pulumi.set(__self__, "publisher", publisher)
342
+ pulumi.set(__self__, "type", type)
343
+
344
+ @property
345
+ @pulumi.getter
346
+ def publisher(self) -> str:
347
+ """
348
+ Publisher of the extension.
349
+ """
350
+ return pulumi.get(self, "publisher")
351
+
352
+ @property
353
+ @pulumi.getter
354
+ def type(self) -> str:
355
+ """
356
+ Type of the extension.
357
+ """
358
+ return pulumi.get(self, "type")
359
+
360
+
361
+ @pulumi.output_type
362
+ class ErrorAdditionalInfoResponse(dict):
363
+ """
364
+ The resource management error additional info.
365
+ """
366
+ def __init__(__self__, *,
367
+ info: Any,
368
+ type: str):
369
+ """
370
+ The resource management error additional info.
371
+ :param Any info: The additional info.
372
+ :param str type: The additional info type.
373
+ """
374
+ pulumi.set(__self__, "info", info)
375
+ pulumi.set(__self__, "type", type)
376
+
377
+ @property
378
+ @pulumi.getter
379
+ def info(self) -> Any:
380
+ """
381
+ The additional info.
382
+ """
383
+ return pulumi.get(self, "info")
384
+
385
+ @property
386
+ @pulumi.getter
387
+ def type(self) -> str:
388
+ """
389
+ The additional info type.
390
+ """
391
+ return pulumi.get(self, "type")
392
+
393
+
394
+ @pulumi.output_type
395
+ class ErrorDetailResponse(dict):
396
+ """
397
+ The error detail.
398
+ """
399
+ @staticmethod
400
+ def __key_warning(key: str):
401
+ suggest = None
402
+ if key == "additionalInfo":
403
+ suggest = "additional_info"
404
+
405
+ if suggest:
406
+ pulumi.log.warn(f"Key '{key}' not found in ErrorDetailResponse. Access the value via the '{suggest}' property getter instead.")
407
+
408
+ def __getitem__(self, key: str) -> Any:
409
+ ErrorDetailResponse.__key_warning(key)
410
+ return super().__getitem__(key)
411
+
412
+ def get(self, key: str, default = None) -> Any:
413
+ ErrorDetailResponse.__key_warning(key)
414
+ return super().get(key, default)
415
+
416
+ def __init__(__self__, *,
417
+ additional_info: Sequence['outputs.ErrorAdditionalInfoResponse'],
418
+ code: str,
419
+ details: Sequence['outputs.ErrorDetailResponse'],
420
+ message: str,
421
+ target: str):
422
+ """
423
+ The error detail.
424
+ :param Sequence['ErrorAdditionalInfoResponse'] additional_info: The error additional info.
425
+ :param str code: The error code.
426
+ :param Sequence['ErrorDetailResponse'] details: The error details.
427
+ :param str message: The error message.
428
+ :param str target: The error target.
429
+ """
430
+ pulumi.set(__self__, "additional_info", additional_info)
431
+ pulumi.set(__self__, "code", code)
432
+ pulumi.set(__self__, "details", details)
433
+ pulumi.set(__self__, "message", message)
434
+ pulumi.set(__self__, "target", target)
435
+
436
+ @property
437
+ @pulumi.getter(name="additionalInfo")
438
+ def additional_info(self) -> Sequence['outputs.ErrorAdditionalInfoResponse']:
439
+ """
440
+ The error additional info.
441
+ """
442
+ return pulumi.get(self, "additional_info")
443
+
444
+ @property
445
+ @pulumi.getter
446
+ def code(self) -> str:
447
+ """
448
+ The error code.
449
+ """
450
+ return pulumi.get(self, "code")
451
+
452
+ @property
453
+ @pulumi.getter
454
+ def details(self) -> Sequence['outputs.ErrorDetailResponse']:
455
+ """
456
+ The error details.
457
+ """
458
+ return pulumi.get(self, "details")
459
+
460
+ @property
461
+ @pulumi.getter
462
+ def message(self) -> str:
463
+ """
464
+ The error message.
465
+ """
466
+ return pulumi.get(self, "message")
467
+
468
+ @property
469
+ @pulumi.getter
470
+ def target(self) -> str:
471
+ """
472
+ The error target.
473
+ """
474
+ return pulumi.get(self, "target")
475
+
476
+
477
+ @pulumi.output_type
478
+ class EsuKeyResponse(dict):
479
+ """
480
+ ESU key
481
+ """
482
+ @staticmethod
483
+ def __key_warning(key: str):
484
+ suggest = None
485
+ if key == "licenseStatus":
486
+ suggest = "license_status"
487
+
488
+ if suggest:
489
+ pulumi.log.warn(f"Key '{key}' not found in EsuKeyResponse. Access the value via the '{suggest}' property getter instead.")
490
+
491
+ def __getitem__(self, key: str) -> Any:
492
+ EsuKeyResponse.__key_warning(key)
493
+ return super().__getitem__(key)
494
+
495
+ def get(self, key: str, default = None) -> Any:
496
+ EsuKeyResponse.__key_warning(key)
497
+ return super().get(key, default)
498
+
499
+ def __init__(__self__, *,
500
+ license_status: Optional[int] = None,
501
+ sku: Optional[str] = None):
502
+ """
503
+ ESU key
504
+ :param int license_status: The current status of the license profile key. Represented by the same integer value that is presented on the machine itself when querying the license key status.
505
+ :param str sku: SKU number.
506
+ """
507
+ if license_status is not None:
508
+ pulumi.set(__self__, "license_status", license_status)
509
+ if sku is not None:
510
+ pulumi.set(__self__, "sku", sku)
511
+
512
+ @property
513
+ @pulumi.getter(name="licenseStatus")
514
+ def license_status(self) -> Optional[int]:
515
+ """
516
+ The current status of the license profile key. Represented by the same integer value that is presented on the machine itself when querying the license key status.
517
+ """
518
+ return pulumi.get(self, "license_status")
519
+
520
+ @property
521
+ @pulumi.getter
522
+ def sku(self) -> Optional[str]:
523
+ """
524
+ SKU number.
525
+ """
526
+ return pulumi.get(self, "sku")
527
+
528
+
529
+ @pulumi.output_type
530
+ class ExtensionsResourceStatusResponse(dict):
531
+ """
532
+ Instance view status.
533
+ """
534
+ @staticmethod
535
+ def __key_warning(key: str):
536
+ suggest = None
537
+ if key == "displayStatus":
538
+ suggest = "display_status"
539
+
540
+ if suggest:
541
+ pulumi.log.warn(f"Key '{key}' not found in ExtensionsResourceStatusResponse. Access the value via the '{suggest}' property getter instead.")
542
+
543
+ def __getitem__(self, key: str) -> Any:
544
+ ExtensionsResourceStatusResponse.__key_warning(key)
545
+ return super().__getitem__(key)
546
+
547
+ def get(self, key: str, default = None) -> Any:
548
+ ExtensionsResourceStatusResponse.__key_warning(key)
549
+ return super().get(key, default)
550
+
551
+ def __init__(__self__, *,
552
+ code: Optional[str] = None,
553
+ display_status: Optional[str] = None,
554
+ level: Optional[str] = None,
555
+ message: Optional[str] = None,
556
+ time: Optional[str] = None):
557
+ """
558
+ Instance view status.
559
+ :param str code: The status code.
560
+ :param str display_status: The short localizable label for the status.
561
+ :param str level: The level code.
562
+ :param str message: The detailed status message, including for alerts and error messages.
563
+ :param str time: The time of the status.
564
+ """
565
+ if code is not None:
566
+ pulumi.set(__self__, "code", code)
567
+ if display_status is not None:
568
+ pulumi.set(__self__, "display_status", display_status)
569
+ if level is not None:
570
+ pulumi.set(__self__, "level", level)
571
+ if message is not None:
572
+ pulumi.set(__self__, "message", message)
573
+ if time is not None:
574
+ pulumi.set(__self__, "time", time)
575
+
576
+ @property
577
+ @pulumi.getter
578
+ def code(self) -> Optional[str]:
579
+ """
580
+ The status code.
581
+ """
582
+ return pulumi.get(self, "code")
583
+
584
+ @property
585
+ @pulumi.getter(name="displayStatus")
586
+ def display_status(self) -> Optional[str]:
587
+ """
588
+ The short localizable label for the status.
589
+ """
590
+ return pulumi.get(self, "display_status")
591
+
592
+ @property
593
+ @pulumi.getter
594
+ def level(self) -> Optional[str]:
595
+ """
596
+ The level code.
597
+ """
598
+ return pulumi.get(self, "level")
599
+
600
+ @property
601
+ @pulumi.getter
602
+ def message(self) -> Optional[str]:
603
+ """
604
+ The detailed status message, including for alerts and error messages.
605
+ """
606
+ return pulumi.get(self, "message")
607
+
608
+ @property
609
+ @pulumi.getter
610
+ def time(self) -> Optional[str]:
611
+ """
612
+ The time of the status.
613
+ """
614
+ return pulumi.get(self, "time")
615
+
616
+
617
+ @pulumi.output_type
618
+ class HybridComputePrivateLinkScopePropertiesResponse(dict):
619
+ """
620
+ Properties that define a Azure Arc PrivateLinkScope resource.
621
+ """
622
+ @staticmethod
623
+ def __key_warning(key: str):
624
+ suggest = None
625
+ if key == "privateEndpointConnections":
626
+ suggest = "private_endpoint_connections"
627
+ elif key == "privateLinkScopeId":
628
+ suggest = "private_link_scope_id"
629
+ elif key == "provisioningState":
630
+ suggest = "provisioning_state"
631
+ elif key == "publicNetworkAccess":
632
+ suggest = "public_network_access"
633
+
634
+ if suggest:
635
+ pulumi.log.warn(f"Key '{key}' not found in HybridComputePrivateLinkScopePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
636
+
637
+ def __getitem__(self, key: str) -> Any:
638
+ HybridComputePrivateLinkScopePropertiesResponse.__key_warning(key)
639
+ return super().__getitem__(key)
640
+
641
+ def get(self, key: str, default = None) -> Any:
642
+ HybridComputePrivateLinkScopePropertiesResponse.__key_warning(key)
643
+ return super().get(key, default)
644
+
645
+ def __init__(__self__, *,
646
+ private_endpoint_connections: Sequence['outputs.PrivateEndpointConnectionDataModelResponse'],
647
+ private_link_scope_id: str,
648
+ provisioning_state: str,
649
+ public_network_access: Optional[str] = None):
650
+ """
651
+ Properties that define a Azure Arc PrivateLinkScope resource.
652
+ :param Sequence['PrivateEndpointConnectionDataModelResponse'] private_endpoint_connections: The collection of associated Private Endpoint Connections.
653
+ :param str private_link_scope_id: The Guid id of the private link scope.
654
+ :param str provisioning_state: Current state of this PrivateLinkScope: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Provisioning ,Succeeded, Canceled and Failed.
655
+ :param str public_network_access: Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints.
656
+ """
657
+ pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
658
+ pulumi.set(__self__, "private_link_scope_id", private_link_scope_id)
659
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
660
+ if public_network_access is not None:
661
+ pulumi.set(__self__, "public_network_access", public_network_access)
662
+
663
+ @property
664
+ @pulumi.getter(name="privateEndpointConnections")
665
+ def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionDataModelResponse']:
666
+ """
667
+ The collection of associated Private Endpoint Connections.
668
+ """
669
+ return pulumi.get(self, "private_endpoint_connections")
670
+
671
+ @property
672
+ @pulumi.getter(name="privateLinkScopeId")
673
+ def private_link_scope_id(self) -> str:
674
+ """
675
+ The Guid id of the private link scope.
676
+ """
677
+ return pulumi.get(self, "private_link_scope_id")
678
+
679
+ @property
680
+ @pulumi.getter(name="provisioningState")
681
+ def provisioning_state(self) -> str:
682
+ """
683
+ Current state of this PrivateLinkScope: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Provisioning ,Succeeded, Canceled and Failed.
684
+ """
685
+ return pulumi.get(self, "provisioning_state")
686
+
687
+ @property
688
+ @pulumi.getter(name="publicNetworkAccess")
689
+ def public_network_access(self) -> Optional[str]:
690
+ """
691
+ Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints.
692
+ """
693
+ return pulumi.get(self, "public_network_access")
694
+
695
+
696
+ @pulumi.output_type
697
+ class IdentityResponse(dict):
698
+ """
699
+ Identity for the resource.
700
+ """
701
+ @staticmethod
702
+ def __key_warning(key: str):
703
+ suggest = None
704
+ if key == "principalId":
705
+ suggest = "principal_id"
706
+ elif key == "tenantId":
707
+ suggest = "tenant_id"
708
+
709
+ if suggest:
710
+ pulumi.log.warn(f"Key '{key}' not found in IdentityResponse. Access the value via the '{suggest}' property getter instead.")
711
+
712
+ def __getitem__(self, key: str) -> Any:
713
+ IdentityResponse.__key_warning(key)
714
+ return super().__getitem__(key)
715
+
716
+ def get(self, key: str, default = None) -> Any:
717
+ IdentityResponse.__key_warning(key)
718
+ return super().get(key, default)
719
+
720
+ def __init__(__self__, *,
721
+ principal_id: str,
722
+ tenant_id: str,
723
+ type: Optional[str] = None):
724
+ """
725
+ Identity for the resource.
726
+ :param str principal_id: The principal ID of resource identity.
727
+ :param str tenant_id: The tenant ID of resource.
728
+ :param str type: The identity type.
729
+ """
730
+ pulumi.set(__self__, "principal_id", principal_id)
731
+ pulumi.set(__self__, "tenant_id", tenant_id)
732
+ if type is not None:
733
+ pulumi.set(__self__, "type", type)
734
+
735
+ @property
736
+ @pulumi.getter(name="principalId")
737
+ def principal_id(self) -> str:
738
+ """
739
+ The principal ID of resource identity.
740
+ """
741
+ return pulumi.get(self, "principal_id")
742
+
743
+ @property
744
+ @pulumi.getter(name="tenantId")
745
+ def tenant_id(self) -> str:
746
+ """
747
+ The tenant ID of resource.
748
+ """
749
+ return pulumi.get(self, "tenant_id")
750
+
751
+ @property
752
+ @pulumi.getter
753
+ def type(self) -> Optional[str]:
754
+ """
755
+ The identity type.
756
+ """
757
+ return pulumi.get(self, "type")
758
+
759
+
760
+ @pulumi.output_type
761
+ class IpAddressResponse(dict):
762
+ """
763
+ Describes properties of the IP address.
764
+ """
765
+ @staticmethod
766
+ def __key_warning(key: str):
767
+ suggest = None
768
+ if key == "ipAddressVersion":
769
+ suggest = "ip_address_version"
770
+
771
+ if suggest:
772
+ pulumi.log.warn(f"Key '{key}' not found in IpAddressResponse. Access the value via the '{suggest}' property getter instead.")
773
+
774
+ def __getitem__(self, key: str) -> Any:
775
+ IpAddressResponse.__key_warning(key)
776
+ return super().__getitem__(key)
777
+
778
+ def get(self, key: str, default = None) -> Any:
779
+ IpAddressResponse.__key_warning(key)
780
+ return super().get(key, default)
781
+
782
+ def __init__(__self__, *,
783
+ subnet: 'outputs.SubnetResponse',
784
+ address: Optional[str] = None,
785
+ ip_address_version: Optional[str] = None):
786
+ """
787
+ Describes properties of the IP address.
788
+ :param 'SubnetResponse' subnet: The subnet to which this IP address belongs.
789
+ :param str address: Represents the IP Address.
790
+ :param str ip_address_version: Represents the Ip Address Version.
791
+ """
792
+ pulumi.set(__self__, "subnet", subnet)
793
+ if address is not None:
794
+ pulumi.set(__self__, "address", address)
795
+ if ip_address_version is not None:
796
+ pulumi.set(__self__, "ip_address_version", ip_address_version)
797
+
798
+ @property
799
+ @pulumi.getter
800
+ def subnet(self) -> 'outputs.SubnetResponse':
801
+ """
802
+ The subnet to which this IP address belongs.
803
+ """
804
+ return pulumi.get(self, "subnet")
805
+
806
+ @property
807
+ @pulumi.getter
808
+ def address(self) -> Optional[str]:
809
+ """
810
+ Represents the IP Address.
811
+ """
812
+ return pulumi.get(self, "address")
813
+
814
+ @property
815
+ @pulumi.getter(name="ipAddressVersion")
816
+ def ip_address_version(self) -> Optional[str]:
817
+ """
818
+ Represents the Ip Address Version.
819
+ """
820
+ return pulumi.get(self, "ip_address_version")
821
+
822
+
823
+ @pulumi.output_type
824
+ class LicenseDetailsResponse(dict):
825
+ """
826
+ Describes the properties of a License.
827
+ """
828
+ @staticmethod
829
+ def __key_warning(key: str):
830
+ suggest = None
831
+ if key == "assignedLicenses":
832
+ suggest = "assigned_licenses"
833
+ elif key == "immutableId":
834
+ suggest = "immutable_id"
835
+ elif key == "volumeLicenseDetails":
836
+ suggest = "volume_license_details"
837
+
838
+ if suggest:
839
+ pulumi.log.warn(f"Key '{key}' not found in LicenseDetailsResponse. Access the value via the '{suggest}' property getter instead.")
840
+
841
+ def __getitem__(self, key: str) -> Any:
842
+ LicenseDetailsResponse.__key_warning(key)
843
+ return super().__getitem__(key)
844
+
845
+ def get(self, key: str, default = None) -> Any:
846
+ LicenseDetailsResponse.__key_warning(key)
847
+ return super().get(key, default)
848
+
849
+ def __init__(__self__, *,
850
+ assigned_licenses: int,
851
+ immutable_id: str,
852
+ edition: Optional[str] = None,
853
+ processors: Optional[int] = None,
854
+ state: Optional[str] = None,
855
+ target: Optional[str] = None,
856
+ type: Optional[str] = None,
857
+ volume_license_details: Optional[Sequence['outputs.VolumeLicenseDetailsResponse']] = None):
858
+ """
859
+ Describes the properties of a License.
860
+ :param int assigned_licenses: Describes the number of assigned licenses.
861
+ :param str immutable_id: Describes the immutable id.
862
+ :param str edition: Describes the edition of the license. The values are either Standard or Datacenter.
863
+ :param int processors: Describes the number of processors.
864
+ :param str state: Describes the state of the license.
865
+ :param str target: Describes the license target server.
866
+ :param str type: Describes the license core type (pCore or vCore).
867
+ :param Sequence['VolumeLicenseDetailsResponse'] volume_license_details: A list of volume license details.
868
+ """
869
+ pulumi.set(__self__, "assigned_licenses", assigned_licenses)
870
+ pulumi.set(__self__, "immutable_id", immutable_id)
871
+ if edition is not None:
872
+ pulumi.set(__self__, "edition", edition)
873
+ if processors is not None:
874
+ pulumi.set(__self__, "processors", processors)
875
+ if state is not None:
876
+ pulumi.set(__self__, "state", state)
877
+ if target is not None:
878
+ pulumi.set(__self__, "target", target)
879
+ if type is not None:
880
+ pulumi.set(__self__, "type", type)
881
+ if volume_license_details is not None:
882
+ pulumi.set(__self__, "volume_license_details", volume_license_details)
883
+
884
+ @property
885
+ @pulumi.getter(name="assignedLicenses")
886
+ def assigned_licenses(self) -> int:
887
+ """
888
+ Describes the number of assigned licenses.
889
+ """
890
+ return pulumi.get(self, "assigned_licenses")
891
+
892
+ @property
893
+ @pulumi.getter(name="immutableId")
894
+ def immutable_id(self) -> str:
895
+ """
896
+ Describes the immutable id.
897
+ """
898
+ return pulumi.get(self, "immutable_id")
899
+
900
+ @property
901
+ @pulumi.getter
902
+ def edition(self) -> Optional[str]:
903
+ """
904
+ Describes the edition of the license. The values are either Standard or Datacenter.
905
+ """
906
+ return pulumi.get(self, "edition")
907
+
908
+ @property
909
+ @pulumi.getter
910
+ def processors(self) -> Optional[int]:
911
+ """
912
+ Describes the number of processors.
913
+ """
914
+ return pulumi.get(self, "processors")
915
+
916
+ @property
917
+ @pulumi.getter
918
+ def state(self) -> Optional[str]:
919
+ """
920
+ Describes the state of the license.
921
+ """
922
+ return pulumi.get(self, "state")
923
+
924
+ @property
925
+ @pulumi.getter
926
+ def target(self) -> Optional[str]:
927
+ """
928
+ Describes the license target server.
929
+ """
930
+ return pulumi.get(self, "target")
931
+
932
+ @property
933
+ @pulumi.getter
934
+ def type(self) -> Optional[str]:
935
+ """
936
+ Describes the license core type (pCore or vCore).
937
+ """
938
+ return pulumi.get(self, "type")
939
+
940
+ @property
941
+ @pulumi.getter(name="volumeLicenseDetails")
942
+ def volume_license_details(self) -> Optional[Sequence['outputs.VolumeLicenseDetailsResponse']]:
943
+ """
944
+ A list of volume license details.
945
+ """
946
+ return pulumi.get(self, "volume_license_details")
947
+
948
+
949
+ @pulumi.output_type
950
+ class LicenseProfileMachineInstanceViewEsuPropertiesResponse(dict):
951
+ """
952
+ Properties for the Machine ESU profile.
953
+ """
954
+ @staticmethod
955
+ def __key_warning(key: str):
956
+ suggest = None
957
+ if key == "assignedLicenseImmutableId":
958
+ suggest = "assigned_license_immutable_id"
959
+ elif key == "esuEligibility":
960
+ suggest = "esu_eligibility"
961
+ elif key == "esuKeyState":
962
+ suggest = "esu_key_state"
963
+ elif key == "esuKeys":
964
+ suggest = "esu_keys"
965
+ elif key == "serverType":
966
+ suggest = "server_type"
967
+ elif key == "assignedLicense":
968
+ suggest = "assigned_license"
969
+ elif key == "licenseAssignmentState":
970
+ suggest = "license_assignment_state"
971
+
972
+ if suggest:
973
+ pulumi.log.warn(f"Key '{key}' not found in LicenseProfileMachineInstanceViewEsuPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
974
+
975
+ def __getitem__(self, key: str) -> Any:
976
+ LicenseProfileMachineInstanceViewEsuPropertiesResponse.__key_warning(key)
977
+ return super().__getitem__(key)
978
+
979
+ def get(self, key: str, default = None) -> Any:
980
+ LicenseProfileMachineInstanceViewEsuPropertiesResponse.__key_warning(key)
981
+ return super().get(key, default)
982
+
983
+ def __init__(__self__, *,
984
+ assigned_license_immutable_id: str,
985
+ esu_eligibility: str,
986
+ esu_key_state: str,
987
+ esu_keys: Sequence['outputs.EsuKeyResponse'],
988
+ server_type: str,
989
+ assigned_license: Optional['outputs.LicenseResponse'] = None,
990
+ license_assignment_state: Optional[str] = None):
991
+ """
992
+ Properties for the Machine ESU profile.
993
+ :param str assigned_license_immutable_id: The guid id of the license.
994
+ :param str esu_eligibility: Indicates the eligibility state of Esu.
995
+ :param str esu_key_state: Indicates whether there is an ESU Key currently active for the machine.
996
+ :param Sequence['EsuKeyResponse'] esu_keys: The list of ESU keys.
997
+ :param str server_type: The type of the Esu servers.
998
+ :param 'LicenseResponse' assigned_license: The assigned license resource.
999
+ :param str license_assignment_state: Describes the license assignment state (Assigned or NotAssigned).
1000
+ """
1001
+ pulumi.set(__self__, "assigned_license_immutable_id", assigned_license_immutable_id)
1002
+ pulumi.set(__self__, "esu_eligibility", esu_eligibility)
1003
+ pulumi.set(__self__, "esu_key_state", esu_key_state)
1004
+ pulumi.set(__self__, "esu_keys", esu_keys)
1005
+ pulumi.set(__self__, "server_type", server_type)
1006
+ if assigned_license is not None:
1007
+ pulumi.set(__self__, "assigned_license", assigned_license)
1008
+ if license_assignment_state is not None:
1009
+ pulumi.set(__self__, "license_assignment_state", license_assignment_state)
1010
+
1011
+ @property
1012
+ @pulumi.getter(name="assignedLicenseImmutableId")
1013
+ def assigned_license_immutable_id(self) -> str:
1014
+ """
1015
+ The guid id of the license.
1016
+ """
1017
+ return pulumi.get(self, "assigned_license_immutable_id")
1018
+
1019
+ @property
1020
+ @pulumi.getter(name="esuEligibility")
1021
+ def esu_eligibility(self) -> str:
1022
+ """
1023
+ Indicates the eligibility state of Esu.
1024
+ """
1025
+ return pulumi.get(self, "esu_eligibility")
1026
+
1027
+ @property
1028
+ @pulumi.getter(name="esuKeyState")
1029
+ def esu_key_state(self) -> str:
1030
+ """
1031
+ Indicates whether there is an ESU Key currently active for the machine.
1032
+ """
1033
+ return pulumi.get(self, "esu_key_state")
1034
+
1035
+ @property
1036
+ @pulumi.getter(name="esuKeys")
1037
+ def esu_keys(self) -> Sequence['outputs.EsuKeyResponse']:
1038
+ """
1039
+ The list of ESU keys.
1040
+ """
1041
+ return pulumi.get(self, "esu_keys")
1042
+
1043
+ @property
1044
+ @pulumi.getter(name="serverType")
1045
+ def server_type(self) -> str:
1046
+ """
1047
+ The type of the Esu servers.
1048
+ """
1049
+ return pulumi.get(self, "server_type")
1050
+
1051
+ @property
1052
+ @pulumi.getter(name="assignedLicense")
1053
+ def assigned_license(self) -> Optional['outputs.LicenseResponse']:
1054
+ """
1055
+ The assigned license resource.
1056
+ """
1057
+ return pulumi.get(self, "assigned_license")
1058
+
1059
+ @property
1060
+ @pulumi.getter(name="licenseAssignmentState")
1061
+ def license_assignment_state(self) -> Optional[str]:
1062
+ """
1063
+ Describes the license assignment state (Assigned or NotAssigned).
1064
+ """
1065
+ return pulumi.get(self, "license_assignment_state")
1066
+
1067
+
1068
+ @pulumi.output_type
1069
+ class LicenseProfileMachineInstanceViewResponse(dict):
1070
+ """
1071
+ License Profile Instance View in Machine Properties.
1072
+ """
1073
+ @staticmethod
1074
+ def __key_warning(key: str):
1075
+ suggest = None
1076
+ if key == "billingStartDate":
1077
+ suggest = "billing_start_date"
1078
+ elif key == "disenrollmentDate":
1079
+ suggest = "disenrollment_date"
1080
+ elif key == "enrollmentDate":
1081
+ suggest = "enrollment_date"
1082
+ elif key == "licenseChannel":
1083
+ suggest = "license_channel"
1084
+ elif key == "licenseStatus":
1085
+ suggest = "license_status"
1086
+ elif key == "esuProfile":
1087
+ suggest = "esu_profile"
1088
+ elif key == "productFeatures":
1089
+ suggest = "product_features"
1090
+ elif key == "productType":
1091
+ suggest = "product_type"
1092
+ elif key == "softwareAssuranceCustomer":
1093
+ suggest = "software_assurance_customer"
1094
+ elif key == "subscriptionStatus":
1095
+ suggest = "subscription_status"
1096
+
1097
+ if suggest:
1098
+ pulumi.log.warn(f"Key '{key}' not found in LicenseProfileMachineInstanceViewResponse. Access the value via the '{suggest}' property getter instead.")
1099
+
1100
+ def __getitem__(self, key: str) -> Any:
1101
+ LicenseProfileMachineInstanceViewResponse.__key_warning(key)
1102
+ return super().__getitem__(key)
1103
+
1104
+ def get(self, key: str, default = None) -> Any:
1105
+ LicenseProfileMachineInstanceViewResponse.__key_warning(key)
1106
+ return super().get(key, default)
1107
+
1108
+ def __init__(__self__, *,
1109
+ billing_start_date: str,
1110
+ disenrollment_date: str,
1111
+ enrollment_date: str,
1112
+ license_channel: str,
1113
+ license_status: str,
1114
+ esu_profile: Optional['outputs.LicenseProfileMachineInstanceViewEsuPropertiesResponse'] = None,
1115
+ product_features: Optional[Sequence['outputs.ProductFeatureResponse']] = None,
1116
+ product_type: Optional[str] = None,
1117
+ software_assurance_customer: Optional[bool] = None,
1118
+ subscription_status: Optional[str] = None):
1119
+ """
1120
+ License Profile Instance View in Machine Properties.
1121
+ :param str billing_start_date: The timestamp in UTC when the billing starts.
1122
+ :param str disenrollment_date: The timestamp in UTC when the user disenrolled the feature.
1123
+ :param str enrollment_date: The timestamp in UTC when the user enrolls the feature.
1124
+ :param str license_channel: Indicates the license channel.
1125
+ :param str license_status: Indicates the license status of the OS.
1126
+ :param 'LicenseProfileMachineInstanceViewEsuPropertiesResponse' esu_profile: Properties for the Machine ESU profile.
1127
+ :param Sequence['ProductFeatureResponse'] product_features: The list of product features.
1128
+ :param str product_type: Indicates the product type of the license.
1129
+ :param bool software_assurance_customer: Specifies if this machine is licensed as part of a Software Assurance agreement.
1130
+ :param str subscription_status: Indicates the subscription status of the product.
1131
+ """
1132
+ pulumi.set(__self__, "billing_start_date", billing_start_date)
1133
+ pulumi.set(__self__, "disenrollment_date", disenrollment_date)
1134
+ pulumi.set(__self__, "enrollment_date", enrollment_date)
1135
+ pulumi.set(__self__, "license_channel", license_channel)
1136
+ pulumi.set(__self__, "license_status", license_status)
1137
+ if esu_profile is not None:
1138
+ pulumi.set(__self__, "esu_profile", esu_profile)
1139
+ if product_features is not None:
1140
+ pulumi.set(__self__, "product_features", product_features)
1141
+ if product_type is not None:
1142
+ pulumi.set(__self__, "product_type", product_type)
1143
+ if software_assurance_customer is not None:
1144
+ pulumi.set(__self__, "software_assurance_customer", software_assurance_customer)
1145
+ if subscription_status is not None:
1146
+ pulumi.set(__self__, "subscription_status", subscription_status)
1147
+
1148
+ @property
1149
+ @pulumi.getter(name="billingStartDate")
1150
+ def billing_start_date(self) -> str:
1151
+ """
1152
+ The timestamp in UTC when the billing starts.
1153
+ """
1154
+ return pulumi.get(self, "billing_start_date")
1155
+
1156
+ @property
1157
+ @pulumi.getter(name="disenrollmentDate")
1158
+ def disenrollment_date(self) -> str:
1159
+ """
1160
+ The timestamp in UTC when the user disenrolled the feature.
1161
+ """
1162
+ return pulumi.get(self, "disenrollment_date")
1163
+
1164
+ @property
1165
+ @pulumi.getter(name="enrollmentDate")
1166
+ def enrollment_date(self) -> str:
1167
+ """
1168
+ The timestamp in UTC when the user enrolls the feature.
1169
+ """
1170
+ return pulumi.get(self, "enrollment_date")
1171
+
1172
+ @property
1173
+ @pulumi.getter(name="licenseChannel")
1174
+ def license_channel(self) -> str:
1175
+ """
1176
+ Indicates the license channel.
1177
+ """
1178
+ return pulumi.get(self, "license_channel")
1179
+
1180
+ @property
1181
+ @pulumi.getter(name="licenseStatus")
1182
+ def license_status(self) -> str:
1183
+ """
1184
+ Indicates the license status of the OS.
1185
+ """
1186
+ return pulumi.get(self, "license_status")
1187
+
1188
+ @property
1189
+ @pulumi.getter(name="esuProfile")
1190
+ def esu_profile(self) -> Optional['outputs.LicenseProfileMachineInstanceViewEsuPropertiesResponse']:
1191
+ """
1192
+ Properties for the Machine ESU profile.
1193
+ """
1194
+ return pulumi.get(self, "esu_profile")
1195
+
1196
+ @property
1197
+ @pulumi.getter(name="productFeatures")
1198
+ def product_features(self) -> Optional[Sequence['outputs.ProductFeatureResponse']]:
1199
+ """
1200
+ The list of product features.
1201
+ """
1202
+ return pulumi.get(self, "product_features")
1203
+
1204
+ @property
1205
+ @pulumi.getter(name="productType")
1206
+ def product_type(self) -> Optional[str]:
1207
+ """
1208
+ Indicates the product type of the license.
1209
+ """
1210
+ return pulumi.get(self, "product_type")
1211
+
1212
+ @property
1213
+ @pulumi.getter(name="softwareAssuranceCustomer")
1214
+ def software_assurance_customer(self) -> Optional[bool]:
1215
+ """
1216
+ Specifies if this machine is licensed as part of a Software Assurance agreement.
1217
+ """
1218
+ return pulumi.get(self, "software_assurance_customer")
1219
+
1220
+ @property
1221
+ @pulumi.getter(name="subscriptionStatus")
1222
+ def subscription_status(self) -> Optional[str]:
1223
+ """
1224
+ Indicates the subscription status of the product.
1225
+ """
1226
+ return pulumi.get(self, "subscription_status")
1227
+
1228
+
1229
+ @pulumi.output_type
1230
+ class LicenseResponse(dict):
1231
+ """
1232
+ Describes a license in a hybrid machine.
1233
+ """
1234
+ @staticmethod
1235
+ def __key_warning(key: str):
1236
+ suggest = None
1237
+ if key == "provisioningState":
1238
+ suggest = "provisioning_state"
1239
+ elif key == "systemData":
1240
+ suggest = "system_data"
1241
+ elif key == "licenseDetails":
1242
+ suggest = "license_details"
1243
+ elif key == "licenseType":
1244
+ suggest = "license_type"
1245
+ elif key == "tenantId":
1246
+ suggest = "tenant_id"
1247
+
1248
+ if suggest:
1249
+ pulumi.log.warn(f"Key '{key}' not found in LicenseResponse. Access the value via the '{suggest}' property getter instead.")
1250
+
1251
+ def __getitem__(self, key: str) -> Any:
1252
+ LicenseResponse.__key_warning(key)
1253
+ return super().__getitem__(key)
1254
+
1255
+ def get(self, key: str, default = None) -> Any:
1256
+ LicenseResponse.__key_warning(key)
1257
+ return super().get(key, default)
1258
+
1259
+ def __init__(__self__, *,
1260
+ id: str,
1261
+ location: str,
1262
+ name: str,
1263
+ provisioning_state: str,
1264
+ system_data: 'outputs.SystemDataResponse',
1265
+ type: str,
1266
+ license_details: Optional['outputs.LicenseDetailsResponse'] = None,
1267
+ license_type: Optional[str] = None,
1268
+ tags: Optional[Mapping[str, str]] = None,
1269
+ tenant_id: Optional[str] = None):
1270
+ """
1271
+ Describes a license in a hybrid machine.
1272
+ :param str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
1273
+ :param str location: The geo-location where the resource lives
1274
+ :param str name: The name of the resource
1275
+ :param str provisioning_state: The provisioning state, which only appears in the response.
1276
+ :param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
1277
+ :param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
1278
+ :param 'LicenseDetailsResponse' license_details: Describes the properties of a License.
1279
+ :param str license_type: The type of the license resource.
1280
+ :param Mapping[str, str] tags: Resource tags.
1281
+ :param str tenant_id: Describes the tenant id.
1282
+ """
1283
+ pulumi.set(__self__, "id", id)
1284
+ pulumi.set(__self__, "location", location)
1285
+ pulumi.set(__self__, "name", name)
1286
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
1287
+ pulumi.set(__self__, "system_data", system_data)
1288
+ pulumi.set(__self__, "type", type)
1289
+ if license_details is not None:
1290
+ pulumi.set(__self__, "license_details", license_details)
1291
+ if license_type is not None:
1292
+ pulumi.set(__self__, "license_type", license_type)
1293
+ if tags is not None:
1294
+ pulumi.set(__self__, "tags", tags)
1295
+ if tenant_id is not None:
1296
+ pulumi.set(__self__, "tenant_id", tenant_id)
1297
+
1298
+ @property
1299
+ @pulumi.getter
1300
+ def id(self) -> str:
1301
+ """
1302
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
1303
+ """
1304
+ return pulumi.get(self, "id")
1305
+
1306
+ @property
1307
+ @pulumi.getter
1308
+ def location(self) -> str:
1309
+ """
1310
+ The geo-location where the resource lives
1311
+ """
1312
+ return pulumi.get(self, "location")
1313
+
1314
+ @property
1315
+ @pulumi.getter
1316
+ def name(self) -> str:
1317
+ """
1318
+ The name of the resource
1319
+ """
1320
+ return pulumi.get(self, "name")
1321
+
1322
+ @property
1323
+ @pulumi.getter(name="provisioningState")
1324
+ def provisioning_state(self) -> str:
1325
+ """
1326
+ The provisioning state, which only appears in the response.
1327
+ """
1328
+ return pulumi.get(self, "provisioning_state")
1329
+
1330
+ @property
1331
+ @pulumi.getter(name="systemData")
1332
+ def system_data(self) -> 'outputs.SystemDataResponse':
1333
+ """
1334
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
1335
+ """
1336
+ return pulumi.get(self, "system_data")
1337
+
1338
+ @property
1339
+ @pulumi.getter
1340
+ def type(self) -> str:
1341
+ """
1342
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
1343
+ """
1344
+ return pulumi.get(self, "type")
1345
+
1346
+ @property
1347
+ @pulumi.getter(name="licenseDetails")
1348
+ def license_details(self) -> Optional['outputs.LicenseDetailsResponse']:
1349
+ """
1350
+ Describes the properties of a License.
1351
+ """
1352
+ return pulumi.get(self, "license_details")
1353
+
1354
+ @property
1355
+ @pulumi.getter(name="licenseType")
1356
+ def license_type(self) -> Optional[str]:
1357
+ """
1358
+ The type of the license resource.
1359
+ """
1360
+ return pulumi.get(self, "license_type")
1361
+
1362
+ @property
1363
+ @pulumi.getter
1364
+ def tags(self) -> Optional[Mapping[str, str]]:
1365
+ """
1366
+ Resource tags.
1367
+ """
1368
+ return pulumi.get(self, "tags")
1369
+
1370
+ @property
1371
+ @pulumi.getter(name="tenantId")
1372
+ def tenant_id(self) -> Optional[str]:
1373
+ """
1374
+ Describes the tenant id.
1375
+ """
1376
+ return pulumi.get(self, "tenant_id")
1377
+
1378
+
1379
+ @pulumi.output_type
1380
+ class LocationDataResponse(dict):
1381
+ """
1382
+ Metadata pertaining to the geographic location of the resource.
1383
+ """
1384
+ @staticmethod
1385
+ def __key_warning(key: str):
1386
+ suggest = None
1387
+ if key == "countryOrRegion":
1388
+ suggest = "country_or_region"
1389
+
1390
+ if suggest:
1391
+ pulumi.log.warn(f"Key '{key}' not found in LocationDataResponse. Access the value via the '{suggest}' property getter instead.")
1392
+
1393
+ def __getitem__(self, key: str) -> Any:
1394
+ LocationDataResponse.__key_warning(key)
1395
+ return super().__getitem__(key)
1396
+
1397
+ def get(self, key: str, default = None) -> Any:
1398
+ LocationDataResponse.__key_warning(key)
1399
+ return super().get(key, default)
1400
+
1401
+ def __init__(__self__, *,
1402
+ name: str,
1403
+ city: Optional[str] = None,
1404
+ country_or_region: Optional[str] = None,
1405
+ district: Optional[str] = None):
1406
+ """
1407
+ Metadata pertaining to the geographic location of the resource.
1408
+ :param str name: A canonical name for the geographic or physical location.
1409
+ :param str city: The city or locality where the resource is located.
1410
+ :param str country_or_region: The country or region where the resource is located
1411
+ :param str district: The district, state, or province where the resource is located.
1412
+ """
1413
+ pulumi.set(__self__, "name", name)
1414
+ if city is not None:
1415
+ pulumi.set(__self__, "city", city)
1416
+ if country_or_region is not None:
1417
+ pulumi.set(__self__, "country_or_region", country_or_region)
1418
+ if district is not None:
1419
+ pulumi.set(__self__, "district", district)
1420
+
1421
+ @property
1422
+ @pulumi.getter
1423
+ def name(self) -> str:
1424
+ """
1425
+ A canonical name for the geographic or physical location.
1426
+ """
1427
+ return pulumi.get(self, "name")
1428
+
1429
+ @property
1430
+ @pulumi.getter
1431
+ def city(self) -> Optional[str]:
1432
+ """
1433
+ The city or locality where the resource is located.
1434
+ """
1435
+ return pulumi.get(self, "city")
1436
+
1437
+ @property
1438
+ @pulumi.getter(name="countryOrRegion")
1439
+ def country_or_region(self) -> Optional[str]:
1440
+ """
1441
+ The country or region where the resource is located
1442
+ """
1443
+ return pulumi.get(self, "country_or_region")
1444
+
1445
+ @property
1446
+ @pulumi.getter
1447
+ def district(self) -> Optional[str]:
1448
+ """
1449
+ The district, state, or province where the resource is located.
1450
+ """
1451
+ return pulumi.get(self, "district")
1452
+
1453
+
1454
+ @pulumi.output_type
1455
+ class MachineExtensionInstanceViewResponse(dict):
1456
+ """
1457
+ Describes the Machine Extension Instance View.
1458
+ """
1459
+ @staticmethod
1460
+ def __key_warning(key: str):
1461
+ suggest = None
1462
+ if key == "typeHandlerVersion":
1463
+ suggest = "type_handler_version"
1464
+
1465
+ if suggest:
1466
+ pulumi.log.warn(f"Key '{key}' not found in MachineExtensionInstanceViewResponse. Access the value via the '{suggest}' property getter instead.")
1467
+
1468
+ def __getitem__(self, key: str) -> Any:
1469
+ MachineExtensionInstanceViewResponse.__key_warning(key)
1470
+ return super().__getitem__(key)
1471
+
1472
+ def get(self, key: str, default = None) -> Any:
1473
+ MachineExtensionInstanceViewResponse.__key_warning(key)
1474
+ return super().get(key, default)
1475
+
1476
+ def __init__(__self__, *,
1477
+ name: Optional[str] = None,
1478
+ status: Optional['outputs.MachineExtensionInstanceViewResponseStatus'] = None,
1479
+ type: Optional[str] = None,
1480
+ type_handler_version: Optional[str] = None):
1481
+ """
1482
+ Describes the Machine Extension Instance View.
1483
+ :param str name: The machine extension name.
1484
+ :param 'MachineExtensionInstanceViewResponseStatus' status: Instance view status.
1485
+ :param str type: Specifies the type of the extension; an example is "CustomScriptExtension".
1486
+ :param str type_handler_version: Specifies the version of the script handler.
1487
+ """
1488
+ if name is not None:
1489
+ pulumi.set(__self__, "name", name)
1490
+ if status is not None:
1491
+ pulumi.set(__self__, "status", status)
1492
+ if type is not None:
1493
+ pulumi.set(__self__, "type", type)
1494
+ if type_handler_version is not None:
1495
+ pulumi.set(__self__, "type_handler_version", type_handler_version)
1496
+
1497
+ @property
1498
+ @pulumi.getter
1499
+ def name(self) -> Optional[str]:
1500
+ """
1501
+ The machine extension name.
1502
+ """
1503
+ return pulumi.get(self, "name")
1504
+
1505
+ @property
1506
+ @pulumi.getter
1507
+ def status(self) -> Optional['outputs.MachineExtensionInstanceViewResponseStatus']:
1508
+ """
1509
+ Instance view status.
1510
+ """
1511
+ return pulumi.get(self, "status")
1512
+
1513
+ @property
1514
+ @pulumi.getter
1515
+ def type(self) -> Optional[str]:
1516
+ """
1517
+ Specifies the type of the extension; an example is "CustomScriptExtension".
1518
+ """
1519
+ return pulumi.get(self, "type")
1520
+
1521
+ @property
1522
+ @pulumi.getter(name="typeHandlerVersion")
1523
+ def type_handler_version(self) -> Optional[str]:
1524
+ """
1525
+ Specifies the version of the script handler.
1526
+ """
1527
+ return pulumi.get(self, "type_handler_version")
1528
+
1529
+
1530
+ @pulumi.output_type
1531
+ class MachineExtensionInstanceViewResponseStatus(dict):
1532
+ """
1533
+ Instance view status.
1534
+ """
1535
+ @staticmethod
1536
+ def __key_warning(key: str):
1537
+ suggest = None
1538
+ if key == "displayStatus":
1539
+ suggest = "display_status"
1540
+
1541
+ if suggest:
1542
+ pulumi.log.warn(f"Key '{key}' not found in MachineExtensionInstanceViewResponseStatus. Access the value via the '{suggest}' property getter instead.")
1543
+
1544
+ def __getitem__(self, key: str) -> Any:
1545
+ MachineExtensionInstanceViewResponseStatus.__key_warning(key)
1546
+ return super().__getitem__(key)
1547
+
1548
+ def get(self, key: str, default = None) -> Any:
1549
+ MachineExtensionInstanceViewResponseStatus.__key_warning(key)
1550
+ return super().get(key, default)
1551
+
1552
+ def __init__(__self__, *,
1553
+ code: Optional[str] = None,
1554
+ display_status: Optional[str] = None,
1555
+ level: Optional[str] = None,
1556
+ message: Optional[str] = None,
1557
+ time: Optional[str] = None):
1558
+ """
1559
+ Instance view status.
1560
+ :param str code: The status code.
1561
+ :param str display_status: The short localizable label for the status.
1562
+ :param str level: The level code.
1563
+ :param str message: The detailed status message, including for alerts and error messages.
1564
+ :param str time: The time of the status.
1565
+ """
1566
+ if code is not None:
1567
+ pulumi.set(__self__, "code", code)
1568
+ if display_status is not None:
1569
+ pulumi.set(__self__, "display_status", display_status)
1570
+ if level is not None:
1571
+ pulumi.set(__self__, "level", level)
1572
+ if message is not None:
1573
+ pulumi.set(__self__, "message", message)
1574
+ if time is not None:
1575
+ pulumi.set(__self__, "time", time)
1576
+
1577
+ @property
1578
+ @pulumi.getter
1579
+ def code(self) -> Optional[str]:
1580
+ """
1581
+ The status code.
1582
+ """
1583
+ return pulumi.get(self, "code")
1584
+
1585
+ @property
1586
+ @pulumi.getter(name="displayStatus")
1587
+ def display_status(self) -> Optional[str]:
1588
+ """
1589
+ The short localizable label for the status.
1590
+ """
1591
+ return pulumi.get(self, "display_status")
1592
+
1593
+ @property
1594
+ @pulumi.getter
1595
+ def level(self) -> Optional[str]:
1596
+ """
1597
+ The level code.
1598
+ """
1599
+ return pulumi.get(self, "level")
1600
+
1601
+ @property
1602
+ @pulumi.getter
1603
+ def message(self) -> Optional[str]:
1604
+ """
1605
+ The detailed status message, including for alerts and error messages.
1606
+ """
1607
+ return pulumi.get(self, "message")
1608
+
1609
+ @property
1610
+ @pulumi.getter
1611
+ def time(self) -> Optional[str]:
1612
+ """
1613
+ The time of the status.
1614
+ """
1615
+ return pulumi.get(self, "time")
1616
+
1617
+
1618
+ @pulumi.output_type
1619
+ class MachineExtensionPropertiesResponse(dict):
1620
+ """
1621
+ Describes the properties of a Machine Extension.
1622
+ """
1623
+ @staticmethod
1624
+ def __key_warning(key: str):
1625
+ suggest = None
1626
+ if key == "provisioningState":
1627
+ suggest = "provisioning_state"
1628
+ elif key == "autoUpgradeMinorVersion":
1629
+ suggest = "auto_upgrade_minor_version"
1630
+ elif key == "enableAutomaticUpgrade":
1631
+ suggest = "enable_automatic_upgrade"
1632
+ elif key == "forceUpdateTag":
1633
+ suggest = "force_update_tag"
1634
+ elif key == "instanceView":
1635
+ suggest = "instance_view"
1636
+ elif key == "protectedSettings":
1637
+ suggest = "protected_settings"
1638
+ elif key == "typeHandlerVersion":
1639
+ suggest = "type_handler_version"
1640
+
1641
+ if suggest:
1642
+ pulumi.log.warn(f"Key '{key}' not found in MachineExtensionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1643
+
1644
+ def __getitem__(self, key: str) -> Any:
1645
+ MachineExtensionPropertiesResponse.__key_warning(key)
1646
+ return super().__getitem__(key)
1647
+
1648
+ def get(self, key: str, default = None) -> Any:
1649
+ MachineExtensionPropertiesResponse.__key_warning(key)
1650
+ return super().get(key, default)
1651
+
1652
+ def __init__(__self__, *,
1653
+ provisioning_state: str,
1654
+ auto_upgrade_minor_version: Optional[bool] = None,
1655
+ enable_automatic_upgrade: Optional[bool] = None,
1656
+ force_update_tag: Optional[str] = None,
1657
+ instance_view: Optional['outputs.MachineExtensionInstanceViewResponse'] = None,
1658
+ protected_settings: Optional[Any] = None,
1659
+ publisher: Optional[str] = None,
1660
+ settings: Optional[Any] = None,
1661
+ type: Optional[str] = None,
1662
+ type_handler_version: Optional[str] = None):
1663
+ """
1664
+ Describes the properties of a Machine Extension.
1665
+ :param str provisioning_state: The provisioning state, which only appears in the response.
1666
+ :param 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.
1667
+ :param bool enable_automatic_upgrade: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.
1668
+ :param str force_update_tag: How the extension handler should be forced to update even if the extension configuration has not changed.
1669
+ :param 'MachineExtensionInstanceViewResponse' instance_view: The machine extension instance view.
1670
+ :param Any protected_settings: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
1671
+ :param str publisher: The name of the extension handler publisher.
1672
+ :param Any settings: Json formatted public settings for the extension.
1673
+ :param str type: Specifies the type of the extension; an example is "CustomScriptExtension".
1674
+ :param str type_handler_version: Specifies the version of the script handler.
1675
+ """
1676
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
1677
+ if auto_upgrade_minor_version is not None:
1678
+ pulumi.set(__self__, "auto_upgrade_minor_version", auto_upgrade_minor_version)
1679
+ if enable_automatic_upgrade is not None:
1680
+ pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
1681
+ if force_update_tag is not None:
1682
+ pulumi.set(__self__, "force_update_tag", force_update_tag)
1683
+ if instance_view is not None:
1684
+ pulumi.set(__self__, "instance_view", instance_view)
1685
+ if protected_settings is not None:
1686
+ pulumi.set(__self__, "protected_settings", protected_settings)
1687
+ if publisher is not None:
1688
+ pulumi.set(__self__, "publisher", publisher)
1689
+ if settings is not None:
1690
+ pulumi.set(__self__, "settings", settings)
1691
+ if type is not None:
1692
+ pulumi.set(__self__, "type", type)
1693
+ if type_handler_version is not None:
1694
+ pulumi.set(__self__, "type_handler_version", type_handler_version)
1695
+
1696
+ @property
1697
+ @pulumi.getter(name="provisioningState")
1698
+ def provisioning_state(self) -> str:
1699
+ """
1700
+ The provisioning state, which only appears in the response.
1701
+ """
1702
+ return pulumi.get(self, "provisioning_state")
1703
+
1704
+ @property
1705
+ @pulumi.getter(name="autoUpgradeMinorVersion")
1706
+ def auto_upgrade_minor_version(self) -> Optional[bool]:
1707
+ """
1708
+ 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.
1709
+ """
1710
+ return pulumi.get(self, "auto_upgrade_minor_version")
1711
+
1712
+ @property
1713
+ @pulumi.getter(name="enableAutomaticUpgrade")
1714
+ def enable_automatic_upgrade(self) -> Optional[bool]:
1715
+ """
1716
+ Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.
1717
+ """
1718
+ return pulumi.get(self, "enable_automatic_upgrade")
1719
+
1720
+ @property
1721
+ @pulumi.getter(name="forceUpdateTag")
1722
+ def force_update_tag(self) -> Optional[str]:
1723
+ """
1724
+ How the extension handler should be forced to update even if the extension configuration has not changed.
1725
+ """
1726
+ return pulumi.get(self, "force_update_tag")
1727
+
1728
+ @property
1729
+ @pulumi.getter(name="instanceView")
1730
+ def instance_view(self) -> Optional['outputs.MachineExtensionInstanceViewResponse']:
1731
+ """
1732
+ The machine extension instance view.
1733
+ """
1734
+ return pulumi.get(self, "instance_view")
1735
+
1736
+ @property
1737
+ @pulumi.getter(name="protectedSettings")
1738
+ def protected_settings(self) -> Optional[Any]:
1739
+ """
1740
+ The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
1741
+ """
1742
+ return pulumi.get(self, "protected_settings")
1743
+
1744
+ @property
1745
+ @pulumi.getter
1746
+ def publisher(self) -> Optional[str]:
1747
+ """
1748
+ The name of the extension handler publisher.
1749
+ """
1750
+ return pulumi.get(self, "publisher")
1751
+
1752
+ @property
1753
+ @pulumi.getter
1754
+ def settings(self) -> Optional[Any]:
1755
+ """
1756
+ Json formatted public settings for the extension.
1757
+ """
1758
+ return pulumi.get(self, "settings")
1759
+
1760
+ @property
1761
+ @pulumi.getter
1762
+ def type(self) -> Optional[str]:
1763
+ """
1764
+ Specifies the type of the extension; an example is "CustomScriptExtension".
1765
+ """
1766
+ return pulumi.get(self, "type")
1767
+
1768
+ @property
1769
+ @pulumi.getter(name="typeHandlerVersion")
1770
+ def type_handler_version(self) -> Optional[str]:
1771
+ """
1772
+ Specifies the version of the script handler.
1773
+ """
1774
+ return pulumi.get(self, "type_handler_version")
1775
+
1776
+
1777
+ @pulumi.output_type
1778
+ class MachineExtensionResponse(dict):
1779
+ """
1780
+ Describes a Machine Extension.
1781
+ """
1782
+ @staticmethod
1783
+ def __key_warning(key: str):
1784
+ suggest = None
1785
+ if key == "systemData":
1786
+ suggest = "system_data"
1787
+
1788
+ if suggest:
1789
+ pulumi.log.warn(f"Key '{key}' not found in MachineExtensionResponse. Access the value via the '{suggest}' property getter instead.")
1790
+
1791
+ def __getitem__(self, key: str) -> Any:
1792
+ MachineExtensionResponse.__key_warning(key)
1793
+ return super().__getitem__(key)
1794
+
1795
+ def get(self, key: str, default = None) -> Any:
1796
+ MachineExtensionResponse.__key_warning(key)
1797
+ return super().get(key, default)
1798
+
1799
+ def __init__(__self__, *,
1800
+ id: str,
1801
+ location: str,
1802
+ name: str,
1803
+ system_data: 'outputs.SystemDataResponse',
1804
+ type: str,
1805
+ properties: Optional['outputs.MachineExtensionPropertiesResponse'] = None,
1806
+ tags: Optional[Mapping[str, str]] = None):
1807
+ """
1808
+ Describes a Machine Extension.
1809
+ :param str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
1810
+ :param str location: The geo-location where the resource lives
1811
+ :param str name: The name of the resource
1812
+ :param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
1813
+ :param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
1814
+ :param 'MachineExtensionPropertiesResponse' properties: Describes Machine Extension Properties.
1815
+ :param Mapping[str, str] tags: Resource tags.
1816
+ """
1817
+ pulumi.set(__self__, "id", id)
1818
+ pulumi.set(__self__, "location", location)
1819
+ pulumi.set(__self__, "name", name)
1820
+ pulumi.set(__self__, "system_data", system_data)
1821
+ pulumi.set(__self__, "type", type)
1822
+ if properties is not None:
1823
+ pulumi.set(__self__, "properties", properties)
1824
+ if tags is not None:
1825
+ pulumi.set(__self__, "tags", tags)
1826
+
1827
+ @property
1828
+ @pulumi.getter
1829
+ def id(self) -> str:
1830
+ """
1831
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
1832
+ """
1833
+ return pulumi.get(self, "id")
1834
+
1835
+ @property
1836
+ @pulumi.getter
1837
+ def location(self) -> str:
1838
+ """
1839
+ The geo-location where the resource lives
1840
+ """
1841
+ return pulumi.get(self, "location")
1842
+
1843
+ @property
1844
+ @pulumi.getter
1845
+ def name(self) -> str:
1846
+ """
1847
+ The name of the resource
1848
+ """
1849
+ return pulumi.get(self, "name")
1850
+
1851
+ @property
1852
+ @pulumi.getter(name="systemData")
1853
+ def system_data(self) -> 'outputs.SystemDataResponse':
1854
+ """
1855
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
1856
+ """
1857
+ return pulumi.get(self, "system_data")
1858
+
1859
+ @property
1860
+ @pulumi.getter
1861
+ def type(self) -> str:
1862
+ """
1863
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
1864
+ """
1865
+ return pulumi.get(self, "type")
1866
+
1867
+ @property
1868
+ @pulumi.getter
1869
+ def properties(self) -> Optional['outputs.MachineExtensionPropertiesResponse']:
1870
+ """
1871
+ Describes Machine Extension Properties.
1872
+ """
1873
+ return pulumi.get(self, "properties")
1874
+
1875
+ @property
1876
+ @pulumi.getter
1877
+ def tags(self) -> Optional[Mapping[str, str]]:
1878
+ """
1879
+ Resource tags.
1880
+ """
1881
+ return pulumi.get(self, "tags")
1882
+
1883
+
1884
+ @pulumi.output_type
1885
+ class MachineRunCommandInstanceViewResponse(dict):
1886
+ """
1887
+ The instance view of a machine run command.
1888
+ """
1889
+ @staticmethod
1890
+ def __key_warning(key: str):
1891
+ suggest = None
1892
+ if key == "endTime":
1893
+ suggest = "end_time"
1894
+ elif key == "executionMessage":
1895
+ suggest = "execution_message"
1896
+ elif key == "executionState":
1897
+ suggest = "execution_state"
1898
+ elif key == "exitCode":
1899
+ suggest = "exit_code"
1900
+ elif key == "startTime":
1901
+ suggest = "start_time"
1902
+
1903
+ if suggest:
1904
+ pulumi.log.warn(f"Key '{key}' not found in MachineRunCommandInstanceViewResponse. Access the value via the '{suggest}' property getter instead.")
1905
+
1906
+ def __getitem__(self, key: str) -> Any:
1907
+ MachineRunCommandInstanceViewResponse.__key_warning(key)
1908
+ return super().__getitem__(key)
1909
+
1910
+ def get(self, key: str, default = None) -> Any:
1911
+ MachineRunCommandInstanceViewResponse.__key_warning(key)
1912
+ return super().get(key, default)
1913
+
1914
+ def __init__(__self__, *,
1915
+ end_time: Optional[str] = None,
1916
+ error: Optional[str] = None,
1917
+ execution_message: Optional[str] = None,
1918
+ execution_state: Optional[str] = None,
1919
+ exit_code: Optional[int] = None,
1920
+ output: Optional[str] = None,
1921
+ start_time: Optional[str] = None,
1922
+ statuses: Optional[Sequence['outputs.ExtensionsResourceStatusResponse']] = None):
1923
+ """
1924
+ The instance view of a machine run command.
1925
+ :param str end_time: Script end time.
1926
+ :param str error: Script error stream.
1927
+ :param str execution_message: Communicate script configuration errors or execution messages.
1928
+ :param str execution_state: Script execution status.
1929
+ :param int exit_code: Exit code returned from script execution.
1930
+ :param str output: Script output stream.
1931
+ :param str start_time: Script start time.
1932
+ :param Sequence['ExtensionsResourceStatusResponse'] statuses: The status information.
1933
+ """
1934
+ if end_time is not None:
1935
+ pulumi.set(__self__, "end_time", end_time)
1936
+ if error is not None:
1937
+ pulumi.set(__self__, "error", error)
1938
+ if execution_message is not None:
1939
+ pulumi.set(__self__, "execution_message", execution_message)
1940
+ if execution_state is not None:
1941
+ pulumi.set(__self__, "execution_state", execution_state)
1942
+ if exit_code is not None:
1943
+ pulumi.set(__self__, "exit_code", exit_code)
1944
+ if output is not None:
1945
+ pulumi.set(__self__, "output", output)
1946
+ if start_time is not None:
1947
+ pulumi.set(__self__, "start_time", start_time)
1948
+ if statuses is not None:
1949
+ pulumi.set(__self__, "statuses", statuses)
1950
+
1951
+ @property
1952
+ @pulumi.getter(name="endTime")
1953
+ def end_time(self) -> Optional[str]:
1954
+ """
1955
+ Script end time.
1956
+ """
1957
+ return pulumi.get(self, "end_time")
1958
+
1959
+ @property
1960
+ @pulumi.getter
1961
+ def error(self) -> Optional[str]:
1962
+ """
1963
+ Script error stream.
1964
+ """
1965
+ return pulumi.get(self, "error")
1966
+
1967
+ @property
1968
+ @pulumi.getter(name="executionMessage")
1969
+ def execution_message(self) -> Optional[str]:
1970
+ """
1971
+ Communicate script configuration errors or execution messages.
1972
+ """
1973
+ return pulumi.get(self, "execution_message")
1974
+
1975
+ @property
1976
+ @pulumi.getter(name="executionState")
1977
+ def execution_state(self) -> Optional[str]:
1978
+ """
1979
+ Script execution status.
1980
+ """
1981
+ return pulumi.get(self, "execution_state")
1982
+
1983
+ @property
1984
+ @pulumi.getter(name="exitCode")
1985
+ def exit_code(self) -> Optional[int]:
1986
+ """
1987
+ Exit code returned from script execution.
1988
+ """
1989
+ return pulumi.get(self, "exit_code")
1990
+
1991
+ @property
1992
+ @pulumi.getter
1993
+ def output(self) -> Optional[str]:
1994
+ """
1995
+ Script output stream.
1996
+ """
1997
+ return pulumi.get(self, "output")
1998
+
1999
+ @property
2000
+ @pulumi.getter(name="startTime")
2001
+ def start_time(self) -> Optional[str]:
2002
+ """
2003
+ Script start time.
2004
+ """
2005
+ return pulumi.get(self, "start_time")
2006
+
2007
+ @property
2008
+ @pulumi.getter
2009
+ def statuses(self) -> Optional[Sequence['outputs.ExtensionsResourceStatusResponse']]:
2010
+ """
2011
+ The status information.
2012
+ """
2013
+ return pulumi.get(self, "statuses")
2014
+
2015
+
2016
+ @pulumi.output_type
2017
+ class MachineRunCommandScriptSourceResponse(dict):
2018
+ """
2019
+ Describes the script sources for run command. Use only one of script, scriptUri, commandId.
2020
+ """
2021
+ @staticmethod
2022
+ def __key_warning(key: str):
2023
+ suggest = None
2024
+ if key == "commandId":
2025
+ suggest = "command_id"
2026
+ elif key == "scriptUri":
2027
+ suggest = "script_uri"
2028
+ elif key == "scriptUriManagedIdentity":
2029
+ suggest = "script_uri_managed_identity"
2030
+
2031
+ if suggest:
2032
+ pulumi.log.warn(f"Key '{key}' not found in MachineRunCommandScriptSourceResponse. Access the value via the '{suggest}' property getter instead.")
2033
+
2034
+ def __getitem__(self, key: str) -> Any:
2035
+ MachineRunCommandScriptSourceResponse.__key_warning(key)
2036
+ return super().__getitem__(key)
2037
+
2038
+ def get(self, key: str, default = None) -> Any:
2039
+ MachineRunCommandScriptSourceResponse.__key_warning(key)
2040
+ return super().get(key, default)
2041
+
2042
+ def __init__(__self__, *,
2043
+ command_id: Optional[str] = None,
2044
+ script: Optional[str] = None,
2045
+ script_uri: Optional[str] = None,
2046
+ script_uri_managed_identity: Optional['outputs.RunCommandManagedIdentityResponse'] = None):
2047
+ """
2048
+ Describes the script sources for run command. Use only one of script, scriptUri, commandId.
2049
+ :param str command_id: Specifies the commandId of predefined built-in script.
2050
+ :param str script: Specifies the script content to be executed on the machine.
2051
+ :param str script_uri: Specifies the script download location. It can be either SAS URI of an Azure storage blob with read access or public URI.
2052
+ :param 'RunCommandManagedIdentityResponse' script_uri_managed_identity: User-assigned managed identity that has access to scriptUri in case of Azure storage blob. Use an empty object in case of system-assigned identity. Make sure the Azure storage blob exists, and managed identity has been given access to blob's container with 'Storage Blob Data Reader' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged.
2053
+ """
2054
+ if command_id is not None:
2055
+ pulumi.set(__self__, "command_id", command_id)
2056
+ if script is not None:
2057
+ pulumi.set(__self__, "script", script)
2058
+ if script_uri is not None:
2059
+ pulumi.set(__self__, "script_uri", script_uri)
2060
+ if script_uri_managed_identity is not None:
2061
+ pulumi.set(__self__, "script_uri_managed_identity", script_uri_managed_identity)
2062
+
2063
+ @property
2064
+ @pulumi.getter(name="commandId")
2065
+ def command_id(self) -> Optional[str]:
2066
+ """
2067
+ Specifies the commandId of predefined built-in script.
2068
+ """
2069
+ return pulumi.get(self, "command_id")
2070
+
2071
+ @property
2072
+ @pulumi.getter
2073
+ def script(self) -> Optional[str]:
2074
+ """
2075
+ Specifies the script content to be executed on the machine.
2076
+ """
2077
+ return pulumi.get(self, "script")
2078
+
2079
+ @property
2080
+ @pulumi.getter(name="scriptUri")
2081
+ def script_uri(self) -> Optional[str]:
2082
+ """
2083
+ Specifies the script download location. It can be either SAS URI of an Azure storage blob with read access or public URI.
2084
+ """
2085
+ return pulumi.get(self, "script_uri")
2086
+
2087
+ @property
2088
+ @pulumi.getter(name="scriptUriManagedIdentity")
2089
+ def script_uri_managed_identity(self) -> Optional['outputs.RunCommandManagedIdentityResponse']:
2090
+ """
2091
+ User-assigned managed identity that has access to scriptUri in case of Azure storage blob. Use an empty object in case of system-assigned identity. Make sure the Azure storage blob exists, and managed identity has been given access to blob's container with 'Storage Blob Data Reader' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged.
2092
+ """
2093
+ return pulumi.get(self, "script_uri_managed_identity")
2094
+
2095
+
2096
+ @pulumi.output_type
2097
+ class NetworkInterfaceResponse(dict):
2098
+ """
2099
+ Describes a network interface.
2100
+ """
2101
+ @staticmethod
2102
+ def __key_warning(key: str):
2103
+ suggest = None
2104
+ if key == "ipAddresses":
2105
+ suggest = "ip_addresses"
2106
+
2107
+ if suggest:
2108
+ pulumi.log.warn(f"Key '{key}' not found in NetworkInterfaceResponse. Access the value via the '{suggest}' property getter instead.")
2109
+
2110
+ def __getitem__(self, key: str) -> Any:
2111
+ NetworkInterfaceResponse.__key_warning(key)
2112
+ return super().__getitem__(key)
2113
+
2114
+ def get(self, key: str, default = None) -> Any:
2115
+ NetworkInterfaceResponse.__key_warning(key)
2116
+ return super().get(key, default)
2117
+
2118
+ def __init__(__self__, *,
2119
+ ip_addresses: Optional[Sequence['outputs.IpAddressResponse']] = None):
2120
+ """
2121
+ Describes a network interface.
2122
+ :param Sequence['IpAddressResponse'] ip_addresses: The list of IP addresses in this interface.
2123
+ """
2124
+ if ip_addresses is not None:
2125
+ pulumi.set(__self__, "ip_addresses", ip_addresses)
2126
+
2127
+ @property
2128
+ @pulumi.getter(name="ipAddresses")
2129
+ def ip_addresses(self) -> Optional[Sequence['outputs.IpAddressResponse']]:
2130
+ """
2131
+ The list of IP addresses in this interface.
2132
+ """
2133
+ return pulumi.get(self, "ip_addresses")
2134
+
2135
+
2136
+ @pulumi.output_type
2137
+ class NetworkProfileResponse(dict):
2138
+ """
2139
+ Describes the network information on this machine.
2140
+ """
2141
+ @staticmethod
2142
+ def __key_warning(key: str):
2143
+ suggest = None
2144
+ if key == "networkInterfaces":
2145
+ suggest = "network_interfaces"
2146
+
2147
+ if suggest:
2148
+ pulumi.log.warn(f"Key '{key}' not found in NetworkProfileResponse. Access the value via the '{suggest}' property getter instead.")
2149
+
2150
+ def __getitem__(self, key: str) -> Any:
2151
+ NetworkProfileResponse.__key_warning(key)
2152
+ return super().__getitem__(key)
2153
+
2154
+ def get(self, key: str, default = None) -> Any:
2155
+ NetworkProfileResponse.__key_warning(key)
2156
+ return super().get(key, default)
2157
+
2158
+ def __init__(__self__, *,
2159
+ network_interfaces: Optional[Sequence['outputs.NetworkInterfaceResponse']] = None):
2160
+ """
2161
+ Describes the network information on this machine.
2162
+ :param Sequence['NetworkInterfaceResponse'] network_interfaces: The list of network interfaces.
2163
+ """
2164
+ if network_interfaces is not None:
2165
+ pulumi.set(__self__, "network_interfaces", network_interfaces)
2166
+
2167
+ @property
2168
+ @pulumi.getter(name="networkInterfaces")
2169
+ def network_interfaces(self) -> Optional[Sequence['outputs.NetworkInterfaceResponse']]:
2170
+ """
2171
+ The list of network interfaces.
2172
+ """
2173
+ return pulumi.get(self, "network_interfaces")
2174
+
2175
+
2176
+ @pulumi.output_type
2177
+ class OSProfileResponse(dict):
2178
+ """
2179
+ Specifies the operating system settings for the hybrid machine.
2180
+ """
2181
+ @staticmethod
2182
+ def __key_warning(key: str):
2183
+ suggest = None
2184
+ if key == "computerName":
2185
+ suggest = "computer_name"
2186
+ elif key == "linuxConfiguration":
2187
+ suggest = "linux_configuration"
2188
+ elif key == "windowsConfiguration":
2189
+ suggest = "windows_configuration"
2190
+
2191
+ if suggest:
2192
+ pulumi.log.warn(f"Key '{key}' not found in OSProfileResponse. Access the value via the '{suggest}' property getter instead.")
2193
+
2194
+ def __getitem__(self, key: str) -> Any:
2195
+ OSProfileResponse.__key_warning(key)
2196
+ return super().__getitem__(key)
2197
+
2198
+ def get(self, key: str, default = None) -> Any:
2199
+ OSProfileResponse.__key_warning(key)
2200
+ return super().get(key, default)
2201
+
2202
+ def __init__(__self__, *,
2203
+ computer_name: str,
2204
+ linux_configuration: Optional['outputs.OSProfileResponseLinuxConfiguration'] = None,
2205
+ windows_configuration: Optional['outputs.OSProfileResponseWindowsConfiguration'] = None):
2206
+ """
2207
+ Specifies the operating system settings for the hybrid machine.
2208
+ :param str computer_name: Specifies the host OS name of the hybrid machine.
2209
+ :param 'OSProfileResponseLinuxConfiguration' linux_configuration: Specifies the linux configuration for update management.
2210
+ :param 'OSProfileResponseWindowsConfiguration' windows_configuration: Specifies the windows configuration for update management.
2211
+ """
2212
+ pulumi.set(__self__, "computer_name", computer_name)
2213
+ if linux_configuration is not None:
2214
+ pulumi.set(__self__, "linux_configuration", linux_configuration)
2215
+ if windows_configuration is not None:
2216
+ pulumi.set(__self__, "windows_configuration", windows_configuration)
2217
+
2218
+ @property
2219
+ @pulumi.getter(name="computerName")
2220
+ def computer_name(self) -> str:
2221
+ """
2222
+ Specifies the host OS name of the hybrid machine.
2223
+ """
2224
+ return pulumi.get(self, "computer_name")
2225
+
2226
+ @property
2227
+ @pulumi.getter(name="linuxConfiguration")
2228
+ def linux_configuration(self) -> Optional['outputs.OSProfileResponseLinuxConfiguration']:
2229
+ """
2230
+ Specifies the linux configuration for update management.
2231
+ """
2232
+ return pulumi.get(self, "linux_configuration")
2233
+
2234
+ @property
2235
+ @pulumi.getter(name="windowsConfiguration")
2236
+ def windows_configuration(self) -> Optional['outputs.OSProfileResponseWindowsConfiguration']:
2237
+ """
2238
+ Specifies the windows configuration for update management.
2239
+ """
2240
+ return pulumi.get(self, "windows_configuration")
2241
+
2242
+
2243
+ @pulumi.output_type
2244
+ class OSProfileResponseLinuxConfiguration(dict):
2245
+ """
2246
+ Specifies the linux configuration for update management.
2247
+ """
2248
+ @staticmethod
2249
+ def __key_warning(key: str):
2250
+ suggest = None
2251
+ if key == "assessmentMode":
2252
+ suggest = "assessment_mode"
2253
+ elif key == "patchMode":
2254
+ suggest = "patch_mode"
2255
+
2256
+ if suggest:
2257
+ pulumi.log.warn(f"Key '{key}' not found in OSProfileResponseLinuxConfiguration. Access the value via the '{suggest}' property getter instead.")
2258
+
2259
+ def __getitem__(self, key: str) -> Any:
2260
+ OSProfileResponseLinuxConfiguration.__key_warning(key)
2261
+ return super().__getitem__(key)
2262
+
2263
+ def get(self, key: str, default = None) -> Any:
2264
+ OSProfileResponseLinuxConfiguration.__key_warning(key)
2265
+ return super().get(key, default)
2266
+
2267
+ def __init__(__self__, *,
2268
+ assessment_mode: Optional[str] = None,
2269
+ patch_mode: Optional[str] = None):
2270
+ """
2271
+ Specifies the linux configuration for update management.
2272
+ :param str assessment_mode: Specifies the assessment mode.
2273
+ :param str patch_mode: Specifies the patch mode.
2274
+ """
2275
+ if assessment_mode is not None:
2276
+ pulumi.set(__self__, "assessment_mode", assessment_mode)
2277
+ if patch_mode is not None:
2278
+ pulumi.set(__self__, "patch_mode", patch_mode)
2279
+
2280
+ @property
2281
+ @pulumi.getter(name="assessmentMode")
2282
+ def assessment_mode(self) -> Optional[str]:
2283
+ """
2284
+ Specifies the assessment mode.
2285
+ """
2286
+ return pulumi.get(self, "assessment_mode")
2287
+
2288
+ @property
2289
+ @pulumi.getter(name="patchMode")
2290
+ def patch_mode(self) -> Optional[str]:
2291
+ """
2292
+ Specifies the patch mode.
2293
+ """
2294
+ return pulumi.get(self, "patch_mode")
2295
+
2296
+
2297
+ @pulumi.output_type
2298
+ class OSProfileResponseWindowsConfiguration(dict):
2299
+ """
2300
+ Specifies the windows configuration for update management.
2301
+ """
2302
+ @staticmethod
2303
+ def __key_warning(key: str):
2304
+ suggest = None
2305
+ if key == "assessmentMode":
2306
+ suggest = "assessment_mode"
2307
+ elif key == "patchMode":
2308
+ suggest = "patch_mode"
2309
+
2310
+ if suggest:
2311
+ pulumi.log.warn(f"Key '{key}' not found in OSProfileResponseWindowsConfiguration. Access the value via the '{suggest}' property getter instead.")
2312
+
2313
+ def __getitem__(self, key: str) -> Any:
2314
+ OSProfileResponseWindowsConfiguration.__key_warning(key)
2315
+ return super().__getitem__(key)
2316
+
2317
+ def get(self, key: str, default = None) -> Any:
2318
+ OSProfileResponseWindowsConfiguration.__key_warning(key)
2319
+ return super().get(key, default)
2320
+
2321
+ def __init__(__self__, *,
2322
+ assessment_mode: Optional[str] = None,
2323
+ patch_mode: Optional[str] = None):
2324
+ """
2325
+ Specifies the windows configuration for update management.
2326
+ :param str assessment_mode: Specifies the assessment mode.
2327
+ :param str patch_mode: Specifies the patch mode.
2328
+ """
2329
+ if assessment_mode is not None:
2330
+ pulumi.set(__self__, "assessment_mode", assessment_mode)
2331
+ if patch_mode is not None:
2332
+ pulumi.set(__self__, "patch_mode", patch_mode)
2333
+
2334
+ @property
2335
+ @pulumi.getter(name="assessmentMode")
2336
+ def assessment_mode(self) -> Optional[str]:
2337
+ """
2338
+ Specifies the assessment mode.
2339
+ """
2340
+ return pulumi.get(self, "assessment_mode")
2341
+
2342
+ @property
2343
+ @pulumi.getter(name="patchMode")
2344
+ def patch_mode(self) -> Optional[str]:
2345
+ """
2346
+ Specifies the patch mode.
2347
+ """
2348
+ return pulumi.get(self, "patch_mode")
2349
+
2350
+
2351
+ @pulumi.output_type
2352
+ class PrivateEndpointConnectionDataModelResponse(dict):
2353
+ """
2354
+ The Data Model for a Private Endpoint Connection associated with a Private Link Scope
2355
+ """
2356
+ def __init__(__self__, *,
2357
+ id: str,
2358
+ name: str,
2359
+ type: str,
2360
+ properties: Optional['outputs.PrivateEndpointConnectionPropertiesResponse'] = None):
2361
+ """
2362
+ The Data Model for a Private Endpoint Connection associated with a Private Link Scope
2363
+ :param str id: The ARM Resource Id of the Private Endpoint.
2364
+ :param str name: The Name of the Private Endpoint.
2365
+ :param str type: Azure resource type
2366
+ :param 'PrivateEndpointConnectionPropertiesResponse' properties: The Private Endpoint Connection properties.
2367
+ """
2368
+ pulumi.set(__self__, "id", id)
2369
+ pulumi.set(__self__, "name", name)
2370
+ pulumi.set(__self__, "type", type)
2371
+ if properties is not None:
2372
+ pulumi.set(__self__, "properties", properties)
2373
+
2374
+ @property
2375
+ @pulumi.getter
2376
+ def id(self) -> str:
2377
+ """
2378
+ The ARM Resource Id of the Private Endpoint.
2379
+ """
2380
+ return pulumi.get(self, "id")
2381
+
2382
+ @property
2383
+ @pulumi.getter
2384
+ def name(self) -> str:
2385
+ """
2386
+ The Name of the Private Endpoint.
2387
+ """
2388
+ return pulumi.get(self, "name")
2389
+
2390
+ @property
2391
+ @pulumi.getter
2392
+ def type(self) -> str:
2393
+ """
2394
+ Azure resource type
2395
+ """
2396
+ return pulumi.get(self, "type")
2397
+
2398
+ @property
2399
+ @pulumi.getter
2400
+ def properties(self) -> Optional['outputs.PrivateEndpointConnectionPropertiesResponse']:
2401
+ """
2402
+ The Private Endpoint Connection properties.
2403
+ """
2404
+ return pulumi.get(self, "properties")
2405
+
2406
+
2407
+ @pulumi.output_type
2408
+ class PrivateEndpointConnectionPropertiesResponse(dict):
2409
+ """
2410
+ Properties of a private endpoint connection.
2411
+ """
2412
+ @staticmethod
2413
+ def __key_warning(key: str):
2414
+ suggest = None
2415
+ if key == "groupIds":
2416
+ suggest = "group_ids"
2417
+ elif key == "provisioningState":
2418
+ suggest = "provisioning_state"
2419
+ elif key == "privateEndpoint":
2420
+ suggest = "private_endpoint"
2421
+ elif key == "privateLinkServiceConnectionState":
2422
+ suggest = "private_link_service_connection_state"
2423
+
2424
+ if suggest:
2425
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
2426
+
2427
+ def __getitem__(self, key: str) -> Any:
2428
+ PrivateEndpointConnectionPropertiesResponse.__key_warning(key)
2429
+ return super().__getitem__(key)
2430
+
2431
+ def get(self, key: str, default = None) -> Any:
2432
+ PrivateEndpointConnectionPropertiesResponse.__key_warning(key)
2433
+ return super().get(key, default)
2434
+
2435
+ def __init__(__self__, *,
2436
+ group_ids: Sequence[str],
2437
+ provisioning_state: str,
2438
+ private_endpoint: Optional['outputs.PrivateEndpointPropertyResponse'] = None,
2439
+ private_link_service_connection_state: Optional['outputs.PrivateLinkServiceConnectionStatePropertyResponse'] = None):
2440
+ """
2441
+ Properties of a private endpoint connection.
2442
+ :param Sequence[str] group_ids: List of group IDs.
2443
+ :param str provisioning_state: State of the private endpoint connection.
2444
+ :param 'PrivateEndpointPropertyResponse' private_endpoint: Private endpoint which the connection belongs to.
2445
+ :param 'PrivateLinkServiceConnectionStatePropertyResponse' private_link_service_connection_state: Connection state of the private endpoint connection.
2446
+ """
2447
+ pulumi.set(__self__, "group_ids", group_ids)
2448
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
2449
+ if private_endpoint is not None:
2450
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
2451
+ if private_link_service_connection_state is not None:
2452
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
2453
+
2454
+ @property
2455
+ @pulumi.getter(name="groupIds")
2456
+ def group_ids(self) -> Sequence[str]:
2457
+ """
2458
+ List of group IDs.
2459
+ """
2460
+ return pulumi.get(self, "group_ids")
2461
+
2462
+ @property
2463
+ @pulumi.getter(name="provisioningState")
2464
+ def provisioning_state(self) -> str:
2465
+ """
2466
+ State of the private endpoint connection.
2467
+ """
2468
+ return pulumi.get(self, "provisioning_state")
2469
+
2470
+ @property
2471
+ @pulumi.getter(name="privateEndpoint")
2472
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointPropertyResponse']:
2473
+ """
2474
+ Private endpoint which the connection belongs to.
2475
+ """
2476
+ return pulumi.get(self, "private_endpoint")
2477
+
2478
+ @property
2479
+ @pulumi.getter(name="privateLinkServiceConnectionState")
2480
+ def private_link_service_connection_state(self) -> Optional['outputs.PrivateLinkServiceConnectionStatePropertyResponse']:
2481
+ """
2482
+ Connection state of the private endpoint connection.
2483
+ """
2484
+ return pulumi.get(self, "private_link_service_connection_state")
2485
+
2486
+
2487
+ @pulumi.output_type
2488
+ class PrivateEndpointPropertyResponse(dict):
2489
+ """
2490
+ Private endpoint which the connection belongs to.
2491
+ """
2492
+ def __init__(__self__, *,
2493
+ id: Optional[str] = None):
2494
+ """
2495
+ Private endpoint which the connection belongs to.
2496
+ :param str id: Resource id of the private endpoint.
2497
+ """
2498
+ if id is not None:
2499
+ pulumi.set(__self__, "id", id)
2500
+
2501
+ @property
2502
+ @pulumi.getter
2503
+ def id(self) -> Optional[str]:
2504
+ """
2505
+ Resource id of the private endpoint.
2506
+ """
2507
+ return pulumi.get(self, "id")
2508
+
2509
+
2510
+ @pulumi.output_type
2511
+ class PrivateLinkServiceConnectionStatePropertyResponse(dict):
2512
+ """
2513
+ State of the private endpoint connection.
2514
+ """
2515
+ @staticmethod
2516
+ def __key_warning(key: str):
2517
+ suggest = None
2518
+ if key == "actionsRequired":
2519
+ suggest = "actions_required"
2520
+
2521
+ if suggest:
2522
+ pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStatePropertyResponse. Access the value via the '{suggest}' property getter instead.")
2523
+
2524
+ def __getitem__(self, key: str) -> Any:
2525
+ PrivateLinkServiceConnectionStatePropertyResponse.__key_warning(key)
2526
+ return super().__getitem__(key)
2527
+
2528
+ def get(self, key: str, default = None) -> Any:
2529
+ PrivateLinkServiceConnectionStatePropertyResponse.__key_warning(key)
2530
+ return super().get(key, default)
2531
+
2532
+ def __init__(__self__, *,
2533
+ actions_required: str,
2534
+ description: str,
2535
+ status: str):
2536
+ """
2537
+ State of the private endpoint connection.
2538
+ :param str actions_required: The actions required for private link service connection.
2539
+ :param str description: The private link service connection description.
2540
+ :param str status: The private link service connection status.
2541
+ """
2542
+ pulumi.set(__self__, "actions_required", actions_required)
2543
+ pulumi.set(__self__, "description", description)
2544
+ pulumi.set(__self__, "status", status)
2545
+
2546
+ @property
2547
+ @pulumi.getter(name="actionsRequired")
2548
+ def actions_required(self) -> str:
2549
+ """
2550
+ The actions required for private link service connection.
2551
+ """
2552
+ return pulumi.get(self, "actions_required")
2553
+
2554
+ @property
2555
+ @pulumi.getter
2556
+ def description(self) -> str:
2557
+ """
2558
+ The private link service connection description.
2559
+ """
2560
+ return pulumi.get(self, "description")
2561
+
2562
+ @property
2563
+ @pulumi.getter
2564
+ def status(self) -> str:
2565
+ """
2566
+ The private link service connection status.
2567
+ """
2568
+ return pulumi.get(self, "status")
2569
+
2570
+
2571
+ @pulumi.output_type
2572
+ class ProductFeatureResponse(dict):
2573
+ """
2574
+ Product Feature
2575
+ """
2576
+ @staticmethod
2577
+ def __key_warning(key: str):
2578
+ suggest = None
2579
+ if key == "billingStartDate":
2580
+ suggest = "billing_start_date"
2581
+ elif key == "disenrollmentDate":
2582
+ suggest = "disenrollment_date"
2583
+ elif key == "enrollmentDate":
2584
+ suggest = "enrollment_date"
2585
+ elif key == "subscriptionStatus":
2586
+ suggest = "subscription_status"
2587
+
2588
+ if suggest:
2589
+ pulumi.log.warn(f"Key '{key}' not found in ProductFeatureResponse. Access the value via the '{suggest}' property getter instead.")
2590
+
2591
+ def __getitem__(self, key: str) -> Any:
2592
+ ProductFeatureResponse.__key_warning(key)
2593
+ return super().__getitem__(key)
2594
+
2595
+ def get(self, key: str, default = None) -> Any:
2596
+ ProductFeatureResponse.__key_warning(key)
2597
+ return super().get(key, default)
2598
+
2599
+ def __init__(__self__, *,
2600
+ billing_start_date: str,
2601
+ disenrollment_date: str,
2602
+ enrollment_date: str,
2603
+ name: Optional[str] = None,
2604
+ subscription_status: Optional[str] = None):
2605
+ """
2606
+ Product Feature
2607
+ :param str billing_start_date: The timestamp in UTC when the billing starts.
2608
+ :param str disenrollment_date: The timestamp in UTC when the user disenrolled the feature.
2609
+ :param str enrollment_date: The timestamp in UTC when the user enrolls the feature.
2610
+ :param str name: Product feature name.
2611
+ :param str subscription_status: Indicates the current status of the product features.
2612
+ """
2613
+ pulumi.set(__self__, "billing_start_date", billing_start_date)
2614
+ pulumi.set(__self__, "disenrollment_date", disenrollment_date)
2615
+ pulumi.set(__self__, "enrollment_date", enrollment_date)
2616
+ if name is not None:
2617
+ pulumi.set(__self__, "name", name)
2618
+ if subscription_status is not None:
2619
+ pulumi.set(__self__, "subscription_status", subscription_status)
2620
+
2621
+ @property
2622
+ @pulumi.getter(name="billingStartDate")
2623
+ def billing_start_date(self) -> str:
2624
+ """
2625
+ The timestamp in UTC when the billing starts.
2626
+ """
2627
+ return pulumi.get(self, "billing_start_date")
2628
+
2629
+ @property
2630
+ @pulumi.getter(name="disenrollmentDate")
2631
+ def disenrollment_date(self) -> str:
2632
+ """
2633
+ The timestamp in UTC when the user disenrolled the feature.
2634
+ """
2635
+ return pulumi.get(self, "disenrollment_date")
2636
+
2637
+ @property
2638
+ @pulumi.getter(name="enrollmentDate")
2639
+ def enrollment_date(self) -> str:
2640
+ """
2641
+ The timestamp in UTC when the user enrolls the feature.
2642
+ """
2643
+ return pulumi.get(self, "enrollment_date")
2644
+
2645
+ @property
2646
+ @pulumi.getter
2647
+ def name(self) -> Optional[str]:
2648
+ """
2649
+ Product feature name.
2650
+ """
2651
+ return pulumi.get(self, "name")
2652
+
2653
+ @property
2654
+ @pulumi.getter(name="subscriptionStatus")
2655
+ def subscription_status(self) -> Optional[str]:
2656
+ """
2657
+ Indicates the current status of the product features.
2658
+ """
2659
+ return pulumi.get(self, "subscription_status")
2660
+
2661
+
2662
+ @pulumi.output_type
2663
+ class RunCommandInputParameterResponse(dict):
2664
+ """
2665
+ Describes the properties of a run command parameter.
2666
+ """
2667
+ def __init__(__self__, *,
2668
+ name: str,
2669
+ value: str):
2670
+ """
2671
+ Describes the properties of a run command parameter.
2672
+ :param str name: The run command parameter name.
2673
+ :param str value: The run command parameter value.
2674
+ """
2675
+ pulumi.set(__self__, "name", name)
2676
+ pulumi.set(__self__, "value", value)
2677
+
2678
+ @property
2679
+ @pulumi.getter
2680
+ def name(self) -> str:
2681
+ """
2682
+ The run command parameter name.
2683
+ """
2684
+ return pulumi.get(self, "name")
2685
+
2686
+ @property
2687
+ @pulumi.getter
2688
+ def value(self) -> str:
2689
+ """
2690
+ The run command parameter value.
2691
+ """
2692
+ return pulumi.get(self, "value")
2693
+
2694
+
2695
+ @pulumi.output_type
2696
+ class RunCommandManagedIdentityResponse(dict):
2697
+ """
2698
+ Contains clientId or objectId (use only one, not both) of a user-assigned managed identity that has access to storage blob used in Run Command. Use an empty RunCommandManagedIdentity object in case of system-assigned identity. Make sure the Azure storage blob exists in case of scriptUri, and managed identity has been given access to blob's container with 'Storage Blob Data Reader' role assignment with scriptUri blob and 'Storage Blob Data Contributor' for Append blobs(outputBlobUri, errorBlobUri). In case of user assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged.
2699
+ """
2700
+ @staticmethod
2701
+ def __key_warning(key: str):
2702
+ suggest = None
2703
+ if key == "clientId":
2704
+ suggest = "client_id"
2705
+ elif key == "objectId":
2706
+ suggest = "object_id"
2707
+
2708
+ if suggest:
2709
+ pulumi.log.warn(f"Key '{key}' not found in RunCommandManagedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
2710
+
2711
+ def __getitem__(self, key: str) -> Any:
2712
+ RunCommandManagedIdentityResponse.__key_warning(key)
2713
+ return super().__getitem__(key)
2714
+
2715
+ def get(self, key: str, default = None) -> Any:
2716
+ RunCommandManagedIdentityResponse.__key_warning(key)
2717
+ return super().get(key, default)
2718
+
2719
+ def __init__(__self__, *,
2720
+ client_id: Optional[str] = None,
2721
+ object_id: Optional[str] = None):
2722
+ """
2723
+ Contains clientId or objectId (use only one, not both) of a user-assigned managed identity that has access to storage blob used in Run Command. Use an empty RunCommandManagedIdentity object in case of system-assigned identity. Make sure the Azure storage blob exists in case of scriptUri, and managed identity has been given access to blob's container with 'Storage Blob Data Reader' role assignment with scriptUri blob and 'Storage Blob Data Contributor' for Append blobs(outputBlobUri, errorBlobUri). In case of user assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged.
2724
+ :param str client_id: Client Id (GUID value) of the user-assigned managed identity. ObjectId should not be used if this is provided.
2725
+ :param str object_id: Object Id (GUID value) of the user-assigned managed identity. ClientId should not be used if this is provided.
2726
+ """
2727
+ if client_id is not None:
2728
+ pulumi.set(__self__, "client_id", client_id)
2729
+ if object_id is not None:
2730
+ pulumi.set(__self__, "object_id", object_id)
2731
+
2732
+ @property
2733
+ @pulumi.getter(name="clientId")
2734
+ def client_id(self) -> Optional[str]:
2735
+ """
2736
+ Client Id (GUID value) of the user-assigned managed identity. ObjectId should not be used if this is provided.
2737
+ """
2738
+ return pulumi.get(self, "client_id")
2739
+
2740
+ @property
2741
+ @pulumi.getter(name="objectId")
2742
+ def object_id(self) -> Optional[str]:
2743
+ """
2744
+ Object Id (GUID value) of the user-assigned managed identity. ClientId should not be used if this is provided.
2745
+ """
2746
+ return pulumi.get(self, "object_id")
2747
+
2748
+
2749
+ @pulumi.output_type
2750
+ class ServiceStatusResponse(dict):
2751
+ """
2752
+ Describes the status and behavior of a service.
2753
+ """
2754
+ @staticmethod
2755
+ def __key_warning(key: str):
2756
+ suggest = None
2757
+ if key == "startupType":
2758
+ suggest = "startup_type"
2759
+
2760
+ if suggest:
2761
+ pulumi.log.warn(f"Key '{key}' not found in ServiceStatusResponse. Access the value via the '{suggest}' property getter instead.")
2762
+
2763
+ def __getitem__(self, key: str) -> Any:
2764
+ ServiceStatusResponse.__key_warning(key)
2765
+ return super().__getitem__(key)
2766
+
2767
+ def get(self, key: str, default = None) -> Any:
2768
+ ServiceStatusResponse.__key_warning(key)
2769
+ return super().get(key, default)
2770
+
2771
+ def __init__(__self__, *,
2772
+ startup_type: Optional[str] = None,
2773
+ status: Optional[str] = None):
2774
+ """
2775
+ Describes the status and behavior of a service.
2776
+ :param str startup_type: The behavior of the service when the Arc-enabled machine starts up.
2777
+ :param str status: The current status of the service.
2778
+ """
2779
+ if startup_type is not None:
2780
+ pulumi.set(__self__, "startup_type", startup_type)
2781
+ if status is not None:
2782
+ pulumi.set(__self__, "status", status)
2783
+
2784
+ @property
2785
+ @pulumi.getter(name="startupType")
2786
+ def startup_type(self) -> Optional[str]:
2787
+ """
2788
+ The behavior of the service when the Arc-enabled machine starts up.
2789
+ """
2790
+ return pulumi.get(self, "startup_type")
2791
+
2792
+ @property
2793
+ @pulumi.getter
2794
+ def status(self) -> Optional[str]:
2795
+ """
2796
+ The current status of the service.
2797
+ """
2798
+ return pulumi.get(self, "status")
2799
+
2800
+
2801
+ @pulumi.output_type
2802
+ class ServiceStatusesResponse(dict):
2803
+ """
2804
+ Reports the state and behavior of dependent services.
2805
+ """
2806
+ @staticmethod
2807
+ def __key_warning(key: str):
2808
+ suggest = None
2809
+ if key == "extensionService":
2810
+ suggest = "extension_service"
2811
+ elif key == "guestConfigurationService":
2812
+ suggest = "guest_configuration_service"
2813
+
2814
+ if suggest:
2815
+ pulumi.log.warn(f"Key '{key}' not found in ServiceStatusesResponse. Access the value via the '{suggest}' property getter instead.")
2816
+
2817
+ def __getitem__(self, key: str) -> Any:
2818
+ ServiceStatusesResponse.__key_warning(key)
2819
+ return super().__getitem__(key)
2820
+
2821
+ def get(self, key: str, default = None) -> Any:
2822
+ ServiceStatusesResponse.__key_warning(key)
2823
+ return super().get(key, default)
2824
+
2825
+ def __init__(__self__, *,
2826
+ extension_service: Optional['outputs.ServiceStatusResponse'] = None,
2827
+ guest_configuration_service: Optional['outputs.ServiceStatusResponse'] = None):
2828
+ """
2829
+ Reports the state and behavior of dependent services.
2830
+ :param 'ServiceStatusResponse' extension_service: The state of the extension service on the Arc-enabled machine.
2831
+ :param 'ServiceStatusResponse' guest_configuration_service: The state of the guest configuration service on the Arc-enabled machine.
2832
+ """
2833
+ if extension_service is not None:
2834
+ pulumi.set(__self__, "extension_service", extension_service)
2835
+ if guest_configuration_service is not None:
2836
+ pulumi.set(__self__, "guest_configuration_service", guest_configuration_service)
2837
+
2838
+ @property
2839
+ @pulumi.getter(name="extensionService")
2840
+ def extension_service(self) -> Optional['outputs.ServiceStatusResponse']:
2841
+ """
2842
+ The state of the extension service on the Arc-enabled machine.
2843
+ """
2844
+ return pulumi.get(self, "extension_service")
2845
+
2846
+ @property
2847
+ @pulumi.getter(name="guestConfigurationService")
2848
+ def guest_configuration_service(self) -> Optional['outputs.ServiceStatusResponse']:
2849
+ """
2850
+ The state of the guest configuration service on the Arc-enabled machine.
2851
+ """
2852
+ return pulumi.get(self, "guest_configuration_service")
2853
+
2854
+
2855
+ @pulumi.output_type
2856
+ class SubnetResponse(dict):
2857
+ """
2858
+ Describes the subnet.
2859
+ """
2860
+ @staticmethod
2861
+ def __key_warning(key: str):
2862
+ suggest = None
2863
+ if key == "addressPrefix":
2864
+ suggest = "address_prefix"
2865
+
2866
+ if suggest:
2867
+ pulumi.log.warn(f"Key '{key}' not found in SubnetResponse. Access the value via the '{suggest}' property getter instead.")
2868
+
2869
+ def __getitem__(self, key: str) -> Any:
2870
+ SubnetResponse.__key_warning(key)
2871
+ return super().__getitem__(key)
2872
+
2873
+ def get(self, key: str, default = None) -> Any:
2874
+ SubnetResponse.__key_warning(key)
2875
+ return super().get(key, default)
2876
+
2877
+ def __init__(__self__, *,
2878
+ address_prefix: Optional[str] = None):
2879
+ """
2880
+ Describes the subnet.
2881
+ :param str address_prefix: Represents address prefix.
2882
+ """
2883
+ if address_prefix is not None:
2884
+ pulumi.set(__self__, "address_prefix", address_prefix)
2885
+
2886
+ @property
2887
+ @pulumi.getter(name="addressPrefix")
2888
+ def address_prefix(self) -> Optional[str]:
2889
+ """
2890
+ Represents address prefix.
2891
+ """
2892
+ return pulumi.get(self, "address_prefix")
2893
+
2894
+
2895
+ @pulumi.output_type
2896
+ class SystemDataResponse(dict):
2897
+ """
2898
+ Metadata pertaining to creation and last modification of the resource.
2899
+ """
2900
+ @staticmethod
2901
+ def __key_warning(key: str):
2902
+ suggest = None
2903
+ if key == "createdAt":
2904
+ suggest = "created_at"
2905
+ elif key == "createdBy":
2906
+ suggest = "created_by"
2907
+ elif key == "createdByType":
2908
+ suggest = "created_by_type"
2909
+ elif key == "lastModifiedAt":
2910
+ suggest = "last_modified_at"
2911
+ elif key == "lastModifiedBy":
2912
+ suggest = "last_modified_by"
2913
+ elif key == "lastModifiedByType":
2914
+ suggest = "last_modified_by_type"
2915
+
2916
+ if suggest:
2917
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
2918
+
2919
+ def __getitem__(self, key: str) -> Any:
2920
+ SystemDataResponse.__key_warning(key)
2921
+ return super().__getitem__(key)
2922
+
2923
+ def get(self, key: str, default = None) -> Any:
2924
+ SystemDataResponse.__key_warning(key)
2925
+ return super().get(key, default)
2926
+
2927
+ def __init__(__self__, *,
2928
+ created_at: Optional[str] = None,
2929
+ created_by: Optional[str] = None,
2930
+ created_by_type: Optional[str] = None,
2931
+ last_modified_at: Optional[str] = None,
2932
+ last_modified_by: Optional[str] = None,
2933
+ last_modified_by_type: Optional[str] = None):
2934
+ """
2935
+ Metadata pertaining to creation and last modification of the resource.
2936
+ :param str created_at: The timestamp of resource creation (UTC).
2937
+ :param str created_by: The identity that created the resource.
2938
+ :param str created_by_type: The type of identity that created the resource.
2939
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
2940
+ :param str last_modified_by: The identity that last modified the resource.
2941
+ :param str last_modified_by_type: The type of identity that last modified the resource.
2942
+ """
2943
+ if created_at is not None:
2944
+ pulumi.set(__self__, "created_at", created_at)
2945
+ if created_by is not None:
2946
+ pulumi.set(__self__, "created_by", created_by)
2947
+ if created_by_type is not None:
2948
+ pulumi.set(__self__, "created_by_type", created_by_type)
2949
+ if last_modified_at is not None:
2950
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
2951
+ if last_modified_by is not None:
2952
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
2953
+ if last_modified_by_type is not None:
2954
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
2955
+
2956
+ @property
2957
+ @pulumi.getter(name="createdAt")
2958
+ def created_at(self) -> Optional[str]:
2959
+ """
2960
+ The timestamp of resource creation (UTC).
2961
+ """
2962
+ return pulumi.get(self, "created_at")
2963
+
2964
+ @property
2965
+ @pulumi.getter(name="createdBy")
2966
+ def created_by(self) -> Optional[str]:
2967
+ """
2968
+ The identity that created the resource.
2969
+ """
2970
+ return pulumi.get(self, "created_by")
2971
+
2972
+ @property
2973
+ @pulumi.getter(name="createdByType")
2974
+ def created_by_type(self) -> Optional[str]:
2975
+ """
2976
+ The type of identity that created the resource.
2977
+ """
2978
+ return pulumi.get(self, "created_by_type")
2979
+
2980
+ @property
2981
+ @pulumi.getter(name="lastModifiedAt")
2982
+ def last_modified_at(self) -> Optional[str]:
2983
+ """
2984
+ The timestamp of resource last modification (UTC)
2985
+ """
2986
+ return pulumi.get(self, "last_modified_at")
2987
+
2988
+ @property
2989
+ @pulumi.getter(name="lastModifiedBy")
2990
+ def last_modified_by(self) -> Optional[str]:
2991
+ """
2992
+ The identity that last modified the resource.
2993
+ """
2994
+ return pulumi.get(self, "last_modified_by")
2995
+
2996
+ @property
2997
+ @pulumi.getter(name="lastModifiedByType")
2998
+ def last_modified_by_type(self) -> Optional[str]:
2999
+ """
3000
+ The type of identity that last modified the resource.
3001
+ """
3002
+ return pulumi.get(self, "last_modified_by_type")
3003
+
3004
+
3005
+ @pulumi.output_type
3006
+ class VolumeLicenseDetailsResponse(dict):
3007
+ @staticmethod
3008
+ def __key_warning(key: str):
3009
+ suggest = None
3010
+ if key == "invoiceId":
3011
+ suggest = "invoice_id"
3012
+ elif key == "programYear":
3013
+ suggest = "program_year"
3014
+
3015
+ if suggest:
3016
+ pulumi.log.warn(f"Key '{key}' not found in VolumeLicenseDetailsResponse. Access the value via the '{suggest}' property getter instead.")
3017
+
3018
+ def __getitem__(self, key: str) -> Any:
3019
+ VolumeLicenseDetailsResponse.__key_warning(key)
3020
+ return super().__getitem__(key)
3021
+
3022
+ def get(self, key: str, default = None) -> Any:
3023
+ VolumeLicenseDetailsResponse.__key_warning(key)
3024
+ return super().get(key, default)
3025
+
3026
+ def __init__(__self__, *,
3027
+ invoice_id: Optional[str] = None,
3028
+ program_year: Optional[str] = None):
3029
+ """
3030
+ :param str invoice_id: The invoice id for the volume license.
3031
+ :param str program_year: Describes the program year the volume license is for.
3032
+ """
3033
+ if invoice_id is not None:
3034
+ pulumi.set(__self__, "invoice_id", invoice_id)
3035
+ if program_year is not None:
3036
+ pulumi.set(__self__, "program_year", program_year)
3037
+
3038
+ @property
3039
+ @pulumi.getter(name="invoiceId")
3040
+ def invoice_id(self) -> Optional[str]:
3041
+ """
3042
+ The invoice id for the volume license.
3043
+ """
3044
+ return pulumi.get(self, "invoice_id")
3045
+
3046
+ @property
3047
+ @pulumi.getter(name="programYear")
3048
+ def program_year(self) -> Optional[str]:
3049
+ """
3050
+ Describes the program year the volume license is for.
3051
+ """
3052
+ return pulumi.get(self, "program_year")
3053
+
3054
+