pulumi-azure-native 2.37.1a1713521428__py3-none-any.whl → 2.37.1a1713777065__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.
Files changed (1971) hide show
  1. pulumi_azure_native/__init__.py +293 -0
  2. pulumi_azure_native/app/__init__.py +3 -0
  3. pulumi_azure_native/app/certificate.py +3 -3
  4. pulumi_azure_native/app/connected_environment.py +3 -3
  5. pulumi_azure_native/app/connected_environments_certificate.py +3 -3
  6. pulumi_azure_native/app/connected_environments_dapr_component.py +3 -3
  7. pulumi_azure_native/app/connected_environments_storage.py +3 -3
  8. pulumi_azure_native/app/container_app.py +3 -3
  9. pulumi_azure_native/app/container_apps_auth_config.py +3 -3
  10. pulumi_azure_native/app/container_apps_source_control.py +3 -3
  11. pulumi_azure_native/app/dapr_component.py +3 -3
  12. pulumi_azure_native/app/get_certificate.py +2 -2
  13. pulumi_azure_native/app/get_connected_environment.py +2 -2
  14. pulumi_azure_native/app/get_connected_environments_certificate.py +2 -2
  15. pulumi_azure_native/app/get_connected_environments_dapr_component.py +2 -2
  16. pulumi_azure_native/app/get_connected_environments_storage.py +2 -2
  17. pulumi_azure_native/app/get_container_app.py +2 -2
  18. pulumi_azure_native/app/get_container_app_auth_token.py +2 -2
  19. pulumi_azure_native/app/get_container_apps_auth_config.py +2 -2
  20. pulumi_azure_native/app/get_container_apps_source_control.py +2 -2
  21. pulumi_azure_native/app/get_custom_domain_verification_id.py +2 -2
  22. pulumi_azure_native/app/get_dapr_component.py +2 -2
  23. pulumi_azure_native/app/get_job.py +2 -2
  24. pulumi_azure_native/app/get_managed_certificate.py +2 -2
  25. pulumi_azure_native/app/get_managed_environment.py +2 -2
  26. pulumi_azure_native/app/get_managed_environment_auth_token.py +2 -2
  27. pulumi_azure_native/app/get_managed_environments_storage.py +2 -2
  28. pulumi_azure_native/app/job.py +3 -3
  29. pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +2 -2
  30. pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +2 -2
  31. pulumi_azure_native/app/list_container_app_secrets.py +2 -2
  32. pulumi_azure_native/app/list_dapr_component_secrets.py +2 -2
  33. pulumi_azure_native/app/list_job_secrets.py +2 -2
  34. pulumi_azure_native/app/managed_certificate.py +3 -3
  35. pulumi_azure_native/app/managed_environment.py +3 -3
  36. pulumi_azure_native/app/managed_environments_storage.py +3 -3
  37. pulumi_azure_native/app/v20220101preview/certificate.py +1 -1
  38. pulumi_azure_native/app/v20220101preview/container_app.py +1 -1
  39. pulumi_azure_native/app/v20220101preview/container_apps_auth_config.py +1 -1
  40. pulumi_azure_native/app/v20220101preview/container_apps_source_control.py +1 -1
  41. pulumi_azure_native/app/v20220101preview/dapr_component.py +1 -1
  42. pulumi_azure_native/app/v20220101preview/managed_environment.py +1 -1
  43. pulumi_azure_native/app/v20220101preview/managed_environments_storage.py +1 -1
  44. pulumi_azure_native/app/v20221001/certificate.py +1 -1
  45. pulumi_azure_native/app/v20221001/connected_environment.py +1 -1
  46. pulumi_azure_native/app/v20221001/connected_environments_certificate.py +1 -1
  47. pulumi_azure_native/app/v20221001/connected_environments_dapr_component.py +1 -1
  48. pulumi_azure_native/app/v20221001/connected_environments_storage.py +1 -1
  49. pulumi_azure_native/app/v20221001/container_app.py +1 -1
  50. pulumi_azure_native/app/v20221001/container_apps_auth_config.py +1 -1
  51. pulumi_azure_native/app/v20221001/container_apps_source_control.py +1 -1
  52. pulumi_azure_native/app/v20221001/dapr_component.py +1 -1
  53. pulumi_azure_native/app/v20221001/managed_environment.py +1 -1
  54. pulumi_azure_native/app/v20221001/managed_environments_storage.py +1 -1
  55. pulumi_azure_native/app/v20230401preview/certificate.py +1 -1
  56. pulumi_azure_native/app/v20230401preview/connected_environment.py +1 -1
  57. pulumi_azure_native/app/v20230401preview/connected_environments_certificate.py +1 -1
  58. pulumi_azure_native/app/v20230401preview/connected_environments_dapr_component.py +1 -1
  59. pulumi_azure_native/app/v20230401preview/connected_environments_storage.py +1 -1
  60. pulumi_azure_native/app/v20230401preview/container_app.py +1 -1
  61. pulumi_azure_native/app/v20230401preview/container_apps_auth_config.py +1 -1
  62. pulumi_azure_native/app/v20230401preview/container_apps_source_control.py +1 -1
  63. pulumi_azure_native/app/v20230401preview/dapr_component.py +1 -1
  64. pulumi_azure_native/app/v20230401preview/job.py +1 -1
  65. pulumi_azure_native/app/v20230401preview/managed_certificate.py +1 -1
  66. pulumi_azure_native/app/v20230401preview/managed_environment.py +1 -1
  67. pulumi_azure_native/app/v20230401preview/managed_environments_storage.py +1 -1
  68. pulumi_azure_native/app/v20230501/certificate.py +1 -1
  69. pulumi_azure_native/app/v20230501/connected_environment.py +1 -1
  70. pulumi_azure_native/app/v20230501/connected_environments_certificate.py +1 -1
  71. pulumi_azure_native/app/v20230501/connected_environments_dapr_component.py +1 -1
  72. pulumi_azure_native/app/v20230501/connected_environments_storage.py +1 -1
  73. pulumi_azure_native/app/v20230501/container_app.py +1 -1
  74. pulumi_azure_native/app/v20230501/container_apps_auth_config.py +1 -1
  75. pulumi_azure_native/app/v20230501/container_apps_source_control.py +1 -1
  76. pulumi_azure_native/app/v20230501/dapr_component.py +1 -1
  77. pulumi_azure_native/app/v20230501/job.py +1 -1
  78. pulumi_azure_native/app/v20230501/managed_certificate.py +1 -1
  79. pulumi_azure_native/app/v20230501/managed_environment.py +1 -1
  80. pulumi_azure_native/app/v20230501/managed_environments_storage.py +1 -1
  81. pulumi_azure_native/app/v20230502preview/certificate.py +1 -1
  82. pulumi_azure_native/app/v20230502preview/connected_environment.py +1 -1
  83. pulumi_azure_native/app/v20230502preview/connected_environments_certificate.py +1 -1
  84. pulumi_azure_native/app/v20230502preview/connected_environments_dapr_component.py +1 -1
  85. pulumi_azure_native/app/v20230502preview/connected_environments_storage.py +1 -1
  86. pulumi_azure_native/app/v20230502preview/container_app.py +1 -1
  87. pulumi_azure_native/app/v20230502preview/container_apps_auth_config.py +1 -1
  88. pulumi_azure_native/app/v20230502preview/container_apps_source_control.py +1 -1
  89. pulumi_azure_native/app/v20230502preview/dapr_component.py +1 -1
  90. pulumi_azure_native/app/v20230502preview/job.py +1 -1
  91. pulumi_azure_native/app/v20230502preview/managed_certificate.py +1 -1
  92. pulumi_azure_native/app/v20230502preview/managed_environment.py +1 -1
  93. pulumi_azure_native/app/v20230502preview/managed_environments_storage.py +1 -1
  94. pulumi_azure_native/app/v20230801preview/certificate.py +1 -1
  95. pulumi_azure_native/app/v20230801preview/connected_environment.py +1 -1
  96. pulumi_azure_native/app/v20230801preview/connected_environments_certificate.py +1 -1
  97. pulumi_azure_native/app/v20230801preview/connected_environments_dapr_component.py +1 -1
  98. pulumi_azure_native/app/v20230801preview/connected_environments_storage.py +1 -1
  99. pulumi_azure_native/app/v20230801preview/container_app.py +1 -1
  100. pulumi_azure_native/app/v20230801preview/container_apps_auth_config.py +1 -1
  101. pulumi_azure_native/app/v20230801preview/container_apps_source_control.py +1 -1
  102. pulumi_azure_native/app/v20230801preview/dapr_component.py +1 -1
  103. pulumi_azure_native/app/v20230801preview/job.py +1 -1
  104. pulumi_azure_native/app/v20230801preview/managed_certificate.py +1 -1
  105. pulumi_azure_native/app/v20230801preview/managed_environment.py +1 -1
  106. pulumi_azure_native/app/v20230801preview/managed_environments_storage.py +1 -1
  107. pulumi_azure_native/app/v20231102preview/certificate.py +1 -1
  108. pulumi_azure_native/app/v20231102preview/connected_environment.py +1 -1
  109. pulumi_azure_native/app/v20231102preview/connected_environments_certificate.py +1 -1
  110. pulumi_azure_native/app/v20231102preview/connected_environments_dapr_component.py +1 -1
  111. pulumi_azure_native/app/v20231102preview/connected_environments_storage.py +1 -1
  112. pulumi_azure_native/app/v20231102preview/container_app.py +1 -1
  113. pulumi_azure_native/app/v20231102preview/container_apps_auth_config.py +1 -1
  114. pulumi_azure_native/app/v20231102preview/container_apps_source_control.py +1 -1
  115. pulumi_azure_native/app/v20231102preview/dapr_component.py +1 -1
  116. pulumi_azure_native/app/v20231102preview/job.py +1 -1
  117. pulumi_azure_native/app/v20231102preview/managed_certificate.py +1 -1
  118. pulumi_azure_native/app/v20231102preview/managed_environment.py +1 -1
  119. pulumi_azure_native/app/v20231102preview/managed_environments_storage.py +1 -1
  120. pulumi_azure_native/app/v20240301/__init__.py +44 -0
  121. pulumi_azure_native/app/v20240301/_enums.py +201 -0
  122. pulumi_azure_native/app/v20240301/_inputs.py +6033 -0
  123. pulumi_azure_native/app/v20240301/certificate.py +273 -0
  124. pulumi_azure_native/app/v20240301/connected_environment.py +370 -0
  125. pulumi_azure_native/app/v20240301/connected_environments_certificate.py +273 -0
  126. pulumi_azure_native/app/v20240301/connected_environments_dapr_component.py +422 -0
  127. pulumi_azure_native/app/v20240301/connected_environments_storage.py +216 -0
  128. pulumi_azure_native/app/v20240301/container_app.py +526 -0
  129. pulumi_azure_native/app/v20240301/container_apps_auth_config.py +361 -0
  130. pulumi_azure_native/app/v20240301/container_apps_source_control.py +291 -0
  131. pulumi_azure_native/app/v20240301/dapr_component.py +422 -0
  132. pulumi_azure_native/app/v20240301/get_certificate.py +162 -0
  133. pulumi_azure_native/app/v20240301/get_connected_environment.py +235 -0
  134. pulumi_azure_native/app/v20240301/get_connected_environments_certificate.py +162 -0
  135. pulumi_azure_native/app/v20240301/get_connected_environments_dapr_component.py +227 -0
  136. pulumi_azure_native/app/v20240301/get_connected_environments_storage.py +136 -0
  137. pulumi_azure_native/app/v20240301/get_container_app.py +339 -0
  138. pulumi_azure_native/app/v20240301/get_container_app_auth_token.py +170 -0
  139. pulumi_azure_native/app/v20240301/get_container_apps_auth_config.py +201 -0
  140. pulumi_azure_native/app/v20240301/get_container_apps_source_control.py +177 -0
  141. pulumi_azure_native/app/v20240301/get_custom_domain_verification_id.py +61 -0
  142. pulumi_azure_native/app/v20240301/get_dapr_component.py +227 -0
  143. pulumi_azure_native/app/v20240301/get_job.py +248 -0
  144. pulumi_azure_native/app/v20240301/get_managed_certificate.py +162 -0
  145. pulumi_azure_native/app/v20240301/get_managed_environment.py +380 -0
  146. pulumi_azure_native/app/v20240301/get_managed_environment_auth_token.py +170 -0
  147. pulumi_azure_native/app/v20240301/get_managed_environments_storage.py +136 -0
  148. pulumi_azure_native/app/v20240301/job.py +399 -0
  149. pulumi_azure_native/app/v20240301/list_connected_environments_dapr_component_secrets.py +84 -0
  150. pulumi_azure_native/app/v20240301/list_container_app_custom_host_name_analysis.py +227 -0
  151. pulumi_azure_native/app/v20240301/list_container_app_secrets.py +79 -0
  152. pulumi_azure_native/app/v20240301/list_dapr_component_secrets.py +84 -0
  153. pulumi_azure_native/app/v20240301/list_job_secrets.py +79 -0
  154. pulumi_azure_native/app/v20240301/managed_certificate.py +274 -0
  155. pulumi_azure_native/app/v20240301/managed_environment.py +620 -0
  156. pulumi_azure_native/app/v20240301/managed_environments_storage.py +216 -0
  157. pulumi_azure_native/app/v20240301/outputs.py +7067 -0
  158. pulumi_azure_native/appplatform/__init__.py +7 -0
  159. pulumi_azure_native/appplatform/_enums.py +8 -0
  160. pulumi_azure_native/appplatform/_inputs.py +440 -2
  161. pulumi_azure_native/appplatform/api_portal.py +3 -3
  162. pulumi_azure_native/appplatform/api_portal_custom_domain.py +3 -3
  163. pulumi_azure_native/appplatform/apm.py +3 -3
  164. pulumi_azure_native/appplatform/app.py +3 -3
  165. pulumi_azure_native/appplatform/application_accelerator.py +3 -3
  166. pulumi_azure_native/appplatform/application_live_view.py +3 -3
  167. pulumi_azure_native/appplatform/binding.py +3 -3
  168. pulumi_azure_native/appplatform/build_service_agent_pool.py +3 -3
  169. pulumi_azure_native/appplatform/build_service_build.py +3 -3
  170. pulumi_azure_native/appplatform/build_service_builder.py +3 -3
  171. pulumi_azure_native/appplatform/buildpack_binding.py +3 -3
  172. pulumi_azure_native/appplatform/certificate.py +3 -3
  173. pulumi_azure_native/appplatform/config_server.py +3 -3
  174. pulumi_azure_native/appplatform/configuration_service.py +3 -3
  175. pulumi_azure_native/appplatform/container_registry.py +3 -3
  176. pulumi_azure_native/appplatform/custom_domain.py +3 -3
  177. pulumi_azure_native/appplatform/customized_accelerator.py +3 -3
  178. pulumi_azure_native/appplatform/deployment.py +3 -3
  179. pulumi_azure_native/appplatform/dev_tool_portal.py +3 -3
  180. pulumi_azure_native/appplatform/gateway.py +3 -3
  181. pulumi_azure_native/appplatform/gateway_custom_domain.py +3 -3
  182. pulumi_azure_native/appplatform/gateway_route_config.py +3 -3
  183. pulumi_azure_native/appplatform/get_api_portal.py +2 -2
  184. pulumi_azure_native/appplatform/get_api_portal_custom_domain.py +2 -2
  185. pulumi_azure_native/appplatform/get_apm.py +2 -2
  186. pulumi_azure_native/appplatform/get_app.py +2 -2
  187. pulumi_azure_native/appplatform/get_app_resource_upload_url.py +2 -2
  188. pulumi_azure_native/appplatform/get_application_accelerator.py +2 -2
  189. pulumi_azure_native/appplatform/get_application_live_view.py +2 -2
  190. pulumi_azure_native/appplatform/get_binding.py +2 -2
  191. pulumi_azure_native/appplatform/get_build_service_agent_pool.py +2 -2
  192. pulumi_azure_native/appplatform/get_build_service_build.py +2 -2
  193. pulumi_azure_native/appplatform/get_build_service_build_result_log.py +2 -2
  194. pulumi_azure_native/appplatform/get_build_service_builder.py +2 -2
  195. pulumi_azure_native/appplatform/get_build_service_resource_upload_url.py +2 -2
  196. pulumi_azure_native/appplatform/get_buildpack_binding.py +2 -2
  197. pulumi_azure_native/appplatform/get_certificate.py +2 -2
  198. pulumi_azure_native/appplatform/get_config_server.py +2 -2
  199. pulumi_azure_native/appplatform/get_configuration_service.py +2 -2
  200. pulumi_azure_native/appplatform/get_container_registry.py +2 -2
  201. pulumi_azure_native/appplatform/get_custom_domain.py +2 -2
  202. pulumi_azure_native/appplatform/get_customized_accelerator.py +2 -2
  203. pulumi_azure_native/appplatform/get_deployment.py +2 -2
  204. pulumi_azure_native/appplatform/get_deployment_log_file_url.py +2 -2
  205. pulumi_azure_native/appplatform/get_deployment_remote_debugging_config.py +2 -2
  206. pulumi_azure_native/appplatform/get_dev_tool_portal.py +2 -2
  207. pulumi_azure_native/appplatform/get_gateway.py +2 -2
  208. pulumi_azure_native/appplatform/get_gateway_custom_domain.py +2 -2
  209. pulumi_azure_native/appplatform/get_gateway_route_config.py +2 -2
  210. pulumi_azure_native/appplatform/get_job.py +138 -0
  211. pulumi_azure_native/appplatform/get_monitoring_setting.py +2 -2
  212. pulumi_azure_native/appplatform/get_service.py +2 -2
  213. pulumi_azure_native/appplatform/get_service_registry.py +2 -2
  214. pulumi_azure_native/appplatform/get_storage.py +2 -2
  215. pulumi_azure_native/appplatform/job.py +217 -0
  216. pulumi_azure_native/appplatform/list_apm_secret_keys.py +2 -2
  217. pulumi_azure_native/appplatform/list_build_service_builder_deployments.py +2 -2
  218. pulumi_azure_native/appplatform/list_job_env_secrets.py +86 -0
  219. pulumi_azure_native/appplatform/list_job_execution_env_secrets.py +91 -0
  220. pulumi_azure_native/appplatform/list_service_globally_enabled_apms.py +2 -2
  221. pulumi_azure_native/appplatform/list_service_test_keys.py +2 -2
  222. pulumi_azure_native/appplatform/monitoring_setting.py +3 -3
  223. pulumi_azure_native/appplatform/outputs.py +498 -2
  224. pulumi_azure_native/appplatform/service.py +3 -3
  225. pulumi_azure_native/appplatform/service_registry.py +3 -3
  226. pulumi_azure_native/appplatform/storage.py +3 -3
  227. pulumi_azure_native/appplatform/v20210601preview/certificate.py +1 -1
  228. pulumi_azure_native/appplatform/v20230501preview/api_portal.py +1 -1
  229. pulumi_azure_native/appplatform/v20230501preview/api_portal_custom_domain.py +1 -1
  230. pulumi_azure_native/appplatform/v20230501preview/apm.py +1 -1
  231. pulumi_azure_native/appplatform/v20230501preview/app.py +1 -1
  232. pulumi_azure_native/appplatform/v20230501preview/application_accelerator.py +1 -1
  233. pulumi_azure_native/appplatform/v20230501preview/application_live_view.py +1 -1
  234. pulumi_azure_native/appplatform/v20230501preview/binding.py +1 -1
  235. pulumi_azure_native/appplatform/v20230501preview/build_service_agent_pool.py +1 -1
  236. pulumi_azure_native/appplatform/v20230501preview/build_service_build.py +1 -1
  237. pulumi_azure_native/appplatform/v20230501preview/build_service_builder.py +1 -1
  238. pulumi_azure_native/appplatform/v20230501preview/buildpack_binding.py +1 -1
  239. pulumi_azure_native/appplatform/v20230501preview/certificate.py +1 -1
  240. pulumi_azure_native/appplatform/v20230501preview/config_server.py +1 -1
  241. pulumi_azure_native/appplatform/v20230501preview/configuration_service.py +1 -1
  242. pulumi_azure_native/appplatform/v20230501preview/container_registry.py +1 -1
  243. pulumi_azure_native/appplatform/v20230501preview/custom_domain.py +1 -1
  244. pulumi_azure_native/appplatform/v20230501preview/customized_accelerator.py +1 -1
  245. pulumi_azure_native/appplatform/v20230501preview/deployment.py +1 -1
  246. pulumi_azure_native/appplatform/v20230501preview/dev_tool_portal.py +1 -1
  247. pulumi_azure_native/appplatform/v20230501preview/gateway.py +1 -1
  248. pulumi_azure_native/appplatform/v20230501preview/gateway_custom_domain.py +1 -1
  249. pulumi_azure_native/appplatform/v20230501preview/gateway_route_config.py +1 -1
  250. pulumi_azure_native/appplatform/v20230501preview/monitoring_setting.py +1 -1
  251. pulumi_azure_native/appplatform/v20230501preview/service.py +1 -1
  252. pulumi_azure_native/appplatform/v20230501preview/service_registry.py +1 -1
  253. pulumi_azure_native/appplatform/v20230501preview/storage.py +1 -1
  254. pulumi_azure_native/appplatform/v20230701preview/api_portal.py +1 -1
  255. pulumi_azure_native/appplatform/v20230701preview/api_portal_custom_domain.py +1 -1
  256. pulumi_azure_native/appplatform/v20230701preview/apm.py +1 -1
  257. pulumi_azure_native/appplatform/v20230701preview/app.py +1 -1
  258. pulumi_azure_native/appplatform/v20230701preview/application_accelerator.py +1 -1
  259. pulumi_azure_native/appplatform/v20230701preview/application_live_view.py +1 -1
  260. pulumi_azure_native/appplatform/v20230701preview/binding.py +1 -1
  261. pulumi_azure_native/appplatform/v20230701preview/build_service_agent_pool.py +1 -1
  262. pulumi_azure_native/appplatform/v20230701preview/build_service_build.py +1 -1
  263. pulumi_azure_native/appplatform/v20230701preview/build_service_builder.py +1 -1
  264. pulumi_azure_native/appplatform/v20230701preview/buildpack_binding.py +1 -1
  265. pulumi_azure_native/appplatform/v20230701preview/certificate.py +1 -1
  266. pulumi_azure_native/appplatform/v20230701preview/config_server.py +1 -1
  267. pulumi_azure_native/appplatform/v20230701preview/configuration_service.py +1 -1
  268. pulumi_azure_native/appplatform/v20230701preview/container_registry.py +1 -1
  269. pulumi_azure_native/appplatform/v20230701preview/custom_domain.py +1 -1
  270. pulumi_azure_native/appplatform/v20230701preview/customized_accelerator.py +1 -1
  271. pulumi_azure_native/appplatform/v20230701preview/deployment.py +1 -1
  272. pulumi_azure_native/appplatform/v20230701preview/dev_tool_portal.py +1 -1
  273. pulumi_azure_native/appplatform/v20230701preview/gateway.py +1 -1
  274. pulumi_azure_native/appplatform/v20230701preview/gateway_custom_domain.py +1 -1
  275. pulumi_azure_native/appplatform/v20230701preview/gateway_route_config.py +1 -1
  276. pulumi_azure_native/appplatform/v20230701preview/monitoring_setting.py +1 -1
  277. pulumi_azure_native/appplatform/v20230701preview/service.py +1 -1
  278. pulumi_azure_native/appplatform/v20230701preview/service_registry.py +1 -1
  279. pulumi_azure_native/appplatform/v20230701preview/storage.py +1 -1
  280. pulumi_azure_native/appplatform/v20230901preview/api_portal.py +1 -1
  281. pulumi_azure_native/appplatform/v20230901preview/api_portal_custom_domain.py +1 -1
  282. pulumi_azure_native/appplatform/v20230901preview/apm.py +1 -1
  283. pulumi_azure_native/appplatform/v20230901preview/app.py +1 -1
  284. pulumi_azure_native/appplatform/v20230901preview/application_accelerator.py +1 -1
  285. pulumi_azure_native/appplatform/v20230901preview/application_live_view.py +1 -1
  286. pulumi_azure_native/appplatform/v20230901preview/binding.py +1 -1
  287. pulumi_azure_native/appplatform/v20230901preview/build_service_agent_pool.py +1 -1
  288. pulumi_azure_native/appplatform/v20230901preview/build_service_build.py +1 -1
  289. pulumi_azure_native/appplatform/v20230901preview/build_service_builder.py +1 -1
  290. pulumi_azure_native/appplatform/v20230901preview/buildpack_binding.py +1 -1
  291. pulumi_azure_native/appplatform/v20230901preview/certificate.py +1 -1
  292. pulumi_azure_native/appplatform/v20230901preview/config_server.py +1 -1
  293. pulumi_azure_native/appplatform/v20230901preview/configuration_service.py +1 -1
  294. pulumi_azure_native/appplatform/v20230901preview/container_registry.py +1 -1
  295. pulumi_azure_native/appplatform/v20230901preview/custom_domain.py +1 -1
  296. pulumi_azure_native/appplatform/v20230901preview/customized_accelerator.py +1 -1
  297. pulumi_azure_native/appplatform/v20230901preview/deployment.py +1 -1
  298. pulumi_azure_native/appplatform/v20230901preview/dev_tool_portal.py +1 -1
  299. pulumi_azure_native/appplatform/v20230901preview/gateway.py +1 -1
  300. pulumi_azure_native/appplatform/v20230901preview/gateway_custom_domain.py +1 -1
  301. pulumi_azure_native/appplatform/v20230901preview/gateway_route_config.py +1 -1
  302. pulumi_azure_native/appplatform/v20230901preview/monitoring_setting.py +1 -1
  303. pulumi_azure_native/appplatform/v20230901preview/service.py +1 -1
  304. pulumi_azure_native/appplatform/v20230901preview/service_registry.py +1 -1
  305. pulumi_azure_native/appplatform/v20230901preview/storage.py +1 -1
  306. pulumi_azure_native/appplatform/v20231101preview/api_portal.py +1 -1
  307. pulumi_azure_native/appplatform/v20231101preview/api_portal_custom_domain.py +1 -1
  308. pulumi_azure_native/appplatform/v20231101preview/apm.py +1 -1
  309. pulumi_azure_native/appplatform/v20231101preview/app.py +1 -1
  310. pulumi_azure_native/appplatform/v20231101preview/application_accelerator.py +1 -1
  311. pulumi_azure_native/appplatform/v20231101preview/application_live_view.py +1 -1
  312. pulumi_azure_native/appplatform/v20231101preview/binding.py +1 -1
  313. pulumi_azure_native/appplatform/v20231101preview/build_service_agent_pool.py +1 -1
  314. pulumi_azure_native/appplatform/v20231101preview/build_service_build.py +1 -1
  315. pulumi_azure_native/appplatform/v20231101preview/build_service_builder.py +1 -1
  316. pulumi_azure_native/appplatform/v20231101preview/buildpack_binding.py +1 -1
  317. pulumi_azure_native/appplatform/v20231101preview/certificate.py +1 -1
  318. pulumi_azure_native/appplatform/v20231101preview/config_server.py +1 -1
  319. pulumi_azure_native/appplatform/v20231101preview/configuration_service.py +1 -1
  320. pulumi_azure_native/appplatform/v20231101preview/container_registry.py +1 -1
  321. pulumi_azure_native/appplatform/v20231101preview/custom_domain.py +1 -1
  322. pulumi_azure_native/appplatform/v20231101preview/customized_accelerator.py +1 -1
  323. pulumi_azure_native/appplatform/v20231101preview/deployment.py +1 -1
  324. pulumi_azure_native/appplatform/v20231101preview/dev_tool_portal.py +1 -1
  325. pulumi_azure_native/appplatform/v20231101preview/gateway.py +1 -1
  326. pulumi_azure_native/appplatform/v20231101preview/gateway_custom_domain.py +1 -1
  327. pulumi_azure_native/appplatform/v20231101preview/gateway_route_config.py +1 -1
  328. pulumi_azure_native/appplatform/v20231101preview/monitoring_setting.py +1 -1
  329. pulumi_azure_native/appplatform/v20231101preview/service.py +1 -1
  330. pulumi_azure_native/appplatform/v20231101preview/service_registry.py +1 -1
  331. pulumi_azure_native/appplatform/v20231101preview/storage.py +1 -1
  332. pulumi_azure_native/appplatform/v20231201/api_portal.py +1 -1
  333. pulumi_azure_native/appplatform/v20231201/api_portal_custom_domain.py +1 -1
  334. pulumi_azure_native/appplatform/v20231201/apm.py +1 -1
  335. pulumi_azure_native/appplatform/v20231201/app.py +1 -1
  336. pulumi_azure_native/appplatform/v20231201/application_accelerator.py +1 -1
  337. pulumi_azure_native/appplatform/v20231201/application_live_view.py +1 -1
  338. pulumi_azure_native/appplatform/v20231201/binding.py +1 -1
  339. pulumi_azure_native/appplatform/v20231201/build_service_agent_pool.py +1 -1
  340. pulumi_azure_native/appplatform/v20231201/build_service_build.py +1 -1
  341. pulumi_azure_native/appplatform/v20231201/build_service_builder.py +1 -1
  342. pulumi_azure_native/appplatform/v20231201/buildpack_binding.py +1 -1
  343. pulumi_azure_native/appplatform/v20231201/certificate.py +1 -1
  344. pulumi_azure_native/appplatform/v20231201/config_server.py +1 -1
  345. pulumi_azure_native/appplatform/v20231201/configuration_service.py +1 -1
  346. pulumi_azure_native/appplatform/v20231201/container_registry.py +1 -1
  347. pulumi_azure_native/appplatform/v20231201/custom_domain.py +1 -1
  348. pulumi_azure_native/appplatform/v20231201/customized_accelerator.py +1 -1
  349. pulumi_azure_native/appplatform/v20231201/deployment.py +1 -1
  350. pulumi_azure_native/appplatform/v20231201/dev_tool_portal.py +1 -1
  351. pulumi_azure_native/appplatform/v20231201/gateway.py +1 -1
  352. pulumi_azure_native/appplatform/v20231201/gateway_custom_domain.py +1 -1
  353. pulumi_azure_native/appplatform/v20231201/gateway_route_config.py +1 -1
  354. pulumi_azure_native/appplatform/v20231201/monitoring_setting.py +1 -1
  355. pulumi_azure_native/appplatform/v20231201/service.py +1 -1
  356. pulumi_azure_native/appplatform/v20231201/service_registry.py +1 -1
  357. pulumi_azure_native/appplatform/v20231201/storage.py +1 -1
  358. pulumi_azure_native/appplatform/v20240101preview/api_portal.py +1 -1
  359. pulumi_azure_native/appplatform/v20240101preview/api_portal_custom_domain.py +1 -1
  360. pulumi_azure_native/appplatform/v20240101preview/apm.py +1 -1
  361. pulumi_azure_native/appplatform/v20240101preview/app.py +1 -1
  362. pulumi_azure_native/appplatform/v20240101preview/application_accelerator.py +1 -1
  363. pulumi_azure_native/appplatform/v20240101preview/application_live_view.py +1 -1
  364. pulumi_azure_native/appplatform/v20240101preview/binding.py +1 -1
  365. pulumi_azure_native/appplatform/v20240101preview/build_service_agent_pool.py +1 -1
  366. pulumi_azure_native/appplatform/v20240101preview/build_service_build.py +1 -1
  367. pulumi_azure_native/appplatform/v20240101preview/build_service_builder.py +1 -1
  368. pulumi_azure_native/appplatform/v20240101preview/buildpack_binding.py +1 -1
  369. pulumi_azure_native/appplatform/v20240101preview/certificate.py +1 -1
  370. pulumi_azure_native/appplatform/v20240101preview/config_server.py +1 -1
  371. pulumi_azure_native/appplatform/v20240101preview/configuration_service.py +1 -1
  372. pulumi_azure_native/appplatform/v20240101preview/container_registry.py +1 -1
  373. pulumi_azure_native/appplatform/v20240101preview/custom_domain.py +1 -1
  374. pulumi_azure_native/appplatform/v20240101preview/customized_accelerator.py +1 -1
  375. pulumi_azure_native/appplatform/v20240101preview/deployment.py +1 -1
  376. pulumi_azure_native/appplatform/v20240101preview/dev_tool_portal.py +1 -1
  377. pulumi_azure_native/appplatform/v20240101preview/gateway.py +1 -1
  378. pulumi_azure_native/appplatform/v20240101preview/gateway_custom_domain.py +1 -1
  379. pulumi_azure_native/appplatform/v20240101preview/gateway_route_config.py +1 -1
  380. pulumi_azure_native/appplatform/v20240101preview/monitoring_setting.py +1 -1
  381. pulumi_azure_native/appplatform/v20240101preview/service.py +1 -1
  382. pulumi_azure_native/appplatform/v20240101preview/service_registry.py +1 -1
  383. pulumi_azure_native/appplatform/v20240101preview/storage.py +1 -1
  384. pulumi_azure_native/appplatform/v20240501preview/__init__.py +75 -0
  385. pulumi_azure_native/appplatform/v20240501preview/_enums.py +264 -0
  386. pulumi_azure_native/appplatform/v20240501preview/_inputs.py +6897 -0
  387. pulumi_azure_native/appplatform/v20240501preview/api_portal.py +245 -0
  388. pulumi_azure_native/appplatform/v20240501preview/api_portal_custom_domain.py +236 -0
  389. pulumi_azure_native/appplatform/v20240501preview/apm.py +215 -0
  390. pulumi_azure_native/appplatform/v20240501preview/app.py +274 -0
  391. pulumi_azure_native/appplatform/v20240501preview/application_accelerator.py +225 -0
  392. pulumi_azure_native/appplatform/v20240501preview/application_live_view.py +195 -0
  393. pulumi_azure_native/appplatform/v20240501preview/binding.py +236 -0
  394. pulumi_azure_native/appplatform/v20240501preview/build_service_agent_pool.py +236 -0
  395. pulumi_azure_native/appplatform/v20240501preview/build_service_build.py +236 -0
  396. pulumi_azure_native/appplatform/v20240501preview/build_service_builder.py +236 -0
  397. pulumi_azure_native/appplatform/v20240501preview/buildpack_binding.py +258 -0
  398. pulumi_azure_native/appplatform/v20240501preview/certificate.py +216 -0
  399. pulumi_azure_native/appplatform/v20240501preview/config_server.py +196 -0
  400. pulumi_azure_native/appplatform/v20240501preview/configuration_service.py +216 -0
  401. pulumi_azure_native/appplatform/v20240501preview/container_registry.py +215 -0
  402. pulumi_azure_native/appplatform/v20240501preview/custom_domain.py +236 -0
  403. pulumi_azure_native/appplatform/v20240501preview/customized_accelerator.py +266 -0
  404. pulumi_azure_native/appplatform/v20240501preview/deployment.py +266 -0
  405. pulumi_azure_native/appplatform/v20240501preview/dev_tool_portal.py +216 -0
  406. pulumi_azure_native/appplatform/v20240501preview/gateway.py +245 -0
  407. pulumi_azure_native/appplatform/v20240501preview/gateway_custom_domain.py +236 -0
  408. pulumi_azure_native/appplatform/v20240501preview/gateway_route_config.py +237 -0
  409. pulumi_azure_native/appplatform/v20240501preview/get_api_portal.py +149 -0
  410. pulumi_azure_native/appplatform/v20240501preview/get_api_portal_custom_domain.py +141 -0
  411. pulumi_azure_native/appplatform/v20240501preview/get_apm.py +136 -0
  412. pulumi_azure_native/appplatform/v20240501preview/get_app.py +167 -0
  413. pulumi_azure_native/appplatform/v20240501preview/get_app_resource_upload_url.py +96 -0
  414. pulumi_azure_native/appplatform/v20240501preview/get_application_accelerator.py +149 -0
  415. pulumi_azure_native/appplatform/v20240501preview/get_application_live_view.py +136 -0
  416. pulumi_azure_native/appplatform/v20240501preview/get_binding.py +141 -0
  417. pulumi_azure_native/appplatform/v20240501preview/get_build_service_agent_pool.py +141 -0
  418. pulumi_azure_native/appplatform/v20240501preview/get_build_service_build.py +141 -0
  419. pulumi_azure_native/appplatform/v20240501preview/get_build_service_build_result_log.py +93 -0
  420. pulumi_azure_native/appplatform/v20240501preview/get_build_service_builder.py +141 -0
  421. pulumi_azure_native/appplatform/v20240501preview/get_build_service_resource_upload_url.py +96 -0
  422. pulumi_azure_native/appplatform/v20240501preview/get_buildpack_binding.py +146 -0
  423. pulumi_azure_native/appplatform/v20240501preview/get_certificate.py +136 -0
  424. pulumi_azure_native/appplatform/v20240501preview/get_config_server.py +131 -0
  425. pulumi_azure_native/appplatform/v20240501preview/get_configuration_service.py +136 -0
  426. pulumi_azure_native/appplatform/v20240501preview/get_container_registry.py +136 -0
  427. pulumi_azure_native/appplatform/v20240501preview/get_custom_domain.py +141 -0
  428. pulumi_azure_native/appplatform/v20240501preview/get_customized_accelerator.py +154 -0
  429. pulumi_azure_native/appplatform/v20240501preview/get_deployment.py +154 -0
  430. pulumi_azure_native/appplatform/v20240501preview/get_deployment_log_file_url.py +88 -0
  431. pulumi_azure_native/appplatform/v20240501preview/get_deployment_remote_debugging_config.py +101 -0
  432. pulumi_azure_native/appplatform/v20240501preview/get_dev_tool_portal.py +136 -0
  433. pulumi_azure_native/appplatform/v20240501preview/get_gateway.py +149 -0
  434. pulumi_azure_native/appplatform/v20240501preview/get_gateway_custom_domain.py +141 -0
  435. pulumi_azure_native/appplatform/v20240501preview/get_gateway_route_config.py +141 -0
  436. pulumi_azure_native/appplatform/v20240501preview/get_job.py +136 -0
  437. pulumi_azure_native/appplatform/v20240501preview/get_monitoring_setting.py +131 -0
  438. pulumi_azure_native/appplatform/v20240501preview/get_service.py +183 -0
  439. pulumi_azure_native/appplatform/v20240501preview/get_service_registry.py +136 -0
  440. pulumi_azure_native/appplatform/v20240501preview/get_storage.py +136 -0
  441. pulumi_azure_native/appplatform/v20240501preview/job.py +215 -0
  442. pulumi_azure_native/appplatform/v20240501preview/list_apm_secret_keys.py +83 -0
  443. pulumi_azure_native/appplatform/v20240501preview/list_build_service_builder_deployments.py +88 -0
  444. pulumi_azure_native/appplatform/v20240501preview/list_job_env_secrets.py +84 -0
  445. pulumi_azure_native/appplatform/v20240501preview/list_job_execution_env_secrets.py +89 -0
  446. pulumi_azure_native/appplatform/v20240501preview/list_service_globally_enabled_apms.py +78 -0
  447. pulumi_azure_native/appplatform/v20240501preview/list_service_test_keys.py +130 -0
  448. pulumi_azure_native/appplatform/v20240501preview/monitoring_setting.py +195 -0
  449. pulumi_azure_native/appplatform/v20240501preview/outputs.py +9677 -0
  450. pulumi_azure_native/appplatform/v20240501preview/service.py +311 -0
  451. pulumi_azure_native/appplatform/v20240501preview/service_registry.py +195 -0
  452. pulumi_azure_native/appplatform/v20240501preview/storage.py +215 -0
  453. pulumi_azure_native/certificateregistration/__init__.py +3 -0
  454. pulumi_azure_native/certificateregistration/app_service_certificate_order.py +3 -3
  455. pulumi_azure_native/certificateregistration/app_service_certificate_order_certificate.py +3 -3
  456. pulumi_azure_native/certificateregistration/get_app_service_certificate_order.py +2 -2
  457. pulumi_azure_native/certificateregistration/get_app_service_certificate_order_certificate.py +2 -2
  458. pulumi_azure_native/certificateregistration/v20201001/app_service_certificate_order.py +1 -1
  459. pulumi_azure_native/certificateregistration/v20201001/app_service_certificate_order_certificate.py +1 -1
  460. pulumi_azure_native/certificateregistration/v20220901/app_service_certificate_order.py +1 -1
  461. pulumi_azure_native/certificateregistration/v20220901/app_service_certificate_order_certificate.py +1 -1
  462. pulumi_azure_native/certificateregistration/v20230101/app_service_certificate_order.py +1 -1
  463. pulumi_azure_native/certificateregistration/v20230101/app_service_certificate_order_certificate.py +1 -1
  464. pulumi_azure_native/certificateregistration/v20231201/__init__.py +14 -0
  465. pulumi_azure_native/certificateregistration/v20231201/_enums.py +17 -0
  466. pulumi_azure_native/certificateregistration/v20231201/_inputs.py +56 -0
  467. pulumi_azure_native/certificateregistration/v20231201/app_service_certificate_order.py +589 -0
  468. pulumi_azure_native/certificateregistration/v20231201/app_service_certificate_order_certificate.py +328 -0
  469. pulumi_azure_native/certificateregistration/v20231201/get_app_service_certificate_order.py +404 -0
  470. pulumi_azure_native/certificateregistration/v20231201/get_app_service_certificate_order_certificate.py +187 -0
  471. pulumi_azure_native/certificateregistration/v20231201/outputs.py +276 -0
  472. pulumi_azure_native/datafactory/_enums.py +0 -9
  473. pulumi_azure_native/datafactory/_inputs.py +22 -122
  474. pulumi_azure_native/datafactory/credential_operation.py +7 -7
  475. pulumi_azure_native/datafactory/outputs.py +34 -103
  476. pulumi_azure_native/datafactory/v20180601/_enums.py +0 -9
  477. pulumi_azure_native/datafactory/v20180601/_inputs.py +22 -122
  478. pulumi_azure_native/datafactory/v20180601/credential_operation.py +7 -7
  479. pulumi_azure_native/datafactory/v20180601/outputs.py +34 -103
  480. pulumi_azure_native/dataprotection/__init__.py +3 -0
  481. pulumi_azure_native/dataprotection/backup_instance.py +3 -3
  482. pulumi_azure_native/dataprotection/backup_policy.py +3 -3
  483. pulumi_azure_native/dataprotection/backup_vault.py +3 -3
  484. pulumi_azure_native/dataprotection/dpp_resource_guard_proxy.py +3 -3
  485. pulumi_azure_native/dataprotection/get_backup_instance.py +2 -2
  486. pulumi_azure_native/dataprotection/get_backup_policy.py +2 -2
  487. pulumi_azure_native/dataprotection/get_backup_vault.py +2 -2
  488. pulumi_azure_native/dataprotection/get_dpp_resource_guard_proxy.py +2 -2
  489. pulumi_azure_native/dataprotection/get_resource_guard.py +2 -2
  490. pulumi_azure_native/dataprotection/resource_guard.py +3 -3
  491. pulumi_azure_native/dataprotection/v20221101preview/resource_guard.py +1 -1
  492. pulumi_azure_native/dataprotection/v20230101/backup_instance.py +1 -1
  493. pulumi_azure_native/dataprotection/v20230101/backup_policy.py +1 -1
  494. pulumi_azure_native/dataprotection/v20230101/backup_vault.py +1 -1
  495. pulumi_azure_native/dataprotection/v20230101/dpp_resource_guard_proxy.py +1 -1
  496. pulumi_azure_native/dataprotection/v20230101/resource_guard.py +1 -1
  497. pulumi_azure_native/dataprotection/v20230401preview/backup_instance.py +1 -1
  498. pulumi_azure_native/dataprotection/v20230401preview/backup_policy.py +1 -1
  499. pulumi_azure_native/dataprotection/v20230401preview/backup_vault.py +1 -1
  500. pulumi_azure_native/dataprotection/v20230401preview/dpp_resource_guard_proxy.py +1 -1
  501. pulumi_azure_native/dataprotection/v20230401preview/resource_guard.py +1 -1
  502. pulumi_azure_native/dataprotection/v20230501/backup_instance.py +1 -1
  503. pulumi_azure_native/dataprotection/v20230501/backup_policy.py +1 -1
  504. pulumi_azure_native/dataprotection/v20230501/backup_vault.py +1 -1
  505. pulumi_azure_native/dataprotection/v20230501/dpp_resource_guard_proxy.py +1 -1
  506. pulumi_azure_native/dataprotection/v20230501/resource_guard.py +1 -1
  507. pulumi_azure_native/dataprotection/v20230601preview/backup_instance.py +1 -1
  508. pulumi_azure_native/dataprotection/v20230601preview/backup_policy.py +1 -1
  509. pulumi_azure_native/dataprotection/v20230601preview/backup_vault.py +1 -1
  510. pulumi_azure_native/dataprotection/v20230601preview/dpp_resource_guard_proxy.py +1 -1
  511. pulumi_azure_native/dataprotection/v20230601preview/resource_guard.py +1 -1
  512. pulumi_azure_native/dataprotection/v20230801preview/backup_instance.py +1 -1
  513. pulumi_azure_native/dataprotection/v20230801preview/backup_policy.py +1 -1
  514. pulumi_azure_native/dataprotection/v20230801preview/backup_vault.py +1 -1
  515. pulumi_azure_native/dataprotection/v20230801preview/dpp_resource_guard_proxy.py +1 -1
  516. pulumi_azure_native/dataprotection/v20230801preview/resource_guard.py +1 -1
  517. pulumi_azure_native/dataprotection/v20231101/backup_instance.py +1 -1
  518. pulumi_azure_native/dataprotection/v20231101/backup_policy.py +1 -1
  519. pulumi_azure_native/dataprotection/v20231101/backup_vault.py +1 -1
  520. pulumi_azure_native/dataprotection/v20231101/dpp_resource_guard_proxy.py +1 -1
  521. pulumi_azure_native/dataprotection/v20231101/resource_guard.py +1 -1
  522. pulumi_azure_native/dataprotection/v20231201/backup_instance.py +1 -1
  523. pulumi_azure_native/dataprotection/v20231201/backup_policy.py +1 -1
  524. pulumi_azure_native/dataprotection/v20231201/backup_vault.py +1 -1
  525. pulumi_azure_native/dataprotection/v20231201/dpp_resource_guard_proxy.py +1 -1
  526. pulumi_azure_native/dataprotection/v20231201/resource_guard.py +1 -1
  527. pulumi_azure_native/dataprotection/v20240201preview/backup_instance.py +1 -1
  528. pulumi_azure_native/dataprotection/v20240201preview/backup_policy.py +1 -1
  529. pulumi_azure_native/dataprotection/v20240201preview/backup_vault.py +1 -1
  530. pulumi_azure_native/dataprotection/v20240201preview/dpp_resource_guard_proxy.py +1 -1
  531. pulumi_azure_native/dataprotection/v20240201preview/resource_guard.py +1 -1
  532. pulumi_azure_native/dataprotection/v20240301/backup_instance.py +1 -1
  533. pulumi_azure_native/dataprotection/v20240301/backup_policy.py +1 -1
  534. pulumi_azure_native/dataprotection/v20240301/backup_vault.py +1 -1
  535. pulumi_azure_native/dataprotection/v20240301/dpp_resource_guard_proxy.py +1 -1
  536. pulumi_azure_native/dataprotection/v20240301/resource_guard.py +1 -1
  537. pulumi_azure_native/dataprotection/v20240401/__init__.py +20 -0
  538. pulumi_azure_native/dataprotection/v20240401/_enums.py +200 -0
  539. pulumi_azure_native/dataprotection/v20240401/_inputs.py +2586 -0
  540. pulumi_azure_native/dataprotection/v20240401/backup_instance.py +245 -0
  541. pulumi_azure_native/dataprotection/v20240401/backup_policy.py +216 -0
  542. pulumi_azure_native/dataprotection/v20240401/backup_vault.py +312 -0
  543. pulumi_azure_native/dataprotection/v20240401/dpp_resource_guard_proxy.py +215 -0
  544. pulumi_azure_native/dataprotection/v20240401/get_backup_instance.py +149 -0
  545. pulumi_azure_native/dataprotection/v20240401/get_backup_policy.py +134 -0
  546. pulumi_azure_native/dataprotection/v20240401/get_backup_vault.py +183 -0
  547. pulumi_azure_native/dataprotection/v20240401/get_dpp_resource_guard_proxy.py +136 -0
  548. pulumi_azure_native/dataprotection/v20240401/get_resource_guard.py +165 -0
  549. pulumi_azure_native/dataprotection/v20240401/outputs.py +3894 -0
  550. pulumi_azure_native/dataprotection/v20240401/resource_guard.py +279 -0
  551. pulumi_azure_native/devcenter/__init__.py +10 -0
  552. pulumi_azure_native/devcenter/_enums.py +18 -0
  553. pulumi_azure_native/devcenter/_inputs.py +2 -2
  554. pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
  555. pulumi_azure_native/devcenter/catalog.py +3 -3
  556. pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
  557. pulumi_azure_native/devcenter/dev_center.py +3 -3
  558. pulumi_azure_native/devcenter/encryption_set.py +344 -0
  559. pulumi_azure_native/devcenter/environment_type.py +3 -3
  560. pulumi_azure_native/devcenter/gallery.py +3 -3
  561. pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
  562. pulumi_azure_native/devcenter/get_catalog.py +2 -2
  563. pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
  564. pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
  565. pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
  566. pulumi_azure_native/devcenter/get_dev_center.py +2 -2
  567. pulumi_azure_native/devcenter/get_encryption_set.py +203 -0
  568. pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
  569. pulumi_azure_native/devcenter/get_environment_type.py +2 -2
  570. pulumi_azure_native/devcenter/get_gallery.py +2 -2
  571. pulumi_azure_native/devcenter/get_network_connection.py +2 -2
  572. pulumi_azure_native/devcenter/get_plan.py +172 -0
  573. pulumi_azure_native/devcenter/get_plan_member.py +177 -0
  574. pulumi_azure_native/devcenter/get_pool.py +2 -2
  575. pulumi_azure_native/devcenter/get_project.py +2 -2
  576. pulumi_azure_native/devcenter/get_project_catalog.py +4 -0
  577. pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +4 -0
  578. pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +4 -0
  579. pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
  580. pulumi_azure_native/devcenter/get_project_inherited_settings.py +94 -0
  581. pulumi_azure_native/devcenter/get_schedule.py +2 -2
  582. pulumi_azure_native/devcenter/network_connection.py +3 -3
  583. pulumi_azure_native/devcenter/outputs.py +49 -2
  584. pulumi_azure_native/devcenter/plan.py +265 -0
  585. pulumi_azure_native/devcenter/plan_member.py +285 -0
  586. pulumi_azure_native/devcenter/pool.py +3 -3
  587. pulumi_azure_native/devcenter/project.py +3 -3
  588. pulumi_azure_native/devcenter/project_catalog.py +5 -1
  589. pulumi_azure_native/devcenter/project_environment_type.py +3 -3
  590. pulumi_azure_native/devcenter/schedule.py +3 -3
  591. pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
  592. pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
  593. pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
  594. pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
  595. pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
  596. pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
  597. pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
  598. pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
  599. pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
  600. pulumi_azure_native/devcenter/v20230401/project.py +1 -1
  601. pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
  602. pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
  603. pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
  604. pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
  605. pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
  606. pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
  607. pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
  608. pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
  609. pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
  610. pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
  611. pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
  612. pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
  613. pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
  614. pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
  615. pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
  616. pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
  617. pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
  618. pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
  619. pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
  620. pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
  621. pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
  622. pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
  623. pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
  624. pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
  625. pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +1 -1
  626. pulumi_azure_native/devcenter/v20240201/catalog.py +1 -1
  627. pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +1 -1
  628. pulumi_azure_native/devcenter/v20240201/dev_center.py +1 -1
  629. pulumi_azure_native/devcenter/v20240201/environment_type.py +1 -1
  630. pulumi_azure_native/devcenter/v20240201/gallery.py +1 -1
  631. pulumi_azure_native/devcenter/v20240201/network_connection.py +1 -1
  632. pulumi_azure_native/devcenter/v20240201/pool.py +1 -1
  633. pulumi_azure_native/devcenter/v20240201/project.py +1 -1
  634. pulumi_azure_native/devcenter/v20240201/project_catalog.py +1 -1
  635. pulumi_azure_native/devcenter/v20240201/project_environment_type.py +1 -1
  636. pulumi_azure_native/devcenter/v20240201/schedule.py +1 -1
  637. pulumi_azure_native/devcenter/v20240501preview/__init__.py +46 -0
  638. pulumi_azure_native/devcenter/v20240501preview/_enums.py +199 -0
  639. pulumi_azure_native/devcenter/v20240501preview/_inputs.py +554 -0
  640. pulumi_azure_native/devcenter/v20240501preview/attached_network_by_dev_center.py +255 -0
  641. pulumi_azure_native/devcenter/v20240501preview/catalog.py +363 -0
  642. pulumi_azure_native/devcenter/v20240501preview/dev_box_definition.py +413 -0
  643. pulumi_azure_native/devcenter/v20240501preview/dev_center.py +447 -0
  644. pulumi_azure_native/devcenter/v20240501preview/encryption_set.py +342 -0
  645. pulumi_azure_native/devcenter/v20240501preview/environment_type.py +253 -0
  646. pulumi_azure_native/devcenter/v20240501preview/gallery.py +225 -0
  647. pulumi_azure_native/devcenter/v20240501preview/get_attached_network_by_dev_center.py +188 -0
  648. pulumi_azure_native/devcenter/v20240501preview/get_catalog.py +253 -0
  649. pulumi_azure_native/devcenter/v20240501preview/get_catalog_sync_error_details.py +110 -0
  650. pulumi_azure_native/devcenter/v20240501preview/get_customization_task_error_details.py +89 -0
  651. pulumi_azure_native/devcenter/v20240501preview/get_dev_box_definition.py +266 -0
  652. pulumi_azure_native/devcenter/v20240501preview/get_dev_center.py +261 -0
  653. pulumi_azure_native/devcenter/v20240501preview/get_encryption_set.py +201 -0
  654. pulumi_azure_native/devcenter/v20240501preview/get_environment_definition_error_details.py +89 -0
  655. pulumi_azure_native/devcenter/v20240501preview/get_environment_type.py +162 -0
  656. pulumi_azure_native/devcenter/v20240501preview/get_gallery.py +149 -0
  657. pulumi_azure_native/devcenter/v20240501preview/get_network_connection.py +261 -0
  658. pulumi_azure_native/devcenter/v20240501preview/get_plan.py +170 -0
  659. pulumi_azure_native/devcenter/v20240501preview/get_plan_member.py +175 -0
  660. pulumi_azure_native/devcenter/v20240501preview/get_pool.py +318 -0
  661. pulumi_azure_native/devcenter/v20240501preview/get_project.py +248 -0
  662. pulumi_azure_native/devcenter/v20240501preview/get_project_catalog.py +253 -0
  663. pulumi_azure_native/devcenter/v20240501preview/get_project_catalog_environment_definition_error_details.py +89 -0
  664. pulumi_azure_native/devcenter/v20240501preview/get_project_catalog_sync_error_details.py +110 -0
  665. pulumi_azure_native/devcenter/v20240501preview/get_project_environment_type.py +253 -0
  666. pulumi_azure_native/devcenter/v20240501preview/get_project_inherited_settings.py +92 -0
  667. pulumi_azure_native/devcenter/v20240501preview/get_schedule.py +224 -0
  668. pulumi_azure_native/devcenter/v20240501preview/network_connection.py +448 -0
  669. pulumi_azure_native/devcenter/v20240501preview/outputs.py +1243 -0
  670. pulumi_azure_native/devcenter/v20240501preview/plan.py +263 -0
  671. pulumi_azure_native/devcenter/v20240501preview/plan_member.py +283 -0
  672. pulumi_azure_native/devcenter/v20240501preview/pool.py +550 -0
  673. pulumi_azure_native/devcenter/v20240501preview/project.py +418 -0
  674. pulumi_azure_native/devcenter/v20240501preview/project_catalog.py +363 -0
  675. pulumi_azure_native/devcenter/v20240501preview/project_environment_type.py +439 -0
  676. pulumi_azure_native/devcenter/v20240501preview/schedule.py +434 -0
  677. pulumi_azure_native/domainregistration/__init__.py +3 -0
  678. pulumi_azure_native/domainregistration/domain.py +3 -3
  679. pulumi_azure_native/domainregistration/domain_ownership_identifier.py +3 -3
  680. pulumi_azure_native/domainregistration/get_domain.py +2 -2
  681. pulumi_azure_native/domainregistration/get_domain_ownership_identifier.py +2 -2
  682. pulumi_azure_native/domainregistration/list_domain_recommendations.py +2 -2
  683. pulumi_azure_native/domainregistration/list_top_level_domain_agreements.py +2 -2
  684. pulumi_azure_native/domainregistration/v20201001/domain.py +1 -1
  685. pulumi_azure_native/domainregistration/v20201001/domain_ownership_identifier.py +1 -1
  686. pulumi_azure_native/domainregistration/v20220901/domain.py +1 -1
  687. pulumi_azure_native/domainregistration/v20220901/domain_ownership_identifier.py +1 -1
  688. pulumi_azure_native/domainregistration/v20230101/domain.py +1 -1
  689. pulumi_azure_native/domainregistration/v20230101/domain_ownership_identifier.py +1 -1
  690. pulumi_azure_native/domainregistration/v20231201/__init__.py +16 -0
  691. pulumi_azure_native/domainregistration/v20231201/_enums.py +17 -0
  692. pulumi_azure_native/domainregistration/v20231201/_inputs.py +322 -0
  693. pulumi_azure_native/domainregistration/v20231201/domain.py +609 -0
  694. pulumi_azure_native/domainregistration/v20231201/domain_ownership_identifier.py +231 -0
  695. pulumi_azure_native/domainregistration/v20231201/get_domain.py +337 -0
  696. pulumi_azure_native/domainregistration/v20231201/get_domain_ownership_identifier.py +135 -0
  697. pulumi_azure_native/domainregistration/v20231201/list_domain_recommendations.py +92 -0
  698. pulumi_azure_native/domainregistration/v20231201/list_top_level_domain_agreements.py +97 -0
  699. pulumi_azure_native/domainregistration/v20231201/outputs.py +205 -0
  700. pulumi_azure_native/elastic/_inputs.py +33 -1
  701. pulumi_azure_native/elastic/outputs.py +18 -16
  702. pulumi_azure_native/elastic/v20240101preview/_inputs.py +33 -1
  703. pulumi_azure_native/elastic/v20240101preview/outputs.py +18 -16
  704. pulumi_azure_native/elastic/v20240301/_inputs.py +33 -1
  705. pulumi_azure_native/elastic/v20240301/outputs.py +18 -16
  706. pulumi_azure_native/eventhub/v20240101/_enums.py +0 -15
  707. pulumi_azure_native/eventhub/v20240101/_inputs.py +0 -41
  708. pulumi_azure_native/eventhub/v20240101/cluster.py +1 -30
  709. pulumi_azure_native/eventhub/v20240101/event_hub.py +30 -1
  710. pulumi_azure_native/eventhub/v20240101/get_cluster.py +3 -16
  711. pulumi_azure_native/eventhub/v20240101/get_event_hub.py +16 -3
  712. pulumi_azure_native/eventhub/v20240101/outputs.py +0 -55
  713. pulumi_azure_native/hdinsight/v20231101preview/_inputs.py +2 -2
  714. pulumi_azure_native/hdinsight/v20231101preview/outputs.py +2 -2
  715. pulumi_azure_native/hdinsight/v20240501/_inputs.py +2 -2
  716. pulumi_azure_native/hdinsight/v20240501/outputs.py +2 -2
  717. pulumi_azure_native/machinelearningservices/__init__.py +14 -0
  718. pulumi_azure_native/machinelearningservices/_enums.py +38 -0
  719. pulumi_azure_native/machinelearningservices/_inputs.py +289 -0
  720. pulumi_azure_native/machinelearningservices/batch_deployment.py +3 -3
  721. pulumi_azure_native/machinelearningservices/batch_endpoint.py +3 -3
  722. pulumi_azure_native/machinelearningservices/capacity_reservation_group.py +3 -3
  723. pulumi_azure_native/machinelearningservices/code_container.py +3 -3
  724. pulumi_azure_native/machinelearningservices/code_version.py +3 -3
  725. pulumi_azure_native/machinelearningservices/component_container.py +3 -3
  726. pulumi_azure_native/machinelearningservices/component_version.py +3 -3
  727. pulumi_azure_native/machinelearningservices/compute.py +3 -3
  728. pulumi_azure_native/machinelearningservices/connection_deployment.py +230 -0
  729. pulumi_azure_native/machinelearningservices/connection_rai_blocklist.py +258 -0
  730. pulumi_azure_native/machinelearningservices/connection_rai_blocklist_item.py +237 -0
  731. pulumi_azure_native/machinelearningservices/connection_rai_policy.py +240 -0
  732. pulumi_azure_native/machinelearningservices/data_container.py +3 -3
  733. pulumi_azure_native/machinelearningservices/data_version.py +3 -3
  734. pulumi_azure_native/machinelearningservices/datastore.py +3 -3
  735. pulumi_azure_native/machinelearningservices/endpoint_deployment.py +5 -1
  736. pulumi_azure_native/machinelearningservices/environment_container.py +3 -3
  737. pulumi_azure_native/machinelearningservices/environment_specification_version.py +1 -1
  738. pulumi_azure_native/machinelearningservices/environment_version.py +3 -3
  739. pulumi_azure_native/machinelearningservices/featureset_container_entity.py +3 -3
  740. pulumi_azure_native/machinelearningservices/featureset_version.py +3 -3
  741. pulumi_azure_native/machinelearningservices/featurestore_entity_container_entity.py +3 -3
  742. pulumi_azure_native/machinelearningservices/featurestore_entity_version.py +3 -3
  743. pulumi_azure_native/machinelearningservices/get_batch_deployment.py +2 -2
  744. pulumi_azure_native/machinelearningservices/get_batch_endpoint.py +2 -2
  745. pulumi_azure_native/machinelearningservices/get_capacity_reservation_group.py +2 -2
  746. pulumi_azure_native/machinelearningservices/get_code_container.py +2 -2
  747. pulumi_azure_native/machinelearningservices/get_code_version.py +2 -2
  748. pulumi_azure_native/machinelearningservices/get_component_container.py +2 -2
  749. pulumi_azure_native/machinelearningservices/get_component_version.py +2 -2
  750. pulumi_azure_native/machinelearningservices/get_compute.py +2 -2
  751. pulumi_azure_native/machinelearningservices/get_compute_allowed_resize_sizes.py +2 -2
  752. pulumi_azure_native/machinelearningservices/get_connection_deployment.py +135 -0
  753. pulumi_azure_native/machinelearningservices/get_connection_rai_blocklist.py +143 -0
  754. pulumi_azure_native/machinelearningservices/get_connection_rai_blocklist_item.py +138 -0
  755. pulumi_azure_native/machinelearningservices/get_connection_rai_policy.py +143 -0
  756. pulumi_azure_native/machinelearningservices/get_data_container.py +2 -2
  757. pulumi_azure_native/machinelearningservices/get_data_version.py +2 -2
  758. pulumi_azure_native/machinelearningservices/get_datastore.py +2 -2
  759. pulumi_azure_native/machinelearningservices/get_endpoint_deployment.py +4 -0
  760. pulumi_azure_native/machinelearningservices/get_environment_container.py +2 -2
  761. pulumi_azure_native/machinelearningservices/get_environment_version.py +2 -2
  762. pulumi_azure_native/machinelearningservices/get_featureset_container_entity.py +2 -2
  763. pulumi_azure_native/machinelearningservices/get_featureset_version.py +2 -2
  764. pulumi_azure_native/machinelearningservices/get_featurestore_entity_container_entity.py +2 -2
  765. pulumi_azure_native/machinelearningservices/get_featurestore_entity_version.py +2 -2
  766. pulumi_azure_native/machinelearningservices/get_inference_endpoint.py +2 -2
  767. pulumi_azure_native/machinelearningservices/get_inference_group.py +2 -2
  768. pulumi_azure_native/machinelearningservices/get_inference_group_status.py +2 -2
  769. pulumi_azure_native/machinelearningservices/get_inference_pool.py +2 -2
  770. pulumi_azure_native/machinelearningservices/get_inference_pool_status.py +2 -2
  771. pulumi_azure_native/machinelearningservices/get_job.py +2 -2
  772. pulumi_azure_native/machinelearningservices/get_labeling_job.py +2 -2
  773. pulumi_azure_native/machinelearningservices/get_managed_network_settings_rule.py +2 -2
  774. pulumi_azure_native/machinelearningservices/get_marketplace_subscription.py +4 -0
  775. pulumi_azure_native/machinelearningservices/get_model_container.py +2 -2
  776. pulumi_azure_native/machinelearningservices/get_model_version.py +2 -2
  777. pulumi_azure_native/machinelearningservices/get_online_deployment.py +2 -2
  778. pulumi_azure_native/machinelearningservices/get_online_deployment_logs.py +2 -2
  779. pulumi_azure_native/machinelearningservices/get_online_endpoint.py +2 -2
  780. pulumi_azure_native/machinelearningservices/get_online_endpoint_token.py +2 -2
  781. pulumi_azure_native/machinelearningservices/get_private_endpoint_connection.py +2 -2
  782. pulumi_azure_native/machinelearningservices/get_rai_policy.py +143 -0
  783. pulumi_azure_native/machinelearningservices/get_registry.py +2 -2
  784. pulumi_azure_native/machinelearningservices/get_registry_code_container.py +2 -2
  785. pulumi_azure_native/machinelearningservices/get_registry_code_version.py +2 -2
  786. pulumi_azure_native/machinelearningservices/get_registry_component_container.py +2 -2
  787. pulumi_azure_native/machinelearningservices/get_registry_component_version.py +2 -2
  788. pulumi_azure_native/machinelearningservices/get_registry_data_container.py +2 -2
  789. pulumi_azure_native/machinelearningservices/get_registry_data_version.py +2 -2
  790. pulumi_azure_native/machinelearningservices/get_registry_environment_container.py +2 -2
  791. pulumi_azure_native/machinelearningservices/get_registry_environment_version.py +2 -2
  792. pulumi_azure_native/machinelearningservices/get_registry_model_container.py +2 -2
  793. pulumi_azure_native/machinelearningservices/get_registry_model_version.py +2 -2
  794. pulumi_azure_native/machinelearningservices/get_schedule.py +2 -2
  795. pulumi_azure_native/machinelearningservices/get_serverless_endpoint.py +2 -2
  796. pulumi_azure_native/machinelearningservices/get_serverless_endpoint_status.py +2 -2
  797. pulumi_azure_native/machinelearningservices/get_workspace.py +2 -2
  798. pulumi_azure_native/machinelearningservices/get_workspace_connection.py +2 -2
  799. pulumi_azure_native/machinelearningservices/inference_endpoint.py +3 -3
  800. pulumi_azure_native/machinelearningservices/inference_group.py +3 -3
  801. pulumi_azure_native/machinelearningservices/inference_pool.py +3 -3
  802. pulumi_azure_native/machinelearningservices/job.py +3 -3
  803. pulumi_azure_native/machinelearningservices/labeling_job.py +3 -3
  804. pulumi_azure_native/machinelearningservices/list_batch_endpoint_keys.py +2 -2
  805. pulumi_azure_native/machinelearningservices/list_compute_keys.py +2 -2
  806. pulumi_azure_native/machinelearningservices/list_compute_nodes.py +2 -2
  807. pulumi_azure_native/machinelearningservices/list_datastore_secrets.py +2 -2
  808. pulumi_azure_native/machinelearningservices/list_endpoint_keys.py +4 -0
  809. pulumi_azure_native/machinelearningservices/list_online_endpoint_keys.py +2 -2
  810. pulumi_azure_native/machinelearningservices/list_serverless_endpoint_keys.py +2 -2
  811. pulumi_azure_native/machinelearningservices/list_workspace_connection_models.py +91 -0
  812. pulumi_azure_native/machinelearningservices/list_workspace_connection_secrets.py +2 -2
  813. pulumi_azure_native/machinelearningservices/list_workspace_keys.py +2 -2
  814. pulumi_azure_native/machinelearningservices/list_workspace_notebook_access_token.py +2 -2
  815. pulumi_azure_native/machinelearningservices/list_workspace_notebook_keys.py +2 -2
  816. pulumi_azure_native/machinelearningservices/list_workspace_storage_account_keys.py +2 -2
  817. pulumi_azure_native/machinelearningservices/machine_learning_datastore.py +1 -1
  818. pulumi_azure_native/machinelearningservices/managed_network_settings_rule.py +3 -3
  819. pulumi_azure_native/machinelearningservices/marketplace_subscription.py +5 -1
  820. pulumi_azure_native/machinelearningservices/model_container.py +3 -3
  821. pulumi_azure_native/machinelearningservices/model_version.py +3 -3
  822. pulumi_azure_native/machinelearningservices/online_deployment.py +3 -3
  823. pulumi_azure_native/machinelearningservices/online_endpoint.py +3 -3
  824. pulumi_azure_native/machinelearningservices/outputs.py +875 -0
  825. pulumi_azure_native/machinelearningservices/private_endpoint_connection.py +3 -3
  826. pulumi_azure_native/machinelearningservices/rai_policy.py +240 -0
  827. pulumi_azure_native/machinelearningservices/registry.py +3 -3
  828. pulumi_azure_native/machinelearningservices/registry_code_container.py +3 -3
  829. pulumi_azure_native/machinelearningservices/registry_code_version.py +3 -3
  830. pulumi_azure_native/machinelearningservices/registry_component_container.py +3 -3
  831. pulumi_azure_native/machinelearningservices/registry_component_version.py +3 -3
  832. pulumi_azure_native/machinelearningservices/registry_data_container.py +3 -3
  833. pulumi_azure_native/machinelearningservices/registry_data_version.py +3 -3
  834. pulumi_azure_native/machinelearningservices/registry_environment_container.py +3 -3
  835. pulumi_azure_native/machinelearningservices/registry_environment_version.py +3 -3
  836. pulumi_azure_native/machinelearningservices/registry_model_container.py +3 -3
  837. pulumi_azure_native/machinelearningservices/registry_model_version.py +3 -3
  838. pulumi_azure_native/machinelearningservices/schedule.py +3 -3
  839. pulumi_azure_native/machinelearningservices/serverless_endpoint.py +3 -3
  840. pulumi_azure_native/machinelearningservices/v20200501preview/machine_learning_datastore.py +1 -1
  841. pulumi_azure_native/machinelearningservices/v20200801/workspace.py +1 -1
  842. pulumi_azure_native/machinelearningservices/v20200901preview/labeling_job.py +1 -1
  843. pulumi_azure_native/machinelearningservices/v20200901preview/workspace.py +1 -1
  844. pulumi_azure_native/machinelearningservices/v20210301preview/batch_deployment.py +1 -1
  845. pulumi_azure_native/machinelearningservices/v20210301preview/batch_endpoint.py +1 -1
  846. pulumi_azure_native/machinelearningservices/v20210301preview/code_container.py +1 -1
  847. pulumi_azure_native/machinelearningservices/v20210301preview/code_version.py +1 -1
  848. pulumi_azure_native/machinelearningservices/v20210301preview/data_container.py +1 -1
  849. pulumi_azure_native/machinelearningservices/v20210301preview/data_version.py +1 -1
  850. pulumi_azure_native/machinelearningservices/v20210301preview/datastore.py +1 -1
  851. pulumi_azure_native/machinelearningservices/v20210301preview/environment_container.py +1 -1
  852. pulumi_azure_native/machinelearningservices/v20210301preview/environment_specification_version.py +1 -1
  853. pulumi_azure_native/machinelearningservices/v20210301preview/job.py +1 -1
  854. pulumi_azure_native/machinelearningservices/v20210301preview/labeling_job.py +1 -1
  855. pulumi_azure_native/machinelearningservices/v20210301preview/model_container.py +1 -1
  856. pulumi_azure_native/machinelearningservices/v20210301preview/model_version.py +1 -1
  857. pulumi_azure_native/machinelearningservices/v20210301preview/online_deployment.py +1 -1
  858. pulumi_azure_native/machinelearningservices/v20210301preview/online_endpoint.py +1 -1
  859. pulumi_azure_native/machinelearningservices/v20210401/machine_learning_compute.py +1 -1
  860. pulumi_azure_native/machinelearningservices/v20210401/workspace_connection.py +1 -1
  861. pulumi_azure_native/machinelearningservices/v20220101preview/compute.py +1 -1
  862. pulumi_azure_native/machinelearningservices/v20220101preview/private_endpoint_connection.py +1 -1
  863. pulumi_azure_native/machinelearningservices/v20220101preview/workspace.py +1 -1
  864. pulumi_azure_native/machinelearningservices/v20220201preview/batch_deployment.py +1 -1
  865. pulumi_azure_native/machinelearningservices/v20220201preview/batch_endpoint.py +1 -1
  866. pulumi_azure_native/machinelearningservices/v20220201preview/code_container.py +1 -1
  867. pulumi_azure_native/machinelearningservices/v20220201preview/code_version.py +1 -1
  868. pulumi_azure_native/machinelearningservices/v20220201preview/component_container.py +1 -1
  869. pulumi_azure_native/machinelearningservices/v20220201preview/component_version.py +1 -1
  870. pulumi_azure_native/machinelearningservices/v20220201preview/data_container.py +1 -1
  871. pulumi_azure_native/machinelearningservices/v20220201preview/data_version.py +1 -1
  872. pulumi_azure_native/machinelearningservices/v20220201preview/datastore.py +1 -1
  873. pulumi_azure_native/machinelearningservices/v20220201preview/environment_container.py +1 -1
  874. pulumi_azure_native/machinelearningservices/v20220201preview/environment_version.py +1 -1
  875. pulumi_azure_native/machinelearningservices/v20220201preview/job.py +1 -1
  876. pulumi_azure_native/machinelearningservices/v20220201preview/model_container.py +1 -1
  877. pulumi_azure_native/machinelearningservices/v20220201preview/model_version.py +1 -1
  878. pulumi_azure_native/machinelearningservices/v20220201preview/online_deployment.py +1 -1
  879. pulumi_azure_native/machinelearningservices/v20220201preview/online_endpoint.py +1 -1
  880. pulumi_azure_native/machinelearningservices/v20220201preview/workspace_connection.py +1 -1
  881. pulumi_azure_native/machinelearningservices/v20230401/batch_deployment.py +1 -1
  882. pulumi_azure_native/machinelearningservices/v20230401/batch_endpoint.py +1 -1
  883. pulumi_azure_native/machinelearningservices/v20230401/code_container.py +1 -1
  884. pulumi_azure_native/machinelearningservices/v20230401/code_version.py +1 -1
  885. pulumi_azure_native/machinelearningservices/v20230401/component_container.py +1 -1
  886. pulumi_azure_native/machinelearningservices/v20230401/component_version.py +1 -1
  887. pulumi_azure_native/machinelearningservices/v20230401/compute.py +1 -1
  888. pulumi_azure_native/machinelearningservices/v20230401/data_container.py +1 -1
  889. pulumi_azure_native/machinelearningservices/v20230401/data_version.py +1 -1
  890. pulumi_azure_native/machinelearningservices/v20230401/datastore.py +1 -1
  891. pulumi_azure_native/machinelearningservices/v20230401/environment_container.py +1 -1
  892. pulumi_azure_native/machinelearningservices/v20230401/environment_version.py +1 -1
  893. pulumi_azure_native/machinelearningservices/v20230401/job.py +1 -1
  894. pulumi_azure_native/machinelearningservices/v20230401/model_container.py +1 -1
  895. pulumi_azure_native/machinelearningservices/v20230401/model_version.py +1 -1
  896. pulumi_azure_native/machinelearningservices/v20230401/online_deployment.py +1 -1
  897. pulumi_azure_native/machinelearningservices/v20230401/online_endpoint.py +1 -1
  898. pulumi_azure_native/machinelearningservices/v20230401/private_endpoint_connection.py +1 -1
  899. pulumi_azure_native/machinelearningservices/v20230401/registry.py +1 -1
  900. pulumi_azure_native/machinelearningservices/v20230401/registry_code_container.py +1 -1
  901. pulumi_azure_native/machinelearningservices/v20230401/registry_code_version.py +1 -1
  902. pulumi_azure_native/machinelearningservices/v20230401/registry_component_container.py +1 -1
  903. pulumi_azure_native/machinelearningservices/v20230401/registry_component_version.py +1 -1
  904. pulumi_azure_native/machinelearningservices/v20230401/registry_data_container.py +1 -1
  905. pulumi_azure_native/machinelearningservices/v20230401/registry_data_version.py +1 -1
  906. pulumi_azure_native/machinelearningservices/v20230401/registry_environment_container.py +1 -1
  907. pulumi_azure_native/machinelearningservices/v20230401/registry_environment_version.py +1 -1
  908. pulumi_azure_native/machinelearningservices/v20230401/registry_model_container.py +1 -1
  909. pulumi_azure_native/machinelearningservices/v20230401/registry_model_version.py +1 -1
  910. pulumi_azure_native/machinelearningservices/v20230401/schedule.py +1 -1
  911. pulumi_azure_native/machinelearningservices/v20230401/workspace.py +1 -1
  912. pulumi_azure_native/machinelearningservices/v20230401/workspace_connection.py +1 -1
  913. pulumi_azure_native/machinelearningservices/v20230401preview/batch_deployment.py +1 -1
  914. pulumi_azure_native/machinelearningservices/v20230401preview/batch_endpoint.py +1 -1
  915. pulumi_azure_native/machinelearningservices/v20230401preview/code_container.py +1 -1
  916. pulumi_azure_native/machinelearningservices/v20230401preview/code_version.py +1 -1
  917. pulumi_azure_native/machinelearningservices/v20230401preview/component_container.py +1 -1
  918. pulumi_azure_native/machinelearningservices/v20230401preview/component_version.py +1 -1
  919. pulumi_azure_native/machinelearningservices/v20230401preview/compute.py +1 -1
  920. pulumi_azure_native/machinelearningservices/v20230401preview/data_container.py +1 -1
  921. pulumi_azure_native/machinelearningservices/v20230401preview/data_version.py +1 -1
  922. pulumi_azure_native/machinelearningservices/v20230401preview/datastore.py +1 -1
  923. pulumi_azure_native/machinelearningservices/v20230401preview/environment_container.py +1 -1
  924. pulumi_azure_native/machinelearningservices/v20230401preview/environment_version.py +1 -1
  925. pulumi_azure_native/machinelearningservices/v20230401preview/featureset_container_entity.py +1 -1
  926. pulumi_azure_native/machinelearningservices/v20230401preview/featureset_version.py +1 -1
  927. pulumi_azure_native/machinelearningservices/v20230401preview/featurestore_entity_container_entity.py +1 -1
  928. pulumi_azure_native/machinelearningservices/v20230401preview/featurestore_entity_version.py +1 -1
  929. pulumi_azure_native/machinelearningservices/v20230401preview/job.py +1 -1
  930. pulumi_azure_native/machinelearningservices/v20230401preview/labeling_job.py +1 -1
  931. pulumi_azure_native/machinelearningservices/v20230401preview/managed_network_settings_rule.py +1 -1
  932. pulumi_azure_native/machinelearningservices/v20230401preview/model_container.py +1 -1
  933. pulumi_azure_native/machinelearningservices/v20230401preview/model_version.py +1 -1
  934. pulumi_azure_native/machinelearningservices/v20230401preview/online_deployment.py +1 -1
  935. pulumi_azure_native/machinelearningservices/v20230401preview/online_endpoint.py +1 -1
  936. pulumi_azure_native/machinelearningservices/v20230401preview/private_endpoint_connection.py +1 -1
  937. pulumi_azure_native/machinelearningservices/v20230401preview/registry.py +1 -1
  938. pulumi_azure_native/machinelearningservices/v20230401preview/registry_code_container.py +1 -1
  939. pulumi_azure_native/machinelearningservices/v20230401preview/registry_code_version.py +1 -1
  940. pulumi_azure_native/machinelearningservices/v20230401preview/registry_component_container.py +1 -1
  941. pulumi_azure_native/machinelearningservices/v20230401preview/registry_component_version.py +1 -1
  942. pulumi_azure_native/machinelearningservices/v20230401preview/registry_data_container.py +1 -1
  943. pulumi_azure_native/machinelearningservices/v20230401preview/registry_data_version.py +1 -1
  944. pulumi_azure_native/machinelearningservices/v20230401preview/registry_environment_container.py +1 -1
  945. pulumi_azure_native/machinelearningservices/v20230401preview/registry_environment_version.py +1 -1
  946. pulumi_azure_native/machinelearningservices/v20230401preview/registry_model_container.py +1 -1
  947. pulumi_azure_native/machinelearningservices/v20230401preview/registry_model_version.py +1 -1
  948. pulumi_azure_native/machinelearningservices/v20230401preview/schedule.py +1 -1
  949. pulumi_azure_native/machinelearningservices/v20230401preview/workspace.py +1 -1
  950. pulumi_azure_native/machinelearningservices/v20230401preview/workspace_connection.py +1 -1
  951. pulumi_azure_native/machinelearningservices/v20230601preview/batch_deployment.py +1 -1
  952. pulumi_azure_native/machinelearningservices/v20230601preview/batch_endpoint.py +1 -1
  953. pulumi_azure_native/machinelearningservices/v20230601preview/code_container.py +1 -1
  954. pulumi_azure_native/machinelearningservices/v20230601preview/code_version.py +1 -1
  955. pulumi_azure_native/machinelearningservices/v20230601preview/component_container.py +1 -1
  956. pulumi_azure_native/machinelearningservices/v20230601preview/component_version.py +1 -1
  957. pulumi_azure_native/machinelearningservices/v20230601preview/compute.py +1 -1
  958. pulumi_azure_native/machinelearningservices/v20230601preview/data_container.py +1 -1
  959. pulumi_azure_native/machinelearningservices/v20230601preview/data_version.py +1 -1
  960. pulumi_azure_native/machinelearningservices/v20230601preview/datastore.py +1 -1
  961. pulumi_azure_native/machinelearningservices/v20230601preview/environment_container.py +1 -1
  962. pulumi_azure_native/machinelearningservices/v20230601preview/environment_version.py +1 -1
  963. pulumi_azure_native/machinelearningservices/v20230601preview/featureset_container_entity.py +1 -1
  964. pulumi_azure_native/machinelearningservices/v20230601preview/featureset_version.py +1 -1
  965. pulumi_azure_native/machinelearningservices/v20230601preview/featurestore_entity_container_entity.py +1 -1
  966. pulumi_azure_native/machinelearningservices/v20230601preview/featurestore_entity_version.py +1 -1
  967. pulumi_azure_native/machinelearningservices/v20230601preview/job.py +1 -1
  968. pulumi_azure_native/machinelearningservices/v20230601preview/labeling_job.py +1 -1
  969. pulumi_azure_native/machinelearningservices/v20230601preview/managed_network_settings_rule.py +1 -1
  970. pulumi_azure_native/machinelearningservices/v20230601preview/model_container.py +1 -1
  971. pulumi_azure_native/machinelearningservices/v20230601preview/model_version.py +1 -1
  972. pulumi_azure_native/machinelearningservices/v20230601preview/online_deployment.py +1 -1
  973. pulumi_azure_native/machinelearningservices/v20230601preview/online_endpoint.py +1 -1
  974. pulumi_azure_native/machinelearningservices/v20230601preview/private_endpoint_connection.py +1 -1
  975. pulumi_azure_native/machinelearningservices/v20230601preview/registry.py +1 -1
  976. pulumi_azure_native/machinelearningservices/v20230601preview/registry_code_container.py +1 -1
  977. pulumi_azure_native/machinelearningservices/v20230601preview/registry_code_version.py +1 -1
  978. pulumi_azure_native/machinelearningservices/v20230601preview/registry_component_container.py +1 -1
  979. pulumi_azure_native/machinelearningservices/v20230601preview/registry_component_version.py +1 -1
  980. pulumi_azure_native/machinelearningservices/v20230601preview/registry_data_container.py +1 -1
  981. pulumi_azure_native/machinelearningservices/v20230601preview/registry_data_version.py +1 -1
  982. pulumi_azure_native/machinelearningservices/v20230601preview/registry_environment_container.py +1 -1
  983. pulumi_azure_native/machinelearningservices/v20230601preview/registry_environment_version.py +1 -1
  984. pulumi_azure_native/machinelearningservices/v20230601preview/registry_model_container.py +1 -1
  985. pulumi_azure_native/machinelearningservices/v20230601preview/registry_model_version.py +1 -1
  986. pulumi_azure_native/machinelearningservices/v20230601preview/schedule.py +1 -1
  987. pulumi_azure_native/machinelearningservices/v20230601preview/workspace.py +1 -1
  988. pulumi_azure_native/machinelearningservices/v20230601preview/workspace_connection.py +1 -1
  989. pulumi_azure_native/machinelearningservices/v20230801preview/batch_deployment.py +1 -1
  990. pulumi_azure_native/machinelearningservices/v20230801preview/batch_endpoint.py +1 -1
  991. pulumi_azure_native/machinelearningservices/v20230801preview/capacity_reservation_group.py +1 -1
  992. pulumi_azure_native/machinelearningservices/v20230801preview/code_container.py +1 -1
  993. pulumi_azure_native/machinelearningservices/v20230801preview/code_version.py +1 -1
  994. pulumi_azure_native/machinelearningservices/v20230801preview/component_container.py +1 -1
  995. pulumi_azure_native/machinelearningservices/v20230801preview/component_version.py +1 -1
  996. pulumi_azure_native/machinelearningservices/v20230801preview/compute.py +1 -1
  997. pulumi_azure_native/machinelearningservices/v20230801preview/data_container.py +1 -1
  998. pulumi_azure_native/machinelearningservices/v20230801preview/data_version.py +1 -1
  999. pulumi_azure_native/machinelearningservices/v20230801preview/datastore.py +1 -1
  1000. pulumi_azure_native/machinelearningservices/v20230801preview/environment_container.py +1 -1
  1001. pulumi_azure_native/machinelearningservices/v20230801preview/environment_version.py +1 -1
  1002. pulumi_azure_native/machinelearningservices/v20230801preview/featureset_container_entity.py +1 -1
  1003. pulumi_azure_native/machinelearningservices/v20230801preview/featureset_version.py +1 -1
  1004. pulumi_azure_native/machinelearningservices/v20230801preview/featurestore_entity_container_entity.py +1 -1
  1005. pulumi_azure_native/machinelearningservices/v20230801preview/featurestore_entity_version.py +1 -1
  1006. pulumi_azure_native/machinelearningservices/v20230801preview/inference_endpoint.py +1 -1
  1007. pulumi_azure_native/machinelearningservices/v20230801preview/inference_group.py +1 -1
  1008. pulumi_azure_native/machinelearningservices/v20230801preview/inference_pool.py +1 -1
  1009. pulumi_azure_native/machinelearningservices/v20230801preview/job.py +1 -1
  1010. pulumi_azure_native/machinelearningservices/v20230801preview/labeling_job.py +1 -1
  1011. pulumi_azure_native/machinelearningservices/v20230801preview/managed_network_settings_rule.py +1 -1
  1012. pulumi_azure_native/machinelearningservices/v20230801preview/model_container.py +1 -1
  1013. pulumi_azure_native/machinelearningservices/v20230801preview/model_version.py +1 -1
  1014. pulumi_azure_native/machinelearningservices/v20230801preview/online_deployment.py +1 -1
  1015. pulumi_azure_native/machinelearningservices/v20230801preview/online_endpoint.py +1 -1
  1016. pulumi_azure_native/machinelearningservices/v20230801preview/private_endpoint_connection.py +1 -1
  1017. pulumi_azure_native/machinelearningservices/v20230801preview/registry.py +1 -1
  1018. pulumi_azure_native/machinelearningservices/v20230801preview/registry_code_container.py +1 -1
  1019. pulumi_azure_native/machinelearningservices/v20230801preview/registry_code_version.py +1 -1
  1020. pulumi_azure_native/machinelearningservices/v20230801preview/registry_component_container.py +1 -1
  1021. pulumi_azure_native/machinelearningservices/v20230801preview/registry_component_version.py +1 -1
  1022. pulumi_azure_native/machinelearningservices/v20230801preview/registry_data_container.py +1 -1
  1023. pulumi_azure_native/machinelearningservices/v20230801preview/registry_data_version.py +1 -1
  1024. pulumi_azure_native/machinelearningservices/v20230801preview/registry_environment_container.py +1 -1
  1025. pulumi_azure_native/machinelearningservices/v20230801preview/registry_environment_version.py +1 -1
  1026. pulumi_azure_native/machinelearningservices/v20230801preview/registry_model_container.py +1 -1
  1027. pulumi_azure_native/machinelearningservices/v20230801preview/registry_model_version.py +1 -1
  1028. pulumi_azure_native/machinelearningservices/v20230801preview/schedule.py +1 -1
  1029. pulumi_azure_native/machinelearningservices/v20230801preview/serverless_endpoint.py +1 -1
  1030. pulumi_azure_native/machinelearningservices/v20230801preview/workspace.py +1 -1
  1031. pulumi_azure_native/machinelearningservices/v20230801preview/workspace_connection.py +1 -1
  1032. pulumi_azure_native/machinelearningservices/v20231001/batch_deployment.py +1 -1
  1033. pulumi_azure_native/machinelearningservices/v20231001/batch_endpoint.py +1 -1
  1034. pulumi_azure_native/machinelearningservices/v20231001/code_container.py +1 -1
  1035. pulumi_azure_native/machinelearningservices/v20231001/code_version.py +1 -1
  1036. pulumi_azure_native/machinelearningservices/v20231001/component_container.py +1 -1
  1037. pulumi_azure_native/machinelearningservices/v20231001/component_version.py +1 -1
  1038. pulumi_azure_native/machinelearningservices/v20231001/compute.py +1 -1
  1039. pulumi_azure_native/machinelearningservices/v20231001/data_container.py +1 -1
  1040. pulumi_azure_native/machinelearningservices/v20231001/data_version.py +1 -1
  1041. pulumi_azure_native/machinelearningservices/v20231001/datastore.py +1 -1
  1042. pulumi_azure_native/machinelearningservices/v20231001/environment_container.py +1 -1
  1043. pulumi_azure_native/machinelearningservices/v20231001/environment_version.py +1 -1
  1044. pulumi_azure_native/machinelearningservices/v20231001/featureset_container_entity.py +1 -1
  1045. pulumi_azure_native/machinelearningservices/v20231001/featureset_version.py +1 -1
  1046. pulumi_azure_native/machinelearningservices/v20231001/featurestore_entity_container_entity.py +1 -1
  1047. pulumi_azure_native/machinelearningservices/v20231001/featurestore_entity_version.py +1 -1
  1048. pulumi_azure_native/machinelearningservices/v20231001/job.py +1 -1
  1049. pulumi_azure_native/machinelearningservices/v20231001/managed_network_settings_rule.py +1 -1
  1050. pulumi_azure_native/machinelearningservices/v20231001/model_container.py +1 -1
  1051. pulumi_azure_native/machinelearningservices/v20231001/model_version.py +1 -1
  1052. pulumi_azure_native/machinelearningservices/v20231001/online_deployment.py +1 -1
  1053. pulumi_azure_native/machinelearningservices/v20231001/online_endpoint.py +1 -1
  1054. pulumi_azure_native/machinelearningservices/v20231001/private_endpoint_connection.py +1 -1
  1055. pulumi_azure_native/machinelearningservices/v20231001/registry.py +1 -1
  1056. pulumi_azure_native/machinelearningservices/v20231001/registry_code_container.py +1 -1
  1057. pulumi_azure_native/machinelearningservices/v20231001/registry_code_version.py +1 -1
  1058. pulumi_azure_native/machinelearningservices/v20231001/registry_component_container.py +1 -1
  1059. pulumi_azure_native/machinelearningservices/v20231001/registry_component_version.py +1 -1
  1060. pulumi_azure_native/machinelearningservices/v20231001/registry_data_container.py +1 -1
  1061. pulumi_azure_native/machinelearningservices/v20231001/registry_data_version.py +1 -1
  1062. pulumi_azure_native/machinelearningservices/v20231001/registry_environment_container.py +1 -1
  1063. pulumi_azure_native/machinelearningservices/v20231001/registry_environment_version.py +1 -1
  1064. pulumi_azure_native/machinelearningservices/v20231001/registry_model_container.py +1 -1
  1065. pulumi_azure_native/machinelearningservices/v20231001/registry_model_version.py +1 -1
  1066. pulumi_azure_native/machinelearningservices/v20231001/schedule.py +1 -1
  1067. pulumi_azure_native/machinelearningservices/v20231001/workspace.py +1 -1
  1068. pulumi_azure_native/machinelearningservices/v20231001/workspace_connection.py +1 -1
  1069. pulumi_azure_native/machinelearningservices/v20240101preview/_inputs.py +6 -4
  1070. pulumi_azure_native/machinelearningservices/v20240101preview/batch_deployment.py +1 -1
  1071. pulumi_azure_native/machinelearningservices/v20240101preview/batch_endpoint.py +1 -1
  1072. pulumi_azure_native/machinelearningservices/v20240101preview/capacity_reservation_group.py +1 -1
  1073. pulumi_azure_native/machinelearningservices/v20240101preview/code_container.py +1 -1
  1074. pulumi_azure_native/machinelearningservices/v20240101preview/code_version.py +1 -1
  1075. pulumi_azure_native/machinelearningservices/v20240101preview/component_container.py +1 -1
  1076. pulumi_azure_native/machinelearningservices/v20240101preview/component_version.py +1 -1
  1077. pulumi_azure_native/machinelearningservices/v20240101preview/compute.py +1 -1
  1078. pulumi_azure_native/machinelearningservices/v20240101preview/data_container.py +1 -1
  1079. pulumi_azure_native/machinelearningservices/v20240101preview/data_version.py +1 -1
  1080. pulumi_azure_native/machinelearningservices/v20240101preview/datastore.py +1 -1
  1081. pulumi_azure_native/machinelearningservices/v20240101preview/endpoint_deployment.py +1 -1
  1082. pulumi_azure_native/machinelearningservices/v20240101preview/environment_container.py +1 -1
  1083. pulumi_azure_native/machinelearningservices/v20240101preview/environment_version.py +1 -1
  1084. pulumi_azure_native/machinelearningservices/v20240101preview/featureset_container_entity.py +1 -1
  1085. pulumi_azure_native/machinelearningservices/v20240101preview/featureset_version.py +1 -1
  1086. pulumi_azure_native/machinelearningservices/v20240101preview/featurestore_entity_container_entity.py +1 -1
  1087. pulumi_azure_native/machinelearningservices/v20240101preview/featurestore_entity_version.py +1 -1
  1088. pulumi_azure_native/machinelearningservices/v20240101preview/inference_endpoint.py +1 -1
  1089. pulumi_azure_native/machinelearningservices/v20240101preview/inference_group.py +1 -1
  1090. pulumi_azure_native/machinelearningservices/v20240101preview/inference_pool.py +1 -1
  1091. pulumi_azure_native/machinelearningservices/v20240101preview/job.py +1 -1
  1092. pulumi_azure_native/machinelearningservices/v20240101preview/labeling_job.py +1 -1
  1093. pulumi_azure_native/machinelearningservices/v20240101preview/managed_network_settings_rule.py +1 -1
  1094. pulumi_azure_native/machinelearningservices/v20240101preview/marketplace_subscription.py +1 -1
  1095. pulumi_azure_native/machinelearningservices/v20240101preview/model_container.py +1 -1
  1096. pulumi_azure_native/machinelearningservices/v20240101preview/model_version.py +1 -1
  1097. pulumi_azure_native/machinelearningservices/v20240101preview/online_deployment.py +1 -1
  1098. pulumi_azure_native/machinelearningservices/v20240101preview/online_endpoint.py +1 -1
  1099. pulumi_azure_native/machinelearningservices/v20240101preview/outputs.py +6 -4
  1100. pulumi_azure_native/machinelearningservices/v20240101preview/private_endpoint_connection.py +1 -1
  1101. pulumi_azure_native/machinelearningservices/v20240101preview/registry.py +1 -1
  1102. pulumi_azure_native/machinelearningservices/v20240101preview/registry_code_container.py +1 -1
  1103. pulumi_azure_native/machinelearningservices/v20240101preview/registry_code_version.py +1 -1
  1104. pulumi_azure_native/machinelearningservices/v20240101preview/registry_component_container.py +1 -1
  1105. pulumi_azure_native/machinelearningservices/v20240101preview/registry_component_version.py +1 -1
  1106. pulumi_azure_native/machinelearningservices/v20240101preview/registry_data_container.py +1 -1
  1107. pulumi_azure_native/machinelearningservices/v20240101preview/registry_data_version.py +1 -1
  1108. pulumi_azure_native/machinelearningservices/v20240101preview/registry_environment_container.py +1 -1
  1109. pulumi_azure_native/machinelearningservices/v20240101preview/registry_environment_version.py +1 -1
  1110. pulumi_azure_native/machinelearningservices/v20240101preview/registry_model_container.py +1 -1
  1111. pulumi_azure_native/machinelearningservices/v20240101preview/registry_model_version.py +1 -1
  1112. pulumi_azure_native/machinelearningservices/v20240101preview/schedule.py +1 -1
  1113. pulumi_azure_native/machinelearningservices/v20240101preview/serverless_endpoint.py +1 -1
  1114. pulumi_azure_native/machinelearningservices/v20240101preview/workspace.py +1 -1
  1115. pulumi_azure_native/machinelearningservices/v20240101preview/workspace_connection.py +1 -1
  1116. pulumi_azure_native/machinelearningservices/v20240401preview/__init__.py +129 -0
  1117. pulumi_azure_native/machinelearningservices/v20240401preview/_enums.py +2429 -0
  1118. pulumi_azure_native/machinelearningservices/v20240401preview/_inputs.py +33263 -0
  1119. pulumi_azure_native/machinelearningservices/v20240401preview/batch_deployment.py +381 -0
  1120. pulumi_azure_native/machinelearningservices/v20240401preview/batch_endpoint.py +360 -0
  1121. pulumi_azure_native/machinelearningservices/v20240401preview/capacity_reservation_group.py +339 -0
  1122. pulumi_azure_native/machinelearningservices/v20240401preview/code_container.py +215 -0
  1123. pulumi_azure_native/machinelearningservices/v20240401preview/code_version.py +237 -0
  1124. pulumi_azure_native/machinelearningservices/v20240401preview/component_container.py +215 -0
  1125. pulumi_azure_native/machinelearningservices/v20240401preview/component_version.py +237 -0
  1126. pulumi_azure_native/machinelearningservices/v20240401preview/compute.py +332 -0
  1127. pulumi_azure_native/machinelearningservices/v20240401preview/connection_deployment.py +228 -0
  1128. pulumi_azure_native/machinelearningservices/v20240401preview/connection_rai_blocklist.py +256 -0
  1129. pulumi_azure_native/machinelearningservices/v20240401preview/connection_rai_blocklist_item.py +235 -0
  1130. pulumi_azure_native/machinelearningservices/v20240401preview/connection_rai_policy.py +238 -0
  1131. pulumi_azure_native/machinelearningservices/v20240401preview/data_container.py +216 -0
  1132. pulumi_azure_native/machinelearningservices/v20240401preview/data_version.py +237 -0
  1133. pulumi_azure_native/machinelearningservices/v20240401preview/datastore.py +236 -0
  1134. pulumi_azure_native/machinelearningservices/v20240401preview/endpoint_deployment.py +228 -0
  1135. pulumi_azure_native/machinelearningservices/v20240401preview/environment_container.py +215 -0
  1136. pulumi_azure_native/machinelearningservices/v20240401preview/environment_version.py +237 -0
  1137. pulumi_azure_native/machinelearningservices/v20240401preview/featureset_container_entity.py +215 -0
  1138. pulumi_azure_native/machinelearningservices/v20240401preview/featureset_version.py +237 -0
  1139. pulumi_azure_native/machinelearningservices/v20240401preview/featurestore_entity_container_entity.py +215 -0
  1140. pulumi_azure_native/machinelearningservices/v20240401preview/featurestore_entity_version.py +237 -0
  1141. pulumi_azure_native/machinelearningservices/v20240401preview/get_batch_deployment.py +201 -0
  1142. pulumi_azure_native/machinelearningservices/v20240401preview/get_batch_endpoint.py +196 -0
  1143. pulumi_azure_native/machinelearningservices/v20240401preview/get_capacity_reservation_group.py +191 -0
  1144. pulumi_azure_native/machinelearningservices/v20240401preview/get_code_container.py +136 -0
  1145. pulumi_azure_native/machinelearningservices/v20240401preview/get_code_version.py +141 -0
  1146. pulumi_azure_native/machinelearningservices/v20240401preview/get_component_container.py +136 -0
  1147. pulumi_azure_native/machinelearningservices/v20240401preview/get_component_version.py +141 -0
  1148. pulumi_azure_native/machinelearningservices/v20240401preview/get_compute.py +188 -0
  1149. pulumi_azure_native/machinelearningservices/v20240401preview/get_compute_allowed_resize_sizes.py +84 -0
  1150. pulumi_azure_native/machinelearningservices/v20240401preview/get_connection_deployment.py +133 -0
  1151. pulumi_azure_native/machinelearningservices/v20240401preview/get_connection_rai_blocklist.py +141 -0
  1152. pulumi_azure_native/machinelearningservices/v20240401preview/get_connection_rai_blocklist_item.py +136 -0
  1153. pulumi_azure_native/machinelearningservices/v20240401preview/get_connection_rai_policy.py +141 -0
  1154. pulumi_azure_native/machinelearningservices/v20240401preview/get_data_container.py +136 -0
  1155. pulumi_azure_native/machinelearningservices/v20240401preview/get_data_version.py +141 -0
  1156. pulumi_azure_native/machinelearningservices/v20240401preview/get_datastore.py +136 -0
  1157. pulumi_azure_native/machinelearningservices/v20240401preview/get_endpoint_deployment.py +133 -0
  1158. pulumi_azure_native/machinelearningservices/v20240401preview/get_environment_container.py +136 -0
  1159. pulumi_azure_native/machinelearningservices/v20240401preview/get_environment_version.py +141 -0
  1160. pulumi_azure_native/machinelearningservices/v20240401preview/get_featureset_container_entity.py +136 -0
  1161. pulumi_azure_native/machinelearningservices/v20240401preview/get_featureset_version.py +141 -0
  1162. pulumi_azure_native/machinelearningservices/v20240401preview/get_featurestore_entity_container_entity.py +136 -0
  1163. pulumi_azure_native/machinelearningservices/v20240401preview/get_featurestore_entity_version.py +141 -0
  1164. pulumi_azure_native/machinelearningservices/v20240401preview/get_inference_endpoint.py +201 -0
  1165. pulumi_azure_native/machinelearningservices/v20240401preview/get_inference_group.py +201 -0
  1166. pulumi_azure_native/machinelearningservices/v20240401preview/get_inference_group_status.py +123 -0
  1167. pulumi_azure_native/machinelearningservices/v20240401preview/get_inference_pool.py +196 -0
  1168. pulumi_azure_native/machinelearningservices/v20240401preview/get_inference_pool_status.py +117 -0
  1169. pulumi_azure_native/machinelearningservices/v20240401preview/get_job.py +136 -0
  1170. pulumi_azure_native/machinelearningservices/v20240401preview/get_labeling_job.py +136 -0
  1171. pulumi_azure_native/machinelearningservices/v20240401preview/get_managed_network_settings_rule.py +131 -0
  1172. pulumi_azure_native/machinelearningservices/v20240401preview/get_marketplace_subscription.py +136 -0
  1173. pulumi_azure_native/machinelearningservices/v20240401preview/get_model_container.py +136 -0
  1174. pulumi_azure_native/machinelearningservices/v20240401preview/get_model_version.py +141 -0
  1175. pulumi_azure_native/machinelearningservices/v20240401preview/get_online_deployment.py +201 -0
  1176. pulumi_azure_native/machinelearningservices/v20240401preview/get_online_deployment_logs.py +94 -0
  1177. pulumi_azure_native/machinelearningservices/v20240401preview/get_online_endpoint.py +196 -0
  1178. pulumi_azure_native/machinelearningservices/v20240401preview/get_online_endpoint_token.py +122 -0
  1179. pulumi_azure_native/machinelearningservices/v20240401preview/get_private_endpoint_connection.py +211 -0
  1180. pulumi_azure_native/machinelearningservices/v20240401preview/get_rai_policy.py +141 -0
  1181. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry.py +191 -0
  1182. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_code_container.py +136 -0
  1183. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_code_version.py +141 -0
  1184. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_component_container.py +136 -0
  1185. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_component_version.py +141 -0
  1186. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_data_container.py +136 -0
  1187. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_data_version.py +141 -0
  1188. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_environment_container.py +136 -0
  1189. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_environment_version.py +141 -0
  1190. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_model_container.py +136 -0
  1191. pulumi_azure_native/machinelearningservices/v20240401preview/get_registry_model_version.py +141 -0
  1192. pulumi_azure_native/machinelearningservices/v20240401preview/get_schedule.py +136 -0
  1193. pulumi_azure_native/machinelearningservices/v20240401preview/get_serverless_endpoint.py +196 -0
  1194. pulumi_azure_native/machinelearningservices/v20240401preview/get_serverless_endpoint_status.py +78 -0
  1195. pulumi_azure_native/machinelearningservices/v20240401preview/get_workspace.py +670 -0
  1196. pulumi_azure_native/machinelearningservices/v20240401preview/get_workspace_connection.py +128 -0
  1197. pulumi_azure_native/machinelearningservices/v20240401preview/inference_endpoint.py +381 -0
  1198. pulumi_azure_native/machinelearningservices/v20240401preview/inference_group.py +381 -0
  1199. pulumi_azure_native/machinelearningservices/v20240401preview/inference_pool.py +360 -0
  1200. pulumi_azure_native/machinelearningservices/v20240401preview/job.py +217 -0
  1201. pulumi_azure_native/machinelearningservices/v20240401preview/labeling_job.py +217 -0
  1202. pulumi_azure_native/machinelearningservices/v20240401preview/list_batch_endpoint_keys.py +96 -0
  1203. pulumi_azure_native/machinelearningservices/v20240401preview/list_compute_keys.py +83 -0
  1204. pulumi_azure_native/machinelearningservices/v20240401preview/list_compute_nodes.py +97 -0
  1205. pulumi_azure_native/machinelearningservices/v20240401preview/list_datastore_secrets.py +83 -0
  1206. pulumi_azure_native/machinelearningservices/v20240401preview/list_endpoint_keys.py +79 -0
  1207. pulumi_azure_native/machinelearningservices/v20240401preview/list_online_endpoint_keys.py +96 -0
  1208. pulumi_azure_native/machinelearningservices/v20240401preview/list_serverless_endpoint_keys.py +96 -0
  1209. pulumi_azure_native/machinelearningservices/v20240401preview/list_workspace_connection_models.py +89 -0
  1210. pulumi_azure_native/machinelearningservices/v20240401preview/list_workspace_connection_secrets.py +128 -0
  1211. pulumi_azure_native/machinelearningservices/v20240401preview/list_workspace_keys.py +120 -0
  1212. pulumi_azure_native/machinelearningservices/v20240401preview/list_workspace_notebook_access_token.py +140 -0
  1213. pulumi_azure_native/machinelearningservices/v20240401preview/list_workspace_notebook_keys.py +86 -0
  1214. pulumi_azure_native/machinelearningservices/v20240401preview/list_workspace_storage_account_keys.py +73 -0
  1215. pulumi_azure_native/machinelearningservices/v20240401preview/managed_network_settings_rule.py +215 -0
  1216. pulumi_azure_native/machinelearningservices/v20240401preview/marketplace_subscription.py +215 -0
  1217. pulumi_azure_native/machinelearningservices/v20240401preview/model_container.py +215 -0
  1218. pulumi_azure_native/machinelearningservices/v20240401preview/model_version.py +237 -0
  1219. pulumi_azure_native/machinelearningservices/v20240401preview/online_deployment.py +381 -0
  1220. pulumi_azure_native/machinelearningservices/v20240401preview/online_endpoint.py +360 -0
  1221. pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py +38272 -0
  1222. pulumi_azure_native/machinelearningservices/v20240401preview/private_endpoint_connection.py +363 -0
  1223. pulumi_azure_native/machinelearningservices/v20240401preview/rai_policy.py +238 -0
  1224. pulumi_azure_native/machinelearningservices/v20240401preview/registry.py +339 -0
  1225. pulumi_azure_native/machinelearningservices/v20240401preview/registry_code_container.py +216 -0
  1226. pulumi_azure_native/machinelearningservices/v20240401preview/registry_code_version.py +238 -0
  1227. pulumi_azure_native/machinelearningservices/v20240401preview/registry_component_container.py +216 -0
  1228. pulumi_azure_native/machinelearningservices/v20240401preview/registry_component_version.py +238 -0
  1229. pulumi_azure_native/machinelearningservices/v20240401preview/registry_data_container.py +216 -0
  1230. pulumi_azure_native/machinelearningservices/v20240401preview/registry_data_version.py +237 -0
  1231. pulumi_azure_native/machinelearningservices/v20240401preview/registry_environment_container.py +216 -0
  1232. pulumi_azure_native/machinelearningservices/v20240401preview/registry_environment_version.py +238 -0
  1233. pulumi_azure_native/machinelearningservices/v20240401preview/registry_model_container.py +216 -0
  1234. pulumi_azure_native/machinelearningservices/v20240401preview/registry_model_version.py +238 -0
  1235. pulumi_azure_native/machinelearningservices/v20240401preview/schedule.py +216 -0
  1236. pulumi_azure_native/machinelearningservices/v20240401preview/serverless_endpoint.py +359 -0
  1237. pulumi_azure_native/machinelearningservices/v20240401preview/workspace.py +1212 -0
  1238. pulumi_azure_native/machinelearningservices/v20240401preview/workspace_connection.py +207 -0
  1239. pulumi_azure_native/machinelearningservices/workspace.py +3 -3
  1240. pulumi_azure_native/machinelearningservices/workspace_connection.py +3 -3
  1241. pulumi_azure_native/recoveryservices/__init__.py +3 -0
  1242. pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
  1243. pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
  1244. pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
  1245. pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
  1246. pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
  1247. pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
  1248. pulumi_azure_native/recoveryservices/get_vault.py +2 -2
  1249. pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
  1250. pulumi_azure_native/recoveryservices/protected_item.py +3 -3
  1251. pulumi_azure_native/recoveryservices/protection_container.py +3 -3
  1252. pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
  1253. pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
  1254. pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
  1255. pulumi_azure_native/recoveryservices/v20200202/vault.py +1 -1
  1256. pulumi_azure_native/recoveryservices/v20230401/private_endpoint_connection.py +1 -1
  1257. pulumi_azure_native/recoveryservices/v20230401/protected_item.py +1 -1
  1258. pulumi_azure_native/recoveryservices/v20230401/protection_container.py +1 -1
  1259. pulumi_azure_native/recoveryservices/v20230401/protection_intent.py +1 -1
  1260. pulumi_azure_native/recoveryservices/v20230401/protection_policy.py +1 -1
  1261. pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py +1 -1
  1262. pulumi_azure_native/recoveryservices/v20230401/vault.py +1 -1
  1263. pulumi_azure_native/recoveryservices/v20230601/private_endpoint_connection.py +1 -1
  1264. pulumi_azure_native/recoveryservices/v20230601/protected_item.py +1 -1
  1265. pulumi_azure_native/recoveryservices/v20230601/protection_container.py +1 -1
  1266. pulumi_azure_native/recoveryservices/v20230601/protection_intent.py +1 -1
  1267. pulumi_azure_native/recoveryservices/v20230601/protection_policy.py +1 -1
  1268. pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py +1 -1
  1269. pulumi_azure_native/recoveryservices/v20230601/vault.py +1 -1
  1270. pulumi_azure_native/recoveryservices/v20230801/private_endpoint_connection.py +1 -1
  1271. pulumi_azure_native/recoveryservices/v20230801/protected_item.py +1 -1
  1272. pulumi_azure_native/recoveryservices/v20230801/protection_container.py +1 -1
  1273. pulumi_azure_native/recoveryservices/v20230801/protection_intent.py +1 -1
  1274. pulumi_azure_native/recoveryservices/v20230801/protection_policy.py +1 -1
  1275. pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py +1 -1
  1276. pulumi_azure_native/recoveryservices/v20230801/vault.py +1 -1
  1277. pulumi_azure_native/recoveryservices/v20240101/private_endpoint_connection.py +1 -1
  1278. pulumi_azure_native/recoveryservices/v20240101/protected_item.py +1 -1
  1279. pulumi_azure_native/recoveryservices/v20240101/protection_container.py +1 -1
  1280. pulumi_azure_native/recoveryservices/v20240101/protection_intent.py +1 -1
  1281. pulumi_azure_native/recoveryservices/v20240101/protection_policy.py +1 -1
  1282. pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py +1 -1
  1283. pulumi_azure_native/recoveryservices/v20240101/vault.py +1 -1
  1284. pulumi_azure_native/recoveryservices/v20240201/private_endpoint_connection.py +1 -1
  1285. pulumi_azure_native/recoveryservices/v20240201/protected_item.py +1 -1
  1286. pulumi_azure_native/recoveryservices/v20240201/protection_container.py +1 -1
  1287. pulumi_azure_native/recoveryservices/v20240201/protection_intent.py +1 -1
  1288. pulumi_azure_native/recoveryservices/v20240201/protection_policy.py +1 -1
  1289. pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py +1 -1
  1290. pulumi_azure_native/recoveryservices/v20240201/vault.py +1 -1
  1291. pulumi_azure_native/recoveryservices/v20240401/__init__.py +24 -0
  1292. pulumi_azure_native/recoveryservices/v20240401/_enums.py +470 -0
  1293. pulumi_azure_native/recoveryservices/v20240401/_inputs.py +12162 -0
  1294. pulumi_azure_native/recoveryservices/v20240401/get_private_endpoint_connection.py +162 -0
  1295. pulumi_azure_native/recoveryservices/v20240401/get_protected_item.py +179 -0
  1296. pulumi_azure_native/recoveryservices/v20240401/get_protection_container.py +167 -0
  1297. pulumi_azure_native/recoveryservices/v20240401/get_protection_intent.py +169 -0
  1298. pulumi_azure_native/recoveryservices/v20240401/get_protection_policy.py +164 -0
  1299. pulumi_azure_native/recoveryservices/v20240401/get_resource_guard_proxy.py +157 -0
  1300. pulumi_azure_native/recoveryservices/v20240401/get_vault.py +196 -0
  1301. pulumi_azure_native/recoveryservices/v20240401/outputs.py +14409 -0
  1302. pulumi_azure_native/recoveryservices/v20240401/private_endpoint_connection.py +293 -0
  1303. pulumi_azure_native/recoveryservices/v20240401/protected_item.py +335 -0
  1304. pulumi_azure_native/recoveryservices/v20240401/protection_container.py +314 -0
  1305. pulumi_azure_native/recoveryservices/v20240401/protection_intent.py +314 -0
  1306. pulumi_azure_native/recoveryservices/v20240401/protection_policy.py +293 -0
  1307. pulumi_azure_native/recoveryservices/v20240401/resource_guard_proxy.py +285 -0
  1308. pulumi_azure_native/recoveryservices/v20240401/vault.py +321 -0
  1309. pulumi_azure_native/recoveryservices/vault.py +3 -3
  1310. pulumi_azure_native/servicefabric/__init__.py +3 -0
  1311. pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
  1312. pulumi_azure_native/servicefabric/get_managed_cluster_application.py +2 -2
  1313. pulumi_azure_native/servicefabric/get_managed_cluster_application_type.py +2 -2
  1314. pulumi_azure_native/servicefabric/get_managed_cluster_application_type_version.py +2 -2
  1315. pulumi_azure_native/servicefabric/get_managed_cluster_service.py +2 -2
  1316. pulumi_azure_native/servicefabric/get_node_type.py +2 -2
  1317. pulumi_azure_native/servicefabric/getmanaged_az_resiliency_status.py +2 -2
  1318. pulumi_azure_native/servicefabric/getmanaged_maintenance_window_status.py +2 -2
  1319. pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
  1320. pulumi_azure_native/servicefabric/managed_cluster_application.py +3 -3
  1321. pulumi_azure_native/servicefabric/managed_cluster_application_type.py +3 -3
  1322. pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +3 -3
  1323. pulumi_azure_native/servicefabric/managed_cluster_service.py +3 -3
  1324. pulumi_azure_native/servicefabric/node_type.py +3 -3
  1325. pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
  1326. pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
  1327. pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
  1328. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
  1329. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
  1330. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
  1331. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
  1332. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
  1333. pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
  1334. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
  1335. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
  1336. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
  1337. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
  1338. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
  1339. pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
  1340. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1 -1
  1341. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +1 -1
  1342. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +1 -1
  1343. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +1 -1
  1344. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +1 -1
  1345. pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1 -1
  1346. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster.py +1 -1
  1347. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application.py +1 -1
  1348. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type.py +1 -1
  1349. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type_version.py +1 -1
  1350. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_service.py +1 -1
  1351. pulumi_azure_native/servicefabric/v20231101preview/node_type.py +1 -1
  1352. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster.py +1 -1
  1353. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application.py +1 -1
  1354. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type.py +1 -1
  1355. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type_version.py +1 -1
  1356. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_service.py +1 -1
  1357. pulumi_azure_native/servicefabric/v20231201preview/node_type.py +1 -1
  1358. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster.py +1 -1
  1359. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application.py +1 -1
  1360. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type.py +1 -1
  1361. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type_version.py +1 -1
  1362. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_service.py +1 -1
  1363. pulumi_azure_native/servicefabric/v20240201preview/node_type.py +1 -1
  1364. pulumi_azure_native/servicefabric/v20240401/__init__.py +24 -0
  1365. pulumi_azure_native/servicefabric/v20240401/_enums.py +488 -0
  1366. pulumi_azure_native/servicefabric/v20240401/_inputs.py +3875 -0
  1367. pulumi_azure_native/servicefabric/v20240401/get_managed_cluster.py +677 -0
  1368. pulumi_azure_native/servicefabric/v20240401/get_managed_cluster_application.py +228 -0
  1369. pulumi_azure_native/servicefabric/v20240401/get_managed_cluster_application_type.py +162 -0
  1370. pulumi_azure_native/servicefabric/v20240401/get_managed_cluster_application_type_version.py +180 -0
  1371. pulumi_azure_native/servicefabric/v20240401/get_managed_cluster_service.py +167 -0
  1372. pulumi_azure_native/servicefabric/v20240401/get_node_type.py +786 -0
  1373. pulumi_azure_native/servicefabric/v20240401/getmanaged_az_resiliency_status.py +92 -0
  1374. pulumi_azure_native/servicefabric/v20240401/getmanaged_maintenance_window_status.py +156 -0
  1375. pulumi_azure_native/servicefabric/v20240401/managed_cluster.py +1276 -0
  1376. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application.py +404 -0
  1377. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type.py +253 -0
  1378. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type_version.py +304 -0
  1379. pulumi_azure_native/servicefabric/v20240401/managed_cluster_service.py +295 -0
  1380. pulumi_azure_native/servicefabric/v20240401/node_type.py +1661 -0
  1381. pulumi_azure_native/servicefabric/v20240401/outputs.py +4478 -0
  1382. pulumi_azure_native/solutions/__init__.py +3 -0
  1383. pulumi_azure_native/solutions/application.py +3 -3
  1384. pulumi_azure_native/solutions/application_definition.py +3 -3
  1385. pulumi_azure_native/solutions/get_application.py +2 -2
  1386. pulumi_azure_native/solutions/get_application_definition.py +2 -2
  1387. pulumi_azure_native/solutions/get_jit_request.py +4 -0
  1388. pulumi_azure_native/solutions/jit_request.py +5 -1
  1389. pulumi_azure_native/solutions/list_application_allowed_upgrade_plans.py +4 -0
  1390. pulumi_azure_native/solutions/list_application_tokens.py +2 -2
  1391. pulumi_azure_native/solutions/v20210701/application.py +1 -1
  1392. pulumi_azure_native/solutions/v20210701/application_definition.py +1 -1
  1393. pulumi_azure_native/solutions/v20210701/jit_request.py +1 -1
  1394. pulumi_azure_native/solutions/v20231201preview/__init__.py +18 -0
  1395. pulumi_azure_native/solutions/v20231201preview/_enums.py +99 -0
  1396. pulumi_azure_native/solutions/v20231201preview/_inputs.py +750 -0
  1397. pulumi_azure_native/solutions/v20231201preview/application.py +596 -0
  1398. pulumi_azure_native/solutions/v20231201preview/application_definition.py +718 -0
  1399. pulumi_azure_native/solutions/v20231201preview/get_application.py +404 -0
  1400. pulumi_azure_native/solutions/v20231201preview/get_application_definition.py +365 -0
  1401. pulumi_azure_native/solutions/v20231201preview/get_jit_request.py +248 -0
  1402. pulumi_azure_native/solutions/v20231201preview/jit_request.py +364 -0
  1403. pulumi_azure_native/solutions/v20231201preview/list_application_allowed_upgrade_plans.py +79 -0
  1404. pulumi_azure_native/solutions/v20231201preview/list_application_tokens.py +89 -0
  1405. pulumi_azure_native/solutions/v20231201preview/outputs.py +1394 -0
  1406. pulumi_azure_native/sqlvirtualmachine/__init__.py +3 -0
  1407. pulumi_azure_native/sqlvirtualmachine/availability_group_listener.py +3 -3
  1408. pulumi_azure_native/sqlvirtualmachine/get_availability_group_listener.py +2 -2
  1409. pulumi_azure_native/sqlvirtualmachine/get_sql_virtual_machine.py +2 -2
  1410. pulumi_azure_native/sqlvirtualmachine/get_sql_virtual_machine_group.py +2 -2
  1411. pulumi_azure_native/sqlvirtualmachine/sql_virtual_machine.py +3 -3
  1412. pulumi_azure_native/sqlvirtualmachine/sql_virtual_machine_group.py +3 -3
  1413. pulumi_azure_native/sqlvirtualmachine/v20220201/availability_group_listener.py +1 -1
  1414. pulumi_azure_native/sqlvirtualmachine/v20220201/sql_virtual_machine.py +1 -1
  1415. pulumi_azure_native/sqlvirtualmachine/v20220201/sql_virtual_machine_group.py +1 -1
  1416. pulumi_azure_native/sqlvirtualmachine/v20230101preview/availability_group_listener.py +1 -1
  1417. pulumi_azure_native/sqlvirtualmachine/v20230101preview/sql_virtual_machine.py +1 -1
  1418. pulumi_azure_native/sqlvirtualmachine/v20230101preview/sql_virtual_machine_group.py +1 -1
  1419. pulumi_azure_native/sqlvirtualmachine/v20231001/__init__.py +16 -0
  1420. pulumi_azure_native/sqlvirtualmachine/v20231001/_enums.py +232 -0
  1421. pulumi_azure_native/sqlvirtualmachine/v20231001/_inputs.py +1929 -0
  1422. pulumi_azure_native/sqlvirtualmachine/v20231001/availability_group_listener.py +371 -0
  1423. pulumi_azure_native/sqlvirtualmachine/v20231001/get_availability_group_listener.py +219 -0
  1424. pulumi_azure_native/sqlvirtualmachine/v20231001/get_sql_virtual_machine.py +435 -0
  1425. pulumi_azure_native/sqlvirtualmachine/v20231001/get_sql_virtual_machine_group.py +235 -0
  1426. pulumi_azure_native/sqlvirtualmachine/v20231001/outputs.py +2327 -0
  1427. pulumi_azure_native/sqlvirtualmachine/v20231001/sql_virtual_machine.py +794 -0
  1428. pulumi_azure_native/sqlvirtualmachine/v20231001/sql_virtual_machine_group.py +351 -0
  1429. pulumi_azure_native/web/__init__.py +7 -0
  1430. pulumi_azure_native/web/_enums.py +11 -0
  1431. pulumi_azure_native/web/_inputs.py +108 -0
  1432. pulumi_azure_native/web/app_service_environment.py +3 -3
  1433. pulumi_azure_native/web/app_service_environment_ase_custom_dns_suffix_configuration.py +3 -3
  1434. pulumi_azure_native/web/app_service_environment_private_endpoint_connection.py +3 -3
  1435. pulumi_azure_native/web/app_service_plan.py +3 -3
  1436. pulumi_azure_native/web/app_service_plan_route_for_vnet.py +3 -3
  1437. pulumi_azure_native/web/certificate.py +3 -3
  1438. pulumi_azure_native/web/container_app.py +5 -1
  1439. pulumi_azure_native/web/get_app_service_environment.py +2 -2
  1440. pulumi_azure_native/web/get_app_service_environment_ase_custom_dns_suffix_configuration.py +2 -2
  1441. pulumi_azure_native/web/get_app_service_environment_private_endpoint_connection.py +2 -2
  1442. pulumi_azure_native/web/get_app_service_plan.py +2 -2
  1443. pulumi_azure_native/web/get_certificate.py +2 -2
  1444. pulumi_azure_native/web/get_container_app.py +4 -0
  1445. pulumi_azure_native/web/get_kube_environment.py +2 -2
  1446. pulumi_azure_native/web/get_static_site.py +2 -2
  1447. pulumi_azure_native/web/get_static_site_build_database_connection.py +2 -2
  1448. pulumi_azure_native/web/get_static_site_custom_domain.py +2 -2
  1449. pulumi_azure_native/web/get_static_site_database_connection.py +2 -2
  1450. pulumi_azure_native/web/get_static_site_linked_backend.py +2 -2
  1451. pulumi_azure_native/web/get_static_site_linked_backend_for_build.py +2 -2
  1452. pulumi_azure_native/web/get_static_site_private_endpoint_connection.py +2 -2
  1453. pulumi_azure_native/web/get_static_site_user_provided_function_app_for_static_site.py +2 -2
  1454. pulumi_azure_native/web/get_static_site_user_provided_function_app_for_static_site_build.py +2 -2
  1455. pulumi_azure_native/web/get_web_app.py +2 -2
  1456. pulumi_azure_native/web/get_web_app_deployment.py +2 -2
  1457. pulumi_azure_native/web/get_web_app_deployment_slot.py +2 -2
  1458. pulumi_azure_native/web/get_web_app_diagnostic_logs_configuration.py +2 -2
  1459. pulumi_azure_native/web/get_web_app_domain_ownership_identifier.py +2 -2
  1460. pulumi_azure_native/web/get_web_app_domain_ownership_identifier_slot.py +2 -2
  1461. pulumi_azure_native/web/get_web_app_ftp_allowed.py +2 -2
  1462. pulumi_azure_native/web/get_web_app_function.py +2 -2
  1463. pulumi_azure_native/web/get_web_app_host_name_binding.py +2 -2
  1464. pulumi_azure_native/web/get_web_app_host_name_binding_slot.py +2 -2
  1465. pulumi_azure_native/web/get_web_app_hybrid_connection.py +2 -2
  1466. pulumi_azure_native/web/get_web_app_hybrid_connection_slot.py +2 -2
  1467. pulumi_azure_native/web/get_web_app_instance_function_slot.py +2 -2
  1468. pulumi_azure_native/web/get_web_app_premier_add_on.py +2 -2
  1469. pulumi_azure_native/web/get_web_app_premier_add_on_slot.py +2 -2
  1470. pulumi_azure_native/web/get_web_app_private_endpoint_connection.py +2 -2
  1471. pulumi_azure_native/web/get_web_app_private_endpoint_connection_slot.py +2 -2
  1472. pulumi_azure_native/web/get_web_app_public_certificate.py +2 -2
  1473. pulumi_azure_native/web/get_web_app_public_certificate_slot.py +2 -2
  1474. pulumi_azure_native/web/get_web_app_relay_service_connection.py +2 -2
  1475. pulumi_azure_native/web/get_web_app_relay_service_connection_slot.py +2 -2
  1476. pulumi_azure_native/web/get_web_app_scm_allowed.py +2 -2
  1477. pulumi_azure_native/web/get_web_app_site_container.py +281 -0
  1478. pulumi_azure_native/web/get_web_app_site_container_slot.py +286 -0
  1479. pulumi_azure_native/web/get_web_app_site_extension.py +2 -2
  1480. pulumi_azure_native/web/get_web_app_site_extension_slot.py +2 -2
  1481. pulumi_azure_native/web/get_web_app_slot.py +2 -2
  1482. pulumi_azure_native/web/get_web_app_slot_configuration_names.py +2 -2
  1483. pulumi_azure_native/web/get_web_app_source_control.py +2 -2
  1484. pulumi_azure_native/web/get_web_app_source_control_slot.py +2 -2
  1485. pulumi_azure_native/web/get_web_app_swift_virtual_network_connection.py +2 -2
  1486. pulumi_azure_native/web/get_web_app_swift_virtual_network_connection_slot.py +2 -2
  1487. pulumi_azure_native/web/get_web_app_vnet_connection.py +2 -2
  1488. pulumi_azure_native/web/get_web_app_vnet_connection_slot.py +2 -2
  1489. pulumi_azure_native/web/kube_environment.py +3 -3
  1490. pulumi_azure_native/web/list_app_service_plan_hybrid_connection_keys.py +2 -2
  1491. pulumi_azure_native/web/list_container_app_secrets.py +4 -0
  1492. pulumi_azure_native/web/list_site_identifiers_assigned_to_host_name.py +2 -2
  1493. pulumi_azure_native/web/list_static_site_app_settings.py +2 -2
  1494. pulumi_azure_native/web/list_static_site_build_app_settings.py +2 -2
  1495. pulumi_azure_native/web/list_static_site_build_function_app_settings.py +2 -2
  1496. pulumi_azure_native/web/list_static_site_configured_roles.py +2 -2
  1497. pulumi_azure_native/web/list_static_site_function_app_settings.py +2 -2
  1498. pulumi_azure_native/web/list_static_site_secrets.py +2 -2
  1499. pulumi_azure_native/web/list_static_site_users.py +2 -2
  1500. pulumi_azure_native/web/list_web_app_application_settings.py +2 -2
  1501. pulumi_azure_native/web/list_web_app_application_settings_slot.py +2 -2
  1502. pulumi_azure_native/web/list_web_app_auth_settings.py +2 -2
  1503. pulumi_azure_native/web/list_web_app_auth_settings_slot.py +2 -2
  1504. pulumi_azure_native/web/list_web_app_azure_storage_accounts.py +2 -2
  1505. pulumi_azure_native/web/list_web_app_azure_storage_accounts_slot.py +2 -2
  1506. pulumi_azure_native/web/list_web_app_backup_configuration.py +2 -2
  1507. pulumi_azure_native/web/list_web_app_backup_configuration_slot.py +2 -2
  1508. pulumi_azure_native/web/list_web_app_backup_status_secrets.py +2 -2
  1509. pulumi_azure_native/web/list_web_app_backup_status_secrets_slot.py +2 -2
  1510. pulumi_azure_native/web/list_web_app_connection_strings.py +2 -2
  1511. pulumi_azure_native/web/list_web_app_connection_strings_slot.py +2 -2
  1512. pulumi_azure_native/web/list_web_app_function_keys.py +2 -2
  1513. pulumi_azure_native/web/list_web_app_function_keys_slot.py +2 -2
  1514. pulumi_azure_native/web/list_web_app_function_secrets.py +2 -2
  1515. pulumi_azure_native/web/list_web_app_function_secrets_slot.py +2 -2
  1516. pulumi_azure_native/web/list_web_app_host_keys.py +2 -2
  1517. pulumi_azure_native/web/list_web_app_host_keys_slot.py +2 -2
  1518. pulumi_azure_native/web/list_web_app_metadata.py +2 -2
  1519. pulumi_azure_native/web/list_web_app_metadata_slot.py +2 -2
  1520. pulumi_azure_native/web/list_web_app_publishing_credentials.py +2 -2
  1521. pulumi_azure_native/web/list_web_app_publishing_credentials_slot.py +2 -2
  1522. pulumi_azure_native/web/list_web_app_site_backups.py +2 -2
  1523. pulumi_azure_native/web/list_web_app_site_backups_slot.py +2 -2
  1524. pulumi_azure_native/web/list_web_app_site_push_settings.py +2 -2
  1525. pulumi_azure_native/web/list_web_app_site_push_settings_slot.py +2 -2
  1526. pulumi_azure_native/web/list_web_app_sync_function_triggers.py +2 -2
  1527. pulumi_azure_native/web/list_web_app_sync_function_triggers_slot.py +2 -2
  1528. pulumi_azure_native/web/list_web_app_workflows_connections.py +2 -2
  1529. pulumi_azure_native/web/list_web_app_workflows_connections_slot.py +2 -2
  1530. pulumi_azure_native/web/list_workflow_run_action_expression_traces.py +2 -2
  1531. pulumi_azure_native/web/list_workflow_run_action_repetition_expression_traces.py +2 -2
  1532. pulumi_azure_native/web/list_workflow_trigger_callback_url.py +2 -2
  1533. pulumi_azure_native/web/outputs.py +105 -0
  1534. pulumi_azure_native/web/static_site.py +3 -3
  1535. pulumi_azure_native/web/static_site_build_database_connection.py +3 -3
  1536. pulumi_azure_native/web/static_site_custom_domain.py +3 -3
  1537. pulumi_azure_native/web/static_site_database_connection.py +3 -3
  1538. pulumi_azure_native/web/static_site_linked_backend.py +3 -3
  1539. pulumi_azure_native/web/static_site_linked_backend_for_build.py +3 -3
  1540. pulumi_azure_native/web/static_site_private_endpoint_connection.py +3 -3
  1541. pulumi_azure_native/web/static_site_user_provided_function_app_for_static_site.py +3 -3
  1542. pulumi_azure_native/web/static_site_user_provided_function_app_for_static_site_build.py +3 -3
  1543. pulumi_azure_native/web/v20160301/certificate.py +1 -1
  1544. pulumi_azure_native/web/v20160801/web_app.py +1 -1
  1545. pulumi_azure_native/web/v20160801/web_app_backup_configuration.py +1 -1
  1546. pulumi_azure_native/web/v20160801/web_app_backup_configuration_slot.py +1 -1
  1547. pulumi_azure_native/web/v20160801/web_app_function.py +1 -1
  1548. pulumi_azure_native/web/v20160801/web_app_instance_function_slot.py +1 -1
  1549. pulumi_azure_native/web/v20160801/web_app_premier_add_on.py +1 -1
  1550. pulumi_azure_native/web/v20160801/web_app_premier_add_on_slot.py +1 -1
  1551. pulumi_azure_native/web/v20160801/web_app_site_extension.py +1 -1
  1552. pulumi_azure_native/web/v20160801/web_app_site_extension_slot.py +1 -1
  1553. pulumi_azure_native/web/v20160801/web_app_slot.py +1 -1
  1554. pulumi_azure_native/web/v20160901/app_service_plan.py +1 -1
  1555. pulumi_azure_native/web/v20160901/app_service_plan_route_for_vnet.py +1 -1
  1556. pulumi_azure_native/web/v20181101/web_app.py +1 -1
  1557. pulumi_azure_native/web/v20181101/web_app_domain_ownership_identifier.py +1 -1
  1558. pulumi_azure_native/web/v20181101/web_app_domain_ownership_identifier_slot.py +1 -1
  1559. pulumi_azure_native/web/v20181101/web_app_slot.py +1 -1
  1560. pulumi_azure_native/web/v20190801/app_service_environment.py +1 -1
  1561. pulumi_azure_native/web/v20190801/web_app_ftp_allowed.py +1 -1
  1562. pulumi_azure_native/web/v20190801/web_app_scm_allowed.py +1 -1
  1563. pulumi_azure_native/web/v20200601/web_app_ftp_allowed.py +1 -1
  1564. pulumi_azure_native/web/v20200601/web_app_scm_allowed.py +1 -1
  1565. pulumi_azure_native/web/v20200901/web_app_ftp_allowed.py +1 -1
  1566. pulumi_azure_native/web/v20200901/web_app_scm_allowed.py +1 -1
  1567. pulumi_azure_native/web/v20201001/app_service_environment.py +1 -1
  1568. pulumi_azure_native/web/v20201001/app_service_plan.py +1 -1
  1569. pulumi_azure_native/web/v20201001/app_service_plan_route_for_vnet.py +1 -1
  1570. pulumi_azure_native/web/v20201001/certificate.py +1 -1
  1571. pulumi_azure_native/web/v20201001/static_site.py +1 -1
  1572. pulumi_azure_native/web/v20201001/web_app.py +1 -1
  1573. pulumi_azure_native/web/v20201001/web_app_application_settings.py +1 -1
  1574. pulumi_azure_native/web/v20201001/web_app_application_settings_slot.py +1 -1
  1575. pulumi_azure_native/web/v20201001/web_app_auth_settings.py +1 -1
  1576. pulumi_azure_native/web/v20201001/web_app_auth_settings_slot.py +1 -1
  1577. pulumi_azure_native/web/v20201001/web_app_azure_storage_accounts.py +1 -1
  1578. pulumi_azure_native/web/v20201001/web_app_azure_storage_accounts_slot.py +1 -1
  1579. pulumi_azure_native/web/v20201001/web_app_backup_configuration.py +1 -1
  1580. pulumi_azure_native/web/v20201001/web_app_backup_configuration_slot.py +1 -1
  1581. pulumi_azure_native/web/v20201001/web_app_connection_strings.py +1 -1
  1582. pulumi_azure_native/web/v20201001/web_app_connection_strings_slot.py +1 -1
  1583. pulumi_azure_native/web/v20201001/web_app_deployment.py +1 -1
  1584. pulumi_azure_native/web/v20201001/web_app_deployment_slot.py +1 -1
  1585. pulumi_azure_native/web/v20201001/web_app_diagnostic_logs_configuration.py +1 -1
  1586. pulumi_azure_native/web/v20201001/web_app_domain_ownership_identifier.py +1 -1
  1587. pulumi_azure_native/web/v20201001/web_app_domain_ownership_identifier_slot.py +1 -1
  1588. pulumi_azure_native/web/v20201001/web_app_ftp_allowed.py +1 -1
  1589. pulumi_azure_native/web/v20201001/web_app_function.py +1 -1
  1590. pulumi_azure_native/web/v20201001/web_app_host_name_binding.py +1 -1
  1591. pulumi_azure_native/web/v20201001/web_app_host_name_binding_slot.py +1 -1
  1592. pulumi_azure_native/web/v20201001/web_app_hybrid_connection.py +1 -1
  1593. pulumi_azure_native/web/v20201001/web_app_hybrid_connection_slot.py +1 -1
  1594. pulumi_azure_native/web/v20201001/web_app_instance_function_slot.py +1 -1
  1595. pulumi_azure_native/web/v20201001/web_app_metadata.py +1 -1
  1596. pulumi_azure_native/web/v20201001/web_app_metadata_slot.py +1 -1
  1597. pulumi_azure_native/web/v20201001/web_app_premier_add_on.py +1 -1
  1598. pulumi_azure_native/web/v20201001/web_app_premier_add_on_slot.py +1 -1
  1599. pulumi_azure_native/web/v20201001/web_app_private_endpoint_connection.py +1 -1
  1600. pulumi_azure_native/web/v20201001/web_app_public_certificate.py +1 -1
  1601. pulumi_azure_native/web/v20201001/web_app_public_certificate_slot.py +1 -1
  1602. pulumi_azure_native/web/v20201001/web_app_relay_service_connection.py +1 -1
  1603. pulumi_azure_native/web/v20201001/web_app_relay_service_connection_slot.py +1 -1
  1604. pulumi_azure_native/web/v20201001/web_app_scm_allowed.py +1 -1
  1605. pulumi_azure_native/web/v20201001/web_app_site_extension.py +1 -1
  1606. pulumi_azure_native/web/v20201001/web_app_site_extension_slot.py +1 -1
  1607. pulumi_azure_native/web/v20201001/web_app_site_push_settings.py +1 -1
  1608. pulumi_azure_native/web/v20201001/web_app_site_push_settings_slot.py +1 -1
  1609. pulumi_azure_native/web/v20201001/web_app_slot.py +1 -1
  1610. pulumi_azure_native/web/v20201001/web_app_slot_configuration_names.py +1 -1
  1611. pulumi_azure_native/web/v20201001/web_app_source_control.py +1 -1
  1612. pulumi_azure_native/web/v20201001/web_app_source_control_slot.py +1 -1
  1613. pulumi_azure_native/web/v20201001/web_app_swift_virtual_network_connection.py +1 -1
  1614. pulumi_azure_native/web/v20201001/web_app_swift_virtual_network_connection_slot.py +1 -1
  1615. pulumi_azure_native/web/v20201001/web_app_vnet_connection.py +1 -1
  1616. pulumi_azure_native/web/v20201001/web_app_vnet_connection_slot.py +1 -1
  1617. pulumi_azure_native/web/v20201201/web_app_ftp_allowed.py +1 -1
  1618. pulumi_azure_native/web/v20201201/web_app_scm_allowed.py +1 -1
  1619. pulumi_azure_native/web/v20210101/web_app_ftp_allowed.py +1 -1
  1620. pulumi_azure_native/web/v20210101/web_app_scm_allowed.py +1 -1
  1621. pulumi_azure_native/web/v20210115/app_service_environment.py +1 -1
  1622. pulumi_azure_native/web/v20210115/web_app_ftp_allowed.py +1 -1
  1623. pulumi_azure_native/web/v20210115/web_app_scm_allowed.py +1 -1
  1624. pulumi_azure_native/web/v20210201/static_site.py +1 -1
  1625. pulumi_azure_native/web/v20210201/web_app_ftp_allowed.py +1 -1
  1626. pulumi_azure_native/web/v20210201/web_app_scm_allowed.py +1 -1
  1627. pulumi_azure_native/web/v20210301/web_app_ftp_allowed.py +1 -1
  1628. pulumi_azure_native/web/v20210301/web_app_scm_allowed.py +1 -1
  1629. pulumi_azure_native/web/v20220301/web_app_ftp_allowed.py +1 -1
  1630. pulumi_azure_native/web/v20220301/web_app_scm_allowed.py +1 -1
  1631. pulumi_azure_native/web/v20220901/app_service_environment.py +1 -1
  1632. pulumi_azure_native/web/v20220901/app_service_environment_ase_custom_dns_suffix_configuration.py +1 -1
  1633. pulumi_azure_native/web/v20220901/app_service_environment_private_endpoint_connection.py +1 -1
  1634. pulumi_azure_native/web/v20220901/app_service_plan.py +1 -1
  1635. pulumi_azure_native/web/v20220901/app_service_plan_route_for_vnet.py +1 -1
  1636. pulumi_azure_native/web/v20220901/certificate.py +1 -1
  1637. pulumi_azure_native/web/v20220901/kube_environment.py +1 -1
  1638. pulumi_azure_native/web/v20220901/static_site.py +1 -1
  1639. pulumi_azure_native/web/v20220901/static_site_build_database_connection.py +1 -1
  1640. pulumi_azure_native/web/v20220901/static_site_custom_domain.py +1 -1
  1641. pulumi_azure_native/web/v20220901/static_site_database_connection.py +1 -1
  1642. pulumi_azure_native/web/v20220901/static_site_linked_backend.py +1 -1
  1643. pulumi_azure_native/web/v20220901/static_site_linked_backend_for_build.py +1 -1
  1644. pulumi_azure_native/web/v20220901/static_site_private_endpoint_connection.py +1 -1
  1645. pulumi_azure_native/web/v20220901/static_site_user_provided_function_app_for_static_site.py +1 -1
  1646. pulumi_azure_native/web/v20220901/static_site_user_provided_function_app_for_static_site_build.py +1 -1
  1647. pulumi_azure_native/web/v20220901/web_app.py +1 -1
  1648. pulumi_azure_native/web/v20220901/web_app_application_settings.py +1 -1
  1649. pulumi_azure_native/web/v20220901/web_app_application_settings_slot.py +1 -1
  1650. pulumi_azure_native/web/v20220901/web_app_auth_settings.py +1 -1
  1651. pulumi_azure_native/web/v20220901/web_app_auth_settings_slot.py +1 -1
  1652. pulumi_azure_native/web/v20220901/web_app_azure_storage_accounts.py +1 -1
  1653. pulumi_azure_native/web/v20220901/web_app_azure_storage_accounts_slot.py +1 -1
  1654. pulumi_azure_native/web/v20220901/web_app_backup_configuration.py +1 -1
  1655. pulumi_azure_native/web/v20220901/web_app_backup_configuration_slot.py +1 -1
  1656. pulumi_azure_native/web/v20220901/web_app_connection_strings.py +1 -1
  1657. pulumi_azure_native/web/v20220901/web_app_connection_strings_slot.py +1 -1
  1658. pulumi_azure_native/web/v20220901/web_app_deployment.py +1 -1
  1659. pulumi_azure_native/web/v20220901/web_app_deployment_slot.py +1 -1
  1660. pulumi_azure_native/web/v20220901/web_app_diagnostic_logs_configuration.py +1 -1
  1661. pulumi_azure_native/web/v20220901/web_app_domain_ownership_identifier.py +1 -1
  1662. pulumi_azure_native/web/v20220901/web_app_domain_ownership_identifier_slot.py +1 -1
  1663. pulumi_azure_native/web/v20220901/web_app_ftp_allowed.py +1 -1
  1664. pulumi_azure_native/web/v20220901/web_app_function.py +1 -1
  1665. pulumi_azure_native/web/v20220901/web_app_host_name_binding.py +1 -1
  1666. pulumi_azure_native/web/v20220901/web_app_host_name_binding_slot.py +1 -1
  1667. pulumi_azure_native/web/v20220901/web_app_hybrid_connection.py +1 -1
  1668. pulumi_azure_native/web/v20220901/web_app_hybrid_connection_slot.py +1 -1
  1669. pulumi_azure_native/web/v20220901/web_app_instance_function_slot.py +1 -1
  1670. pulumi_azure_native/web/v20220901/web_app_metadata.py +1 -1
  1671. pulumi_azure_native/web/v20220901/web_app_metadata_slot.py +1 -1
  1672. pulumi_azure_native/web/v20220901/web_app_premier_add_on.py +1 -1
  1673. pulumi_azure_native/web/v20220901/web_app_premier_add_on_slot.py +1 -1
  1674. pulumi_azure_native/web/v20220901/web_app_private_endpoint_connection.py +1 -1
  1675. pulumi_azure_native/web/v20220901/web_app_private_endpoint_connection_slot.py +1 -1
  1676. pulumi_azure_native/web/v20220901/web_app_public_certificate.py +1 -1
  1677. pulumi_azure_native/web/v20220901/web_app_public_certificate_slot.py +1 -1
  1678. pulumi_azure_native/web/v20220901/web_app_relay_service_connection.py +1 -1
  1679. pulumi_azure_native/web/v20220901/web_app_relay_service_connection_slot.py +1 -1
  1680. pulumi_azure_native/web/v20220901/web_app_scm_allowed.py +1 -1
  1681. pulumi_azure_native/web/v20220901/web_app_site_extension.py +1 -1
  1682. pulumi_azure_native/web/v20220901/web_app_site_extension_slot.py +1 -1
  1683. pulumi_azure_native/web/v20220901/web_app_site_push_settings.py +1 -1
  1684. pulumi_azure_native/web/v20220901/web_app_site_push_settings_slot.py +1 -1
  1685. pulumi_azure_native/web/v20220901/web_app_slot.py +1 -1
  1686. pulumi_azure_native/web/v20220901/web_app_slot_configuration_names.py +1 -1
  1687. pulumi_azure_native/web/v20220901/web_app_source_control.py +1 -1
  1688. pulumi_azure_native/web/v20220901/web_app_source_control_slot.py +1 -1
  1689. pulumi_azure_native/web/v20220901/web_app_swift_virtual_network_connection.py +1 -1
  1690. pulumi_azure_native/web/v20220901/web_app_swift_virtual_network_connection_slot.py +1 -1
  1691. pulumi_azure_native/web/v20220901/web_app_vnet_connection.py +1 -1
  1692. pulumi_azure_native/web/v20220901/web_app_vnet_connection_slot.py +1 -1
  1693. pulumi_azure_native/web/v20230101/app_service_environment.py +1 -1
  1694. pulumi_azure_native/web/v20230101/app_service_environment_ase_custom_dns_suffix_configuration.py +1 -1
  1695. pulumi_azure_native/web/v20230101/app_service_environment_private_endpoint_connection.py +1 -1
  1696. pulumi_azure_native/web/v20230101/app_service_plan.py +1 -1
  1697. pulumi_azure_native/web/v20230101/app_service_plan_route_for_vnet.py +1 -1
  1698. pulumi_azure_native/web/v20230101/certificate.py +1 -1
  1699. pulumi_azure_native/web/v20230101/container_app.py +1 -1
  1700. pulumi_azure_native/web/v20230101/get_web_app.py +14 -1
  1701. pulumi_azure_native/web/v20230101/get_web_app_slot.py +14 -1
  1702. pulumi_azure_native/web/v20230101/kube_environment.py +1 -1
  1703. pulumi_azure_native/web/v20230101/static_site.py +1 -1
  1704. pulumi_azure_native/web/v20230101/static_site_build_database_connection.py +1 -1
  1705. pulumi_azure_native/web/v20230101/static_site_custom_domain.py +1 -1
  1706. pulumi_azure_native/web/v20230101/static_site_database_connection.py +1 -1
  1707. pulumi_azure_native/web/v20230101/static_site_linked_backend.py +1 -1
  1708. pulumi_azure_native/web/v20230101/static_site_linked_backend_for_build.py +1 -1
  1709. pulumi_azure_native/web/v20230101/static_site_private_endpoint_connection.py +1 -1
  1710. pulumi_azure_native/web/v20230101/static_site_user_provided_function_app_for_static_site.py +1 -1
  1711. pulumi_azure_native/web/v20230101/static_site_user_provided_function_app_for_static_site_build.py +1 -1
  1712. pulumi_azure_native/web/v20230101/web_app.py +30 -1
  1713. pulumi_azure_native/web/v20230101/web_app_application_settings.py +1 -1
  1714. pulumi_azure_native/web/v20230101/web_app_application_settings_slot.py +1 -1
  1715. pulumi_azure_native/web/v20230101/web_app_auth_settings.py +1 -1
  1716. pulumi_azure_native/web/v20230101/web_app_auth_settings_slot.py +1 -1
  1717. pulumi_azure_native/web/v20230101/web_app_azure_storage_accounts.py +1 -1
  1718. pulumi_azure_native/web/v20230101/web_app_azure_storage_accounts_slot.py +1 -1
  1719. pulumi_azure_native/web/v20230101/web_app_backup_configuration.py +1 -1
  1720. pulumi_azure_native/web/v20230101/web_app_backup_configuration_slot.py +1 -1
  1721. pulumi_azure_native/web/v20230101/web_app_connection_strings.py +1 -1
  1722. pulumi_azure_native/web/v20230101/web_app_connection_strings_slot.py +1 -1
  1723. pulumi_azure_native/web/v20230101/web_app_deployment.py +1 -1
  1724. pulumi_azure_native/web/v20230101/web_app_deployment_slot.py +1 -1
  1725. pulumi_azure_native/web/v20230101/web_app_diagnostic_logs_configuration.py +1 -1
  1726. pulumi_azure_native/web/v20230101/web_app_domain_ownership_identifier.py +1 -1
  1727. pulumi_azure_native/web/v20230101/web_app_domain_ownership_identifier_slot.py +1 -1
  1728. pulumi_azure_native/web/v20230101/web_app_ftp_allowed.py +1 -1
  1729. pulumi_azure_native/web/v20230101/web_app_function.py +1 -1
  1730. pulumi_azure_native/web/v20230101/web_app_host_name_binding.py +1 -1
  1731. pulumi_azure_native/web/v20230101/web_app_host_name_binding_slot.py +1 -1
  1732. pulumi_azure_native/web/v20230101/web_app_hybrid_connection.py +1 -1
  1733. pulumi_azure_native/web/v20230101/web_app_hybrid_connection_slot.py +1 -1
  1734. pulumi_azure_native/web/v20230101/web_app_instance_function_slot.py +1 -1
  1735. pulumi_azure_native/web/v20230101/web_app_metadata.py +1 -1
  1736. pulumi_azure_native/web/v20230101/web_app_metadata_slot.py +1 -1
  1737. pulumi_azure_native/web/v20230101/web_app_premier_add_on.py +1 -1
  1738. pulumi_azure_native/web/v20230101/web_app_premier_add_on_slot.py +1 -1
  1739. pulumi_azure_native/web/v20230101/web_app_private_endpoint_connection.py +1 -1
  1740. pulumi_azure_native/web/v20230101/web_app_private_endpoint_connection_slot.py +1 -1
  1741. pulumi_azure_native/web/v20230101/web_app_public_certificate.py +1 -1
  1742. pulumi_azure_native/web/v20230101/web_app_public_certificate_slot.py +1 -1
  1743. pulumi_azure_native/web/v20230101/web_app_relay_service_connection.py +1 -1
  1744. pulumi_azure_native/web/v20230101/web_app_relay_service_connection_slot.py +1 -1
  1745. pulumi_azure_native/web/v20230101/web_app_scm_allowed.py +1 -1
  1746. pulumi_azure_native/web/v20230101/web_app_site_extension.py +1 -1
  1747. pulumi_azure_native/web/v20230101/web_app_site_extension_slot.py +1 -1
  1748. pulumi_azure_native/web/v20230101/web_app_site_push_settings.py +1 -1
  1749. pulumi_azure_native/web/v20230101/web_app_site_push_settings_slot.py +1 -1
  1750. pulumi_azure_native/web/v20230101/web_app_slot.py +30 -1
  1751. pulumi_azure_native/web/v20230101/web_app_slot_configuration_names.py +1 -1
  1752. pulumi_azure_native/web/v20230101/web_app_source_control.py +1 -1
  1753. pulumi_azure_native/web/v20230101/web_app_source_control_slot.py +1 -1
  1754. pulumi_azure_native/web/v20230101/web_app_swift_virtual_network_connection.py +1 -1
  1755. pulumi_azure_native/web/v20230101/web_app_swift_virtual_network_connection_slot.py +1 -1
  1756. pulumi_azure_native/web/v20230101/web_app_vnet_connection.py +1 -1
  1757. pulumi_azure_native/web/v20230101/web_app_vnet_connection_slot.py +1 -1
  1758. pulumi_azure_native/web/v20231201/__init__.py +168 -0
  1759. pulumi_azure_native/web/v20231201/_enums.py +458 -0
  1760. pulumi_azure_native/web/v20231201/_inputs.py +6998 -0
  1761. pulumi_azure_native/web/v20231201/app_service_environment.py +695 -0
  1762. pulumi_azure_native/web/v20231201/app_service_environment_ase_custom_dns_suffix_configuration.py +283 -0
  1763. pulumi_azure_native/web/v20231201/app_service_environment_private_endpoint_connection.py +274 -0
  1764. pulumi_azure_native/web/v20231201/app_service_plan.py +842 -0
  1765. pulumi_azure_native/web/v20231201/app_service_plan_route_for_vnet.py +331 -0
  1766. pulumi_azure_native/web/v20231201/certificate.py +593 -0
  1767. pulumi_azure_native/web/v20231201/container_app.py +359 -0
  1768. pulumi_azure_native/web/v20231201/get_app_service_environment.py +405 -0
  1769. pulumi_azure_native/web/v20231201/get_app_service_environment_ase_custom_dns_suffix_configuration.py +176 -0
  1770. pulumi_azure_native/web/v20231201/get_app_service_environment_private_endpoint_connection.py +172 -0
  1771. pulumi_azure_native/web/v20231201/get_app_service_plan.py +471 -0
  1772. pulumi_azure_native/web/v20231201/get_certificate.py +404 -0
  1773. pulumi_azure_native/web/v20231201/get_container_app.py +222 -0
  1774. pulumi_azure_native/web/v20231201/get_kube_environment.py +288 -0
  1775. pulumi_azure_native/web/v20231201/get_static_site.py +404 -0
  1776. pulumi_azure_native/web/v20231201/get_static_site_build_database_connection.py +193 -0
  1777. pulumi_azure_native/web/v20231201/get_static_site_custom_domain.py +184 -0
  1778. pulumi_azure_native/web/v20231201/get_static_site_database_connection.py +188 -0
  1779. pulumi_azure_native/web/v20231201/get_static_site_linked_backend.py +174 -0
  1780. pulumi_azure_native/web/v20231201/get_static_site_linked_backend_for_build.py +179 -0
  1781. pulumi_azure_native/web/v20231201/get_static_site_private_endpoint_connection.py +172 -0
  1782. pulumi_azure_native/web/v20231201/get_static_site_user_provided_function_app_for_static_site.py +161 -0
  1783. pulumi_azure_native/web/v20231201/get_static_site_user_provided_function_app_for_static_site_build.py +166 -0
  1784. pulumi_azure_native/web/v20231201/get_web_app.py +841 -0
  1785. pulumi_azure_native/web/v20231201/get_web_app_deployment.py +239 -0
  1786. pulumi_azure_native/web/v20231201/get_web_app_deployment_slot.py +244 -0
  1787. pulumi_azure_native/web/v20231201/get_web_app_diagnostic_logs_configuration.py +170 -0
  1788. pulumi_azure_native/web/v20231201/get_web_app_domain_ownership_identifier.py +135 -0
  1789. pulumi_azure_native/web/v20231201/get_web_app_domain_ownership_identifier_slot.py +140 -0
  1790. pulumi_azure_native/web/v20231201/get_web_app_ftp_allowed.py +130 -0
  1791. pulumi_azure_native/web/v20231201/get_web_app_function.py +291 -0
  1792. pulumi_azure_native/web/v20231201/get_web_app_host_name_binding.py +239 -0
  1793. pulumi_azure_native/web/v20231201/get_web_app_host_name_binding_slot.py +244 -0
  1794. pulumi_azure_native/web/v20231201/get_web_app_hybrid_connection.py +232 -0
  1795. pulumi_azure_native/web/v20231201/get_web_app_hybrid_connection_slot.py +237 -0
  1796. pulumi_azure_native/web/v20231201/get_web_app_instance_function_slot.py +296 -0
  1797. pulumi_azure_native/web/v20231201/get_web_app_premier_add_on.py +213 -0
  1798. pulumi_azure_native/web/v20231201/get_web_app_premier_add_on_slot.py +218 -0
  1799. pulumi_azure_native/web/v20231201/get_web_app_private_endpoint_connection.py +172 -0
  1800. pulumi_azure_native/web/v20231201/get_web_app_private_endpoint_connection_slot.py +177 -0
  1801. pulumi_azure_native/web/v20231201/get_web_app_public_certificate.py +161 -0
  1802. pulumi_azure_native/web/v20231201/get_web_app_public_certificate_slot.py +166 -0
  1803. pulumi_azure_native/web/v20231201/get_web_app_relay_service_connection.py +192 -0
  1804. pulumi_azure_native/web/v20231201/get_web_app_relay_service_connection_slot.py +197 -0
  1805. pulumi_azure_native/web/v20231201/get_web_app_scm_allowed.py +130 -0
  1806. pulumi_azure_native/web/v20231201/get_web_app_site_container.py +279 -0
  1807. pulumi_azure_native/web/v20231201/get_web_app_site_container_slot.py +284 -0
  1808. pulumi_azure_native/web/v20231201/get_web_app_site_extension.py +379 -0
  1809. pulumi_azure_native/web/v20231201/get_web_app_site_extension_slot.py +384 -0
  1810. pulumi_azure_native/web/v20231201/get_web_app_slot.py +846 -0
  1811. pulumi_azure_native/web/v20231201/get_web_app_slot_configuration_names.py +156 -0
  1812. pulumi_azure_native/web/v20231201/get_web_app_source_control.py +209 -0
  1813. pulumi_azure_native/web/v20231201/get_web_app_source_control_slot.py +214 -0
  1814. pulumi_azure_native/web/v20231201/get_web_app_swift_virtual_network_connection.py +143 -0
  1815. pulumi_azure_native/web/v20231201/get_web_app_swift_virtual_network_connection_slot.py +148 -0
  1816. pulumi_azure_native/web/v20231201/get_web_app_vnet_connection.py +215 -0
  1817. pulumi_azure_native/web/v20231201/get_web_app_vnet_connection_slot.py +220 -0
  1818. pulumi_azure_native/web/v20231201/kube_environment.py +512 -0
  1819. pulumi_azure_native/web/v20231201/list_app_service_plan_hybrid_connection_keys.py +153 -0
  1820. pulumi_azure_native/web/v20231201/list_container_app_secrets.py +74 -0
  1821. pulumi_azure_native/web/v20231201/list_site_identifiers_assigned_to_host_name.py +87 -0
  1822. pulumi_azure_native/web/v20231201/list_static_site_app_settings.py +130 -0
  1823. pulumi_azure_native/web/v20231201/list_static_site_build_app_settings.py +135 -0
  1824. pulumi_azure_native/web/v20231201/list_static_site_build_function_app_settings.py +135 -0
  1825. pulumi_azure_native/web/v20231201/list_static_site_configured_roles.py +130 -0
  1826. pulumi_azure_native/web/v20231201/list_static_site_function_app_settings.py +130 -0
  1827. pulumi_azure_native/web/v20231201/list_static_site_secrets.py +130 -0
  1828. pulumi_azure_native/web/v20231201/list_static_site_users.py +97 -0
  1829. pulumi_azure_native/web/v20231201/list_web_app_application_settings.py +130 -0
  1830. pulumi_azure_native/web/v20231201/list_web_app_application_settings_slot.py +135 -0
  1831. pulumi_azure_native/web/v20231201/list_web_app_auth_settings.py +663 -0
  1832. pulumi_azure_native/web/v20231201/list_web_app_auth_settings_slot.py +668 -0
  1833. pulumi_azure_native/web/v20231201/list_web_app_azure_storage_accounts.py +131 -0
  1834. pulumi_azure_native/web/v20231201/list_web_app_azure_storage_accounts_slot.py +136 -0
  1835. pulumi_azure_native/web/v20231201/list_web_app_backup_configuration.py +183 -0
  1836. pulumi_azure_native/web/v20231201/list_web_app_backup_configuration_slot.py +188 -0
  1837. pulumi_azure_native/web/v20231201/list_web_app_backup_status_secrets.py +324 -0
  1838. pulumi_azure_native/web/v20231201/list_web_app_backup_status_secrets_slot.py +329 -0
  1839. pulumi_azure_native/web/v20231201/list_web_app_connection_strings.py +131 -0
  1840. pulumi_azure_native/web/v20231201/list_web_app_connection_strings_slot.py +136 -0
  1841. pulumi_azure_native/web/v20231201/list_web_app_function_keys.py +135 -0
  1842. pulumi_azure_native/web/v20231201/list_web_app_function_keys_slot.py +140 -0
  1843. pulumi_azure_native/web/v20231201/list_web_app_function_secrets.py +96 -0
  1844. pulumi_azure_native/web/v20231201/list_web_app_function_secrets_slot.py +101 -0
  1845. pulumi_azure_native/web/v20231201/list_web_app_host_keys.py +104 -0
  1846. pulumi_azure_native/web/v20231201/list_web_app_host_keys_slot.py +109 -0
  1847. pulumi_azure_native/web/v20231201/list_web_app_metadata.py +130 -0
  1848. pulumi_azure_native/web/v20231201/list_web_app_metadata_slot.py +135 -0
  1849. pulumi_azure_native/web/v20231201/list_web_app_publishing_credentials.py +182 -0
  1850. pulumi_azure_native/web/v20231201/list_web_app_publishing_credentials_slot.py +187 -0
  1851. pulumi_azure_native/web/v20231201/list_web_app_site_backups.py +92 -0
  1852. pulumi_azure_native/web/v20231201/list_web_app_site_backups_slot.py +97 -0
  1853. pulumi_azure_native/web/v20231201/list_web_app_site_push_settings.py +172 -0
  1854. pulumi_azure_native/web/v20231201/list_web_app_site_push_settings_slot.py +177 -0
  1855. pulumi_azure_native/web/v20231201/list_web_app_sync_function_triggers.py +91 -0
  1856. pulumi_azure_native/web/v20231201/list_web_app_sync_function_triggers_slot.py +96 -0
  1857. pulumi_azure_native/web/v20231201/list_web_app_workflows_connections.py +144 -0
  1858. pulumi_azure_native/web/v20231201/list_web_app_workflows_connections_slot.py +149 -0
  1859. pulumi_azure_native/web/v20231201/list_workflow_run_action_expression_traces.py +114 -0
  1860. pulumi_azure_native/web/v20231201/list_workflow_run_action_repetition_expression_traces.py +119 -0
  1861. pulumi_azure_native/web/v20231201/list_workflow_trigger_callback_url.py +154 -0
  1862. pulumi_azure_native/web/v20231201/outputs.py +9005 -0
  1863. pulumi_azure_native/web/v20231201/static_site.py +670 -0
  1864. pulumi_azure_native/web/v20231201/static_site_build_database_connection.py +352 -0
  1865. pulumi_azure_native/web/v20231201/static_site_custom_domain.py +272 -0
  1866. pulumi_azure_native/web/v20231201/static_site_database_connection.py +331 -0
  1867. pulumi_azure_native/web/v20231201/static_site_linked_backend.py +280 -0
  1868. pulumi_azure_native/web/v20231201/static_site_linked_backend_for_build.py +301 -0
  1869. pulumi_azure_native/web/v20231201/static_site_private_endpoint_connection.py +279 -0
  1870. pulumi_azure_native/web/v20231201/static_site_user_provided_function_app_for_static_site.py +290 -0
  1871. pulumi_azure_native/web/v20231201/static_site_user_provided_function_app_for_static_site_build.py +311 -0
  1872. pulumi_azure_native/web/v20231201/web_app.py +1499 -0
  1873. pulumi_azure_native/web/v20231201/web_app_application_settings.py +211 -0
  1874. pulumi_azure_native/web/v20231201/web_app_application_settings_slot.py +232 -0
  1875. pulumi_azure_native/web/v20231201/web_app_auth_settings.py +1493 -0
  1876. pulumi_azure_native/web/v20231201/web_app_auth_settings_slot.py +1514 -0
  1877. pulumi_azure_native/web/v20231201/web_app_azure_storage_accounts.py +214 -0
  1878. pulumi_azure_native/web/v20231201/web_app_azure_storage_accounts_slot.py +235 -0
  1879. pulumi_azure_native/web/v20231201/web_app_backup_configuration.py +331 -0
  1880. pulumi_azure_native/web/v20231201/web_app_backup_configuration_slot.py +352 -0
  1881. pulumi_azure_native/web/v20231201/web_app_connection_strings.py +214 -0
  1882. pulumi_azure_native/web/v20231201/web_app_connection_strings_slot.py +235 -0
  1883. pulumi_azure_native/web/v20231201/web_app_deployment.py +463 -0
  1884. pulumi_azure_native/web/v20231201/web_app_deployment_slot.py +484 -0
  1885. pulumi_azure_native/web/v20231201/web_app_diagnostic_logs_configuration.py +301 -0
  1886. pulumi_azure_native/web/v20231201/web_app_domain_ownership_identifier.py +231 -0
  1887. pulumi_azure_native/web/v20231201/web_app_domain_ownership_identifier_slot.py +252 -0
  1888. pulumi_azure_native/web/v20231201/web_app_ftp_allowed.py +212 -0
  1889. pulumi_azure_native/web/v20231201/web_app_function.py +579 -0
  1890. pulumi_azure_native/web/v20231201/web_app_host_name_binding.py +445 -0
  1891. pulumi_azure_native/web/v20231201/web_app_host_name_binding_slot.py +466 -0
  1892. pulumi_azure_native/web/v20231201/web_app_hybrid_connection.py +439 -0
  1893. pulumi_azure_native/web/v20231201/web_app_hybrid_connection_slot.py +460 -0
  1894. pulumi_azure_native/web/v20231201/web_app_instance_function_slot.py +600 -0
  1895. pulumi_azure_native/web/v20231201/web_app_metadata.py +211 -0
  1896. pulumi_azure_native/web/v20231201/web_app_metadata_slot.py +232 -0
  1897. pulumi_azure_native/web/v20231201/web_app_premier_add_on.py +405 -0
  1898. pulumi_azure_native/web/v20231201/web_app_premier_add_on_slot.py +426 -0
  1899. pulumi_azure_native/web/v20231201/web_app_private_endpoint_connection.py +274 -0
  1900. pulumi_azure_native/web/v20231201/web_app_private_endpoint_connection_slot.py +290 -0
  1901. pulumi_azure_native/web/v20231201/web_app_public_certificate.py +271 -0
  1902. pulumi_azure_native/web/v20231201/web_app_public_certificate_slot.py +292 -0
  1903. pulumi_azure_native/web/v20231201/web_app_relay_service_connection.py +329 -0
  1904. pulumi_azure_native/web/v20231201/web_app_relay_service_connection_slot.py +350 -0
  1905. pulumi_azure_native/web/v20231201/web_app_scm_allowed.py +212 -0
  1906. pulumi_azure_native/web/v20231201/web_app_site_container.py +517 -0
  1907. pulumi_azure_native/web/v20231201/web_app_site_container_slot.py +538 -0
  1908. pulumi_azure_native/web/v20231201/web_app_site_extension.py +380 -0
  1909. pulumi_azure_native/web/v20231201/web_app_site_extension_slot.py +401 -0
  1910. pulumi_azure_native/web/v20231201/web_app_site_push_settings.py +311 -0
  1911. pulumi_azure_native/web/v20231201/web_app_site_push_settings_slot.py +332 -0
  1912. pulumi_azure_native/web/v20231201/web_app_slot.py +1520 -0
  1913. pulumi_azure_native/web/v20231201/web_app_slot_configuration_names.py +269 -0
  1914. pulumi_azure_native/web/v20231201/web_app_source_control.py +387 -0
  1915. pulumi_azure_native/web/v20231201/web_app_source_control_slot.py +408 -0
  1916. pulumi_azure_native/web/v20231201/web_app_swift_virtual_network_connection.py +240 -0
  1917. pulumi_azure_native/web/v20231201/web_app_swift_virtual_network_connection_slot.py +261 -0
  1918. pulumi_azure_native/web/v20231201/web_app_vnet_connection.py +353 -0
  1919. pulumi_azure_native/web/v20231201/web_app_vnet_connection_slot.py +374 -0
  1920. pulumi_azure_native/web/web_app.py +3 -3
  1921. pulumi_azure_native/web/web_app_application_settings.py +3 -3
  1922. pulumi_azure_native/web/web_app_application_settings_slot.py +3 -3
  1923. pulumi_azure_native/web/web_app_auth_settings.py +3 -3
  1924. pulumi_azure_native/web/web_app_auth_settings_slot.py +3 -3
  1925. pulumi_azure_native/web/web_app_azure_storage_accounts.py +3 -3
  1926. pulumi_azure_native/web/web_app_azure_storage_accounts_slot.py +3 -3
  1927. pulumi_azure_native/web/web_app_backup_configuration.py +3 -3
  1928. pulumi_azure_native/web/web_app_backup_configuration_slot.py +3 -3
  1929. pulumi_azure_native/web/web_app_connection_strings.py +3 -3
  1930. pulumi_azure_native/web/web_app_connection_strings_slot.py +3 -3
  1931. pulumi_azure_native/web/web_app_deployment.py +3 -3
  1932. pulumi_azure_native/web/web_app_deployment_slot.py +3 -3
  1933. pulumi_azure_native/web/web_app_diagnostic_logs_configuration.py +3 -3
  1934. pulumi_azure_native/web/web_app_domain_ownership_identifier.py +3 -3
  1935. pulumi_azure_native/web/web_app_domain_ownership_identifier_slot.py +3 -3
  1936. pulumi_azure_native/web/web_app_ftp_allowed.py +3 -3
  1937. pulumi_azure_native/web/web_app_function.py +3 -3
  1938. pulumi_azure_native/web/web_app_host_name_binding.py +3 -3
  1939. pulumi_azure_native/web/web_app_host_name_binding_slot.py +3 -3
  1940. pulumi_azure_native/web/web_app_hybrid_connection.py +3 -3
  1941. pulumi_azure_native/web/web_app_hybrid_connection_slot.py +3 -3
  1942. pulumi_azure_native/web/web_app_instance_function_slot.py +3 -3
  1943. pulumi_azure_native/web/web_app_metadata.py +3 -3
  1944. pulumi_azure_native/web/web_app_metadata_slot.py +3 -3
  1945. pulumi_azure_native/web/web_app_premier_add_on.py +3 -3
  1946. pulumi_azure_native/web/web_app_premier_add_on_slot.py +3 -3
  1947. pulumi_azure_native/web/web_app_private_endpoint_connection.py +3 -3
  1948. pulumi_azure_native/web/web_app_private_endpoint_connection_slot.py +3 -3
  1949. pulumi_azure_native/web/web_app_public_certificate.py +3 -3
  1950. pulumi_azure_native/web/web_app_public_certificate_slot.py +3 -3
  1951. pulumi_azure_native/web/web_app_relay_service_connection.py +3 -3
  1952. pulumi_azure_native/web/web_app_relay_service_connection_slot.py +3 -3
  1953. pulumi_azure_native/web/web_app_scm_allowed.py +3 -3
  1954. pulumi_azure_native/web/web_app_site_container.py +519 -0
  1955. pulumi_azure_native/web/web_app_site_container_slot.py +540 -0
  1956. pulumi_azure_native/web/web_app_site_extension.py +3 -3
  1957. pulumi_azure_native/web/web_app_site_extension_slot.py +3 -3
  1958. pulumi_azure_native/web/web_app_site_push_settings.py +3 -3
  1959. pulumi_azure_native/web/web_app_site_push_settings_slot.py +3 -3
  1960. pulumi_azure_native/web/web_app_slot.py +3 -3
  1961. pulumi_azure_native/web/web_app_slot_configuration_names.py +3 -3
  1962. pulumi_azure_native/web/web_app_source_control.py +3 -3
  1963. pulumi_azure_native/web/web_app_source_control_slot.py +3 -3
  1964. pulumi_azure_native/web/web_app_swift_virtual_network_connection.py +3 -3
  1965. pulumi_azure_native/web/web_app_swift_virtual_network_connection_slot.py +3 -3
  1966. pulumi_azure_native/web/web_app_vnet_connection.py +3 -3
  1967. pulumi_azure_native/web/web_app_vnet_connection_slot.py +3 -3
  1968. {pulumi_azure_native-2.37.1a1713521428.dist-info → pulumi_azure_native-2.37.1a1713777065.dist-info}/METADATA +1 -1
  1969. {pulumi_azure_native-2.37.1a1713521428.dist-info → pulumi_azure_native-2.37.1a1713777065.dist-info}/RECORD +1971 -1423
  1970. {pulumi_azure_native-2.37.1a1713521428.dist-info → pulumi_azure_native-2.37.1a1713777065.dist-info}/WHEEL +0 -0
  1971. {pulumi_azure_native-2.37.1a1713521428.dist-info → pulumi_azure_native-2.37.1a1713777065.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,3875 @@
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 ._enums import *
12
+
13
+ __all__ = [
14
+ 'AddRemoveIncrementalNamedPartitionScalingMechanismArgs',
15
+ 'AdditionalNetworkInterfaceConfigurationArgs',
16
+ 'ApplicationHealthPolicyArgs',
17
+ 'ApplicationTypeVersionsCleanupPolicyArgs',
18
+ 'ApplicationUpgradePolicyArgs',
19
+ 'ApplicationUserAssignedIdentityArgs',
20
+ 'AveragePartitionLoadScalingTriggerArgs',
21
+ 'AverageServiceLoadScalingTriggerArgs',
22
+ 'AzureActiveDirectoryArgs',
23
+ 'ClientCertificateArgs',
24
+ 'ClusterHealthPolicyArgs',
25
+ 'ClusterMonitoringPolicyArgs',
26
+ 'ClusterUpgradeDeltaHealthPolicyArgs',
27
+ 'ClusterUpgradePolicyArgs',
28
+ 'EndpointRangeDescriptionArgs',
29
+ 'FrontendConfigurationArgs',
30
+ 'IpConfigurationPublicIPAddressConfigurationArgs',
31
+ 'IpConfigurationArgs',
32
+ 'IpTagArgs',
33
+ 'LoadBalancingRuleArgs',
34
+ 'ManagedIdentityArgs',
35
+ 'NamedPartitionSchemeArgs',
36
+ 'NetworkSecurityRuleArgs',
37
+ 'NodeTypeNatConfigArgs',
38
+ 'NodeTypeSkuArgs',
39
+ 'PartitionInstanceCountScaleMechanismArgs',
40
+ 'RollingUpgradeMonitoringPolicyArgs',
41
+ 'ScalingPolicyArgs',
42
+ 'ServiceCorrelationArgs',
43
+ 'ServiceEndpointArgs',
44
+ 'ServiceLoadMetricArgs',
45
+ 'ServicePlacementInvalidDomainPolicyArgs',
46
+ 'ServicePlacementNonPartiallyPlaceServicePolicyArgs',
47
+ 'ServicePlacementPreferPrimaryDomainPolicyArgs',
48
+ 'ServicePlacementRequireDomainDistributionPolicyArgs',
49
+ 'ServicePlacementRequiredDomainPolicyArgs',
50
+ 'ServiceTypeHealthPolicyArgs',
51
+ 'SettingsParameterDescriptionArgs',
52
+ 'SettingsSectionDescriptionArgs',
53
+ 'SingletonPartitionSchemeArgs',
54
+ 'SkuArgs',
55
+ 'StatefulServicePropertiesArgs',
56
+ 'StatelessServicePropertiesArgs',
57
+ 'SubResourceArgs',
58
+ 'SubnetArgs',
59
+ 'UniformInt64RangePartitionSchemeArgs',
60
+ 'VMSSExtensionArgs',
61
+ 'VaultCertificateArgs',
62
+ 'VaultSecretGroupArgs',
63
+ 'VmImagePlanArgs',
64
+ 'VmManagedIdentityArgs',
65
+ 'VmssDataDiskArgs',
66
+ ]
67
+
68
+ @pulumi.input_type
69
+ class AddRemoveIncrementalNamedPartitionScalingMechanismArgs:
70
+ def __init__(__self__, *,
71
+ kind: pulumi.Input[str],
72
+ max_partition_count: pulumi.Input[int],
73
+ min_partition_count: pulumi.Input[int],
74
+ scale_increment: pulumi.Input[int]):
75
+ """
76
+ Represents a scaling mechanism for adding or removing named partitions of a stateless service. Partition names are in the format '0','1'...'N-1'.
77
+ :param pulumi.Input[str] kind: Enumerates the ways that a service can be partitioned.
78
+ Expected value is 'AddRemoveIncrementalNamedPartition'.
79
+ :param pulumi.Input[int] max_partition_count: Maximum number of named partitions of the service.
80
+ :param pulumi.Input[int] min_partition_count: Minimum number of named partitions of the service.
81
+ :param pulumi.Input[int] scale_increment: The number of instances to add or remove during a scaling operation.
82
+ """
83
+ pulumi.set(__self__, "kind", 'AddRemoveIncrementalNamedPartition')
84
+ pulumi.set(__self__, "max_partition_count", max_partition_count)
85
+ pulumi.set(__self__, "min_partition_count", min_partition_count)
86
+ pulumi.set(__self__, "scale_increment", scale_increment)
87
+
88
+ @property
89
+ @pulumi.getter
90
+ def kind(self) -> pulumi.Input[str]:
91
+ """
92
+ Enumerates the ways that a service can be partitioned.
93
+ Expected value is 'AddRemoveIncrementalNamedPartition'.
94
+ """
95
+ return pulumi.get(self, "kind")
96
+
97
+ @kind.setter
98
+ def kind(self, value: pulumi.Input[str]):
99
+ pulumi.set(self, "kind", value)
100
+
101
+ @property
102
+ @pulumi.getter(name="maxPartitionCount")
103
+ def max_partition_count(self) -> pulumi.Input[int]:
104
+ """
105
+ Maximum number of named partitions of the service.
106
+ """
107
+ return pulumi.get(self, "max_partition_count")
108
+
109
+ @max_partition_count.setter
110
+ def max_partition_count(self, value: pulumi.Input[int]):
111
+ pulumi.set(self, "max_partition_count", value)
112
+
113
+ @property
114
+ @pulumi.getter(name="minPartitionCount")
115
+ def min_partition_count(self) -> pulumi.Input[int]:
116
+ """
117
+ Minimum number of named partitions of the service.
118
+ """
119
+ return pulumi.get(self, "min_partition_count")
120
+
121
+ @min_partition_count.setter
122
+ def min_partition_count(self, value: pulumi.Input[int]):
123
+ pulumi.set(self, "min_partition_count", value)
124
+
125
+ @property
126
+ @pulumi.getter(name="scaleIncrement")
127
+ def scale_increment(self) -> pulumi.Input[int]:
128
+ """
129
+ The number of instances to add or remove during a scaling operation.
130
+ """
131
+ return pulumi.get(self, "scale_increment")
132
+
133
+ @scale_increment.setter
134
+ def scale_increment(self, value: pulumi.Input[int]):
135
+ pulumi.set(self, "scale_increment", value)
136
+
137
+
138
+ @pulumi.input_type
139
+ class AdditionalNetworkInterfaceConfigurationArgs:
140
+ def __init__(__self__, *,
141
+ ip_configurations: pulumi.Input[Sequence[pulumi.Input['IpConfigurationArgs']]],
142
+ name: pulumi.Input[str],
143
+ dscp_configuration: Optional[pulumi.Input['SubResourceArgs']] = None,
144
+ enable_accelerated_networking: Optional[pulumi.Input[bool]] = None):
145
+ """
146
+ Specifies the settings for a network interface to attach to the node type.
147
+ :param pulumi.Input[Sequence[pulumi.Input['IpConfigurationArgs']]] ip_configurations: Specifies the IP configurations of the network interface.
148
+ :param pulumi.Input[str] name: Name of the network interface.
149
+ :param pulumi.Input['SubResourceArgs'] dscp_configuration: Specifies the DSCP configuration to apply to the network interface.
150
+ :param pulumi.Input[bool] enable_accelerated_networking: Specifies whether the network interface is accelerated networking-enabled.
151
+ """
152
+ pulumi.set(__self__, "ip_configurations", ip_configurations)
153
+ pulumi.set(__self__, "name", name)
154
+ if dscp_configuration is not None:
155
+ pulumi.set(__self__, "dscp_configuration", dscp_configuration)
156
+ if enable_accelerated_networking is not None:
157
+ pulumi.set(__self__, "enable_accelerated_networking", enable_accelerated_networking)
158
+
159
+ @property
160
+ @pulumi.getter(name="ipConfigurations")
161
+ def ip_configurations(self) -> pulumi.Input[Sequence[pulumi.Input['IpConfigurationArgs']]]:
162
+ """
163
+ Specifies the IP configurations of the network interface.
164
+ """
165
+ return pulumi.get(self, "ip_configurations")
166
+
167
+ @ip_configurations.setter
168
+ def ip_configurations(self, value: pulumi.Input[Sequence[pulumi.Input['IpConfigurationArgs']]]):
169
+ pulumi.set(self, "ip_configurations", value)
170
+
171
+ @property
172
+ @pulumi.getter
173
+ def name(self) -> pulumi.Input[str]:
174
+ """
175
+ Name of the network interface.
176
+ """
177
+ return pulumi.get(self, "name")
178
+
179
+ @name.setter
180
+ def name(self, value: pulumi.Input[str]):
181
+ pulumi.set(self, "name", value)
182
+
183
+ @property
184
+ @pulumi.getter(name="dscpConfiguration")
185
+ def dscp_configuration(self) -> Optional[pulumi.Input['SubResourceArgs']]:
186
+ """
187
+ Specifies the DSCP configuration to apply to the network interface.
188
+ """
189
+ return pulumi.get(self, "dscp_configuration")
190
+
191
+ @dscp_configuration.setter
192
+ def dscp_configuration(self, value: Optional[pulumi.Input['SubResourceArgs']]):
193
+ pulumi.set(self, "dscp_configuration", value)
194
+
195
+ @property
196
+ @pulumi.getter(name="enableAcceleratedNetworking")
197
+ def enable_accelerated_networking(self) -> Optional[pulumi.Input[bool]]:
198
+ """
199
+ Specifies whether the network interface is accelerated networking-enabled.
200
+ """
201
+ return pulumi.get(self, "enable_accelerated_networking")
202
+
203
+ @enable_accelerated_networking.setter
204
+ def enable_accelerated_networking(self, value: Optional[pulumi.Input[bool]]):
205
+ pulumi.set(self, "enable_accelerated_networking", value)
206
+
207
+
208
+ @pulumi.input_type
209
+ class ApplicationHealthPolicyArgs:
210
+ def __init__(__self__, *,
211
+ consider_warning_as_error: pulumi.Input[bool],
212
+ max_percent_unhealthy_deployed_applications: pulumi.Input[int],
213
+ default_service_type_health_policy: Optional[pulumi.Input['ServiceTypeHealthPolicyArgs']] = None,
214
+ service_type_health_policy_map: Optional[pulumi.Input[Mapping[str, pulumi.Input['ServiceTypeHealthPolicyArgs']]]] = None):
215
+ """
216
+ Defines a health policy used to evaluate the health of an application or one of its children entities.
217
+
218
+ :param pulumi.Input[bool] consider_warning_as_error: Indicates whether warnings are treated with the same severity as errors.
219
+ :param pulumi.Input[int] max_percent_unhealthy_deployed_applications: The maximum allowed percentage of unhealthy deployed applications. Allowed values are Byte values from zero to 100.
220
+ The percentage represents the maximum tolerated percentage of deployed applications that can be unhealthy before the application is considered in error.
221
+ This is calculated by dividing the number of unhealthy deployed applications over the number of nodes where the application is currently deployed on in the cluster.
222
+ The computation rounds up to tolerate one failure on small numbers of nodes. Default percentage is zero.
223
+ :param pulumi.Input['ServiceTypeHealthPolicyArgs'] default_service_type_health_policy: The health policy used by default to evaluate the health of a service type.
224
+ :param pulumi.Input[Mapping[str, pulumi.Input['ServiceTypeHealthPolicyArgs']]] service_type_health_policy_map: The map with service type health policy per service type name. The map is empty by default.
225
+ """
226
+ pulumi.set(__self__, "consider_warning_as_error", consider_warning_as_error)
227
+ pulumi.set(__self__, "max_percent_unhealthy_deployed_applications", max_percent_unhealthy_deployed_applications)
228
+ if default_service_type_health_policy is not None:
229
+ pulumi.set(__self__, "default_service_type_health_policy", default_service_type_health_policy)
230
+ if service_type_health_policy_map is not None:
231
+ pulumi.set(__self__, "service_type_health_policy_map", service_type_health_policy_map)
232
+
233
+ @property
234
+ @pulumi.getter(name="considerWarningAsError")
235
+ def consider_warning_as_error(self) -> pulumi.Input[bool]:
236
+ """
237
+ Indicates whether warnings are treated with the same severity as errors.
238
+ """
239
+ return pulumi.get(self, "consider_warning_as_error")
240
+
241
+ @consider_warning_as_error.setter
242
+ def consider_warning_as_error(self, value: pulumi.Input[bool]):
243
+ pulumi.set(self, "consider_warning_as_error", value)
244
+
245
+ @property
246
+ @pulumi.getter(name="maxPercentUnhealthyDeployedApplications")
247
+ def max_percent_unhealthy_deployed_applications(self) -> pulumi.Input[int]:
248
+ """
249
+ The maximum allowed percentage of unhealthy deployed applications. Allowed values are Byte values from zero to 100.
250
+ The percentage represents the maximum tolerated percentage of deployed applications that can be unhealthy before the application is considered in error.
251
+ This is calculated by dividing the number of unhealthy deployed applications over the number of nodes where the application is currently deployed on in the cluster.
252
+ The computation rounds up to tolerate one failure on small numbers of nodes. Default percentage is zero.
253
+ """
254
+ return pulumi.get(self, "max_percent_unhealthy_deployed_applications")
255
+
256
+ @max_percent_unhealthy_deployed_applications.setter
257
+ def max_percent_unhealthy_deployed_applications(self, value: pulumi.Input[int]):
258
+ pulumi.set(self, "max_percent_unhealthy_deployed_applications", value)
259
+
260
+ @property
261
+ @pulumi.getter(name="defaultServiceTypeHealthPolicy")
262
+ def default_service_type_health_policy(self) -> Optional[pulumi.Input['ServiceTypeHealthPolicyArgs']]:
263
+ """
264
+ The health policy used by default to evaluate the health of a service type.
265
+ """
266
+ return pulumi.get(self, "default_service_type_health_policy")
267
+
268
+ @default_service_type_health_policy.setter
269
+ def default_service_type_health_policy(self, value: Optional[pulumi.Input['ServiceTypeHealthPolicyArgs']]):
270
+ pulumi.set(self, "default_service_type_health_policy", value)
271
+
272
+ @property
273
+ @pulumi.getter(name="serviceTypeHealthPolicyMap")
274
+ def service_type_health_policy_map(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['ServiceTypeHealthPolicyArgs']]]]:
275
+ """
276
+ The map with service type health policy per service type name. The map is empty by default.
277
+ """
278
+ return pulumi.get(self, "service_type_health_policy_map")
279
+
280
+ @service_type_health_policy_map.setter
281
+ def service_type_health_policy_map(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['ServiceTypeHealthPolicyArgs']]]]):
282
+ pulumi.set(self, "service_type_health_policy_map", value)
283
+
284
+
285
+ @pulumi.input_type
286
+ class ApplicationTypeVersionsCleanupPolicyArgs:
287
+ def __init__(__self__, *,
288
+ max_unused_versions_to_keep: pulumi.Input[int]):
289
+ """
290
+ The policy used to clean up unused versions. When the policy is not specified explicitly, the default unused application versions to keep will be 3.
291
+ :param pulumi.Input[int] max_unused_versions_to_keep: Number of unused versions per application type to keep.
292
+ """
293
+ pulumi.set(__self__, "max_unused_versions_to_keep", max_unused_versions_to_keep)
294
+
295
+ @property
296
+ @pulumi.getter(name="maxUnusedVersionsToKeep")
297
+ def max_unused_versions_to_keep(self) -> pulumi.Input[int]:
298
+ """
299
+ Number of unused versions per application type to keep.
300
+ """
301
+ return pulumi.get(self, "max_unused_versions_to_keep")
302
+
303
+ @max_unused_versions_to_keep.setter
304
+ def max_unused_versions_to_keep(self, value: pulumi.Input[int]):
305
+ pulumi.set(self, "max_unused_versions_to_keep", value)
306
+
307
+
308
+ @pulumi.input_type
309
+ class ApplicationUpgradePolicyArgs:
310
+ def __init__(__self__, *,
311
+ application_health_policy: Optional[pulumi.Input['ApplicationHealthPolicyArgs']] = None,
312
+ force_restart: Optional[pulumi.Input[bool]] = None,
313
+ instance_close_delay_duration: Optional[pulumi.Input[float]] = None,
314
+ recreate_application: Optional[pulumi.Input[bool]] = None,
315
+ rolling_upgrade_monitoring_policy: Optional[pulumi.Input['RollingUpgradeMonitoringPolicyArgs']] = None,
316
+ upgrade_mode: Optional[pulumi.Input[Union[str, 'RollingUpgradeMode']]] = None,
317
+ upgrade_replica_set_check_timeout: Optional[pulumi.Input[float]] = None):
318
+ """
319
+ Describes the policy for a monitored application upgrade.
320
+ :param pulumi.Input['ApplicationHealthPolicyArgs'] application_health_policy: Defines a health policy used to evaluate the health of an application or one of its children entities.
321
+ :param pulumi.Input[bool] force_restart: If true, then processes are forcefully restarted during upgrade even when the code version has not changed (the upgrade only changes configuration or data).
322
+ :param pulumi.Input[float] instance_close_delay_duration: Duration in seconds, to wait before a stateless instance is closed, to allow the active requests to drain gracefully. This would be effective when the instance is closing during the application/cluster upgrade, only for those instances which have a non-zero delay duration configured in the service description.
323
+ :param pulumi.Input[bool] recreate_application: Determines whether the application should be recreated on update. If value=true, the rest of the upgrade policy parameters are not allowed.
324
+ :param pulumi.Input['RollingUpgradeMonitoringPolicyArgs'] rolling_upgrade_monitoring_policy: The policy used for monitoring the application upgrade
325
+ :param pulumi.Input[Union[str, 'RollingUpgradeMode']] upgrade_mode: The mode used to monitor health during a rolling upgrade. The values are Monitored, and UnmonitoredAuto.
326
+ :param pulumi.Input[float] upgrade_replica_set_check_timeout: The maximum amount of time to block processing of an upgrade domain and prevent loss of availability when there are unexpected issues. When this timeout expires, processing of the upgrade domain will proceed regardless of availability loss issues. The timeout is reset at the start of each upgrade domain. Valid values are between 0 and 42949672925 inclusive. (unsigned 32-bit integer).
327
+ """
328
+ if application_health_policy is not None:
329
+ pulumi.set(__self__, "application_health_policy", application_health_policy)
330
+ if force_restart is not None:
331
+ pulumi.set(__self__, "force_restart", force_restart)
332
+ if instance_close_delay_duration is not None:
333
+ pulumi.set(__self__, "instance_close_delay_duration", instance_close_delay_duration)
334
+ if recreate_application is not None:
335
+ pulumi.set(__self__, "recreate_application", recreate_application)
336
+ if rolling_upgrade_monitoring_policy is not None:
337
+ pulumi.set(__self__, "rolling_upgrade_monitoring_policy", rolling_upgrade_monitoring_policy)
338
+ if upgrade_mode is not None:
339
+ pulumi.set(__self__, "upgrade_mode", upgrade_mode)
340
+ if upgrade_replica_set_check_timeout is not None:
341
+ pulumi.set(__self__, "upgrade_replica_set_check_timeout", upgrade_replica_set_check_timeout)
342
+
343
+ @property
344
+ @pulumi.getter(name="applicationHealthPolicy")
345
+ def application_health_policy(self) -> Optional[pulumi.Input['ApplicationHealthPolicyArgs']]:
346
+ """
347
+ Defines a health policy used to evaluate the health of an application or one of its children entities.
348
+ """
349
+ return pulumi.get(self, "application_health_policy")
350
+
351
+ @application_health_policy.setter
352
+ def application_health_policy(self, value: Optional[pulumi.Input['ApplicationHealthPolicyArgs']]):
353
+ pulumi.set(self, "application_health_policy", value)
354
+
355
+ @property
356
+ @pulumi.getter(name="forceRestart")
357
+ def force_restart(self) -> Optional[pulumi.Input[bool]]:
358
+ """
359
+ If true, then processes are forcefully restarted during upgrade even when the code version has not changed (the upgrade only changes configuration or data).
360
+ """
361
+ return pulumi.get(self, "force_restart")
362
+
363
+ @force_restart.setter
364
+ def force_restart(self, value: Optional[pulumi.Input[bool]]):
365
+ pulumi.set(self, "force_restart", value)
366
+
367
+ @property
368
+ @pulumi.getter(name="instanceCloseDelayDuration")
369
+ def instance_close_delay_duration(self) -> Optional[pulumi.Input[float]]:
370
+ """
371
+ Duration in seconds, to wait before a stateless instance is closed, to allow the active requests to drain gracefully. This would be effective when the instance is closing during the application/cluster upgrade, only for those instances which have a non-zero delay duration configured in the service description.
372
+ """
373
+ return pulumi.get(self, "instance_close_delay_duration")
374
+
375
+ @instance_close_delay_duration.setter
376
+ def instance_close_delay_duration(self, value: Optional[pulumi.Input[float]]):
377
+ pulumi.set(self, "instance_close_delay_duration", value)
378
+
379
+ @property
380
+ @pulumi.getter(name="recreateApplication")
381
+ def recreate_application(self) -> Optional[pulumi.Input[bool]]:
382
+ """
383
+ Determines whether the application should be recreated on update. If value=true, the rest of the upgrade policy parameters are not allowed.
384
+ """
385
+ return pulumi.get(self, "recreate_application")
386
+
387
+ @recreate_application.setter
388
+ def recreate_application(self, value: Optional[pulumi.Input[bool]]):
389
+ pulumi.set(self, "recreate_application", value)
390
+
391
+ @property
392
+ @pulumi.getter(name="rollingUpgradeMonitoringPolicy")
393
+ def rolling_upgrade_monitoring_policy(self) -> Optional[pulumi.Input['RollingUpgradeMonitoringPolicyArgs']]:
394
+ """
395
+ The policy used for monitoring the application upgrade
396
+ """
397
+ return pulumi.get(self, "rolling_upgrade_monitoring_policy")
398
+
399
+ @rolling_upgrade_monitoring_policy.setter
400
+ def rolling_upgrade_monitoring_policy(self, value: Optional[pulumi.Input['RollingUpgradeMonitoringPolicyArgs']]):
401
+ pulumi.set(self, "rolling_upgrade_monitoring_policy", value)
402
+
403
+ @property
404
+ @pulumi.getter(name="upgradeMode")
405
+ def upgrade_mode(self) -> Optional[pulumi.Input[Union[str, 'RollingUpgradeMode']]]:
406
+ """
407
+ The mode used to monitor health during a rolling upgrade. The values are Monitored, and UnmonitoredAuto.
408
+ """
409
+ return pulumi.get(self, "upgrade_mode")
410
+
411
+ @upgrade_mode.setter
412
+ def upgrade_mode(self, value: Optional[pulumi.Input[Union[str, 'RollingUpgradeMode']]]):
413
+ pulumi.set(self, "upgrade_mode", value)
414
+
415
+ @property
416
+ @pulumi.getter(name="upgradeReplicaSetCheckTimeout")
417
+ def upgrade_replica_set_check_timeout(self) -> Optional[pulumi.Input[float]]:
418
+ """
419
+ The maximum amount of time to block processing of an upgrade domain and prevent loss of availability when there are unexpected issues. When this timeout expires, processing of the upgrade domain will proceed regardless of availability loss issues. The timeout is reset at the start of each upgrade domain. Valid values are between 0 and 42949672925 inclusive. (unsigned 32-bit integer).
420
+ """
421
+ return pulumi.get(self, "upgrade_replica_set_check_timeout")
422
+
423
+ @upgrade_replica_set_check_timeout.setter
424
+ def upgrade_replica_set_check_timeout(self, value: Optional[pulumi.Input[float]]):
425
+ pulumi.set(self, "upgrade_replica_set_check_timeout", value)
426
+
427
+
428
+ @pulumi.input_type
429
+ class ApplicationUserAssignedIdentityArgs:
430
+ def __init__(__self__, *,
431
+ name: pulumi.Input[str],
432
+ principal_id: pulumi.Input[str]):
433
+ """
434
+ :param pulumi.Input[str] name: The friendly name of user assigned identity.
435
+ :param pulumi.Input[str] principal_id: The principal id of user assigned identity.
436
+ """
437
+ pulumi.set(__self__, "name", name)
438
+ pulumi.set(__self__, "principal_id", principal_id)
439
+
440
+ @property
441
+ @pulumi.getter
442
+ def name(self) -> pulumi.Input[str]:
443
+ """
444
+ The friendly name of user assigned identity.
445
+ """
446
+ return pulumi.get(self, "name")
447
+
448
+ @name.setter
449
+ def name(self, value: pulumi.Input[str]):
450
+ pulumi.set(self, "name", value)
451
+
452
+ @property
453
+ @pulumi.getter(name="principalId")
454
+ def principal_id(self) -> pulumi.Input[str]:
455
+ """
456
+ The principal id of user assigned identity.
457
+ """
458
+ return pulumi.get(self, "principal_id")
459
+
460
+ @principal_id.setter
461
+ def principal_id(self, value: pulumi.Input[str]):
462
+ pulumi.set(self, "principal_id", value)
463
+
464
+
465
+ @pulumi.input_type
466
+ class AveragePartitionLoadScalingTriggerArgs:
467
+ def __init__(__self__, *,
468
+ kind: pulumi.Input[str],
469
+ lower_load_threshold: pulumi.Input[float],
470
+ metric_name: pulumi.Input[str],
471
+ scale_interval: pulumi.Input[str],
472
+ upper_load_threshold: pulumi.Input[float]):
473
+ """
474
+ Represents a scaling trigger related to an average load of a metric/resource of a partition.
475
+ :param pulumi.Input[str] kind: Enumerates the ways that a service can be partitioned.
476
+ Expected value is 'AveragePartitionLoadTrigger'.
477
+ :param pulumi.Input[float] lower_load_threshold: The lower limit of the load below which a scale in operation should be performed.
478
+ :param pulumi.Input[str] metric_name: The name of the metric for which usage should be tracked.
479
+ :param pulumi.Input[str] scale_interval: The period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format "hh:mm:ss".
480
+ :param pulumi.Input[float] upper_load_threshold: The upper limit of the load beyond which a scale out operation should be performed.
481
+ """
482
+ pulumi.set(__self__, "kind", 'AveragePartitionLoadTrigger')
483
+ pulumi.set(__self__, "lower_load_threshold", lower_load_threshold)
484
+ pulumi.set(__self__, "metric_name", metric_name)
485
+ pulumi.set(__self__, "scale_interval", scale_interval)
486
+ pulumi.set(__self__, "upper_load_threshold", upper_load_threshold)
487
+
488
+ @property
489
+ @pulumi.getter
490
+ def kind(self) -> pulumi.Input[str]:
491
+ """
492
+ Enumerates the ways that a service can be partitioned.
493
+ Expected value is 'AveragePartitionLoadTrigger'.
494
+ """
495
+ return pulumi.get(self, "kind")
496
+
497
+ @kind.setter
498
+ def kind(self, value: pulumi.Input[str]):
499
+ pulumi.set(self, "kind", value)
500
+
501
+ @property
502
+ @pulumi.getter(name="lowerLoadThreshold")
503
+ def lower_load_threshold(self) -> pulumi.Input[float]:
504
+ """
505
+ The lower limit of the load below which a scale in operation should be performed.
506
+ """
507
+ return pulumi.get(self, "lower_load_threshold")
508
+
509
+ @lower_load_threshold.setter
510
+ def lower_load_threshold(self, value: pulumi.Input[float]):
511
+ pulumi.set(self, "lower_load_threshold", value)
512
+
513
+ @property
514
+ @pulumi.getter(name="metricName")
515
+ def metric_name(self) -> pulumi.Input[str]:
516
+ """
517
+ The name of the metric for which usage should be tracked.
518
+ """
519
+ return pulumi.get(self, "metric_name")
520
+
521
+ @metric_name.setter
522
+ def metric_name(self, value: pulumi.Input[str]):
523
+ pulumi.set(self, "metric_name", value)
524
+
525
+ @property
526
+ @pulumi.getter(name="scaleInterval")
527
+ def scale_interval(self) -> pulumi.Input[str]:
528
+ """
529
+ The period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format "hh:mm:ss".
530
+ """
531
+ return pulumi.get(self, "scale_interval")
532
+
533
+ @scale_interval.setter
534
+ def scale_interval(self, value: pulumi.Input[str]):
535
+ pulumi.set(self, "scale_interval", value)
536
+
537
+ @property
538
+ @pulumi.getter(name="upperLoadThreshold")
539
+ def upper_load_threshold(self) -> pulumi.Input[float]:
540
+ """
541
+ The upper limit of the load beyond which a scale out operation should be performed.
542
+ """
543
+ return pulumi.get(self, "upper_load_threshold")
544
+
545
+ @upper_load_threshold.setter
546
+ def upper_load_threshold(self, value: pulumi.Input[float]):
547
+ pulumi.set(self, "upper_load_threshold", value)
548
+
549
+
550
+ @pulumi.input_type
551
+ class AverageServiceLoadScalingTriggerArgs:
552
+ def __init__(__self__, *,
553
+ kind: pulumi.Input[str],
554
+ lower_load_threshold: pulumi.Input[float],
555
+ metric_name: pulumi.Input[str],
556
+ scale_interval: pulumi.Input[str],
557
+ upper_load_threshold: pulumi.Input[float],
558
+ use_only_primary_load: pulumi.Input[bool]):
559
+ """
560
+ Represents a scaling policy related to an average load of a metric/resource of a service.
561
+ :param pulumi.Input[str] kind: Enumerates the ways that a service can be partitioned.
562
+ Expected value is 'AverageServiceLoadTrigger'.
563
+ :param pulumi.Input[float] lower_load_threshold: The lower limit of the load below which a scale in operation should be performed.
564
+ :param pulumi.Input[str] metric_name: The name of the metric for which usage should be tracked.
565
+ :param pulumi.Input[str] scale_interval: The period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format "hh:mm:ss".
566
+ :param pulumi.Input[float] upper_load_threshold: The upper limit of the load beyond which a scale out operation should be performed.
567
+ :param pulumi.Input[bool] use_only_primary_load: Flag determines whether only the load of primary replica should be considered for scaling. If set to true, then trigger will only consider the load of primary replicas of stateful service. If set to false, trigger will consider load of all replicas. This parameter cannot be set to true for stateless service.
568
+ """
569
+ pulumi.set(__self__, "kind", 'AverageServiceLoadTrigger')
570
+ pulumi.set(__self__, "lower_load_threshold", lower_load_threshold)
571
+ pulumi.set(__self__, "metric_name", metric_name)
572
+ pulumi.set(__self__, "scale_interval", scale_interval)
573
+ pulumi.set(__self__, "upper_load_threshold", upper_load_threshold)
574
+ pulumi.set(__self__, "use_only_primary_load", use_only_primary_load)
575
+
576
+ @property
577
+ @pulumi.getter
578
+ def kind(self) -> pulumi.Input[str]:
579
+ """
580
+ Enumerates the ways that a service can be partitioned.
581
+ Expected value is 'AverageServiceLoadTrigger'.
582
+ """
583
+ return pulumi.get(self, "kind")
584
+
585
+ @kind.setter
586
+ def kind(self, value: pulumi.Input[str]):
587
+ pulumi.set(self, "kind", value)
588
+
589
+ @property
590
+ @pulumi.getter(name="lowerLoadThreshold")
591
+ def lower_load_threshold(self) -> pulumi.Input[float]:
592
+ """
593
+ The lower limit of the load below which a scale in operation should be performed.
594
+ """
595
+ return pulumi.get(self, "lower_load_threshold")
596
+
597
+ @lower_load_threshold.setter
598
+ def lower_load_threshold(self, value: pulumi.Input[float]):
599
+ pulumi.set(self, "lower_load_threshold", value)
600
+
601
+ @property
602
+ @pulumi.getter(name="metricName")
603
+ def metric_name(self) -> pulumi.Input[str]:
604
+ """
605
+ The name of the metric for which usage should be tracked.
606
+ """
607
+ return pulumi.get(self, "metric_name")
608
+
609
+ @metric_name.setter
610
+ def metric_name(self, value: pulumi.Input[str]):
611
+ pulumi.set(self, "metric_name", value)
612
+
613
+ @property
614
+ @pulumi.getter(name="scaleInterval")
615
+ def scale_interval(self) -> pulumi.Input[str]:
616
+ """
617
+ The period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format "hh:mm:ss".
618
+ """
619
+ return pulumi.get(self, "scale_interval")
620
+
621
+ @scale_interval.setter
622
+ def scale_interval(self, value: pulumi.Input[str]):
623
+ pulumi.set(self, "scale_interval", value)
624
+
625
+ @property
626
+ @pulumi.getter(name="upperLoadThreshold")
627
+ def upper_load_threshold(self) -> pulumi.Input[float]:
628
+ """
629
+ The upper limit of the load beyond which a scale out operation should be performed.
630
+ """
631
+ return pulumi.get(self, "upper_load_threshold")
632
+
633
+ @upper_load_threshold.setter
634
+ def upper_load_threshold(self, value: pulumi.Input[float]):
635
+ pulumi.set(self, "upper_load_threshold", value)
636
+
637
+ @property
638
+ @pulumi.getter(name="useOnlyPrimaryLoad")
639
+ def use_only_primary_load(self) -> pulumi.Input[bool]:
640
+ """
641
+ Flag determines whether only the load of primary replica should be considered for scaling. If set to true, then trigger will only consider the load of primary replicas of stateful service. If set to false, trigger will consider load of all replicas. This parameter cannot be set to true for stateless service.
642
+ """
643
+ return pulumi.get(self, "use_only_primary_load")
644
+
645
+ @use_only_primary_load.setter
646
+ def use_only_primary_load(self, value: pulumi.Input[bool]):
647
+ pulumi.set(self, "use_only_primary_load", value)
648
+
649
+
650
+ @pulumi.input_type
651
+ class AzureActiveDirectoryArgs:
652
+ def __init__(__self__, *,
653
+ client_application: Optional[pulumi.Input[str]] = None,
654
+ cluster_application: Optional[pulumi.Input[str]] = None,
655
+ tenant_id: Optional[pulumi.Input[str]] = None):
656
+ """
657
+ The settings to enable AAD authentication on the cluster.
658
+ :param pulumi.Input[str] client_application: Azure active directory client application id.
659
+ :param pulumi.Input[str] cluster_application: Azure active directory cluster application id.
660
+ :param pulumi.Input[str] tenant_id: Azure active directory tenant id.
661
+ """
662
+ if client_application is not None:
663
+ pulumi.set(__self__, "client_application", client_application)
664
+ if cluster_application is not None:
665
+ pulumi.set(__self__, "cluster_application", cluster_application)
666
+ if tenant_id is not None:
667
+ pulumi.set(__self__, "tenant_id", tenant_id)
668
+
669
+ @property
670
+ @pulumi.getter(name="clientApplication")
671
+ def client_application(self) -> Optional[pulumi.Input[str]]:
672
+ """
673
+ Azure active directory client application id.
674
+ """
675
+ return pulumi.get(self, "client_application")
676
+
677
+ @client_application.setter
678
+ def client_application(self, value: Optional[pulumi.Input[str]]):
679
+ pulumi.set(self, "client_application", value)
680
+
681
+ @property
682
+ @pulumi.getter(name="clusterApplication")
683
+ def cluster_application(self) -> Optional[pulumi.Input[str]]:
684
+ """
685
+ Azure active directory cluster application id.
686
+ """
687
+ return pulumi.get(self, "cluster_application")
688
+
689
+ @cluster_application.setter
690
+ def cluster_application(self, value: Optional[pulumi.Input[str]]):
691
+ pulumi.set(self, "cluster_application", value)
692
+
693
+ @property
694
+ @pulumi.getter(name="tenantId")
695
+ def tenant_id(self) -> Optional[pulumi.Input[str]]:
696
+ """
697
+ Azure active directory tenant id.
698
+ """
699
+ return pulumi.get(self, "tenant_id")
700
+
701
+ @tenant_id.setter
702
+ def tenant_id(self, value: Optional[pulumi.Input[str]]):
703
+ pulumi.set(self, "tenant_id", value)
704
+
705
+
706
+ @pulumi.input_type
707
+ class ClientCertificateArgs:
708
+ def __init__(__self__, *,
709
+ is_admin: pulumi.Input[bool],
710
+ common_name: Optional[pulumi.Input[str]] = None,
711
+ issuer_thumbprint: Optional[pulumi.Input[str]] = None,
712
+ thumbprint: Optional[pulumi.Input[str]] = None):
713
+ """
714
+ Client certificate definition.
715
+ :param pulumi.Input[bool] is_admin: Indicates if the client certificate has admin access to the cluster. Non admin clients can perform only read only operations on the cluster.
716
+ :param pulumi.Input[str] common_name: Certificate common name.
717
+ :param pulumi.Input[str] issuer_thumbprint: Issuer thumbprint for the certificate. Only used together with CommonName.
718
+ :param pulumi.Input[str] thumbprint: Certificate thumbprint.
719
+ """
720
+ pulumi.set(__self__, "is_admin", is_admin)
721
+ if common_name is not None:
722
+ pulumi.set(__self__, "common_name", common_name)
723
+ if issuer_thumbprint is not None:
724
+ pulumi.set(__self__, "issuer_thumbprint", issuer_thumbprint)
725
+ if thumbprint is not None:
726
+ pulumi.set(__self__, "thumbprint", thumbprint)
727
+
728
+ @property
729
+ @pulumi.getter(name="isAdmin")
730
+ def is_admin(self) -> pulumi.Input[bool]:
731
+ """
732
+ Indicates if the client certificate has admin access to the cluster. Non admin clients can perform only read only operations on the cluster.
733
+ """
734
+ return pulumi.get(self, "is_admin")
735
+
736
+ @is_admin.setter
737
+ def is_admin(self, value: pulumi.Input[bool]):
738
+ pulumi.set(self, "is_admin", value)
739
+
740
+ @property
741
+ @pulumi.getter(name="commonName")
742
+ def common_name(self) -> Optional[pulumi.Input[str]]:
743
+ """
744
+ Certificate common name.
745
+ """
746
+ return pulumi.get(self, "common_name")
747
+
748
+ @common_name.setter
749
+ def common_name(self, value: Optional[pulumi.Input[str]]):
750
+ pulumi.set(self, "common_name", value)
751
+
752
+ @property
753
+ @pulumi.getter(name="issuerThumbprint")
754
+ def issuer_thumbprint(self) -> Optional[pulumi.Input[str]]:
755
+ """
756
+ Issuer thumbprint for the certificate. Only used together with CommonName.
757
+ """
758
+ return pulumi.get(self, "issuer_thumbprint")
759
+
760
+ @issuer_thumbprint.setter
761
+ def issuer_thumbprint(self, value: Optional[pulumi.Input[str]]):
762
+ pulumi.set(self, "issuer_thumbprint", value)
763
+
764
+ @property
765
+ @pulumi.getter
766
+ def thumbprint(self) -> Optional[pulumi.Input[str]]:
767
+ """
768
+ Certificate thumbprint.
769
+ """
770
+ return pulumi.get(self, "thumbprint")
771
+
772
+ @thumbprint.setter
773
+ def thumbprint(self, value: Optional[pulumi.Input[str]]):
774
+ pulumi.set(self, "thumbprint", value)
775
+
776
+
777
+ @pulumi.input_type
778
+ class ClusterHealthPolicyArgs:
779
+ def __init__(__self__, *,
780
+ max_percent_unhealthy_applications: Optional[pulumi.Input[int]] = None,
781
+ max_percent_unhealthy_nodes: Optional[pulumi.Input[int]] = None):
782
+ """
783
+ Defines a health policy used to evaluate the health of the cluster or of a cluster node.
784
+
785
+ :param pulumi.Input[int] max_percent_unhealthy_applications: The maximum allowed percentage of unhealthy applications before reporting an error. For example, to allow 10% of applications to be unhealthy, this value would be 10.
786
+
787
+ The percentage represents the maximum tolerated percentage of applications that can be unhealthy before the cluster is considered in error.
788
+ If the percentage is respected but there is at least one unhealthy application, the health is evaluated as Warning.
789
+ This is calculated by dividing the number of unhealthy applications over the total number of application instances in the cluster, excluding applications of application types that are included in the ApplicationTypeHealthPolicyMap.
790
+ The computation rounds up to tolerate one failure on small numbers of applications. Default percentage is zero.
791
+ :param pulumi.Input[int] max_percent_unhealthy_nodes: The maximum allowed percentage of unhealthy nodes before reporting an error. For example, to allow 10% of nodes to be unhealthy, this value would be 10.
792
+
793
+ The percentage represents the maximum tolerated percentage of nodes that can be unhealthy before the cluster is considered in error.
794
+ If the percentage is respected but there is at least one unhealthy node, the health is evaluated as Warning.
795
+ The percentage is calculated by dividing the number of unhealthy nodes over the total number of nodes in the cluster.
796
+ The computation rounds up to tolerate one failure on small numbers of nodes. Default percentage is zero.
797
+
798
+ In large clusters, some nodes will always be down or out for repairs, so this percentage should be configured to tolerate that.
799
+ """
800
+ if max_percent_unhealthy_applications is None:
801
+ max_percent_unhealthy_applications = 0
802
+ pulumi.set(__self__, "max_percent_unhealthy_applications", max_percent_unhealthy_applications)
803
+ if max_percent_unhealthy_nodes is None:
804
+ max_percent_unhealthy_nodes = 0
805
+ pulumi.set(__self__, "max_percent_unhealthy_nodes", max_percent_unhealthy_nodes)
806
+
807
+ @property
808
+ @pulumi.getter(name="maxPercentUnhealthyApplications")
809
+ def max_percent_unhealthy_applications(self) -> pulumi.Input[int]:
810
+ """
811
+ The maximum allowed percentage of unhealthy applications before reporting an error. For example, to allow 10% of applications to be unhealthy, this value would be 10.
812
+
813
+ The percentage represents the maximum tolerated percentage of applications that can be unhealthy before the cluster is considered in error.
814
+ If the percentage is respected but there is at least one unhealthy application, the health is evaluated as Warning.
815
+ This is calculated by dividing the number of unhealthy applications over the total number of application instances in the cluster, excluding applications of application types that are included in the ApplicationTypeHealthPolicyMap.
816
+ The computation rounds up to tolerate one failure on small numbers of applications. Default percentage is zero.
817
+ """
818
+ return pulumi.get(self, "max_percent_unhealthy_applications")
819
+
820
+ @max_percent_unhealthy_applications.setter
821
+ def max_percent_unhealthy_applications(self, value: pulumi.Input[int]):
822
+ pulumi.set(self, "max_percent_unhealthy_applications", value)
823
+
824
+ @property
825
+ @pulumi.getter(name="maxPercentUnhealthyNodes")
826
+ def max_percent_unhealthy_nodes(self) -> pulumi.Input[int]:
827
+ """
828
+ The maximum allowed percentage of unhealthy nodes before reporting an error. For example, to allow 10% of nodes to be unhealthy, this value would be 10.
829
+
830
+ The percentage represents the maximum tolerated percentage of nodes that can be unhealthy before the cluster is considered in error.
831
+ If the percentage is respected but there is at least one unhealthy node, the health is evaluated as Warning.
832
+ The percentage is calculated by dividing the number of unhealthy nodes over the total number of nodes in the cluster.
833
+ The computation rounds up to tolerate one failure on small numbers of nodes. Default percentage is zero.
834
+
835
+ In large clusters, some nodes will always be down or out for repairs, so this percentage should be configured to tolerate that.
836
+ """
837
+ return pulumi.get(self, "max_percent_unhealthy_nodes")
838
+
839
+ @max_percent_unhealthy_nodes.setter
840
+ def max_percent_unhealthy_nodes(self, value: pulumi.Input[int]):
841
+ pulumi.set(self, "max_percent_unhealthy_nodes", value)
842
+
843
+
844
+ @pulumi.input_type
845
+ class ClusterMonitoringPolicyArgs:
846
+ def __init__(__self__, *,
847
+ health_check_retry_timeout: pulumi.Input[str],
848
+ health_check_stable_duration: pulumi.Input[str],
849
+ health_check_wait_duration: pulumi.Input[str],
850
+ upgrade_domain_timeout: pulumi.Input[str],
851
+ upgrade_timeout: pulumi.Input[str]):
852
+ """
853
+ Describes the monitoring policies for the cluster upgrade.
854
+ :param pulumi.Input[str] health_check_retry_timeout: The amount of time to retry health evaluation when the application or cluster is unhealthy before the upgrade rolls back. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
855
+ :param pulumi.Input[str] health_check_stable_duration: The amount of time that the application or cluster must remain healthy before the upgrade proceeds to the next upgrade domain. The duration can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
856
+ :param pulumi.Input[str] health_check_wait_duration: The length of time to wait after completing an upgrade domain before performing health checks. The duration can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
857
+ :param pulumi.Input[str] upgrade_domain_timeout: The amount of time each upgrade domain has to complete before the upgrade rolls back. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
858
+ :param pulumi.Input[str] upgrade_timeout: The amount of time the overall upgrade has to complete before the upgrade rolls back. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
859
+ """
860
+ pulumi.set(__self__, "health_check_retry_timeout", health_check_retry_timeout)
861
+ pulumi.set(__self__, "health_check_stable_duration", health_check_stable_duration)
862
+ pulumi.set(__self__, "health_check_wait_duration", health_check_wait_duration)
863
+ pulumi.set(__self__, "upgrade_domain_timeout", upgrade_domain_timeout)
864
+ pulumi.set(__self__, "upgrade_timeout", upgrade_timeout)
865
+
866
+ @property
867
+ @pulumi.getter(name="healthCheckRetryTimeout")
868
+ def health_check_retry_timeout(self) -> pulumi.Input[str]:
869
+ """
870
+ The amount of time to retry health evaluation when the application or cluster is unhealthy before the upgrade rolls back. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
871
+ """
872
+ return pulumi.get(self, "health_check_retry_timeout")
873
+
874
+ @health_check_retry_timeout.setter
875
+ def health_check_retry_timeout(self, value: pulumi.Input[str]):
876
+ pulumi.set(self, "health_check_retry_timeout", value)
877
+
878
+ @property
879
+ @pulumi.getter(name="healthCheckStableDuration")
880
+ def health_check_stable_duration(self) -> pulumi.Input[str]:
881
+ """
882
+ The amount of time that the application or cluster must remain healthy before the upgrade proceeds to the next upgrade domain. The duration can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
883
+ """
884
+ return pulumi.get(self, "health_check_stable_duration")
885
+
886
+ @health_check_stable_duration.setter
887
+ def health_check_stable_duration(self, value: pulumi.Input[str]):
888
+ pulumi.set(self, "health_check_stable_duration", value)
889
+
890
+ @property
891
+ @pulumi.getter(name="healthCheckWaitDuration")
892
+ def health_check_wait_duration(self) -> pulumi.Input[str]:
893
+ """
894
+ The length of time to wait after completing an upgrade domain before performing health checks. The duration can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
895
+ """
896
+ return pulumi.get(self, "health_check_wait_duration")
897
+
898
+ @health_check_wait_duration.setter
899
+ def health_check_wait_duration(self, value: pulumi.Input[str]):
900
+ pulumi.set(self, "health_check_wait_duration", value)
901
+
902
+ @property
903
+ @pulumi.getter(name="upgradeDomainTimeout")
904
+ def upgrade_domain_timeout(self) -> pulumi.Input[str]:
905
+ """
906
+ The amount of time each upgrade domain has to complete before the upgrade rolls back. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
907
+ """
908
+ return pulumi.get(self, "upgrade_domain_timeout")
909
+
910
+ @upgrade_domain_timeout.setter
911
+ def upgrade_domain_timeout(self, value: pulumi.Input[str]):
912
+ pulumi.set(self, "upgrade_domain_timeout", value)
913
+
914
+ @property
915
+ @pulumi.getter(name="upgradeTimeout")
916
+ def upgrade_timeout(self) -> pulumi.Input[str]:
917
+ """
918
+ The amount of time the overall upgrade has to complete before the upgrade rolls back. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
919
+ """
920
+ return pulumi.get(self, "upgrade_timeout")
921
+
922
+ @upgrade_timeout.setter
923
+ def upgrade_timeout(self, value: pulumi.Input[str]):
924
+ pulumi.set(self, "upgrade_timeout", value)
925
+
926
+
927
+ @pulumi.input_type
928
+ class ClusterUpgradeDeltaHealthPolicyArgs:
929
+ def __init__(__self__, *,
930
+ max_percent_delta_unhealthy_nodes: pulumi.Input[int],
931
+ max_percent_delta_unhealthy_applications: Optional[pulumi.Input[int]] = None,
932
+ max_percent_upgrade_domain_delta_unhealthy_nodes: Optional[pulumi.Input[int]] = None):
933
+ """
934
+ Describes the delta health policies for the cluster upgrade.
935
+ :param pulumi.Input[int] max_percent_delta_unhealthy_nodes: The maximum allowed percentage of nodes health degradation allowed during cluster upgrades.
936
+ The delta is measured between the state of the nodes at the beginning of upgrade and the state of the nodes at the time of the health evaluation.
937
+ The check is performed after every upgrade domain upgrade completion to make sure the global state of the cluster is within tolerated limits.
938
+ :param pulumi.Input[int] max_percent_delta_unhealthy_applications: The maximum allowed percentage of applications health degradation allowed during cluster upgrades.
939
+ The delta is measured between the state of the applications at the beginning of upgrade and the state of the applications at the time of the health evaluation.
940
+ The check is performed after every upgrade domain upgrade completion to make sure the global state of the cluster is within tolerated limits. System services are not included in this.
941
+ NOTE: This value will overwrite the value specified in properties.UpgradeDescription.HealthPolicy.MaxPercentUnhealthyApplications
942
+ :param pulumi.Input[int] max_percent_upgrade_domain_delta_unhealthy_nodes: The maximum allowed percentage of upgrade domain nodes health degradation allowed during cluster upgrades.
943
+ The delta is measured between the state of the upgrade domain nodes at the beginning of upgrade and the state of the upgrade domain nodes at the time of the health evaluation.
944
+ The check is performed after every upgrade domain upgrade completion for all completed upgrade domains to make sure the state of the upgrade domains is within tolerated limits.
945
+ """
946
+ pulumi.set(__self__, "max_percent_delta_unhealthy_nodes", max_percent_delta_unhealthy_nodes)
947
+ if max_percent_delta_unhealthy_applications is not None:
948
+ pulumi.set(__self__, "max_percent_delta_unhealthy_applications", max_percent_delta_unhealthy_applications)
949
+ if max_percent_upgrade_domain_delta_unhealthy_nodes is not None:
950
+ pulumi.set(__self__, "max_percent_upgrade_domain_delta_unhealthy_nodes", max_percent_upgrade_domain_delta_unhealthy_nodes)
951
+
952
+ @property
953
+ @pulumi.getter(name="maxPercentDeltaUnhealthyNodes")
954
+ def max_percent_delta_unhealthy_nodes(self) -> pulumi.Input[int]:
955
+ """
956
+ The maximum allowed percentage of nodes health degradation allowed during cluster upgrades.
957
+ The delta is measured between the state of the nodes at the beginning of upgrade and the state of the nodes at the time of the health evaluation.
958
+ The check is performed after every upgrade domain upgrade completion to make sure the global state of the cluster is within tolerated limits.
959
+ """
960
+ return pulumi.get(self, "max_percent_delta_unhealthy_nodes")
961
+
962
+ @max_percent_delta_unhealthy_nodes.setter
963
+ def max_percent_delta_unhealthy_nodes(self, value: pulumi.Input[int]):
964
+ pulumi.set(self, "max_percent_delta_unhealthy_nodes", value)
965
+
966
+ @property
967
+ @pulumi.getter(name="maxPercentDeltaUnhealthyApplications")
968
+ def max_percent_delta_unhealthy_applications(self) -> Optional[pulumi.Input[int]]:
969
+ """
970
+ The maximum allowed percentage of applications health degradation allowed during cluster upgrades.
971
+ The delta is measured between the state of the applications at the beginning of upgrade and the state of the applications at the time of the health evaluation.
972
+ The check is performed after every upgrade domain upgrade completion to make sure the global state of the cluster is within tolerated limits. System services are not included in this.
973
+ NOTE: This value will overwrite the value specified in properties.UpgradeDescription.HealthPolicy.MaxPercentUnhealthyApplications
974
+ """
975
+ return pulumi.get(self, "max_percent_delta_unhealthy_applications")
976
+
977
+ @max_percent_delta_unhealthy_applications.setter
978
+ def max_percent_delta_unhealthy_applications(self, value: Optional[pulumi.Input[int]]):
979
+ pulumi.set(self, "max_percent_delta_unhealthy_applications", value)
980
+
981
+ @property
982
+ @pulumi.getter(name="maxPercentUpgradeDomainDeltaUnhealthyNodes")
983
+ def max_percent_upgrade_domain_delta_unhealthy_nodes(self) -> Optional[pulumi.Input[int]]:
984
+ """
985
+ The maximum allowed percentage of upgrade domain nodes health degradation allowed during cluster upgrades.
986
+ The delta is measured between the state of the upgrade domain nodes at the beginning of upgrade and the state of the upgrade domain nodes at the time of the health evaluation.
987
+ The check is performed after every upgrade domain upgrade completion for all completed upgrade domains to make sure the state of the upgrade domains is within tolerated limits.
988
+ """
989
+ return pulumi.get(self, "max_percent_upgrade_domain_delta_unhealthy_nodes")
990
+
991
+ @max_percent_upgrade_domain_delta_unhealthy_nodes.setter
992
+ def max_percent_upgrade_domain_delta_unhealthy_nodes(self, value: Optional[pulumi.Input[int]]):
993
+ pulumi.set(self, "max_percent_upgrade_domain_delta_unhealthy_nodes", value)
994
+
995
+
996
+ @pulumi.input_type
997
+ class ClusterUpgradePolicyArgs:
998
+ def __init__(__self__, *,
999
+ delta_health_policy: Optional[pulumi.Input['ClusterUpgradeDeltaHealthPolicyArgs']] = None,
1000
+ force_restart: Optional[pulumi.Input[bool]] = None,
1001
+ health_policy: Optional[pulumi.Input['ClusterHealthPolicyArgs']] = None,
1002
+ monitoring_policy: Optional[pulumi.Input['ClusterMonitoringPolicyArgs']] = None,
1003
+ upgrade_replica_set_check_timeout: Optional[pulumi.Input[str]] = None):
1004
+ """
1005
+ Describes the policy used when upgrading the cluster.
1006
+ :param pulumi.Input['ClusterUpgradeDeltaHealthPolicyArgs'] delta_health_policy: The cluster delta health policy defines a health policy used to evaluate the health of the cluster during a cluster upgrade.
1007
+ :param pulumi.Input[bool] force_restart: If true, then processes are forcefully restarted during upgrade even when the code version has not changed (the upgrade only changes configuration or data).
1008
+ :param pulumi.Input['ClusterHealthPolicyArgs'] health_policy: The cluster health policy defines a health policy used to evaluate the health of the cluster during a cluster upgrade.
1009
+ :param pulumi.Input['ClusterMonitoringPolicyArgs'] monitoring_policy: The cluster monitoring policy describes the parameters for monitoring an upgrade in Monitored mode.
1010
+ :param pulumi.Input[str] upgrade_replica_set_check_timeout: The maximum amount of time to block processing of an upgrade domain and prevent loss of availability when there are unexpected issues.
1011
+ When this timeout expires, processing of the upgrade domain will proceed regardless of availability loss issues.
1012
+ The timeout is reset at the start of each upgrade domain. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
1013
+ This value must be between 00:00:00 and 49710.06:28:15 (unsigned 32 bit integer for seconds)
1014
+ """
1015
+ if delta_health_policy is not None:
1016
+ pulumi.set(__self__, "delta_health_policy", delta_health_policy)
1017
+ if force_restart is not None:
1018
+ pulumi.set(__self__, "force_restart", force_restart)
1019
+ if health_policy is not None:
1020
+ pulumi.set(__self__, "health_policy", health_policy)
1021
+ if monitoring_policy is not None:
1022
+ pulumi.set(__self__, "monitoring_policy", monitoring_policy)
1023
+ if upgrade_replica_set_check_timeout is not None:
1024
+ pulumi.set(__self__, "upgrade_replica_set_check_timeout", upgrade_replica_set_check_timeout)
1025
+
1026
+ @property
1027
+ @pulumi.getter(name="deltaHealthPolicy")
1028
+ def delta_health_policy(self) -> Optional[pulumi.Input['ClusterUpgradeDeltaHealthPolicyArgs']]:
1029
+ """
1030
+ The cluster delta health policy defines a health policy used to evaluate the health of the cluster during a cluster upgrade.
1031
+ """
1032
+ return pulumi.get(self, "delta_health_policy")
1033
+
1034
+ @delta_health_policy.setter
1035
+ def delta_health_policy(self, value: Optional[pulumi.Input['ClusterUpgradeDeltaHealthPolicyArgs']]):
1036
+ pulumi.set(self, "delta_health_policy", value)
1037
+
1038
+ @property
1039
+ @pulumi.getter(name="forceRestart")
1040
+ def force_restart(self) -> Optional[pulumi.Input[bool]]:
1041
+ """
1042
+ If true, then processes are forcefully restarted during upgrade even when the code version has not changed (the upgrade only changes configuration or data).
1043
+ """
1044
+ return pulumi.get(self, "force_restart")
1045
+
1046
+ @force_restart.setter
1047
+ def force_restart(self, value: Optional[pulumi.Input[bool]]):
1048
+ pulumi.set(self, "force_restart", value)
1049
+
1050
+ @property
1051
+ @pulumi.getter(name="healthPolicy")
1052
+ def health_policy(self) -> Optional[pulumi.Input['ClusterHealthPolicyArgs']]:
1053
+ """
1054
+ The cluster health policy defines a health policy used to evaluate the health of the cluster during a cluster upgrade.
1055
+ """
1056
+ return pulumi.get(self, "health_policy")
1057
+
1058
+ @health_policy.setter
1059
+ def health_policy(self, value: Optional[pulumi.Input['ClusterHealthPolicyArgs']]):
1060
+ pulumi.set(self, "health_policy", value)
1061
+
1062
+ @property
1063
+ @pulumi.getter(name="monitoringPolicy")
1064
+ def monitoring_policy(self) -> Optional[pulumi.Input['ClusterMonitoringPolicyArgs']]:
1065
+ """
1066
+ The cluster monitoring policy describes the parameters for monitoring an upgrade in Monitored mode.
1067
+ """
1068
+ return pulumi.get(self, "monitoring_policy")
1069
+
1070
+ @monitoring_policy.setter
1071
+ def monitoring_policy(self, value: Optional[pulumi.Input['ClusterMonitoringPolicyArgs']]):
1072
+ pulumi.set(self, "monitoring_policy", value)
1073
+
1074
+ @property
1075
+ @pulumi.getter(name="upgradeReplicaSetCheckTimeout")
1076
+ def upgrade_replica_set_check_timeout(self) -> Optional[pulumi.Input[str]]:
1077
+ """
1078
+ The maximum amount of time to block processing of an upgrade domain and prevent loss of availability when there are unexpected issues.
1079
+ When this timeout expires, processing of the upgrade domain will proceed regardless of availability loss issues.
1080
+ The timeout is reset at the start of each upgrade domain. The timeout can be in either hh:mm:ss or in d.hh:mm:ss.ms format.
1081
+ This value must be between 00:00:00 and 49710.06:28:15 (unsigned 32 bit integer for seconds)
1082
+ """
1083
+ return pulumi.get(self, "upgrade_replica_set_check_timeout")
1084
+
1085
+ @upgrade_replica_set_check_timeout.setter
1086
+ def upgrade_replica_set_check_timeout(self, value: Optional[pulumi.Input[str]]):
1087
+ pulumi.set(self, "upgrade_replica_set_check_timeout", value)
1088
+
1089
+
1090
+ @pulumi.input_type
1091
+ class EndpointRangeDescriptionArgs:
1092
+ def __init__(__self__, *,
1093
+ end_port: pulumi.Input[int],
1094
+ start_port: pulumi.Input[int]):
1095
+ """
1096
+ Port range details
1097
+ :param pulumi.Input[int] end_port: End port of a range of ports
1098
+ :param pulumi.Input[int] start_port: Starting port of a range of ports
1099
+ """
1100
+ pulumi.set(__self__, "end_port", end_port)
1101
+ pulumi.set(__self__, "start_port", start_port)
1102
+
1103
+ @property
1104
+ @pulumi.getter(name="endPort")
1105
+ def end_port(self) -> pulumi.Input[int]:
1106
+ """
1107
+ End port of a range of ports
1108
+ """
1109
+ return pulumi.get(self, "end_port")
1110
+
1111
+ @end_port.setter
1112
+ def end_port(self, value: pulumi.Input[int]):
1113
+ pulumi.set(self, "end_port", value)
1114
+
1115
+ @property
1116
+ @pulumi.getter(name="startPort")
1117
+ def start_port(self) -> pulumi.Input[int]:
1118
+ """
1119
+ Starting port of a range of ports
1120
+ """
1121
+ return pulumi.get(self, "start_port")
1122
+
1123
+ @start_port.setter
1124
+ def start_port(self, value: pulumi.Input[int]):
1125
+ pulumi.set(self, "start_port", value)
1126
+
1127
+
1128
+ @pulumi.input_type
1129
+ class FrontendConfigurationArgs:
1130
+ def __init__(__self__, *,
1131
+ application_gateway_backend_address_pool_id: Optional[pulumi.Input[str]] = None,
1132
+ ip_address_type: Optional[pulumi.Input[Union[str, 'IPAddressType']]] = None,
1133
+ load_balancer_backend_address_pool_id: Optional[pulumi.Input[str]] = None,
1134
+ load_balancer_inbound_nat_pool_id: Optional[pulumi.Input[str]] = None):
1135
+ """
1136
+ Describes the frontend configurations for the node type.
1137
+ :param pulumi.Input[str] application_gateway_backend_address_pool_id: The resource Id of application gateway backend address pool. The format of the resource Id is '/subscriptions/<subscriptionId>/resourceGroups/<resourceGroupName>/providers/Microsoft.Network/applicationGateways/<applicationGatewayName>/backendAddressPools/<backendAddressPoolName>'.
1138
+ :param pulumi.Input[Union[str, 'IPAddressType']] ip_address_type: The IP address type of this frontend configuration. If omitted the default value is IPv4.
1139
+ :param pulumi.Input[str] load_balancer_backend_address_pool_id: The resource Id of the Load Balancer backend address pool that the VM instances of the node type are associated with. The format of the resource Id is '/subscriptions/<subscriptionId>/resourceGroups/<resourceGroupName>/providers/Microsoft.Network/loadBalancers/<loadBalancerName>/backendAddressPools/<backendAddressPoolName>'.
1140
+ :param pulumi.Input[str] load_balancer_inbound_nat_pool_id: The resource Id of the Load Balancer inbound NAT pool that the VM instances of the node type are associated with. The format of the resource Id is '/subscriptions/<subscriptionId>/resourceGroups/<resourceGroupName>/providers/Microsoft.Network/loadBalancers/<loadBalancerName>/inboundNatPools/<inboundNatPoolName>'.
1141
+ """
1142
+ if application_gateway_backend_address_pool_id is not None:
1143
+ pulumi.set(__self__, "application_gateway_backend_address_pool_id", application_gateway_backend_address_pool_id)
1144
+ if ip_address_type is not None:
1145
+ pulumi.set(__self__, "ip_address_type", ip_address_type)
1146
+ if load_balancer_backend_address_pool_id is not None:
1147
+ pulumi.set(__self__, "load_balancer_backend_address_pool_id", load_balancer_backend_address_pool_id)
1148
+ if load_balancer_inbound_nat_pool_id is not None:
1149
+ pulumi.set(__self__, "load_balancer_inbound_nat_pool_id", load_balancer_inbound_nat_pool_id)
1150
+
1151
+ @property
1152
+ @pulumi.getter(name="applicationGatewayBackendAddressPoolId")
1153
+ def application_gateway_backend_address_pool_id(self) -> Optional[pulumi.Input[str]]:
1154
+ """
1155
+ The resource Id of application gateway backend address pool. The format of the resource Id is '/subscriptions/<subscriptionId>/resourceGroups/<resourceGroupName>/providers/Microsoft.Network/applicationGateways/<applicationGatewayName>/backendAddressPools/<backendAddressPoolName>'.
1156
+ """
1157
+ return pulumi.get(self, "application_gateway_backend_address_pool_id")
1158
+
1159
+ @application_gateway_backend_address_pool_id.setter
1160
+ def application_gateway_backend_address_pool_id(self, value: Optional[pulumi.Input[str]]):
1161
+ pulumi.set(self, "application_gateway_backend_address_pool_id", value)
1162
+
1163
+ @property
1164
+ @pulumi.getter(name="ipAddressType")
1165
+ def ip_address_type(self) -> Optional[pulumi.Input[Union[str, 'IPAddressType']]]:
1166
+ """
1167
+ The IP address type of this frontend configuration. If omitted the default value is IPv4.
1168
+ """
1169
+ return pulumi.get(self, "ip_address_type")
1170
+
1171
+ @ip_address_type.setter
1172
+ def ip_address_type(self, value: Optional[pulumi.Input[Union[str, 'IPAddressType']]]):
1173
+ pulumi.set(self, "ip_address_type", value)
1174
+
1175
+ @property
1176
+ @pulumi.getter(name="loadBalancerBackendAddressPoolId")
1177
+ def load_balancer_backend_address_pool_id(self) -> Optional[pulumi.Input[str]]:
1178
+ """
1179
+ The resource Id of the Load Balancer backend address pool that the VM instances of the node type are associated with. The format of the resource Id is '/subscriptions/<subscriptionId>/resourceGroups/<resourceGroupName>/providers/Microsoft.Network/loadBalancers/<loadBalancerName>/backendAddressPools/<backendAddressPoolName>'.
1180
+ """
1181
+ return pulumi.get(self, "load_balancer_backend_address_pool_id")
1182
+
1183
+ @load_balancer_backend_address_pool_id.setter
1184
+ def load_balancer_backend_address_pool_id(self, value: Optional[pulumi.Input[str]]):
1185
+ pulumi.set(self, "load_balancer_backend_address_pool_id", value)
1186
+
1187
+ @property
1188
+ @pulumi.getter(name="loadBalancerInboundNatPoolId")
1189
+ def load_balancer_inbound_nat_pool_id(self) -> Optional[pulumi.Input[str]]:
1190
+ """
1191
+ The resource Id of the Load Balancer inbound NAT pool that the VM instances of the node type are associated with. The format of the resource Id is '/subscriptions/<subscriptionId>/resourceGroups/<resourceGroupName>/providers/Microsoft.Network/loadBalancers/<loadBalancerName>/inboundNatPools/<inboundNatPoolName>'.
1192
+ """
1193
+ return pulumi.get(self, "load_balancer_inbound_nat_pool_id")
1194
+
1195
+ @load_balancer_inbound_nat_pool_id.setter
1196
+ def load_balancer_inbound_nat_pool_id(self, value: Optional[pulumi.Input[str]]):
1197
+ pulumi.set(self, "load_balancer_inbound_nat_pool_id", value)
1198
+
1199
+
1200
+ @pulumi.input_type
1201
+ class IpConfigurationPublicIPAddressConfigurationArgs:
1202
+ def __init__(__self__, *,
1203
+ name: pulumi.Input[str],
1204
+ ip_tags: Optional[pulumi.Input[Sequence[pulumi.Input['IpTagArgs']]]] = None,
1205
+ public_ip_address_version: Optional[pulumi.Input[Union[str, 'PublicIPAddressVersion']]] = None):
1206
+ """
1207
+ The public IP address configuration of the network interface.
1208
+ :param pulumi.Input[str] name: Name of the network interface.
1209
+ :param pulumi.Input[Sequence[pulumi.Input['IpTagArgs']]] ip_tags: Specifies the list of IP tags associated with the public IP address.
1210
+ :param pulumi.Input[Union[str, 'PublicIPAddressVersion']] public_ip_address_version: Specifies whether the IP configuration's public IP is IPv4 or IPv6. Default is IPv4.
1211
+ """
1212
+ pulumi.set(__self__, "name", name)
1213
+ if ip_tags is not None:
1214
+ pulumi.set(__self__, "ip_tags", ip_tags)
1215
+ if public_ip_address_version is None:
1216
+ public_ip_address_version = 'IPv4'
1217
+ if public_ip_address_version is not None:
1218
+ pulumi.set(__self__, "public_ip_address_version", public_ip_address_version)
1219
+
1220
+ @property
1221
+ @pulumi.getter
1222
+ def name(self) -> pulumi.Input[str]:
1223
+ """
1224
+ Name of the network interface.
1225
+ """
1226
+ return pulumi.get(self, "name")
1227
+
1228
+ @name.setter
1229
+ def name(self, value: pulumi.Input[str]):
1230
+ pulumi.set(self, "name", value)
1231
+
1232
+ @property
1233
+ @pulumi.getter(name="ipTags")
1234
+ def ip_tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IpTagArgs']]]]:
1235
+ """
1236
+ Specifies the list of IP tags associated with the public IP address.
1237
+ """
1238
+ return pulumi.get(self, "ip_tags")
1239
+
1240
+ @ip_tags.setter
1241
+ def ip_tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IpTagArgs']]]]):
1242
+ pulumi.set(self, "ip_tags", value)
1243
+
1244
+ @property
1245
+ @pulumi.getter(name="publicIPAddressVersion")
1246
+ def public_ip_address_version(self) -> Optional[pulumi.Input[Union[str, 'PublicIPAddressVersion']]]:
1247
+ """
1248
+ Specifies whether the IP configuration's public IP is IPv4 or IPv6. Default is IPv4.
1249
+ """
1250
+ return pulumi.get(self, "public_ip_address_version")
1251
+
1252
+ @public_ip_address_version.setter
1253
+ def public_ip_address_version(self, value: Optional[pulumi.Input[Union[str, 'PublicIPAddressVersion']]]):
1254
+ pulumi.set(self, "public_ip_address_version", value)
1255
+
1256
+
1257
+ @pulumi.input_type
1258
+ class IpConfigurationArgs:
1259
+ def __init__(__self__, *,
1260
+ name: pulumi.Input[str],
1261
+ application_gateway_backend_address_pools: Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]] = None,
1262
+ load_balancer_backend_address_pools: Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]] = None,
1263
+ load_balancer_inbound_nat_pools: Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]] = None,
1264
+ private_ip_address_version: Optional[pulumi.Input[Union[str, 'PrivateIPAddressVersion']]] = None,
1265
+ public_ip_address_configuration: Optional[pulumi.Input['IpConfigurationPublicIPAddressConfigurationArgs']] = None,
1266
+ subnet: Optional[pulumi.Input['SubResourceArgs']] = None):
1267
+ """
1268
+ Specifies an IP configuration of the network interface.
1269
+ :param pulumi.Input[str] name: Name of the network interface.
1270
+ :param pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]] application_gateway_backend_address_pools: Specifies an array of references to backend address pools of application gateways. A node type can reference backend address pools of multiple application gateways. Multiple node types cannot use the same application gateway.
1271
+ :param pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]] load_balancer_backend_address_pools: Specifies an array of references to backend address pools of load balancers. A node type can reference backend address pools of one public and one internal load balancer. Multiple node types cannot use the same basic sku load balancer.
1272
+ :param pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]] load_balancer_inbound_nat_pools: Specifies an array of references to inbound Nat pools of the load balancers. A node type can reference inbound nat pools of one public and one internal load balancer. Multiple node types cannot use the same basic sku load balancer.
1273
+ :param pulumi.Input[Union[str, 'PrivateIPAddressVersion']] private_ip_address_version: Specifies whether the IP configuration's private IP is IPv4 or IPv6. Default is IPv4.
1274
+ :param pulumi.Input['IpConfigurationPublicIPAddressConfigurationArgs'] public_ip_address_configuration: The public IP address configuration of the network interface.
1275
+ :param pulumi.Input['SubResourceArgs'] subnet: Specifies the subnet of the network interface.
1276
+ """
1277
+ pulumi.set(__self__, "name", name)
1278
+ if application_gateway_backend_address_pools is not None:
1279
+ pulumi.set(__self__, "application_gateway_backend_address_pools", application_gateway_backend_address_pools)
1280
+ if load_balancer_backend_address_pools is not None:
1281
+ pulumi.set(__self__, "load_balancer_backend_address_pools", load_balancer_backend_address_pools)
1282
+ if load_balancer_inbound_nat_pools is not None:
1283
+ pulumi.set(__self__, "load_balancer_inbound_nat_pools", load_balancer_inbound_nat_pools)
1284
+ if private_ip_address_version is None:
1285
+ private_ip_address_version = 'IPv4'
1286
+ if private_ip_address_version is not None:
1287
+ pulumi.set(__self__, "private_ip_address_version", private_ip_address_version)
1288
+ if public_ip_address_configuration is not None:
1289
+ pulumi.set(__self__, "public_ip_address_configuration", public_ip_address_configuration)
1290
+ if subnet is not None:
1291
+ pulumi.set(__self__, "subnet", subnet)
1292
+
1293
+ @property
1294
+ @pulumi.getter
1295
+ def name(self) -> pulumi.Input[str]:
1296
+ """
1297
+ Name of the network interface.
1298
+ """
1299
+ return pulumi.get(self, "name")
1300
+
1301
+ @name.setter
1302
+ def name(self, value: pulumi.Input[str]):
1303
+ pulumi.set(self, "name", value)
1304
+
1305
+ @property
1306
+ @pulumi.getter(name="applicationGatewayBackendAddressPools")
1307
+ def application_gateway_backend_address_pools(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]]:
1308
+ """
1309
+ Specifies an array of references to backend address pools of application gateways. A node type can reference backend address pools of multiple application gateways. Multiple node types cannot use the same application gateway.
1310
+ """
1311
+ return pulumi.get(self, "application_gateway_backend_address_pools")
1312
+
1313
+ @application_gateway_backend_address_pools.setter
1314
+ def application_gateway_backend_address_pools(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]]):
1315
+ pulumi.set(self, "application_gateway_backend_address_pools", value)
1316
+
1317
+ @property
1318
+ @pulumi.getter(name="loadBalancerBackendAddressPools")
1319
+ def load_balancer_backend_address_pools(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]]:
1320
+ """
1321
+ Specifies an array of references to backend address pools of load balancers. A node type can reference backend address pools of one public and one internal load balancer. Multiple node types cannot use the same basic sku load balancer.
1322
+ """
1323
+ return pulumi.get(self, "load_balancer_backend_address_pools")
1324
+
1325
+ @load_balancer_backend_address_pools.setter
1326
+ def load_balancer_backend_address_pools(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]]):
1327
+ pulumi.set(self, "load_balancer_backend_address_pools", value)
1328
+
1329
+ @property
1330
+ @pulumi.getter(name="loadBalancerInboundNatPools")
1331
+ def load_balancer_inbound_nat_pools(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]]:
1332
+ """
1333
+ Specifies an array of references to inbound Nat pools of the load balancers. A node type can reference inbound nat pools of one public and one internal load balancer. Multiple node types cannot use the same basic sku load balancer.
1334
+ """
1335
+ return pulumi.get(self, "load_balancer_inbound_nat_pools")
1336
+
1337
+ @load_balancer_inbound_nat_pools.setter
1338
+ def load_balancer_inbound_nat_pools(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]]):
1339
+ pulumi.set(self, "load_balancer_inbound_nat_pools", value)
1340
+
1341
+ @property
1342
+ @pulumi.getter(name="privateIPAddressVersion")
1343
+ def private_ip_address_version(self) -> Optional[pulumi.Input[Union[str, 'PrivateIPAddressVersion']]]:
1344
+ """
1345
+ Specifies whether the IP configuration's private IP is IPv4 or IPv6. Default is IPv4.
1346
+ """
1347
+ return pulumi.get(self, "private_ip_address_version")
1348
+
1349
+ @private_ip_address_version.setter
1350
+ def private_ip_address_version(self, value: Optional[pulumi.Input[Union[str, 'PrivateIPAddressVersion']]]):
1351
+ pulumi.set(self, "private_ip_address_version", value)
1352
+
1353
+ @property
1354
+ @pulumi.getter(name="publicIPAddressConfiguration")
1355
+ def public_ip_address_configuration(self) -> Optional[pulumi.Input['IpConfigurationPublicIPAddressConfigurationArgs']]:
1356
+ """
1357
+ The public IP address configuration of the network interface.
1358
+ """
1359
+ return pulumi.get(self, "public_ip_address_configuration")
1360
+
1361
+ @public_ip_address_configuration.setter
1362
+ def public_ip_address_configuration(self, value: Optional[pulumi.Input['IpConfigurationPublicIPAddressConfigurationArgs']]):
1363
+ pulumi.set(self, "public_ip_address_configuration", value)
1364
+
1365
+ @property
1366
+ @pulumi.getter
1367
+ def subnet(self) -> Optional[pulumi.Input['SubResourceArgs']]:
1368
+ """
1369
+ Specifies the subnet of the network interface.
1370
+ """
1371
+ return pulumi.get(self, "subnet")
1372
+
1373
+ @subnet.setter
1374
+ def subnet(self, value: Optional[pulumi.Input['SubResourceArgs']]):
1375
+ pulumi.set(self, "subnet", value)
1376
+
1377
+
1378
+ @pulumi.input_type
1379
+ class IpTagArgs:
1380
+ def __init__(__self__, *,
1381
+ ip_tag_type: pulumi.Input[str],
1382
+ tag: pulumi.Input[str]):
1383
+ """
1384
+ The IP tag associated with the public IP address.
1385
+ :param pulumi.Input[str] ip_tag_type: IP tag type. Example: FirstPartyUsage.
1386
+ :param pulumi.Input[str] tag: IP tag associated with the public IP. Example: SQL, Storage etc.
1387
+ """
1388
+ pulumi.set(__self__, "ip_tag_type", ip_tag_type)
1389
+ pulumi.set(__self__, "tag", tag)
1390
+
1391
+ @property
1392
+ @pulumi.getter(name="ipTagType")
1393
+ def ip_tag_type(self) -> pulumi.Input[str]:
1394
+ """
1395
+ IP tag type. Example: FirstPartyUsage.
1396
+ """
1397
+ return pulumi.get(self, "ip_tag_type")
1398
+
1399
+ @ip_tag_type.setter
1400
+ def ip_tag_type(self, value: pulumi.Input[str]):
1401
+ pulumi.set(self, "ip_tag_type", value)
1402
+
1403
+ @property
1404
+ @pulumi.getter
1405
+ def tag(self) -> pulumi.Input[str]:
1406
+ """
1407
+ IP tag associated with the public IP. Example: SQL, Storage etc.
1408
+ """
1409
+ return pulumi.get(self, "tag")
1410
+
1411
+ @tag.setter
1412
+ def tag(self, value: pulumi.Input[str]):
1413
+ pulumi.set(self, "tag", value)
1414
+
1415
+
1416
+ @pulumi.input_type
1417
+ class LoadBalancingRuleArgs:
1418
+ def __init__(__self__, *,
1419
+ backend_port: pulumi.Input[int],
1420
+ frontend_port: pulumi.Input[int],
1421
+ probe_protocol: pulumi.Input[Union[str, 'ProbeProtocol']],
1422
+ protocol: pulumi.Input[Union[str, 'Protocol']],
1423
+ load_distribution: Optional[pulumi.Input[str]] = None,
1424
+ probe_port: Optional[pulumi.Input[int]] = None,
1425
+ probe_request_path: Optional[pulumi.Input[str]] = None):
1426
+ """
1427
+ Describes a load balancing rule.
1428
+ :param pulumi.Input[int] backend_port: The port used for internal connections on the endpoint. Acceptable values are between 1 and 65535.
1429
+ :param pulumi.Input[int] frontend_port: The port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values are between 1 and 65534.
1430
+ :param pulumi.Input[Union[str, 'ProbeProtocol']] probe_protocol: the reference to the load balancer probe used by the load balancing rule.
1431
+ :param pulumi.Input[Union[str, 'Protocol']] protocol: The reference to the transport protocol used by the load balancing rule.
1432
+ :param pulumi.Input[str] load_distribution: The load distribution policy for this rule.
1433
+ :param pulumi.Input[int] probe_port: The prob port used by the load balancing rule. Acceptable values are between 1 and 65535.
1434
+ :param pulumi.Input[str] probe_request_path: The probe request path. Only supported for HTTP/HTTPS probes.
1435
+ """
1436
+ pulumi.set(__self__, "backend_port", backend_port)
1437
+ pulumi.set(__self__, "frontend_port", frontend_port)
1438
+ pulumi.set(__self__, "probe_protocol", probe_protocol)
1439
+ pulumi.set(__self__, "protocol", protocol)
1440
+ if load_distribution is not None:
1441
+ pulumi.set(__self__, "load_distribution", load_distribution)
1442
+ if probe_port is not None:
1443
+ pulumi.set(__self__, "probe_port", probe_port)
1444
+ if probe_request_path is not None:
1445
+ pulumi.set(__self__, "probe_request_path", probe_request_path)
1446
+
1447
+ @property
1448
+ @pulumi.getter(name="backendPort")
1449
+ def backend_port(self) -> pulumi.Input[int]:
1450
+ """
1451
+ The port used for internal connections on the endpoint. Acceptable values are between 1 and 65535.
1452
+ """
1453
+ return pulumi.get(self, "backend_port")
1454
+
1455
+ @backend_port.setter
1456
+ def backend_port(self, value: pulumi.Input[int]):
1457
+ pulumi.set(self, "backend_port", value)
1458
+
1459
+ @property
1460
+ @pulumi.getter(name="frontendPort")
1461
+ def frontend_port(self) -> pulumi.Input[int]:
1462
+ """
1463
+ The port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values are between 1 and 65534.
1464
+ """
1465
+ return pulumi.get(self, "frontend_port")
1466
+
1467
+ @frontend_port.setter
1468
+ def frontend_port(self, value: pulumi.Input[int]):
1469
+ pulumi.set(self, "frontend_port", value)
1470
+
1471
+ @property
1472
+ @pulumi.getter(name="probeProtocol")
1473
+ def probe_protocol(self) -> pulumi.Input[Union[str, 'ProbeProtocol']]:
1474
+ """
1475
+ the reference to the load balancer probe used by the load balancing rule.
1476
+ """
1477
+ return pulumi.get(self, "probe_protocol")
1478
+
1479
+ @probe_protocol.setter
1480
+ def probe_protocol(self, value: pulumi.Input[Union[str, 'ProbeProtocol']]):
1481
+ pulumi.set(self, "probe_protocol", value)
1482
+
1483
+ @property
1484
+ @pulumi.getter
1485
+ def protocol(self) -> pulumi.Input[Union[str, 'Protocol']]:
1486
+ """
1487
+ The reference to the transport protocol used by the load balancing rule.
1488
+ """
1489
+ return pulumi.get(self, "protocol")
1490
+
1491
+ @protocol.setter
1492
+ def protocol(self, value: pulumi.Input[Union[str, 'Protocol']]):
1493
+ pulumi.set(self, "protocol", value)
1494
+
1495
+ @property
1496
+ @pulumi.getter(name="loadDistribution")
1497
+ def load_distribution(self) -> Optional[pulumi.Input[str]]:
1498
+ """
1499
+ The load distribution policy for this rule.
1500
+ """
1501
+ return pulumi.get(self, "load_distribution")
1502
+
1503
+ @load_distribution.setter
1504
+ def load_distribution(self, value: Optional[pulumi.Input[str]]):
1505
+ pulumi.set(self, "load_distribution", value)
1506
+
1507
+ @property
1508
+ @pulumi.getter(name="probePort")
1509
+ def probe_port(self) -> Optional[pulumi.Input[int]]:
1510
+ """
1511
+ The prob port used by the load balancing rule. Acceptable values are between 1 and 65535.
1512
+ """
1513
+ return pulumi.get(self, "probe_port")
1514
+
1515
+ @probe_port.setter
1516
+ def probe_port(self, value: Optional[pulumi.Input[int]]):
1517
+ pulumi.set(self, "probe_port", value)
1518
+
1519
+ @property
1520
+ @pulumi.getter(name="probeRequestPath")
1521
+ def probe_request_path(self) -> Optional[pulumi.Input[str]]:
1522
+ """
1523
+ The probe request path. Only supported for HTTP/HTTPS probes.
1524
+ """
1525
+ return pulumi.get(self, "probe_request_path")
1526
+
1527
+ @probe_request_path.setter
1528
+ def probe_request_path(self, value: Optional[pulumi.Input[str]]):
1529
+ pulumi.set(self, "probe_request_path", value)
1530
+
1531
+
1532
+ @pulumi.input_type
1533
+ class ManagedIdentityArgs:
1534
+ def __init__(__self__, *,
1535
+ type: Optional[pulumi.Input['ManagedIdentityType']] = None,
1536
+ user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
1537
+ """
1538
+ Describes the managed identities for an Azure resource.
1539
+ :param pulumi.Input['ManagedIdentityType'] type: The type of managed identity for the resource.
1540
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form:
1541
+ '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
1542
+ """
1543
+ if type is not None:
1544
+ pulumi.set(__self__, "type", type)
1545
+ if user_assigned_identities is not None:
1546
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
1547
+
1548
+ @property
1549
+ @pulumi.getter
1550
+ def type(self) -> Optional[pulumi.Input['ManagedIdentityType']]:
1551
+ """
1552
+ The type of managed identity for the resource.
1553
+ """
1554
+ return pulumi.get(self, "type")
1555
+
1556
+ @type.setter
1557
+ def type(self, value: Optional[pulumi.Input['ManagedIdentityType']]):
1558
+ pulumi.set(self, "type", value)
1559
+
1560
+ @property
1561
+ @pulumi.getter(name="userAssignedIdentities")
1562
+ def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1563
+ """
1564
+ The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form:
1565
+ '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
1566
+ """
1567
+ return pulumi.get(self, "user_assigned_identities")
1568
+
1569
+ @user_assigned_identities.setter
1570
+ def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1571
+ pulumi.set(self, "user_assigned_identities", value)
1572
+
1573
+
1574
+ @pulumi.input_type
1575
+ class NamedPartitionSchemeArgs:
1576
+ def __init__(__self__, *,
1577
+ names: pulumi.Input[Sequence[pulumi.Input[str]]],
1578
+ partition_scheme: pulumi.Input[str]):
1579
+ """
1580
+ Describes the named partition scheme of the service.
1581
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] names: Array for the names of the partitions.
1582
+ :param pulumi.Input[str] partition_scheme: Enumerates the ways that a service can be partitioned.
1583
+ Expected value is 'Named'.
1584
+ """
1585
+ pulumi.set(__self__, "names", names)
1586
+ pulumi.set(__self__, "partition_scheme", 'Named')
1587
+
1588
+ @property
1589
+ @pulumi.getter
1590
+ def names(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
1591
+ """
1592
+ Array for the names of the partitions.
1593
+ """
1594
+ return pulumi.get(self, "names")
1595
+
1596
+ @names.setter
1597
+ def names(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
1598
+ pulumi.set(self, "names", value)
1599
+
1600
+ @property
1601
+ @pulumi.getter(name="partitionScheme")
1602
+ def partition_scheme(self) -> pulumi.Input[str]:
1603
+ """
1604
+ Enumerates the ways that a service can be partitioned.
1605
+ Expected value is 'Named'.
1606
+ """
1607
+ return pulumi.get(self, "partition_scheme")
1608
+
1609
+ @partition_scheme.setter
1610
+ def partition_scheme(self, value: pulumi.Input[str]):
1611
+ pulumi.set(self, "partition_scheme", value)
1612
+
1613
+
1614
+ @pulumi.input_type
1615
+ class NetworkSecurityRuleArgs:
1616
+ def __init__(__self__, *,
1617
+ access: pulumi.Input[Union[str, 'Access']],
1618
+ direction: pulumi.Input[Union[str, 'Direction']],
1619
+ name: pulumi.Input[str],
1620
+ priority: pulumi.Input[int],
1621
+ protocol: pulumi.Input[Union[str, 'NsgProtocol']],
1622
+ description: Optional[pulumi.Input[str]] = None,
1623
+ destination_address_prefix: Optional[pulumi.Input[str]] = None,
1624
+ destination_address_prefixes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1625
+ destination_port_range: Optional[pulumi.Input[str]] = None,
1626
+ destination_port_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1627
+ source_address_prefix: Optional[pulumi.Input[str]] = None,
1628
+ source_address_prefixes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1629
+ source_port_range: Optional[pulumi.Input[str]] = None,
1630
+ source_port_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
1631
+ """
1632
+ Describes a network security rule.
1633
+ :param pulumi.Input[Union[str, 'Access']] access: The network traffic is allowed or denied.
1634
+ :param pulumi.Input[Union[str, 'Direction']] direction: Network security rule direction.
1635
+ :param pulumi.Input[str] name: Network security rule name.
1636
+ :param pulumi.Input[int] priority: The priority of the rule. The value can be in the range 1000 to 3000. Values outside this range are reserved for Service Fabric ManagerCluster Resource Provider. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
1637
+ :param pulumi.Input[Union[str, 'NsgProtocol']] protocol: Network protocol this rule applies to.
1638
+ :param pulumi.Input[str] description: Network security rule description.
1639
+ :param pulumi.Input[str] destination_address_prefix: The destination address prefix. CIDR or destination IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used.
1640
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] destination_address_prefixes: The destination address prefixes. CIDR or destination IP ranges.
1641
+ :param pulumi.Input[str] destination_port_range: he destination port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
1642
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] destination_port_ranges: The destination port ranges.
1643
+ :param pulumi.Input[str] source_address_prefix: The CIDR or source IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from.
1644
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] source_address_prefixes: The CIDR or source IP ranges.
1645
+ :param pulumi.Input[str] source_port_range: The source port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
1646
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] source_port_ranges: The source port ranges.
1647
+ """
1648
+ pulumi.set(__self__, "access", access)
1649
+ pulumi.set(__self__, "direction", direction)
1650
+ pulumi.set(__self__, "name", name)
1651
+ pulumi.set(__self__, "priority", priority)
1652
+ pulumi.set(__self__, "protocol", protocol)
1653
+ if description is not None:
1654
+ pulumi.set(__self__, "description", description)
1655
+ if destination_address_prefix is not None:
1656
+ pulumi.set(__self__, "destination_address_prefix", destination_address_prefix)
1657
+ if destination_address_prefixes is not None:
1658
+ pulumi.set(__self__, "destination_address_prefixes", destination_address_prefixes)
1659
+ if destination_port_range is not None:
1660
+ pulumi.set(__self__, "destination_port_range", destination_port_range)
1661
+ if destination_port_ranges is not None:
1662
+ pulumi.set(__self__, "destination_port_ranges", destination_port_ranges)
1663
+ if source_address_prefix is not None:
1664
+ pulumi.set(__self__, "source_address_prefix", source_address_prefix)
1665
+ if source_address_prefixes is not None:
1666
+ pulumi.set(__self__, "source_address_prefixes", source_address_prefixes)
1667
+ if source_port_range is not None:
1668
+ pulumi.set(__self__, "source_port_range", source_port_range)
1669
+ if source_port_ranges is not None:
1670
+ pulumi.set(__self__, "source_port_ranges", source_port_ranges)
1671
+
1672
+ @property
1673
+ @pulumi.getter
1674
+ def access(self) -> pulumi.Input[Union[str, 'Access']]:
1675
+ """
1676
+ The network traffic is allowed or denied.
1677
+ """
1678
+ return pulumi.get(self, "access")
1679
+
1680
+ @access.setter
1681
+ def access(self, value: pulumi.Input[Union[str, 'Access']]):
1682
+ pulumi.set(self, "access", value)
1683
+
1684
+ @property
1685
+ @pulumi.getter
1686
+ def direction(self) -> pulumi.Input[Union[str, 'Direction']]:
1687
+ """
1688
+ Network security rule direction.
1689
+ """
1690
+ return pulumi.get(self, "direction")
1691
+
1692
+ @direction.setter
1693
+ def direction(self, value: pulumi.Input[Union[str, 'Direction']]):
1694
+ pulumi.set(self, "direction", value)
1695
+
1696
+ @property
1697
+ @pulumi.getter
1698
+ def name(self) -> pulumi.Input[str]:
1699
+ """
1700
+ Network security rule name.
1701
+ """
1702
+ return pulumi.get(self, "name")
1703
+
1704
+ @name.setter
1705
+ def name(self, value: pulumi.Input[str]):
1706
+ pulumi.set(self, "name", value)
1707
+
1708
+ @property
1709
+ @pulumi.getter
1710
+ def priority(self) -> pulumi.Input[int]:
1711
+ """
1712
+ The priority of the rule. The value can be in the range 1000 to 3000. Values outside this range are reserved for Service Fabric ManagerCluster Resource Provider. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
1713
+ """
1714
+ return pulumi.get(self, "priority")
1715
+
1716
+ @priority.setter
1717
+ def priority(self, value: pulumi.Input[int]):
1718
+ pulumi.set(self, "priority", value)
1719
+
1720
+ @property
1721
+ @pulumi.getter
1722
+ def protocol(self) -> pulumi.Input[Union[str, 'NsgProtocol']]:
1723
+ """
1724
+ Network protocol this rule applies to.
1725
+ """
1726
+ return pulumi.get(self, "protocol")
1727
+
1728
+ @protocol.setter
1729
+ def protocol(self, value: pulumi.Input[Union[str, 'NsgProtocol']]):
1730
+ pulumi.set(self, "protocol", value)
1731
+
1732
+ @property
1733
+ @pulumi.getter
1734
+ def description(self) -> Optional[pulumi.Input[str]]:
1735
+ """
1736
+ Network security rule description.
1737
+ """
1738
+ return pulumi.get(self, "description")
1739
+
1740
+ @description.setter
1741
+ def description(self, value: Optional[pulumi.Input[str]]):
1742
+ pulumi.set(self, "description", value)
1743
+
1744
+ @property
1745
+ @pulumi.getter(name="destinationAddressPrefix")
1746
+ def destination_address_prefix(self) -> Optional[pulumi.Input[str]]:
1747
+ """
1748
+ The destination address prefix. CIDR or destination IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used.
1749
+ """
1750
+ return pulumi.get(self, "destination_address_prefix")
1751
+
1752
+ @destination_address_prefix.setter
1753
+ def destination_address_prefix(self, value: Optional[pulumi.Input[str]]):
1754
+ pulumi.set(self, "destination_address_prefix", value)
1755
+
1756
+ @property
1757
+ @pulumi.getter(name="destinationAddressPrefixes")
1758
+ def destination_address_prefixes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1759
+ """
1760
+ The destination address prefixes. CIDR or destination IP ranges.
1761
+ """
1762
+ return pulumi.get(self, "destination_address_prefixes")
1763
+
1764
+ @destination_address_prefixes.setter
1765
+ def destination_address_prefixes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1766
+ pulumi.set(self, "destination_address_prefixes", value)
1767
+
1768
+ @property
1769
+ @pulumi.getter(name="destinationPortRange")
1770
+ def destination_port_range(self) -> Optional[pulumi.Input[str]]:
1771
+ """
1772
+ he destination port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
1773
+ """
1774
+ return pulumi.get(self, "destination_port_range")
1775
+
1776
+ @destination_port_range.setter
1777
+ def destination_port_range(self, value: Optional[pulumi.Input[str]]):
1778
+ pulumi.set(self, "destination_port_range", value)
1779
+
1780
+ @property
1781
+ @pulumi.getter(name="destinationPortRanges")
1782
+ def destination_port_ranges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1783
+ """
1784
+ The destination port ranges.
1785
+ """
1786
+ return pulumi.get(self, "destination_port_ranges")
1787
+
1788
+ @destination_port_ranges.setter
1789
+ def destination_port_ranges(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1790
+ pulumi.set(self, "destination_port_ranges", value)
1791
+
1792
+ @property
1793
+ @pulumi.getter(name="sourceAddressPrefix")
1794
+ def source_address_prefix(self) -> Optional[pulumi.Input[str]]:
1795
+ """
1796
+ The CIDR or source IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from.
1797
+ """
1798
+ return pulumi.get(self, "source_address_prefix")
1799
+
1800
+ @source_address_prefix.setter
1801
+ def source_address_prefix(self, value: Optional[pulumi.Input[str]]):
1802
+ pulumi.set(self, "source_address_prefix", value)
1803
+
1804
+ @property
1805
+ @pulumi.getter(name="sourceAddressPrefixes")
1806
+ def source_address_prefixes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1807
+ """
1808
+ The CIDR or source IP ranges.
1809
+ """
1810
+ return pulumi.get(self, "source_address_prefixes")
1811
+
1812
+ @source_address_prefixes.setter
1813
+ def source_address_prefixes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1814
+ pulumi.set(self, "source_address_prefixes", value)
1815
+
1816
+ @property
1817
+ @pulumi.getter(name="sourcePortRange")
1818
+ def source_port_range(self) -> Optional[pulumi.Input[str]]:
1819
+ """
1820
+ The source port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
1821
+ """
1822
+ return pulumi.get(self, "source_port_range")
1823
+
1824
+ @source_port_range.setter
1825
+ def source_port_range(self, value: Optional[pulumi.Input[str]]):
1826
+ pulumi.set(self, "source_port_range", value)
1827
+
1828
+ @property
1829
+ @pulumi.getter(name="sourcePortRanges")
1830
+ def source_port_ranges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1831
+ """
1832
+ The source port ranges.
1833
+ """
1834
+ return pulumi.get(self, "source_port_ranges")
1835
+
1836
+ @source_port_ranges.setter
1837
+ def source_port_ranges(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1838
+ pulumi.set(self, "source_port_ranges", value)
1839
+
1840
+
1841
+ @pulumi.input_type
1842
+ class NodeTypeNatConfigArgs:
1843
+ def __init__(__self__, *,
1844
+ backend_port: Optional[pulumi.Input[int]] = None,
1845
+ frontend_port_range_end: Optional[pulumi.Input[int]] = None,
1846
+ frontend_port_range_start: Optional[pulumi.Input[int]] = None):
1847
+ """
1848
+ Provides information about NAT configuration on the default public Load Balancer for the node type.
1849
+ :param pulumi.Input[int] backend_port: The internal port for the NAT configuration.
1850
+ :param pulumi.Input[int] frontend_port_range_end: The port range end for the external endpoint.
1851
+ :param pulumi.Input[int] frontend_port_range_start: The port range start for the external endpoint.
1852
+ """
1853
+ if backend_port is not None:
1854
+ pulumi.set(__self__, "backend_port", backend_port)
1855
+ if frontend_port_range_end is not None:
1856
+ pulumi.set(__self__, "frontend_port_range_end", frontend_port_range_end)
1857
+ if frontend_port_range_start is not None:
1858
+ pulumi.set(__self__, "frontend_port_range_start", frontend_port_range_start)
1859
+
1860
+ @property
1861
+ @pulumi.getter(name="backendPort")
1862
+ def backend_port(self) -> Optional[pulumi.Input[int]]:
1863
+ """
1864
+ The internal port for the NAT configuration.
1865
+ """
1866
+ return pulumi.get(self, "backend_port")
1867
+
1868
+ @backend_port.setter
1869
+ def backend_port(self, value: Optional[pulumi.Input[int]]):
1870
+ pulumi.set(self, "backend_port", value)
1871
+
1872
+ @property
1873
+ @pulumi.getter(name="frontendPortRangeEnd")
1874
+ def frontend_port_range_end(self) -> Optional[pulumi.Input[int]]:
1875
+ """
1876
+ The port range end for the external endpoint.
1877
+ """
1878
+ return pulumi.get(self, "frontend_port_range_end")
1879
+
1880
+ @frontend_port_range_end.setter
1881
+ def frontend_port_range_end(self, value: Optional[pulumi.Input[int]]):
1882
+ pulumi.set(self, "frontend_port_range_end", value)
1883
+
1884
+ @property
1885
+ @pulumi.getter(name="frontendPortRangeStart")
1886
+ def frontend_port_range_start(self) -> Optional[pulumi.Input[int]]:
1887
+ """
1888
+ The port range start for the external endpoint.
1889
+ """
1890
+ return pulumi.get(self, "frontend_port_range_start")
1891
+
1892
+ @frontend_port_range_start.setter
1893
+ def frontend_port_range_start(self, value: Optional[pulumi.Input[int]]):
1894
+ pulumi.set(self, "frontend_port_range_start", value)
1895
+
1896
+
1897
+ @pulumi.input_type
1898
+ class NodeTypeSkuArgs:
1899
+ def __init__(__self__, *,
1900
+ capacity: pulumi.Input[int],
1901
+ name: Optional[pulumi.Input[str]] = None,
1902
+ tier: Optional[pulumi.Input[str]] = None):
1903
+ """
1904
+ Describes a node type sku.
1905
+ :param pulumi.Input[int] capacity: The number of nodes in the node type.<br /><br />If present in request it will override properties.vmInstanceCount.
1906
+ :param pulumi.Input[str] name: The sku name. <br /><br />Name is internally generated and is used in auto-scale scenarios.<br /> Property does not allow to be changed to other values than generated.<br /> To avoid deployment errors please omit the property.
1907
+ :param pulumi.Input[str] tier: Specifies the tier of the node type. <br /><br /> Possible Values:<br /> **Standard**
1908
+ """
1909
+ pulumi.set(__self__, "capacity", capacity)
1910
+ if name is not None:
1911
+ pulumi.set(__self__, "name", name)
1912
+ if tier is not None:
1913
+ pulumi.set(__self__, "tier", tier)
1914
+
1915
+ @property
1916
+ @pulumi.getter
1917
+ def capacity(self) -> pulumi.Input[int]:
1918
+ """
1919
+ The number of nodes in the node type.<br /><br />If present in request it will override properties.vmInstanceCount.
1920
+ """
1921
+ return pulumi.get(self, "capacity")
1922
+
1923
+ @capacity.setter
1924
+ def capacity(self, value: pulumi.Input[int]):
1925
+ pulumi.set(self, "capacity", value)
1926
+
1927
+ @property
1928
+ @pulumi.getter
1929
+ def name(self) -> Optional[pulumi.Input[str]]:
1930
+ """
1931
+ The sku name. <br /><br />Name is internally generated and is used in auto-scale scenarios.<br /> Property does not allow to be changed to other values than generated.<br /> To avoid deployment errors please omit the property.
1932
+ """
1933
+ return pulumi.get(self, "name")
1934
+
1935
+ @name.setter
1936
+ def name(self, value: Optional[pulumi.Input[str]]):
1937
+ pulumi.set(self, "name", value)
1938
+
1939
+ @property
1940
+ @pulumi.getter
1941
+ def tier(self) -> Optional[pulumi.Input[str]]:
1942
+ """
1943
+ Specifies the tier of the node type. <br /><br /> Possible Values:<br /> **Standard**
1944
+ """
1945
+ return pulumi.get(self, "tier")
1946
+
1947
+ @tier.setter
1948
+ def tier(self, value: Optional[pulumi.Input[str]]):
1949
+ pulumi.set(self, "tier", value)
1950
+
1951
+
1952
+ @pulumi.input_type
1953
+ class PartitionInstanceCountScaleMechanismArgs:
1954
+ def __init__(__self__, *,
1955
+ kind: pulumi.Input[str],
1956
+ max_instance_count: pulumi.Input[int],
1957
+ min_instance_count: pulumi.Input[int],
1958
+ scale_increment: pulumi.Input[int]):
1959
+ """
1960
+ Represents a scaling mechanism for adding or removing instances of stateless service partition.
1961
+ :param pulumi.Input[str] kind: Enumerates the ways that a service can be partitioned.
1962
+ Expected value is 'ScalePartitionInstanceCount'.
1963
+ :param pulumi.Input[int] max_instance_count: Maximum number of instances of the partition.
1964
+ :param pulumi.Input[int] min_instance_count: Minimum number of instances of the partition.
1965
+ :param pulumi.Input[int] scale_increment: The number of instances to add or remove during a scaling operation.
1966
+ """
1967
+ pulumi.set(__self__, "kind", 'ScalePartitionInstanceCount')
1968
+ pulumi.set(__self__, "max_instance_count", max_instance_count)
1969
+ pulumi.set(__self__, "min_instance_count", min_instance_count)
1970
+ pulumi.set(__self__, "scale_increment", scale_increment)
1971
+
1972
+ @property
1973
+ @pulumi.getter
1974
+ def kind(self) -> pulumi.Input[str]:
1975
+ """
1976
+ Enumerates the ways that a service can be partitioned.
1977
+ Expected value is 'ScalePartitionInstanceCount'.
1978
+ """
1979
+ return pulumi.get(self, "kind")
1980
+
1981
+ @kind.setter
1982
+ def kind(self, value: pulumi.Input[str]):
1983
+ pulumi.set(self, "kind", value)
1984
+
1985
+ @property
1986
+ @pulumi.getter(name="maxInstanceCount")
1987
+ def max_instance_count(self) -> pulumi.Input[int]:
1988
+ """
1989
+ Maximum number of instances of the partition.
1990
+ """
1991
+ return pulumi.get(self, "max_instance_count")
1992
+
1993
+ @max_instance_count.setter
1994
+ def max_instance_count(self, value: pulumi.Input[int]):
1995
+ pulumi.set(self, "max_instance_count", value)
1996
+
1997
+ @property
1998
+ @pulumi.getter(name="minInstanceCount")
1999
+ def min_instance_count(self) -> pulumi.Input[int]:
2000
+ """
2001
+ Minimum number of instances of the partition.
2002
+ """
2003
+ return pulumi.get(self, "min_instance_count")
2004
+
2005
+ @min_instance_count.setter
2006
+ def min_instance_count(self, value: pulumi.Input[int]):
2007
+ pulumi.set(self, "min_instance_count", value)
2008
+
2009
+ @property
2010
+ @pulumi.getter(name="scaleIncrement")
2011
+ def scale_increment(self) -> pulumi.Input[int]:
2012
+ """
2013
+ The number of instances to add or remove during a scaling operation.
2014
+ """
2015
+ return pulumi.get(self, "scale_increment")
2016
+
2017
+ @scale_increment.setter
2018
+ def scale_increment(self, value: pulumi.Input[int]):
2019
+ pulumi.set(self, "scale_increment", value)
2020
+
2021
+
2022
+ @pulumi.input_type
2023
+ class RollingUpgradeMonitoringPolicyArgs:
2024
+ def __init__(__self__, *,
2025
+ failure_action: pulumi.Input[Union[str, 'FailureAction']],
2026
+ health_check_retry_timeout: pulumi.Input[str],
2027
+ health_check_stable_duration: pulumi.Input[str],
2028
+ health_check_wait_duration: pulumi.Input[str],
2029
+ upgrade_domain_timeout: pulumi.Input[str],
2030
+ upgrade_timeout: pulumi.Input[str]):
2031
+ """
2032
+ The policy used for monitoring the application upgrade
2033
+ :param pulumi.Input[Union[str, 'FailureAction']] failure_action: The compensating action to perform when a Monitored upgrade encounters monitoring policy or health policy violations. Invalid indicates the failure action is invalid. Rollback specifies that the upgrade will start rolling back automatically. Manual indicates that the upgrade will switch to UnmonitoredManual upgrade mode.
2034
+ :param pulumi.Input[str] health_check_retry_timeout: The amount of time to retry health evaluation when the application or cluster is unhealthy before FailureAction is executed. It is interpreted as a string representing an ISO 8601 duration with following format "hh:mm:ss.fff".
2035
+ :param pulumi.Input[str] health_check_stable_duration: The amount of time that the application or cluster must remain healthy before the upgrade proceeds to the next upgrade domain. It is interpreted as a string representing an ISO 8601 duration with following format "hh:mm:ss.fff".
2036
+ :param pulumi.Input[str] health_check_wait_duration: The amount of time to wait after completing an upgrade domain before applying health policies. It is interpreted as a string representing an ISO 8601 duration with following format "hh:mm:ss.fff".
2037
+ :param pulumi.Input[str] upgrade_domain_timeout: The amount of time each upgrade domain has to complete before FailureAction is executed. Cannot be larger than 12 hours. It is interpreted as a string representing an ISO 8601 duration with following format "hh:mm:ss.fff".
2038
+ :param pulumi.Input[str] upgrade_timeout: The amount of time the overall upgrade has to complete before FailureAction is executed. Cannot be larger than 12 hours. It is interpreted as a string representing an ISO 8601 duration with following format "hh:mm:ss.fff".
2039
+ """
2040
+ pulumi.set(__self__, "failure_action", failure_action)
2041
+ pulumi.set(__self__, "health_check_retry_timeout", health_check_retry_timeout)
2042
+ pulumi.set(__self__, "health_check_stable_duration", health_check_stable_duration)
2043
+ pulumi.set(__self__, "health_check_wait_duration", health_check_wait_duration)
2044
+ pulumi.set(__self__, "upgrade_domain_timeout", upgrade_domain_timeout)
2045
+ pulumi.set(__self__, "upgrade_timeout", upgrade_timeout)
2046
+
2047
+ @property
2048
+ @pulumi.getter(name="failureAction")
2049
+ def failure_action(self) -> pulumi.Input[Union[str, 'FailureAction']]:
2050
+ """
2051
+ The compensating action to perform when a Monitored upgrade encounters monitoring policy or health policy violations. Invalid indicates the failure action is invalid. Rollback specifies that the upgrade will start rolling back automatically. Manual indicates that the upgrade will switch to UnmonitoredManual upgrade mode.
2052
+ """
2053
+ return pulumi.get(self, "failure_action")
2054
+
2055
+ @failure_action.setter
2056
+ def failure_action(self, value: pulumi.Input[Union[str, 'FailureAction']]):
2057
+ pulumi.set(self, "failure_action", value)
2058
+
2059
+ @property
2060
+ @pulumi.getter(name="healthCheckRetryTimeout")
2061
+ def health_check_retry_timeout(self) -> pulumi.Input[str]:
2062
+ """
2063
+ The amount of time to retry health evaluation when the application or cluster is unhealthy before FailureAction is executed. It is interpreted as a string representing an ISO 8601 duration with following format "hh:mm:ss.fff".
2064
+ """
2065
+ return pulumi.get(self, "health_check_retry_timeout")
2066
+
2067
+ @health_check_retry_timeout.setter
2068
+ def health_check_retry_timeout(self, value: pulumi.Input[str]):
2069
+ pulumi.set(self, "health_check_retry_timeout", value)
2070
+
2071
+ @property
2072
+ @pulumi.getter(name="healthCheckStableDuration")
2073
+ def health_check_stable_duration(self) -> pulumi.Input[str]:
2074
+ """
2075
+ The amount of time that the application or cluster must remain healthy before the upgrade proceeds to the next upgrade domain. It is interpreted as a string representing an ISO 8601 duration with following format "hh:mm:ss.fff".
2076
+ """
2077
+ return pulumi.get(self, "health_check_stable_duration")
2078
+
2079
+ @health_check_stable_duration.setter
2080
+ def health_check_stable_duration(self, value: pulumi.Input[str]):
2081
+ pulumi.set(self, "health_check_stable_duration", value)
2082
+
2083
+ @property
2084
+ @pulumi.getter(name="healthCheckWaitDuration")
2085
+ def health_check_wait_duration(self) -> pulumi.Input[str]:
2086
+ """
2087
+ The amount of time to wait after completing an upgrade domain before applying health policies. It is interpreted as a string representing an ISO 8601 duration with following format "hh:mm:ss.fff".
2088
+ """
2089
+ return pulumi.get(self, "health_check_wait_duration")
2090
+
2091
+ @health_check_wait_duration.setter
2092
+ def health_check_wait_duration(self, value: pulumi.Input[str]):
2093
+ pulumi.set(self, "health_check_wait_duration", value)
2094
+
2095
+ @property
2096
+ @pulumi.getter(name="upgradeDomainTimeout")
2097
+ def upgrade_domain_timeout(self) -> pulumi.Input[str]:
2098
+ """
2099
+ The amount of time each upgrade domain has to complete before FailureAction is executed. Cannot be larger than 12 hours. It is interpreted as a string representing an ISO 8601 duration with following format "hh:mm:ss.fff".
2100
+ """
2101
+ return pulumi.get(self, "upgrade_domain_timeout")
2102
+
2103
+ @upgrade_domain_timeout.setter
2104
+ def upgrade_domain_timeout(self, value: pulumi.Input[str]):
2105
+ pulumi.set(self, "upgrade_domain_timeout", value)
2106
+
2107
+ @property
2108
+ @pulumi.getter(name="upgradeTimeout")
2109
+ def upgrade_timeout(self) -> pulumi.Input[str]:
2110
+ """
2111
+ The amount of time the overall upgrade has to complete before FailureAction is executed. Cannot be larger than 12 hours. It is interpreted as a string representing an ISO 8601 duration with following format "hh:mm:ss.fff".
2112
+ """
2113
+ return pulumi.get(self, "upgrade_timeout")
2114
+
2115
+ @upgrade_timeout.setter
2116
+ def upgrade_timeout(self, value: pulumi.Input[str]):
2117
+ pulumi.set(self, "upgrade_timeout", value)
2118
+
2119
+
2120
+ @pulumi.input_type
2121
+ class ScalingPolicyArgs:
2122
+ def __init__(__self__, *,
2123
+ scaling_mechanism: pulumi.Input[Union['AddRemoveIncrementalNamedPartitionScalingMechanismArgs', 'PartitionInstanceCountScaleMechanismArgs']],
2124
+ scaling_trigger: pulumi.Input[Union['AveragePartitionLoadScalingTriggerArgs', 'AverageServiceLoadScalingTriggerArgs']]):
2125
+ """
2126
+ Specifies a metric to load balance a service during runtime.
2127
+ :param pulumi.Input[Union['AddRemoveIncrementalNamedPartitionScalingMechanismArgs', 'PartitionInstanceCountScaleMechanismArgs']] scaling_mechanism: Specifies the mechanism associated with this scaling policy
2128
+ :param pulumi.Input[Union['AveragePartitionLoadScalingTriggerArgs', 'AverageServiceLoadScalingTriggerArgs']] scaling_trigger: Specifies the trigger associated with this scaling policy.
2129
+ """
2130
+ pulumi.set(__self__, "scaling_mechanism", scaling_mechanism)
2131
+ pulumi.set(__self__, "scaling_trigger", scaling_trigger)
2132
+
2133
+ @property
2134
+ @pulumi.getter(name="scalingMechanism")
2135
+ def scaling_mechanism(self) -> pulumi.Input[Union['AddRemoveIncrementalNamedPartitionScalingMechanismArgs', 'PartitionInstanceCountScaleMechanismArgs']]:
2136
+ """
2137
+ Specifies the mechanism associated with this scaling policy
2138
+ """
2139
+ return pulumi.get(self, "scaling_mechanism")
2140
+
2141
+ @scaling_mechanism.setter
2142
+ def scaling_mechanism(self, value: pulumi.Input[Union['AddRemoveIncrementalNamedPartitionScalingMechanismArgs', 'PartitionInstanceCountScaleMechanismArgs']]):
2143
+ pulumi.set(self, "scaling_mechanism", value)
2144
+
2145
+ @property
2146
+ @pulumi.getter(name="scalingTrigger")
2147
+ def scaling_trigger(self) -> pulumi.Input[Union['AveragePartitionLoadScalingTriggerArgs', 'AverageServiceLoadScalingTriggerArgs']]:
2148
+ """
2149
+ Specifies the trigger associated with this scaling policy.
2150
+ """
2151
+ return pulumi.get(self, "scaling_trigger")
2152
+
2153
+ @scaling_trigger.setter
2154
+ def scaling_trigger(self, value: pulumi.Input[Union['AveragePartitionLoadScalingTriggerArgs', 'AverageServiceLoadScalingTriggerArgs']]):
2155
+ pulumi.set(self, "scaling_trigger", value)
2156
+
2157
+
2158
+ @pulumi.input_type
2159
+ class ServiceCorrelationArgs:
2160
+ def __init__(__self__, *,
2161
+ scheme: pulumi.Input[Union[str, 'ServiceCorrelationScheme']],
2162
+ service_name: pulumi.Input[str]):
2163
+ """
2164
+ Creates a particular correlation between services.
2165
+ :param pulumi.Input[Union[str, 'ServiceCorrelationScheme']] scheme: The ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName.
2166
+ :param pulumi.Input[str] service_name: The Arm Resource ID of the service that the correlation relationship is established with.
2167
+ """
2168
+ pulumi.set(__self__, "scheme", scheme)
2169
+ pulumi.set(__self__, "service_name", service_name)
2170
+
2171
+ @property
2172
+ @pulumi.getter
2173
+ def scheme(self) -> pulumi.Input[Union[str, 'ServiceCorrelationScheme']]:
2174
+ """
2175
+ The ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName.
2176
+ """
2177
+ return pulumi.get(self, "scheme")
2178
+
2179
+ @scheme.setter
2180
+ def scheme(self, value: pulumi.Input[Union[str, 'ServiceCorrelationScheme']]):
2181
+ pulumi.set(self, "scheme", value)
2182
+
2183
+ @property
2184
+ @pulumi.getter(name="serviceName")
2185
+ def service_name(self) -> pulumi.Input[str]:
2186
+ """
2187
+ The Arm Resource ID of the service that the correlation relationship is established with.
2188
+ """
2189
+ return pulumi.get(self, "service_name")
2190
+
2191
+ @service_name.setter
2192
+ def service_name(self, value: pulumi.Input[str]):
2193
+ pulumi.set(self, "service_name", value)
2194
+
2195
+
2196
+ @pulumi.input_type
2197
+ class ServiceEndpointArgs:
2198
+ def __init__(__self__, *,
2199
+ service: pulumi.Input[str],
2200
+ locations: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
2201
+ """
2202
+ The service endpoint properties.
2203
+ :param pulumi.Input[str] service: The type of the endpoint service.
2204
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] locations: A list of locations.
2205
+ """
2206
+ pulumi.set(__self__, "service", service)
2207
+ if locations is not None:
2208
+ pulumi.set(__self__, "locations", locations)
2209
+
2210
+ @property
2211
+ @pulumi.getter
2212
+ def service(self) -> pulumi.Input[str]:
2213
+ """
2214
+ The type of the endpoint service.
2215
+ """
2216
+ return pulumi.get(self, "service")
2217
+
2218
+ @service.setter
2219
+ def service(self, value: pulumi.Input[str]):
2220
+ pulumi.set(self, "service", value)
2221
+
2222
+ @property
2223
+ @pulumi.getter
2224
+ def locations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2225
+ """
2226
+ A list of locations.
2227
+ """
2228
+ return pulumi.get(self, "locations")
2229
+
2230
+ @locations.setter
2231
+ def locations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2232
+ pulumi.set(self, "locations", value)
2233
+
2234
+
2235
+ @pulumi.input_type
2236
+ class ServiceLoadMetricArgs:
2237
+ def __init__(__self__, *,
2238
+ name: pulumi.Input[str],
2239
+ default_load: Optional[pulumi.Input[int]] = None,
2240
+ primary_default_load: Optional[pulumi.Input[int]] = None,
2241
+ secondary_default_load: Optional[pulumi.Input[int]] = None,
2242
+ weight: Optional[pulumi.Input[Union[str, 'ServiceLoadMetricWeight']]] = None):
2243
+ """
2244
+ Specifies a metric to load balance a service during runtime.
2245
+ :param pulumi.Input[str] name: The name of the metric. If the service chooses to report load during runtime, the load metric name should match the name that is specified in Name exactly. Note that metric names are case sensitive.
2246
+ :param pulumi.Input[int] default_load: Used only for Stateless services. The default amount of load, as a number, that this service creates for this metric.
2247
+ :param pulumi.Input[int] primary_default_load: Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Primary replica.
2248
+ :param pulumi.Input[int] secondary_default_load: Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Secondary replica.
2249
+ :param pulumi.Input[Union[str, 'ServiceLoadMetricWeight']] weight: The service load metric relative weight, compared to other metrics configured for this service, as a number.
2250
+ """
2251
+ pulumi.set(__self__, "name", name)
2252
+ if default_load is not None:
2253
+ pulumi.set(__self__, "default_load", default_load)
2254
+ if primary_default_load is not None:
2255
+ pulumi.set(__self__, "primary_default_load", primary_default_load)
2256
+ if secondary_default_load is not None:
2257
+ pulumi.set(__self__, "secondary_default_load", secondary_default_load)
2258
+ if weight is not None:
2259
+ pulumi.set(__self__, "weight", weight)
2260
+
2261
+ @property
2262
+ @pulumi.getter
2263
+ def name(self) -> pulumi.Input[str]:
2264
+ """
2265
+ The name of the metric. If the service chooses to report load during runtime, the load metric name should match the name that is specified in Name exactly. Note that metric names are case sensitive.
2266
+ """
2267
+ return pulumi.get(self, "name")
2268
+
2269
+ @name.setter
2270
+ def name(self, value: pulumi.Input[str]):
2271
+ pulumi.set(self, "name", value)
2272
+
2273
+ @property
2274
+ @pulumi.getter(name="defaultLoad")
2275
+ def default_load(self) -> Optional[pulumi.Input[int]]:
2276
+ """
2277
+ Used only for Stateless services. The default amount of load, as a number, that this service creates for this metric.
2278
+ """
2279
+ return pulumi.get(self, "default_load")
2280
+
2281
+ @default_load.setter
2282
+ def default_load(self, value: Optional[pulumi.Input[int]]):
2283
+ pulumi.set(self, "default_load", value)
2284
+
2285
+ @property
2286
+ @pulumi.getter(name="primaryDefaultLoad")
2287
+ def primary_default_load(self) -> Optional[pulumi.Input[int]]:
2288
+ """
2289
+ Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Primary replica.
2290
+ """
2291
+ return pulumi.get(self, "primary_default_load")
2292
+
2293
+ @primary_default_load.setter
2294
+ def primary_default_load(self, value: Optional[pulumi.Input[int]]):
2295
+ pulumi.set(self, "primary_default_load", value)
2296
+
2297
+ @property
2298
+ @pulumi.getter(name="secondaryDefaultLoad")
2299
+ def secondary_default_load(self) -> Optional[pulumi.Input[int]]:
2300
+ """
2301
+ Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Secondary replica.
2302
+ """
2303
+ return pulumi.get(self, "secondary_default_load")
2304
+
2305
+ @secondary_default_load.setter
2306
+ def secondary_default_load(self, value: Optional[pulumi.Input[int]]):
2307
+ pulumi.set(self, "secondary_default_load", value)
2308
+
2309
+ @property
2310
+ @pulumi.getter
2311
+ def weight(self) -> Optional[pulumi.Input[Union[str, 'ServiceLoadMetricWeight']]]:
2312
+ """
2313
+ The service load metric relative weight, compared to other metrics configured for this service, as a number.
2314
+ """
2315
+ return pulumi.get(self, "weight")
2316
+
2317
+ @weight.setter
2318
+ def weight(self, value: Optional[pulumi.Input[Union[str, 'ServiceLoadMetricWeight']]]):
2319
+ pulumi.set(self, "weight", value)
2320
+
2321
+
2322
+ @pulumi.input_type
2323
+ class ServicePlacementInvalidDomainPolicyArgs:
2324
+ def __init__(__self__, *,
2325
+ domain_name: pulumi.Input[str],
2326
+ type: pulumi.Input[str]):
2327
+ """
2328
+ Describes the policy to be used for placement of a Service Fabric service where a particular fault or upgrade domain should not be used for placement of the instances or replicas of that service.
2329
+ :param pulumi.Input[str] domain_name: The name of the domain that should not be used for placement.
2330
+ :param pulumi.Input[str] type: The type of placement policy for a service fabric service. Following are the possible values.
2331
+ Expected value is 'InvalidDomain'.
2332
+ """
2333
+ pulumi.set(__self__, "domain_name", domain_name)
2334
+ pulumi.set(__self__, "type", 'InvalidDomain')
2335
+
2336
+ @property
2337
+ @pulumi.getter(name="domainName")
2338
+ def domain_name(self) -> pulumi.Input[str]:
2339
+ """
2340
+ The name of the domain that should not be used for placement.
2341
+ """
2342
+ return pulumi.get(self, "domain_name")
2343
+
2344
+ @domain_name.setter
2345
+ def domain_name(self, value: pulumi.Input[str]):
2346
+ pulumi.set(self, "domain_name", value)
2347
+
2348
+ @property
2349
+ @pulumi.getter
2350
+ def type(self) -> pulumi.Input[str]:
2351
+ """
2352
+ The type of placement policy for a service fabric service. Following are the possible values.
2353
+ Expected value is 'InvalidDomain'.
2354
+ """
2355
+ return pulumi.get(self, "type")
2356
+
2357
+ @type.setter
2358
+ def type(self, value: pulumi.Input[str]):
2359
+ pulumi.set(self, "type", value)
2360
+
2361
+
2362
+ @pulumi.input_type
2363
+ class ServicePlacementNonPartiallyPlaceServicePolicyArgs:
2364
+ def __init__(__self__, *,
2365
+ type: pulumi.Input[str]):
2366
+ """
2367
+ The name of the domain that should used for placement as per this policy.
2368
+ :param pulumi.Input[str] type: The type of placement policy for a service fabric service. Following are the possible values.
2369
+ Expected value is 'NonPartiallyPlaceService'.
2370
+ """
2371
+ pulumi.set(__self__, "type", 'NonPartiallyPlaceService')
2372
+
2373
+ @property
2374
+ @pulumi.getter
2375
+ def type(self) -> pulumi.Input[str]:
2376
+ """
2377
+ The type of placement policy for a service fabric service. Following are the possible values.
2378
+ Expected value is 'NonPartiallyPlaceService'.
2379
+ """
2380
+ return pulumi.get(self, "type")
2381
+
2382
+ @type.setter
2383
+ def type(self, value: pulumi.Input[str]):
2384
+ pulumi.set(self, "type", value)
2385
+
2386
+
2387
+ @pulumi.input_type
2388
+ class ServicePlacementPreferPrimaryDomainPolicyArgs:
2389
+ def __init__(__self__, *,
2390
+ domain_name: pulumi.Input[str],
2391
+ type: pulumi.Input[str]):
2392
+ """
2393
+ Describes the policy to be used for placement of a Service Fabric service where the service's
2394
+ Primary replicas should optimally be placed in a particular domain.
2395
+
2396
+ This placement policy is usually used with fault domains in scenarios where the Service Fabric
2397
+ cluster is geographically distributed in order to indicate that a service's primary replica should
2398
+ be located in a particular fault domain, which in geo-distributed scenarios usually aligns with regional
2399
+ or datacenter boundaries. Note that since this is an optimization it is possible that the Primary replica
2400
+ may not end up located in this domain due to failures, capacity limits, or other constraints.
2401
+
2402
+ :param pulumi.Input[str] domain_name: The name of the domain that should used for placement as per this policy.
2403
+ :param pulumi.Input[str] type: The type of placement policy for a service fabric service. Following are the possible values.
2404
+ Expected value is 'PreferredPrimaryDomain'.
2405
+ """
2406
+ pulumi.set(__self__, "domain_name", domain_name)
2407
+ pulumi.set(__self__, "type", 'PreferredPrimaryDomain')
2408
+
2409
+ @property
2410
+ @pulumi.getter(name="domainName")
2411
+ def domain_name(self) -> pulumi.Input[str]:
2412
+ """
2413
+ The name of the domain that should used for placement as per this policy.
2414
+ """
2415
+ return pulumi.get(self, "domain_name")
2416
+
2417
+ @domain_name.setter
2418
+ def domain_name(self, value: pulumi.Input[str]):
2419
+ pulumi.set(self, "domain_name", value)
2420
+
2421
+ @property
2422
+ @pulumi.getter
2423
+ def type(self) -> pulumi.Input[str]:
2424
+ """
2425
+ The type of placement policy for a service fabric service. Following are the possible values.
2426
+ Expected value is 'PreferredPrimaryDomain'.
2427
+ """
2428
+ return pulumi.get(self, "type")
2429
+
2430
+ @type.setter
2431
+ def type(self, value: pulumi.Input[str]):
2432
+ pulumi.set(self, "type", value)
2433
+
2434
+
2435
+ @pulumi.input_type
2436
+ class ServicePlacementRequireDomainDistributionPolicyArgs:
2437
+ def __init__(__self__, *,
2438
+ domain_name: pulumi.Input[str],
2439
+ type: pulumi.Input[str]):
2440
+ """
2441
+ Describes the policy to be used for placement of a Service Fabric service where two replicas
2442
+ from the same partition should never be placed in the same fault or upgrade domain.
2443
+
2444
+ While this is not common it can expose the service to an increased risk of concurrent failures
2445
+ due to unplanned outages or other cases of subsequent/concurrent failures. As an example, consider
2446
+ a case where replicas are deployed across different data center, with one replica per location.
2447
+ In the event that one of the datacenters goes offline, normally the replica that was placed in that
2448
+ datacenter will be packed into one of the remaining datacenters. If this is not desirable then this
2449
+ policy should be set.
2450
+
2451
+ :param pulumi.Input[str] domain_name: The name of the domain that should used for placement as per this policy.
2452
+ :param pulumi.Input[str] type: The type of placement policy for a service fabric service. Following are the possible values.
2453
+ Expected value is 'RequiredDomainDistribution'.
2454
+ """
2455
+ pulumi.set(__self__, "domain_name", domain_name)
2456
+ pulumi.set(__self__, "type", 'RequiredDomainDistribution')
2457
+
2458
+ @property
2459
+ @pulumi.getter(name="domainName")
2460
+ def domain_name(self) -> pulumi.Input[str]:
2461
+ """
2462
+ The name of the domain that should used for placement as per this policy.
2463
+ """
2464
+ return pulumi.get(self, "domain_name")
2465
+
2466
+ @domain_name.setter
2467
+ def domain_name(self, value: pulumi.Input[str]):
2468
+ pulumi.set(self, "domain_name", value)
2469
+
2470
+ @property
2471
+ @pulumi.getter
2472
+ def type(self) -> pulumi.Input[str]:
2473
+ """
2474
+ The type of placement policy for a service fabric service. Following are the possible values.
2475
+ Expected value is 'RequiredDomainDistribution'.
2476
+ """
2477
+ return pulumi.get(self, "type")
2478
+
2479
+ @type.setter
2480
+ def type(self, value: pulumi.Input[str]):
2481
+ pulumi.set(self, "type", value)
2482
+
2483
+
2484
+ @pulumi.input_type
2485
+ class ServicePlacementRequiredDomainPolicyArgs:
2486
+ def __init__(__self__, *,
2487
+ domain_name: pulumi.Input[str],
2488
+ type: pulumi.Input[str]):
2489
+ """
2490
+ Describes the policy to be used for placement of a Service Fabric service where the instances or replicas of that service must be placed in a particular domain.
2491
+ :param pulumi.Input[str] domain_name: The name of the domain that should used for placement as per this policy.
2492
+ :param pulumi.Input[str] type: The type of placement policy for a service fabric service. Following are the possible values.
2493
+ Expected value is 'RequiredDomain'.
2494
+ """
2495
+ pulumi.set(__self__, "domain_name", domain_name)
2496
+ pulumi.set(__self__, "type", 'RequiredDomain')
2497
+
2498
+ @property
2499
+ @pulumi.getter(name="domainName")
2500
+ def domain_name(self) -> pulumi.Input[str]:
2501
+ """
2502
+ The name of the domain that should used for placement as per this policy.
2503
+ """
2504
+ return pulumi.get(self, "domain_name")
2505
+
2506
+ @domain_name.setter
2507
+ def domain_name(self, value: pulumi.Input[str]):
2508
+ pulumi.set(self, "domain_name", value)
2509
+
2510
+ @property
2511
+ @pulumi.getter
2512
+ def type(self) -> pulumi.Input[str]:
2513
+ """
2514
+ The type of placement policy for a service fabric service. Following are the possible values.
2515
+ Expected value is 'RequiredDomain'.
2516
+ """
2517
+ return pulumi.get(self, "type")
2518
+
2519
+ @type.setter
2520
+ def type(self, value: pulumi.Input[str]):
2521
+ pulumi.set(self, "type", value)
2522
+
2523
+
2524
+ @pulumi.input_type
2525
+ class ServiceTypeHealthPolicyArgs:
2526
+ def __init__(__self__, *,
2527
+ max_percent_unhealthy_partitions_per_service: pulumi.Input[int],
2528
+ max_percent_unhealthy_replicas_per_partition: pulumi.Input[int],
2529
+ max_percent_unhealthy_services: pulumi.Input[int]):
2530
+ """
2531
+ Represents the health policy used to evaluate the health of services belonging to a service type.
2532
+
2533
+ :param pulumi.Input[int] max_percent_unhealthy_partitions_per_service: The maximum allowed percentage of unhealthy partitions per service.
2534
+
2535
+ The percentage represents the maximum tolerated percentage of partitions that can be unhealthy before the service is considered in error.
2536
+ If the percentage is respected but there is at least one unhealthy partition, the health is evaluated as Warning.
2537
+ The percentage is calculated by dividing the number of unhealthy partitions over the total number of partitions in the service.
2538
+ The computation rounds up to tolerate one failure on small numbers of partitions.
2539
+ :param pulumi.Input[int] max_percent_unhealthy_replicas_per_partition: The maximum allowed percentage of unhealthy replicas per partition.
2540
+
2541
+ The percentage represents the maximum tolerated percentage of replicas that can be unhealthy before the partition is considered in error.
2542
+ If the percentage is respected but there is at least one unhealthy replica, the health is evaluated as Warning.
2543
+ The percentage is calculated by dividing the number of unhealthy replicas over the total number of replicas in the partition.
2544
+ The computation rounds up to tolerate one failure on small numbers of replicas.
2545
+ :param pulumi.Input[int] max_percent_unhealthy_services: The maximum allowed percentage of unhealthy services.
2546
+
2547
+ The percentage represents the maximum tolerated percentage of services that can be unhealthy before the application is considered in error.
2548
+ If the percentage is respected but there is at least one unhealthy service, the health is evaluated as Warning.
2549
+ This is calculated by dividing the number of unhealthy services of the specific service type over the total number of services of the specific service type.
2550
+ The computation rounds up to tolerate one failure on small numbers of services.
2551
+ """
2552
+ pulumi.set(__self__, "max_percent_unhealthy_partitions_per_service", max_percent_unhealthy_partitions_per_service)
2553
+ pulumi.set(__self__, "max_percent_unhealthy_replicas_per_partition", max_percent_unhealthy_replicas_per_partition)
2554
+ pulumi.set(__self__, "max_percent_unhealthy_services", max_percent_unhealthy_services)
2555
+
2556
+ @property
2557
+ @pulumi.getter(name="maxPercentUnhealthyPartitionsPerService")
2558
+ def max_percent_unhealthy_partitions_per_service(self) -> pulumi.Input[int]:
2559
+ """
2560
+ The maximum allowed percentage of unhealthy partitions per service.
2561
+
2562
+ The percentage represents the maximum tolerated percentage of partitions that can be unhealthy before the service is considered in error.
2563
+ If the percentage is respected but there is at least one unhealthy partition, the health is evaluated as Warning.
2564
+ The percentage is calculated by dividing the number of unhealthy partitions over the total number of partitions in the service.
2565
+ The computation rounds up to tolerate one failure on small numbers of partitions.
2566
+ """
2567
+ return pulumi.get(self, "max_percent_unhealthy_partitions_per_service")
2568
+
2569
+ @max_percent_unhealthy_partitions_per_service.setter
2570
+ def max_percent_unhealthy_partitions_per_service(self, value: pulumi.Input[int]):
2571
+ pulumi.set(self, "max_percent_unhealthy_partitions_per_service", value)
2572
+
2573
+ @property
2574
+ @pulumi.getter(name="maxPercentUnhealthyReplicasPerPartition")
2575
+ def max_percent_unhealthy_replicas_per_partition(self) -> pulumi.Input[int]:
2576
+ """
2577
+ The maximum allowed percentage of unhealthy replicas per partition.
2578
+
2579
+ The percentage represents the maximum tolerated percentage of replicas that can be unhealthy before the partition is considered in error.
2580
+ If the percentage is respected but there is at least one unhealthy replica, the health is evaluated as Warning.
2581
+ The percentage is calculated by dividing the number of unhealthy replicas over the total number of replicas in the partition.
2582
+ The computation rounds up to tolerate one failure on small numbers of replicas.
2583
+ """
2584
+ return pulumi.get(self, "max_percent_unhealthy_replicas_per_partition")
2585
+
2586
+ @max_percent_unhealthy_replicas_per_partition.setter
2587
+ def max_percent_unhealthy_replicas_per_partition(self, value: pulumi.Input[int]):
2588
+ pulumi.set(self, "max_percent_unhealthy_replicas_per_partition", value)
2589
+
2590
+ @property
2591
+ @pulumi.getter(name="maxPercentUnhealthyServices")
2592
+ def max_percent_unhealthy_services(self) -> pulumi.Input[int]:
2593
+ """
2594
+ The maximum allowed percentage of unhealthy services.
2595
+
2596
+ The percentage represents the maximum tolerated percentage of services that can be unhealthy before the application is considered in error.
2597
+ If the percentage is respected but there is at least one unhealthy service, the health is evaluated as Warning.
2598
+ This is calculated by dividing the number of unhealthy services of the specific service type over the total number of services of the specific service type.
2599
+ The computation rounds up to tolerate one failure on small numbers of services.
2600
+ """
2601
+ return pulumi.get(self, "max_percent_unhealthy_services")
2602
+
2603
+ @max_percent_unhealthy_services.setter
2604
+ def max_percent_unhealthy_services(self, value: pulumi.Input[int]):
2605
+ pulumi.set(self, "max_percent_unhealthy_services", value)
2606
+
2607
+
2608
+ @pulumi.input_type
2609
+ class SettingsParameterDescriptionArgs:
2610
+ def __init__(__self__, *,
2611
+ name: pulumi.Input[str],
2612
+ value: pulumi.Input[str]):
2613
+ """
2614
+ Describes a parameter in fabric settings of the cluster.
2615
+ :param pulumi.Input[str] name: The parameter name of fabric setting.
2616
+ :param pulumi.Input[str] value: The parameter value of fabric setting.
2617
+ """
2618
+ pulumi.set(__self__, "name", name)
2619
+ pulumi.set(__self__, "value", value)
2620
+
2621
+ @property
2622
+ @pulumi.getter
2623
+ def name(self) -> pulumi.Input[str]:
2624
+ """
2625
+ The parameter name of fabric setting.
2626
+ """
2627
+ return pulumi.get(self, "name")
2628
+
2629
+ @name.setter
2630
+ def name(self, value: pulumi.Input[str]):
2631
+ pulumi.set(self, "name", value)
2632
+
2633
+ @property
2634
+ @pulumi.getter
2635
+ def value(self) -> pulumi.Input[str]:
2636
+ """
2637
+ The parameter value of fabric setting.
2638
+ """
2639
+ return pulumi.get(self, "value")
2640
+
2641
+ @value.setter
2642
+ def value(self, value: pulumi.Input[str]):
2643
+ pulumi.set(self, "value", value)
2644
+
2645
+
2646
+ @pulumi.input_type
2647
+ class SettingsSectionDescriptionArgs:
2648
+ def __init__(__self__, *,
2649
+ name: pulumi.Input[str],
2650
+ parameters: pulumi.Input[Sequence[pulumi.Input['SettingsParameterDescriptionArgs']]]):
2651
+ """
2652
+ Describes a section in the fabric settings of the cluster.
2653
+ :param pulumi.Input[str] name: The section name of the fabric settings.
2654
+ :param pulumi.Input[Sequence[pulumi.Input['SettingsParameterDescriptionArgs']]] parameters: The collection of parameters in the section.
2655
+ """
2656
+ pulumi.set(__self__, "name", name)
2657
+ pulumi.set(__self__, "parameters", parameters)
2658
+
2659
+ @property
2660
+ @pulumi.getter
2661
+ def name(self) -> pulumi.Input[str]:
2662
+ """
2663
+ The section name of the fabric settings.
2664
+ """
2665
+ return pulumi.get(self, "name")
2666
+
2667
+ @name.setter
2668
+ def name(self, value: pulumi.Input[str]):
2669
+ pulumi.set(self, "name", value)
2670
+
2671
+ @property
2672
+ @pulumi.getter
2673
+ def parameters(self) -> pulumi.Input[Sequence[pulumi.Input['SettingsParameterDescriptionArgs']]]:
2674
+ """
2675
+ The collection of parameters in the section.
2676
+ """
2677
+ return pulumi.get(self, "parameters")
2678
+
2679
+ @parameters.setter
2680
+ def parameters(self, value: pulumi.Input[Sequence[pulumi.Input['SettingsParameterDescriptionArgs']]]):
2681
+ pulumi.set(self, "parameters", value)
2682
+
2683
+
2684
+ @pulumi.input_type
2685
+ class SingletonPartitionSchemeArgs:
2686
+ def __init__(__self__, *,
2687
+ partition_scheme: pulumi.Input[str]):
2688
+ """
2689
+ Describes the partition scheme of a singleton-partitioned, or non-partitioned service.
2690
+ :param pulumi.Input[str] partition_scheme: Enumerates the ways that a service can be partitioned.
2691
+ Expected value is 'Singleton'.
2692
+ """
2693
+ pulumi.set(__self__, "partition_scheme", 'Singleton')
2694
+
2695
+ @property
2696
+ @pulumi.getter(name="partitionScheme")
2697
+ def partition_scheme(self) -> pulumi.Input[str]:
2698
+ """
2699
+ Enumerates the ways that a service can be partitioned.
2700
+ Expected value is 'Singleton'.
2701
+ """
2702
+ return pulumi.get(self, "partition_scheme")
2703
+
2704
+ @partition_scheme.setter
2705
+ def partition_scheme(self, value: pulumi.Input[str]):
2706
+ pulumi.set(self, "partition_scheme", value)
2707
+
2708
+
2709
+ @pulumi.input_type
2710
+ class SkuArgs:
2711
+ def __init__(__self__, *,
2712
+ name: pulumi.Input[Union[str, 'SkuName']]):
2713
+ """
2714
+ Service Fabric managed cluster Sku definition
2715
+ :param pulumi.Input[Union[str, 'SkuName']] name: Sku Name.
2716
+ """
2717
+ pulumi.set(__self__, "name", name)
2718
+
2719
+ @property
2720
+ @pulumi.getter
2721
+ def name(self) -> pulumi.Input[Union[str, 'SkuName']]:
2722
+ """
2723
+ Sku Name.
2724
+ """
2725
+ return pulumi.get(self, "name")
2726
+
2727
+ @name.setter
2728
+ def name(self, value: pulumi.Input[Union[str, 'SkuName']]):
2729
+ pulumi.set(self, "name", value)
2730
+
2731
+
2732
+ @pulumi.input_type
2733
+ class StatefulServicePropertiesArgs:
2734
+ def __init__(__self__, *,
2735
+ partition_description: pulumi.Input[Union['NamedPartitionSchemeArgs', 'SingletonPartitionSchemeArgs', 'UniformInt64RangePartitionSchemeArgs']],
2736
+ service_kind: pulumi.Input[str],
2737
+ service_type_name: pulumi.Input[str],
2738
+ correlation_scheme: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceCorrelationArgs']]]] = None,
2739
+ default_move_cost: Optional[pulumi.Input[Union[str, 'MoveCost']]] = None,
2740
+ has_persisted_state: Optional[pulumi.Input[bool]] = None,
2741
+ min_replica_set_size: Optional[pulumi.Input[int]] = None,
2742
+ placement_constraints: Optional[pulumi.Input[str]] = None,
2743
+ quorum_loss_wait_duration: Optional[pulumi.Input[str]] = None,
2744
+ replica_restart_wait_duration: Optional[pulumi.Input[str]] = None,
2745
+ scaling_policies: Optional[pulumi.Input[Sequence[pulumi.Input['ScalingPolicyArgs']]]] = None,
2746
+ service_dns_name: Optional[pulumi.Input[str]] = None,
2747
+ service_load_metrics: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLoadMetricArgs']]]] = None,
2748
+ service_package_activation_mode: Optional[pulumi.Input[Union[str, 'ServicePackageActivationMode']]] = None,
2749
+ service_placement_policies: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServicePlacementInvalidDomainPolicyArgs', 'ServicePlacementNonPartiallyPlaceServicePolicyArgs', 'ServicePlacementPreferPrimaryDomainPolicyArgs', 'ServicePlacementRequireDomainDistributionPolicyArgs', 'ServicePlacementRequiredDomainPolicyArgs']]]]] = None,
2750
+ service_placement_time_limit: Optional[pulumi.Input[str]] = None,
2751
+ stand_by_replica_keep_duration: Optional[pulumi.Input[str]] = None,
2752
+ target_replica_set_size: Optional[pulumi.Input[int]] = None):
2753
+ """
2754
+ The properties of a stateful service resource.
2755
+ :param pulumi.Input[Union['NamedPartitionSchemeArgs', 'SingletonPartitionSchemeArgs', 'UniformInt64RangePartitionSchemeArgs']] partition_description: Describes how the service is partitioned.
2756
+ :param pulumi.Input[str] service_kind: The kind of service (Stateless or Stateful).
2757
+ Expected value is 'Stateful'.
2758
+ :param pulumi.Input[str] service_type_name: The name of the service type
2759
+ :param pulumi.Input[Sequence[pulumi.Input['ServiceCorrelationArgs']]] correlation_scheme: A list that describes the correlation of the service with other services.
2760
+ :param pulumi.Input[Union[str, 'MoveCost']] default_move_cost: Specifies the move cost for the service.
2761
+ :param pulumi.Input[bool] has_persisted_state: A flag indicating whether this is a persistent service which stores states on the local disk. If it is then the value of this property is true, if not it is false.
2762
+ :param pulumi.Input[int] min_replica_set_size: The minimum replica set size as a number.
2763
+ :param pulumi.Input[str] placement_constraints: The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)".
2764
+ :param pulumi.Input[str] quorum_loss_wait_duration: The maximum duration for which a partition is allowed to be in a state of quorum loss, represented in ISO 8601 format "hh:mm:ss".
2765
+ :param pulumi.Input[str] replica_restart_wait_duration: The duration between when a replica goes down and when a new replica is created, represented in ISO 8601 format "hh:mm:ss".
2766
+ :param pulumi.Input[Sequence[pulumi.Input['ScalingPolicyArgs']]] scaling_policies: Scaling policies for this service.
2767
+ :param pulumi.Input[str] service_dns_name: Dns name used for the service. If this is specified, then the DNS name can be used to return the IP addresses of service endpoints for application layer protocols (e.g., HTTP).
2768
+ When updating serviceDnsName, old name may be temporarily resolvable. However, rely on new name.
2769
+ When removing serviceDnsName, removed name may temporarily be resolvable. Do not rely on the name being unresolvable.
2770
+ :param pulumi.Input[Sequence[pulumi.Input['ServiceLoadMetricArgs']]] service_load_metrics: The service load metrics is given as an array of ServiceLoadMetric objects.
2771
+ :param pulumi.Input[Union[str, 'ServicePackageActivationMode']] service_package_activation_mode: The activation Mode of the service package
2772
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ServicePlacementInvalidDomainPolicyArgs', 'ServicePlacementNonPartiallyPlaceServicePolicyArgs', 'ServicePlacementPreferPrimaryDomainPolicyArgs', 'ServicePlacementRequireDomainDistributionPolicyArgs', 'ServicePlacementRequiredDomainPolicyArgs']]]] service_placement_policies: A list that describes the correlation of the service with other services.
2773
+ :param pulumi.Input[str] service_placement_time_limit: The duration for which replicas can stay InBuild before reporting that build is stuck, represented in ISO 8601 format "hh:mm:ss".
2774
+ :param pulumi.Input[str] stand_by_replica_keep_duration: The definition on how long StandBy replicas should be maintained before being removed, represented in ISO 8601 format "hh:mm:ss".
2775
+ :param pulumi.Input[int] target_replica_set_size: The target replica set size as a number.
2776
+ """
2777
+ pulumi.set(__self__, "partition_description", partition_description)
2778
+ pulumi.set(__self__, "service_kind", 'Stateful')
2779
+ pulumi.set(__self__, "service_type_name", service_type_name)
2780
+ if correlation_scheme is not None:
2781
+ pulumi.set(__self__, "correlation_scheme", correlation_scheme)
2782
+ if default_move_cost is not None:
2783
+ pulumi.set(__self__, "default_move_cost", default_move_cost)
2784
+ if has_persisted_state is not None:
2785
+ pulumi.set(__self__, "has_persisted_state", has_persisted_state)
2786
+ if min_replica_set_size is not None:
2787
+ pulumi.set(__self__, "min_replica_set_size", min_replica_set_size)
2788
+ if placement_constraints is not None:
2789
+ pulumi.set(__self__, "placement_constraints", placement_constraints)
2790
+ if quorum_loss_wait_duration is not None:
2791
+ pulumi.set(__self__, "quorum_loss_wait_duration", quorum_loss_wait_duration)
2792
+ if replica_restart_wait_duration is not None:
2793
+ pulumi.set(__self__, "replica_restart_wait_duration", replica_restart_wait_duration)
2794
+ if scaling_policies is not None:
2795
+ pulumi.set(__self__, "scaling_policies", scaling_policies)
2796
+ if service_dns_name is not None:
2797
+ pulumi.set(__self__, "service_dns_name", service_dns_name)
2798
+ if service_load_metrics is not None:
2799
+ pulumi.set(__self__, "service_load_metrics", service_load_metrics)
2800
+ if service_package_activation_mode is not None:
2801
+ pulumi.set(__self__, "service_package_activation_mode", service_package_activation_mode)
2802
+ if service_placement_policies is not None:
2803
+ pulumi.set(__self__, "service_placement_policies", service_placement_policies)
2804
+ if service_placement_time_limit is not None:
2805
+ pulumi.set(__self__, "service_placement_time_limit", service_placement_time_limit)
2806
+ if stand_by_replica_keep_duration is not None:
2807
+ pulumi.set(__self__, "stand_by_replica_keep_duration", stand_by_replica_keep_duration)
2808
+ if target_replica_set_size is not None:
2809
+ pulumi.set(__self__, "target_replica_set_size", target_replica_set_size)
2810
+
2811
+ @property
2812
+ @pulumi.getter(name="partitionDescription")
2813
+ def partition_description(self) -> pulumi.Input[Union['NamedPartitionSchemeArgs', 'SingletonPartitionSchemeArgs', 'UniformInt64RangePartitionSchemeArgs']]:
2814
+ """
2815
+ Describes how the service is partitioned.
2816
+ """
2817
+ return pulumi.get(self, "partition_description")
2818
+
2819
+ @partition_description.setter
2820
+ def partition_description(self, value: pulumi.Input[Union['NamedPartitionSchemeArgs', 'SingletonPartitionSchemeArgs', 'UniformInt64RangePartitionSchemeArgs']]):
2821
+ pulumi.set(self, "partition_description", value)
2822
+
2823
+ @property
2824
+ @pulumi.getter(name="serviceKind")
2825
+ def service_kind(self) -> pulumi.Input[str]:
2826
+ """
2827
+ The kind of service (Stateless or Stateful).
2828
+ Expected value is 'Stateful'.
2829
+ """
2830
+ return pulumi.get(self, "service_kind")
2831
+
2832
+ @service_kind.setter
2833
+ def service_kind(self, value: pulumi.Input[str]):
2834
+ pulumi.set(self, "service_kind", value)
2835
+
2836
+ @property
2837
+ @pulumi.getter(name="serviceTypeName")
2838
+ def service_type_name(self) -> pulumi.Input[str]:
2839
+ """
2840
+ The name of the service type
2841
+ """
2842
+ return pulumi.get(self, "service_type_name")
2843
+
2844
+ @service_type_name.setter
2845
+ def service_type_name(self, value: pulumi.Input[str]):
2846
+ pulumi.set(self, "service_type_name", value)
2847
+
2848
+ @property
2849
+ @pulumi.getter(name="correlationScheme")
2850
+ def correlation_scheme(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceCorrelationArgs']]]]:
2851
+ """
2852
+ A list that describes the correlation of the service with other services.
2853
+ """
2854
+ return pulumi.get(self, "correlation_scheme")
2855
+
2856
+ @correlation_scheme.setter
2857
+ def correlation_scheme(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceCorrelationArgs']]]]):
2858
+ pulumi.set(self, "correlation_scheme", value)
2859
+
2860
+ @property
2861
+ @pulumi.getter(name="defaultMoveCost")
2862
+ def default_move_cost(self) -> Optional[pulumi.Input[Union[str, 'MoveCost']]]:
2863
+ """
2864
+ Specifies the move cost for the service.
2865
+ """
2866
+ return pulumi.get(self, "default_move_cost")
2867
+
2868
+ @default_move_cost.setter
2869
+ def default_move_cost(self, value: Optional[pulumi.Input[Union[str, 'MoveCost']]]):
2870
+ pulumi.set(self, "default_move_cost", value)
2871
+
2872
+ @property
2873
+ @pulumi.getter(name="hasPersistedState")
2874
+ def has_persisted_state(self) -> Optional[pulumi.Input[bool]]:
2875
+ """
2876
+ A flag indicating whether this is a persistent service which stores states on the local disk. If it is then the value of this property is true, if not it is false.
2877
+ """
2878
+ return pulumi.get(self, "has_persisted_state")
2879
+
2880
+ @has_persisted_state.setter
2881
+ def has_persisted_state(self, value: Optional[pulumi.Input[bool]]):
2882
+ pulumi.set(self, "has_persisted_state", value)
2883
+
2884
+ @property
2885
+ @pulumi.getter(name="minReplicaSetSize")
2886
+ def min_replica_set_size(self) -> Optional[pulumi.Input[int]]:
2887
+ """
2888
+ The minimum replica set size as a number.
2889
+ """
2890
+ return pulumi.get(self, "min_replica_set_size")
2891
+
2892
+ @min_replica_set_size.setter
2893
+ def min_replica_set_size(self, value: Optional[pulumi.Input[int]]):
2894
+ pulumi.set(self, "min_replica_set_size", value)
2895
+
2896
+ @property
2897
+ @pulumi.getter(name="placementConstraints")
2898
+ def placement_constraints(self) -> Optional[pulumi.Input[str]]:
2899
+ """
2900
+ The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)".
2901
+ """
2902
+ return pulumi.get(self, "placement_constraints")
2903
+
2904
+ @placement_constraints.setter
2905
+ def placement_constraints(self, value: Optional[pulumi.Input[str]]):
2906
+ pulumi.set(self, "placement_constraints", value)
2907
+
2908
+ @property
2909
+ @pulumi.getter(name="quorumLossWaitDuration")
2910
+ def quorum_loss_wait_duration(self) -> Optional[pulumi.Input[str]]:
2911
+ """
2912
+ The maximum duration for which a partition is allowed to be in a state of quorum loss, represented in ISO 8601 format "hh:mm:ss".
2913
+ """
2914
+ return pulumi.get(self, "quorum_loss_wait_duration")
2915
+
2916
+ @quorum_loss_wait_duration.setter
2917
+ def quorum_loss_wait_duration(self, value: Optional[pulumi.Input[str]]):
2918
+ pulumi.set(self, "quorum_loss_wait_duration", value)
2919
+
2920
+ @property
2921
+ @pulumi.getter(name="replicaRestartWaitDuration")
2922
+ def replica_restart_wait_duration(self) -> Optional[pulumi.Input[str]]:
2923
+ """
2924
+ The duration between when a replica goes down and when a new replica is created, represented in ISO 8601 format "hh:mm:ss".
2925
+ """
2926
+ return pulumi.get(self, "replica_restart_wait_duration")
2927
+
2928
+ @replica_restart_wait_duration.setter
2929
+ def replica_restart_wait_duration(self, value: Optional[pulumi.Input[str]]):
2930
+ pulumi.set(self, "replica_restart_wait_duration", value)
2931
+
2932
+ @property
2933
+ @pulumi.getter(name="scalingPolicies")
2934
+ def scaling_policies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ScalingPolicyArgs']]]]:
2935
+ """
2936
+ Scaling policies for this service.
2937
+ """
2938
+ return pulumi.get(self, "scaling_policies")
2939
+
2940
+ @scaling_policies.setter
2941
+ def scaling_policies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ScalingPolicyArgs']]]]):
2942
+ pulumi.set(self, "scaling_policies", value)
2943
+
2944
+ @property
2945
+ @pulumi.getter(name="serviceDnsName")
2946
+ def service_dns_name(self) -> Optional[pulumi.Input[str]]:
2947
+ """
2948
+ Dns name used for the service. If this is specified, then the DNS name can be used to return the IP addresses of service endpoints for application layer protocols (e.g., HTTP).
2949
+ When updating serviceDnsName, old name may be temporarily resolvable. However, rely on new name.
2950
+ When removing serviceDnsName, removed name may temporarily be resolvable. Do not rely on the name being unresolvable.
2951
+ """
2952
+ return pulumi.get(self, "service_dns_name")
2953
+
2954
+ @service_dns_name.setter
2955
+ def service_dns_name(self, value: Optional[pulumi.Input[str]]):
2956
+ pulumi.set(self, "service_dns_name", value)
2957
+
2958
+ @property
2959
+ @pulumi.getter(name="serviceLoadMetrics")
2960
+ def service_load_metrics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLoadMetricArgs']]]]:
2961
+ """
2962
+ The service load metrics is given as an array of ServiceLoadMetric objects.
2963
+ """
2964
+ return pulumi.get(self, "service_load_metrics")
2965
+
2966
+ @service_load_metrics.setter
2967
+ def service_load_metrics(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLoadMetricArgs']]]]):
2968
+ pulumi.set(self, "service_load_metrics", value)
2969
+
2970
+ @property
2971
+ @pulumi.getter(name="servicePackageActivationMode")
2972
+ def service_package_activation_mode(self) -> Optional[pulumi.Input[Union[str, 'ServicePackageActivationMode']]]:
2973
+ """
2974
+ The activation Mode of the service package
2975
+ """
2976
+ return pulumi.get(self, "service_package_activation_mode")
2977
+
2978
+ @service_package_activation_mode.setter
2979
+ def service_package_activation_mode(self, value: Optional[pulumi.Input[Union[str, 'ServicePackageActivationMode']]]):
2980
+ pulumi.set(self, "service_package_activation_mode", value)
2981
+
2982
+ @property
2983
+ @pulumi.getter(name="servicePlacementPolicies")
2984
+ def service_placement_policies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServicePlacementInvalidDomainPolicyArgs', 'ServicePlacementNonPartiallyPlaceServicePolicyArgs', 'ServicePlacementPreferPrimaryDomainPolicyArgs', 'ServicePlacementRequireDomainDistributionPolicyArgs', 'ServicePlacementRequiredDomainPolicyArgs']]]]]:
2985
+ """
2986
+ A list that describes the correlation of the service with other services.
2987
+ """
2988
+ return pulumi.get(self, "service_placement_policies")
2989
+
2990
+ @service_placement_policies.setter
2991
+ def service_placement_policies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServicePlacementInvalidDomainPolicyArgs', 'ServicePlacementNonPartiallyPlaceServicePolicyArgs', 'ServicePlacementPreferPrimaryDomainPolicyArgs', 'ServicePlacementRequireDomainDistributionPolicyArgs', 'ServicePlacementRequiredDomainPolicyArgs']]]]]):
2992
+ pulumi.set(self, "service_placement_policies", value)
2993
+
2994
+ @property
2995
+ @pulumi.getter(name="servicePlacementTimeLimit")
2996
+ def service_placement_time_limit(self) -> Optional[pulumi.Input[str]]:
2997
+ """
2998
+ The duration for which replicas can stay InBuild before reporting that build is stuck, represented in ISO 8601 format "hh:mm:ss".
2999
+ """
3000
+ return pulumi.get(self, "service_placement_time_limit")
3001
+
3002
+ @service_placement_time_limit.setter
3003
+ def service_placement_time_limit(self, value: Optional[pulumi.Input[str]]):
3004
+ pulumi.set(self, "service_placement_time_limit", value)
3005
+
3006
+ @property
3007
+ @pulumi.getter(name="standByReplicaKeepDuration")
3008
+ def stand_by_replica_keep_duration(self) -> Optional[pulumi.Input[str]]:
3009
+ """
3010
+ The definition on how long StandBy replicas should be maintained before being removed, represented in ISO 8601 format "hh:mm:ss".
3011
+ """
3012
+ return pulumi.get(self, "stand_by_replica_keep_duration")
3013
+
3014
+ @stand_by_replica_keep_duration.setter
3015
+ def stand_by_replica_keep_duration(self, value: Optional[pulumi.Input[str]]):
3016
+ pulumi.set(self, "stand_by_replica_keep_duration", value)
3017
+
3018
+ @property
3019
+ @pulumi.getter(name="targetReplicaSetSize")
3020
+ def target_replica_set_size(self) -> Optional[pulumi.Input[int]]:
3021
+ """
3022
+ The target replica set size as a number.
3023
+ """
3024
+ return pulumi.get(self, "target_replica_set_size")
3025
+
3026
+ @target_replica_set_size.setter
3027
+ def target_replica_set_size(self, value: Optional[pulumi.Input[int]]):
3028
+ pulumi.set(self, "target_replica_set_size", value)
3029
+
3030
+
3031
+ @pulumi.input_type
3032
+ class StatelessServicePropertiesArgs:
3033
+ def __init__(__self__, *,
3034
+ instance_count: pulumi.Input[int],
3035
+ partition_description: pulumi.Input[Union['NamedPartitionSchemeArgs', 'SingletonPartitionSchemeArgs', 'UniformInt64RangePartitionSchemeArgs']],
3036
+ service_kind: pulumi.Input[str],
3037
+ service_type_name: pulumi.Input[str],
3038
+ correlation_scheme: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceCorrelationArgs']]]] = None,
3039
+ default_move_cost: Optional[pulumi.Input[Union[str, 'MoveCost']]] = None,
3040
+ min_instance_count: Optional[pulumi.Input[int]] = None,
3041
+ min_instance_percentage: Optional[pulumi.Input[int]] = None,
3042
+ placement_constraints: Optional[pulumi.Input[str]] = None,
3043
+ scaling_policies: Optional[pulumi.Input[Sequence[pulumi.Input['ScalingPolicyArgs']]]] = None,
3044
+ service_dns_name: Optional[pulumi.Input[str]] = None,
3045
+ service_load_metrics: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLoadMetricArgs']]]] = None,
3046
+ service_package_activation_mode: Optional[pulumi.Input[Union[str, 'ServicePackageActivationMode']]] = None,
3047
+ service_placement_policies: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServicePlacementInvalidDomainPolicyArgs', 'ServicePlacementNonPartiallyPlaceServicePolicyArgs', 'ServicePlacementPreferPrimaryDomainPolicyArgs', 'ServicePlacementRequireDomainDistributionPolicyArgs', 'ServicePlacementRequiredDomainPolicyArgs']]]]] = None):
3048
+ """
3049
+ The properties of a stateless service resource.
3050
+ :param pulumi.Input[int] instance_count: The instance count.
3051
+ :param pulumi.Input[Union['NamedPartitionSchemeArgs', 'SingletonPartitionSchemeArgs', 'UniformInt64RangePartitionSchemeArgs']] partition_description: Describes how the service is partitioned.
3052
+ :param pulumi.Input[str] service_kind: The kind of service (Stateless or Stateful).
3053
+ Expected value is 'Stateless'.
3054
+ :param pulumi.Input[str] service_type_name: The name of the service type
3055
+ :param pulumi.Input[Sequence[pulumi.Input['ServiceCorrelationArgs']]] correlation_scheme: A list that describes the correlation of the service with other services.
3056
+ :param pulumi.Input[Union[str, 'MoveCost']] default_move_cost: Specifies the move cost for the service.
3057
+ :param pulumi.Input[int] min_instance_count: MinInstanceCount is the minimum number of instances that must be up to meet the EnsureAvailability safety check during operations like upgrade or deactivate node. The actual number that is used is max( MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) ). Note, if InstanceCount is set to -1, during MinInstanceCount computation -1 is first converted into the number of nodes on which the instances are allowed to be placed according to the placement constraints on the service.
3058
+ :param pulumi.Input[int] min_instance_percentage: MinInstancePercentage is the minimum percentage of InstanceCount that must be up to meet the EnsureAvailability safety check during operations like upgrade or deactivate node. The actual number that is used is max( MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) ). Note, if InstanceCount is set to -1, during MinInstancePercentage computation, -1 is first converted into the number of nodes on which the instances are allowed to be placed according to the placement constraints on the service.
3059
+ :param pulumi.Input[str] placement_constraints: The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)".
3060
+ :param pulumi.Input[Sequence[pulumi.Input['ScalingPolicyArgs']]] scaling_policies: Scaling policies for this service.
3061
+ :param pulumi.Input[str] service_dns_name: Dns name used for the service. If this is specified, then the DNS name can be used to return the IP addresses of service endpoints for application layer protocols (e.g., HTTP).
3062
+ When updating serviceDnsName, old name may be temporarily resolvable. However, rely on new name.
3063
+ When removing serviceDnsName, removed name may temporarily be resolvable. Do not rely on the name being unresolvable.
3064
+ :param pulumi.Input[Sequence[pulumi.Input['ServiceLoadMetricArgs']]] service_load_metrics: The service load metrics is given as an array of ServiceLoadMetric objects.
3065
+ :param pulumi.Input[Union[str, 'ServicePackageActivationMode']] service_package_activation_mode: The activation Mode of the service package
3066
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ServicePlacementInvalidDomainPolicyArgs', 'ServicePlacementNonPartiallyPlaceServicePolicyArgs', 'ServicePlacementPreferPrimaryDomainPolicyArgs', 'ServicePlacementRequireDomainDistributionPolicyArgs', 'ServicePlacementRequiredDomainPolicyArgs']]]] service_placement_policies: A list that describes the correlation of the service with other services.
3067
+ """
3068
+ pulumi.set(__self__, "instance_count", instance_count)
3069
+ pulumi.set(__self__, "partition_description", partition_description)
3070
+ pulumi.set(__self__, "service_kind", 'Stateless')
3071
+ pulumi.set(__self__, "service_type_name", service_type_name)
3072
+ if correlation_scheme is not None:
3073
+ pulumi.set(__self__, "correlation_scheme", correlation_scheme)
3074
+ if default_move_cost is not None:
3075
+ pulumi.set(__self__, "default_move_cost", default_move_cost)
3076
+ if min_instance_count is not None:
3077
+ pulumi.set(__self__, "min_instance_count", min_instance_count)
3078
+ if min_instance_percentage is not None:
3079
+ pulumi.set(__self__, "min_instance_percentage", min_instance_percentage)
3080
+ if placement_constraints is not None:
3081
+ pulumi.set(__self__, "placement_constraints", placement_constraints)
3082
+ if scaling_policies is not None:
3083
+ pulumi.set(__self__, "scaling_policies", scaling_policies)
3084
+ if service_dns_name is not None:
3085
+ pulumi.set(__self__, "service_dns_name", service_dns_name)
3086
+ if service_load_metrics is not None:
3087
+ pulumi.set(__self__, "service_load_metrics", service_load_metrics)
3088
+ if service_package_activation_mode is not None:
3089
+ pulumi.set(__self__, "service_package_activation_mode", service_package_activation_mode)
3090
+ if service_placement_policies is not None:
3091
+ pulumi.set(__self__, "service_placement_policies", service_placement_policies)
3092
+
3093
+ @property
3094
+ @pulumi.getter(name="instanceCount")
3095
+ def instance_count(self) -> pulumi.Input[int]:
3096
+ """
3097
+ The instance count.
3098
+ """
3099
+ return pulumi.get(self, "instance_count")
3100
+
3101
+ @instance_count.setter
3102
+ def instance_count(self, value: pulumi.Input[int]):
3103
+ pulumi.set(self, "instance_count", value)
3104
+
3105
+ @property
3106
+ @pulumi.getter(name="partitionDescription")
3107
+ def partition_description(self) -> pulumi.Input[Union['NamedPartitionSchemeArgs', 'SingletonPartitionSchemeArgs', 'UniformInt64RangePartitionSchemeArgs']]:
3108
+ """
3109
+ Describes how the service is partitioned.
3110
+ """
3111
+ return pulumi.get(self, "partition_description")
3112
+
3113
+ @partition_description.setter
3114
+ def partition_description(self, value: pulumi.Input[Union['NamedPartitionSchemeArgs', 'SingletonPartitionSchemeArgs', 'UniformInt64RangePartitionSchemeArgs']]):
3115
+ pulumi.set(self, "partition_description", value)
3116
+
3117
+ @property
3118
+ @pulumi.getter(name="serviceKind")
3119
+ def service_kind(self) -> pulumi.Input[str]:
3120
+ """
3121
+ The kind of service (Stateless or Stateful).
3122
+ Expected value is 'Stateless'.
3123
+ """
3124
+ return pulumi.get(self, "service_kind")
3125
+
3126
+ @service_kind.setter
3127
+ def service_kind(self, value: pulumi.Input[str]):
3128
+ pulumi.set(self, "service_kind", value)
3129
+
3130
+ @property
3131
+ @pulumi.getter(name="serviceTypeName")
3132
+ def service_type_name(self) -> pulumi.Input[str]:
3133
+ """
3134
+ The name of the service type
3135
+ """
3136
+ return pulumi.get(self, "service_type_name")
3137
+
3138
+ @service_type_name.setter
3139
+ def service_type_name(self, value: pulumi.Input[str]):
3140
+ pulumi.set(self, "service_type_name", value)
3141
+
3142
+ @property
3143
+ @pulumi.getter(name="correlationScheme")
3144
+ def correlation_scheme(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceCorrelationArgs']]]]:
3145
+ """
3146
+ A list that describes the correlation of the service with other services.
3147
+ """
3148
+ return pulumi.get(self, "correlation_scheme")
3149
+
3150
+ @correlation_scheme.setter
3151
+ def correlation_scheme(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceCorrelationArgs']]]]):
3152
+ pulumi.set(self, "correlation_scheme", value)
3153
+
3154
+ @property
3155
+ @pulumi.getter(name="defaultMoveCost")
3156
+ def default_move_cost(self) -> Optional[pulumi.Input[Union[str, 'MoveCost']]]:
3157
+ """
3158
+ Specifies the move cost for the service.
3159
+ """
3160
+ return pulumi.get(self, "default_move_cost")
3161
+
3162
+ @default_move_cost.setter
3163
+ def default_move_cost(self, value: Optional[pulumi.Input[Union[str, 'MoveCost']]]):
3164
+ pulumi.set(self, "default_move_cost", value)
3165
+
3166
+ @property
3167
+ @pulumi.getter(name="minInstanceCount")
3168
+ def min_instance_count(self) -> Optional[pulumi.Input[int]]:
3169
+ """
3170
+ MinInstanceCount is the minimum number of instances that must be up to meet the EnsureAvailability safety check during operations like upgrade or deactivate node. The actual number that is used is max( MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) ). Note, if InstanceCount is set to -1, during MinInstanceCount computation -1 is first converted into the number of nodes on which the instances are allowed to be placed according to the placement constraints on the service.
3171
+ """
3172
+ return pulumi.get(self, "min_instance_count")
3173
+
3174
+ @min_instance_count.setter
3175
+ def min_instance_count(self, value: Optional[pulumi.Input[int]]):
3176
+ pulumi.set(self, "min_instance_count", value)
3177
+
3178
+ @property
3179
+ @pulumi.getter(name="minInstancePercentage")
3180
+ def min_instance_percentage(self) -> Optional[pulumi.Input[int]]:
3181
+ """
3182
+ MinInstancePercentage is the minimum percentage of InstanceCount that must be up to meet the EnsureAvailability safety check during operations like upgrade or deactivate node. The actual number that is used is max( MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) ). Note, if InstanceCount is set to -1, during MinInstancePercentage computation, -1 is first converted into the number of nodes on which the instances are allowed to be placed according to the placement constraints on the service.
3183
+ """
3184
+ return pulumi.get(self, "min_instance_percentage")
3185
+
3186
+ @min_instance_percentage.setter
3187
+ def min_instance_percentage(self, value: Optional[pulumi.Input[int]]):
3188
+ pulumi.set(self, "min_instance_percentage", value)
3189
+
3190
+ @property
3191
+ @pulumi.getter(name="placementConstraints")
3192
+ def placement_constraints(self) -> Optional[pulumi.Input[str]]:
3193
+ """
3194
+ The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)".
3195
+ """
3196
+ return pulumi.get(self, "placement_constraints")
3197
+
3198
+ @placement_constraints.setter
3199
+ def placement_constraints(self, value: Optional[pulumi.Input[str]]):
3200
+ pulumi.set(self, "placement_constraints", value)
3201
+
3202
+ @property
3203
+ @pulumi.getter(name="scalingPolicies")
3204
+ def scaling_policies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ScalingPolicyArgs']]]]:
3205
+ """
3206
+ Scaling policies for this service.
3207
+ """
3208
+ return pulumi.get(self, "scaling_policies")
3209
+
3210
+ @scaling_policies.setter
3211
+ def scaling_policies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ScalingPolicyArgs']]]]):
3212
+ pulumi.set(self, "scaling_policies", value)
3213
+
3214
+ @property
3215
+ @pulumi.getter(name="serviceDnsName")
3216
+ def service_dns_name(self) -> Optional[pulumi.Input[str]]:
3217
+ """
3218
+ Dns name used for the service. If this is specified, then the DNS name can be used to return the IP addresses of service endpoints for application layer protocols (e.g., HTTP).
3219
+ When updating serviceDnsName, old name may be temporarily resolvable. However, rely on new name.
3220
+ When removing serviceDnsName, removed name may temporarily be resolvable. Do not rely on the name being unresolvable.
3221
+ """
3222
+ return pulumi.get(self, "service_dns_name")
3223
+
3224
+ @service_dns_name.setter
3225
+ def service_dns_name(self, value: Optional[pulumi.Input[str]]):
3226
+ pulumi.set(self, "service_dns_name", value)
3227
+
3228
+ @property
3229
+ @pulumi.getter(name="serviceLoadMetrics")
3230
+ def service_load_metrics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLoadMetricArgs']]]]:
3231
+ """
3232
+ The service load metrics is given as an array of ServiceLoadMetric objects.
3233
+ """
3234
+ return pulumi.get(self, "service_load_metrics")
3235
+
3236
+ @service_load_metrics.setter
3237
+ def service_load_metrics(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLoadMetricArgs']]]]):
3238
+ pulumi.set(self, "service_load_metrics", value)
3239
+
3240
+ @property
3241
+ @pulumi.getter(name="servicePackageActivationMode")
3242
+ def service_package_activation_mode(self) -> Optional[pulumi.Input[Union[str, 'ServicePackageActivationMode']]]:
3243
+ """
3244
+ The activation Mode of the service package
3245
+ """
3246
+ return pulumi.get(self, "service_package_activation_mode")
3247
+
3248
+ @service_package_activation_mode.setter
3249
+ def service_package_activation_mode(self, value: Optional[pulumi.Input[Union[str, 'ServicePackageActivationMode']]]):
3250
+ pulumi.set(self, "service_package_activation_mode", value)
3251
+
3252
+ @property
3253
+ @pulumi.getter(name="servicePlacementPolicies")
3254
+ def service_placement_policies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServicePlacementInvalidDomainPolicyArgs', 'ServicePlacementNonPartiallyPlaceServicePolicyArgs', 'ServicePlacementPreferPrimaryDomainPolicyArgs', 'ServicePlacementRequireDomainDistributionPolicyArgs', 'ServicePlacementRequiredDomainPolicyArgs']]]]]:
3255
+ """
3256
+ A list that describes the correlation of the service with other services.
3257
+ """
3258
+ return pulumi.get(self, "service_placement_policies")
3259
+
3260
+ @service_placement_policies.setter
3261
+ def service_placement_policies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServicePlacementInvalidDomainPolicyArgs', 'ServicePlacementNonPartiallyPlaceServicePolicyArgs', 'ServicePlacementPreferPrimaryDomainPolicyArgs', 'ServicePlacementRequireDomainDistributionPolicyArgs', 'ServicePlacementRequiredDomainPolicyArgs']]]]]):
3262
+ pulumi.set(self, "service_placement_policies", value)
3263
+
3264
+
3265
+ @pulumi.input_type
3266
+ class SubResourceArgs:
3267
+ def __init__(__self__, *,
3268
+ id: Optional[pulumi.Input[str]] = None):
3269
+ """
3270
+ Azure resource identifier.
3271
+ :param pulumi.Input[str] id: Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted.
3272
+ An absolute ID starts with /subscriptions/ and contains the entire ID of the parent resource and the ID of the sub-resource in the end.
3273
+ A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself.
3274
+ Example of a relative ID: $self/frontEndConfigurations/my-frontend.
3275
+ """
3276
+ if id is not None:
3277
+ pulumi.set(__self__, "id", id)
3278
+
3279
+ @property
3280
+ @pulumi.getter
3281
+ def id(self) -> Optional[pulumi.Input[str]]:
3282
+ """
3283
+ Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted.
3284
+ An absolute ID starts with /subscriptions/ and contains the entire ID of the parent resource and the ID of the sub-resource in the end.
3285
+ A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself.
3286
+ Example of a relative ID: $self/frontEndConfigurations/my-frontend.
3287
+ """
3288
+ return pulumi.get(self, "id")
3289
+
3290
+ @id.setter
3291
+ def id(self, value: Optional[pulumi.Input[str]]):
3292
+ pulumi.set(self, "id", value)
3293
+
3294
+
3295
+ @pulumi.input_type
3296
+ class SubnetArgs:
3297
+ def __init__(__self__, *,
3298
+ name: pulumi.Input[str],
3299
+ enable_ipv6: Optional[pulumi.Input[bool]] = None,
3300
+ network_security_group_id: Optional[pulumi.Input[str]] = None,
3301
+ private_endpoint_network_policies: Optional[pulumi.Input[Union[str, 'PrivateEndpointNetworkPolicies']]] = None,
3302
+ private_link_service_network_policies: Optional[pulumi.Input[Union[str, 'PrivateLinkServiceNetworkPolicies']]] = None):
3303
+ """
3304
+ Describes a Subnet.
3305
+ :param pulumi.Input[str] name: Subnet name.
3306
+ :param pulumi.Input[bool] enable_ipv6: Indicates wether to enable Ipv6 or not. If not provided, it will take the same configuration as the cluster.
3307
+ :param pulumi.Input[str] network_security_group_id: Full resource id for the network security group.
3308
+ :param pulumi.Input[Union[str, 'PrivateEndpointNetworkPolicies']] private_endpoint_network_policies: Enable or Disable apply network policies on private end point in the subnet.
3309
+ :param pulumi.Input[Union[str, 'PrivateLinkServiceNetworkPolicies']] private_link_service_network_policies: Enable or Disable apply network policies on private link service in the subnet.
3310
+ """
3311
+ pulumi.set(__self__, "name", name)
3312
+ if enable_ipv6 is not None:
3313
+ pulumi.set(__self__, "enable_ipv6", enable_ipv6)
3314
+ if network_security_group_id is not None:
3315
+ pulumi.set(__self__, "network_security_group_id", network_security_group_id)
3316
+ if private_endpoint_network_policies is not None:
3317
+ pulumi.set(__self__, "private_endpoint_network_policies", private_endpoint_network_policies)
3318
+ if private_link_service_network_policies is not None:
3319
+ pulumi.set(__self__, "private_link_service_network_policies", private_link_service_network_policies)
3320
+
3321
+ @property
3322
+ @pulumi.getter
3323
+ def name(self) -> pulumi.Input[str]:
3324
+ """
3325
+ Subnet name.
3326
+ """
3327
+ return pulumi.get(self, "name")
3328
+
3329
+ @name.setter
3330
+ def name(self, value: pulumi.Input[str]):
3331
+ pulumi.set(self, "name", value)
3332
+
3333
+ @property
3334
+ @pulumi.getter(name="enableIpv6")
3335
+ def enable_ipv6(self) -> Optional[pulumi.Input[bool]]:
3336
+ """
3337
+ Indicates wether to enable Ipv6 or not. If not provided, it will take the same configuration as the cluster.
3338
+ """
3339
+ return pulumi.get(self, "enable_ipv6")
3340
+
3341
+ @enable_ipv6.setter
3342
+ def enable_ipv6(self, value: Optional[pulumi.Input[bool]]):
3343
+ pulumi.set(self, "enable_ipv6", value)
3344
+
3345
+ @property
3346
+ @pulumi.getter(name="networkSecurityGroupId")
3347
+ def network_security_group_id(self) -> Optional[pulumi.Input[str]]:
3348
+ """
3349
+ Full resource id for the network security group.
3350
+ """
3351
+ return pulumi.get(self, "network_security_group_id")
3352
+
3353
+ @network_security_group_id.setter
3354
+ def network_security_group_id(self, value: Optional[pulumi.Input[str]]):
3355
+ pulumi.set(self, "network_security_group_id", value)
3356
+
3357
+ @property
3358
+ @pulumi.getter(name="privateEndpointNetworkPolicies")
3359
+ def private_endpoint_network_policies(self) -> Optional[pulumi.Input[Union[str, 'PrivateEndpointNetworkPolicies']]]:
3360
+ """
3361
+ Enable or Disable apply network policies on private end point in the subnet.
3362
+ """
3363
+ return pulumi.get(self, "private_endpoint_network_policies")
3364
+
3365
+ @private_endpoint_network_policies.setter
3366
+ def private_endpoint_network_policies(self, value: Optional[pulumi.Input[Union[str, 'PrivateEndpointNetworkPolicies']]]):
3367
+ pulumi.set(self, "private_endpoint_network_policies", value)
3368
+
3369
+ @property
3370
+ @pulumi.getter(name="privateLinkServiceNetworkPolicies")
3371
+ def private_link_service_network_policies(self) -> Optional[pulumi.Input[Union[str, 'PrivateLinkServiceNetworkPolicies']]]:
3372
+ """
3373
+ Enable or Disable apply network policies on private link service in the subnet.
3374
+ """
3375
+ return pulumi.get(self, "private_link_service_network_policies")
3376
+
3377
+ @private_link_service_network_policies.setter
3378
+ def private_link_service_network_policies(self, value: Optional[pulumi.Input[Union[str, 'PrivateLinkServiceNetworkPolicies']]]):
3379
+ pulumi.set(self, "private_link_service_network_policies", value)
3380
+
3381
+
3382
+ @pulumi.input_type
3383
+ class UniformInt64RangePartitionSchemeArgs:
3384
+ def __init__(__self__, *,
3385
+ count: pulumi.Input[int],
3386
+ high_key: pulumi.Input[float],
3387
+ low_key: pulumi.Input[float],
3388
+ partition_scheme: pulumi.Input[str]):
3389
+ """
3390
+ Describes a partitioning scheme where an integer range is allocated evenly across a number of partitions.
3391
+ :param pulumi.Input[int] count: The number of partitions.
3392
+ :param pulumi.Input[float] high_key: The upper bound of the partition key range that
3393
+ should be split between the partition ‘Count’
3394
+ :param pulumi.Input[float] low_key: The lower bound of the partition key range that
3395
+ should be split between the partition ‘Count’
3396
+ :param pulumi.Input[str] partition_scheme: Enumerates the ways that a service can be partitioned.
3397
+ Expected value is 'UniformInt64Range'.
3398
+ """
3399
+ pulumi.set(__self__, "count", count)
3400
+ pulumi.set(__self__, "high_key", high_key)
3401
+ pulumi.set(__self__, "low_key", low_key)
3402
+ pulumi.set(__self__, "partition_scheme", 'UniformInt64Range')
3403
+
3404
+ @property
3405
+ @pulumi.getter
3406
+ def count(self) -> pulumi.Input[int]:
3407
+ """
3408
+ The number of partitions.
3409
+ """
3410
+ return pulumi.get(self, "count")
3411
+
3412
+ @count.setter
3413
+ def count(self, value: pulumi.Input[int]):
3414
+ pulumi.set(self, "count", value)
3415
+
3416
+ @property
3417
+ @pulumi.getter(name="highKey")
3418
+ def high_key(self) -> pulumi.Input[float]:
3419
+ """
3420
+ The upper bound of the partition key range that
3421
+ should be split between the partition ‘Count’
3422
+ """
3423
+ return pulumi.get(self, "high_key")
3424
+
3425
+ @high_key.setter
3426
+ def high_key(self, value: pulumi.Input[float]):
3427
+ pulumi.set(self, "high_key", value)
3428
+
3429
+ @property
3430
+ @pulumi.getter(name="lowKey")
3431
+ def low_key(self) -> pulumi.Input[float]:
3432
+ """
3433
+ The lower bound of the partition key range that
3434
+ should be split between the partition ‘Count’
3435
+ """
3436
+ return pulumi.get(self, "low_key")
3437
+
3438
+ @low_key.setter
3439
+ def low_key(self, value: pulumi.Input[float]):
3440
+ pulumi.set(self, "low_key", value)
3441
+
3442
+ @property
3443
+ @pulumi.getter(name="partitionScheme")
3444
+ def partition_scheme(self) -> pulumi.Input[str]:
3445
+ """
3446
+ Enumerates the ways that a service can be partitioned.
3447
+ Expected value is 'UniformInt64Range'.
3448
+ """
3449
+ return pulumi.get(self, "partition_scheme")
3450
+
3451
+ @partition_scheme.setter
3452
+ def partition_scheme(self, value: pulumi.Input[str]):
3453
+ pulumi.set(self, "partition_scheme", value)
3454
+
3455
+
3456
+ @pulumi.input_type
3457
+ class VMSSExtensionArgs:
3458
+ def __init__(__self__, *,
3459
+ name: pulumi.Input[str],
3460
+ publisher: pulumi.Input[str],
3461
+ type: pulumi.Input[str],
3462
+ type_handler_version: pulumi.Input[str],
3463
+ auto_upgrade_minor_version: Optional[pulumi.Input[bool]] = None,
3464
+ enable_automatic_upgrade: Optional[pulumi.Input[bool]] = None,
3465
+ force_update_tag: Optional[pulumi.Input[str]] = None,
3466
+ protected_settings: Optional[Any] = None,
3467
+ provision_after_extensions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3468
+ settings: Optional[Any] = None,
3469
+ setup_order: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'VmssExtensionSetupOrder']]]]] = None):
3470
+ """
3471
+ Specifies set of extensions that should be installed onto the virtual machines.
3472
+ :param pulumi.Input[str] name: The name of the extension.
3473
+ :param pulumi.Input[str] publisher: The name of the extension handler publisher.
3474
+ :param pulumi.Input[str] type: Specifies the type of the extension; an example is "CustomScriptExtension".
3475
+ :param pulumi.Input[str] type_handler_version: Specifies the version of the script handler.
3476
+ :param pulumi.Input[bool] auto_upgrade_minor_version: Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
3477
+ :param pulumi.Input[bool] enable_automatic_upgrade: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
3478
+ :param pulumi.Input[str] force_update_tag: If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
3479
+ :param Any protected_settings: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
3480
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] provision_after_extensions: Collection of extension names after which this extension needs to be provisioned.
3481
+ :param Any settings: Json formatted public settings for the extension.
3482
+ :param pulumi.Input[Sequence[pulumi.Input[Union[str, 'VmssExtensionSetupOrder']]]] setup_order: Indicates the setup order for the extension.
3483
+ """
3484
+ pulumi.set(__self__, "name", name)
3485
+ pulumi.set(__self__, "publisher", publisher)
3486
+ pulumi.set(__self__, "type", type)
3487
+ pulumi.set(__self__, "type_handler_version", type_handler_version)
3488
+ if auto_upgrade_minor_version is not None:
3489
+ pulumi.set(__self__, "auto_upgrade_minor_version", auto_upgrade_minor_version)
3490
+ if enable_automatic_upgrade is not None:
3491
+ pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
3492
+ if force_update_tag is not None:
3493
+ pulumi.set(__self__, "force_update_tag", force_update_tag)
3494
+ if protected_settings is not None:
3495
+ pulumi.set(__self__, "protected_settings", protected_settings)
3496
+ if provision_after_extensions is not None:
3497
+ pulumi.set(__self__, "provision_after_extensions", provision_after_extensions)
3498
+ if settings is not None:
3499
+ pulumi.set(__self__, "settings", settings)
3500
+ if setup_order is not None:
3501
+ pulumi.set(__self__, "setup_order", setup_order)
3502
+
3503
+ @property
3504
+ @pulumi.getter
3505
+ def name(self) -> pulumi.Input[str]:
3506
+ """
3507
+ The name of the extension.
3508
+ """
3509
+ return pulumi.get(self, "name")
3510
+
3511
+ @name.setter
3512
+ def name(self, value: pulumi.Input[str]):
3513
+ pulumi.set(self, "name", value)
3514
+
3515
+ @property
3516
+ @pulumi.getter
3517
+ def publisher(self) -> pulumi.Input[str]:
3518
+ """
3519
+ The name of the extension handler publisher.
3520
+ """
3521
+ return pulumi.get(self, "publisher")
3522
+
3523
+ @publisher.setter
3524
+ def publisher(self, value: pulumi.Input[str]):
3525
+ pulumi.set(self, "publisher", value)
3526
+
3527
+ @property
3528
+ @pulumi.getter
3529
+ def type(self) -> pulumi.Input[str]:
3530
+ """
3531
+ Specifies the type of the extension; an example is "CustomScriptExtension".
3532
+ """
3533
+ return pulumi.get(self, "type")
3534
+
3535
+ @type.setter
3536
+ def type(self, value: pulumi.Input[str]):
3537
+ pulumi.set(self, "type", value)
3538
+
3539
+ @property
3540
+ @pulumi.getter(name="typeHandlerVersion")
3541
+ def type_handler_version(self) -> pulumi.Input[str]:
3542
+ """
3543
+ Specifies the version of the script handler.
3544
+ """
3545
+ return pulumi.get(self, "type_handler_version")
3546
+
3547
+ @type_handler_version.setter
3548
+ def type_handler_version(self, value: pulumi.Input[str]):
3549
+ pulumi.set(self, "type_handler_version", value)
3550
+
3551
+ @property
3552
+ @pulumi.getter(name="autoUpgradeMinorVersion")
3553
+ def auto_upgrade_minor_version(self) -> Optional[pulumi.Input[bool]]:
3554
+ """
3555
+ Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
3556
+ """
3557
+ return pulumi.get(self, "auto_upgrade_minor_version")
3558
+
3559
+ @auto_upgrade_minor_version.setter
3560
+ def auto_upgrade_minor_version(self, value: Optional[pulumi.Input[bool]]):
3561
+ pulumi.set(self, "auto_upgrade_minor_version", value)
3562
+
3563
+ @property
3564
+ @pulumi.getter(name="enableAutomaticUpgrade")
3565
+ def enable_automatic_upgrade(self) -> Optional[pulumi.Input[bool]]:
3566
+ """
3567
+ Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
3568
+ """
3569
+ return pulumi.get(self, "enable_automatic_upgrade")
3570
+
3571
+ @enable_automatic_upgrade.setter
3572
+ def enable_automatic_upgrade(self, value: Optional[pulumi.Input[bool]]):
3573
+ pulumi.set(self, "enable_automatic_upgrade", value)
3574
+
3575
+ @property
3576
+ @pulumi.getter(name="forceUpdateTag")
3577
+ def force_update_tag(self) -> Optional[pulumi.Input[str]]:
3578
+ """
3579
+ If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
3580
+ """
3581
+ return pulumi.get(self, "force_update_tag")
3582
+
3583
+ @force_update_tag.setter
3584
+ def force_update_tag(self, value: Optional[pulumi.Input[str]]):
3585
+ pulumi.set(self, "force_update_tag", value)
3586
+
3587
+ @property
3588
+ @pulumi.getter(name="protectedSettings")
3589
+ def protected_settings(self) -> Optional[Any]:
3590
+ """
3591
+ The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
3592
+ """
3593
+ return pulumi.get(self, "protected_settings")
3594
+
3595
+ @protected_settings.setter
3596
+ def protected_settings(self, value: Optional[Any]):
3597
+ pulumi.set(self, "protected_settings", value)
3598
+
3599
+ @property
3600
+ @pulumi.getter(name="provisionAfterExtensions")
3601
+ def provision_after_extensions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3602
+ """
3603
+ Collection of extension names after which this extension needs to be provisioned.
3604
+ """
3605
+ return pulumi.get(self, "provision_after_extensions")
3606
+
3607
+ @provision_after_extensions.setter
3608
+ def provision_after_extensions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
3609
+ pulumi.set(self, "provision_after_extensions", value)
3610
+
3611
+ @property
3612
+ @pulumi.getter
3613
+ def settings(self) -> Optional[Any]:
3614
+ """
3615
+ Json formatted public settings for the extension.
3616
+ """
3617
+ return pulumi.get(self, "settings")
3618
+
3619
+ @settings.setter
3620
+ def settings(self, value: Optional[Any]):
3621
+ pulumi.set(self, "settings", value)
3622
+
3623
+ @property
3624
+ @pulumi.getter(name="setupOrder")
3625
+ def setup_order(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'VmssExtensionSetupOrder']]]]]:
3626
+ """
3627
+ Indicates the setup order for the extension.
3628
+ """
3629
+ return pulumi.get(self, "setup_order")
3630
+
3631
+ @setup_order.setter
3632
+ def setup_order(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'VmssExtensionSetupOrder']]]]]):
3633
+ pulumi.set(self, "setup_order", value)
3634
+
3635
+
3636
+ @pulumi.input_type
3637
+ class VaultCertificateArgs:
3638
+ def __init__(__self__, *,
3639
+ certificate_store: pulumi.Input[str],
3640
+ certificate_url: pulumi.Input[str]):
3641
+ """
3642
+ Describes a single certificate reference in a Key Vault, and where the certificate should reside on the VM.
3643
+ :param pulumi.Input[str] certificate_store: For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. <br><br>For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted.
3644
+ :param pulumi.Input[str] certificate_url: This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: <br><br> {<br> "data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br> "password":"<pfx-file-password>"<br>}
3645
+ """
3646
+ pulumi.set(__self__, "certificate_store", certificate_store)
3647
+ pulumi.set(__self__, "certificate_url", certificate_url)
3648
+
3649
+ @property
3650
+ @pulumi.getter(name="certificateStore")
3651
+ def certificate_store(self) -> pulumi.Input[str]:
3652
+ """
3653
+ For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. <br><br>For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted.
3654
+ """
3655
+ return pulumi.get(self, "certificate_store")
3656
+
3657
+ @certificate_store.setter
3658
+ def certificate_store(self, value: pulumi.Input[str]):
3659
+ pulumi.set(self, "certificate_store", value)
3660
+
3661
+ @property
3662
+ @pulumi.getter(name="certificateUrl")
3663
+ def certificate_url(self) -> pulumi.Input[str]:
3664
+ """
3665
+ This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: <br><br> {<br> "data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br> "password":"<pfx-file-password>"<br>}
3666
+ """
3667
+ return pulumi.get(self, "certificate_url")
3668
+
3669
+ @certificate_url.setter
3670
+ def certificate_url(self, value: pulumi.Input[str]):
3671
+ pulumi.set(self, "certificate_url", value)
3672
+
3673
+
3674
+ @pulumi.input_type
3675
+ class VaultSecretGroupArgs:
3676
+ def __init__(__self__, *,
3677
+ source_vault: pulumi.Input['SubResourceArgs'],
3678
+ vault_certificates: pulumi.Input[Sequence[pulumi.Input['VaultCertificateArgs']]]):
3679
+ """
3680
+ Specifies set of certificates that should be installed onto the virtual machines.
3681
+ :param pulumi.Input['SubResourceArgs'] source_vault: The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
3682
+ :param pulumi.Input[Sequence[pulumi.Input['VaultCertificateArgs']]] vault_certificates: The list of key vault references in SourceVault which contain certificates.
3683
+ """
3684
+ pulumi.set(__self__, "source_vault", source_vault)
3685
+ pulumi.set(__self__, "vault_certificates", vault_certificates)
3686
+
3687
+ @property
3688
+ @pulumi.getter(name="sourceVault")
3689
+ def source_vault(self) -> pulumi.Input['SubResourceArgs']:
3690
+ """
3691
+ The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
3692
+ """
3693
+ return pulumi.get(self, "source_vault")
3694
+
3695
+ @source_vault.setter
3696
+ def source_vault(self, value: pulumi.Input['SubResourceArgs']):
3697
+ pulumi.set(self, "source_vault", value)
3698
+
3699
+ @property
3700
+ @pulumi.getter(name="vaultCertificates")
3701
+ def vault_certificates(self) -> pulumi.Input[Sequence[pulumi.Input['VaultCertificateArgs']]]:
3702
+ """
3703
+ The list of key vault references in SourceVault which contain certificates.
3704
+ """
3705
+ return pulumi.get(self, "vault_certificates")
3706
+
3707
+ @vault_certificates.setter
3708
+ def vault_certificates(self, value: pulumi.Input[Sequence[pulumi.Input['VaultCertificateArgs']]]):
3709
+ pulumi.set(self, "vault_certificates", value)
3710
+
3711
+
3712
+ @pulumi.input_type
3713
+ class VmImagePlanArgs:
3714
+ def __init__(__self__, *,
3715
+ name: Optional[pulumi.Input[str]] = None,
3716
+ product: Optional[pulumi.Input[str]] = None,
3717
+ promotion_code: Optional[pulumi.Input[str]] = None,
3718
+ publisher: Optional[pulumi.Input[str]] = None):
3719
+ """
3720
+ Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required information and then click Save.
3721
+ :param pulumi.Input[str] name: The plan ID.
3722
+ :param pulumi.Input[str] product: Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.
3723
+ :param pulumi.Input[str] promotion_code: The promotion code.
3724
+ :param pulumi.Input[str] publisher: The publisher ID.
3725
+ """
3726
+ if name is not None:
3727
+ pulumi.set(__self__, "name", name)
3728
+ if product is not None:
3729
+ pulumi.set(__self__, "product", product)
3730
+ if promotion_code is not None:
3731
+ pulumi.set(__self__, "promotion_code", promotion_code)
3732
+ if publisher is not None:
3733
+ pulumi.set(__self__, "publisher", publisher)
3734
+
3735
+ @property
3736
+ @pulumi.getter
3737
+ def name(self) -> Optional[pulumi.Input[str]]:
3738
+ """
3739
+ The plan ID.
3740
+ """
3741
+ return pulumi.get(self, "name")
3742
+
3743
+ @name.setter
3744
+ def name(self, value: Optional[pulumi.Input[str]]):
3745
+ pulumi.set(self, "name", value)
3746
+
3747
+ @property
3748
+ @pulumi.getter
3749
+ def product(self) -> Optional[pulumi.Input[str]]:
3750
+ """
3751
+ Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.
3752
+ """
3753
+ return pulumi.get(self, "product")
3754
+
3755
+ @product.setter
3756
+ def product(self, value: Optional[pulumi.Input[str]]):
3757
+ pulumi.set(self, "product", value)
3758
+
3759
+ @property
3760
+ @pulumi.getter(name="promotionCode")
3761
+ def promotion_code(self) -> Optional[pulumi.Input[str]]:
3762
+ """
3763
+ The promotion code.
3764
+ """
3765
+ return pulumi.get(self, "promotion_code")
3766
+
3767
+ @promotion_code.setter
3768
+ def promotion_code(self, value: Optional[pulumi.Input[str]]):
3769
+ pulumi.set(self, "promotion_code", value)
3770
+
3771
+ @property
3772
+ @pulumi.getter
3773
+ def publisher(self) -> Optional[pulumi.Input[str]]:
3774
+ """
3775
+ The publisher ID.
3776
+ """
3777
+ return pulumi.get(self, "publisher")
3778
+
3779
+ @publisher.setter
3780
+ def publisher(self, value: Optional[pulumi.Input[str]]):
3781
+ pulumi.set(self, "publisher", value)
3782
+
3783
+
3784
+ @pulumi.input_type
3785
+ class VmManagedIdentityArgs:
3786
+ def __init__(__self__, *,
3787
+ user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
3788
+ """
3789
+ Identities for the virtual machine scale set under the node type.
3790
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The list of user identities associated with the virtual machine scale set under the node type. Each entry will be an ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
3791
+ """
3792
+ if user_assigned_identities is not None:
3793
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
3794
+
3795
+ @property
3796
+ @pulumi.getter(name="userAssignedIdentities")
3797
+ def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3798
+ """
3799
+ The list of user identities associated with the virtual machine scale set under the node type. Each entry will be an ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
3800
+ """
3801
+ return pulumi.get(self, "user_assigned_identities")
3802
+
3803
+ @user_assigned_identities.setter
3804
+ def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
3805
+ pulumi.set(self, "user_assigned_identities", value)
3806
+
3807
+
3808
+ @pulumi.input_type
3809
+ class VmssDataDiskArgs:
3810
+ def __init__(__self__, *,
3811
+ disk_letter: pulumi.Input[str],
3812
+ disk_size_gb: pulumi.Input[int],
3813
+ disk_type: pulumi.Input[Union[str, 'DiskType']],
3814
+ lun: pulumi.Input[int]):
3815
+ """
3816
+ Managed data disk description.
3817
+ :param pulumi.Input[str] disk_letter: Managed data disk letter. It can not use the reserved letter C or D and it can not change after created.
3818
+ :param pulumi.Input[int] disk_size_gb: Disk size for each vm in the node type in GBs.
3819
+ :param pulumi.Input[Union[str, 'DiskType']] disk_type: Managed data disk type. Specifies the storage account type for the managed disk
3820
+ :param pulumi.Input[int] lun: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. Lun 0 is reserved for the service fabric data disk.
3821
+ """
3822
+ pulumi.set(__self__, "disk_letter", disk_letter)
3823
+ pulumi.set(__self__, "disk_size_gb", disk_size_gb)
3824
+ pulumi.set(__self__, "disk_type", disk_type)
3825
+ pulumi.set(__self__, "lun", lun)
3826
+
3827
+ @property
3828
+ @pulumi.getter(name="diskLetter")
3829
+ def disk_letter(self) -> pulumi.Input[str]:
3830
+ """
3831
+ Managed data disk letter. It can not use the reserved letter C or D and it can not change after created.
3832
+ """
3833
+ return pulumi.get(self, "disk_letter")
3834
+
3835
+ @disk_letter.setter
3836
+ def disk_letter(self, value: pulumi.Input[str]):
3837
+ pulumi.set(self, "disk_letter", value)
3838
+
3839
+ @property
3840
+ @pulumi.getter(name="diskSizeGB")
3841
+ def disk_size_gb(self) -> pulumi.Input[int]:
3842
+ """
3843
+ Disk size for each vm in the node type in GBs.
3844
+ """
3845
+ return pulumi.get(self, "disk_size_gb")
3846
+
3847
+ @disk_size_gb.setter
3848
+ def disk_size_gb(self, value: pulumi.Input[int]):
3849
+ pulumi.set(self, "disk_size_gb", value)
3850
+
3851
+ @property
3852
+ @pulumi.getter(name="diskType")
3853
+ def disk_type(self) -> pulumi.Input[Union[str, 'DiskType']]:
3854
+ """
3855
+ Managed data disk type. Specifies the storage account type for the managed disk
3856
+ """
3857
+ return pulumi.get(self, "disk_type")
3858
+
3859
+ @disk_type.setter
3860
+ def disk_type(self, value: pulumi.Input[Union[str, 'DiskType']]):
3861
+ pulumi.set(self, "disk_type", value)
3862
+
3863
+ @property
3864
+ @pulumi.getter
3865
+ def lun(self) -> pulumi.Input[int]:
3866
+ """
3867
+ Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. Lun 0 is reserved for the service fabric data disk.
3868
+ """
3869
+ return pulumi.get(self, "lun")
3870
+
3871
+ @lun.setter
3872
+ def lun(self, value: pulumi.Input[int]):
3873
+ pulumi.set(self, "lun", value)
3874
+
3875
+