pulumi-azure-native 2.41.0a1715605557__py3-none-any.whl → 2.41.0a1715664832__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 (288) hide show
  1. pulumi_azure_native/__init__.py +57 -0
  2. pulumi_azure_native/chaos/__init__.py +3 -0
  3. pulumi_azure_native/chaos/capability.py +3 -3
  4. pulumi_azure_native/chaos/experiment.py +3 -3
  5. pulumi_azure_native/chaos/get_capability.py +2 -2
  6. pulumi_azure_native/chaos/get_experiment.py +2 -2
  7. pulumi_azure_native/chaos/get_experiment_execution_details.py +2 -2
  8. pulumi_azure_native/chaos/get_private_access.py +4 -0
  9. pulumi_azure_native/chaos/get_target.py +2 -2
  10. pulumi_azure_native/chaos/private_access.py +5 -1
  11. pulumi_azure_native/chaos/target.py +3 -3
  12. pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
  13. pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
  14. pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
  15. pulumi_azure_native/chaos/v20230901preview/capability.py +1 -1
  16. pulumi_azure_native/chaos/v20230901preview/experiment.py +1 -1
  17. pulumi_azure_native/chaos/v20230901preview/target.py +1 -1
  18. pulumi_azure_native/chaos/v20231027preview/capability.py +1 -1
  19. pulumi_azure_native/chaos/v20231027preview/experiment.py +1 -1
  20. pulumi_azure_native/chaos/v20231027preview/private_access.py +1 -1
  21. pulumi_azure_native/chaos/v20231027preview/target.py +1 -1
  22. pulumi_azure_native/chaos/v20231101/capability.py +1 -1
  23. pulumi_azure_native/chaos/v20231101/experiment.py +1 -1
  24. pulumi_azure_native/chaos/v20231101/target.py +1 -1
  25. pulumi_azure_native/chaos/v20240101/capability.py +1 -1
  26. pulumi_azure_native/chaos/v20240101/experiment.py +1 -1
  27. pulumi_azure_native/chaos/v20240101/target.py +1 -1
  28. pulumi_azure_native/chaos/v20240322preview/__init__.py +19 -0
  29. pulumi_azure_native/chaos/v20240322preview/_enums.py +53 -0
  30. pulumi_azure_native/chaos/v20240322preview/_inputs.py +746 -0
  31. pulumi_azure_native/chaos/v20240322preview/capability.py +258 -0
  32. pulumi_azure_native/chaos/v20240322preview/experiment.py +283 -0
  33. pulumi_azure_native/chaos/v20240322preview/get_capability.py +151 -0
  34. pulumi_azure_native/chaos/v20240322preview/get_experiment.py +170 -0
  35. pulumi_azure_native/chaos/v20240322preview/get_experiment_execution_details.py +188 -0
  36. pulumi_azure_native/chaos/v20240322preview/get_private_access.py +183 -0
  37. pulumi_azure_native/chaos/v20240322preview/get_target.py +159 -0
  38. pulumi_azure_native/chaos/v20240322preview/outputs.py +1556 -0
  39. pulumi_azure_native/chaos/v20240322preview/private_access.py +272 -0
  40. pulumi_azure_native/chaos/v20240322preview/target.py +286 -0
  41. pulumi_azure_native/cognitiveservices/__init__.py +3 -0
  42. pulumi_azure_native/cognitiveservices/account.py +3 -3
  43. pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
  44. pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
  45. pulumi_azure_native/cognitiveservices/deployment.py +3 -3
  46. pulumi_azure_native/cognitiveservices/encryption_scope.py +5 -1
  47. pulumi_azure_native/cognitiveservices/get_account.py +2 -2
  48. pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
  49. pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
  50. pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
  51. pulumi_azure_native/cognitiveservices/get_encryption_scope.py +4 -0
  52. pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
  53. pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +4 -0
  54. pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +4 -0
  55. pulumi_azure_native/cognitiveservices/get_rai_policy.py +4 -0
  56. pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
  57. pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
  58. pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
  59. pulumi_azure_native/cognitiveservices/rai_blocklist.py +5 -1
  60. pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +5 -1
  61. pulumi_azure_native/cognitiveservices/rai_policy.py +5 -1
  62. pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
  63. pulumi_azure_native/cognitiveservices/v20170418/account.py +1 -1
  64. pulumi_azure_native/cognitiveservices/v20230501/account.py +1 -1
  65. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan.py +1 -1
  66. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan_association.py +1 -1
  67. pulumi_azure_native/cognitiveservices/v20230501/deployment.py +1 -1
  68. pulumi_azure_native/cognitiveservices/v20230501/private_endpoint_connection.py +1 -1
  69. pulumi_azure_native/cognitiveservices/v20230501/shared_commitment_plan.py +1 -1
  70. pulumi_azure_native/cognitiveservices/v20231001preview/account.py +1 -1
  71. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +1 -1
  72. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +1 -1
  73. pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +1 -1
  74. pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +1 -1
  75. pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +1 -1
  76. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +1 -1
  77. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +1 -1
  78. pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +1 -1
  79. pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +1 -1
  80. pulumi_azure_native/cognitiveservices/v20240401preview/__init__.py +31 -0
  81. pulumi_azure_native/cognitiveservices/v20240401preview/_enums.py +155 -0
  82. pulumi_azure_native/cognitiveservices/v20240401preview/_inputs.py +1871 -0
  83. pulumi_azure_native/cognitiveservices/v20240401preview/account.py +350 -0
  84. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan.py +342 -0
  85. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan_association.py +253 -0
  86. pulumi_azure_native/cognitiveservices/v20240401preview/deployment.py +284 -0
  87. pulumi_azure_native/cognitiveservices/v20240401preview/encryption_scope.py +255 -0
  88. pulumi_azure_native/cognitiveservices/v20240401preview/get_account.py +209 -0
  89. pulumi_azure_native/cognitiveservices/v20240401preview/get_commitment_plan.py +201 -0
  90. pulumi_azure_native/cognitiveservices/v20240401preview/get_commitment_plan_association.py +162 -0
  91. pulumi_azure_native/cognitiveservices/v20240401preview/get_deployment.py +175 -0
  92. pulumi_azure_native/cognitiveservices/v20240401preview/get_encryption_scope.py +162 -0
  93. pulumi_azure_native/cognitiveservices/v20240401preview/get_private_endpoint_connection.py +162 -0
  94. pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_blocklist.py +162 -0
  95. pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_blocklist_item.py +167 -0
  96. pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_policy.py +162 -0
  97. pulumi_azure_native/cognitiveservices/v20240401preview/get_shared_commitment_plan.py +196 -0
  98. pulumi_azure_native/cognitiveservices/v20240401preview/list_account_keys.py +91 -0
  99. pulumi_azure_native/cognitiveservices/v20240401preview/outputs.py +3208 -0
  100. pulumi_azure_native/cognitiveservices/v20240401preview/private_endpoint_connection.py +255 -0
  101. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist.py +254 -0
  102. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist_item.py +275 -0
  103. pulumi_azure_native/cognitiveservices/v20240401preview/rai_policy.py +255 -0
  104. pulumi_azure_native/cognitiveservices/v20240401preview/shared_commitment_plan.py +321 -0
  105. pulumi_azure_native/datafactory/_enums.py +1 -0
  106. pulumi_azure_native/datafactory/_inputs.py +46 -14
  107. pulumi_azure_native/datafactory/outputs.py +35 -11
  108. pulumi_azure_native/datafactory/v20180601/_enums.py +1 -0
  109. pulumi_azure_native/datafactory/v20180601/_inputs.py +46 -14
  110. pulumi_azure_native/datafactory/v20180601/outputs.py +35 -11
  111. pulumi_azure_native/dbforpostgresql/v20230302preview/_enums.py +12 -0
  112. pulumi_azure_native/dbforpostgresql/v20230302preview/_inputs.py +90 -0
  113. pulumi_azure_native/dbforpostgresql/v20230302preview/cluster.py +78 -0
  114. pulumi_azure_native/dbforpostgresql/v20230302preview/get_cluster.py +53 -1
  115. pulumi_azure_native/dbforpostgresql/v20230302preview/outputs.py +165 -0
  116. pulumi_azure_native/desktopvirtualization/__init__.py +3 -0
  117. pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
  118. pulumi_azure_native/desktopvirtualization/application.py +3 -3
  119. pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
  120. pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
  121. pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
  122. pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
  123. pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
  124. pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
  125. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
  126. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
  127. pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
  128. pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
  129. pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
  130. pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
  131. pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
  132. pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
  133. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
  134. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
  135. pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
  136. pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
  137. pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
  138. pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
  139. pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
  140. pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
  141. pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
  142. pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
  143. pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
  144. pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
  145. pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
  146. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
  147. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
  148. pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
  149. pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
  150. pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
  151. pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
  152. pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
  153. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
  154. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
  155. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
  156. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
  157. pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
  158. pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
  159. pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
  160. pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
  161. pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
  162. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
  163. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
  164. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
  165. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
  166. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
  167. pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
  168. pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
  169. pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
  170. pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
  171. pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
  172. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
  173. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
  174. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
  175. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
  176. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
  177. pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
  178. pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
  179. pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
  180. pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
  181. pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
  182. pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
  183. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
  184. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
  185. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
  186. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
  187. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
  188. pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
  189. pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
  190. pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
  191. pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
  192. pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
  193. pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
  194. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
  195. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
  196. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
  197. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
  198. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
  199. pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
  200. pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +1 -1
  201. pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +1 -1
  202. pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +1 -1
  203. pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1 -1
  204. pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +1 -1
  205. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +1 -1
  206. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +1 -1
  207. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +1 -1
  208. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +1 -1
  209. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +1 -1
  210. pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +1 -1
  211. pulumi_azure_native/desktopvirtualization/v20240306preview/app_attach_package.py +1 -1
  212. pulumi_azure_native/desktopvirtualization/v20240306preview/application.py +1 -1
  213. pulumi_azure_native/desktopvirtualization/v20240306preview/application_group.py +1 -1
  214. pulumi_azure_native/desktopvirtualization/v20240306preview/host_pool.py +1 -1
  215. pulumi_azure_native/desktopvirtualization/v20240306preview/msix_package.py +1 -1
  216. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_host_pool.py +1 -1
  217. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_workspace.py +1 -1
  218. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan.py +1 -1
  219. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_personal_schedule.py +1 -1
  220. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_pooled_schedule.py +1 -1
  221. pulumi_azure_native/desktopvirtualization/v20240306preview/workspace.py +1 -1
  222. pulumi_azure_native/desktopvirtualization/v20240403/__init__.py +32 -0
  223. pulumi_azure_native/desktopvirtualization/v20240403/_enums.py +265 -0
  224. pulumi_azure_native/desktopvirtualization/v20240403/_inputs.py +1332 -0
  225. pulumi_azure_native/desktopvirtualization/v20240403/app_attach_package.py +254 -0
  226. pulumi_azure_native/desktopvirtualization/v20240403/application.py +536 -0
  227. pulumi_azure_native/desktopvirtualization/v20240403/application_group.py +532 -0
  228. pulumi_azure_native/desktopvirtualization/v20240403/get_app_attach_package.py +157 -0
  229. pulumi_azure_native/desktopvirtualization/v20240403/get_application.py +305 -0
  230. pulumi_azure_native/desktopvirtualization/v20240403/get_application_group.py +317 -0
  231. pulumi_azure_native/desktopvirtualization/v20240403/get_host_pool.py +525 -0
  232. pulumi_azure_native/desktopvirtualization/v20240403/get_msix_package.py +266 -0
  233. pulumi_azure_native/desktopvirtualization/v20240403/get_private_endpoint_connection_by_host_pool.py +175 -0
  234. pulumi_azure_native/desktopvirtualization/v20240403/get_private_endpoint_connection_by_workspace.py +175 -0
  235. pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan.py +317 -0
  236. pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan_personal_schedule.py +461 -0
  237. pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan_pooled_schedule.py +344 -0
  238. pulumi_azure_native/desktopvirtualization/v20240403/get_workspace.py +304 -0
  239. pulumi_azure_native/desktopvirtualization/v20240403/host_pool.py +959 -0
  240. pulumi_azure_native/desktopvirtualization/v20240403/msix_package.py +505 -0
  241. pulumi_azure_native/desktopvirtualization/v20240403/outputs.py +1651 -0
  242. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_host_pool.py +247 -0
  243. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_workspace.py +247 -0
  244. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan.py +573 -0
  245. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_personal_schedule.py +957 -0
  246. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_pooled_schedule.py +680 -0
  247. pulumi_azure_native/desktopvirtualization/v20240403/workspace.py +501 -0
  248. pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
  249. pulumi_azure_native/documentdb/__init__.py +5 -0
  250. pulumi_azure_native/documentdb/firewall_rule.py +257 -0
  251. pulumi_azure_native/documentdb/get_firewall_rule.py +164 -0
  252. pulumi_azure_native/documentdb/get_mongo_cluster.py +2 -2
  253. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  254. pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py +2 -2
  255. pulumi_azure_native/documentdb/mongo_cluster.py +3 -3
  256. pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py +1 -1
  257. pulumi_azure_native/documentdb/private_endpoint_connection.py +2 -2
  258. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py +1 -1
  259. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py +1 -1
  260. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py +1 -1
  261. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py +1 -1
  262. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py +1 -1
  263. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py +1 -1
  264. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py +1 -1
  265. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py +1 -1
  266. pulumi_azure_native/documentdb/v20240301preview/__init__.py +17 -0
  267. pulumi_azure_native/documentdb/v20240301preview/_enums.py +59 -0
  268. pulumi_azure_native/documentdb/v20240301preview/_inputs.py +202 -0
  269. pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py +255 -0
  270. pulumi_azure_native/documentdb/v20240301preview/get_firewall_rule.py +162 -0
  271. pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py +261 -0
  272. pulumi_azure_native/documentdb/v20240301preview/get_private_endpoint_connection.py +175 -0
  273. pulumi_azure_native/documentdb/v20240301preview/list_mongo_cluster_connection_strings.py +79 -0
  274. pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +450 -0
  275. pulumi_azure_native/documentdb/v20240301preview/outputs.py +507 -0
  276. pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py +245 -0
  277. pulumi_azure_native/monitor/_enums.py +9 -0
  278. pulumi_azure_native/monitor/azure_monitor_workspace.py +22 -2
  279. pulumi_azure_native/monitor/get_azure_monitor_workspace.py +1 -1
  280. pulumi_azure_native/monitor/v20230403/__init__.py +1 -0
  281. pulumi_azure_native/monitor/v20230403/_enums.py +17 -0
  282. pulumi_azure_native/monitor/v20230403/azure_monitor_workspace.py +22 -2
  283. pulumi_azure_native/monitor/v20230403/get_azure_monitor_workspace.py +1 -1
  284. pulumi_azure_native/monitor/v20230403/outputs.py +1 -0
  285. {pulumi_azure_native-2.41.0a1715605557.dist-info → pulumi_azure_native-2.41.0a1715664832.dist-info}/METADATA +1 -1
  286. {pulumi_azure_native-2.41.0a1715605557.dist-info → pulumi_azure_native-2.41.0a1715664832.dist-info}/RECORD +288 -210
  287. {pulumi_azure_native-2.41.0a1715605557.dist-info → pulumi_azure_native-2.41.0a1715664832.dist-info}/WHEEL +0 -0
  288. {pulumi_azure_native-2.41.0a1715605557.dist-info → pulumi_azure_native-2.41.0a1715664832.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1651 @@
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 path to certificate name located in keyVault
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 path to certificate name located in keyVault
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 == "groupIds":
704
+ suggest = "group_ids"
705
+ elif key == "privateLinkServiceConnectionState":
706
+ suggest = "private_link_service_connection_state"
707
+ elif key == "provisioningState":
708
+ suggest = "provisioning_state"
709
+ elif key == "systemData":
710
+ suggest = "system_data"
711
+ elif key == "privateEndpoint":
712
+ suggest = "private_endpoint"
713
+
714
+ if suggest:
715
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
716
+
717
+ def __getitem__(self, key: str) -> Any:
718
+ PrivateEndpointConnectionResponse.__key_warning(key)
719
+ return super().__getitem__(key)
720
+
721
+ def get(self, key: str, default = None) -> Any:
722
+ PrivateEndpointConnectionResponse.__key_warning(key)
723
+ return super().get(key, default)
724
+
725
+ def __init__(__self__, *,
726
+ group_ids: Sequence[str],
727
+ id: str,
728
+ name: str,
729
+ private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
730
+ provisioning_state: str,
731
+ system_data: 'outputs.SystemDataResponse',
732
+ type: str,
733
+ private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None):
734
+ """
735
+ The private endpoint connection resource.
736
+ :param Sequence[str] group_ids: The group ids for the private endpoint resource.
737
+ :param str id: Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
738
+ :param str name: The name of the resource
739
+ :param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
740
+ :param str provisioning_state: The provisioning state of the private endpoint connection resource.
741
+ :param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
742
+ :param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
743
+ :param 'PrivateEndpointResponse' private_endpoint: The private endpoint resource.
744
+ """
745
+ pulumi.set(__self__, "group_ids", group_ids)
746
+ pulumi.set(__self__, "id", id)
747
+ pulumi.set(__self__, "name", name)
748
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
749
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
750
+ pulumi.set(__self__, "system_data", system_data)
751
+ pulumi.set(__self__, "type", type)
752
+ if private_endpoint is not None:
753
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
754
+
755
+ @property
756
+ @pulumi.getter(name="groupIds")
757
+ def group_ids(self) -> Sequence[str]:
758
+ """
759
+ The group ids for the private endpoint resource.
760
+ """
761
+ return pulumi.get(self, "group_ids")
762
+
763
+ @property
764
+ @pulumi.getter
765
+ def id(self) -> str:
766
+ """
767
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
768
+ """
769
+ return pulumi.get(self, "id")
770
+
771
+ @property
772
+ @pulumi.getter
773
+ def name(self) -> str:
774
+ """
775
+ The name of the resource
776
+ """
777
+ return pulumi.get(self, "name")
778
+
779
+ @property
780
+ @pulumi.getter(name="privateLinkServiceConnectionState")
781
+ def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
782
+ """
783
+ A collection of information about the state of the connection between service consumer and provider.
784
+ """
785
+ return pulumi.get(self, "private_link_service_connection_state")
786
+
787
+ @property
788
+ @pulumi.getter(name="provisioningState")
789
+ def provisioning_state(self) -> str:
790
+ """
791
+ The provisioning state of the private endpoint connection resource.
792
+ """
793
+ return pulumi.get(self, "provisioning_state")
794
+
795
+ @property
796
+ @pulumi.getter(name="systemData")
797
+ def system_data(self) -> 'outputs.SystemDataResponse':
798
+ """
799
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
800
+ """
801
+ return pulumi.get(self, "system_data")
802
+
803
+ @property
804
+ @pulumi.getter
805
+ def type(self) -> str:
806
+ """
807
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
808
+ """
809
+ return pulumi.get(self, "type")
810
+
811
+ @property
812
+ @pulumi.getter(name="privateEndpoint")
813
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
814
+ """
815
+ The private endpoint resource.
816
+ """
817
+ return pulumi.get(self, "private_endpoint")
818
+
819
+
820
+ @pulumi.output_type
821
+ class PrivateEndpointResponse(dict):
822
+ """
823
+ The private endpoint resource.
824
+ """
825
+ def __init__(__self__, *,
826
+ id: str):
827
+ """
828
+ The private endpoint resource.
829
+ :param str id: The ARM identifier for private endpoint.
830
+ """
831
+ pulumi.set(__self__, "id", id)
832
+
833
+ @property
834
+ @pulumi.getter
835
+ def id(self) -> str:
836
+ """
837
+ The ARM identifier for private endpoint.
838
+ """
839
+ return pulumi.get(self, "id")
840
+
841
+
842
+ @pulumi.output_type
843
+ class PrivateLinkServiceConnectionStateResponse(dict):
844
+ """
845
+ A collection of information about the state of the connection between service consumer and provider.
846
+ """
847
+ @staticmethod
848
+ def __key_warning(key: str):
849
+ suggest = None
850
+ if key == "actionsRequired":
851
+ suggest = "actions_required"
852
+
853
+ if suggest:
854
+ pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
855
+
856
+ def __getitem__(self, key: str) -> Any:
857
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
858
+ return super().__getitem__(key)
859
+
860
+ def get(self, key: str, default = None) -> Any:
861
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
862
+ return super().get(key, default)
863
+
864
+ def __init__(__self__, *,
865
+ actions_required: Optional[str] = None,
866
+ description: Optional[str] = None,
867
+ status: Optional[str] = None):
868
+ """
869
+ A collection of information about the state of the connection between service consumer and provider.
870
+ :param str actions_required: A message indicating if changes on the service provider require any updates on the consumer.
871
+ :param str description: The reason for approval/rejection of the connection.
872
+ :param str status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
873
+ """
874
+ if actions_required is not None:
875
+ pulumi.set(__self__, "actions_required", actions_required)
876
+ if description is not None:
877
+ pulumi.set(__self__, "description", description)
878
+ if status is not None:
879
+ pulumi.set(__self__, "status", status)
880
+
881
+ @property
882
+ @pulumi.getter(name="actionsRequired")
883
+ def actions_required(self) -> Optional[str]:
884
+ """
885
+ A message indicating if changes on the service provider require any updates on the consumer.
886
+ """
887
+ return pulumi.get(self, "actions_required")
888
+
889
+ @property
890
+ @pulumi.getter
891
+ def description(self) -> Optional[str]:
892
+ """
893
+ The reason for approval/rejection of the connection.
894
+ """
895
+ return pulumi.get(self, "description")
896
+
897
+ @property
898
+ @pulumi.getter
899
+ def status(self) -> Optional[str]:
900
+ """
901
+ Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
902
+ """
903
+ return pulumi.get(self, "status")
904
+
905
+
906
+ @pulumi.output_type
907
+ class RegistrationInfoResponse(dict):
908
+ """
909
+ Represents a RegistrationInfo definition.
910
+ """
911
+ @staticmethod
912
+ def __key_warning(key: str):
913
+ suggest = None
914
+ if key == "expirationTime":
915
+ suggest = "expiration_time"
916
+ elif key == "registrationTokenOperation":
917
+ suggest = "registration_token_operation"
918
+
919
+ if suggest:
920
+ pulumi.log.warn(f"Key '{key}' not found in RegistrationInfoResponse. Access the value via the '{suggest}' property getter instead.")
921
+
922
+ def __getitem__(self, key: str) -> Any:
923
+ RegistrationInfoResponse.__key_warning(key)
924
+ return super().__getitem__(key)
925
+
926
+ def get(self, key: str, default = None) -> Any:
927
+ RegistrationInfoResponse.__key_warning(key)
928
+ return super().get(key, default)
929
+
930
+ def __init__(__self__, *,
931
+ expiration_time: Optional[str] = None,
932
+ registration_token_operation: Optional[str] = None,
933
+ token: Optional[str] = None):
934
+ """
935
+ Represents a RegistrationInfo definition.
936
+ :param str expiration_time: Expiration time of registration token.
937
+ :param str registration_token_operation: The type of resetting the token.
938
+ :param str token: The registration token base64 encoded string.
939
+ """
940
+ if expiration_time is not None:
941
+ pulumi.set(__self__, "expiration_time", expiration_time)
942
+ if registration_token_operation is not None:
943
+ pulumi.set(__self__, "registration_token_operation", registration_token_operation)
944
+ if token is not None:
945
+ pulumi.set(__self__, "token", token)
946
+
947
+ @property
948
+ @pulumi.getter(name="expirationTime")
949
+ def expiration_time(self) -> Optional[str]:
950
+ """
951
+ Expiration time of registration token.
952
+ """
953
+ return pulumi.get(self, "expiration_time")
954
+
955
+ @property
956
+ @pulumi.getter(name="registrationTokenOperation")
957
+ def registration_token_operation(self) -> Optional[str]:
958
+ """
959
+ The type of resetting the token.
960
+ """
961
+ return pulumi.get(self, "registration_token_operation")
962
+
963
+ @property
964
+ @pulumi.getter
965
+ def token(self) -> Optional[str]:
966
+ """
967
+ The registration token base64 encoded string.
968
+ """
969
+ return pulumi.get(self, "token")
970
+
971
+
972
+ @pulumi.output_type
973
+ class ResourceModelWithAllowedPropertySetResponseIdentity(dict):
974
+ @staticmethod
975
+ def __key_warning(key: str):
976
+ suggest = None
977
+ if key == "principalId":
978
+ suggest = "principal_id"
979
+ elif key == "tenantId":
980
+ suggest = "tenant_id"
981
+
982
+ if suggest:
983
+ pulumi.log.warn(f"Key '{key}' not found in ResourceModelWithAllowedPropertySetResponseIdentity. Access the value via the '{suggest}' property getter instead.")
984
+
985
+ def __getitem__(self, key: str) -> Any:
986
+ ResourceModelWithAllowedPropertySetResponseIdentity.__key_warning(key)
987
+ return super().__getitem__(key)
988
+
989
+ def get(self, key: str, default = None) -> Any:
990
+ ResourceModelWithAllowedPropertySetResponseIdentity.__key_warning(key)
991
+ return super().get(key, default)
992
+
993
+ def __init__(__self__, *,
994
+ principal_id: str,
995
+ tenant_id: str,
996
+ type: Optional[str] = None):
997
+ """
998
+ :param str principal_id: The principal ID of resource identity. The value must be an UUID.
999
+ :param str tenant_id: The tenant ID of resource. The value must be an UUID.
1000
+ :param str type: The identity type.
1001
+ """
1002
+ pulumi.set(__self__, "principal_id", principal_id)
1003
+ pulumi.set(__self__, "tenant_id", tenant_id)
1004
+ if type is not None:
1005
+ pulumi.set(__self__, "type", type)
1006
+
1007
+ @property
1008
+ @pulumi.getter(name="principalId")
1009
+ def principal_id(self) -> str:
1010
+ """
1011
+ The principal ID of resource identity. The value must be an UUID.
1012
+ """
1013
+ return pulumi.get(self, "principal_id")
1014
+
1015
+ @property
1016
+ @pulumi.getter(name="tenantId")
1017
+ def tenant_id(self) -> str:
1018
+ """
1019
+ The tenant ID of resource. The value must be an UUID.
1020
+ """
1021
+ return pulumi.get(self, "tenant_id")
1022
+
1023
+ @property
1024
+ @pulumi.getter
1025
+ def type(self) -> Optional[str]:
1026
+ """
1027
+ The identity type.
1028
+ """
1029
+ return pulumi.get(self, "type")
1030
+
1031
+
1032
+ @pulumi.output_type
1033
+ class ResourceModelWithAllowedPropertySetResponsePlan(dict):
1034
+ @staticmethod
1035
+ def __key_warning(key: str):
1036
+ suggest = None
1037
+ if key == "promotionCode":
1038
+ suggest = "promotion_code"
1039
+
1040
+ if suggest:
1041
+ pulumi.log.warn(f"Key '{key}' not found in ResourceModelWithAllowedPropertySetResponsePlan. Access the value via the '{suggest}' property getter instead.")
1042
+
1043
+ def __getitem__(self, key: str) -> Any:
1044
+ ResourceModelWithAllowedPropertySetResponsePlan.__key_warning(key)
1045
+ return super().__getitem__(key)
1046
+
1047
+ def get(self, key: str, default = None) -> Any:
1048
+ ResourceModelWithAllowedPropertySetResponsePlan.__key_warning(key)
1049
+ return super().get(key, default)
1050
+
1051
+ def __init__(__self__, *,
1052
+ name: str,
1053
+ product: str,
1054
+ publisher: str,
1055
+ promotion_code: Optional[str] = None,
1056
+ version: Optional[str] = None):
1057
+ """
1058
+ :param str name: A user defined name of the 3rd Party Artifact that is being procured.
1059
+ :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.
1060
+ :param str publisher: The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
1061
+ :param str promotion_code: A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
1062
+ :param str version: The version of the desired product/artifact.
1063
+ """
1064
+ pulumi.set(__self__, "name", name)
1065
+ pulumi.set(__self__, "product", product)
1066
+ pulumi.set(__self__, "publisher", publisher)
1067
+ if promotion_code is not None:
1068
+ pulumi.set(__self__, "promotion_code", promotion_code)
1069
+ if version is not None:
1070
+ pulumi.set(__self__, "version", version)
1071
+
1072
+ @property
1073
+ @pulumi.getter
1074
+ def name(self) -> str:
1075
+ """
1076
+ A user defined name of the 3rd Party Artifact that is being procured.
1077
+ """
1078
+ return pulumi.get(self, "name")
1079
+
1080
+ @property
1081
+ @pulumi.getter
1082
+ def product(self) -> str:
1083
+ """
1084
+ 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.
1085
+ """
1086
+ return pulumi.get(self, "product")
1087
+
1088
+ @property
1089
+ @pulumi.getter
1090
+ def publisher(self) -> str:
1091
+ """
1092
+ The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
1093
+ """
1094
+ return pulumi.get(self, "publisher")
1095
+
1096
+ @property
1097
+ @pulumi.getter(name="promotionCode")
1098
+ def promotion_code(self) -> Optional[str]:
1099
+ """
1100
+ A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
1101
+ """
1102
+ return pulumi.get(self, "promotion_code")
1103
+
1104
+ @property
1105
+ @pulumi.getter
1106
+ def version(self) -> Optional[str]:
1107
+ """
1108
+ The version of the desired product/artifact.
1109
+ """
1110
+ return pulumi.get(self, "version")
1111
+
1112
+
1113
+ @pulumi.output_type
1114
+ class ResourceModelWithAllowedPropertySetResponseSku(dict):
1115
+ def __init__(__self__, *,
1116
+ name: str,
1117
+ capacity: Optional[int] = None,
1118
+ family: Optional[str] = None,
1119
+ size: Optional[str] = None,
1120
+ tier: Optional[str] = None):
1121
+ """
1122
+ :param str name: The name of the SKU. E.g. P3. It is typically a letter+number code
1123
+ :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.
1124
+ :param str family: If the service has different generations of hardware, for the same SKU, then that can be captured here.
1125
+ :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.
1126
+ :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.
1127
+ """
1128
+ pulumi.set(__self__, "name", name)
1129
+ if capacity is not None:
1130
+ pulumi.set(__self__, "capacity", capacity)
1131
+ if family is not None:
1132
+ pulumi.set(__self__, "family", family)
1133
+ if size is not None:
1134
+ pulumi.set(__self__, "size", size)
1135
+ if tier is not None:
1136
+ pulumi.set(__self__, "tier", tier)
1137
+
1138
+ @property
1139
+ @pulumi.getter
1140
+ def name(self) -> str:
1141
+ """
1142
+ The name of the SKU. E.g. P3. It is typically a letter+number code
1143
+ """
1144
+ return pulumi.get(self, "name")
1145
+
1146
+ @property
1147
+ @pulumi.getter
1148
+ def capacity(self) -> Optional[int]:
1149
+ """
1150
+ 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.
1151
+ """
1152
+ return pulumi.get(self, "capacity")
1153
+
1154
+ @property
1155
+ @pulumi.getter
1156
+ def family(self) -> Optional[str]:
1157
+ """
1158
+ If the service has different generations of hardware, for the same SKU, then that can be captured here.
1159
+ """
1160
+ return pulumi.get(self, "family")
1161
+
1162
+ @property
1163
+ @pulumi.getter
1164
+ def size(self) -> Optional[str]:
1165
+ """
1166
+ The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
1167
+ """
1168
+ return pulumi.get(self, "size")
1169
+
1170
+ @property
1171
+ @pulumi.getter
1172
+ def tier(self) -> Optional[str]:
1173
+ """
1174
+ 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.
1175
+ """
1176
+ return pulumi.get(self, "tier")
1177
+
1178
+
1179
+ @pulumi.output_type
1180
+ class ScalingHostPoolReferenceResponse(dict):
1181
+ """
1182
+ Scaling plan reference to hostpool.
1183
+ """
1184
+ @staticmethod
1185
+ def __key_warning(key: str):
1186
+ suggest = None
1187
+ if key == "hostPoolArmPath":
1188
+ suggest = "host_pool_arm_path"
1189
+ elif key == "scalingPlanEnabled":
1190
+ suggest = "scaling_plan_enabled"
1191
+
1192
+ if suggest:
1193
+ pulumi.log.warn(f"Key '{key}' not found in ScalingHostPoolReferenceResponse. Access the value via the '{suggest}' property getter instead.")
1194
+
1195
+ def __getitem__(self, key: str) -> Any:
1196
+ ScalingHostPoolReferenceResponse.__key_warning(key)
1197
+ return super().__getitem__(key)
1198
+
1199
+ def get(self, key: str, default = None) -> Any:
1200
+ ScalingHostPoolReferenceResponse.__key_warning(key)
1201
+ return super().get(key, default)
1202
+
1203
+ def __init__(__self__, *,
1204
+ host_pool_arm_path: Optional[str] = None,
1205
+ scaling_plan_enabled: Optional[bool] = None):
1206
+ """
1207
+ Scaling plan reference to hostpool.
1208
+ :param str host_pool_arm_path: Arm path of referenced hostpool.
1209
+ :param bool scaling_plan_enabled: Is the scaling plan enabled for this hostpool.
1210
+ """
1211
+ if host_pool_arm_path is not None:
1212
+ pulumi.set(__self__, "host_pool_arm_path", host_pool_arm_path)
1213
+ if scaling_plan_enabled is not None:
1214
+ pulumi.set(__self__, "scaling_plan_enabled", scaling_plan_enabled)
1215
+
1216
+ @property
1217
+ @pulumi.getter(name="hostPoolArmPath")
1218
+ def host_pool_arm_path(self) -> Optional[str]:
1219
+ """
1220
+ Arm path of referenced hostpool.
1221
+ """
1222
+ return pulumi.get(self, "host_pool_arm_path")
1223
+
1224
+ @property
1225
+ @pulumi.getter(name="scalingPlanEnabled")
1226
+ def scaling_plan_enabled(self) -> Optional[bool]:
1227
+ """
1228
+ Is the scaling plan enabled for this hostpool.
1229
+ """
1230
+ return pulumi.get(self, "scaling_plan_enabled")
1231
+
1232
+
1233
+ @pulumi.output_type
1234
+ class ScalingScheduleResponse(dict):
1235
+ """
1236
+ A ScalingPlanPooledSchedule.
1237
+ """
1238
+ @staticmethod
1239
+ def __key_warning(key: str):
1240
+ suggest = None
1241
+ if key == "daysOfWeek":
1242
+ suggest = "days_of_week"
1243
+ elif key == "offPeakLoadBalancingAlgorithm":
1244
+ suggest = "off_peak_load_balancing_algorithm"
1245
+ elif key == "offPeakStartTime":
1246
+ suggest = "off_peak_start_time"
1247
+ elif key == "peakLoadBalancingAlgorithm":
1248
+ suggest = "peak_load_balancing_algorithm"
1249
+ elif key == "peakStartTime":
1250
+ suggest = "peak_start_time"
1251
+ elif key == "rampDownCapacityThresholdPct":
1252
+ suggest = "ramp_down_capacity_threshold_pct"
1253
+ elif key == "rampDownForceLogoffUsers":
1254
+ suggest = "ramp_down_force_logoff_users"
1255
+ elif key == "rampDownLoadBalancingAlgorithm":
1256
+ suggest = "ramp_down_load_balancing_algorithm"
1257
+ elif key == "rampDownMinimumHostsPct":
1258
+ suggest = "ramp_down_minimum_hosts_pct"
1259
+ elif key == "rampDownNotificationMessage":
1260
+ suggest = "ramp_down_notification_message"
1261
+ elif key == "rampDownStartTime":
1262
+ suggest = "ramp_down_start_time"
1263
+ elif key == "rampDownStopHostsWhen":
1264
+ suggest = "ramp_down_stop_hosts_when"
1265
+ elif key == "rampDownWaitTimeMinutes":
1266
+ suggest = "ramp_down_wait_time_minutes"
1267
+ elif key == "rampUpCapacityThresholdPct":
1268
+ suggest = "ramp_up_capacity_threshold_pct"
1269
+ elif key == "rampUpLoadBalancingAlgorithm":
1270
+ suggest = "ramp_up_load_balancing_algorithm"
1271
+ elif key == "rampUpMinimumHostsPct":
1272
+ suggest = "ramp_up_minimum_hosts_pct"
1273
+ elif key == "rampUpStartTime":
1274
+ suggest = "ramp_up_start_time"
1275
+
1276
+ if suggest:
1277
+ pulumi.log.warn(f"Key '{key}' not found in ScalingScheduleResponse. Access the value via the '{suggest}' property getter instead.")
1278
+
1279
+ def __getitem__(self, key: str) -> Any:
1280
+ ScalingScheduleResponse.__key_warning(key)
1281
+ return super().__getitem__(key)
1282
+
1283
+ def get(self, key: str, default = None) -> Any:
1284
+ ScalingScheduleResponse.__key_warning(key)
1285
+ return super().get(key, default)
1286
+
1287
+ def __init__(__self__, *,
1288
+ days_of_week: Optional[Sequence[str]] = None,
1289
+ name: Optional[str] = None,
1290
+ off_peak_load_balancing_algorithm: Optional[str] = None,
1291
+ off_peak_start_time: Optional['outputs.TimeResponse'] = None,
1292
+ peak_load_balancing_algorithm: Optional[str] = None,
1293
+ peak_start_time: Optional['outputs.TimeResponse'] = None,
1294
+ ramp_down_capacity_threshold_pct: Optional[int] = None,
1295
+ ramp_down_force_logoff_users: Optional[bool] = None,
1296
+ ramp_down_load_balancing_algorithm: Optional[str] = None,
1297
+ ramp_down_minimum_hosts_pct: Optional[int] = None,
1298
+ ramp_down_notification_message: Optional[str] = None,
1299
+ ramp_down_start_time: Optional['outputs.TimeResponse'] = None,
1300
+ ramp_down_stop_hosts_when: Optional[str] = None,
1301
+ ramp_down_wait_time_minutes: Optional[int] = None,
1302
+ ramp_up_capacity_threshold_pct: Optional[int] = None,
1303
+ ramp_up_load_balancing_algorithm: Optional[str] = None,
1304
+ ramp_up_minimum_hosts_pct: Optional[int] = None,
1305
+ ramp_up_start_time: Optional['outputs.TimeResponse'] = None):
1306
+ """
1307
+ A ScalingPlanPooledSchedule.
1308
+ :param Sequence[str] days_of_week: Set of days of the week on which this schedule is active.
1309
+ :param str name: Name of the ScalingPlanPooledSchedule.
1310
+ :param str off_peak_load_balancing_algorithm: Load balancing algorithm for off-peak period.
1311
+ :param 'TimeResponse' off_peak_start_time: Starting time for off-peak period.
1312
+ :param str peak_load_balancing_algorithm: Load balancing algorithm for peak period.
1313
+ :param 'TimeResponse' peak_start_time: Starting time for peak period.
1314
+ :param int ramp_down_capacity_threshold_pct: Capacity threshold for ramp down period.
1315
+ :param bool ramp_down_force_logoff_users: Should users be logged off forcefully from hosts.
1316
+ :param str ramp_down_load_balancing_algorithm: Load balancing algorithm for ramp down period.
1317
+ :param int ramp_down_minimum_hosts_pct: Minimum host percentage for ramp down period.
1318
+ :param str ramp_down_notification_message: Notification message for users during ramp down period.
1319
+ :param 'TimeResponse' ramp_down_start_time: Starting time for ramp down period.
1320
+ :param str ramp_down_stop_hosts_when: Specifies when to stop hosts during ramp down period.
1321
+ :param int ramp_down_wait_time_minutes: Number of minutes to wait to stop hosts during ramp down period.
1322
+ :param int ramp_up_capacity_threshold_pct: Capacity threshold for ramp up period.
1323
+ :param str ramp_up_load_balancing_algorithm: Load balancing algorithm for ramp up period.
1324
+ :param int ramp_up_minimum_hosts_pct: Minimum host percentage for ramp up period.
1325
+ :param 'TimeResponse' ramp_up_start_time: Starting time for ramp up period.
1326
+ """
1327
+ if days_of_week is not None:
1328
+ pulumi.set(__self__, "days_of_week", days_of_week)
1329
+ if name is not None:
1330
+ pulumi.set(__self__, "name", name)
1331
+ if off_peak_load_balancing_algorithm is not None:
1332
+ pulumi.set(__self__, "off_peak_load_balancing_algorithm", off_peak_load_balancing_algorithm)
1333
+ if off_peak_start_time is not None:
1334
+ pulumi.set(__self__, "off_peak_start_time", off_peak_start_time)
1335
+ if peak_load_balancing_algorithm is not None:
1336
+ pulumi.set(__self__, "peak_load_balancing_algorithm", peak_load_balancing_algorithm)
1337
+ if peak_start_time is not None:
1338
+ pulumi.set(__self__, "peak_start_time", peak_start_time)
1339
+ if ramp_down_capacity_threshold_pct is not None:
1340
+ pulumi.set(__self__, "ramp_down_capacity_threshold_pct", ramp_down_capacity_threshold_pct)
1341
+ if ramp_down_force_logoff_users is not None:
1342
+ pulumi.set(__self__, "ramp_down_force_logoff_users", ramp_down_force_logoff_users)
1343
+ if ramp_down_load_balancing_algorithm is not None:
1344
+ pulumi.set(__self__, "ramp_down_load_balancing_algorithm", ramp_down_load_balancing_algorithm)
1345
+ if ramp_down_minimum_hosts_pct is not None:
1346
+ pulumi.set(__self__, "ramp_down_minimum_hosts_pct", ramp_down_minimum_hosts_pct)
1347
+ if ramp_down_notification_message is not None:
1348
+ pulumi.set(__self__, "ramp_down_notification_message", ramp_down_notification_message)
1349
+ if ramp_down_start_time is not None:
1350
+ pulumi.set(__self__, "ramp_down_start_time", ramp_down_start_time)
1351
+ if ramp_down_stop_hosts_when is not None:
1352
+ pulumi.set(__self__, "ramp_down_stop_hosts_when", ramp_down_stop_hosts_when)
1353
+ if ramp_down_wait_time_minutes is not None:
1354
+ pulumi.set(__self__, "ramp_down_wait_time_minutes", ramp_down_wait_time_minutes)
1355
+ if ramp_up_capacity_threshold_pct is not None:
1356
+ pulumi.set(__self__, "ramp_up_capacity_threshold_pct", ramp_up_capacity_threshold_pct)
1357
+ if ramp_up_load_balancing_algorithm is not None:
1358
+ pulumi.set(__self__, "ramp_up_load_balancing_algorithm", ramp_up_load_balancing_algorithm)
1359
+ if ramp_up_minimum_hosts_pct is not None:
1360
+ pulumi.set(__self__, "ramp_up_minimum_hosts_pct", ramp_up_minimum_hosts_pct)
1361
+ if ramp_up_start_time is not None:
1362
+ pulumi.set(__self__, "ramp_up_start_time", ramp_up_start_time)
1363
+
1364
+ @property
1365
+ @pulumi.getter(name="daysOfWeek")
1366
+ def days_of_week(self) -> Optional[Sequence[str]]:
1367
+ """
1368
+ Set of days of the week on which this schedule is active.
1369
+ """
1370
+ return pulumi.get(self, "days_of_week")
1371
+
1372
+ @property
1373
+ @pulumi.getter
1374
+ def name(self) -> Optional[str]:
1375
+ """
1376
+ Name of the ScalingPlanPooledSchedule.
1377
+ """
1378
+ return pulumi.get(self, "name")
1379
+
1380
+ @property
1381
+ @pulumi.getter(name="offPeakLoadBalancingAlgorithm")
1382
+ def off_peak_load_balancing_algorithm(self) -> Optional[str]:
1383
+ """
1384
+ Load balancing algorithm for off-peak period.
1385
+ """
1386
+ return pulumi.get(self, "off_peak_load_balancing_algorithm")
1387
+
1388
+ @property
1389
+ @pulumi.getter(name="offPeakStartTime")
1390
+ def off_peak_start_time(self) -> Optional['outputs.TimeResponse']:
1391
+ """
1392
+ Starting time for off-peak period.
1393
+ """
1394
+ return pulumi.get(self, "off_peak_start_time")
1395
+
1396
+ @property
1397
+ @pulumi.getter(name="peakLoadBalancingAlgorithm")
1398
+ def peak_load_balancing_algorithm(self) -> Optional[str]:
1399
+ """
1400
+ Load balancing algorithm for peak period.
1401
+ """
1402
+ return pulumi.get(self, "peak_load_balancing_algorithm")
1403
+
1404
+ @property
1405
+ @pulumi.getter(name="peakStartTime")
1406
+ def peak_start_time(self) -> Optional['outputs.TimeResponse']:
1407
+ """
1408
+ Starting time for peak period.
1409
+ """
1410
+ return pulumi.get(self, "peak_start_time")
1411
+
1412
+ @property
1413
+ @pulumi.getter(name="rampDownCapacityThresholdPct")
1414
+ def ramp_down_capacity_threshold_pct(self) -> Optional[int]:
1415
+ """
1416
+ Capacity threshold for ramp down period.
1417
+ """
1418
+ return pulumi.get(self, "ramp_down_capacity_threshold_pct")
1419
+
1420
+ @property
1421
+ @pulumi.getter(name="rampDownForceLogoffUsers")
1422
+ def ramp_down_force_logoff_users(self) -> Optional[bool]:
1423
+ """
1424
+ Should users be logged off forcefully from hosts.
1425
+ """
1426
+ return pulumi.get(self, "ramp_down_force_logoff_users")
1427
+
1428
+ @property
1429
+ @pulumi.getter(name="rampDownLoadBalancingAlgorithm")
1430
+ def ramp_down_load_balancing_algorithm(self) -> Optional[str]:
1431
+ """
1432
+ Load balancing algorithm for ramp down period.
1433
+ """
1434
+ return pulumi.get(self, "ramp_down_load_balancing_algorithm")
1435
+
1436
+ @property
1437
+ @pulumi.getter(name="rampDownMinimumHostsPct")
1438
+ def ramp_down_minimum_hosts_pct(self) -> Optional[int]:
1439
+ """
1440
+ Minimum host percentage for ramp down period.
1441
+ """
1442
+ return pulumi.get(self, "ramp_down_minimum_hosts_pct")
1443
+
1444
+ @property
1445
+ @pulumi.getter(name="rampDownNotificationMessage")
1446
+ def ramp_down_notification_message(self) -> Optional[str]:
1447
+ """
1448
+ Notification message for users during ramp down period.
1449
+ """
1450
+ return pulumi.get(self, "ramp_down_notification_message")
1451
+
1452
+ @property
1453
+ @pulumi.getter(name="rampDownStartTime")
1454
+ def ramp_down_start_time(self) -> Optional['outputs.TimeResponse']:
1455
+ """
1456
+ Starting time for ramp down period.
1457
+ """
1458
+ return pulumi.get(self, "ramp_down_start_time")
1459
+
1460
+ @property
1461
+ @pulumi.getter(name="rampDownStopHostsWhen")
1462
+ def ramp_down_stop_hosts_when(self) -> Optional[str]:
1463
+ """
1464
+ Specifies when to stop hosts during ramp down period.
1465
+ """
1466
+ return pulumi.get(self, "ramp_down_stop_hosts_when")
1467
+
1468
+ @property
1469
+ @pulumi.getter(name="rampDownWaitTimeMinutes")
1470
+ def ramp_down_wait_time_minutes(self) -> Optional[int]:
1471
+ """
1472
+ Number of minutes to wait to stop hosts during ramp down period.
1473
+ """
1474
+ return pulumi.get(self, "ramp_down_wait_time_minutes")
1475
+
1476
+ @property
1477
+ @pulumi.getter(name="rampUpCapacityThresholdPct")
1478
+ def ramp_up_capacity_threshold_pct(self) -> Optional[int]:
1479
+ """
1480
+ Capacity threshold for ramp up period.
1481
+ """
1482
+ return pulumi.get(self, "ramp_up_capacity_threshold_pct")
1483
+
1484
+ @property
1485
+ @pulumi.getter(name="rampUpLoadBalancingAlgorithm")
1486
+ def ramp_up_load_balancing_algorithm(self) -> Optional[str]:
1487
+ """
1488
+ Load balancing algorithm for ramp up period.
1489
+ """
1490
+ return pulumi.get(self, "ramp_up_load_balancing_algorithm")
1491
+
1492
+ @property
1493
+ @pulumi.getter(name="rampUpMinimumHostsPct")
1494
+ def ramp_up_minimum_hosts_pct(self) -> Optional[int]:
1495
+ """
1496
+ Minimum host percentage for ramp up period.
1497
+ """
1498
+ return pulumi.get(self, "ramp_up_minimum_hosts_pct")
1499
+
1500
+ @property
1501
+ @pulumi.getter(name="rampUpStartTime")
1502
+ def ramp_up_start_time(self) -> Optional['outputs.TimeResponse']:
1503
+ """
1504
+ Starting time for ramp up period.
1505
+ """
1506
+ return pulumi.get(self, "ramp_up_start_time")
1507
+
1508
+
1509
+ @pulumi.output_type
1510
+ class SystemDataResponse(dict):
1511
+ """
1512
+ Metadata pertaining to creation and last modification of the resource.
1513
+ """
1514
+ @staticmethod
1515
+ def __key_warning(key: str):
1516
+ suggest = None
1517
+ if key == "createdAt":
1518
+ suggest = "created_at"
1519
+ elif key == "createdBy":
1520
+ suggest = "created_by"
1521
+ elif key == "createdByType":
1522
+ suggest = "created_by_type"
1523
+ elif key == "lastModifiedAt":
1524
+ suggest = "last_modified_at"
1525
+ elif key == "lastModifiedBy":
1526
+ suggest = "last_modified_by"
1527
+ elif key == "lastModifiedByType":
1528
+ suggest = "last_modified_by_type"
1529
+
1530
+ if suggest:
1531
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
1532
+
1533
+ def __getitem__(self, key: str) -> Any:
1534
+ SystemDataResponse.__key_warning(key)
1535
+ return super().__getitem__(key)
1536
+
1537
+ def get(self, key: str, default = None) -> Any:
1538
+ SystemDataResponse.__key_warning(key)
1539
+ return super().get(key, default)
1540
+
1541
+ def __init__(__self__, *,
1542
+ created_at: Optional[str] = None,
1543
+ created_by: Optional[str] = None,
1544
+ created_by_type: Optional[str] = None,
1545
+ last_modified_at: Optional[str] = None,
1546
+ last_modified_by: Optional[str] = None,
1547
+ last_modified_by_type: Optional[str] = None):
1548
+ """
1549
+ Metadata pertaining to creation and last modification of the resource.
1550
+ :param str created_at: The timestamp of resource creation (UTC).
1551
+ :param str created_by: The identity that created the resource.
1552
+ :param str created_by_type: The type of identity that created the resource.
1553
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
1554
+ :param str last_modified_by: The identity that last modified the resource.
1555
+ :param str last_modified_by_type: The type of identity that last modified the resource.
1556
+ """
1557
+ if created_at is not None:
1558
+ pulumi.set(__self__, "created_at", created_at)
1559
+ if created_by is not None:
1560
+ pulumi.set(__self__, "created_by", created_by)
1561
+ if created_by_type is not None:
1562
+ pulumi.set(__self__, "created_by_type", created_by_type)
1563
+ if last_modified_at is not None:
1564
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
1565
+ if last_modified_by is not None:
1566
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
1567
+ if last_modified_by_type is not None:
1568
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
1569
+
1570
+ @property
1571
+ @pulumi.getter(name="createdAt")
1572
+ def created_at(self) -> Optional[str]:
1573
+ """
1574
+ The timestamp of resource creation (UTC).
1575
+ """
1576
+ return pulumi.get(self, "created_at")
1577
+
1578
+ @property
1579
+ @pulumi.getter(name="createdBy")
1580
+ def created_by(self) -> Optional[str]:
1581
+ """
1582
+ The identity that created the resource.
1583
+ """
1584
+ return pulumi.get(self, "created_by")
1585
+
1586
+ @property
1587
+ @pulumi.getter(name="createdByType")
1588
+ def created_by_type(self) -> Optional[str]:
1589
+ """
1590
+ The type of identity that created the resource.
1591
+ """
1592
+ return pulumi.get(self, "created_by_type")
1593
+
1594
+ @property
1595
+ @pulumi.getter(name="lastModifiedAt")
1596
+ def last_modified_at(self) -> Optional[str]:
1597
+ """
1598
+ The timestamp of resource last modification (UTC)
1599
+ """
1600
+ return pulumi.get(self, "last_modified_at")
1601
+
1602
+ @property
1603
+ @pulumi.getter(name="lastModifiedBy")
1604
+ def last_modified_by(self) -> Optional[str]:
1605
+ """
1606
+ The identity that last modified the resource.
1607
+ """
1608
+ return pulumi.get(self, "last_modified_by")
1609
+
1610
+ @property
1611
+ @pulumi.getter(name="lastModifiedByType")
1612
+ def last_modified_by_type(self) -> Optional[str]:
1613
+ """
1614
+ The type of identity that last modified the resource.
1615
+ """
1616
+ return pulumi.get(self, "last_modified_by_type")
1617
+
1618
+
1619
+ @pulumi.output_type
1620
+ class TimeResponse(dict):
1621
+ """
1622
+ The time for a scaling action to occur.
1623
+ """
1624
+ def __init__(__self__, *,
1625
+ hour: int,
1626
+ minute: int):
1627
+ """
1628
+ The time for a scaling action to occur.
1629
+ :param int hour: The hour.
1630
+ :param int minute: The minute.
1631
+ """
1632
+ pulumi.set(__self__, "hour", hour)
1633
+ pulumi.set(__self__, "minute", minute)
1634
+
1635
+ @property
1636
+ @pulumi.getter
1637
+ def hour(self) -> int:
1638
+ """
1639
+ The hour.
1640
+ """
1641
+ return pulumi.get(self, "hour")
1642
+
1643
+ @property
1644
+ @pulumi.getter
1645
+ def minute(self) -> int:
1646
+ """
1647
+ The minute.
1648
+ """
1649
+ return pulumi.get(self, "minute")
1650
+
1651
+