pulumi-azure-native 2.26.2a1706204883__py3-none-any.whl → 2.27.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 (434) hide show
  1. pulumi_azure_native/__init__.py +86 -0
  2. pulumi_azure_native/containerservice/__init__.py +3 -0
  3. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  4. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  5. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  6. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  7. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  8. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  9. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  10. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  11. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  12. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  13. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  14. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  15. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  16. pulumi_azure_native/containerservice/snapshot.py +3 -3
  17. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  18. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  19. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  20. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  21. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  22. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  23. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  24. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  25. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  26. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  27. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  28. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  29. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  30. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  31. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  32. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  33. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  34. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  35. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  36. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  37. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  38. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  39. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  40. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  41. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  42. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  43. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  44. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  45. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  46. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  47. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  48. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  49. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  50. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  51. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  52. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  53. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  54. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  55. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  56. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  57. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  58. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  59. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  60. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  61. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  62. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  63. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  64. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  65. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  66. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  67. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  68. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  69. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  70. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  71. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  72. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  73. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  74. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  75. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  76. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  77. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  78. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  79. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  80. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  81. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  82. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  83. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  84. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  85. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  86. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  87. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  88. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  89. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  90. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  91. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  92. pulumi_azure_native/containerservice/v20231101/__init__.py +25 -0
  93. pulumi_azure_native/containerservice/v20231101/_enums.py +620 -0
  94. pulumi_azure_native/containerservice/v20231101/_inputs.py +5328 -0
  95. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1357 -0
  96. pulumi_azure_native/containerservice/v20231101/get_agent_pool.py +656 -0
  97. pulumi_azure_native/containerservice/v20231101/get_maintenance_configuration.py +162 -0
  98. pulumi_azure_native/containerservice/v20231101/get_managed_cluster.py +690 -0
  99. pulumi_azure_native/containerservice/v20231101/get_private_endpoint_connection.py +149 -0
  100. pulumi_azure_native/containerservice/v20231101/get_snapshot.py +248 -0
  101. pulumi_azure_native/containerservice/v20231101/get_trusted_access_role_binding.py +162 -0
  102. pulumi_azure_native/containerservice/v20231101/list_managed_cluster_admin_credentials.py +84 -0
  103. pulumi_azure_native/containerservice/v20231101/list_managed_cluster_monitoring_user_credentials.py +84 -0
  104. pulumi_azure_native/containerservice/v20231101/list_managed_cluster_user_credentials.py +89 -0
  105. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +274 -0
  106. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1290 -0
  107. pulumi_azure_native/containerservice/v20231101/outputs.py +6160 -0
  108. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +246 -0
  109. pulumi_azure_native/containerservice/v20231101/snapshot.py +342 -0
  110. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +255 -0
  111. pulumi_azure_native/databox/__init__.py +3 -0
  112. pulumi_azure_native/databox/get_job.py +2 -2
  113. pulumi_azure_native/databox/job.py +3 -3
  114. pulumi_azure_native/databox/list_job_credentials.py +2 -2
  115. pulumi_azure_native/databox/v20221201/job.py +1 -1
  116. pulumi_azure_native/databox/v20230301/job.py +1 -1
  117. pulumi_azure_native/databox/v20231201/job.py +1 -1
  118. pulumi_azure_native/databox/v20240201preview/__init__.py +13 -0
  119. pulumi_azure_native/databox/v20240201preview/_enums.py +270 -0
  120. pulumi_azure_native/databox/v20240201preview/_inputs.py +2350 -0
  121. pulumi_azure_native/databox/v20240201preview/get_job.py +396 -0
  122. pulumi_azure_native/databox/v20240201preview/job.py +534 -0
  123. pulumi_azure_native/databox/v20240201preview/list_job_credentials.py +92 -0
  124. pulumi_azure_native/databox/v20240201preview/outputs.py +6380 -0
  125. pulumi_azure_native/databoxedge/__init__.py +3 -0
  126. pulumi_azure_native/databoxedge/arc_addon.py +1 -1
  127. pulumi_azure_native/databoxedge/bandwidth_schedule.py +3 -3
  128. pulumi_azure_native/databoxedge/cloud_edge_management_role.py +1 -1
  129. pulumi_azure_native/databoxedge/container.py +3 -3
  130. pulumi_azure_native/databoxedge/device.py +3 -3
  131. pulumi_azure_native/databoxedge/file_event_trigger.py +1 -1
  132. pulumi_azure_native/databoxedge/get_bandwidth_schedule.py +2 -2
  133. pulumi_azure_native/databoxedge/get_container.py +2 -2
  134. pulumi_azure_native/databoxedge/get_device.py +2 -2
  135. pulumi_azure_native/databoxedge/get_device_extended_information.py +2 -2
  136. pulumi_azure_native/databoxedge/get_monitoring_config.py +2 -2
  137. pulumi_azure_native/databoxedge/get_order.py +2 -2
  138. pulumi_azure_native/databoxedge/get_share.py +2 -2
  139. pulumi_azure_native/databoxedge/get_storage_account.py +2 -2
  140. pulumi_azure_native/databoxedge/get_storage_account_credential.py +2 -2
  141. pulumi_azure_native/databoxedge/get_user.py +2 -2
  142. pulumi_azure_native/databoxedge/io_t_addon.py +1 -1
  143. pulumi_azure_native/databoxedge/io_t_role.py +1 -1
  144. pulumi_azure_native/databoxedge/kubernetes_role.py +1 -1
  145. pulumi_azure_native/databoxedge/list_order_dc_access_code.py +2 -2
  146. pulumi_azure_native/databoxedge/mec_role.py +1 -1
  147. pulumi_azure_native/databoxedge/monitoring_config.py +3 -3
  148. pulumi_azure_native/databoxedge/order.py +3 -3
  149. pulumi_azure_native/databoxedge/periodic_timer_event_trigger.py +1 -1
  150. pulumi_azure_native/databoxedge/share.py +3 -3
  151. pulumi_azure_native/databoxedge/storage_account.py +3 -3
  152. pulumi_azure_native/databoxedge/storage_account_credential.py +3 -3
  153. pulumi_azure_native/databoxedge/user.py +3 -3
  154. pulumi_azure_native/databoxedge/v20210201/device.py +1 -1
  155. pulumi_azure_native/databoxedge/v20210201preview/device.py +1 -1
  156. pulumi_azure_native/databoxedge/v20210201preview/user.py +1 -1
  157. pulumi_azure_native/databoxedge/v20220301/bandwidth_schedule.py +1 -1
  158. pulumi_azure_native/databoxedge/v20220301/container.py +1 -1
  159. pulumi_azure_native/databoxedge/v20220301/device.py +1 -1
  160. pulumi_azure_native/databoxedge/v20220301/io_t_addon.py +1 -1
  161. pulumi_azure_native/databoxedge/v20220301/monitoring_config.py +1 -1
  162. pulumi_azure_native/databoxedge/v20220301/order.py +1 -1
  163. pulumi_azure_native/databoxedge/v20220301/share.py +1 -1
  164. pulumi_azure_native/databoxedge/v20220301/storage_account.py +1 -1
  165. pulumi_azure_native/databoxedge/v20220301/storage_account_credential.py +1 -1
  166. pulumi_azure_native/databoxedge/v20220301/user.py +1 -1
  167. pulumi_azure_native/databoxedge/v20220401preview/device.py +1 -1
  168. pulumi_azure_native/databoxedge/v20220401preview/order.py +1 -1
  169. pulumi_azure_native/databoxedge/v20230101preview/arc_addon.py +1 -1
  170. pulumi_azure_native/databoxedge/v20230101preview/bandwidth_schedule.py +1 -1
  171. pulumi_azure_native/databoxedge/v20230101preview/cloud_edge_management_role.py +1 -1
  172. pulumi_azure_native/databoxedge/v20230101preview/container.py +1 -1
  173. pulumi_azure_native/databoxedge/v20230101preview/device.py +1 -1
  174. pulumi_azure_native/databoxedge/v20230101preview/file_event_trigger.py +1 -1
  175. pulumi_azure_native/databoxedge/v20230101preview/io_t_role.py +1 -1
  176. pulumi_azure_native/databoxedge/v20230101preview/kubernetes_role.py +1 -1
  177. pulumi_azure_native/databoxedge/v20230101preview/mec_role.py +1 -1
  178. pulumi_azure_native/databoxedge/v20230101preview/monitoring_config.py +1 -1
  179. pulumi_azure_native/databoxedge/v20230101preview/order.py +1 -1
  180. pulumi_azure_native/databoxedge/v20230101preview/periodic_timer_event_trigger.py +1 -1
  181. pulumi_azure_native/databoxedge/v20230101preview/share.py +1 -1
  182. pulumi_azure_native/databoxedge/v20230101preview/storage_account.py +1 -1
  183. pulumi_azure_native/databoxedge/v20230101preview/storage_account_credential.py +1 -1
  184. pulumi_azure_native/databoxedge/v20230101preview/user.py +1 -1
  185. pulumi_azure_native/databoxedge/v20230701/arc_addon.py +1 -1
  186. pulumi_azure_native/databoxedge/v20230701/bandwidth_schedule.py +1 -1
  187. pulumi_azure_native/databoxedge/v20230701/cloud_edge_management_role.py +1 -1
  188. pulumi_azure_native/databoxedge/v20230701/container.py +1 -1
  189. pulumi_azure_native/databoxedge/v20230701/device.py +1 -1
  190. pulumi_azure_native/databoxedge/v20230701/file_event_trigger.py +1 -1
  191. pulumi_azure_native/databoxedge/v20230701/io_t_addon.py +1 -1
  192. pulumi_azure_native/databoxedge/v20230701/io_t_role.py +1 -1
  193. pulumi_azure_native/databoxedge/v20230701/kubernetes_role.py +1 -1
  194. pulumi_azure_native/databoxedge/v20230701/mec_role.py +1 -1
  195. pulumi_azure_native/databoxedge/v20230701/monitoring_config.py +1 -1
  196. pulumi_azure_native/databoxedge/v20230701/order.py +1 -1
  197. pulumi_azure_native/databoxedge/v20230701/periodic_timer_event_trigger.py +1 -1
  198. pulumi_azure_native/databoxedge/v20230701/share.py +1 -1
  199. pulumi_azure_native/databoxedge/v20230701/storage_account.py +1 -1
  200. pulumi_azure_native/databoxedge/v20230701/storage_account_credential.py +1 -1
  201. pulumi_azure_native/databoxedge/v20230701/user.py +1 -1
  202. pulumi_azure_native/databoxedge/v20231201/__init__.py +46 -0
  203. pulumi_azure_native/databoxedge/v20231201/_enums.py +261 -0
  204. pulumi_azure_native/databoxedge/v20231201/_inputs.py +1271 -0
  205. pulumi_azure_native/databoxedge/v20231201/arc_addon.py +379 -0
  206. pulumi_azure_native/databoxedge/v20231201/bandwidth_schedule.py +305 -0
  207. pulumi_azure_native/databoxedge/v20231201/cloud_edge_management_role.py +273 -0
  208. pulumi_azure_native/databoxedge/v20231201/container.py +267 -0
  209. pulumi_azure_native/databoxedge/v20231201/device.py +501 -0
  210. pulumi_azure_native/databoxedge/v20231201/file_event_trigger.py +308 -0
  211. pulumi_azure_native/databoxedge/v20231201/get_arc_addon.py +246 -0
  212. pulumi_azure_native/databoxedge/v20231201/get_bandwidth_schedule.py +175 -0
  213. pulumi_azure_native/databoxedge/v20231201/get_cloud_edge_management_role.py +178 -0
  214. pulumi_azure_native/databoxedge/v20231201/get_container.py +180 -0
  215. pulumi_azure_native/databoxedge/v20231201/get_device.py +430 -0
  216. pulumi_azure_native/databoxedge/v20231201/get_device_extended_information.py +313 -0
  217. pulumi_azure_native/databoxedge/v20231201/get_file_event_trigger.py +176 -0
  218. pulumi_azure_native/databoxedge/v20231201/get_io_t_addon.py +220 -0
  219. pulumi_azure_native/databoxedge/v20231201/get_io_t_role.py +241 -0
  220. pulumi_azure_native/databoxedge/v20231201/get_kubernetes_role.py +222 -0
  221. pulumi_azure_native/databoxedge/v20231201/get_mec_role.py +189 -0
  222. pulumi_azure_native/databoxedge/v20231201/get_monitoring_config.py +136 -0
  223. pulumi_azure_native/databoxedge/v20231201/get_order.py +248 -0
  224. pulumi_azure_native/databoxedge/v20231201/get_periodic_timer_event_trigger.py +176 -0
  225. pulumi_azure_native/databoxedge/v20231201/get_share.py +253 -0
  226. pulumi_azure_native/databoxedge/v20231201/get_storage_account.py +201 -0
  227. pulumi_azure_native/databoxedge/v20231201/get_storage_account_credential.py +227 -0
  228. pulumi_azure_native/databoxedge/v20231201/get_user.py +162 -0
  229. pulumi_azure_native/databoxedge/v20231201/io_t_addon.py +342 -0
  230. pulumi_azure_native/databoxedge/v20231201/io_t_role.py +437 -0
  231. pulumi_azure_native/databoxedge/v20231201/kubernetes_role.py +374 -0
  232. pulumi_azure_native/databoxedge/v20231201/list_order_dc_access_code.py +78 -0
  233. pulumi_azure_native/databoxedge/v20231201/mec_role.py +337 -0
  234. pulumi_azure_native/databoxedge/v20231201/monitoring_config.py +217 -0
  235. pulumi_azure_native/databoxedge/v20231201/order.py +325 -0
  236. pulumi_azure_native/databoxedge/v20231201/outputs.py +2702 -0
  237. pulumi_azure_native/databoxedge/v20231201/periodic_timer_event_trigger.py +308 -0
  238. pulumi_azure_native/databoxedge/v20231201/share.py +460 -0
  239. pulumi_azure_native/databoxedge/v20231201/storage_account.py +323 -0
  240. pulumi_azure_native/databoxedge/v20231201/storage_account_credential.py +421 -0
  241. pulumi_azure_native/databoxedge/v20231201/user.py +255 -0
  242. pulumi_azure_native/datafactory/_inputs.py +79 -47
  243. pulumi_azure_native/datafactory/outputs.py +68 -40
  244. pulumi_azure_native/datafactory/v20180601/_inputs.py +79 -47
  245. pulumi_azure_native/datafactory/v20180601/outputs.py +68 -40
  246. pulumi_azure_native/desktopvirtualization/__init__.py +3 -0
  247. pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
  248. pulumi_azure_native/desktopvirtualization/application.py +3 -3
  249. pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
  250. pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
  251. pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
  252. pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
  253. pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
  254. pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
  255. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
  256. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
  257. pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
  258. pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
  259. pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
  260. pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
  261. pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
  262. pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
  263. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
  264. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
  265. pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
  266. pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
  267. pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
  268. pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
  269. pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
  270. pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
  271. pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
  272. pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
  273. pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
  274. pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
  275. pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
  276. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
  277. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
  278. pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
  279. pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
  280. pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
  281. pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
  282. pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
  283. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
  284. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
  285. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
  286. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
  287. pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
  288. pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
  289. pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
  290. pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
  291. pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
  292. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
  293. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
  294. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
  295. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
  296. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
  297. pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
  298. pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
  299. pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
  300. pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
  301. pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
  302. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
  303. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
  304. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
  305. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
  306. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
  307. pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
  308. pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
  309. pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
  310. pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
  311. pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
  312. pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
  313. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
  314. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
  315. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
  316. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
  317. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
  318. pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
  319. pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
  320. pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
  321. pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
  322. pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
  323. pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
  324. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
  325. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
  326. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
  327. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
  328. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
  329. pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
  330. pulumi_azure_native/desktopvirtualization/v20240116preview/__init__.py +32 -0
  331. pulumi_azure_native/desktopvirtualization/v20240116preview/_enums.py +314 -0
  332. pulumi_azure_native/desktopvirtualization/v20240116preview/_inputs.py +1332 -0
  333. pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +254 -0
  334. pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +536 -0
  335. pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +532 -0
  336. pulumi_azure_native/desktopvirtualization/v20240116preview/get_app_attach_package.py +157 -0
  337. pulumi_azure_native/desktopvirtualization/v20240116preview/get_application.py +305 -0
  338. pulumi_azure_native/desktopvirtualization/v20240116preview/get_application_group.py +317 -0
  339. pulumi_azure_native/desktopvirtualization/v20240116preview/get_host_pool.py +590 -0
  340. pulumi_azure_native/desktopvirtualization/v20240116preview/get_msix_package.py +266 -0
  341. pulumi_azure_native/desktopvirtualization/v20240116preview/get_private_endpoint_connection_by_host_pool.py +162 -0
  342. pulumi_azure_native/desktopvirtualization/v20240116preview/get_private_endpoint_connection_by_workspace.py +162 -0
  343. pulumi_azure_native/desktopvirtualization/v20240116preview/get_scaling_plan.py +317 -0
  344. pulumi_azure_native/desktopvirtualization/v20240116preview/get_scaling_plan_personal_schedule.py +461 -0
  345. pulumi_azure_native/desktopvirtualization/v20240116preview/get_scaling_plan_pooled_schedule.py +344 -0
  346. pulumi_azure_native/desktopvirtualization/v20240116preview/get_workspace.py +304 -0
  347. pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1104 -0
  348. pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +505 -0
  349. pulumi_azure_native/desktopvirtualization/v20240116preview/outputs.py +1625 -0
  350. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +237 -0
  351. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +237 -0
  352. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +573 -0
  353. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +957 -0
  354. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +680 -0
  355. pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +501 -0
  356. pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
  357. pulumi_azure_native/healthcareapis/__init__.py +3 -0
  358. pulumi_azure_native/healthcareapis/dicom_service.py +3 -3
  359. pulumi_azure_native/healthcareapis/fhir_service.py +3 -3
  360. pulumi_azure_native/healthcareapis/get_dicom_service.py +2 -2
  361. pulumi_azure_native/healthcareapis/get_fhir_service.py +2 -2
  362. pulumi_azure_native/healthcareapis/get_iot_connector.py +2 -2
  363. pulumi_azure_native/healthcareapis/get_iot_connector_fhir_destination.py +2 -2
  364. pulumi_azure_native/healthcareapis/get_private_endpoint_connection.py +2 -2
  365. pulumi_azure_native/healthcareapis/get_service.py +2 -2
  366. pulumi_azure_native/healthcareapis/get_workspace.py +2 -2
  367. pulumi_azure_native/healthcareapis/get_workspace_private_endpoint_connection.py +2 -2
  368. pulumi_azure_native/healthcareapis/iot_connector.py +3 -3
  369. pulumi_azure_native/healthcareapis/iot_connector_fhir_destination.py +3 -3
  370. pulumi_azure_native/healthcareapis/private_endpoint_connection.py +3 -3
  371. pulumi_azure_native/healthcareapis/service.py +3 -3
  372. pulumi_azure_native/healthcareapis/v20230228/dicom_service.py +1 -1
  373. pulumi_azure_native/healthcareapis/v20230228/fhir_service.py +1 -1
  374. pulumi_azure_native/healthcareapis/v20230228/iot_connector.py +1 -1
  375. pulumi_azure_native/healthcareapis/v20230228/iot_connector_fhir_destination.py +1 -1
  376. pulumi_azure_native/healthcareapis/v20230228/private_endpoint_connection.py +1 -1
  377. pulumi_azure_native/healthcareapis/v20230228/service.py +1 -1
  378. pulumi_azure_native/healthcareapis/v20230228/workspace.py +1 -1
  379. pulumi_azure_native/healthcareapis/v20230228/workspace_private_endpoint_connection.py +1 -1
  380. pulumi_azure_native/healthcareapis/v20230906/dicom_service.py +1 -1
  381. pulumi_azure_native/healthcareapis/v20230906/fhir_service.py +1 -1
  382. pulumi_azure_native/healthcareapis/v20230906/iot_connector.py +1 -1
  383. pulumi_azure_native/healthcareapis/v20230906/iot_connector_fhir_destination.py +1 -1
  384. pulumi_azure_native/healthcareapis/v20230906/private_endpoint_connection.py +1 -1
  385. pulumi_azure_native/healthcareapis/v20230906/service.py +1 -1
  386. pulumi_azure_native/healthcareapis/v20230906/workspace.py +1 -1
  387. pulumi_azure_native/healthcareapis/v20230906/workspace_private_endpoint_connection.py +1 -1
  388. pulumi_azure_native/healthcareapis/v20231101/dicom_service.py +1 -1
  389. pulumi_azure_native/healthcareapis/v20231101/fhir_service.py +1 -1
  390. pulumi_azure_native/healthcareapis/v20231101/iot_connector.py +1 -1
  391. pulumi_azure_native/healthcareapis/v20231101/iot_connector_fhir_destination.py +1 -1
  392. pulumi_azure_native/healthcareapis/v20231101/private_endpoint_connection.py +1 -1
  393. pulumi_azure_native/healthcareapis/v20231101/service.py +1 -1
  394. pulumi_azure_native/healthcareapis/v20231101/workspace.py +1 -1
  395. pulumi_azure_native/healthcareapis/v20231101/workspace_private_endpoint_connection.py +1 -1
  396. pulumi_azure_native/healthcareapis/v20231201/__init__.py +26 -0
  397. pulumi_azure_native/healthcareapis/v20231201/_enums.py +93 -0
  398. pulumi_azure_native/healthcareapis/v20231201/_inputs.py +1391 -0
  399. pulumi_azure_native/healthcareapis/v20231201/dicom_service.py +402 -0
  400. pulumi_azure_native/healthcareapis/v20231201/fhir_service.py +585 -0
  401. pulumi_azure_native/healthcareapis/v20231201/get_dicom_service.py +279 -0
  402. pulumi_azure_native/healthcareapis/v20231201/get_fhir_service.py +344 -0
  403. pulumi_azure_native/healthcareapis/v20231201/get_iot_connector.py +214 -0
  404. pulumi_azure_native/healthcareapis/v20231201/get_iot_connector_fhir_destination.py +193 -0
  405. pulumi_azure_native/healthcareapis/v20231201/get_private_endpoint_connection.py +162 -0
  406. pulumi_azure_native/healthcareapis/v20231201/get_service.py +196 -0
  407. pulumi_azure_native/healthcareapis/v20231201/get_workspace.py +170 -0
  408. pulumi_azure_native/healthcareapis/v20231201/get_workspace_private_endpoint_connection.py +162 -0
  409. pulumi_azure_native/healthcareapis/v20231201/iot_connector.py +352 -0
  410. pulumi_azure_native/healthcareapis/v20231201/iot_connector_fhir_destination.py +337 -0
  411. pulumi_azure_native/healthcareapis/v20231201/outputs.py +2068 -0
  412. pulumi_azure_native/healthcareapis/v20231201/private_endpoint_connection.py +237 -0
  413. pulumi_azure_native/healthcareapis/v20231201/service.py +322 -0
  414. pulumi_azure_native/healthcareapis/v20231201/workspace.py +242 -0
  415. pulumi_azure_native/healthcareapis/v20231201/workspace_private_endpoint_connection.py +237 -0
  416. pulumi_azure_native/healthcareapis/workspace.py +3 -3
  417. pulumi_azure_native/healthcareapis/workspace_private_endpoint_connection.py +3 -3
  418. pulumi_azure_native/quantum/__init__.py +4 -0
  419. pulumi_azure_native/quantum/get_workspace.py +4 -0
  420. pulumi_azure_native/quantum/list_workspace_keys.py +133 -0
  421. pulumi_azure_native/quantum/outputs.py +35 -0
  422. pulumi_azure_native/quantum/v20220110preview/workspace.py +1 -1
  423. pulumi_azure_native/quantum/v20231113preview/__init__.py +13 -0
  424. pulumi_azure_native/quantum/v20231113preview/_enums.py +30 -0
  425. pulumi_azure_native/quantum/v20231113preview/_inputs.py +145 -0
  426. pulumi_azure_native/quantum/v20231113preview/get_workspace.py +235 -0
  427. pulumi_azure_native/quantum/v20231113preview/list_workspace_keys.py +131 -0
  428. pulumi_azure_native/quantum/v20231113preview/outputs.py +337 -0
  429. pulumi_azure_native/quantum/v20231113preview/workspace.py +370 -0
  430. pulumi_azure_native/quantum/workspace.py +5 -1
  431. {pulumi_azure_native-2.26.2a1706204883.dist-info → pulumi_azure_native-2.27.0.dist-info}/METADATA +1 -1
  432. {pulumi_azure_native-2.26.2a1706204883.dist-info → pulumi_azure_native-2.27.0.dist-info}/RECORD +434 -314
  433. {pulumi_azure_native-2.26.2a1706204883.dist-info → pulumi_azure_native-2.27.0.dist-info}/WHEEL +0 -0
  434. {pulumi_azure_native-2.26.2a1706204883.dist-info → pulumi_azure_native-2.27.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2702 @@
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
+ 'AddressResponse',
16
+ 'AsymmetricEncryptedSecretResponse',
17
+ 'AuthenticationResponse',
18
+ 'AzureContainerInfoResponse',
19
+ 'ClientAccessRightResponse',
20
+ 'CniConfigResponse',
21
+ 'ComputeResourceResponse',
22
+ 'ContactDetailsResponse',
23
+ 'DataResidencyResponse',
24
+ 'EdgeProfileResponse',
25
+ 'EdgeProfileSubscriptionResponse',
26
+ 'EtcdInfoResponse',
27
+ 'FileSourceInfoResponse',
28
+ 'ImageRepositoryCredentialResponse',
29
+ 'IoTDeviceInfoResponse',
30
+ 'IoTEdgeAgentInfoResponse',
31
+ 'KubernetesClusterInfoResponse',
32
+ 'KubernetesIPConfigurationResponse',
33
+ 'KubernetesRoleComputeResponse',
34
+ 'KubernetesRoleNetworkResponse',
35
+ 'KubernetesRoleResourcesResponse',
36
+ 'KubernetesRoleStorageClassInfoResponse',
37
+ 'KubernetesRoleStorageResponse',
38
+ 'LoadBalancerConfigResponse',
39
+ 'MetricConfigurationResponse',
40
+ 'MetricCounterResponse',
41
+ 'MetricCounterSetResponse',
42
+ 'MetricDimensionResponse',
43
+ 'MountPointMapResponse',
44
+ 'NodeInfoResponse',
45
+ 'OrderStatusResponse',
46
+ 'PeriodicTimerSourceInfoResponse',
47
+ 'RefreshDetailsResponse',
48
+ 'ResourceIdentityResponse',
49
+ 'ResourceMoveDetailsResponse',
50
+ 'RoleSinkInfoResponse',
51
+ 'SecretResponse',
52
+ 'ShareAccessRightResponse',
53
+ 'SkuResponse',
54
+ 'SubscriptionRegisteredFeaturesResponse',
55
+ 'SymmetricKeyResponse',
56
+ 'SystemDataResponse',
57
+ 'TrackingInfoResponse',
58
+ 'UserAccessRightResponse',
59
+ ]
60
+
61
+ @pulumi.output_type
62
+ class AddressResponse(dict):
63
+ """
64
+ The shipping address of the customer.
65
+ """
66
+ @staticmethod
67
+ def __key_warning(key: str):
68
+ suggest = None
69
+ if key == "addressLine1":
70
+ suggest = "address_line1"
71
+ elif key == "addressLine2":
72
+ suggest = "address_line2"
73
+ elif key == "addressLine3":
74
+ suggest = "address_line3"
75
+ elif key == "postalCode":
76
+ suggest = "postal_code"
77
+
78
+ if suggest:
79
+ pulumi.log.warn(f"Key '{key}' not found in AddressResponse. Access the value via the '{suggest}' property getter instead.")
80
+
81
+ def __getitem__(self, key: str) -> Any:
82
+ AddressResponse.__key_warning(key)
83
+ return super().__getitem__(key)
84
+
85
+ def get(self, key: str, default = None) -> Any:
86
+ AddressResponse.__key_warning(key)
87
+ return super().get(key, default)
88
+
89
+ def __init__(__self__, *,
90
+ country: str,
91
+ address_line1: Optional[str] = None,
92
+ address_line2: Optional[str] = None,
93
+ address_line3: Optional[str] = None,
94
+ city: Optional[str] = None,
95
+ postal_code: Optional[str] = None,
96
+ state: Optional[str] = None):
97
+ """
98
+ The shipping address of the customer.
99
+ :param str country: The country name.
100
+ :param str address_line1: The address line1.
101
+ :param str address_line2: The address line2.
102
+ :param str address_line3: The address line3.
103
+ :param str city: The city name.
104
+ :param str postal_code: The postal code.
105
+ :param str state: The state name.
106
+ """
107
+ pulumi.set(__self__, "country", country)
108
+ if address_line1 is not None:
109
+ pulumi.set(__self__, "address_line1", address_line1)
110
+ if address_line2 is not None:
111
+ pulumi.set(__self__, "address_line2", address_line2)
112
+ if address_line3 is not None:
113
+ pulumi.set(__self__, "address_line3", address_line3)
114
+ if city is not None:
115
+ pulumi.set(__self__, "city", city)
116
+ if postal_code is not None:
117
+ pulumi.set(__self__, "postal_code", postal_code)
118
+ if state is not None:
119
+ pulumi.set(__self__, "state", state)
120
+
121
+ @property
122
+ @pulumi.getter
123
+ def country(self) -> str:
124
+ """
125
+ The country name.
126
+ """
127
+ return pulumi.get(self, "country")
128
+
129
+ @property
130
+ @pulumi.getter(name="addressLine1")
131
+ def address_line1(self) -> Optional[str]:
132
+ """
133
+ The address line1.
134
+ """
135
+ return pulumi.get(self, "address_line1")
136
+
137
+ @property
138
+ @pulumi.getter(name="addressLine2")
139
+ def address_line2(self) -> Optional[str]:
140
+ """
141
+ The address line2.
142
+ """
143
+ return pulumi.get(self, "address_line2")
144
+
145
+ @property
146
+ @pulumi.getter(name="addressLine3")
147
+ def address_line3(self) -> Optional[str]:
148
+ """
149
+ The address line3.
150
+ """
151
+ return pulumi.get(self, "address_line3")
152
+
153
+ @property
154
+ @pulumi.getter
155
+ def city(self) -> Optional[str]:
156
+ """
157
+ The city name.
158
+ """
159
+ return pulumi.get(self, "city")
160
+
161
+ @property
162
+ @pulumi.getter(name="postalCode")
163
+ def postal_code(self) -> Optional[str]:
164
+ """
165
+ The postal code.
166
+ """
167
+ return pulumi.get(self, "postal_code")
168
+
169
+ @property
170
+ @pulumi.getter
171
+ def state(self) -> Optional[str]:
172
+ """
173
+ The state name.
174
+ """
175
+ return pulumi.get(self, "state")
176
+
177
+
178
+ @pulumi.output_type
179
+ class AsymmetricEncryptedSecretResponse(dict):
180
+ """
181
+ Represent the secrets intended for encryption with asymmetric key pair.
182
+ """
183
+ @staticmethod
184
+ def __key_warning(key: str):
185
+ suggest = None
186
+ if key == "encryptionAlgorithm":
187
+ suggest = "encryption_algorithm"
188
+ elif key == "encryptionCertThumbprint":
189
+ suggest = "encryption_cert_thumbprint"
190
+
191
+ if suggest:
192
+ pulumi.log.warn(f"Key '{key}' not found in AsymmetricEncryptedSecretResponse. Access the value via the '{suggest}' property getter instead.")
193
+
194
+ def __getitem__(self, key: str) -> Any:
195
+ AsymmetricEncryptedSecretResponse.__key_warning(key)
196
+ return super().__getitem__(key)
197
+
198
+ def get(self, key: str, default = None) -> Any:
199
+ AsymmetricEncryptedSecretResponse.__key_warning(key)
200
+ return super().get(key, default)
201
+
202
+ def __init__(__self__, *,
203
+ encryption_algorithm: str,
204
+ value: str,
205
+ encryption_cert_thumbprint: Optional[str] = None):
206
+ """
207
+ Represent the secrets intended for encryption with asymmetric key pair.
208
+ :param str encryption_algorithm: The algorithm used to encrypt "Value".
209
+ :param str value: The value of the secret.
210
+ :param str encryption_cert_thumbprint: Thumbprint certificate used to encrypt \\"Value\\". If the value is unencrypted, it will be null.
211
+ """
212
+ pulumi.set(__self__, "encryption_algorithm", encryption_algorithm)
213
+ pulumi.set(__self__, "value", value)
214
+ if encryption_cert_thumbprint is not None:
215
+ pulumi.set(__self__, "encryption_cert_thumbprint", encryption_cert_thumbprint)
216
+
217
+ @property
218
+ @pulumi.getter(name="encryptionAlgorithm")
219
+ def encryption_algorithm(self) -> str:
220
+ """
221
+ The algorithm used to encrypt "Value".
222
+ """
223
+ return pulumi.get(self, "encryption_algorithm")
224
+
225
+ @property
226
+ @pulumi.getter
227
+ def value(self) -> str:
228
+ """
229
+ The value of the secret.
230
+ """
231
+ return pulumi.get(self, "value")
232
+
233
+ @property
234
+ @pulumi.getter(name="encryptionCertThumbprint")
235
+ def encryption_cert_thumbprint(self) -> Optional[str]:
236
+ """
237
+ Thumbprint certificate used to encrypt \\"Value\\". If the value is unencrypted, it will be null.
238
+ """
239
+ return pulumi.get(self, "encryption_cert_thumbprint")
240
+
241
+
242
+ @pulumi.output_type
243
+ class AuthenticationResponse(dict):
244
+ """
245
+ Authentication mechanism for IoT devices.
246
+ """
247
+ @staticmethod
248
+ def __key_warning(key: str):
249
+ suggest = None
250
+ if key == "symmetricKey":
251
+ suggest = "symmetric_key"
252
+
253
+ if suggest:
254
+ pulumi.log.warn(f"Key '{key}' not found in AuthenticationResponse. Access the value via the '{suggest}' property getter instead.")
255
+
256
+ def __getitem__(self, key: str) -> Any:
257
+ AuthenticationResponse.__key_warning(key)
258
+ return super().__getitem__(key)
259
+
260
+ def get(self, key: str, default = None) -> Any:
261
+ AuthenticationResponse.__key_warning(key)
262
+ return super().get(key, default)
263
+
264
+ def __init__(__self__, *,
265
+ symmetric_key: Optional['outputs.SymmetricKeyResponse'] = None):
266
+ """
267
+ Authentication mechanism for IoT devices.
268
+ :param 'SymmetricKeyResponse' symmetric_key: Symmetric key for authentication.
269
+ """
270
+ if symmetric_key is not None:
271
+ pulumi.set(__self__, "symmetric_key", symmetric_key)
272
+
273
+ @property
274
+ @pulumi.getter(name="symmetricKey")
275
+ def symmetric_key(self) -> Optional['outputs.SymmetricKeyResponse']:
276
+ """
277
+ Symmetric key for authentication.
278
+ """
279
+ return pulumi.get(self, "symmetric_key")
280
+
281
+
282
+ @pulumi.output_type
283
+ class AzureContainerInfoResponse(dict):
284
+ """
285
+ Azure container mapping of the endpoint.
286
+ """
287
+ @staticmethod
288
+ def __key_warning(key: str):
289
+ suggest = None
290
+ if key == "containerName":
291
+ suggest = "container_name"
292
+ elif key == "dataFormat":
293
+ suggest = "data_format"
294
+ elif key == "storageAccountCredentialId":
295
+ suggest = "storage_account_credential_id"
296
+
297
+ if suggest:
298
+ pulumi.log.warn(f"Key '{key}' not found in AzureContainerInfoResponse. Access the value via the '{suggest}' property getter instead.")
299
+
300
+ def __getitem__(self, key: str) -> Any:
301
+ AzureContainerInfoResponse.__key_warning(key)
302
+ return super().__getitem__(key)
303
+
304
+ def get(self, key: str, default = None) -> Any:
305
+ AzureContainerInfoResponse.__key_warning(key)
306
+ return super().get(key, default)
307
+
308
+ def __init__(__self__, *,
309
+ container_name: str,
310
+ data_format: str,
311
+ storage_account_credential_id: str):
312
+ """
313
+ Azure container mapping of the endpoint.
314
+ :param str container_name: Container name (Based on the data format specified, this represents the name of Azure Files/Page blob/Block blob).
315
+ :param str data_format: Storage format used for the file represented by the share.
316
+ :param str storage_account_credential_id: ID of the storage account credential used to access storage.
317
+ """
318
+ pulumi.set(__self__, "container_name", container_name)
319
+ pulumi.set(__self__, "data_format", data_format)
320
+ pulumi.set(__self__, "storage_account_credential_id", storage_account_credential_id)
321
+
322
+ @property
323
+ @pulumi.getter(name="containerName")
324
+ def container_name(self) -> str:
325
+ """
326
+ Container name (Based on the data format specified, this represents the name of Azure Files/Page blob/Block blob).
327
+ """
328
+ return pulumi.get(self, "container_name")
329
+
330
+ @property
331
+ @pulumi.getter(name="dataFormat")
332
+ def data_format(self) -> str:
333
+ """
334
+ Storage format used for the file represented by the share.
335
+ """
336
+ return pulumi.get(self, "data_format")
337
+
338
+ @property
339
+ @pulumi.getter(name="storageAccountCredentialId")
340
+ def storage_account_credential_id(self) -> str:
341
+ """
342
+ ID of the storage account credential used to access storage.
343
+ """
344
+ return pulumi.get(self, "storage_account_credential_id")
345
+
346
+
347
+ @pulumi.output_type
348
+ class ClientAccessRightResponse(dict):
349
+ """
350
+ The mapping between a particular client IP and the type of access client has on the NFS share.
351
+ """
352
+ @staticmethod
353
+ def __key_warning(key: str):
354
+ suggest = None
355
+ if key == "accessPermission":
356
+ suggest = "access_permission"
357
+
358
+ if suggest:
359
+ pulumi.log.warn(f"Key '{key}' not found in ClientAccessRightResponse. Access the value via the '{suggest}' property getter instead.")
360
+
361
+ def __getitem__(self, key: str) -> Any:
362
+ ClientAccessRightResponse.__key_warning(key)
363
+ return super().__getitem__(key)
364
+
365
+ def get(self, key: str, default = None) -> Any:
366
+ ClientAccessRightResponse.__key_warning(key)
367
+ return super().get(key, default)
368
+
369
+ def __init__(__self__, *,
370
+ access_permission: str,
371
+ client: str):
372
+ """
373
+ The mapping between a particular client IP and the type of access client has on the NFS share.
374
+ :param str access_permission: Type of access to be allowed for the client.
375
+ :param str client: IP of the client.
376
+ """
377
+ pulumi.set(__self__, "access_permission", access_permission)
378
+ pulumi.set(__self__, "client", client)
379
+
380
+ @property
381
+ @pulumi.getter(name="accessPermission")
382
+ def access_permission(self) -> str:
383
+ """
384
+ Type of access to be allowed for the client.
385
+ """
386
+ return pulumi.get(self, "access_permission")
387
+
388
+ @property
389
+ @pulumi.getter
390
+ def client(self) -> str:
391
+ """
392
+ IP of the client.
393
+ """
394
+ return pulumi.get(self, "client")
395
+
396
+
397
+ @pulumi.output_type
398
+ class CniConfigResponse(dict):
399
+ """
400
+ Cni configuration
401
+ """
402
+ @staticmethod
403
+ def __key_warning(key: str):
404
+ suggest = None
405
+ if key == "podSubnet":
406
+ suggest = "pod_subnet"
407
+ elif key == "serviceSubnet":
408
+ suggest = "service_subnet"
409
+
410
+ if suggest:
411
+ pulumi.log.warn(f"Key '{key}' not found in CniConfigResponse. Access the value via the '{suggest}' property getter instead.")
412
+
413
+ def __getitem__(self, key: str) -> Any:
414
+ CniConfigResponse.__key_warning(key)
415
+ return super().__getitem__(key)
416
+
417
+ def get(self, key: str, default = None) -> Any:
418
+ CniConfigResponse.__key_warning(key)
419
+ return super().get(key, default)
420
+
421
+ def __init__(__self__, *,
422
+ pod_subnet: str,
423
+ service_subnet: str,
424
+ type: str,
425
+ version: str):
426
+ """
427
+ Cni configuration
428
+ :param str pod_subnet: Pod Subnet
429
+ :param str service_subnet: Service subnet
430
+ :param str type: Cni type
431
+ :param str version: Cni version
432
+ """
433
+ pulumi.set(__self__, "pod_subnet", pod_subnet)
434
+ pulumi.set(__self__, "service_subnet", service_subnet)
435
+ pulumi.set(__self__, "type", type)
436
+ pulumi.set(__self__, "version", version)
437
+
438
+ @property
439
+ @pulumi.getter(name="podSubnet")
440
+ def pod_subnet(self) -> str:
441
+ """
442
+ Pod Subnet
443
+ """
444
+ return pulumi.get(self, "pod_subnet")
445
+
446
+ @property
447
+ @pulumi.getter(name="serviceSubnet")
448
+ def service_subnet(self) -> str:
449
+ """
450
+ Service subnet
451
+ """
452
+ return pulumi.get(self, "service_subnet")
453
+
454
+ @property
455
+ @pulumi.getter
456
+ def type(self) -> str:
457
+ """
458
+ Cni type
459
+ """
460
+ return pulumi.get(self, "type")
461
+
462
+ @property
463
+ @pulumi.getter
464
+ def version(self) -> str:
465
+ """
466
+ Cni version
467
+ """
468
+ return pulumi.get(self, "version")
469
+
470
+
471
+ @pulumi.output_type
472
+ class ComputeResourceResponse(dict):
473
+ """
474
+ Compute infrastructure Resource
475
+ """
476
+ @staticmethod
477
+ def __key_warning(key: str):
478
+ suggest = None
479
+ if key == "memoryInGB":
480
+ suggest = "memory_in_gb"
481
+ elif key == "processorCount":
482
+ suggest = "processor_count"
483
+
484
+ if suggest:
485
+ pulumi.log.warn(f"Key '{key}' not found in ComputeResourceResponse. Access the value via the '{suggest}' property getter instead.")
486
+
487
+ def __getitem__(self, key: str) -> Any:
488
+ ComputeResourceResponse.__key_warning(key)
489
+ return super().__getitem__(key)
490
+
491
+ def get(self, key: str, default = None) -> Any:
492
+ ComputeResourceResponse.__key_warning(key)
493
+ return super().get(key, default)
494
+
495
+ def __init__(__self__, *,
496
+ memory_in_gb: float,
497
+ processor_count: int):
498
+ """
499
+ Compute infrastructure Resource
500
+ :param float memory_in_gb: Memory in GB
501
+ :param int processor_count: Processor count
502
+ """
503
+ pulumi.set(__self__, "memory_in_gb", memory_in_gb)
504
+ pulumi.set(__self__, "processor_count", processor_count)
505
+
506
+ @property
507
+ @pulumi.getter(name="memoryInGB")
508
+ def memory_in_gb(self) -> float:
509
+ """
510
+ Memory in GB
511
+ """
512
+ return pulumi.get(self, "memory_in_gb")
513
+
514
+ @property
515
+ @pulumi.getter(name="processorCount")
516
+ def processor_count(self) -> int:
517
+ """
518
+ Processor count
519
+ """
520
+ return pulumi.get(self, "processor_count")
521
+
522
+
523
+ @pulumi.output_type
524
+ class ContactDetailsResponse(dict):
525
+ """
526
+ Contains all the contact details of the customer.
527
+ """
528
+ @staticmethod
529
+ def __key_warning(key: str):
530
+ suggest = None
531
+ if key == "companyName":
532
+ suggest = "company_name"
533
+ elif key == "contactPerson":
534
+ suggest = "contact_person"
535
+ elif key == "emailList":
536
+ suggest = "email_list"
537
+
538
+ if suggest:
539
+ pulumi.log.warn(f"Key '{key}' not found in ContactDetailsResponse. Access the value via the '{suggest}' property getter instead.")
540
+
541
+ def __getitem__(self, key: str) -> Any:
542
+ ContactDetailsResponse.__key_warning(key)
543
+ return super().__getitem__(key)
544
+
545
+ def get(self, key: str, default = None) -> Any:
546
+ ContactDetailsResponse.__key_warning(key)
547
+ return super().get(key, default)
548
+
549
+ def __init__(__self__, *,
550
+ company_name: str,
551
+ contact_person: str,
552
+ email_list: Sequence[str],
553
+ phone: str):
554
+ """
555
+ Contains all the contact details of the customer.
556
+ :param str company_name: The name of the company.
557
+ :param str contact_person: The contact person name.
558
+ :param Sequence[str] email_list: The email list.
559
+ :param str phone: The phone number.
560
+ """
561
+ pulumi.set(__self__, "company_name", company_name)
562
+ pulumi.set(__self__, "contact_person", contact_person)
563
+ pulumi.set(__self__, "email_list", email_list)
564
+ pulumi.set(__self__, "phone", phone)
565
+
566
+ @property
567
+ @pulumi.getter(name="companyName")
568
+ def company_name(self) -> str:
569
+ """
570
+ The name of the company.
571
+ """
572
+ return pulumi.get(self, "company_name")
573
+
574
+ @property
575
+ @pulumi.getter(name="contactPerson")
576
+ def contact_person(self) -> str:
577
+ """
578
+ The contact person name.
579
+ """
580
+ return pulumi.get(self, "contact_person")
581
+
582
+ @property
583
+ @pulumi.getter(name="emailList")
584
+ def email_list(self) -> Sequence[str]:
585
+ """
586
+ The email list.
587
+ """
588
+ return pulumi.get(self, "email_list")
589
+
590
+ @property
591
+ @pulumi.getter
592
+ def phone(self) -> str:
593
+ """
594
+ The phone number.
595
+ """
596
+ return pulumi.get(self, "phone")
597
+
598
+
599
+ @pulumi.output_type
600
+ class DataResidencyResponse(dict):
601
+ """
602
+ Wraps data-residency related information for edge-resource and this should be used with ARM layer.
603
+ """
604
+ def __init__(__self__, *,
605
+ type: Optional[str] = None):
606
+ """
607
+ Wraps data-residency related information for edge-resource and this should be used with ARM layer.
608
+ :param str type: DataResidencyType enum
609
+ """
610
+ if type is not None:
611
+ pulumi.set(__self__, "type", type)
612
+
613
+ @property
614
+ @pulumi.getter
615
+ def type(self) -> Optional[str]:
616
+ """
617
+ DataResidencyType enum
618
+ """
619
+ return pulumi.get(self, "type")
620
+
621
+
622
+ @pulumi.output_type
623
+ class EdgeProfileResponse(dict):
624
+ """
625
+ Details about Edge Profile for the resource
626
+ """
627
+ def __init__(__self__, *,
628
+ subscription: Optional['outputs.EdgeProfileSubscriptionResponse'] = None):
629
+ """
630
+ Details about Edge Profile for the resource
631
+ :param 'EdgeProfileSubscriptionResponse' subscription: Edge Profile Subscription
632
+ """
633
+ if subscription is not None:
634
+ pulumi.set(__self__, "subscription", subscription)
635
+
636
+ @property
637
+ @pulumi.getter
638
+ def subscription(self) -> Optional['outputs.EdgeProfileSubscriptionResponse']:
639
+ """
640
+ Edge Profile Subscription
641
+ """
642
+ return pulumi.get(self, "subscription")
643
+
644
+
645
+ @pulumi.output_type
646
+ class EdgeProfileSubscriptionResponse(dict):
647
+ """
648
+ Subscription details for the Edge Profile
649
+ """
650
+ @staticmethod
651
+ def __key_warning(key: str):
652
+ suggest = None
653
+ if key == "locationPlacementId":
654
+ suggest = "location_placement_id"
655
+ elif key == "quotaId":
656
+ suggest = "quota_id"
657
+ elif key == "registeredFeatures":
658
+ suggest = "registered_features"
659
+ elif key == "registrationDate":
660
+ suggest = "registration_date"
661
+ elif key == "registrationId":
662
+ suggest = "registration_id"
663
+ elif key == "serializedDetails":
664
+ suggest = "serialized_details"
665
+ elif key == "subscriptionId":
666
+ suggest = "subscription_id"
667
+ elif key == "tenantId":
668
+ suggest = "tenant_id"
669
+
670
+ if suggest:
671
+ pulumi.log.warn(f"Key '{key}' not found in EdgeProfileSubscriptionResponse. Access the value via the '{suggest}' property getter instead.")
672
+
673
+ def __getitem__(self, key: str) -> Any:
674
+ EdgeProfileSubscriptionResponse.__key_warning(key)
675
+ return super().__getitem__(key)
676
+
677
+ def get(self, key: str, default = None) -> Any:
678
+ EdgeProfileSubscriptionResponse.__key_warning(key)
679
+ return super().get(key, default)
680
+
681
+ def __init__(__self__, *,
682
+ id: Optional[str] = None,
683
+ location_placement_id: Optional[str] = None,
684
+ quota_id: Optional[str] = None,
685
+ registered_features: Optional[Sequence['outputs.SubscriptionRegisteredFeaturesResponse']] = None,
686
+ registration_date: Optional[str] = None,
687
+ registration_id: Optional[str] = None,
688
+ serialized_details: Optional[str] = None,
689
+ state: Optional[str] = None,
690
+ subscription_id: Optional[str] = None,
691
+ tenant_id: Optional[str] = None):
692
+ """
693
+ Subscription details for the Edge Profile
694
+ :param str id: ARM ID of the subscription
695
+ :param str registration_id: Edge Subscription Registration ID
696
+ """
697
+ if id is not None:
698
+ pulumi.set(__self__, "id", id)
699
+ if location_placement_id is not None:
700
+ pulumi.set(__self__, "location_placement_id", location_placement_id)
701
+ if quota_id is not None:
702
+ pulumi.set(__self__, "quota_id", quota_id)
703
+ if registered_features is not None:
704
+ pulumi.set(__self__, "registered_features", registered_features)
705
+ if registration_date is not None:
706
+ pulumi.set(__self__, "registration_date", registration_date)
707
+ if registration_id is not None:
708
+ pulumi.set(__self__, "registration_id", registration_id)
709
+ if serialized_details is not None:
710
+ pulumi.set(__self__, "serialized_details", serialized_details)
711
+ if state is not None:
712
+ pulumi.set(__self__, "state", state)
713
+ if subscription_id is not None:
714
+ pulumi.set(__self__, "subscription_id", subscription_id)
715
+ if tenant_id is not None:
716
+ pulumi.set(__self__, "tenant_id", tenant_id)
717
+
718
+ @property
719
+ @pulumi.getter
720
+ def id(self) -> Optional[str]:
721
+ """
722
+ ARM ID of the subscription
723
+ """
724
+ return pulumi.get(self, "id")
725
+
726
+ @property
727
+ @pulumi.getter(name="locationPlacementId")
728
+ def location_placement_id(self) -> Optional[str]:
729
+ return pulumi.get(self, "location_placement_id")
730
+
731
+ @property
732
+ @pulumi.getter(name="quotaId")
733
+ def quota_id(self) -> Optional[str]:
734
+ return pulumi.get(self, "quota_id")
735
+
736
+ @property
737
+ @pulumi.getter(name="registeredFeatures")
738
+ def registered_features(self) -> Optional[Sequence['outputs.SubscriptionRegisteredFeaturesResponse']]:
739
+ return pulumi.get(self, "registered_features")
740
+
741
+ @property
742
+ @pulumi.getter(name="registrationDate")
743
+ def registration_date(self) -> Optional[str]:
744
+ return pulumi.get(self, "registration_date")
745
+
746
+ @property
747
+ @pulumi.getter(name="registrationId")
748
+ def registration_id(self) -> Optional[str]:
749
+ """
750
+ Edge Subscription Registration ID
751
+ """
752
+ return pulumi.get(self, "registration_id")
753
+
754
+ @property
755
+ @pulumi.getter(name="serializedDetails")
756
+ def serialized_details(self) -> Optional[str]:
757
+ return pulumi.get(self, "serialized_details")
758
+
759
+ @property
760
+ @pulumi.getter
761
+ def state(self) -> Optional[str]:
762
+ return pulumi.get(self, "state")
763
+
764
+ @property
765
+ @pulumi.getter(name="subscriptionId")
766
+ def subscription_id(self) -> Optional[str]:
767
+ return pulumi.get(self, "subscription_id")
768
+
769
+ @property
770
+ @pulumi.getter(name="tenantId")
771
+ def tenant_id(self) -> Optional[str]:
772
+ return pulumi.get(self, "tenant_id")
773
+
774
+
775
+ @pulumi.output_type
776
+ class EtcdInfoResponse(dict):
777
+ """
778
+ Etcd configuration
779
+ """
780
+ def __init__(__self__, *,
781
+ type: str,
782
+ version: str):
783
+ """
784
+ Etcd configuration
785
+ :param str type: Etcd type
786
+ :param str version: Etcd version
787
+ """
788
+ pulumi.set(__self__, "type", type)
789
+ pulumi.set(__self__, "version", version)
790
+
791
+ @property
792
+ @pulumi.getter
793
+ def type(self) -> str:
794
+ """
795
+ Etcd type
796
+ """
797
+ return pulumi.get(self, "type")
798
+
799
+ @property
800
+ @pulumi.getter
801
+ def version(self) -> str:
802
+ """
803
+ Etcd version
804
+ """
805
+ return pulumi.get(self, "version")
806
+
807
+
808
+ @pulumi.output_type
809
+ class FileSourceInfoResponse(dict):
810
+ """
811
+ File source details.
812
+ """
813
+ @staticmethod
814
+ def __key_warning(key: str):
815
+ suggest = None
816
+ if key == "shareId":
817
+ suggest = "share_id"
818
+
819
+ if suggest:
820
+ pulumi.log.warn(f"Key '{key}' not found in FileSourceInfoResponse. Access the value via the '{suggest}' property getter instead.")
821
+
822
+ def __getitem__(self, key: str) -> Any:
823
+ FileSourceInfoResponse.__key_warning(key)
824
+ return super().__getitem__(key)
825
+
826
+ def get(self, key: str, default = None) -> Any:
827
+ FileSourceInfoResponse.__key_warning(key)
828
+ return super().get(key, default)
829
+
830
+ def __init__(__self__, *,
831
+ share_id: str):
832
+ """
833
+ File source details.
834
+ :param str share_id: File share ID.
835
+ """
836
+ pulumi.set(__self__, "share_id", share_id)
837
+
838
+ @property
839
+ @pulumi.getter(name="shareId")
840
+ def share_id(self) -> str:
841
+ """
842
+ File share ID.
843
+ """
844
+ return pulumi.get(self, "share_id")
845
+
846
+
847
+ @pulumi.output_type
848
+ class ImageRepositoryCredentialResponse(dict):
849
+ """
850
+ Image repository credential.
851
+ """
852
+ @staticmethod
853
+ def __key_warning(key: str):
854
+ suggest = None
855
+ if key == "imageRepositoryUrl":
856
+ suggest = "image_repository_url"
857
+ elif key == "userName":
858
+ suggest = "user_name"
859
+
860
+ if suggest:
861
+ pulumi.log.warn(f"Key '{key}' not found in ImageRepositoryCredentialResponse. Access the value via the '{suggest}' property getter instead.")
862
+
863
+ def __getitem__(self, key: str) -> Any:
864
+ ImageRepositoryCredentialResponse.__key_warning(key)
865
+ return super().__getitem__(key)
866
+
867
+ def get(self, key: str, default = None) -> Any:
868
+ ImageRepositoryCredentialResponse.__key_warning(key)
869
+ return super().get(key, default)
870
+
871
+ def __init__(__self__, *,
872
+ image_repository_url: str,
873
+ user_name: str,
874
+ password: Optional['outputs.AsymmetricEncryptedSecretResponse'] = None):
875
+ """
876
+ Image repository credential.
877
+ :param str image_repository_url: Image repository url (e.g.: mcr.microsoft.com).
878
+ :param str user_name: Repository user name.
879
+ :param 'AsymmetricEncryptedSecretResponse' password: Repository user password.
880
+ """
881
+ pulumi.set(__self__, "image_repository_url", image_repository_url)
882
+ pulumi.set(__self__, "user_name", user_name)
883
+ if password is not None:
884
+ pulumi.set(__self__, "password", password)
885
+
886
+ @property
887
+ @pulumi.getter(name="imageRepositoryUrl")
888
+ def image_repository_url(self) -> str:
889
+ """
890
+ Image repository url (e.g.: mcr.microsoft.com).
891
+ """
892
+ return pulumi.get(self, "image_repository_url")
893
+
894
+ @property
895
+ @pulumi.getter(name="userName")
896
+ def user_name(self) -> str:
897
+ """
898
+ Repository user name.
899
+ """
900
+ return pulumi.get(self, "user_name")
901
+
902
+ @property
903
+ @pulumi.getter
904
+ def password(self) -> Optional['outputs.AsymmetricEncryptedSecretResponse']:
905
+ """
906
+ Repository user password.
907
+ """
908
+ return pulumi.get(self, "password")
909
+
910
+
911
+ @pulumi.output_type
912
+ class IoTDeviceInfoResponse(dict):
913
+ """
914
+ Metadata of IoT device/IoT Edge device to be configured.
915
+ """
916
+ @staticmethod
917
+ def __key_warning(key: str):
918
+ suggest = None
919
+ if key == "deviceId":
920
+ suggest = "device_id"
921
+ elif key == "ioTHostHub":
922
+ suggest = "io_t_host_hub"
923
+ elif key == "ioTHostHubId":
924
+ suggest = "io_t_host_hub_id"
925
+
926
+ if suggest:
927
+ pulumi.log.warn(f"Key '{key}' not found in IoTDeviceInfoResponse. Access the value via the '{suggest}' property getter instead.")
928
+
929
+ def __getitem__(self, key: str) -> Any:
930
+ IoTDeviceInfoResponse.__key_warning(key)
931
+ return super().__getitem__(key)
932
+
933
+ def get(self, key: str, default = None) -> Any:
934
+ IoTDeviceInfoResponse.__key_warning(key)
935
+ return super().get(key, default)
936
+
937
+ def __init__(__self__, *,
938
+ device_id: str,
939
+ io_t_host_hub: str,
940
+ authentication: Optional['outputs.AuthenticationResponse'] = None,
941
+ io_t_host_hub_id: Optional[str] = None):
942
+ """
943
+ Metadata of IoT device/IoT Edge device to be configured.
944
+ :param str device_id: ID of the IoT device/edge device.
945
+ :param str io_t_host_hub: Host name for the IoT hub associated to the device.
946
+ :param 'AuthenticationResponse' authentication: Encrypted IoT device/IoT edge device connection string.
947
+ :param str io_t_host_hub_id: Id for the IoT hub associated to the device.
948
+ """
949
+ pulumi.set(__self__, "device_id", device_id)
950
+ pulumi.set(__self__, "io_t_host_hub", io_t_host_hub)
951
+ if authentication is not None:
952
+ pulumi.set(__self__, "authentication", authentication)
953
+ if io_t_host_hub_id is not None:
954
+ pulumi.set(__self__, "io_t_host_hub_id", io_t_host_hub_id)
955
+
956
+ @property
957
+ @pulumi.getter(name="deviceId")
958
+ def device_id(self) -> str:
959
+ """
960
+ ID of the IoT device/edge device.
961
+ """
962
+ return pulumi.get(self, "device_id")
963
+
964
+ @property
965
+ @pulumi.getter(name="ioTHostHub")
966
+ def io_t_host_hub(self) -> str:
967
+ """
968
+ Host name for the IoT hub associated to the device.
969
+ """
970
+ return pulumi.get(self, "io_t_host_hub")
971
+
972
+ @property
973
+ @pulumi.getter
974
+ def authentication(self) -> Optional['outputs.AuthenticationResponse']:
975
+ """
976
+ Encrypted IoT device/IoT edge device connection string.
977
+ """
978
+ return pulumi.get(self, "authentication")
979
+
980
+ @property
981
+ @pulumi.getter(name="ioTHostHubId")
982
+ def io_t_host_hub_id(self) -> Optional[str]:
983
+ """
984
+ Id for the IoT hub associated to the device.
985
+ """
986
+ return pulumi.get(self, "io_t_host_hub_id")
987
+
988
+
989
+ @pulumi.output_type
990
+ class IoTEdgeAgentInfoResponse(dict):
991
+ """
992
+ IoT edge agent details is optional, this will be used for download system Agent module while bootstrapping IoT Role if specified.
993
+ """
994
+ @staticmethod
995
+ def __key_warning(key: str):
996
+ suggest = None
997
+ if key == "imageName":
998
+ suggest = "image_name"
999
+ elif key == "imageRepository":
1000
+ suggest = "image_repository"
1001
+
1002
+ if suggest:
1003
+ pulumi.log.warn(f"Key '{key}' not found in IoTEdgeAgentInfoResponse. Access the value via the '{suggest}' property getter instead.")
1004
+
1005
+ def __getitem__(self, key: str) -> Any:
1006
+ IoTEdgeAgentInfoResponse.__key_warning(key)
1007
+ return super().__getitem__(key)
1008
+
1009
+ def get(self, key: str, default = None) -> Any:
1010
+ IoTEdgeAgentInfoResponse.__key_warning(key)
1011
+ return super().get(key, default)
1012
+
1013
+ def __init__(__self__, *,
1014
+ image_name: str,
1015
+ tag: str,
1016
+ image_repository: Optional['outputs.ImageRepositoryCredentialResponse'] = None):
1017
+ """
1018
+ IoT edge agent details is optional, this will be used for download system Agent module while bootstrapping IoT Role if specified.
1019
+ :param str image_name: Name of the IoT edge agent image.
1020
+ :param str tag: Image Tag.
1021
+ :param 'ImageRepositoryCredentialResponse' image_repository: Image repository details.
1022
+ """
1023
+ pulumi.set(__self__, "image_name", image_name)
1024
+ pulumi.set(__self__, "tag", tag)
1025
+ if image_repository is not None:
1026
+ pulumi.set(__self__, "image_repository", image_repository)
1027
+
1028
+ @property
1029
+ @pulumi.getter(name="imageName")
1030
+ def image_name(self) -> str:
1031
+ """
1032
+ Name of the IoT edge agent image.
1033
+ """
1034
+ return pulumi.get(self, "image_name")
1035
+
1036
+ @property
1037
+ @pulumi.getter
1038
+ def tag(self) -> str:
1039
+ """
1040
+ Image Tag.
1041
+ """
1042
+ return pulumi.get(self, "tag")
1043
+
1044
+ @property
1045
+ @pulumi.getter(name="imageRepository")
1046
+ def image_repository(self) -> Optional['outputs.ImageRepositoryCredentialResponse']:
1047
+ """
1048
+ Image repository details.
1049
+ """
1050
+ return pulumi.get(self, "image_repository")
1051
+
1052
+
1053
+ @pulumi.output_type
1054
+ class KubernetesClusterInfoResponse(dict):
1055
+ """
1056
+ Kubernetes cluster configuration
1057
+ """
1058
+ @staticmethod
1059
+ def __key_warning(key: str):
1060
+ suggest = None
1061
+ if key == "etcdInfo":
1062
+ suggest = "etcd_info"
1063
+
1064
+ if suggest:
1065
+ pulumi.log.warn(f"Key '{key}' not found in KubernetesClusterInfoResponse. Access the value via the '{suggest}' property getter instead.")
1066
+
1067
+ def __getitem__(self, key: str) -> Any:
1068
+ KubernetesClusterInfoResponse.__key_warning(key)
1069
+ return super().__getitem__(key)
1070
+
1071
+ def get(self, key: str, default = None) -> Any:
1072
+ KubernetesClusterInfoResponse.__key_warning(key)
1073
+ return super().get(key, default)
1074
+
1075
+ def __init__(__self__, *,
1076
+ etcd_info: 'outputs.EtcdInfoResponse',
1077
+ nodes: Sequence['outputs.NodeInfoResponse'],
1078
+ version: str):
1079
+ """
1080
+ Kubernetes cluster configuration
1081
+ :param 'EtcdInfoResponse' etcd_info: Etcd configuration
1082
+ :param Sequence['NodeInfoResponse'] nodes: Kubernetes cluster nodes
1083
+ :param str version: Kubernetes cluster version
1084
+ """
1085
+ pulumi.set(__self__, "etcd_info", etcd_info)
1086
+ pulumi.set(__self__, "nodes", nodes)
1087
+ pulumi.set(__self__, "version", version)
1088
+
1089
+ @property
1090
+ @pulumi.getter(name="etcdInfo")
1091
+ def etcd_info(self) -> 'outputs.EtcdInfoResponse':
1092
+ """
1093
+ Etcd configuration
1094
+ """
1095
+ return pulumi.get(self, "etcd_info")
1096
+
1097
+ @property
1098
+ @pulumi.getter
1099
+ def nodes(self) -> Sequence['outputs.NodeInfoResponse']:
1100
+ """
1101
+ Kubernetes cluster nodes
1102
+ """
1103
+ return pulumi.get(self, "nodes")
1104
+
1105
+ @property
1106
+ @pulumi.getter
1107
+ def version(self) -> str:
1108
+ """
1109
+ Kubernetes cluster version
1110
+ """
1111
+ return pulumi.get(self, "version")
1112
+
1113
+
1114
+ @pulumi.output_type
1115
+ class KubernetesIPConfigurationResponse(dict):
1116
+ """
1117
+ Kubernetes node IP configuration
1118
+ """
1119
+ @staticmethod
1120
+ def __key_warning(key: str):
1121
+ suggest = None
1122
+ if key == "ipAddress":
1123
+ suggest = "ip_address"
1124
+
1125
+ if suggest:
1126
+ pulumi.log.warn(f"Key '{key}' not found in KubernetesIPConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1127
+
1128
+ def __getitem__(self, key: str) -> Any:
1129
+ KubernetesIPConfigurationResponse.__key_warning(key)
1130
+ return super().__getitem__(key)
1131
+
1132
+ def get(self, key: str, default = None) -> Any:
1133
+ KubernetesIPConfigurationResponse.__key_warning(key)
1134
+ return super().get(key, default)
1135
+
1136
+ def __init__(__self__, *,
1137
+ port: str,
1138
+ ip_address: Optional[str] = None):
1139
+ """
1140
+ Kubernetes node IP configuration
1141
+ :param str port: Port of the Kubernetes node.
1142
+ :param str ip_address: IP address of the Kubernetes node.
1143
+ """
1144
+ pulumi.set(__self__, "port", port)
1145
+ if ip_address is not None:
1146
+ pulumi.set(__self__, "ip_address", ip_address)
1147
+
1148
+ @property
1149
+ @pulumi.getter
1150
+ def port(self) -> str:
1151
+ """
1152
+ Port of the Kubernetes node.
1153
+ """
1154
+ return pulumi.get(self, "port")
1155
+
1156
+ @property
1157
+ @pulumi.getter(name="ipAddress")
1158
+ def ip_address(self) -> Optional[str]:
1159
+ """
1160
+ IP address of the Kubernetes node.
1161
+ """
1162
+ return pulumi.get(self, "ip_address")
1163
+
1164
+
1165
+ @pulumi.output_type
1166
+ class KubernetesRoleComputeResponse(dict):
1167
+ """
1168
+ Kubernetes role compute resource
1169
+ """
1170
+ @staticmethod
1171
+ def __key_warning(key: str):
1172
+ suggest = None
1173
+ if key == "memoryInBytes":
1174
+ suggest = "memory_in_bytes"
1175
+ elif key == "processorCount":
1176
+ suggest = "processor_count"
1177
+ elif key == "vmProfile":
1178
+ suggest = "vm_profile"
1179
+
1180
+ if suggest:
1181
+ pulumi.log.warn(f"Key '{key}' not found in KubernetesRoleComputeResponse. Access the value via the '{suggest}' property getter instead.")
1182
+
1183
+ def __getitem__(self, key: str) -> Any:
1184
+ KubernetesRoleComputeResponse.__key_warning(key)
1185
+ return super().__getitem__(key)
1186
+
1187
+ def get(self, key: str, default = None) -> Any:
1188
+ KubernetesRoleComputeResponse.__key_warning(key)
1189
+ return super().get(key, default)
1190
+
1191
+ def __init__(__self__, *,
1192
+ memory_in_bytes: float,
1193
+ processor_count: int,
1194
+ vm_profile: str):
1195
+ """
1196
+ Kubernetes role compute resource
1197
+ :param float memory_in_bytes: Memory in bytes
1198
+ :param int processor_count: Processor count
1199
+ :param str vm_profile: VM profile
1200
+ """
1201
+ pulumi.set(__self__, "memory_in_bytes", memory_in_bytes)
1202
+ pulumi.set(__self__, "processor_count", processor_count)
1203
+ pulumi.set(__self__, "vm_profile", vm_profile)
1204
+
1205
+ @property
1206
+ @pulumi.getter(name="memoryInBytes")
1207
+ def memory_in_bytes(self) -> float:
1208
+ """
1209
+ Memory in bytes
1210
+ """
1211
+ return pulumi.get(self, "memory_in_bytes")
1212
+
1213
+ @property
1214
+ @pulumi.getter(name="processorCount")
1215
+ def processor_count(self) -> int:
1216
+ """
1217
+ Processor count
1218
+ """
1219
+ return pulumi.get(self, "processor_count")
1220
+
1221
+ @property
1222
+ @pulumi.getter(name="vmProfile")
1223
+ def vm_profile(self) -> str:
1224
+ """
1225
+ VM profile
1226
+ """
1227
+ return pulumi.get(self, "vm_profile")
1228
+
1229
+
1230
+ @pulumi.output_type
1231
+ class KubernetesRoleNetworkResponse(dict):
1232
+ """
1233
+ Kubernetes role network resource
1234
+ """
1235
+ @staticmethod
1236
+ def __key_warning(key: str):
1237
+ suggest = None
1238
+ if key == "cniConfig":
1239
+ suggest = "cni_config"
1240
+ elif key == "loadBalancerConfig":
1241
+ suggest = "load_balancer_config"
1242
+
1243
+ if suggest:
1244
+ pulumi.log.warn(f"Key '{key}' not found in KubernetesRoleNetworkResponse. Access the value via the '{suggest}' property getter instead.")
1245
+
1246
+ def __getitem__(self, key: str) -> Any:
1247
+ KubernetesRoleNetworkResponse.__key_warning(key)
1248
+ return super().__getitem__(key)
1249
+
1250
+ def get(self, key: str, default = None) -> Any:
1251
+ KubernetesRoleNetworkResponse.__key_warning(key)
1252
+ return super().get(key, default)
1253
+
1254
+ def __init__(__self__, *,
1255
+ cni_config: 'outputs.CniConfigResponse',
1256
+ load_balancer_config: 'outputs.LoadBalancerConfigResponse'):
1257
+ """
1258
+ Kubernetes role network resource
1259
+ :param 'CniConfigResponse' cni_config: Cni configuration
1260
+ :param 'LoadBalancerConfigResponse' load_balancer_config: Load balancer configuration
1261
+ """
1262
+ pulumi.set(__self__, "cni_config", cni_config)
1263
+ pulumi.set(__self__, "load_balancer_config", load_balancer_config)
1264
+
1265
+ @property
1266
+ @pulumi.getter(name="cniConfig")
1267
+ def cni_config(self) -> 'outputs.CniConfigResponse':
1268
+ """
1269
+ Cni configuration
1270
+ """
1271
+ return pulumi.get(self, "cni_config")
1272
+
1273
+ @property
1274
+ @pulumi.getter(name="loadBalancerConfig")
1275
+ def load_balancer_config(self) -> 'outputs.LoadBalancerConfigResponse':
1276
+ """
1277
+ Load balancer configuration
1278
+ """
1279
+ return pulumi.get(self, "load_balancer_config")
1280
+
1281
+
1282
+ @pulumi.output_type
1283
+ class KubernetesRoleResourcesResponse(dict):
1284
+ """
1285
+ Kubernetes role resources
1286
+ """
1287
+ def __init__(__self__, *,
1288
+ compute: 'outputs.KubernetesRoleComputeResponse',
1289
+ network: 'outputs.KubernetesRoleNetworkResponse',
1290
+ storage: Optional['outputs.KubernetesRoleStorageResponse'] = None):
1291
+ """
1292
+ Kubernetes role resources
1293
+ :param 'KubernetesRoleComputeResponse' compute: Kubernetes role compute resource
1294
+ :param 'KubernetesRoleNetworkResponse' network: Kubernetes role network resource
1295
+ :param 'KubernetesRoleStorageResponse' storage: Kubernetes role storage resource
1296
+ """
1297
+ pulumi.set(__self__, "compute", compute)
1298
+ pulumi.set(__self__, "network", network)
1299
+ if storage is not None:
1300
+ pulumi.set(__self__, "storage", storage)
1301
+
1302
+ @property
1303
+ @pulumi.getter
1304
+ def compute(self) -> 'outputs.KubernetesRoleComputeResponse':
1305
+ """
1306
+ Kubernetes role compute resource
1307
+ """
1308
+ return pulumi.get(self, "compute")
1309
+
1310
+ @property
1311
+ @pulumi.getter
1312
+ def network(self) -> 'outputs.KubernetesRoleNetworkResponse':
1313
+ """
1314
+ Kubernetes role network resource
1315
+ """
1316
+ return pulumi.get(self, "network")
1317
+
1318
+ @property
1319
+ @pulumi.getter
1320
+ def storage(self) -> Optional['outputs.KubernetesRoleStorageResponse']:
1321
+ """
1322
+ Kubernetes role storage resource
1323
+ """
1324
+ return pulumi.get(self, "storage")
1325
+
1326
+
1327
+ @pulumi.output_type
1328
+ class KubernetesRoleStorageClassInfoResponse(dict):
1329
+ """
1330
+ Kubernetes storage class info.
1331
+ """
1332
+ @staticmethod
1333
+ def __key_warning(key: str):
1334
+ suggest = None
1335
+ if key == "posixCompliant":
1336
+ suggest = "posix_compliant"
1337
+
1338
+ if suggest:
1339
+ pulumi.log.warn(f"Key '{key}' not found in KubernetesRoleStorageClassInfoResponse. Access the value via the '{suggest}' property getter instead.")
1340
+
1341
+ def __getitem__(self, key: str) -> Any:
1342
+ KubernetesRoleStorageClassInfoResponse.__key_warning(key)
1343
+ return super().__getitem__(key)
1344
+
1345
+ def get(self, key: str, default = None) -> Any:
1346
+ KubernetesRoleStorageClassInfoResponse.__key_warning(key)
1347
+ return super().get(key, default)
1348
+
1349
+ def __init__(__self__, *,
1350
+ name: str,
1351
+ posix_compliant: str,
1352
+ type: str):
1353
+ """
1354
+ Kubernetes storage class info.
1355
+ :param str name: Storage class name.
1356
+ :param str posix_compliant: If provisioned storage is posix compliant.
1357
+ :param str type: Storage class type.
1358
+ """
1359
+ pulumi.set(__self__, "name", name)
1360
+ pulumi.set(__self__, "posix_compliant", posix_compliant)
1361
+ pulumi.set(__self__, "type", type)
1362
+
1363
+ @property
1364
+ @pulumi.getter
1365
+ def name(self) -> str:
1366
+ """
1367
+ Storage class name.
1368
+ """
1369
+ return pulumi.get(self, "name")
1370
+
1371
+ @property
1372
+ @pulumi.getter(name="posixCompliant")
1373
+ def posix_compliant(self) -> str:
1374
+ """
1375
+ If provisioned storage is posix compliant.
1376
+ """
1377
+ return pulumi.get(self, "posix_compliant")
1378
+
1379
+ @property
1380
+ @pulumi.getter
1381
+ def type(self) -> str:
1382
+ """
1383
+ Storage class type.
1384
+ """
1385
+ return pulumi.get(self, "type")
1386
+
1387
+
1388
+ @pulumi.output_type
1389
+ class KubernetesRoleStorageResponse(dict):
1390
+ """
1391
+ Kubernetes role storage resource
1392
+ """
1393
+ @staticmethod
1394
+ def __key_warning(key: str):
1395
+ suggest = None
1396
+ if key == "storageClasses":
1397
+ suggest = "storage_classes"
1398
+
1399
+ if suggest:
1400
+ pulumi.log.warn(f"Key '{key}' not found in KubernetesRoleStorageResponse. Access the value via the '{suggest}' property getter instead.")
1401
+
1402
+ def __getitem__(self, key: str) -> Any:
1403
+ KubernetesRoleStorageResponse.__key_warning(key)
1404
+ return super().__getitem__(key)
1405
+
1406
+ def get(self, key: str, default = None) -> Any:
1407
+ KubernetesRoleStorageResponse.__key_warning(key)
1408
+ return super().get(key, default)
1409
+
1410
+ def __init__(__self__, *,
1411
+ storage_classes: Sequence['outputs.KubernetesRoleStorageClassInfoResponse'],
1412
+ endpoints: Optional[Sequence['outputs.MountPointMapResponse']] = None):
1413
+ """
1414
+ Kubernetes role storage resource
1415
+ :param Sequence['KubernetesRoleStorageClassInfoResponse'] storage_classes: Kubernetes storage class info.
1416
+ :param Sequence['MountPointMapResponse'] endpoints: Mount points of shares in role(s).
1417
+ """
1418
+ pulumi.set(__self__, "storage_classes", storage_classes)
1419
+ if endpoints is not None:
1420
+ pulumi.set(__self__, "endpoints", endpoints)
1421
+
1422
+ @property
1423
+ @pulumi.getter(name="storageClasses")
1424
+ def storage_classes(self) -> Sequence['outputs.KubernetesRoleStorageClassInfoResponse']:
1425
+ """
1426
+ Kubernetes storage class info.
1427
+ """
1428
+ return pulumi.get(self, "storage_classes")
1429
+
1430
+ @property
1431
+ @pulumi.getter
1432
+ def endpoints(self) -> Optional[Sequence['outputs.MountPointMapResponse']]:
1433
+ """
1434
+ Mount points of shares in role(s).
1435
+ """
1436
+ return pulumi.get(self, "endpoints")
1437
+
1438
+
1439
+ @pulumi.output_type
1440
+ class LoadBalancerConfigResponse(dict):
1441
+ """
1442
+ Load balancer configuration
1443
+ """
1444
+ @staticmethod
1445
+ def __key_warning(key: str):
1446
+ suggest = None
1447
+ if key == "ipRange":
1448
+ suggest = "ip_range"
1449
+
1450
+ if suggest:
1451
+ pulumi.log.warn(f"Key '{key}' not found in LoadBalancerConfigResponse. Access the value via the '{suggest}' property getter instead.")
1452
+
1453
+ def __getitem__(self, key: str) -> Any:
1454
+ LoadBalancerConfigResponse.__key_warning(key)
1455
+ return super().__getitem__(key)
1456
+
1457
+ def get(self, key: str, default = None) -> Any:
1458
+ LoadBalancerConfigResponse.__key_warning(key)
1459
+ return super().get(key, default)
1460
+
1461
+ def __init__(__self__, *,
1462
+ type: str,
1463
+ version: str,
1464
+ ip_range: Optional[Sequence[str]] = None):
1465
+ """
1466
+ Load balancer configuration
1467
+ :param str type: Load balancer type
1468
+ :param str version: Load balancer version
1469
+ :param Sequence[str] ip_range: Load balancer ipconfig
1470
+ """
1471
+ pulumi.set(__self__, "type", type)
1472
+ pulumi.set(__self__, "version", version)
1473
+ if ip_range is not None:
1474
+ pulumi.set(__self__, "ip_range", ip_range)
1475
+
1476
+ @property
1477
+ @pulumi.getter
1478
+ def type(self) -> str:
1479
+ """
1480
+ Load balancer type
1481
+ """
1482
+ return pulumi.get(self, "type")
1483
+
1484
+ @property
1485
+ @pulumi.getter
1486
+ def version(self) -> str:
1487
+ """
1488
+ Load balancer version
1489
+ """
1490
+ return pulumi.get(self, "version")
1491
+
1492
+ @property
1493
+ @pulumi.getter(name="ipRange")
1494
+ def ip_range(self) -> Optional[Sequence[str]]:
1495
+ """
1496
+ Load balancer ipconfig
1497
+ """
1498
+ return pulumi.get(self, "ip_range")
1499
+
1500
+
1501
+ @pulumi.output_type
1502
+ class MetricConfigurationResponse(dict):
1503
+ """
1504
+ Metric configuration.
1505
+ """
1506
+ @staticmethod
1507
+ def __key_warning(key: str):
1508
+ suggest = None
1509
+ if key == "counterSets":
1510
+ suggest = "counter_sets"
1511
+ elif key == "resourceId":
1512
+ suggest = "resource_id"
1513
+ elif key == "mdmAccount":
1514
+ suggest = "mdm_account"
1515
+ elif key == "metricNameSpace":
1516
+ suggest = "metric_name_space"
1517
+
1518
+ if suggest:
1519
+ pulumi.log.warn(f"Key '{key}' not found in MetricConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1520
+
1521
+ def __getitem__(self, key: str) -> Any:
1522
+ MetricConfigurationResponse.__key_warning(key)
1523
+ return super().__getitem__(key)
1524
+
1525
+ def get(self, key: str, default = None) -> Any:
1526
+ MetricConfigurationResponse.__key_warning(key)
1527
+ return super().get(key, default)
1528
+
1529
+ def __init__(__self__, *,
1530
+ counter_sets: Sequence['outputs.MetricCounterSetResponse'],
1531
+ resource_id: str,
1532
+ mdm_account: Optional[str] = None,
1533
+ metric_name_space: Optional[str] = None):
1534
+ """
1535
+ Metric configuration.
1536
+ :param Sequence['MetricCounterSetResponse'] counter_sets: Host name for the IoT hub associated to the device.
1537
+ :param str resource_id: The Resource ID on which the metrics should be pushed.
1538
+ :param str mdm_account: The MDM account to which the counters should be pushed.
1539
+ :param str metric_name_space: The MDM namespace to which the counters should be pushed. This is required if MDMAccount is specified
1540
+ """
1541
+ pulumi.set(__self__, "counter_sets", counter_sets)
1542
+ pulumi.set(__self__, "resource_id", resource_id)
1543
+ if mdm_account is not None:
1544
+ pulumi.set(__self__, "mdm_account", mdm_account)
1545
+ if metric_name_space is not None:
1546
+ pulumi.set(__self__, "metric_name_space", metric_name_space)
1547
+
1548
+ @property
1549
+ @pulumi.getter(name="counterSets")
1550
+ def counter_sets(self) -> Sequence['outputs.MetricCounterSetResponse']:
1551
+ """
1552
+ Host name for the IoT hub associated to the device.
1553
+ """
1554
+ return pulumi.get(self, "counter_sets")
1555
+
1556
+ @property
1557
+ @pulumi.getter(name="resourceId")
1558
+ def resource_id(self) -> str:
1559
+ """
1560
+ The Resource ID on which the metrics should be pushed.
1561
+ """
1562
+ return pulumi.get(self, "resource_id")
1563
+
1564
+ @property
1565
+ @pulumi.getter(name="mdmAccount")
1566
+ def mdm_account(self) -> Optional[str]:
1567
+ """
1568
+ The MDM account to which the counters should be pushed.
1569
+ """
1570
+ return pulumi.get(self, "mdm_account")
1571
+
1572
+ @property
1573
+ @pulumi.getter(name="metricNameSpace")
1574
+ def metric_name_space(self) -> Optional[str]:
1575
+ """
1576
+ The MDM namespace to which the counters should be pushed. This is required if MDMAccount is specified
1577
+ """
1578
+ return pulumi.get(self, "metric_name_space")
1579
+
1580
+
1581
+ @pulumi.output_type
1582
+ class MetricCounterResponse(dict):
1583
+ """
1584
+ The metric counter
1585
+ """
1586
+ @staticmethod
1587
+ def __key_warning(key: str):
1588
+ suggest = None
1589
+ if key == "additionalDimensions":
1590
+ suggest = "additional_dimensions"
1591
+ elif key == "dimensionFilter":
1592
+ suggest = "dimension_filter"
1593
+
1594
+ if suggest:
1595
+ pulumi.log.warn(f"Key '{key}' not found in MetricCounterResponse. Access the value via the '{suggest}' property getter instead.")
1596
+
1597
+ def __getitem__(self, key: str) -> Any:
1598
+ MetricCounterResponse.__key_warning(key)
1599
+ return super().__getitem__(key)
1600
+
1601
+ def get(self, key: str, default = None) -> Any:
1602
+ MetricCounterResponse.__key_warning(key)
1603
+ return super().get(key, default)
1604
+
1605
+ def __init__(__self__, *,
1606
+ name: str,
1607
+ additional_dimensions: Optional[Sequence['outputs.MetricDimensionResponse']] = None,
1608
+ dimension_filter: Optional[Sequence['outputs.MetricDimensionResponse']] = None,
1609
+ instance: Optional[str] = None):
1610
+ """
1611
+ The metric counter
1612
+ :param str name: The counter name.
1613
+ :param Sequence['MetricDimensionResponse'] additional_dimensions: The additional dimensions to be added to metric.
1614
+ :param Sequence['MetricDimensionResponse'] dimension_filter: The dimension filter.
1615
+ :param str instance: The instance from which counter should be collected.
1616
+ """
1617
+ pulumi.set(__self__, "name", name)
1618
+ if additional_dimensions is not None:
1619
+ pulumi.set(__self__, "additional_dimensions", additional_dimensions)
1620
+ if dimension_filter is not None:
1621
+ pulumi.set(__self__, "dimension_filter", dimension_filter)
1622
+ if instance is not None:
1623
+ pulumi.set(__self__, "instance", instance)
1624
+
1625
+ @property
1626
+ @pulumi.getter
1627
+ def name(self) -> str:
1628
+ """
1629
+ The counter name.
1630
+ """
1631
+ return pulumi.get(self, "name")
1632
+
1633
+ @property
1634
+ @pulumi.getter(name="additionalDimensions")
1635
+ def additional_dimensions(self) -> Optional[Sequence['outputs.MetricDimensionResponse']]:
1636
+ """
1637
+ The additional dimensions to be added to metric.
1638
+ """
1639
+ return pulumi.get(self, "additional_dimensions")
1640
+
1641
+ @property
1642
+ @pulumi.getter(name="dimensionFilter")
1643
+ def dimension_filter(self) -> Optional[Sequence['outputs.MetricDimensionResponse']]:
1644
+ """
1645
+ The dimension filter.
1646
+ """
1647
+ return pulumi.get(self, "dimension_filter")
1648
+
1649
+ @property
1650
+ @pulumi.getter
1651
+ def instance(self) -> Optional[str]:
1652
+ """
1653
+ The instance from which counter should be collected.
1654
+ """
1655
+ return pulumi.get(self, "instance")
1656
+
1657
+
1658
+ @pulumi.output_type
1659
+ class MetricCounterSetResponse(dict):
1660
+ """
1661
+ The metric counter set
1662
+ """
1663
+ def __init__(__self__, *,
1664
+ counters: Sequence['outputs.MetricCounterResponse']):
1665
+ """
1666
+ The metric counter set
1667
+ :param Sequence['MetricCounterResponse'] counters: The counters that should be collected in this set.
1668
+ """
1669
+ pulumi.set(__self__, "counters", counters)
1670
+
1671
+ @property
1672
+ @pulumi.getter
1673
+ def counters(self) -> Sequence['outputs.MetricCounterResponse']:
1674
+ """
1675
+ The counters that should be collected in this set.
1676
+ """
1677
+ return pulumi.get(self, "counters")
1678
+
1679
+
1680
+ @pulumi.output_type
1681
+ class MetricDimensionResponse(dict):
1682
+ """
1683
+ The metric dimension
1684
+ """
1685
+ @staticmethod
1686
+ def __key_warning(key: str):
1687
+ suggest = None
1688
+ if key == "sourceName":
1689
+ suggest = "source_name"
1690
+ elif key == "sourceType":
1691
+ suggest = "source_type"
1692
+
1693
+ if suggest:
1694
+ pulumi.log.warn(f"Key '{key}' not found in MetricDimensionResponse. Access the value via the '{suggest}' property getter instead.")
1695
+
1696
+ def __getitem__(self, key: str) -> Any:
1697
+ MetricDimensionResponse.__key_warning(key)
1698
+ return super().__getitem__(key)
1699
+
1700
+ def get(self, key: str, default = None) -> Any:
1701
+ MetricDimensionResponse.__key_warning(key)
1702
+ return super().get(key, default)
1703
+
1704
+ def __init__(__self__, *,
1705
+ source_name: str,
1706
+ source_type: str):
1707
+ """
1708
+ The metric dimension
1709
+ :param str source_name: The dimension value.
1710
+ :param str source_type: The dimension type.
1711
+ """
1712
+ pulumi.set(__self__, "source_name", source_name)
1713
+ pulumi.set(__self__, "source_type", source_type)
1714
+
1715
+ @property
1716
+ @pulumi.getter(name="sourceName")
1717
+ def source_name(self) -> str:
1718
+ """
1719
+ The dimension value.
1720
+ """
1721
+ return pulumi.get(self, "source_name")
1722
+
1723
+ @property
1724
+ @pulumi.getter(name="sourceType")
1725
+ def source_type(self) -> str:
1726
+ """
1727
+ The dimension type.
1728
+ """
1729
+ return pulumi.get(self, "source_type")
1730
+
1731
+
1732
+ @pulumi.output_type
1733
+ class MountPointMapResponse(dict):
1734
+ """
1735
+ The share mount point.
1736
+ """
1737
+ @staticmethod
1738
+ def __key_warning(key: str):
1739
+ suggest = None
1740
+ if key == "mountPoint":
1741
+ suggest = "mount_point"
1742
+ elif key == "mountType":
1743
+ suggest = "mount_type"
1744
+ elif key == "roleId":
1745
+ suggest = "role_id"
1746
+ elif key == "roleType":
1747
+ suggest = "role_type"
1748
+ elif key == "shareId":
1749
+ suggest = "share_id"
1750
+
1751
+ if suggest:
1752
+ pulumi.log.warn(f"Key '{key}' not found in MountPointMapResponse. Access the value via the '{suggest}' property getter instead.")
1753
+
1754
+ def __getitem__(self, key: str) -> Any:
1755
+ MountPointMapResponse.__key_warning(key)
1756
+ return super().__getitem__(key)
1757
+
1758
+ def get(self, key: str, default = None) -> Any:
1759
+ MountPointMapResponse.__key_warning(key)
1760
+ return super().get(key, default)
1761
+
1762
+ def __init__(__self__, *,
1763
+ mount_point: str,
1764
+ mount_type: str,
1765
+ role_id: str,
1766
+ role_type: str,
1767
+ share_id: str):
1768
+ """
1769
+ The share mount point.
1770
+ :param str mount_point: Mount point for the share.
1771
+ :param str mount_type: Mounting type.
1772
+ :param str role_id: ID of the role to which share is mounted.
1773
+ :param str role_type: Role type.
1774
+ :param str share_id: ID of the share mounted to the role VM.
1775
+ """
1776
+ pulumi.set(__self__, "mount_point", mount_point)
1777
+ pulumi.set(__self__, "mount_type", mount_type)
1778
+ pulumi.set(__self__, "role_id", role_id)
1779
+ pulumi.set(__self__, "role_type", role_type)
1780
+ pulumi.set(__self__, "share_id", share_id)
1781
+
1782
+ @property
1783
+ @pulumi.getter(name="mountPoint")
1784
+ def mount_point(self) -> str:
1785
+ """
1786
+ Mount point for the share.
1787
+ """
1788
+ return pulumi.get(self, "mount_point")
1789
+
1790
+ @property
1791
+ @pulumi.getter(name="mountType")
1792
+ def mount_type(self) -> str:
1793
+ """
1794
+ Mounting type.
1795
+ """
1796
+ return pulumi.get(self, "mount_type")
1797
+
1798
+ @property
1799
+ @pulumi.getter(name="roleId")
1800
+ def role_id(self) -> str:
1801
+ """
1802
+ ID of the role to which share is mounted.
1803
+ """
1804
+ return pulumi.get(self, "role_id")
1805
+
1806
+ @property
1807
+ @pulumi.getter(name="roleType")
1808
+ def role_type(self) -> str:
1809
+ """
1810
+ Role type.
1811
+ """
1812
+ return pulumi.get(self, "role_type")
1813
+
1814
+ @property
1815
+ @pulumi.getter(name="shareId")
1816
+ def share_id(self) -> str:
1817
+ """
1818
+ ID of the share mounted to the role VM.
1819
+ """
1820
+ return pulumi.get(self, "share_id")
1821
+
1822
+
1823
+ @pulumi.output_type
1824
+ class NodeInfoResponse(dict):
1825
+ """
1826
+ Kubernetes node info
1827
+ """
1828
+ @staticmethod
1829
+ def __key_warning(key: str):
1830
+ suggest = None
1831
+ if key == "ipConfiguration":
1832
+ suggest = "ip_configuration"
1833
+
1834
+ if suggest:
1835
+ pulumi.log.warn(f"Key '{key}' not found in NodeInfoResponse. Access the value via the '{suggest}' property getter instead.")
1836
+
1837
+ def __getitem__(self, key: str) -> Any:
1838
+ NodeInfoResponse.__key_warning(key)
1839
+ return super().__getitem__(key)
1840
+
1841
+ def get(self, key: str, default = None) -> Any:
1842
+ NodeInfoResponse.__key_warning(key)
1843
+ return super().get(key, default)
1844
+
1845
+ def __init__(__self__, *,
1846
+ name: str,
1847
+ type: str,
1848
+ ip_configuration: Optional[Sequence['outputs.KubernetesIPConfigurationResponse']] = None):
1849
+ """
1850
+ Kubernetes node info
1851
+ :param str name: Node name.
1852
+ :param str type: Node type - Master/Worker
1853
+ :param Sequence['KubernetesIPConfigurationResponse'] ip_configuration: IP Configuration of the Kubernetes node.
1854
+ """
1855
+ pulumi.set(__self__, "name", name)
1856
+ pulumi.set(__self__, "type", type)
1857
+ if ip_configuration is not None:
1858
+ pulumi.set(__self__, "ip_configuration", ip_configuration)
1859
+
1860
+ @property
1861
+ @pulumi.getter
1862
+ def name(self) -> str:
1863
+ """
1864
+ Node name.
1865
+ """
1866
+ return pulumi.get(self, "name")
1867
+
1868
+ @property
1869
+ @pulumi.getter
1870
+ def type(self) -> str:
1871
+ """
1872
+ Node type - Master/Worker
1873
+ """
1874
+ return pulumi.get(self, "type")
1875
+
1876
+ @property
1877
+ @pulumi.getter(name="ipConfiguration")
1878
+ def ip_configuration(self) -> Optional[Sequence['outputs.KubernetesIPConfigurationResponse']]:
1879
+ """
1880
+ IP Configuration of the Kubernetes node.
1881
+ """
1882
+ return pulumi.get(self, "ip_configuration")
1883
+
1884
+
1885
+ @pulumi.output_type
1886
+ class OrderStatusResponse(dict):
1887
+ """
1888
+ Represents a single status change.
1889
+ """
1890
+ @staticmethod
1891
+ def __key_warning(key: str):
1892
+ suggest = None
1893
+ if key == "additionalOrderDetails":
1894
+ suggest = "additional_order_details"
1895
+ elif key == "trackingInformation":
1896
+ suggest = "tracking_information"
1897
+ elif key == "updateDateTime":
1898
+ suggest = "update_date_time"
1899
+
1900
+ if suggest:
1901
+ pulumi.log.warn(f"Key '{key}' not found in OrderStatusResponse. Access the value via the '{suggest}' property getter instead.")
1902
+
1903
+ def __getitem__(self, key: str) -> Any:
1904
+ OrderStatusResponse.__key_warning(key)
1905
+ return super().__getitem__(key)
1906
+
1907
+ def get(self, key: str, default = None) -> Any:
1908
+ OrderStatusResponse.__key_warning(key)
1909
+ return super().get(key, default)
1910
+
1911
+ def __init__(__self__, *,
1912
+ additional_order_details: Mapping[str, str],
1913
+ status: str,
1914
+ tracking_information: 'outputs.TrackingInfoResponse',
1915
+ update_date_time: str,
1916
+ comments: Optional[str] = None):
1917
+ """
1918
+ Represents a single status change.
1919
+ :param Mapping[str, str] additional_order_details: Dictionary to hold generic information which is not stored
1920
+ by the already existing properties
1921
+ :param str status: Status of the order as per the allowed status types.
1922
+ :param 'TrackingInfoResponse' tracking_information: Tracking information related to the state in the ordering flow
1923
+ :param str update_date_time: Time of status update.
1924
+ :param str comments: Comments related to this status change.
1925
+ """
1926
+ pulumi.set(__self__, "additional_order_details", additional_order_details)
1927
+ pulumi.set(__self__, "status", status)
1928
+ pulumi.set(__self__, "tracking_information", tracking_information)
1929
+ pulumi.set(__self__, "update_date_time", update_date_time)
1930
+ if comments is not None:
1931
+ pulumi.set(__self__, "comments", comments)
1932
+
1933
+ @property
1934
+ @pulumi.getter(name="additionalOrderDetails")
1935
+ def additional_order_details(self) -> Mapping[str, str]:
1936
+ """
1937
+ Dictionary to hold generic information which is not stored
1938
+ by the already existing properties
1939
+ """
1940
+ return pulumi.get(self, "additional_order_details")
1941
+
1942
+ @property
1943
+ @pulumi.getter
1944
+ def status(self) -> str:
1945
+ """
1946
+ Status of the order as per the allowed status types.
1947
+ """
1948
+ return pulumi.get(self, "status")
1949
+
1950
+ @property
1951
+ @pulumi.getter(name="trackingInformation")
1952
+ def tracking_information(self) -> 'outputs.TrackingInfoResponse':
1953
+ """
1954
+ Tracking information related to the state in the ordering flow
1955
+ """
1956
+ return pulumi.get(self, "tracking_information")
1957
+
1958
+ @property
1959
+ @pulumi.getter(name="updateDateTime")
1960
+ def update_date_time(self) -> str:
1961
+ """
1962
+ Time of status update.
1963
+ """
1964
+ return pulumi.get(self, "update_date_time")
1965
+
1966
+ @property
1967
+ @pulumi.getter
1968
+ def comments(self) -> Optional[str]:
1969
+ """
1970
+ Comments related to this status change.
1971
+ """
1972
+ return pulumi.get(self, "comments")
1973
+
1974
+
1975
+ @pulumi.output_type
1976
+ class PeriodicTimerSourceInfoResponse(dict):
1977
+ """
1978
+ Periodic timer event source.
1979
+ """
1980
+ @staticmethod
1981
+ def __key_warning(key: str):
1982
+ suggest = None
1983
+ if key == "startTime":
1984
+ suggest = "start_time"
1985
+
1986
+ if suggest:
1987
+ pulumi.log.warn(f"Key '{key}' not found in PeriodicTimerSourceInfoResponse. Access the value via the '{suggest}' property getter instead.")
1988
+
1989
+ def __getitem__(self, key: str) -> Any:
1990
+ PeriodicTimerSourceInfoResponse.__key_warning(key)
1991
+ return super().__getitem__(key)
1992
+
1993
+ def get(self, key: str, default = None) -> Any:
1994
+ PeriodicTimerSourceInfoResponse.__key_warning(key)
1995
+ return super().get(key, default)
1996
+
1997
+ def __init__(__self__, *,
1998
+ schedule: str,
1999
+ start_time: str,
2000
+ topic: Optional[str] = None):
2001
+ """
2002
+ Periodic timer event source.
2003
+ :param str schedule: Periodic frequency at which timer event needs to be raised. Supports daily, hourly, minutes, and seconds.
2004
+ :param str start_time: The time of the day that results in a valid trigger. Schedule is computed with reference to the time specified upto seconds. If timezone is not specified the time will considered to be in device timezone. The value will always be returned as UTC time.
2005
+ :param str topic: Topic where periodic events are published to IoT device.
2006
+ """
2007
+ pulumi.set(__self__, "schedule", schedule)
2008
+ pulumi.set(__self__, "start_time", start_time)
2009
+ if topic is not None:
2010
+ pulumi.set(__self__, "topic", topic)
2011
+
2012
+ @property
2013
+ @pulumi.getter
2014
+ def schedule(self) -> str:
2015
+ """
2016
+ Periodic frequency at which timer event needs to be raised. Supports daily, hourly, minutes, and seconds.
2017
+ """
2018
+ return pulumi.get(self, "schedule")
2019
+
2020
+ @property
2021
+ @pulumi.getter(name="startTime")
2022
+ def start_time(self) -> str:
2023
+ """
2024
+ The time of the day that results in a valid trigger. Schedule is computed with reference to the time specified upto seconds. If timezone is not specified the time will considered to be in device timezone. The value will always be returned as UTC time.
2025
+ """
2026
+ return pulumi.get(self, "start_time")
2027
+
2028
+ @property
2029
+ @pulumi.getter
2030
+ def topic(self) -> Optional[str]:
2031
+ """
2032
+ Topic where periodic events are published to IoT device.
2033
+ """
2034
+ return pulumi.get(self, "topic")
2035
+
2036
+
2037
+ @pulumi.output_type
2038
+ class RefreshDetailsResponse(dict):
2039
+ """
2040
+ Fields for tracking refresh job on the share or container.
2041
+ """
2042
+ @staticmethod
2043
+ def __key_warning(key: str):
2044
+ suggest = None
2045
+ if key == "errorManifestFile":
2046
+ suggest = "error_manifest_file"
2047
+ elif key == "inProgressRefreshJobId":
2048
+ suggest = "in_progress_refresh_job_id"
2049
+ elif key == "lastCompletedRefreshJobTimeInUTC":
2050
+ suggest = "last_completed_refresh_job_time_in_utc"
2051
+ elif key == "lastJob":
2052
+ suggest = "last_job"
2053
+
2054
+ if suggest:
2055
+ pulumi.log.warn(f"Key '{key}' not found in RefreshDetailsResponse. Access the value via the '{suggest}' property getter instead.")
2056
+
2057
+ def __getitem__(self, key: str) -> Any:
2058
+ RefreshDetailsResponse.__key_warning(key)
2059
+ return super().__getitem__(key)
2060
+
2061
+ def get(self, key: str, default = None) -> Any:
2062
+ RefreshDetailsResponse.__key_warning(key)
2063
+ return super().get(key, default)
2064
+
2065
+ def __init__(__self__, *,
2066
+ error_manifest_file: Optional[str] = None,
2067
+ in_progress_refresh_job_id: Optional[str] = None,
2068
+ last_completed_refresh_job_time_in_utc: Optional[str] = None,
2069
+ last_job: Optional[str] = None):
2070
+ """
2071
+ Fields for tracking refresh job on the share or container.
2072
+ :param str error_manifest_file: Indicates the relative path of the error xml for the last refresh job on this particular share or container, if any. This could be a failed job or a successful job.
2073
+ :param str in_progress_refresh_job_id: If a refresh job is currently in progress on this share or container, this field indicates the ARM resource ID of that job. The field is empty if no job is in progress.
2074
+ :param str last_completed_refresh_job_time_in_utc: Indicates the completed time for the last refresh job on this particular share or container, if any.This could be a failed job or a successful job.
2075
+ :param str last_job: Indicates the id of the last refresh job on this particular share or container,if any. This could be a failed job or a successful job.
2076
+ """
2077
+ if error_manifest_file is not None:
2078
+ pulumi.set(__self__, "error_manifest_file", error_manifest_file)
2079
+ if in_progress_refresh_job_id is not None:
2080
+ pulumi.set(__self__, "in_progress_refresh_job_id", in_progress_refresh_job_id)
2081
+ if last_completed_refresh_job_time_in_utc is not None:
2082
+ pulumi.set(__self__, "last_completed_refresh_job_time_in_utc", last_completed_refresh_job_time_in_utc)
2083
+ if last_job is not None:
2084
+ pulumi.set(__self__, "last_job", last_job)
2085
+
2086
+ @property
2087
+ @pulumi.getter(name="errorManifestFile")
2088
+ def error_manifest_file(self) -> Optional[str]:
2089
+ """
2090
+ Indicates the relative path of the error xml for the last refresh job on this particular share or container, if any. This could be a failed job or a successful job.
2091
+ """
2092
+ return pulumi.get(self, "error_manifest_file")
2093
+
2094
+ @property
2095
+ @pulumi.getter(name="inProgressRefreshJobId")
2096
+ def in_progress_refresh_job_id(self) -> Optional[str]:
2097
+ """
2098
+ If a refresh job is currently in progress on this share or container, this field indicates the ARM resource ID of that job. The field is empty if no job is in progress.
2099
+ """
2100
+ return pulumi.get(self, "in_progress_refresh_job_id")
2101
+
2102
+ @property
2103
+ @pulumi.getter(name="lastCompletedRefreshJobTimeInUTC")
2104
+ def last_completed_refresh_job_time_in_utc(self) -> Optional[str]:
2105
+ """
2106
+ Indicates the completed time for the last refresh job on this particular share or container, if any.This could be a failed job or a successful job.
2107
+ """
2108
+ return pulumi.get(self, "last_completed_refresh_job_time_in_utc")
2109
+
2110
+ @property
2111
+ @pulumi.getter(name="lastJob")
2112
+ def last_job(self) -> Optional[str]:
2113
+ """
2114
+ Indicates the id of the last refresh job on this particular share or container,if any. This could be a failed job or a successful job.
2115
+ """
2116
+ return pulumi.get(self, "last_job")
2117
+
2118
+
2119
+ @pulumi.output_type
2120
+ class ResourceIdentityResponse(dict):
2121
+ """
2122
+ Msi identity details of the resource
2123
+ """
2124
+ @staticmethod
2125
+ def __key_warning(key: str):
2126
+ suggest = None
2127
+ if key == "principalId":
2128
+ suggest = "principal_id"
2129
+ elif key == "tenantId":
2130
+ suggest = "tenant_id"
2131
+
2132
+ if suggest:
2133
+ pulumi.log.warn(f"Key '{key}' not found in ResourceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
2134
+
2135
+ def __getitem__(self, key: str) -> Any:
2136
+ ResourceIdentityResponse.__key_warning(key)
2137
+ return super().__getitem__(key)
2138
+
2139
+ def get(self, key: str, default = None) -> Any:
2140
+ ResourceIdentityResponse.__key_warning(key)
2141
+ return super().get(key, default)
2142
+
2143
+ def __init__(__self__, *,
2144
+ principal_id: str,
2145
+ tenant_id: str,
2146
+ type: Optional[str] = None):
2147
+ """
2148
+ Msi identity details of the resource
2149
+ :param str principal_id: Service Principal Id backing the Msi
2150
+ :param str tenant_id: Home Tenant Id
2151
+ :param str type: Identity type
2152
+ """
2153
+ pulumi.set(__self__, "principal_id", principal_id)
2154
+ pulumi.set(__self__, "tenant_id", tenant_id)
2155
+ if type is not None:
2156
+ pulumi.set(__self__, "type", type)
2157
+
2158
+ @property
2159
+ @pulumi.getter(name="principalId")
2160
+ def principal_id(self) -> str:
2161
+ """
2162
+ Service Principal Id backing the Msi
2163
+ """
2164
+ return pulumi.get(self, "principal_id")
2165
+
2166
+ @property
2167
+ @pulumi.getter(name="tenantId")
2168
+ def tenant_id(self) -> str:
2169
+ """
2170
+ Home Tenant Id
2171
+ """
2172
+ return pulumi.get(self, "tenant_id")
2173
+
2174
+ @property
2175
+ @pulumi.getter
2176
+ def type(self) -> Optional[str]:
2177
+ """
2178
+ Identity type
2179
+ """
2180
+ return pulumi.get(self, "type")
2181
+
2182
+
2183
+ @pulumi.output_type
2184
+ class ResourceMoveDetailsResponse(dict):
2185
+ """
2186
+ Fields for tracking resource move
2187
+ """
2188
+ @staticmethod
2189
+ def __key_warning(key: str):
2190
+ suggest = None
2191
+ if key == "operationInProgress":
2192
+ suggest = "operation_in_progress"
2193
+ elif key == "operationInProgressLockTimeoutInUTC":
2194
+ suggest = "operation_in_progress_lock_timeout_in_utc"
2195
+
2196
+ if suggest:
2197
+ pulumi.log.warn(f"Key '{key}' not found in ResourceMoveDetailsResponse. Access the value via the '{suggest}' property getter instead.")
2198
+
2199
+ def __getitem__(self, key: str) -> Any:
2200
+ ResourceMoveDetailsResponse.__key_warning(key)
2201
+ return super().__getitem__(key)
2202
+
2203
+ def get(self, key: str, default = None) -> Any:
2204
+ ResourceMoveDetailsResponse.__key_warning(key)
2205
+ return super().get(key, default)
2206
+
2207
+ def __init__(__self__, *,
2208
+ operation_in_progress: Optional[str] = None,
2209
+ operation_in_progress_lock_timeout_in_utc: Optional[str] = None):
2210
+ """
2211
+ Fields for tracking resource move
2212
+ :param str operation_in_progress: Denotes whether move operation is in progress
2213
+ :param str operation_in_progress_lock_timeout_in_utc: Denotes the timeout of the operation to finish
2214
+ """
2215
+ if operation_in_progress is not None:
2216
+ pulumi.set(__self__, "operation_in_progress", operation_in_progress)
2217
+ if operation_in_progress_lock_timeout_in_utc is not None:
2218
+ pulumi.set(__self__, "operation_in_progress_lock_timeout_in_utc", operation_in_progress_lock_timeout_in_utc)
2219
+
2220
+ @property
2221
+ @pulumi.getter(name="operationInProgress")
2222
+ def operation_in_progress(self) -> Optional[str]:
2223
+ """
2224
+ Denotes whether move operation is in progress
2225
+ """
2226
+ return pulumi.get(self, "operation_in_progress")
2227
+
2228
+ @property
2229
+ @pulumi.getter(name="operationInProgressLockTimeoutInUTC")
2230
+ def operation_in_progress_lock_timeout_in_utc(self) -> Optional[str]:
2231
+ """
2232
+ Denotes the timeout of the operation to finish
2233
+ """
2234
+ return pulumi.get(self, "operation_in_progress_lock_timeout_in_utc")
2235
+
2236
+
2237
+ @pulumi.output_type
2238
+ class RoleSinkInfoResponse(dict):
2239
+ """
2240
+ Compute role against which events will be raised.
2241
+ """
2242
+ @staticmethod
2243
+ def __key_warning(key: str):
2244
+ suggest = None
2245
+ if key == "roleId":
2246
+ suggest = "role_id"
2247
+
2248
+ if suggest:
2249
+ pulumi.log.warn(f"Key '{key}' not found in RoleSinkInfoResponse. Access the value via the '{suggest}' property getter instead.")
2250
+
2251
+ def __getitem__(self, key: str) -> Any:
2252
+ RoleSinkInfoResponse.__key_warning(key)
2253
+ return super().__getitem__(key)
2254
+
2255
+ def get(self, key: str, default = None) -> Any:
2256
+ RoleSinkInfoResponse.__key_warning(key)
2257
+ return super().get(key, default)
2258
+
2259
+ def __init__(__self__, *,
2260
+ role_id: str):
2261
+ """
2262
+ Compute role against which events will be raised.
2263
+ :param str role_id: Compute role ID.
2264
+ """
2265
+ pulumi.set(__self__, "role_id", role_id)
2266
+
2267
+ @property
2268
+ @pulumi.getter(name="roleId")
2269
+ def role_id(self) -> str:
2270
+ """
2271
+ Compute role ID.
2272
+ """
2273
+ return pulumi.get(self, "role_id")
2274
+
2275
+
2276
+ @pulumi.output_type
2277
+ class SecretResponse(dict):
2278
+ """
2279
+ Holds device secret either as a KeyVault reference or as an encrypted value.
2280
+ """
2281
+ def __init__(__self__, *,
2282
+ encrypted_secret: Optional['outputs.AsymmetricEncryptedSecretResponse'] = None,
2283
+ key_vault_id: Optional[str] = None):
2284
+ """
2285
+ Holds device secret either as a KeyVault reference or as an encrypted value.
2286
+ :param 'AsymmetricEncryptedSecretResponse' encrypted_secret: Encrypted (using device public key) secret value.
2287
+ :param str key_vault_id: Id of the Key-Vault where secret is stored (ex: secrets/AuthClientSecret/82ef4346187a4033a10d629cde07d740).
2288
+ """
2289
+ if encrypted_secret is not None:
2290
+ pulumi.set(__self__, "encrypted_secret", encrypted_secret)
2291
+ if key_vault_id is not None:
2292
+ pulumi.set(__self__, "key_vault_id", key_vault_id)
2293
+
2294
+ @property
2295
+ @pulumi.getter(name="encryptedSecret")
2296
+ def encrypted_secret(self) -> Optional['outputs.AsymmetricEncryptedSecretResponse']:
2297
+ """
2298
+ Encrypted (using device public key) secret value.
2299
+ """
2300
+ return pulumi.get(self, "encrypted_secret")
2301
+
2302
+ @property
2303
+ @pulumi.getter(name="keyVaultId")
2304
+ def key_vault_id(self) -> Optional[str]:
2305
+ """
2306
+ Id of the Key-Vault where secret is stored (ex: secrets/AuthClientSecret/82ef4346187a4033a10d629cde07d740).
2307
+ """
2308
+ return pulumi.get(self, "key_vault_id")
2309
+
2310
+
2311
+ @pulumi.output_type
2312
+ class ShareAccessRightResponse(dict):
2313
+ """
2314
+ Specifies the mapping between this particular user and the type of access he has on shares on this device.
2315
+ """
2316
+ @staticmethod
2317
+ def __key_warning(key: str):
2318
+ suggest = None
2319
+ if key == "accessType":
2320
+ suggest = "access_type"
2321
+ elif key == "shareId":
2322
+ suggest = "share_id"
2323
+
2324
+ if suggest:
2325
+ pulumi.log.warn(f"Key '{key}' not found in ShareAccessRightResponse. Access the value via the '{suggest}' property getter instead.")
2326
+
2327
+ def __getitem__(self, key: str) -> Any:
2328
+ ShareAccessRightResponse.__key_warning(key)
2329
+ return super().__getitem__(key)
2330
+
2331
+ def get(self, key: str, default = None) -> Any:
2332
+ ShareAccessRightResponse.__key_warning(key)
2333
+ return super().get(key, default)
2334
+
2335
+ def __init__(__self__, *,
2336
+ access_type: str,
2337
+ share_id: str):
2338
+ """
2339
+ Specifies the mapping between this particular user and the type of access he has on shares on this device.
2340
+ :param str access_type: Type of access to be allowed on the share for this user.
2341
+ :param str share_id: The share ID.
2342
+ """
2343
+ pulumi.set(__self__, "access_type", access_type)
2344
+ pulumi.set(__self__, "share_id", share_id)
2345
+
2346
+ @property
2347
+ @pulumi.getter(name="accessType")
2348
+ def access_type(self) -> str:
2349
+ """
2350
+ Type of access to be allowed on the share for this user.
2351
+ """
2352
+ return pulumi.get(self, "access_type")
2353
+
2354
+ @property
2355
+ @pulumi.getter(name="shareId")
2356
+ def share_id(self) -> str:
2357
+ """
2358
+ The share ID.
2359
+ """
2360
+ return pulumi.get(self, "share_id")
2361
+
2362
+
2363
+ @pulumi.output_type
2364
+ class SkuResponse(dict):
2365
+ """
2366
+ The SKU type.
2367
+ """
2368
+ def __init__(__self__, *,
2369
+ name: Optional[str] = None,
2370
+ tier: Optional[str] = None):
2371
+ """
2372
+ The SKU type.
2373
+ :param str name: SKU name.
2374
+ :param str tier: The SKU tier. This is based on the SKU name.
2375
+ """
2376
+ if name is not None:
2377
+ pulumi.set(__self__, "name", name)
2378
+ if tier is not None:
2379
+ pulumi.set(__self__, "tier", tier)
2380
+
2381
+ @property
2382
+ @pulumi.getter
2383
+ def name(self) -> Optional[str]:
2384
+ """
2385
+ SKU name.
2386
+ """
2387
+ return pulumi.get(self, "name")
2388
+
2389
+ @property
2390
+ @pulumi.getter
2391
+ def tier(self) -> Optional[str]:
2392
+ """
2393
+ The SKU tier. This is based on the SKU name.
2394
+ """
2395
+ return pulumi.get(self, "tier")
2396
+
2397
+
2398
+ @pulumi.output_type
2399
+ class SubscriptionRegisteredFeaturesResponse(dict):
2400
+ def __init__(__self__, *,
2401
+ name: Optional[str] = None,
2402
+ state: Optional[str] = None):
2403
+ if name is not None:
2404
+ pulumi.set(__self__, "name", name)
2405
+ if state is not None:
2406
+ pulumi.set(__self__, "state", state)
2407
+
2408
+ @property
2409
+ @pulumi.getter
2410
+ def name(self) -> Optional[str]:
2411
+ return pulumi.get(self, "name")
2412
+
2413
+ @property
2414
+ @pulumi.getter
2415
+ def state(self) -> Optional[str]:
2416
+ return pulumi.get(self, "state")
2417
+
2418
+
2419
+ @pulumi.output_type
2420
+ class SymmetricKeyResponse(dict):
2421
+ """
2422
+ Symmetric key for authentication.
2423
+ """
2424
+ @staticmethod
2425
+ def __key_warning(key: str):
2426
+ suggest = None
2427
+ if key == "connectionString":
2428
+ suggest = "connection_string"
2429
+
2430
+ if suggest:
2431
+ pulumi.log.warn(f"Key '{key}' not found in SymmetricKeyResponse. Access the value via the '{suggest}' property getter instead.")
2432
+
2433
+ def __getitem__(self, key: str) -> Any:
2434
+ SymmetricKeyResponse.__key_warning(key)
2435
+ return super().__getitem__(key)
2436
+
2437
+ def get(self, key: str, default = None) -> Any:
2438
+ SymmetricKeyResponse.__key_warning(key)
2439
+ return super().get(key, default)
2440
+
2441
+ def __init__(__self__, *,
2442
+ connection_string: Optional['outputs.AsymmetricEncryptedSecretResponse'] = None):
2443
+ """
2444
+ Symmetric key for authentication.
2445
+ :param 'AsymmetricEncryptedSecretResponse' connection_string: Connection string based on the symmetric key.
2446
+ """
2447
+ if connection_string is not None:
2448
+ pulumi.set(__self__, "connection_string", connection_string)
2449
+
2450
+ @property
2451
+ @pulumi.getter(name="connectionString")
2452
+ def connection_string(self) -> Optional['outputs.AsymmetricEncryptedSecretResponse']:
2453
+ """
2454
+ Connection string based on the symmetric key.
2455
+ """
2456
+ return pulumi.get(self, "connection_string")
2457
+
2458
+
2459
+ @pulumi.output_type
2460
+ class SystemDataResponse(dict):
2461
+ """
2462
+ Metadata pertaining to creation and last modification of the resource.
2463
+ """
2464
+ @staticmethod
2465
+ def __key_warning(key: str):
2466
+ suggest = None
2467
+ if key == "createdAt":
2468
+ suggest = "created_at"
2469
+ elif key == "createdBy":
2470
+ suggest = "created_by"
2471
+ elif key == "createdByType":
2472
+ suggest = "created_by_type"
2473
+ elif key == "lastModifiedAt":
2474
+ suggest = "last_modified_at"
2475
+ elif key == "lastModifiedBy":
2476
+ suggest = "last_modified_by"
2477
+ elif key == "lastModifiedByType":
2478
+ suggest = "last_modified_by_type"
2479
+
2480
+ if suggest:
2481
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
2482
+
2483
+ def __getitem__(self, key: str) -> Any:
2484
+ SystemDataResponse.__key_warning(key)
2485
+ return super().__getitem__(key)
2486
+
2487
+ def get(self, key: str, default = None) -> Any:
2488
+ SystemDataResponse.__key_warning(key)
2489
+ return super().get(key, default)
2490
+
2491
+ def __init__(__self__, *,
2492
+ created_at: Optional[str] = None,
2493
+ created_by: Optional[str] = None,
2494
+ created_by_type: Optional[str] = None,
2495
+ last_modified_at: Optional[str] = None,
2496
+ last_modified_by: Optional[str] = None,
2497
+ last_modified_by_type: Optional[str] = None):
2498
+ """
2499
+ Metadata pertaining to creation and last modification of the resource.
2500
+ :param str created_at: The timestamp of resource creation (UTC).
2501
+ :param str created_by: The identity that created the resource.
2502
+ :param str created_by_type: The type of identity that created the resource.
2503
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
2504
+ :param str last_modified_by: The identity that last modified the resource.
2505
+ :param str last_modified_by_type: The type of identity that last modified the resource.
2506
+ """
2507
+ if created_at is not None:
2508
+ pulumi.set(__self__, "created_at", created_at)
2509
+ if created_by is not None:
2510
+ pulumi.set(__self__, "created_by", created_by)
2511
+ if created_by_type is not None:
2512
+ pulumi.set(__self__, "created_by_type", created_by_type)
2513
+ if last_modified_at is not None:
2514
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
2515
+ if last_modified_by is not None:
2516
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
2517
+ if last_modified_by_type is not None:
2518
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
2519
+
2520
+ @property
2521
+ @pulumi.getter(name="createdAt")
2522
+ def created_at(self) -> Optional[str]:
2523
+ """
2524
+ The timestamp of resource creation (UTC).
2525
+ """
2526
+ return pulumi.get(self, "created_at")
2527
+
2528
+ @property
2529
+ @pulumi.getter(name="createdBy")
2530
+ def created_by(self) -> Optional[str]:
2531
+ """
2532
+ The identity that created the resource.
2533
+ """
2534
+ return pulumi.get(self, "created_by")
2535
+
2536
+ @property
2537
+ @pulumi.getter(name="createdByType")
2538
+ def created_by_type(self) -> Optional[str]:
2539
+ """
2540
+ The type of identity that created the resource.
2541
+ """
2542
+ return pulumi.get(self, "created_by_type")
2543
+
2544
+ @property
2545
+ @pulumi.getter(name="lastModifiedAt")
2546
+ def last_modified_at(self) -> Optional[str]:
2547
+ """
2548
+ The timestamp of resource last modification (UTC)
2549
+ """
2550
+ return pulumi.get(self, "last_modified_at")
2551
+
2552
+ @property
2553
+ @pulumi.getter(name="lastModifiedBy")
2554
+ def last_modified_by(self) -> Optional[str]:
2555
+ """
2556
+ The identity that last modified the resource.
2557
+ """
2558
+ return pulumi.get(self, "last_modified_by")
2559
+
2560
+ @property
2561
+ @pulumi.getter(name="lastModifiedByType")
2562
+ def last_modified_by_type(self) -> Optional[str]:
2563
+ """
2564
+ The type of identity that last modified the resource.
2565
+ """
2566
+ return pulumi.get(self, "last_modified_by_type")
2567
+
2568
+
2569
+ @pulumi.output_type
2570
+ class TrackingInfoResponse(dict):
2571
+ """
2572
+ Tracking courier information.
2573
+ """
2574
+ @staticmethod
2575
+ def __key_warning(key: str):
2576
+ suggest = None
2577
+ if key == "carrierName":
2578
+ suggest = "carrier_name"
2579
+ elif key == "serialNumber":
2580
+ suggest = "serial_number"
2581
+ elif key == "trackingId":
2582
+ suggest = "tracking_id"
2583
+ elif key == "trackingUrl":
2584
+ suggest = "tracking_url"
2585
+
2586
+ if suggest:
2587
+ pulumi.log.warn(f"Key '{key}' not found in TrackingInfoResponse. Access the value via the '{suggest}' property getter instead.")
2588
+
2589
+ def __getitem__(self, key: str) -> Any:
2590
+ TrackingInfoResponse.__key_warning(key)
2591
+ return super().__getitem__(key)
2592
+
2593
+ def get(self, key: str, default = None) -> Any:
2594
+ TrackingInfoResponse.__key_warning(key)
2595
+ return super().get(key, default)
2596
+
2597
+ def __init__(__self__, *,
2598
+ carrier_name: Optional[str] = None,
2599
+ serial_number: Optional[str] = None,
2600
+ tracking_id: Optional[str] = None,
2601
+ tracking_url: Optional[str] = None):
2602
+ """
2603
+ Tracking courier information.
2604
+ :param str carrier_name: Name of the carrier used in the delivery.
2605
+ :param str serial_number: Serial number of the device being tracked.
2606
+ :param str tracking_id: Tracking ID of the shipment.
2607
+ :param str tracking_url: Tracking URL of the shipment.
2608
+ """
2609
+ if carrier_name is not None:
2610
+ pulumi.set(__self__, "carrier_name", carrier_name)
2611
+ if serial_number is not None:
2612
+ pulumi.set(__self__, "serial_number", serial_number)
2613
+ if tracking_id is not None:
2614
+ pulumi.set(__self__, "tracking_id", tracking_id)
2615
+ if tracking_url is not None:
2616
+ pulumi.set(__self__, "tracking_url", tracking_url)
2617
+
2618
+ @property
2619
+ @pulumi.getter(name="carrierName")
2620
+ def carrier_name(self) -> Optional[str]:
2621
+ """
2622
+ Name of the carrier used in the delivery.
2623
+ """
2624
+ return pulumi.get(self, "carrier_name")
2625
+
2626
+ @property
2627
+ @pulumi.getter(name="serialNumber")
2628
+ def serial_number(self) -> Optional[str]:
2629
+ """
2630
+ Serial number of the device being tracked.
2631
+ """
2632
+ return pulumi.get(self, "serial_number")
2633
+
2634
+ @property
2635
+ @pulumi.getter(name="trackingId")
2636
+ def tracking_id(self) -> Optional[str]:
2637
+ """
2638
+ Tracking ID of the shipment.
2639
+ """
2640
+ return pulumi.get(self, "tracking_id")
2641
+
2642
+ @property
2643
+ @pulumi.getter(name="trackingUrl")
2644
+ def tracking_url(self) -> Optional[str]:
2645
+ """
2646
+ Tracking URL of the shipment.
2647
+ """
2648
+ return pulumi.get(self, "tracking_url")
2649
+
2650
+
2651
+ @pulumi.output_type
2652
+ class UserAccessRightResponse(dict):
2653
+ """
2654
+ The mapping between a particular user and the access type on the SMB share.
2655
+ """
2656
+ @staticmethod
2657
+ def __key_warning(key: str):
2658
+ suggest = None
2659
+ if key == "accessType":
2660
+ suggest = "access_type"
2661
+ elif key == "userId":
2662
+ suggest = "user_id"
2663
+
2664
+ if suggest:
2665
+ pulumi.log.warn(f"Key '{key}' not found in UserAccessRightResponse. Access the value via the '{suggest}' property getter instead.")
2666
+
2667
+ def __getitem__(self, key: str) -> Any:
2668
+ UserAccessRightResponse.__key_warning(key)
2669
+ return super().__getitem__(key)
2670
+
2671
+ def get(self, key: str, default = None) -> Any:
2672
+ UserAccessRightResponse.__key_warning(key)
2673
+ return super().get(key, default)
2674
+
2675
+ def __init__(__self__, *,
2676
+ access_type: str,
2677
+ user_id: str):
2678
+ """
2679
+ The mapping between a particular user and the access type on the SMB share.
2680
+ :param str access_type: Type of access to be allowed for the user.
2681
+ :param str user_id: User ID (already existing in the device).
2682
+ """
2683
+ pulumi.set(__self__, "access_type", access_type)
2684
+ pulumi.set(__self__, "user_id", user_id)
2685
+
2686
+ @property
2687
+ @pulumi.getter(name="accessType")
2688
+ def access_type(self) -> str:
2689
+ """
2690
+ Type of access to be allowed for the user.
2691
+ """
2692
+ return pulumi.get(self, "access_type")
2693
+
2694
+ @property
2695
+ @pulumi.getter(name="userId")
2696
+ def user_id(self) -> str:
2697
+ """
2698
+ User ID (already existing in the device).
2699
+ """
2700
+ return pulumi.get(self, "user_id")
2701
+
2702
+