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,1625 @@
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
+ 'AgentUpdatePropertiesResponse',
16
+ 'AppAttachPackageInfoPropertiesResponse',
17
+ 'AppAttachPackagePropertiesResponse',
18
+ 'MaintenanceWindowPropertiesResponse',
19
+ 'MsixPackageApplicationsResponse',
20
+ 'MsixPackageDependenciesResponse',
21
+ 'PrivateEndpointConnectionResponse',
22
+ 'PrivateEndpointResponse',
23
+ 'PrivateLinkServiceConnectionStateResponse',
24
+ 'RegistrationInfoResponse',
25
+ 'ResourceModelWithAllowedPropertySetResponseIdentity',
26
+ 'ResourceModelWithAllowedPropertySetResponsePlan',
27
+ 'ResourceModelWithAllowedPropertySetResponseSku',
28
+ 'ScalingHostPoolReferenceResponse',
29
+ 'ScalingScheduleResponse',
30
+ 'SystemDataResponse',
31
+ 'TimeResponse',
32
+ ]
33
+
34
+ @pulumi.output_type
35
+ class AgentUpdatePropertiesResponse(dict):
36
+ """
37
+ The session host configuration for updating agent, monitoring agent, and stack component.
38
+ """
39
+ @staticmethod
40
+ def __key_warning(key: str):
41
+ suggest = None
42
+ if key == "maintenanceWindowTimeZone":
43
+ suggest = "maintenance_window_time_zone"
44
+ elif key == "maintenanceWindows":
45
+ suggest = "maintenance_windows"
46
+ elif key == "useSessionHostLocalTime":
47
+ suggest = "use_session_host_local_time"
48
+
49
+ if suggest:
50
+ pulumi.log.warn(f"Key '{key}' not found in AgentUpdatePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
51
+
52
+ def __getitem__(self, key: str) -> Any:
53
+ AgentUpdatePropertiesResponse.__key_warning(key)
54
+ return super().__getitem__(key)
55
+
56
+ def get(self, key: str, default = None) -> Any:
57
+ AgentUpdatePropertiesResponse.__key_warning(key)
58
+ return super().get(key, default)
59
+
60
+ def __init__(__self__, *,
61
+ maintenance_window_time_zone: Optional[str] = None,
62
+ maintenance_windows: Optional[Sequence['outputs.MaintenanceWindowPropertiesResponse']] = None,
63
+ type: Optional[str] = None,
64
+ use_session_host_local_time: Optional[bool] = None):
65
+ """
66
+ The session host configuration for updating agent, monitoring agent, and stack component.
67
+ :param str maintenance_window_time_zone: Time zone for maintenance as defined in https://docs.microsoft.com/en-us/dotnet/api/system.timezoneinfo.findsystemtimezonebyid?view=net-5.0. Must be set if useLocalTime is true.
68
+ :param Sequence['MaintenanceWindowPropertiesResponse'] maintenance_windows: List of maintenance windows. Maintenance windows are 2 hours long.
69
+ :param str type: The type of maintenance for session host components.
70
+ :param bool use_session_host_local_time: Whether to use localTime of the virtual machine.
71
+ """
72
+ if maintenance_window_time_zone is not None:
73
+ pulumi.set(__self__, "maintenance_window_time_zone", maintenance_window_time_zone)
74
+ if maintenance_windows is not None:
75
+ pulumi.set(__self__, "maintenance_windows", maintenance_windows)
76
+ if type is not None:
77
+ pulumi.set(__self__, "type", type)
78
+ if use_session_host_local_time is not None:
79
+ pulumi.set(__self__, "use_session_host_local_time", use_session_host_local_time)
80
+
81
+ @property
82
+ @pulumi.getter(name="maintenanceWindowTimeZone")
83
+ def maintenance_window_time_zone(self) -> Optional[str]:
84
+ """
85
+ Time zone for maintenance as defined in https://docs.microsoft.com/en-us/dotnet/api/system.timezoneinfo.findsystemtimezonebyid?view=net-5.0. Must be set if useLocalTime is true.
86
+ """
87
+ return pulumi.get(self, "maintenance_window_time_zone")
88
+
89
+ @property
90
+ @pulumi.getter(name="maintenanceWindows")
91
+ def maintenance_windows(self) -> Optional[Sequence['outputs.MaintenanceWindowPropertiesResponse']]:
92
+ """
93
+ List of maintenance windows. Maintenance windows are 2 hours long.
94
+ """
95
+ return pulumi.get(self, "maintenance_windows")
96
+
97
+ @property
98
+ @pulumi.getter
99
+ def type(self) -> Optional[str]:
100
+ """
101
+ The type of maintenance for session host components.
102
+ """
103
+ return pulumi.get(self, "type")
104
+
105
+ @property
106
+ @pulumi.getter(name="useSessionHostLocalTime")
107
+ def use_session_host_local_time(self) -> Optional[bool]:
108
+ """
109
+ Whether to use localTime of the virtual machine.
110
+ """
111
+ return pulumi.get(self, "use_session_host_local_time")
112
+
113
+
114
+ @pulumi.output_type
115
+ class AppAttachPackageInfoPropertiesResponse(dict):
116
+ """
117
+ Schema for Import Package Information properties.
118
+ """
119
+ @staticmethod
120
+ def __key_warning(key: str):
121
+ suggest = None
122
+ if key == "certificateExpiry":
123
+ suggest = "certificate_expiry"
124
+ elif key == "certificateName":
125
+ suggest = "certificate_name"
126
+ elif key == "displayName":
127
+ suggest = "display_name"
128
+ elif key == "imagePath":
129
+ suggest = "image_path"
130
+ elif key == "isActive":
131
+ suggest = "is_active"
132
+ elif key == "isPackageTimestamped":
133
+ suggest = "is_package_timestamped"
134
+ elif key == "isRegularRegistration":
135
+ suggest = "is_regular_registration"
136
+ elif key == "lastUpdated":
137
+ suggest = "last_updated"
138
+ elif key == "packageAlias":
139
+ suggest = "package_alias"
140
+ elif key == "packageApplications":
141
+ suggest = "package_applications"
142
+ elif key == "packageDependencies":
143
+ suggest = "package_dependencies"
144
+ elif key == "packageFamilyName":
145
+ suggest = "package_family_name"
146
+ elif key == "packageFullName":
147
+ suggest = "package_full_name"
148
+ elif key == "packageName":
149
+ suggest = "package_name"
150
+ elif key == "packageRelativePath":
151
+ suggest = "package_relative_path"
152
+
153
+ if suggest:
154
+ pulumi.log.warn(f"Key '{key}' not found in AppAttachPackageInfoPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
155
+
156
+ def __getitem__(self, key: str) -> Any:
157
+ AppAttachPackageInfoPropertiesResponse.__key_warning(key)
158
+ return super().__getitem__(key)
159
+
160
+ def get(self, key: str, default = None) -> Any:
161
+ AppAttachPackageInfoPropertiesResponse.__key_warning(key)
162
+ return super().get(key, default)
163
+
164
+ def __init__(__self__, *,
165
+ certificate_expiry: Optional[str] = None,
166
+ certificate_name: Optional[str] = None,
167
+ display_name: Optional[str] = None,
168
+ image_path: Optional[str] = None,
169
+ is_active: Optional[bool] = None,
170
+ is_package_timestamped: Optional[str] = None,
171
+ is_regular_registration: Optional[bool] = None,
172
+ last_updated: Optional[str] = None,
173
+ package_alias: Optional[str] = None,
174
+ package_applications: Optional[Sequence['outputs.MsixPackageApplicationsResponse']] = None,
175
+ package_dependencies: Optional[Sequence['outputs.MsixPackageDependenciesResponse']] = None,
176
+ package_family_name: Optional[str] = None,
177
+ package_full_name: Optional[str] = None,
178
+ package_name: Optional[str] = None,
179
+ package_relative_path: Optional[str] = None,
180
+ version: Optional[str] = None):
181
+ """
182
+ Schema for Import Package Information properties.
183
+ :param str certificate_expiry: Date certificate expires, found in the appxmanifest.xml.
184
+ :param str certificate_name: Certificate name found in the appxmanifest.xml.
185
+ :param str display_name: User friendly Name to be displayed in the portal.
186
+ :param str image_path: VHD/CIM image path on Network Share.
187
+ :param bool is_active: Make this version of the package the active one across the hostpool.
188
+ :param str is_package_timestamped: Is package timestamped so it can ignore the certificate expiry date
189
+ :param bool is_regular_registration: Specifies how to register Package in feed.
190
+ :param str last_updated: Date Package was last updated, found in the appxmanifest.xml.
191
+ :param str package_alias: Alias of App Attach Package. Assigned at import time
192
+ :param Sequence['MsixPackageApplicationsResponse'] package_applications: List of package applications.
193
+ :param Sequence['MsixPackageDependenciesResponse'] package_dependencies: List of package dependencies.
194
+ :param str package_family_name: Package Family Name from appxmanifest.xml. Contains Package Name and Publisher name.
195
+ :param str package_full_name: Package Full Name from appxmanifest.xml.
196
+ :param str package_name: Package Name from appxmanifest.xml.
197
+ :param str package_relative_path: Relative Path to the package inside the image.
198
+ :param str version: Package Version found in the appxmanifest.xml.
199
+ """
200
+ if certificate_expiry is not None:
201
+ pulumi.set(__self__, "certificate_expiry", certificate_expiry)
202
+ if certificate_name is not None:
203
+ pulumi.set(__self__, "certificate_name", certificate_name)
204
+ if display_name is not None:
205
+ pulumi.set(__self__, "display_name", display_name)
206
+ if image_path is not None:
207
+ pulumi.set(__self__, "image_path", image_path)
208
+ if is_active is not None:
209
+ pulumi.set(__self__, "is_active", is_active)
210
+ if is_package_timestamped is not None:
211
+ pulumi.set(__self__, "is_package_timestamped", is_package_timestamped)
212
+ if is_regular_registration is not None:
213
+ pulumi.set(__self__, "is_regular_registration", is_regular_registration)
214
+ if last_updated is not None:
215
+ pulumi.set(__self__, "last_updated", last_updated)
216
+ if package_alias is not None:
217
+ pulumi.set(__self__, "package_alias", package_alias)
218
+ if package_applications is not None:
219
+ pulumi.set(__self__, "package_applications", package_applications)
220
+ if package_dependencies is not None:
221
+ pulumi.set(__self__, "package_dependencies", package_dependencies)
222
+ if package_family_name is not None:
223
+ pulumi.set(__self__, "package_family_name", package_family_name)
224
+ if package_full_name is not None:
225
+ pulumi.set(__self__, "package_full_name", package_full_name)
226
+ if package_name is not None:
227
+ pulumi.set(__self__, "package_name", package_name)
228
+ if package_relative_path is not None:
229
+ pulumi.set(__self__, "package_relative_path", package_relative_path)
230
+ if version is not None:
231
+ pulumi.set(__self__, "version", version)
232
+
233
+ @property
234
+ @pulumi.getter(name="certificateExpiry")
235
+ def certificate_expiry(self) -> Optional[str]:
236
+ """
237
+ Date certificate expires, found in the appxmanifest.xml.
238
+ """
239
+ return pulumi.get(self, "certificate_expiry")
240
+
241
+ @property
242
+ @pulumi.getter(name="certificateName")
243
+ def certificate_name(self) -> Optional[str]:
244
+ """
245
+ Certificate name found in the appxmanifest.xml.
246
+ """
247
+ return pulumi.get(self, "certificate_name")
248
+
249
+ @property
250
+ @pulumi.getter(name="displayName")
251
+ def display_name(self) -> Optional[str]:
252
+ """
253
+ User friendly Name to be displayed in the portal.
254
+ """
255
+ return pulumi.get(self, "display_name")
256
+
257
+ @property
258
+ @pulumi.getter(name="imagePath")
259
+ def image_path(self) -> Optional[str]:
260
+ """
261
+ VHD/CIM image path on Network Share.
262
+ """
263
+ return pulumi.get(self, "image_path")
264
+
265
+ @property
266
+ @pulumi.getter(name="isActive")
267
+ def is_active(self) -> Optional[bool]:
268
+ """
269
+ Make this version of the package the active one across the hostpool.
270
+ """
271
+ return pulumi.get(self, "is_active")
272
+
273
+ @property
274
+ @pulumi.getter(name="isPackageTimestamped")
275
+ def is_package_timestamped(self) -> Optional[str]:
276
+ """
277
+ Is package timestamped so it can ignore the certificate expiry date
278
+ """
279
+ return pulumi.get(self, "is_package_timestamped")
280
+
281
+ @property
282
+ @pulumi.getter(name="isRegularRegistration")
283
+ def is_regular_registration(self) -> Optional[bool]:
284
+ """
285
+ Specifies how to register Package in feed.
286
+ """
287
+ return pulumi.get(self, "is_regular_registration")
288
+
289
+ @property
290
+ @pulumi.getter(name="lastUpdated")
291
+ def last_updated(self) -> Optional[str]:
292
+ """
293
+ Date Package was last updated, found in the appxmanifest.xml.
294
+ """
295
+ return pulumi.get(self, "last_updated")
296
+
297
+ @property
298
+ @pulumi.getter(name="packageAlias")
299
+ def package_alias(self) -> Optional[str]:
300
+ """
301
+ Alias of App Attach Package. Assigned at import time
302
+ """
303
+ return pulumi.get(self, "package_alias")
304
+
305
+ @property
306
+ @pulumi.getter(name="packageApplications")
307
+ def package_applications(self) -> Optional[Sequence['outputs.MsixPackageApplicationsResponse']]:
308
+ """
309
+ List of package applications.
310
+ """
311
+ return pulumi.get(self, "package_applications")
312
+
313
+ @property
314
+ @pulumi.getter(name="packageDependencies")
315
+ def package_dependencies(self) -> Optional[Sequence['outputs.MsixPackageDependenciesResponse']]:
316
+ """
317
+ List of package dependencies.
318
+ """
319
+ return pulumi.get(self, "package_dependencies")
320
+
321
+ @property
322
+ @pulumi.getter(name="packageFamilyName")
323
+ def package_family_name(self) -> Optional[str]:
324
+ """
325
+ Package Family Name from appxmanifest.xml. Contains Package Name and Publisher name.
326
+ """
327
+ return pulumi.get(self, "package_family_name")
328
+
329
+ @property
330
+ @pulumi.getter(name="packageFullName")
331
+ def package_full_name(self) -> Optional[str]:
332
+ """
333
+ Package Full Name from appxmanifest.xml.
334
+ """
335
+ return pulumi.get(self, "package_full_name")
336
+
337
+ @property
338
+ @pulumi.getter(name="packageName")
339
+ def package_name(self) -> Optional[str]:
340
+ """
341
+ Package Name from appxmanifest.xml.
342
+ """
343
+ return pulumi.get(self, "package_name")
344
+
345
+ @property
346
+ @pulumi.getter(name="packageRelativePath")
347
+ def package_relative_path(self) -> Optional[str]:
348
+ """
349
+ Relative Path to the package inside the image.
350
+ """
351
+ return pulumi.get(self, "package_relative_path")
352
+
353
+ @property
354
+ @pulumi.getter
355
+ def version(self) -> Optional[str]:
356
+ """
357
+ Package Version found in the appxmanifest.xml.
358
+ """
359
+ return pulumi.get(self, "version")
360
+
361
+
362
+ @pulumi.output_type
363
+ class AppAttachPackagePropertiesResponse(dict):
364
+ """
365
+ Schema for App Attach Package properties.
366
+ """
367
+ @staticmethod
368
+ def __key_warning(key: str):
369
+ suggest = None
370
+ if key == "provisioningState":
371
+ suggest = "provisioning_state"
372
+ elif key == "failHealthCheckOnStagingFailure":
373
+ suggest = "fail_health_check_on_staging_failure"
374
+ elif key == "hostPoolReferences":
375
+ suggest = "host_pool_references"
376
+ elif key == "keyVaultURL":
377
+ suggest = "key_vault_url"
378
+
379
+ if suggest:
380
+ pulumi.log.warn(f"Key '{key}' not found in AppAttachPackagePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
381
+
382
+ def __getitem__(self, key: str) -> Any:
383
+ AppAttachPackagePropertiesResponse.__key_warning(key)
384
+ return super().__getitem__(key)
385
+
386
+ def get(self, key: str, default = None) -> Any:
387
+ AppAttachPackagePropertiesResponse.__key_warning(key)
388
+ return super().get(key, default)
389
+
390
+ def __init__(__self__, *,
391
+ provisioning_state: str,
392
+ fail_health_check_on_staging_failure: Optional[str] = None,
393
+ host_pool_references: Optional[Sequence[str]] = None,
394
+ image: Optional['outputs.AppAttachPackageInfoPropertiesResponse'] = None,
395
+ key_vault_url: Optional[str] = None):
396
+ """
397
+ Schema for App Attach Package properties.
398
+ :param str provisioning_state: The provisioning state of the App Attach Package.
399
+ :param str fail_health_check_on_staging_failure: Parameter indicating how the health check should behave if this package fails staging
400
+ :param Sequence[str] host_pool_references: List of Hostpool resource Ids.
401
+ :param 'AppAttachPackageInfoPropertiesResponse' image: Detailed properties for App Attach Package
402
+ :param str key_vault_url: URL of keyvault location to store certificate
403
+ """
404
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
405
+ if fail_health_check_on_staging_failure is not None:
406
+ pulumi.set(__self__, "fail_health_check_on_staging_failure", fail_health_check_on_staging_failure)
407
+ if host_pool_references is not None:
408
+ pulumi.set(__self__, "host_pool_references", host_pool_references)
409
+ if image is not None:
410
+ pulumi.set(__self__, "image", image)
411
+ if key_vault_url is not None:
412
+ pulumi.set(__self__, "key_vault_url", key_vault_url)
413
+
414
+ @property
415
+ @pulumi.getter(name="provisioningState")
416
+ def provisioning_state(self) -> str:
417
+ """
418
+ The provisioning state of the App Attach Package.
419
+ """
420
+ return pulumi.get(self, "provisioning_state")
421
+
422
+ @property
423
+ @pulumi.getter(name="failHealthCheckOnStagingFailure")
424
+ def fail_health_check_on_staging_failure(self) -> Optional[str]:
425
+ """
426
+ Parameter indicating how the health check should behave if this package fails staging
427
+ """
428
+ return pulumi.get(self, "fail_health_check_on_staging_failure")
429
+
430
+ @property
431
+ @pulumi.getter(name="hostPoolReferences")
432
+ def host_pool_references(self) -> Optional[Sequence[str]]:
433
+ """
434
+ List of Hostpool resource Ids.
435
+ """
436
+ return pulumi.get(self, "host_pool_references")
437
+
438
+ @property
439
+ @pulumi.getter
440
+ def image(self) -> Optional['outputs.AppAttachPackageInfoPropertiesResponse']:
441
+ """
442
+ Detailed properties for App Attach Package
443
+ """
444
+ return pulumi.get(self, "image")
445
+
446
+ @property
447
+ @pulumi.getter(name="keyVaultURL")
448
+ def key_vault_url(self) -> Optional[str]:
449
+ """
450
+ URL of keyvault location to store certificate
451
+ """
452
+ return pulumi.get(self, "key_vault_url")
453
+
454
+
455
+ @pulumi.output_type
456
+ class MaintenanceWindowPropertiesResponse(dict):
457
+ """
458
+ Maintenance window starting hour and day of week.
459
+ """
460
+ @staticmethod
461
+ def __key_warning(key: str):
462
+ suggest = None
463
+ if key == "dayOfWeek":
464
+ suggest = "day_of_week"
465
+
466
+ if suggest:
467
+ pulumi.log.warn(f"Key '{key}' not found in MaintenanceWindowPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
468
+
469
+ def __getitem__(self, key: str) -> Any:
470
+ MaintenanceWindowPropertiesResponse.__key_warning(key)
471
+ return super().__getitem__(key)
472
+
473
+ def get(self, key: str, default = None) -> Any:
474
+ MaintenanceWindowPropertiesResponse.__key_warning(key)
475
+ return super().get(key, default)
476
+
477
+ def __init__(__self__, *,
478
+ day_of_week: Optional[str] = None,
479
+ hour: Optional[int] = None):
480
+ """
481
+ Maintenance window starting hour and day of week.
482
+ :param str day_of_week: Day of the week.
483
+ :param int hour: The update start hour of the day. (0 - 23)
484
+ """
485
+ if day_of_week is not None:
486
+ pulumi.set(__self__, "day_of_week", day_of_week)
487
+ if hour is not None:
488
+ pulumi.set(__self__, "hour", hour)
489
+
490
+ @property
491
+ @pulumi.getter(name="dayOfWeek")
492
+ def day_of_week(self) -> Optional[str]:
493
+ """
494
+ Day of the week.
495
+ """
496
+ return pulumi.get(self, "day_of_week")
497
+
498
+ @property
499
+ @pulumi.getter
500
+ def hour(self) -> Optional[int]:
501
+ """
502
+ The update start hour of the day. (0 - 23)
503
+ """
504
+ return pulumi.get(self, "hour")
505
+
506
+
507
+ @pulumi.output_type
508
+ class MsixPackageApplicationsResponse(dict):
509
+ """
510
+ Schema for MSIX Package Application properties.
511
+ """
512
+ @staticmethod
513
+ def __key_warning(key: str):
514
+ suggest = None
515
+ if key == "appId":
516
+ suggest = "app_id"
517
+ elif key == "appUserModelID":
518
+ suggest = "app_user_model_id"
519
+ elif key == "friendlyName":
520
+ suggest = "friendly_name"
521
+ elif key == "iconImageName":
522
+ suggest = "icon_image_name"
523
+ elif key == "rawIcon":
524
+ suggest = "raw_icon"
525
+ elif key == "rawPng":
526
+ suggest = "raw_png"
527
+
528
+ if suggest:
529
+ pulumi.log.warn(f"Key '{key}' not found in MsixPackageApplicationsResponse. Access the value via the '{suggest}' property getter instead.")
530
+
531
+ def __getitem__(self, key: str) -> Any:
532
+ MsixPackageApplicationsResponse.__key_warning(key)
533
+ return super().__getitem__(key)
534
+
535
+ def get(self, key: str, default = None) -> Any:
536
+ MsixPackageApplicationsResponse.__key_warning(key)
537
+ return super().get(key, default)
538
+
539
+ def __init__(__self__, *,
540
+ app_id: Optional[str] = None,
541
+ app_user_model_id: Optional[str] = None,
542
+ description: Optional[str] = None,
543
+ friendly_name: Optional[str] = None,
544
+ icon_image_name: Optional[str] = None,
545
+ raw_icon: Optional[str] = None,
546
+ raw_png: Optional[str] = None):
547
+ """
548
+ Schema for MSIX Package Application properties.
549
+ :param str app_id: Package Application Id, found in appxmanifest.xml.
550
+ :param str app_user_model_id: Used to activate Package Application. Consists of Package Name and ApplicationID. Found in appxmanifest.xml.
551
+ :param str description: Description of Package Application.
552
+ :param str friendly_name: User friendly name.
553
+ :param str icon_image_name: User friendly name.
554
+ :param str raw_icon: the icon a 64 bit string as a byte array.
555
+ :param str raw_png: the icon a 64 bit string as a byte array.
556
+ """
557
+ if app_id is not None:
558
+ pulumi.set(__self__, "app_id", app_id)
559
+ if app_user_model_id is not None:
560
+ pulumi.set(__self__, "app_user_model_id", app_user_model_id)
561
+ if description is not None:
562
+ pulumi.set(__self__, "description", description)
563
+ if friendly_name is not None:
564
+ pulumi.set(__self__, "friendly_name", friendly_name)
565
+ if icon_image_name is not None:
566
+ pulumi.set(__self__, "icon_image_name", icon_image_name)
567
+ if raw_icon is not None:
568
+ pulumi.set(__self__, "raw_icon", raw_icon)
569
+ if raw_png is not None:
570
+ pulumi.set(__self__, "raw_png", raw_png)
571
+
572
+ @property
573
+ @pulumi.getter(name="appId")
574
+ def app_id(self) -> Optional[str]:
575
+ """
576
+ Package Application Id, found in appxmanifest.xml.
577
+ """
578
+ return pulumi.get(self, "app_id")
579
+
580
+ @property
581
+ @pulumi.getter(name="appUserModelID")
582
+ def app_user_model_id(self) -> Optional[str]:
583
+ """
584
+ Used to activate Package Application. Consists of Package Name and ApplicationID. Found in appxmanifest.xml.
585
+ """
586
+ return pulumi.get(self, "app_user_model_id")
587
+
588
+ @property
589
+ @pulumi.getter
590
+ def description(self) -> Optional[str]:
591
+ """
592
+ Description of Package Application.
593
+ """
594
+ return pulumi.get(self, "description")
595
+
596
+ @property
597
+ @pulumi.getter(name="friendlyName")
598
+ def friendly_name(self) -> Optional[str]:
599
+ """
600
+ User friendly name.
601
+ """
602
+ return pulumi.get(self, "friendly_name")
603
+
604
+ @property
605
+ @pulumi.getter(name="iconImageName")
606
+ def icon_image_name(self) -> Optional[str]:
607
+ """
608
+ User friendly name.
609
+ """
610
+ return pulumi.get(self, "icon_image_name")
611
+
612
+ @property
613
+ @pulumi.getter(name="rawIcon")
614
+ def raw_icon(self) -> Optional[str]:
615
+ """
616
+ the icon a 64 bit string as a byte array.
617
+ """
618
+ return pulumi.get(self, "raw_icon")
619
+
620
+ @property
621
+ @pulumi.getter(name="rawPng")
622
+ def raw_png(self) -> Optional[str]:
623
+ """
624
+ the icon a 64 bit string as a byte array.
625
+ """
626
+ return pulumi.get(self, "raw_png")
627
+
628
+
629
+ @pulumi.output_type
630
+ class MsixPackageDependenciesResponse(dict):
631
+ """
632
+ Schema for MSIX Package Dependencies properties.
633
+ """
634
+ @staticmethod
635
+ def __key_warning(key: str):
636
+ suggest = None
637
+ if key == "dependencyName":
638
+ suggest = "dependency_name"
639
+ elif key == "minVersion":
640
+ suggest = "min_version"
641
+
642
+ if suggest:
643
+ pulumi.log.warn(f"Key '{key}' not found in MsixPackageDependenciesResponse. Access the value via the '{suggest}' property getter instead.")
644
+
645
+ def __getitem__(self, key: str) -> Any:
646
+ MsixPackageDependenciesResponse.__key_warning(key)
647
+ return super().__getitem__(key)
648
+
649
+ def get(self, key: str, default = None) -> Any:
650
+ MsixPackageDependenciesResponse.__key_warning(key)
651
+ return super().get(key, default)
652
+
653
+ def __init__(__self__, *,
654
+ dependency_name: Optional[str] = None,
655
+ min_version: Optional[str] = None,
656
+ publisher: Optional[str] = None):
657
+ """
658
+ Schema for MSIX Package Dependencies properties.
659
+ :param str dependency_name: Name of package dependency.
660
+ :param str min_version: Dependency version required.
661
+ :param str publisher: Name of dependency publisher.
662
+ """
663
+ if dependency_name is not None:
664
+ pulumi.set(__self__, "dependency_name", dependency_name)
665
+ if min_version is not None:
666
+ pulumi.set(__self__, "min_version", min_version)
667
+ if publisher is not None:
668
+ pulumi.set(__self__, "publisher", publisher)
669
+
670
+ @property
671
+ @pulumi.getter(name="dependencyName")
672
+ def dependency_name(self) -> Optional[str]:
673
+ """
674
+ Name of package dependency.
675
+ """
676
+ return pulumi.get(self, "dependency_name")
677
+
678
+ @property
679
+ @pulumi.getter(name="minVersion")
680
+ def min_version(self) -> Optional[str]:
681
+ """
682
+ Dependency version required.
683
+ """
684
+ return pulumi.get(self, "min_version")
685
+
686
+ @property
687
+ @pulumi.getter
688
+ def publisher(self) -> Optional[str]:
689
+ """
690
+ Name of dependency publisher.
691
+ """
692
+ return pulumi.get(self, "publisher")
693
+
694
+
695
+ @pulumi.output_type
696
+ class PrivateEndpointConnectionResponse(dict):
697
+ """
698
+ The Private Endpoint Connection resource.
699
+ """
700
+ @staticmethod
701
+ def __key_warning(key: str):
702
+ suggest = None
703
+ if key == "privateLinkServiceConnectionState":
704
+ suggest = "private_link_service_connection_state"
705
+ elif key == "provisioningState":
706
+ suggest = "provisioning_state"
707
+ elif key == "privateEndpoint":
708
+ suggest = "private_endpoint"
709
+
710
+ if suggest:
711
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
712
+
713
+ def __getitem__(self, key: str) -> Any:
714
+ PrivateEndpointConnectionResponse.__key_warning(key)
715
+ return super().__getitem__(key)
716
+
717
+ def get(self, key: str, default = None) -> Any:
718
+ PrivateEndpointConnectionResponse.__key_warning(key)
719
+ return super().get(key, default)
720
+
721
+ def __init__(__self__, *,
722
+ id: str,
723
+ name: str,
724
+ private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
725
+ provisioning_state: str,
726
+ type: str,
727
+ private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None):
728
+ """
729
+ The Private Endpoint Connection resource.
730
+ :param str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
731
+ :param str name: The name of the resource
732
+ :param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
733
+ :param str provisioning_state: The provisioning state of the private endpoint connection resource.
734
+ :param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
735
+ :param 'PrivateEndpointResponse' private_endpoint: The resource of private end point.
736
+ """
737
+ pulumi.set(__self__, "id", id)
738
+ pulumi.set(__self__, "name", name)
739
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
740
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
741
+ pulumi.set(__self__, "type", type)
742
+ if private_endpoint is not None:
743
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
744
+
745
+ @property
746
+ @pulumi.getter
747
+ def id(self) -> str:
748
+ """
749
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
750
+ """
751
+ return pulumi.get(self, "id")
752
+
753
+ @property
754
+ @pulumi.getter
755
+ def name(self) -> str:
756
+ """
757
+ The name of the resource
758
+ """
759
+ return pulumi.get(self, "name")
760
+
761
+ @property
762
+ @pulumi.getter(name="privateLinkServiceConnectionState")
763
+ def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
764
+ """
765
+ A collection of information about the state of the connection between service consumer and provider.
766
+ """
767
+ return pulumi.get(self, "private_link_service_connection_state")
768
+
769
+ @property
770
+ @pulumi.getter(name="provisioningState")
771
+ def provisioning_state(self) -> str:
772
+ """
773
+ The provisioning state of the private endpoint connection resource.
774
+ """
775
+ return pulumi.get(self, "provisioning_state")
776
+
777
+ @property
778
+ @pulumi.getter
779
+ def type(self) -> str:
780
+ """
781
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
782
+ """
783
+ return pulumi.get(self, "type")
784
+
785
+ @property
786
+ @pulumi.getter(name="privateEndpoint")
787
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
788
+ """
789
+ The resource of private end point.
790
+ """
791
+ return pulumi.get(self, "private_endpoint")
792
+
793
+
794
+ @pulumi.output_type
795
+ class PrivateEndpointResponse(dict):
796
+ """
797
+ The Private Endpoint resource.
798
+ """
799
+ def __init__(__self__, *,
800
+ id: str):
801
+ """
802
+ The Private Endpoint resource.
803
+ :param str id: The ARM identifier for Private Endpoint
804
+ """
805
+ pulumi.set(__self__, "id", id)
806
+
807
+ @property
808
+ @pulumi.getter
809
+ def id(self) -> str:
810
+ """
811
+ The ARM identifier for Private Endpoint
812
+ """
813
+ return pulumi.get(self, "id")
814
+
815
+
816
+ @pulumi.output_type
817
+ class PrivateLinkServiceConnectionStateResponse(dict):
818
+ """
819
+ A collection of information about the state of the connection between service consumer and provider.
820
+ """
821
+ @staticmethod
822
+ def __key_warning(key: str):
823
+ suggest = None
824
+ if key == "actionsRequired":
825
+ suggest = "actions_required"
826
+
827
+ if suggest:
828
+ pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
829
+
830
+ def __getitem__(self, key: str) -> Any:
831
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
832
+ return super().__getitem__(key)
833
+
834
+ def get(self, key: str, default = None) -> Any:
835
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
836
+ return super().get(key, default)
837
+
838
+ def __init__(__self__, *,
839
+ actions_required: Optional[str] = None,
840
+ description: Optional[str] = None,
841
+ status: Optional[str] = None):
842
+ """
843
+ A collection of information about the state of the connection between service consumer and provider.
844
+ :param str actions_required: A message indicating if changes on the service provider require any updates on the consumer.
845
+ :param str description: The reason for approval/rejection of the connection.
846
+ :param str status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
847
+ """
848
+ if actions_required is not None:
849
+ pulumi.set(__self__, "actions_required", actions_required)
850
+ if description is not None:
851
+ pulumi.set(__self__, "description", description)
852
+ if status is not None:
853
+ pulumi.set(__self__, "status", status)
854
+
855
+ @property
856
+ @pulumi.getter(name="actionsRequired")
857
+ def actions_required(self) -> Optional[str]:
858
+ """
859
+ A message indicating if changes on the service provider require any updates on the consumer.
860
+ """
861
+ return pulumi.get(self, "actions_required")
862
+
863
+ @property
864
+ @pulumi.getter
865
+ def description(self) -> Optional[str]:
866
+ """
867
+ The reason for approval/rejection of the connection.
868
+ """
869
+ return pulumi.get(self, "description")
870
+
871
+ @property
872
+ @pulumi.getter
873
+ def status(self) -> Optional[str]:
874
+ """
875
+ Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
876
+ """
877
+ return pulumi.get(self, "status")
878
+
879
+
880
+ @pulumi.output_type
881
+ class RegistrationInfoResponse(dict):
882
+ """
883
+ Represents a RegistrationInfo definition.
884
+ """
885
+ @staticmethod
886
+ def __key_warning(key: str):
887
+ suggest = None
888
+ if key == "expirationTime":
889
+ suggest = "expiration_time"
890
+ elif key == "registrationTokenOperation":
891
+ suggest = "registration_token_operation"
892
+
893
+ if suggest:
894
+ pulumi.log.warn(f"Key '{key}' not found in RegistrationInfoResponse. Access the value via the '{suggest}' property getter instead.")
895
+
896
+ def __getitem__(self, key: str) -> Any:
897
+ RegistrationInfoResponse.__key_warning(key)
898
+ return super().__getitem__(key)
899
+
900
+ def get(self, key: str, default = None) -> Any:
901
+ RegistrationInfoResponse.__key_warning(key)
902
+ return super().get(key, default)
903
+
904
+ def __init__(__self__, *,
905
+ expiration_time: Optional[str] = None,
906
+ registration_token_operation: Optional[str] = None,
907
+ token: Optional[str] = None):
908
+ """
909
+ Represents a RegistrationInfo definition.
910
+ :param str expiration_time: Expiration time of registration token.
911
+ :param str registration_token_operation: The type of resetting the token.
912
+ :param str token: The registration token base64 encoded string.
913
+ """
914
+ if expiration_time is not None:
915
+ pulumi.set(__self__, "expiration_time", expiration_time)
916
+ if registration_token_operation is not None:
917
+ pulumi.set(__self__, "registration_token_operation", registration_token_operation)
918
+ if token is not None:
919
+ pulumi.set(__self__, "token", token)
920
+
921
+ @property
922
+ @pulumi.getter(name="expirationTime")
923
+ def expiration_time(self) -> Optional[str]:
924
+ """
925
+ Expiration time of registration token.
926
+ """
927
+ return pulumi.get(self, "expiration_time")
928
+
929
+ @property
930
+ @pulumi.getter(name="registrationTokenOperation")
931
+ def registration_token_operation(self) -> Optional[str]:
932
+ """
933
+ The type of resetting the token.
934
+ """
935
+ return pulumi.get(self, "registration_token_operation")
936
+
937
+ @property
938
+ @pulumi.getter
939
+ def token(self) -> Optional[str]:
940
+ """
941
+ The registration token base64 encoded string.
942
+ """
943
+ return pulumi.get(self, "token")
944
+
945
+
946
+ @pulumi.output_type
947
+ class ResourceModelWithAllowedPropertySetResponseIdentity(dict):
948
+ @staticmethod
949
+ def __key_warning(key: str):
950
+ suggest = None
951
+ if key == "principalId":
952
+ suggest = "principal_id"
953
+ elif key == "tenantId":
954
+ suggest = "tenant_id"
955
+
956
+ if suggest:
957
+ pulumi.log.warn(f"Key '{key}' not found in ResourceModelWithAllowedPropertySetResponseIdentity. Access the value via the '{suggest}' property getter instead.")
958
+
959
+ def __getitem__(self, key: str) -> Any:
960
+ ResourceModelWithAllowedPropertySetResponseIdentity.__key_warning(key)
961
+ return super().__getitem__(key)
962
+
963
+ def get(self, key: str, default = None) -> Any:
964
+ ResourceModelWithAllowedPropertySetResponseIdentity.__key_warning(key)
965
+ return super().get(key, default)
966
+
967
+ def __init__(__self__, *,
968
+ principal_id: str,
969
+ tenant_id: str,
970
+ type: Optional[str] = None):
971
+ """
972
+ :param str principal_id: The principal ID of resource identity.
973
+ :param str tenant_id: The tenant ID of resource.
974
+ :param str type: The identity type.
975
+ """
976
+ pulumi.set(__self__, "principal_id", principal_id)
977
+ pulumi.set(__self__, "tenant_id", tenant_id)
978
+ if type is not None:
979
+ pulumi.set(__self__, "type", type)
980
+
981
+ @property
982
+ @pulumi.getter(name="principalId")
983
+ def principal_id(self) -> str:
984
+ """
985
+ The principal ID of resource identity.
986
+ """
987
+ return pulumi.get(self, "principal_id")
988
+
989
+ @property
990
+ @pulumi.getter(name="tenantId")
991
+ def tenant_id(self) -> str:
992
+ """
993
+ The tenant ID of resource.
994
+ """
995
+ return pulumi.get(self, "tenant_id")
996
+
997
+ @property
998
+ @pulumi.getter
999
+ def type(self) -> Optional[str]:
1000
+ """
1001
+ The identity type.
1002
+ """
1003
+ return pulumi.get(self, "type")
1004
+
1005
+
1006
+ @pulumi.output_type
1007
+ class ResourceModelWithAllowedPropertySetResponsePlan(dict):
1008
+ @staticmethod
1009
+ def __key_warning(key: str):
1010
+ suggest = None
1011
+ if key == "promotionCode":
1012
+ suggest = "promotion_code"
1013
+
1014
+ if suggest:
1015
+ pulumi.log.warn(f"Key '{key}' not found in ResourceModelWithAllowedPropertySetResponsePlan. Access the value via the '{suggest}' property getter instead.")
1016
+
1017
+ def __getitem__(self, key: str) -> Any:
1018
+ ResourceModelWithAllowedPropertySetResponsePlan.__key_warning(key)
1019
+ return super().__getitem__(key)
1020
+
1021
+ def get(self, key: str, default = None) -> Any:
1022
+ ResourceModelWithAllowedPropertySetResponsePlan.__key_warning(key)
1023
+ return super().get(key, default)
1024
+
1025
+ def __init__(__self__, *,
1026
+ name: str,
1027
+ product: str,
1028
+ publisher: str,
1029
+ promotion_code: Optional[str] = None,
1030
+ version: Optional[str] = None):
1031
+ """
1032
+ :param str name: A user defined name of the 3rd Party Artifact that is being procured.
1033
+ :param str product: The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
1034
+ :param str publisher: The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
1035
+ :param str promotion_code: A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
1036
+ :param str version: The version of the desired product/artifact.
1037
+ """
1038
+ pulumi.set(__self__, "name", name)
1039
+ pulumi.set(__self__, "product", product)
1040
+ pulumi.set(__self__, "publisher", publisher)
1041
+ if promotion_code is not None:
1042
+ pulumi.set(__self__, "promotion_code", promotion_code)
1043
+ if version is not None:
1044
+ pulumi.set(__self__, "version", version)
1045
+
1046
+ @property
1047
+ @pulumi.getter
1048
+ def name(self) -> str:
1049
+ """
1050
+ A user defined name of the 3rd Party Artifact that is being procured.
1051
+ """
1052
+ return pulumi.get(self, "name")
1053
+
1054
+ @property
1055
+ @pulumi.getter
1056
+ def product(self) -> str:
1057
+ """
1058
+ The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
1059
+ """
1060
+ return pulumi.get(self, "product")
1061
+
1062
+ @property
1063
+ @pulumi.getter
1064
+ def publisher(self) -> str:
1065
+ """
1066
+ The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
1067
+ """
1068
+ return pulumi.get(self, "publisher")
1069
+
1070
+ @property
1071
+ @pulumi.getter(name="promotionCode")
1072
+ def promotion_code(self) -> Optional[str]:
1073
+ """
1074
+ A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
1075
+ """
1076
+ return pulumi.get(self, "promotion_code")
1077
+
1078
+ @property
1079
+ @pulumi.getter
1080
+ def version(self) -> Optional[str]:
1081
+ """
1082
+ The version of the desired product/artifact.
1083
+ """
1084
+ return pulumi.get(self, "version")
1085
+
1086
+
1087
+ @pulumi.output_type
1088
+ class ResourceModelWithAllowedPropertySetResponseSku(dict):
1089
+ def __init__(__self__, *,
1090
+ name: str,
1091
+ capacity: Optional[int] = None,
1092
+ family: Optional[str] = None,
1093
+ size: Optional[str] = None,
1094
+ tier: Optional[str] = None):
1095
+ """
1096
+ :param str name: The name of the SKU. Ex - P3. It is typically a letter+number code
1097
+ :param int capacity: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
1098
+ :param str family: If the service has different generations of hardware, for the same SKU, then that can be captured here.
1099
+ :param str size: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
1100
+ :param str tier: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
1101
+ """
1102
+ pulumi.set(__self__, "name", name)
1103
+ if capacity is not None:
1104
+ pulumi.set(__self__, "capacity", capacity)
1105
+ if family is not None:
1106
+ pulumi.set(__self__, "family", family)
1107
+ if size is not None:
1108
+ pulumi.set(__self__, "size", size)
1109
+ if tier is not None:
1110
+ pulumi.set(__self__, "tier", tier)
1111
+
1112
+ @property
1113
+ @pulumi.getter
1114
+ def name(self) -> str:
1115
+ """
1116
+ The name of the SKU. Ex - P3. It is typically a letter+number code
1117
+ """
1118
+ return pulumi.get(self, "name")
1119
+
1120
+ @property
1121
+ @pulumi.getter
1122
+ def capacity(self) -> Optional[int]:
1123
+ """
1124
+ If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
1125
+ """
1126
+ return pulumi.get(self, "capacity")
1127
+
1128
+ @property
1129
+ @pulumi.getter
1130
+ def family(self) -> Optional[str]:
1131
+ """
1132
+ If the service has different generations of hardware, for the same SKU, then that can be captured here.
1133
+ """
1134
+ return pulumi.get(self, "family")
1135
+
1136
+ @property
1137
+ @pulumi.getter
1138
+ def size(self) -> Optional[str]:
1139
+ """
1140
+ The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
1141
+ """
1142
+ return pulumi.get(self, "size")
1143
+
1144
+ @property
1145
+ @pulumi.getter
1146
+ def tier(self) -> Optional[str]:
1147
+ """
1148
+ This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
1149
+ """
1150
+ return pulumi.get(self, "tier")
1151
+
1152
+
1153
+ @pulumi.output_type
1154
+ class ScalingHostPoolReferenceResponse(dict):
1155
+ """
1156
+ Scaling plan reference to hostpool.
1157
+ """
1158
+ @staticmethod
1159
+ def __key_warning(key: str):
1160
+ suggest = None
1161
+ if key == "hostPoolArmPath":
1162
+ suggest = "host_pool_arm_path"
1163
+ elif key == "scalingPlanEnabled":
1164
+ suggest = "scaling_plan_enabled"
1165
+
1166
+ if suggest:
1167
+ pulumi.log.warn(f"Key '{key}' not found in ScalingHostPoolReferenceResponse. Access the value via the '{suggest}' property getter instead.")
1168
+
1169
+ def __getitem__(self, key: str) -> Any:
1170
+ ScalingHostPoolReferenceResponse.__key_warning(key)
1171
+ return super().__getitem__(key)
1172
+
1173
+ def get(self, key: str, default = None) -> Any:
1174
+ ScalingHostPoolReferenceResponse.__key_warning(key)
1175
+ return super().get(key, default)
1176
+
1177
+ def __init__(__self__, *,
1178
+ host_pool_arm_path: Optional[str] = None,
1179
+ scaling_plan_enabled: Optional[bool] = None):
1180
+ """
1181
+ Scaling plan reference to hostpool.
1182
+ :param str host_pool_arm_path: Arm path of referenced hostpool.
1183
+ :param bool scaling_plan_enabled: Is the scaling plan enabled for this hostpool.
1184
+ """
1185
+ if host_pool_arm_path is not None:
1186
+ pulumi.set(__self__, "host_pool_arm_path", host_pool_arm_path)
1187
+ if scaling_plan_enabled is not None:
1188
+ pulumi.set(__self__, "scaling_plan_enabled", scaling_plan_enabled)
1189
+
1190
+ @property
1191
+ @pulumi.getter(name="hostPoolArmPath")
1192
+ def host_pool_arm_path(self) -> Optional[str]:
1193
+ """
1194
+ Arm path of referenced hostpool.
1195
+ """
1196
+ return pulumi.get(self, "host_pool_arm_path")
1197
+
1198
+ @property
1199
+ @pulumi.getter(name="scalingPlanEnabled")
1200
+ def scaling_plan_enabled(self) -> Optional[bool]:
1201
+ """
1202
+ Is the scaling plan enabled for this hostpool.
1203
+ """
1204
+ return pulumi.get(self, "scaling_plan_enabled")
1205
+
1206
+
1207
+ @pulumi.output_type
1208
+ class ScalingScheduleResponse(dict):
1209
+ """
1210
+ A ScalingPlanPooledSchedule.
1211
+ """
1212
+ @staticmethod
1213
+ def __key_warning(key: str):
1214
+ suggest = None
1215
+ if key == "daysOfWeek":
1216
+ suggest = "days_of_week"
1217
+ elif key == "offPeakLoadBalancingAlgorithm":
1218
+ suggest = "off_peak_load_balancing_algorithm"
1219
+ elif key == "offPeakStartTime":
1220
+ suggest = "off_peak_start_time"
1221
+ elif key == "peakLoadBalancingAlgorithm":
1222
+ suggest = "peak_load_balancing_algorithm"
1223
+ elif key == "peakStartTime":
1224
+ suggest = "peak_start_time"
1225
+ elif key == "rampDownCapacityThresholdPct":
1226
+ suggest = "ramp_down_capacity_threshold_pct"
1227
+ elif key == "rampDownForceLogoffUsers":
1228
+ suggest = "ramp_down_force_logoff_users"
1229
+ elif key == "rampDownLoadBalancingAlgorithm":
1230
+ suggest = "ramp_down_load_balancing_algorithm"
1231
+ elif key == "rampDownMinimumHostsPct":
1232
+ suggest = "ramp_down_minimum_hosts_pct"
1233
+ elif key == "rampDownNotificationMessage":
1234
+ suggest = "ramp_down_notification_message"
1235
+ elif key == "rampDownStartTime":
1236
+ suggest = "ramp_down_start_time"
1237
+ elif key == "rampDownStopHostsWhen":
1238
+ suggest = "ramp_down_stop_hosts_when"
1239
+ elif key == "rampDownWaitTimeMinutes":
1240
+ suggest = "ramp_down_wait_time_minutes"
1241
+ elif key == "rampUpCapacityThresholdPct":
1242
+ suggest = "ramp_up_capacity_threshold_pct"
1243
+ elif key == "rampUpLoadBalancingAlgorithm":
1244
+ suggest = "ramp_up_load_balancing_algorithm"
1245
+ elif key == "rampUpMinimumHostsPct":
1246
+ suggest = "ramp_up_minimum_hosts_pct"
1247
+ elif key == "rampUpStartTime":
1248
+ suggest = "ramp_up_start_time"
1249
+
1250
+ if suggest:
1251
+ pulumi.log.warn(f"Key '{key}' not found in ScalingScheduleResponse. Access the value via the '{suggest}' property getter instead.")
1252
+
1253
+ def __getitem__(self, key: str) -> Any:
1254
+ ScalingScheduleResponse.__key_warning(key)
1255
+ return super().__getitem__(key)
1256
+
1257
+ def get(self, key: str, default = None) -> Any:
1258
+ ScalingScheduleResponse.__key_warning(key)
1259
+ return super().get(key, default)
1260
+
1261
+ def __init__(__self__, *,
1262
+ days_of_week: Optional[Sequence[str]] = None,
1263
+ name: Optional[str] = None,
1264
+ off_peak_load_balancing_algorithm: Optional[str] = None,
1265
+ off_peak_start_time: Optional['outputs.TimeResponse'] = None,
1266
+ peak_load_balancing_algorithm: Optional[str] = None,
1267
+ peak_start_time: Optional['outputs.TimeResponse'] = None,
1268
+ ramp_down_capacity_threshold_pct: Optional[int] = None,
1269
+ ramp_down_force_logoff_users: Optional[bool] = None,
1270
+ ramp_down_load_balancing_algorithm: Optional[str] = None,
1271
+ ramp_down_minimum_hosts_pct: Optional[int] = None,
1272
+ ramp_down_notification_message: Optional[str] = None,
1273
+ ramp_down_start_time: Optional['outputs.TimeResponse'] = None,
1274
+ ramp_down_stop_hosts_when: Optional[str] = None,
1275
+ ramp_down_wait_time_minutes: Optional[int] = None,
1276
+ ramp_up_capacity_threshold_pct: Optional[int] = None,
1277
+ ramp_up_load_balancing_algorithm: Optional[str] = None,
1278
+ ramp_up_minimum_hosts_pct: Optional[int] = None,
1279
+ ramp_up_start_time: Optional['outputs.TimeResponse'] = None):
1280
+ """
1281
+ A ScalingPlanPooledSchedule.
1282
+ :param Sequence[str] days_of_week: Set of days of the week on which this schedule is active.
1283
+ :param str name: Name of the ScalingPlanPooledSchedule.
1284
+ :param str off_peak_load_balancing_algorithm: Load balancing algorithm for off-peak period.
1285
+ :param 'TimeResponse' off_peak_start_time: Starting time for off-peak period.
1286
+ :param str peak_load_balancing_algorithm: Load balancing algorithm for peak period.
1287
+ :param 'TimeResponse' peak_start_time: Starting time for peak period.
1288
+ :param int ramp_down_capacity_threshold_pct: Capacity threshold for ramp down period.
1289
+ :param bool ramp_down_force_logoff_users: Should users be logged off forcefully from hosts.
1290
+ :param str ramp_down_load_balancing_algorithm: Load balancing algorithm for ramp down period.
1291
+ :param int ramp_down_minimum_hosts_pct: Minimum host percentage for ramp down period.
1292
+ :param str ramp_down_notification_message: Notification message for users during ramp down period.
1293
+ :param 'TimeResponse' ramp_down_start_time: Starting time for ramp down period.
1294
+ :param str ramp_down_stop_hosts_when: Specifies when to stop hosts during ramp down period.
1295
+ :param int ramp_down_wait_time_minutes: Number of minutes to wait to stop hosts during ramp down period.
1296
+ :param int ramp_up_capacity_threshold_pct: Capacity threshold for ramp up period.
1297
+ :param str ramp_up_load_balancing_algorithm: Load balancing algorithm for ramp up period.
1298
+ :param int ramp_up_minimum_hosts_pct: Minimum host percentage for ramp up period.
1299
+ :param 'TimeResponse' ramp_up_start_time: Starting time for ramp up period.
1300
+ """
1301
+ if days_of_week is not None:
1302
+ pulumi.set(__self__, "days_of_week", days_of_week)
1303
+ if name is not None:
1304
+ pulumi.set(__self__, "name", name)
1305
+ if off_peak_load_balancing_algorithm is not None:
1306
+ pulumi.set(__self__, "off_peak_load_balancing_algorithm", off_peak_load_balancing_algorithm)
1307
+ if off_peak_start_time is not None:
1308
+ pulumi.set(__self__, "off_peak_start_time", off_peak_start_time)
1309
+ if peak_load_balancing_algorithm is not None:
1310
+ pulumi.set(__self__, "peak_load_balancing_algorithm", peak_load_balancing_algorithm)
1311
+ if peak_start_time is not None:
1312
+ pulumi.set(__self__, "peak_start_time", peak_start_time)
1313
+ if ramp_down_capacity_threshold_pct is not None:
1314
+ pulumi.set(__self__, "ramp_down_capacity_threshold_pct", ramp_down_capacity_threshold_pct)
1315
+ if ramp_down_force_logoff_users is not None:
1316
+ pulumi.set(__self__, "ramp_down_force_logoff_users", ramp_down_force_logoff_users)
1317
+ if ramp_down_load_balancing_algorithm is not None:
1318
+ pulumi.set(__self__, "ramp_down_load_balancing_algorithm", ramp_down_load_balancing_algorithm)
1319
+ if ramp_down_minimum_hosts_pct is not None:
1320
+ pulumi.set(__self__, "ramp_down_minimum_hosts_pct", ramp_down_minimum_hosts_pct)
1321
+ if ramp_down_notification_message is not None:
1322
+ pulumi.set(__self__, "ramp_down_notification_message", ramp_down_notification_message)
1323
+ if ramp_down_start_time is not None:
1324
+ pulumi.set(__self__, "ramp_down_start_time", ramp_down_start_time)
1325
+ if ramp_down_stop_hosts_when is not None:
1326
+ pulumi.set(__self__, "ramp_down_stop_hosts_when", ramp_down_stop_hosts_when)
1327
+ if ramp_down_wait_time_minutes is not None:
1328
+ pulumi.set(__self__, "ramp_down_wait_time_minutes", ramp_down_wait_time_minutes)
1329
+ if ramp_up_capacity_threshold_pct is not None:
1330
+ pulumi.set(__self__, "ramp_up_capacity_threshold_pct", ramp_up_capacity_threshold_pct)
1331
+ if ramp_up_load_balancing_algorithm is not None:
1332
+ pulumi.set(__self__, "ramp_up_load_balancing_algorithm", ramp_up_load_balancing_algorithm)
1333
+ if ramp_up_minimum_hosts_pct is not None:
1334
+ pulumi.set(__self__, "ramp_up_minimum_hosts_pct", ramp_up_minimum_hosts_pct)
1335
+ if ramp_up_start_time is not None:
1336
+ pulumi.set(__self__, "ramp_up_start_time", ramp_up_start_time)
1337
+
1338
+ @property
1339
+ @pulumi.getter(name="daysOfWeek")
1340
+ def days_of_week(self) -> Optional[Sequence[str]]:
1341
+ """
1342
+ Set of days of the week on which this schedule is active.
1343
+ """
1344
+ return pulumi.get(self, "days_of_week")
1345
+
1346
+ @property
1347
+ @pulumi.getter
1348
+ def name(self) -> Optional[str]:
1349
+ """
1350
+ Name of the ScalingPlanPooledSchedule.
1351
+ """
1352
+ return pulumi.get(self, "name")
1353
+
1354
+ @property
1355
+ @pulumi.getter(name="offPeakLoadBalancingAlgorithm")
1356
+ def off_peak_load_balancing_algorithm(self) -> Optional[str]:
1357
+ """
1358
+ Load balancing algorithm for off-peak period.
1359
+ """
1360
+ return pulumi.get(self, "off_peak_load_balancing_algorithm")
1361
+
1362
+ @property
1363
+ @pulumi.getter(name="offPeakStartTime")
1364
+ def off_peak_start_time(self) -> Optional['outputs.TimeResponse']:
1365
+ """
1366
+ Starting time for off-peak period.
1367
+ """
1368
+ return pulumi.get(self, "off_peak_start_time")
1369
+
1370
+ @property
1371
+ @pulumi.getter(name="peakLoadBalancingAlgorithm")
1372
+ def peak_load_balancing_algorithm(self) -> Optional[str]:
1373
+ """
1374
+ Load balancing algorithm for peak period.
1375
+ """
1376
+ return pulumi.get(self, "peak_load_balancing_algorithm")
1377
+
1378
+ @property
1379
+ @pulumi.getter(name="peakStartTime")
1380
+ def peak_start_time(self) -> Optional['outputs.TimeResponse']:
1381
+ """
1382
+ Starting time for peak period.
1383
+ """
1384
+ return pulumi.get(self, "peak_start_time")
1385
+
1386
+ @property
1387
+ @pulumi.getter(name="rampDownCapacityThresholdPct")
1388
+ def ramp_down_capacity_threshold_pct(self) -> Optional[int]:
1389
+ """
1390
+ Capacity threshold for ramp down period.
1391
+ """
1392
+ return pulumi.get(self, "ramp_down_capacity_threshold_pct")
1393
+
1394
+ @property
1395
+ @pulumi.getter(name="rampDownForceLogoffUsers")
1396
+ def ramp_down_force_logoff_users(self) -> Optional[bool]:
1397
+ """
1398
+ Should users be logged off forcefully from hosts.
1399
+ """
1400
+ return pulumi.get(self, "ramp_down_force_logoff_users")
1401
+
1402
+ @property
1403
+ @pulumi.getter(name="rampDownLoadBalancingAlgorithm")
1404
+ def ramp_down_load_balancing_algorithm(self) -> Optional[str]:
1405
+ """
1406
+ Load balancing algorithm for ramp down period.
1407
+ """
1408
+ return pulumi.get(self, "ramp_down_load_balancing_algorithm")
1409
+
1410
+ @property
1411
+ @pulumi.getter(name="rampDownMinimumHostsPct")
1412
+ def ramp_down_minimum_hosts_pct(self) -> Optional[int]:
1413
+ """
1414
+ Minimum host percentage for ramp down period.
1415
+ """
1416
+ return pulumi.get(self, "ramp_down_minimum_hosts_pct")
1417
+
1418
+ @property
1419
+ @pulumi.getter(name="rampDownNotificationMessage")
1420
+ def ramp_down_notification_message(self) -> Optional[str]:
1421
+ """
1422
+ Notification message for users during ramp down period.
1423
+ """
1424
+ return pulumi.get(self, "ramp_down_notification_message")
1425
+
1426
+ @property
1427
+ @pulumi.getter(name="rampDownStartTime")
1428
+ def ramp_down_start_time(self) -> Optional['outputs.TimeResponse']:
1429
+ """
1430
+ Starting time for ramp down period.
1431
+ """
1432
+ return pulumi.get(self, "ramp_down_start_time")
1433
+
1434
+ @property
1435
+ @pulumi.getter(name="rampDownStopHostsWhen")
1436
+ def ramp_down_stop_hosts_when(self) -> Optional[str]:
1437
+ """
1438
+ Specifies when to stop hosts during ramp down period.
1439
+ """
1440
+ return pulumi.get(self, "ramp_down_stop_hosts_when")
1441
+
1442
+ @property
1443
+ @pulumi.getter(name="rampDownWaitTimeMinutes")
1444
+ def ramp_down_wait_time_minutes(self) -> Optional[int]:
1445
+ """
1446
+ Number of minutes to wait to stop hosts during ramp down period.
1447
+ """
1448
+ return pulumi.get(self, "ramp_down_wait_time_minutes")
1449
+
1450
+ @property
1451
+ @pulumi.getter(name="rampUpCapacityThresholdPct")
1452
+ def ramp_up_capacity_threshold_pct(self) -> Optional[int]:
1453
+ """
1454
+ Capacity threshold for ramp up period.
1455
+ """
1456
+ return pulumi.get(self, "ramp_up_capacity_threshold_pct")
1457
+
1458
+ @property
1459
+ @pulumi.getter(name="rampUpLoadBalancingAlgorithm")
1460
+ def ramp_up_load_balancing_algorithm(self) -> Optional[str]:
1461
+ """
1462
+ Load balancing algorithm for ramp up period.
1463
+ """
1464
+ return pulumi.get(self, "ramp_up_load_balancing_algorithm")
1465
+
1466
+ @property
1467
+ @pulumi.getter(name="rampUpMinimumHostsPct")
1468
+ def ramp_up_minimum_hosts_pct(self) -> Optional[int]:
1469
+ """
1470
+ Minimum host percentage for ramp up period.
1471
+ """
1472
+ return pulumi.get(self, "ramp_up_minimum_hosts_pct")
1473
+
1474
+ @property
1475
+ @pulumi.getter(name="rampUpStartTime")
1476
+ def ramp_up_start_time(self) -> Optional['outputs.TimeResponse']:
1477
+ """
1478
+ Starting time for ramp up period.
1479
+ """
1480
+ return pulumi.get(self, "ramp_up_start_time")
1481
+
1482
+
1483
+ @pulumi.output_type
1484
+ class SystemDataResponse(dict):
1485
+ """
1486
+ Metadata pertaining to creation and last modification of the resource.
1487
+ """
1488
+ @staticmethod
1489
+ def __key_warning(key: str):
1490
+ suggest = None
1491
+ if key == "createdAt":
1492
+ suggest = "created_at"
1493
+ elif key == "createdBy":
1494
+ suggest = "created_by"
1495
+ elif key == "createdByType":
1496
+ suggest = "created_by_type"
1497
+ elif key == "lastModifiedAt":
1498
+ suggest = "last_modified_at"
1499
+ elif key == "lastModifiedBy":
1500
+ suggest = "last_modified_by"
1501
+ elif key == "lastModifiedByType":
1502
+ suggest = "last_modified_by_type"
1503
+
1504
+ if suggest:
1505
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
1506
+
1507
+ def __getitem__(self, key: str) -> Any:
1508
+ SystemDataResponse.__key_warning(key)
1509
+ return super().__getitem__(key)
1510
+
1511
+ def get(self, key: str, default = None) -> Any:
1512
+ SystemDataResponse.__key_warning(key)
1513
+ return super().get(key, default)
1514
+
1515
+ def __init__(__self__, *,
1516
+ created_at: Optional[str] = None,
1517
+ created_by: Optional[str] = None,
1518
+ created_by_type: Optional[str] = None,
1519
+ last_modified_at: Optional[str] = None,
1520
+ last_modified_by: Optional[str] = None,
1521
+ last_modified_by_type: Optional[str] = None):
1522
+ """
1523
+ Metadata pertaining to creation and last modification of the resource.
1524
+ :param str created_at: The timestamp of resource creation (UTC).
1525
+ :param str created_by: The identity that created the resource.
1526
+ :param str created_by_type: The type of identity that created the resource.
1527
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
1528
+ :param str last_modified_by: The identity that last modified the resource.
1529
+ :param str last_modified_by_type: The type of identity that last modified the resource.
1530
+ """
1531
+ if created_at is not None:
1532
+ pulumi.set(__self__, "created_at", created_at)
1533
+ if created_by is not None:
1534
+ pulumi.set(__self__, "created_by", created_by)
1535
+ if created_by_type is not None:
1536
+ pulumi.set(__self__, "created_by_type", created_by_type)
1537
+ if last_modified_at is not None:
1538
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
1539
+ if last_modified_by is not None:
1540
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
1541
+ if last_modified_by_type is not None:
1542
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
1543
+
1544
+ @property
1545
+ @pulumi.getter(name="createdAt")
1546
+ def created_at(self) -> Optional[str]:
1547
+ """
1548
+ The timestamp of resource creation (UTC).
1549
+ """
1550
+ return pulumi.get(self, "created_at")
1551
+
1552
+ @property
1553
+ @pulumi.getter(name="createdBy")
1554
+ def created_by(self) -> Optional[str]:
1555
+ """
1556
+ The identity that created the resource.
1557
+ """
1558
+ return pulumi.get(self, "created_by")
1559
+
1560
+ @property
1561
+ @pulumi.getter(name="createdByType")
1562
+ def created_by_type(self) -> Optional[str]:
1563
+ """
1564
+ The type of identity that created the resource.
1565
+ """
1566
+ return pulumi.get(self, "created_by_type")
1567
+
1568
+ @property
1569
+ @pulumi.getter(name="lastModifiedAt")
1570
+ def last_modified_at(self) -> Optional[str]:
1571
+ """
1572
+ The timestamp of resource last modification (UTC)
1573
+ """
1574
+ return pulumi.get(self, "last_modified_at")
1575
+
1576
+ @property
1577
+ @pulumi.getter(name="lastModifiedBy")
1578
+ def last_modified_by(self) -> Optional[str]:
1579
+ """
1580
+ The identity that last modified the resource.
1581
+ """
1582
+ return pulumi.get(self, "last_modified_by")
1583
+
1584
+ @property
1585
+ @pulumi.getter(name="lastModifiedByType")
1586
+ def last_modified_by_type(self) -> Optional[str]:
1587
+ """
1588
+ The type of identity that last modified the resource.
1589
+ """
1590
+ return pulumi.get(self, "last_modified_by_type")
1591
+
1592
+
1593
+ @pulumi.output_type
1594
+ class TimeResponse(dict):
1595
+ """
1596
+ The time for a scaling action to occur.
1597
+ """
1598
+ def __init__(__self__, *,
1599
+ hour: int,
1600
+ minute: int):
1601
+ """
1602
+ The time for a scaling action to occur.
1603
+ :param int hour: The hour.
1604
+ :param int minute: The minute.
1605
+ """
1606
+ pulumi.set(__self__, "hour", hour)
1607
+ pulumi.set(__self__, "minute", minute)
1608
+
1609
+ @property
1610
+ @pulumi.getter
1611
+ def hour(self) -> int:
1612
+ """
1613
+ The hour.
1614
+ """
1615
+ return pulumi.get(self, "hour")
1616
+
1617
+ @property
1618
+ @pulumi.getter
1619
+ def minute(self) -> int:
1620
+ """
1621
+ The minute.
1622
+ """
1623
+ return pulumi.get(self, "minute")
1624
+
1625
+