pulumi-azure-native 2.43.0a1716382527__py3-none-any.whl → 2.43.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (870) hide show
  1. pulumi_azure_native/__init__.py +165 -24
  2. pulumi_azure_native/azurefleet/__init__.py +23 -0
  3. pulumi_azure_native/azurefleet/_enums.py +373 -0
  4. pulumi_azure_native/azurefleet/_inputs.py +4437 -0
  5. pulumi_azure_native/azurefleet/fleet.py +445 -0
  6. pulumi_azure_native/azurefleet/get_fleet.py +254 -0
  7. pulumi_azure_native/azurefleet/outputs.py +5068 -0
  8. pulumi_azure_native/azurefleet/v20231101preview/__init__.py +12 -0
  9. pulumi_azure_native/azurefleet/v20231101preview/_enums.py +369 -0
  10. pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +4373 -0
  11. pulumi_azure_native/azurefleet/v20231101preview/fleet.py +439 -0
  12. pulumi_azure_native/azurefleet/v20231101preview/get_fleet.py +248 -0
  13. pulumi_azure_native/azurefleet/v20231101preview/outputs.py +5014 -0
  14. pulumi_azure_native/azurefleet/v20240501preview/__init__.py +12 -0
  15. pulumi_azure_native/azurefleet/v20240501preview/_enums.py +373 -0
  16. pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +4437 -0
  17. pulumi_azure_native/azurefleet/v20240501preview/fleet.py +439 -0
  18. pulumi_azure_native/azurefleet/v20240501preview/get_fleet.py +248 -0
  19. pulumi_azure_native/azurefleet/v20240501preview/outputs.py +5068 -0
  20. pulumi_azure_native/cache/__init__.py +6 -0
  21. pulumi_azure_native/cache/access_policy.py +3 -3
  22. pulumi_azure_native/cache/access_policy_assignment.py +3 -3
  23. pulumi_azure_native/cache/database.py +3 -3
  24. pulumi_azure_native/cache/enterprise_private_endpoint_connection.py +3 -3
  25. pulumi_azure_native/cache/firewall_rule.py +3 -3
  26. pulumi_azure_native/cache/get_access_policy.py +2 -2
  27. pulumi_azure_native/cache/get_access_policy_assignment.py +2 -2
  28. pulumi_azure_native/cache/get_database.py +2 -2
  29. pulumi_azure_native/cache/get_enterprise_private_endpoint_connection.py +2 -2
  30. pulumi_azure_native/cache/get_firewall_rule.py +2 -2
  31. pulumi_azure_native/cache/get_linked_server.py +2 -2
  32. pulumi_azure_native/cache/get_patch_schedule.py +2 -2
  33. pulumi_azure_native/cache/get_private_endpoint_connection.py +2 -2
  34. pulumi_azure_native/cache/get_redis.py +2 -2
  35. pulumi_azure_native/cache/get_redis_enterprise.py +2 -2
  36. pulumi_azure_native/cache/linked_server.py +3 -3
  37. pulumi_azure_native/cache/list_database_keys.py +2 -2
  38. pulumi_azure_native/cache/list_redis_keys.py +2 -2
  39. pulumi_azure_native/cache/patch_schedule.py +3 -3
  40. pulumi_azure_native/cache/private_endpoint_connection.py +3 -3
  41. pulumi_azure_native/cache/redis.py +3 -3
  42. pulumi_azure_native/cache/redis_enterprise.py +3 -3
  43. pulumi_azure_native/cache/v20200601/redis.py +1 -1
  44. pulumi_azure_native/cache/v20201001preview/redis_enterprise.py +1 -1
  45. pulumi_azure_native/cache/v20230301preview/database.py +1 -1
  46. pulumi_azure_native/cache/v20230301preview/enterprise_private_endpoint_connection.py +1 -1
  47. pulumi_azure_native/cache/v20230301preview/redis_enterprise.py +1 -1
  48. pulumi_azure_native/cache/v20230401/firewall_rule.py +1 -1
  49. pulumi_azure_native/cache/v20230401/linked_server.py +1 -1
  50. pulumi_azure_native/cache/v20230401/patch_schedule.py +1 -1
  51. pulumi_azure_native/cache/v20230401/private_endpoint_connection.py +1 -1
  52. pulumi_azure_native/cache/v20230401/redis.py +1 -1
  53. pulumi_azure_native/cache/v20230501preview/access_policy.py +1 -1
  54. pulumi_azure_native/cache/v20230501preview/access_policy_assignment.py +1 -1
  55. pulumi_azure_native/cache/v20230501preview/firewall_rule.py +1 -1
  56. pulumi_azure_native/cache/v20230501preview/linked_server.py +1 -1
  57. pulumi_azure_native/cache/v20230501preview/patch_schedule.py +1 -1
  58. pulumi_azure_native/cache/v20230501preview/private_endpoint_connection.py +1 -1
  59. pulumi_azure_native/cache/v20230501preview/redis.py +1 -1
  60. pulumi_azure_native/cache/v20230701/database.py +1 -1
  61. pulumi_azure_native/cache/v20230701/enterprise_private_endpoint_connection.py +1 -1
  62. pulumi_azure_native/cache/v20230701/redis_enterprise.py +1 -1
  63. pulumi_azure_native/cache/v20230801/access_policy.py +1 -1
  64. pulumi_azure_native/cache/v20230801/access_policy_assignment.py +1 -1
  65. pulumi_azure_native/cache/v20230801/firewall_rule.py +1 -1
  66. pulumi_azure_native/cache/v20230801/linked_server.py +1 -1
  67. pulumi_azure_native/cache/v20230801/patch_schedule.py +1 -1
  68. pulumi_azure_native/cache/v20230801/private_endpoint_connection.py +1 -1
  69. pulumi_azure_native/cache/v20230801/redis.py +1 -1
  70. pulumi_azure_native/cache/v20230801preview/database.py +1 -1
  71. pulumi_azure_native/cache/v20230801preview/enterprise_private_endpoint_connection.py +1 -1
  72. pulumi_azure_native/cache/v20230801preview/redis_enterprise.py +1 -1
  73. pulumi_azure_native/cache/v20231001preview/database.py +1 -1
  74. pulumi_azure_native/cache/v20231001preview/enterprise_private_endpoint_connection.py +1 -1
  75. pulumi_azure_native/cache/v20231001preview/redis_enterprise.py +1 -1
  76. pulumi_azure_native/cache/v20231101/database.py +1 -1
  77. pulumi_azure_native/cache/v20231101/enterprise_private_endpoint_connection.py +1 -1
  78. pulumi_azure_native/cache/v20231101/redis_enterprise.py +1 -1
  79. pulumi_azure_native/cache/v20240201/database.py +1 -1
  80. pulumi_azure_native/cache/v20240201/enterprise_private_endpoint_connection.py +1 -1
  81. pulumi_azure_native/cache/v20240201/redis_enterprise.py +1 -1
  82. pulumi_azure_native/cache/v20240301/access_policy.py +1 -1
  83. pulumi_azure_native/cache/v20240301/access_policy_assignment.py +1 -1
  84. pulumi_azure_native/cache/v20240301/firewall_rule.py +1 -1
  85. pulumi_azure_native/cache/v20240301/linked_server.py +1 -1
  86. pulumi_azure_native/cache/v20240301/patch_schedule.py +1 -1
  87. pulumi_azure_native/cache/v20240301/private_endpoint_connection.py +1 -1
  88. pulumi_azure_native/cache/v20240301/redis.py +1 -1
  89. pulumi_azure_native/cache/v20240301preview/database.py +1 -1
  90. pulumi_azure_native/cache/v20240301preview/enterprise_private_endpoint_connection.py +1 -1
  91. pulumi_azure_native/cache/v20240301preview/redis_enterprise.py +1 -1
  92. pulumi_azure_native/cache/v20240401preview/__init__.py +25 -0
  93. pulumi_azure_native/cache/v20240401preview/_enums.py +111 -0
  94. pulumi_azure_native/cache/v20240401preview/_inputs.py +486 -0
  95. pulumi_azure_native/cache/v20240401preview/access_policy.py +214 -0
  96. pulumi_azure_native/cache/v20240401preview/access_policy_assignment.py +274 -0
  97. pulumi_azure_native/cache/v20240401preview/firewall_rule.py +234 -0
  98. pulumi_azure_native/cache/v20240401preview/get_access_policy.py +135 -0
  99. pulumi_azure_native/cache/v20240401preview/get_access_policy_assignment.py +161 -0
  100. pulumi_azure_native/cache/v20240401preview/get_firewall_rule.py +135 -0
  101. pulumi_azure_native/cache/v20240401preview/get_linked_server.py +187 -0
  102. pulumi_azure_native/cache/v20240401preview/get_patch_schedule.py +136 -0
  103. pulumi_azure_native/cache/v20240401preview/get_private_endpoint_connection.py +149 -0
  104. pulumi_azure_native/cache/v20240401preview/get_redis.py +456 -0
  105. pulumi_azure_native/cache/v20240401preview/linked_server.py +294 -0
  106. pulumi_azure_native/cache/v20240401preview/list_redis_keys.py +91 -0
  107. pulumi_azure_native/cache/v20240401preview/outputs.py +912 -0
  108. pulumi_azure_native/cache/v20240401preview/patch_schedule.py +216 -0
  109. pulumi_azure_native/cache/v20240401preview/private_endpoint_connection.py +227 -0
  110. pulumi_azure_native/cache/v20240401preview/redis.py +799 -0
  111. pulumi_azure_native/cache/v20240601preview/__init__.py +17 -0
  112. pulumi_azure_native/cache/v20240601preview/_enums.py +125 -0
  113. pulumi_azure_native/cache/v20240601preview/_inputs.py +438 -0
  114. pulumi_azure_native/cache/v20240601preview/database.py +439 -0
  115. pulumi_azure_native/cache/v20240601preview/enterprise_private_endpoint_connection.py +227 -0
  116. pulumi_azure_native/cache/v20240601preview/get_database.py +253 -0
  117. pulumi_azure_native/cache/v20240601preview/get_enterprise_private_endpoint_connection.py +149 -0
  118. pulumi_azure_native/cache/v20240601preview/get_redis_enterprise.py +261 -0
  119. pulumi_azure_native/cache/v20240601preview/list_database_keys.py +96 -0
  120. pulumi_azure_native/cache/v20240601preview/outputs.py +740 -0
  121. pulumi_azure_native/cache/v20240601preview/redis_enterprise.py +410 -0
  122. pulumi_azure_native/datafactory/_inputs.py +16 -0
  123. pulumi_azure_native/datafactory/outputs.py +12 -0
  124. pulumi_azure_native/datafactory/v20180601/_inputs.py +16 -0
  125. pulumi_azure_native/datafactory/v20180601/outputs.py +12 -0
  126. pulumi_azure_native/dbformysql/__init__.py +3 -0
  127. pulumi_azure_native/dbformysql/get_server.py +2 -2
  128. pulumi_azure_native/dbformysql/server.py +3 -3
  129. pulumi_azure_native/dbformysql/v20200701preview/server.py +1 -1
  130. pulumi_azure_native/dbformysql/v20200701privatepreview/server.py +1 -1
  131. pulumi_azure_native/dbformysql/v20220101/server.py +1 -1
  132. pulumi_azure_native/dbformysql/v20220930preview/server.py +1 -1
  133. pulumi_azure_native/dbformysql/v20230601preview/server.py +1 -1
  134. pulumi_azure_native/dbformysql/v20230630/server.py +1 -1
  135. pulumi_azure_native/dbformysql/v20231001preview/server.py +1 -1
  136. pulumi_azure_native/dbformysql/v20231201preview/server.py +1 -1
  137. pulumi_azure_native/dbformysql/v20231230/server.py +1 -1
  138. pulumi_azure_native/dbformysql/v20240201preview/__init__.py +12 -0
  139. pulumi_azure_native/dbformysql/v20240201preview/_enums.py +101 -0
  140. pulumi_azure_native/dbformysql/v20240201preview/_inputs.py +600 -0
  141. pulumi_azure_native/dbformysql/v20240201preview/get_server.py +378 -0
  142. pulumi_azure_native/dbformysql/v20240201preview/outputs.py +1101 -0
  143. pulumi_azure_native/dbformysql/v20240201preview/server.py +730 -0
  144. pulumi_azure_native/documentdb/__init__.py +3 -0
  145. pulumi_azure_native/documentdb/cassandra_cluster.py +3 -3
  146. pulumi_azure_native/documentdb/cassandra_data_center.py +3 -3
  147. pulumi_azure_native/documentdb/cassandra_resource_cassandra_keyspace.py +3 -3
  148. pulumi_azure_native/documentdb/cassandra_resource_cassandra_table.py +3 -3
  149. pulumi_azure_native/documentdb/cassandra_resource_cassandra_view.py +3 -3
  150. pulumi_azure_native/documentdb/database_account.py +3 -3
  151. pulumi_azure_native/documentdb/get_cassandra_cluster.py +2 -2
  152. pulumi_azure_native/documentdb/get_cassandra_data_center.py +2 -2
  153. pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_keyspace.py +2 -2
  154. pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_table.py +2 -2
  155. pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_view.py +2 -2
  156. pulumi_azure_native/documentdb/get_database_account.py +2 -2
  157. pulumi_azure_native/documentdb/get_graph_resource_graph.py +2 -2
  158. pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_database.py +2 -2
  159. pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_graph.py +2 -2
  160. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_collection.py +2 -2
  161. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_database.py +2 -2
  162. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_role_definition.py +2 -2
  163. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_user_definition.py +2 -2
  164. pulumi_azure_native/documentdb/get_notebook_workspace.py +2 -2
  165. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  166. pulumi_azure_native/documentdb/get_service.py +2 -2
  167. pulumi_azure_native/documentdb/get_sql_resource_sql_container.py +2 -2
  168. pulumi_azure_native/documentdb/get_sql_resource_sql_database.py +2 -2
  169. pulumi_azure_native/documentdb/get_sql_resource_sql_role_assignment.py +2 -2
  170. pulumi_azure_native/documentdb/get_sql_resource_sql_role_definition.py +2 -2
  171. pulumi_azure_native/documentdb/get_sql_resource_sql_stored_procedure.py +2 -2
  172. pulumi_azure_native/documentdb/get_sql_resource_sql_trigger.py +2 -2
  173. pulumi_azure_native/documentdb/get_sql_resource_sql_user_defined_function.py +2 -2
  174. pulumi_azure_native/documentdb/get_table_resource_table.py +2 -2
  175. pulumi_azure_native/documentdb/get_throughput_pool.py +2 -2
  176. pulumi_azure_native/documentdb/get_throughput_pool_account.py +2 -2
  177. pulumi_azure_native/documentdb/graph_resource_graph.py +3 -3
  178. pulumi_azure_native/documentdb/gremlin_resource_gremlin_database.py +3 -3
  179. pulumi_azure_native/documentdb/gremlin_resource_gremlin_graph.py +3 -3
  180. pulumi_azure_native/documentdb/list_database_account_connection_strings.py +2 -2
  181. pulumi_azure_native/documentdb/list_database_account_keys.py +2 -2
  182. pulumi_azure_native/documentdb/list_notebook_workspace_connection_info.py +2 -2
  183. pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_collection.py +3 -3
  184. pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_database.py +3 -3
  185. pulumi_azure_native/documentdb/mongo_db_resource_mongo_role_definition.py +3 -3
  186. pulumi_azure_native/documentdb/mongo_db_resource_mongo_user_definition.py +3 -3
  187. pulumi_azure_native/documentdb/notebook_workspace.py +3 -3
  188. pulumi_azure_native/documentdb/private_endpoint_connection.py +3 -3
  189. pulumi_azure_native/documentdb/service.py +3 -3
  190. pulumi_azure_native/documentdb/sql_resource_sql_container.py +3 -3
  191. pulumi_azure_native/documentdb/sql_resource_sql_database.py +3 -3
  192. pulumi_azure_native/documentdb/sql_resource_sql_role_assignment.py +3 -3
  193. pulumi_azure_native/documentdb/sql_resource_sql_role_definition.py +3 -3
  194. pulumi_azure_native/documentdb/sql_resource_sql_stored_procedure.py +3 -3
  195. pulumi_azure_native/documentdb/sql_resource_sql_trigger.py +3 -3
  196. pulumi_azure_native/documentdb/sql_resource_sql_user_defined_function.py +3 -3
  197. pulumi_azure_native/documentdb/table_resource_table.py +3 -3
  198. pulumi_azure_native/documentdb/throughput_pool.py +3 -3
  199. pulumi_azure_native/documentdb/throughput_pool_account.py +3 -3
  200. pulumi_azure_native/documentdb/v20210401preview/database_account.py +1 -1
  201. pulumi_azure_native/documentdb/v20210701preview/cassandra_cluster.py +1 -1
  202. pulumi_azure_native/documentdb/v20230301preview/mongo_db_resource_mongo_role_definition.py +1 -1
  203. pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_keyspace.py +1 -1
  204. pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_table.py +1 -1
  205. pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_view.py +1 -1
  206. pulumi_azure_native/documentdb/v20230315preview/database_account.py +1 -1
  207. pulumi_azure_native/documentdb/v20230315preview/graph_resource_graph.py +1 -1
  208. pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_database.py +1 -1
  209. pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_graph.py +1 -1
  210. pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_collection.py +1 -1
  211. pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_database.py +1 -1
  212. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_container.py +1 -1
  213. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_database.py +1 -1
  214. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_stored_procedure.py +1 -1
  215. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_trigger.py +1 -1
  216. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_user_defined_function.py +1 -1
  217. pulumi_azure_native/documentdb/v20230315preview/table_resource_table.py +1 -1
  218. pulumi_azure_native/documentdb/v20230415/cassandra_cluster.py +1 -1
  219. pulumi_azure_native/documentdb/v20230415/cassandra_data_center.py +1 -1
  220. pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_keyspace.py +1 -1
  221. pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_table.py +1 -1
  222. pulumi_azure_native/documentdb/v20230415/database_account.py +1 -1
  223. pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_database.py +1 -1
  224. pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_graph.py +1 -1
  225. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_collection.py +1 -1
  226. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_database.py +1 -1
  227. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_role_definition.py +1 -1
  228. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_user_definition.py +1 -1
  229. pulumi_azure_native/documentdb/v20230415/notebook_workspace.py +1 -1
  230. pulumi_azure_native/documentdb/v20230415/private_endpoint_connection.py +1 -1
  231. pulumi_azure_native/documentdb/v20230415/service.py +1 -1
  232. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_container.py +1 -1
  233. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_database.py +1 -1
  234. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_assignment.py +1 -1
  235. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_definition.py +1 -1
  236. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_stored_procedure.py +1 -1
  237. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_trigger.py +1 -1
  238. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_user_defined_function.py +1 -1
  239. pulumi_azure_native/documentdb/v20230415/table_resource_table.py +1 -1
  240. pulumi_azure_native/documentdb/v20230915/cassandra_cluster.py +1 -1
  241. pulumi_azure_native/documentdb/v20230915/cassandra_data_center.py +1 -1
  242. pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_keyspace.py +1 -1
  243. pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_table.py +1 -1
  244. pulumi_azure_native/documentdb/v20230915/database_account.py +1 -1
  245. pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_database.py +1 -1
  246. pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_graph.py +1 -1
  247. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_collection.py +1 -1
  248. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_database.py +1 -1
  249. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_role_definition.py +1 -1
  250. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_user_definition.py +1 -1
  251. pulumi_azure_native/documentdb/v20230915/notebook_workspace.py +1 -1
  252. pulumi_azure_native/documentdb/v20230915/private_endpoint_connection.py +1 -1
  253. pulumi_azure_native/documentdb/v20230915/service.py +1 -1
  254. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_container.py +1 -1
  255. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_database.py +1 -1
  256. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_assignment.py +1 -1
  257. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_definition.py +1 -1
  258. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_stored_procedure.py +1 -1
  259. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_trigger.py +1 -1
  260. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_user_defined_function.py +1 -1
  261. pulumi_azure_native/documentdb/v20230915/table_resource_table.py +1 -1
  262. pulumi_azure_native/documentdb/v20230915preview/cassandra_cluster.py +1 -1
  263. pulumi_azure_native/documentdb/v20230915preview/cassandra_data_center.py +1 -1
  264. pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_keyspace.py +1 -1
  265. pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_table.py +1 -1
  266. pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_view.py +1 -1
  267. pulumi_azure_native/documentdb/v20230915preview/database_account.py +1 -1
  268. pulumi_azure_native/documentdb/v20230915preview/graph_resource_graph.py +1 -1
  269. pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_database.py +1 -1
  270. pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_graph.py +1 -1
  271. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_collection.py +1 -1
  272. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_database.py +1 -1
  273. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_role_definition.py +1 -1
  274. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_user_definition.py +1 -1
  275. pulumi_azure_native/documentdb/v20230915preview/notebook_workspace.py +1 -1
  276. pulumi_azure_native/documentdb/v20230915preview/private_endpoint_connection.py +1 -1
  277. pulumi_azure_native/documentdb/v20230915preview/service.py +1 -1
  278. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_container.py +1 -1
  279. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_database.py +1 -1
  280. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_assignment.py +1 -1
  281. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_definition.py +1 -1
  282. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_stored_procedure.py +1 -1
  283. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_trigger.py +1 -1
  284. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_user_defined_function.py +1 -1
  285. pulumi_azure_native/documentdb/v20230915preview/table_resource_table.py +1 -1
  286. pulumi_azure_native/documentdb/v20231115/cassandra_cluster.py +1 -1
  287. pulumi_azure_native/documentdb/v20231115/cassandra_data_center.py +1 -1
  288. pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_keyspace.py +1 -1
  289. pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_table.py +1 -1
  290. pulumi_azure_native/documentdb/v20231115/database_account.py +1 -1
  291. pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_database.py +1 -1
  292. pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_graph.py +1 -1
  293. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_collection.py +1 -1
  294. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_database.py +1 -1
  295. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_role_definition.py +1 -1
  296. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_user_definition.py +1 -1
  297. pulumi_azure_native/documentdb/v20231115/notebook_workspace.py +1 -1
  298. pulumi_azure_native/documentdb/v20231115/private_endpoint_connection.py +1 -1
  299. pulumi_azure_native/documentdb/v20231115/service.py +1 -1
  300. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_container.py +1 -1
  301. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_database.py +1 -1
  302. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_assignment.py +1 -1
  303. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_definition.py +1 -1
  304. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_stored_procedure.py +1 -1
  305. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_trigger.py +1 -1
  306. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_user_defined_function.py +1 -1
  307. pulumi_azure_native/documentdb/v20231115/table_resource_table.py +1 -1
  308. pulumi_azure_native/documentdb/v20231115preview/cassandra_cluster.py +1 -1
  309. pulumi_azure_native/documentdb/v20231115preview/cassandra_data_center.py +1 -1
  310. pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_keyspace.py +1 -1
  311. pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_table.py +1 -1
  312. pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_view.py +1 -1
  313. pulumi_azure_native/documentdb/v20231115preview/database_account.py +1 -1
  314. pulumi_azure_native/documentdb/v20231115preview/graph_resource_graph.py +1 -1
  315. pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_database.py +1 -1
  316. pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_graph.py +1 -1
  317. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_collection.py +1 -1
  318. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_database.py +1 -1
  319. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_role_definition.py +1 -1
  320. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_user_definition.py +1 -1
  321. pulumi_azure_native/documentdb/v20231115preview/notebook_workspace.py +1 -1
  322. pulumi_azure_native/documentdb/v20231115preview/private_endpoint_connection.py +1 -1
  323. pulumi_azure_native/documentdb/v20231115preview/service.py +1 -1
  324. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_container.py +1 -1
  325. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_database.py +1 -1
  326. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_assignment.py +1 -1
  327. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_definition.py +1 -1
  328. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_stored_procedure.py +1 -1
  329. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_trigger.py +1 -1
  330. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_user_defined_function.py +1 -1
  331. pulumi_azure_native/documentdb/v20231115preview/table_resource_table.py +1 -1
  332. pulumi_azure_native/documentdb/v20231115preview/throughput_pool.py +1 -1
  333. pulumi_azure_native/documentdb/v20231115preview/throughput_pool_account.py +1 -1
  334. pulumi_azure_native/documentdb/v20240215preview/cassandra_cluster.py +1 -1
  335. pulumi_azure_native/documentdb/v20240215preview/cassandra_data_center.py +1 -1
  336. pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_keyspace.py +1 -1
  337. pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_table.py +1 -1
  338. pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_view.py +1 -1
  339. pulumi_azure_native/documentdb/v20240215preview/database_account.py +1 -1
  340. pulumi_azure_native/documentdb/v20240215preview/graph_resource_graph.py +1 -1
  341. pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_database.py +1 -1
  342. pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_graph.py +1 -1
  343. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_collection.py +1 -1
  344. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_database.py +1 -1
  345. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_role_definition.py +1 -1
  346. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_user_definition.py +1 -1
  347. pulumi_azure_native/documentdb/v20240215preview/notebook_workspace.py +1 -1
  348. pulumi_azure_native/documentdb/v20240215preview/private_endpoint_connection.py +1 -1
  349. pulumi_azure_native/documentdb/v20240215preview/service.py +1 -1
  350. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_container.py +1 -1
  351. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_database.py +1 -1
  352. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_assignment.py +1 -1
  353. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_definition.py +1 -1
  354. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_stored_procedure.py +1 -1
  355. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_trigger.py +1 -1
  356. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_user_defined_function.py +1 -1
  357. pulumi_azure_native/documentdb/v20240215preview/table_resource_table.py +1 -1
  358. pulumi_azure_native/documentdb/v20240215preview/throughput_pool.py +1 -1
  359. pulumi_azure_native/documentdb/v20240215preview/throughput_pool_account.py +1 -1
  360. pulumi_azure_native/documentdb/v20240515/cassandra_cluster.py +1 -1
  361. pulumi_azure_native/documentdb/v20240515/cassandra_data_center.py +1 -1
  362. pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_keyspace.py +1 -1
  363. pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_table.py +1 -1
  364. pulumi_azure_native/documentdb/v20240515/database_account.py +1 -1
  365. pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_database.py +1 -1
  366. pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_graph.py +1 -1
  367. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_collection.py +1 -1
  368. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_database.py +1 -1
  369. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_role_definition.py +1 -1
  370. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_user_definition.py +1 -1
  371. pulumi_azure_native/documentdb/v20240515/notebook_workspace.py +1 -1
  372. pulumi_azure_native/documentdb/v20240515/private_endpoint_connection.py +1 -1
  373. pulumi_azure_native/documentdb/v20240515/service.py +1 -1
  374. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_container.py +1 -1
  375. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_database.py +1 -1
  376. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_assignment.py +1 -1
  377. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_definition.py +1 -1
  378. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_stored_procedure.py +1 -1
  379. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_trigger.py +1 -1
  380. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_user_defined_function.py +1 -1
  381. pulumi_azure_native/documentdb/v20240515/table_resource_table.py +1 -1
  382. pulumi_azure_native/documentdb/v20240515preview/__init__.py +65 -0
  383. pulumi_azure_native/documentdb/v20240515preview/_enums.py +395 -0
  384. pulumi_azure_native/documentdb/v20240515preview/_inputs.py +4164 -0
  385. pulumi_azure_native/documentdb/v20240515preview/cassandra_cluster.py +272 -0
  386. pulumi_azure_native/documentdb/v20240515preview/cassandra_data_center.py +206 -0
  387. pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_keyspace.py +317 -0
  388. pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_table.py +338 -0
  389. pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_view.py +338 -0
  390. pulumi_azure_native/documentdb/v20240515preview/database_account.py +1455 -0
  391. pulumi_azure_native/documentdb/v20240515preview/get_cassandra_cluster.py +157 -0
  392. pulumi_azure_native/documentdb/v20240515preview/get_cassandra_data_center.py +123 -0
  393. pulumi_azure_native/documentdb/v20240515preview/get_cassandra_resource_cassandra_keyspace.py +169 -0
  394. pulumi_azure_native/documentdb/v20240515preview/get_cassandra_resource_cassandra_table.py +174 -0
  395. pulumi_azure_native/documentdb/v20240515preview/get_cassandra_resource_cassandra_view.py +174 -0
  396. pulumi_azure_native/documentdb/v20240515preview/get_database_account.py +768 -0
  397. pulumi_azure_native/documentdb/v20240515preview/get_graph_resource_graph.py +169 -0
  398. pulumi_azure_native/documentdb/v20240515preview/get_gremlin_resource_gremlin_database.py +169 -0
  399. pulumi_azure_native/documentdb/v20240515preview/get_gremlin_resource_gremlin_graph.py +174 -0
  400. pulumi_azure_native/documentdb/v20240515preview/get_mongo_db_resource_mongo_db_collection.py +174 -0
  401. pulumi_azure_native/documentdb/v20240515preview/get_mongo_db_resource_mongo_db_database.py +169 -0
  402. pulumi_azure_native/documentdb/v20240515preview/get_mongo_db_resource_mongo_role_definition.py +162 -0
  403. pulumi_azure_native/documentdb/v20240515preview/get_mongo_db_resource_mongo_user_definition.py +188 -0
  404. pulumi_azure_native/documentdb/v20240515preview/get_notebook_workspace.py +135 -0
  405. pulumi_azure_native/documentdb/v20240515preview/get_private_endpoint_connection.py +175 -0
  406. pulumi_azure_native/documentdb/v20240515preview/get_service.py +123 -0
  407. pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_container.py +174 -0
  408. pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_database.py +169 -0
  409. pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_role_assignment.py +148 -0
  410. pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_role_definition.py +149 -0
  411. pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_stored_procedure.py +169 -0
  412. pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_trigger.py +169 -0
  413. pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_user_defined_function.py +169 -0
  414. pulumi_azure_native/documentdb/v20240515preview/get_table_resource_table.py +169 -0
  415. pulumi_azure_native/documentdb/v20240515preview/get_throughput_pool.py +170 -0
  416. pulumi_azure_native/documentdb/v20240515preview/get_throughput_pool_account.py +175 -0
  417. pulumi_azure_native/documentdb/v20240515preview/graph_resource_graph.py +317 -0
  418. pulumi_azure_native/documentdb/v20240515preview/gremlin_resource_gremlin_database.py +317 -0
  419. pulumi_azure_native/documentdb/v20240515preview/gremlin_resource_gremlin_graph.py +338 -0
  420. pulumi_azure_native/documentdb/v20240515preview/list_database_account_connection_strings.py +79 -0
  421. pulumi_azure_native/documentdb/v20240515preview/list_database_account_keys.py +117 -0
  422. pulumi_azure_native/documentdb/v20240515preview/list_notebook_workspace_connection_info.py +96 -0
  423. pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_db_collection.py +338 -0
  424. pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_db_database.py +317 -0
  425. pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_role_definition.py +312 -0
  426. pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_user_definition.py +350 -0
  427. pulumi_azure_native/documentdb/v20240515preview/notebook_workspace.py +194 -0
  428. pulumi_azure_native/documentdb/v20240515preview/outputs.py +6884 -0
  429. pulumi_azure_native/documentdb/v20240515preview/private_endpoint_connection.py +302 -0
  430. pulumi_azure_native/documentdb/v20240515preview/service.py +247 -0
  431. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_container.py +338 -0
  432. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_database.py +317 -0
  433. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_role_assignment.py +261 -0
  434. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_role_definition.py +283 -0
  435. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_stored_procedure.py +353 -0
  436. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_trigger.py +353 -0
  437. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_user_defined_function.py +353 -0
  438. pulumi_azure_native/documentdb/v20240515preview/table_resource_table.py +317 -0
  439. pulumi_azure_native/documentdb/v20240515preview/throughput_pool.py +261 -0
  440. pulumi_azure_native/documentdb/v20240515preview/throughput_pool_account.py +263 -0
  441. pulumi_azure_native/elastic/__init__.py +5 -0
  442. pulumi_azure_native/elastic/_enums.py +23 -0
  443. pulumi_azure_native/elastic/_inputs.py +114 -0
  444. pulumi_azure_native/elastic/get_billing_info.py +2 -2
  445. pulumi_azure_native/elastic/get_monitor.py +2 -2
  446. pulumi_azure_native/elastic/get_monitored_subscription.py +125 -0
  447. pulumi_azure_native/elastic/get_open_ai.py +2 -2
  448. pulumi_azure_native/elastic/get_open_ai_status.py +2 -2
  449. pulumi_azure_native/elastic/get_organization_api_key.py +2 -2
  450. pulumi_azure_native/elastic/get_organization_elastic_to_azure_subscription_mapping.py +2 -2
  451. pulumi_azure_native/elastic/get_tag_rule.py +2 -2
  452. pulumi_azure_native/elastic/list_all_traffic_filter.py +2 -2
  453. pulumi_azure_native/elastic/list_connected_partner_resource.py +2 -2
  454. pulumi_azure_native/elastic/list_deployment_info.py +2 -2
  455. pulumi_azure_native/elastic/list_monitored_resource.py +2 -2
  456. pulumi_azure_native/elastic/list_upgradable_version_details.py +2 -2
  457. pulumi_azure_native/elastic/list_vm_host.py +2 -2
  458. pulumi_azure_native/elastic/listlist_associated_traffic_filter.py +2 -2
  459. pulumi_azure_native/elastic/monitor.py +3 -3
  460. pulumi_azure_native/elastic/monitored_subscription.py +208 -0
  461. pulumi_azure_native/elastic/open_ai.py +3 -3
  462. pulumi_azure_native/elastic/outputs.py +133 -0
  463. pulumi_azure_native/elastic/tag_rule.py +3 -3
  464. pulumi_azure_native/elastic/v20230601/monitor.py +1 -1
  465. pulumi_azure_native/elastic/v20230601/tag_rule.py +1 -1
  466. pulumi_azure_native/elastic/v20230615preview/monitor.py +1 -1
  467. pulumi_azure_native/elastic/v20230615preview/tag_rule.py +1 -1
  468. pulumi_azure_native/elastic/v20230701preview/monitor.py +1 -1
  469. pulumi_azure_native/elastic/v20230701preview/tag_rule.py +1 -1
  470. pulumi_azure_native/elastic/v20231001preview/monitor.py +1 -1
  471. pulumi_azure_native/elastic/v20231001preview/tag_rule.py +1 -1
  472. pulumi_azure_native/elastic/v20231101preview/monitor.py +1 -1
  473. pulumi_azure_native/elastic/v20231101preview/tag_rule.py +1 -1
  474. pulumi_azure_native/elastic/v20240101preview/monitor.py +1 -1
  475. pulumi_azure_native/elastic/v20240101preview/open_ai.py +1 -1
  476. pulumi_azure_native/elastic/v20240101preview/tag_rule.py +1 -1
  477. pulumi_azure_native/elastic/v20240301/monitor.py +1 -1
  478. pulumi_azure_native/elastic/v20240301/open_ai.py +1 -1
  479. pulumi_azure_native/elastic/v20240301/tag_rule.py +1 -1
  480. pulumi_azure_native/elastic/v20240501preview/__init__.py +29 -0
  481. pulumi_azure_native/elastic/v20240501preview/_enums.py +57 -0
  482. pulumi_azure_native/elastic/v20240501preview/_inputs.py +826 -0
  483. pulumi_azure_native/elastic/v20240501preview/get_billing_info.py +92 -0
  484. pulumi_azure_native/elastic/v20240501preview/get_monitor.py +183 -0
  485. pulumi_azure_native/elastic/v20240501preview/get_monitored_subscription.py +123 -0
  486. pulumi_azure_native/elastic/v20240501preview/get_open_ai.py +123 -0
  487. pulumi_azure_native/elastic/v20240501preview/get_open_ai_status.py +84 -0
  488. pulumi_azure_native/elastic/v20240501preview/get_organization_api_key.py +71 -0
  489. pulumi_azure_native/elastic/v20240501preview/get_organization_elastic_to_azure_subscription_mapping.py +65 -0
  490. pulumi_azure_native/elastic/v20240501preview/get_tag_rule.py +136 -0
  491. pulumi_azure_native/elastic/v20240501preview/list_all_traffic_filter.py +79 -0
  492. pulumi_azure_native/elastic/v20240501preview/list_connected_partner_resource.py +92 -0
  493. pulumi_azure_native/elastic/v20240501preview/list_deployment_info.py +157 -0
  494. pulumi_azure_native/elastic/v20240501preview/list_monitored_resource.py +92 -0
  495. pulumi_azure_native/elastic/v20240501preview/list_upgradable_version_details.py +91 -0
  496. pulumi_azure_native/elastic/v20240501preview/list_vm_host.py +92 -0
  497. pulumi_azure_native/elastic/v20240501preview/listlist_associated_traffic_filter.py +79 -0
  498. pulumi_azure_native/elastic/v20240501preview/monitor.py +311 -0
  499. pulumi_azure_native/elastic/v20240501preview/monitored_subscription.py +206 -0
  500. pulumi_azure_native/elastic/v20240501preview/open_ai.py +205 -0
  501. pulumi_azure_native/elastic/v20240501preview/outputs.py +1728 -0
  502. pulumi_azure_native/elastic/v20240501preview/tag_rule.py +216 -0
  503. pulumi_azure_native/hdinsight/v20240501/_inputs.py +34 -2
  504. pulumi_azure_native/hdinsight/v20240501/outputs.py +45 -2
  505. pulumi_azure_native/integrationspaces/_inputs.py +20 -16
  506. pulumi_azure_native/integrationspaces/application.py +18 -19
  507. pulumi_azure_native/integrationspaces/get_application.py +1 -1
  508. pulumi_azure_native/integrationspaces/outputs.py +16 -12
  509. pulumi_azure_native/integrationspaces/v20231114preview/_inputs.py +20 -16
  510. pulumi_azure_native/integrationspaces/v20231114preview/application.py +18 -19
  511. pulumi_azure_native/integrationspaces/v20231114preview/get_application.py +1 -1
  512. pulumi_azure_native/integrationspaces/v20231114preview/outputs.py +16 -12
  513. pulumi_azure_native/machinelearningservices/get_marketplace_subscription.py +2 -2
  514. pulumi_azure_native/machinelearningservices/get_serverless_endpoint.py +2 -2
  515. pulumi_azure_native/machinelearningservices/list_serverless_endpoint_keys.py +2 -2
  516. pulumi_azure_native/machinelearningservices/marketplace_subscription.py +3 -3
  517. pulumi_azure_native/machinelearningservices/serverless_endpoint.py +3 -3
  518. pulumi_azure_native/machinelearningservices/v20230801preview/serverless_endpoint.py +1 -1
  519. pulumi_azure_native/machinelearningservices/v20240101preview/marketplace_subscription.py +1 -1
  520. pulumi_azure_native/machinelearningservices/v20240101preview/serverless_endpoint.py +1 -1
  521. pulumi_azure_native/machinelearningservices/v20240401/__init__.py +5 -0
  522. pulumi_azure_native/machinelearningservices/v20240401/_enums.py +17 -0
  523. pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +125 -0
  524. pulumi_azure_native/machinelearningservices/v20240401/get_marketplace_subscription.py +136 -0
  525. pulumi_azure_native/machinelearningservices/v20240401/get_serverless_endpoint.py +196 -0
  526. pulumi_azure_native/machinelearningservices/v20240401/list_serverless_endpoint_keys.py +96 -0
  527. pulumi_azure_native/machinelearningservices/v20240401/marketplace_subscription.py +215 -0
  528. pulumi_azure_native/machinelearningservices/v20240401/outputs.py +356 -0
  529. pulumi_azure_native/machinelearningservices/v20240401/serverless_endpoint.py +359 -0
  530. pulumi_azure_native/machinelearningservices/v20240401preview/marketplace_subscription.py +1 -1
  531. pulumi_azure_native/machinelearningservices/v20240401preview/serverless_endpoint.py +1 -1
  532. pulumi_azure_native/networkcloud/__init__.py +0 -3
  533. pulumi_azure_native/networkcloud/_enums.py +29 -0
  534. pulumi_azure_native/networkcloud/_inputs.py +173 -1
  535. pulumi_azure_native/networkcloud/agent_pool.py +5 -5
  536. pulumi_azure_native/networkcloud/bare_metal_machine.py +25 -5
  537. pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +5 -5
  538. pulumi_azure_native/networkcloud/bmc_key_set.py +5 -5
  539. pulumi_azure_native/networkcloud/cloud_services_network.py +5 -5
  540. pulumi_azure_native/networkcloud/cluster.py +93 -6
  541. pulumi_azure_native/networkcloud/cluster_manager.py +5 -5
  542. pulumi_azure_native/networkcloud/console.py +5 -5
  543. pulumi_azure_native/networkcloud/get_agent_pool.py +4 -4
  544. pulumi_azure_native/networkcloud/get_bare_metal_machine.py +31 -5
  545. pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +4 -4
  546. pulumi_azure_native/networkcloud/get_bmc_key_set.py +4 -4
  547. pulumi_azure_native/networkcloud/get_cloud_services_network.py +4 -4
  548. pulumi_azure_native/networkcloud/get_cluster.py +44 -5
  549. pulumi_azure_native/networkcloud/get_cluster_manager.py +4 -4
  550. pulumi_azure_native/networkcloud/get_console.py +4 -4
  551. pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +4 -4
  552. pulumi_azure_native/networkcloud/get_l2_network.py +4 -4
  553. pulumi_azure_native/networkcloud/get_l3_network.py +4 -4
  554. pulumi_azure_native/networkcloud/get_metrics_configuration.py +4 -4
  555. pulumi_azure_native/networkcloud/get_rack.py +4 -4
  556. pulumi_azure_native/networkcloud/get_storage_appliance.py +4 -4
  557. pulumi_azure_native/networkcloud/get_trunked_network.py +4 -4
  558. pulumi_azure_native/networkcloud/get_virtual_machine.py +5 -5
  559. pulumi_azure_native/networkcloud/get_volume.py +4 -4
  560. pulumi_azure_native/networkcloud/kubernetes_cluster.py +5 -5
  561. pulumi_azure_native/networkcloud/l2_network.py +5 -5
  562. pulumi_azure_native/networkcloud/l3_network.py +5 -5
  563. pulumi_azure_native/networkcloud/metrics_configuration.py +5 -5
  564. pulumi_azure_native/networkcloud/outputs.py +288 -1
  565. pulumi_azure_native/networkcloud/rack.py +5 -5
  566. pulumi_azure_native/networkcloud/storage_appliance.py +5 -5
  567. pulumi_azure_native/networkcloud/trunked_network.py +5 -5
  568. pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
  569. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
  570. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
  571. pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
  572. pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
  573. pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
  574. pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
  575. pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
  576. pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
  577. pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
  578. pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
  579. pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
  580. pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
  581. pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
  582. pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
  583. pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
  584. pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
  585. pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
  586. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
  587. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
  588. pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
  589. pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
  590. pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
  591. pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
  592. pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
  593. pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
  594. pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
  595. pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
  596. pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
  597. pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
  598. pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
  599. pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
  600. pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
  601. pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
  602. pulumi_azure_native/networkcloud/virtual_machine.py +6 -6
  603. pulumi_azure_native/networkcloud/volume.py +5 -5
  604. pulumi_azure_native/pulumi-plugin.json +1 -1
  605. pulumi_azure_native/search/__init__.py +3 -0
  606. pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
  607. pulumi_azure_native/search/get_service.py +2 -2
  608. pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
  609. pulumi_azure_native/search/list_admin_key.py +2 -2
  610. pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
  611. pulumi_azure_native/search/private_endpoint_connection.py +3 -3
  612. pulumi_azure_native/search/service.py +3 -3
  613. pulumi_azure_native/search/shared_private_link_resource.py +3 -3
  614. pulumi_azure_native/search/v20210401preview/service.py +1 -1
  615. pulumi_azure_native/search/v20220901/private_endpoint_connection.py +1 -1
  616. pulumi_azure_native/search/v20220901/service.py +1 -1
  617. pulumi_azure_native/search/v20220901/shared_private_link_resource.py +1 -1
  618. pulumi_azure_native/search/v20231101/private_endpoint_connection.py +1 -1
  619. pulumi_azure_native/search/v20231101/service.py +1 -1
  620. pulumi_azure_native/search/v20231101/shared_private_link_resource.py +1 -1
  621. pulumi_azure_native/search/v20240301preview/private_endpoint_connection.py +1 -1
  622. pulumi_azure_native/search/v20240301preview/service.py +1 -1
  623. pulumi_azure_native/search/v20240301preview/shared_private_link_resource.py +1 -1
  624. pulumi_azure_native/search/v20240601preview/__init__.py +18 -0
  625. pulumi_azure_native/search/v20240601preview/_enums.py +283 -0
  626. pulumi_azure_native/search/v20240601preview/_inputs.py +499 -0
  627. pulumi_azure_native/search/v20240601preview/get_private_endpoint_connection.py +123 -0
  628. pulumi_azure_native/search/v20240601preview/get_service.py +365 -0
  629. pulumi_azure_native/search/v20240601preview/get_shared_private_link_resource.py +123 -0
  630. pulumi_azure_native/search/v20240601preview/list_admin_key.py +91 -0
  631. pulumi_azure_native/search/v20240601preview/list_query_key_by_search_service.py +92 -0
  632. pulumi_azure_native/search/v20240601preview/outputs.py +827 -0
  633. pulumi_azure_native/search/v20240601preview/private_endpoint_connection.py +206 -0
  634. pulumi_azure_native/search/v20240601preview/service.py +638 -0
  635. pulumi_azure_native/search/v20240601preview/shared_private_link_resource.py +206 -0
  636. pulumi_azure_native/security/__init__.py +5 -0
  637. pulumi_azure_native/security/_enums.py +19 -0
  638. pulumi_azure_native/security/_inputs.py +146 -0
  639. pulumi_azure_native/security/dev_ops_configuration.py +3 -3
  640. pulumi_azure_native/security/dev_ops_policy_assignment.py +218 -0
  641. pulumi_azure_native/security/get_dev_ops_configuration.py +2 -2
  642. pulumi_azure_native/security/get_dev_ops_policy_assignment.py +138 -0
  643. pulumi_azure_native/security/list_azure_dev_ops_org_available.py +2 -2
  644. pulumi_azure_native/security/list_git_hub_owner_available.py +2 -2
  645. pulumi_azure_native/security/list_git_lab_group_available.py +2 -2
  646. pulumi_azure_native/security/list_git_lab_subgroup.py +2 -2
  647. pulumi_azure_native/security/outputs.py +219 -0
  648. pulumi_azure_native/security/v20230901preview/dev_ops_configuration.py +1 -1
  649. pulumi_azure_native/security/v20240401/dev_ops_configuration.py +1 -1
  650. pulumi_azure_native/security/v20240515preview/__init__.py +18 -0
  651. pulumi_azure_native/security/v20240515preview/_enums.py +37 -0
  652. pulumi_azure_native/security/v20240515preview/_inputs.py +249 -0
  653. pulumi_azure_native/security/v20240515preview/dev_ops_configuration.py +196 -0
  654. pulumi_azure_native/security/v20240515preview/dev_ops_policy_assignment.py +216 -0
  655. pulumi_azure_native/security/v20240515preview/get_dev_ops_configuration.py +131 -0
  656. pulumi_azure_native/security/v20240515preview/get_dev_ops_policy_assignment.py +136 -0
  657. pulumi_azure_native/security/v20240515preview/list_azure_dev_ops_org_available.py +92 -0
  658. pulumi_azure_native/security/v20240515preview/list_git_hub_owner_available.py +92 -0
  659. pulumi_azure_native/security/v20240515preview/list_git_lab_group_available.py +92 -0
  660. pulumi_azure_native/security/v20240515preview/list_git_lab_subgroup.py +97 -0
  661. pulumi_azure_native/security/v20240515preview/outputs.py +1233 -0
  662. pulumi_azure_native/servicenetworking/__init__.py +5 -0
  663. pulumi_azure_native/servicenetworking/_inputs.py +24 -0
  664. pulumi_azure_native/servicenetworking/associations_interface.py +3 -3
  665. pulumi_azure_native/servicenetworking/frontends_interface.py +3 -3
  666. pulumi_azure_native/servicenetworking/get_associations_interface.py +2 -2
  667. pulumi_azure_native/servicenetworking/get_frontends_interface.py +2 -2
  668. pulumi_azure_native/servicenetworking/get_security_policies_interface.py +190 -0
  669. pulumi_azure_native/servicenetworking/get_traffic_controller_interface.py +2 -2
  670. pulumi_azure_native/servicenetworking/outputs.py +23 -0
  671. pulumi_azure_native/servicenetworking/security_policies_interface.py +295 -0
  672. pulumi_azure_native/servicenetworking/traffic_controller_interface.py +3 -3
  673. pulumi_azure_native/servicenetworking/v20221001preview/associations_interface.py +1 -1
  674. pulumi_azure_native/servicenetworking/v20221001preview/frontends_interface.py +1 -1
  675. pulumi_azure_native/servicenetworking/v20221001preview/traffic_controller_interface.py +1 -1
  676. pulumi_azure_native/servicenetworking/v20230501preview/associations_interface.py +1 -1
  677. pulumi_azure_native/servicenetworking/v20230501preview/frontends_interface.py +1 -1
  678. pulumi_azure_native/servicenetworking/v20230501preview/traffic_controller_interface.py +1 -1
  679. pulumi_azure_native/servicenetworking/v20231101/_enums.py +3 -0
  680. pulumi_azure_native/servicenetworking/v20231101/associations_interface.py +1 -1
  681. pulumi_azure_native/servicenetworking/v20231101/frontends_interface.py +3 -3
  682. pulumi_azure_native/servicenetworking/v20231101/get_frontends_interface.py +1 -1
  683. pulumi_azure_native/servicenetworking/v20231101/traffic_controller_interface.py +1 -1
  684. pulumi_azure_native/servicenetworking/v20240501preview/__init__.py +18 -0
  685. pulumi_azure_native/servicenetworking/v20240501preview/_enums.py +19 -0
  686. pulumi_azure_native/servicenetworking/v20240501preview/_inputs.py +112 -0
  687. pulumi_azure_native/servicenetworking/v20240501preview/associations_interface.py +314 -0
  688. pulumi_azure_native/servicenetworking/v20240501preview/frontends_interface.py +263 -0
  689. pulumi_azure_native/servicenetworking/v20240501preview/get_associations_interface.py +188 -0
  690. pulumi_azure_native/servicenetworking/v20240501preview/get_frontends_interface.py +175 -0
  691. pulumi_azure_native/servicenetworking/v20240501preview/get_security_policies_interface.py +188 -0
  692. pulumi_azure_native/servicenetworking/v20240501preview/get_traffic_controller_interface.py +222 -0
  693. pulumi_azure_native/servicenetworking/v20240501preview/outputs.py +260 -0
  694. pulumi_azure_native/servicenetworking/v20240501preview/security_policies_interface.py +293 -0
  695. pulumi_azure_native/{networkcloud/v20230501preview/volume.py → servicenetworking/v20240501preview/traffic_controller_interface.py} +84 -113
  696. pulumi_azure_native/signalrservice/__init__.py +3 -0
  697. pulumi_azure_native/signalrservice/get_signal_r.py +2 -2
  698. pulumi_azure_native/signalrservice/get_signal_r_custom_certificate.py +2 -2
  699. pulumi_azure_native/signalrservice/get_signal_r_custom_domain.py +2 -2
  700. pulumi_azure_native/signalrservice/get_signal_r_private_endpoint_connection.py +2 -2
  701. pulumi_azure_native/signalrservice/get_signal_r_replica.py +2 -2
  702. pulumi_azure_native/signalrservice/get_signal_r_shared_private_link_resource.py +2 -2
  703. pulumi_azure_native/signalrservice/list_signal_r_keys.py +2 -2
  704. pulumi_azure_native/signalrservice/signal_r.py +3 -3
  705. pulumi_azure_native/signalrservice/signal_r_custom_certificate.py +3 -3
  706. pulumi_azure_native/signalrservice/signal_r_custom_domain.py +3 -3
  707. pulumi_azure_native/signalrservice/signal_r_private_endpoint_connection.py +3 -3
  708. pulumi_azure_native/signalrservice/signal_r_replica.py +3 -3
  709. pulumi_azure_native/signalrservice/signal_r_shared_private_link_resource.py +3 -3
  710. pulumi_azure_native/signalrservice/v20230201/signal_r.py +1 -1
  711. pulumi_azure_native/signalrservice/v20230201/signal_r_custom_certificate.py +1 -1
  712. pulumi_azure_native/signalrservice/v20230201/signal_r_custom_domain.py +1 -1
  713. pulumi_azure_native/signalrservice/v20230201/signal_r_private_endpoint_connection.py +1 -1
  714. pulumi_azure_native/signalrservice/v20230201/signal_r_shared_private_link_resource.py +1 -1
  715. pulumi_azure_native/signalrservice/v20230301preview/signal_r.py +1 -1
  716. pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_certificate.py +1 -1
  717. pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_domain.py +1 -1
  718. pulumi_azure_native/signalrservice/v20230301preview/signal_r_private_endpoint_connection.py +1 -1
  719. pulumi_azure_native/signalrservice/v20230301preview/signal_r_replica.py +1 -1
  720. pulumi_azure_native/signalrservice/v20230301preview/signal_r_shared_private_link_resource.py +1 -1
  721. pulumi_azure_native/signalrservice/v20230601preview/signal_r.py +1 -1
  722. pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_certificate.py +1 -1
  723. pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_domain.py +1 -1
  724. pulumi_azure_native/signalrservice/v20230601preview/signal_r_private_endpoint_connection.py +1 -1
  725. pulumi_azure_native/signalrservice/v20230601preview/signal_r_replica.py +1 -1
  726. pulumi_azure_native/signalrservice/v20230601preview/signal_r_shared_private_link_resource.py +1 -1
  727. pulumi_azure_native/signalrservice/v20230801preview/signal_r.py +1 -1
  728. pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_certificate.py +1 -1
  729. pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_domain.py +1 -1
  730. pulumi_azure_native/signalrservice/v20230801preview/signal_r_private_endpoint_connection.py +1 -1
  731. pulumi_azure_native/signalrservice/v20230801preview/signal_r_replica.py +1 -1
  732. pulumi_azure_native/signalrservice/v20230801preview/signal_r_shared_private_link_resource.py +1 -1
  733. pulumi_azure_native/signalrservice/v20240101preview/signal_r.py +1 -1
  734. pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_certificate.py +1 -1
  735. pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_domain.py +1 -1
  736. pulumi_azure_native/signalrservice/v20240101preview/signal_r_private_endpoint_connection.py +1 -1
  737. pulumi_azure_native/signalrservice/v20240101preview/signal_r_replica.py +1 -1
  738. pulumi_azure_native/signalrservice/v20240101preview/signal_r_shared_private_link_resource.py +1 -1
  739. pulumi_azure_native/signalrservice/v20240301/__init__.py +23 -0
  740. pulumi_azure_native/signalrservice/v20240301/_enums.py +95 -0
  741. pulumi_azure_native/signalrservice/v20240301/_inputs.py +990 -0
  742. pulumi_azure_native/signalrservice/v20240301/get_signal_r.py +484 -0
  743. pulumi_azure_native/signalrservice/v20240301/get_signal_r_custom_certificate.py +175 -0
  744. pulumi_azure_native/signalrservice/v20240301/get_signal_r_custom_domain.py +162 -0
  745. pulumi_azure_native/signalrservice/v20240301/get_signal_r_private_endpoint_connection.py +175 -0
  746. pulumi_azure_native/signalrservice/v20240301/get_signal_r_replica.py +204 -0
  747. pulumi_azure_native/signalrservice/v20240301/get_signal_r_shared_private_link_resource.py +188 -0
  748. pulumi_azure_native/signalrservice/v20240301/list_signal_r_keys.py +117 -0
  749. pulumi_azure_native/signalrservice/v20240301/outputs.py +1511 -0
  750. pulumi_azure_native/signalrservice/v20240301/signal_r.py +858 -0
  751. pulumi_azure_native/signalrservice/v20240301/signal_r_custom_certificate.py +284 -0
  752. pulumi_azure_native/signalrservice/v20240301/signal_r_custom_domain.py +255 -0
  753. pulumi_azure_native/signalrservice/v20240301/signal_r_private_endpoint_connection.py +265 -0
  754. pulumi_azure_native/signalrservice/v20240301/signal_r_replica.py +362 -0
  755. pulumi_azure_native/signalrservice/v20240301/signal_r_shared_private_link_resource.py +294 -0
  756. pulumi_azure_native/storage/v20230501/get_storage_account.py +14 -1
  757. pulumi_azure_native/storage/v20230501/storage_account.py +29 -0
  758. pulumi_azure_native/webpubsub/__init__.py +3 -0
  759. pulumi_azure_native/webpubsub/get_web_pub_sub.py +2 -2
  760. pulumi_azure_native/webpubsub/get_web_pub_sub_custom_certificate.py +2 -2
  761. pulumi_azure_native/webpubsub/get_web_pub_sub_custom_domain.py +2 -2
  762. pulumi_azure_native/webpubsub/get_web_pub_sub_hub.py +2 -2
  763. pulumi_azure_native/webpubsub/get_web_pub_sub_private_endpoint_connection.py +2 -2
  764. pulumi_azure_native/webpubsub/get_web_pub_sub_replica.py +2 -2
  765. pulumi_azure_native/webpubsub/get_web_pub_sub_shared_private_link_resource.py +2 -2
  766. pulumi_azure_native/webpubsub/list_web_pub_sub_keys.py +2 -2
  767. pulumi_azure_native/webpubsub/v20210401preview/web_pub_sub.py +1 -1
  768. pulumi_azure_native/webpubsub/v20210601preview/web_pub_sub.py +1 -1
  769. pulumi_azure_native/webpubsub/v20210901preview/web_pub_sub.py +1 -1
  770. pulumi_azure_native/webpubsub/v20230201/web_pub_sub.py +1 -1
  771. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_certificate.py +1 -1
  772. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_domain.py +1 -1
  773. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_hub.py +1 -1
  774. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_private_endpoint_connection.py +1 -1
  775. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_shared_private_link_resource.py +1 -1
  776. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub.py +1 -1
  777. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_certificate.py +1 -1
  778. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_domain.py +1 -1
  779. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_hub.py +1 -1
  780. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_private_endpoint_connection.py +1 -1
  781. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_replica.py +1 -1
  782. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_shared_private_link_resource.py +1 -1
  783. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub.py +1 -1
  784. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_certificate.py +1 -1
  785. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_domain.py +1 -1
  786. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_hub.py +1 -1
  787. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_private_endpoint_connection.py +1 -1
  788. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_replica.py +1 -1
  789. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_shared_private_link_resource.py +1 -1
  790. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub.py +1 -1
  791. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_certificate.py +1 -1
  792. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_domain.py +1 -1
  793. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_hub.py +1 -1
  794. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_private_endpoint_connection.py +1 -1
  795. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_replica.py +1 -1
  796. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_shared_private_link_resource.py +1 -1
  797. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub.py +1 -1
  798. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_certificate.py +1 -1
  799. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_domain.py +1 -1
  800. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_hub.py +1 -1
  801. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_private_endpoint_connection.py +1 -1
  802. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_replica.py +1 -1
  803. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_shared_private_link_resource.py +1 -1
  804. pulumi_azure_native/webpubsub/v20240301/__init__.py +25 -0
  805. pulumi_azure_native/webpubsub/v20240301/_enums.py +90 -0
  806. pulumi_azure_native/webpubsub/v20240301/_inputs.py +1077 -0
  807. pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub.py +440 -0
  808. pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub_custom_certificate.py +175 -0
  809. pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub_custom_domain.py +162 -0
  810. pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub_hub.py +136 -0
  811. pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub_private_endpoint_connection.py +175 -0
  812. pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub_replica.py +204 -0
  813. pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub_shared_private_link_resource.py +188 -0
  814. pulumi_azure_native/webpubsub/v20240301/list_web_pub_sub_keys.py +117 -0
  815. pulumi_azure_native/webpubsub/v20240301/outputs.py +1619 -0
  816. pulumi_azure_native/webpubsub/v20240301/web_pub_sub.py +751 -0
  817. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_certificate.py +284 -0
  818. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_domain.py +255 -0
  819. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_hub.py +217 -0
  820. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_private_endpoint_connection.py +265 -0
  821. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_replica.py +362 -0
  822. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_shared_private_link_resource.py +294 -0
  823. pulumi_azure_native/webpubsub/web_pub_sub.py +3 -3
  824. pulumi_azure_native/webpubsub/web_pub_sub_custom_certificate.py +3 -3
  825. pulumi_azure_native/webpubsub/web_pub_sub_custom_domain.py +3 -3
  826. pulumi_azure_native/webpubsub/web_pub_sub_hub.py +3 -3
  827. pulumi_azure_native/webpubsub/web_pub_sub_private_endpoint_connection.py +3 -3
  828. pulumi_azure_native/webpubsub/web_pub_sub_replica.py +3 -3
  829. pulumi_azure_native/webpubsub/web_pub_sub_shared_private_link_resource.py +3 -3
  830. {pulumi_azure_native-2.43.0a1716382527.dist-info → pulumi_azure_native-2.43.1.dist-info}/METADATA +1 -1
  831. {pulumi_azure_native-2.43.0a1716382527.dist-info → pulumi_azure_native-2.43.1.dist-info}/RECORD +833 -652
  832. pulumi_azure_native/networkcloud/v20230501preview/__init__.py +0 -44
  833. pulumi_azure_native/networkcloud/v20230501preview/_enums.py +0 -277
  834. pulumi_azure_native/networkcloud/v20230501preview/_inputs.py +0 -2197
  835. pulumi_azure_native/networkcloud/v20230501preview/agent_pool.py +0 -605
  836. pulumi_azure_native/networkcloud/v20230501preview/bare_metal_machine.py +0 -731
  837. pulumi_azure_native/networkcloud/v20230501preview/bare_metal_machine_key_set.py +0 -502
  838. pulumi_azure_native/networkcloud/v20230501preview/bmc_key_set.py +0 -443
  839. pulumi_azure_native/networkcloud/v20230501preview/cloud_services_network.py +0 -412
  840. pulumi_azure_native/networkcloud/v20230501preview/cluster.py +0 -680
  841. pulumi_azure_native/networkcloud/v20230501preview/cluster_manager.py +0 -417
  842. pulumi_azure_native/networkcloud/v20230501preview/console.py +0 -412
  843. pulumi_azure_native/networkcloud/v20230501preview/get_agent_pool.py +0 -341
  844. pulumi_azure_native/networkcloud/v20230501preview/get_bare_metal_machine.py +0 -518
  845. pulumi_azure_native/networkcloud/v20230501preview/get_bare_metal_machine_key_set.py +0 -302
  846. pulumi_azure_native/networkcloud/v20230501preview/get_bmc_key_set.py +0 -276
  847. pulumi_azure_native/networkcloud/v20230501preview/get_cloud_services_network.py +0 -303
  848. pulumi_azure_native/networkcloud/v20230501preview/get_cluster.py +0 -454
  849. pulumi_azure_native/networkcloud/v20230501preview/get_cluster_manager.py +0 -271
  850. pulumi_azure_native/networkcloud/v20230501preview/get_console.py +0 -263
  851. pulumi_azure_native/networkcloud/v20230501preview/get_kubernetes_cluster.py +0 -375
  852. pulumi_azure_native/networkcloud/v20230501preview/get_l2_network.py +0 -284
  853. pulumi_azure_native/networkcloud/v20230501preview/get_l3_network.py +0 -351
  854. pulumi_azure_native/networkcloud/v20230501preview/get_metrics_configuration.py +0 -237
  855. pulumi_azure_native/networkcloud/v20230501preview/get_rack.py +0 -258
  856. pulumi_azure_native/networkcloud/v20230501preview/get_storage_appliance.py +0 -336
  857. pulumi_azure_native/networkcloud/v20230501preview/get_trunked_network.py +0 -297
  858. pulumi_azure_native/networkcloud/v20230501preview/get_virtual_machine.py +0 -466
  859. pulumi_azure_native/networkcloud/v20230501preview/get_volume.py +0 -232
  860. pulumi_azure_native/networkcloud/v20230501preview/kubernetes_cluster.py +0 -559
  861. pulumi_azure_native/networkcloud/v20230501preview/l2_network.py +0 -414
  862. pulumi_azure_native/networkcloud/v20230501preview/l3_network.py +0 -576
  863. pulumi_azure_native/networkcloud/v20230501preview/metrics_configuration.py +0 -371
  864. pulumi_azure_native/networkcloud/v20230501preview/outputs.py +0 -3449
  865. pulumi_azure_native/networkcloud/v20230501preview/rack.py +0 -411
  866. pulumi_azure_native/networkcloud/v20230501preview/storage_appliance.py +0 -491
  867. pulumi_azure_native/networkcloud/v20230501preview/trunked_network.py +0 -444
  868. pulumi_azure_native/networkcloud/v20230501preview/virtual_machine.py +0 -818
  869. {pulumi_azure_native-2.43.0a1716382527.dist-info → pulumi_azure_native-2.43.1.dist-info}/WHEEL +0 -0
  870. {pulumi_azure_native-2.43.0a1716382527.dist-info → pulumi_azure_native-2.43.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,4373 @@
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
+ 'AdditionalUnattendContentArgs',
15
+ 'ApiEntityReferenceArgs',
16
+ 'ApplicationProfileArgs',
17
+ 'BillingProfileArgs',
18
+ 'BootDiagnosticsArgs',
19
+ 'CapacityReservationProfileArgs',
20
+ 'ComputeProfileArgs',
21
+ 'DiagnosticsProfileArgs',
22
+ 'DiffDiskSettingsArgs',
23
+ 'DiskEncryptionSetParametersArgs',
24
+ 'EncryptionIdentityArgs',
25
+ 'ImageReferenceArgs',
26
+ 'InstanceViewStatusArgs',
27
+ 'KeyVaultSecretReferenceArgs',
28
+ 'LinuxConfigurationArgs',
29
+ 'LinuxPatchSettingsArgs',
30
+ 'LinuxVMGuestPatchAutomaticByPlatformSettingsArgs',
31
+ 'ManagedServiceIdentityArgs',
32
+ 'OSImageNotificationProfileArgs',
33
+ 'PatchSettingsArgs',
34
+ 'PlanArgs',
35
+ 'ProxyAgentSettingsArgs',
36
+ 'PublicIPAddressSkuArgs',
37
+ 'RegularPriorityProfileArgs',
38
+ 'ScheduledEventsProfileArgs',
39
+ 'SecurityPostureReferenceArgs',
40
+ 'SecurityProfileArgs',
41
+ 'ServiceArtifactReferenceArgs',
42
+ 'SpotPriorityProfileArgs',
43
+ 'SshConfigurationArgs',
44
+ 'SshPublicKeyArgs',
45
+ 'SubResourceArgs',
46
+ 'TerminateNotificationProfileArgs',
47
+ 'UefiSettingsArgs',
48
+ 'VMDiskSecurityProfileArgs',
49
+ 'VMGalleryApplicationArgs',
50
+ 'VMSizePropertiesArgs',
51
+ 'VaultCertificateArgs',
52
+ 'VaultSecretGroupArgs',
53
+ 'VirtualHardDiskArgs',
54
+ 'VirtualMachineExtensionInstanceViewArgs',
55
+ 'VirtualMachineExtensionArgs',
56
+ 'VirtualMachineScaleSetDataDiskArgs',
57
+ 'VirtualMachineScaleSetExtensionProfileArgs',
58
+ 'VirtualMachineScaleSetExtensionArgs',
59
+ 'VirtualMachineScaleSetHardwareProfileArgs',
60
+ 'VirtualMachineScaleSetIPConfigurationArgs',
61
+ 'VirtualMachineScaleSetIpTagArgs',
62
+ 'VirtualMachineScaleSetManagedDiskParametersArgs',
63
+ 'VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs',
64
+ 'VirtualMachineScaleSetNetworkConfigurationArgs',
65
+ 'VirtualMachineScaleSetNetworkProfileArgs',
66
+ 'VirtualMachineScaleSetOSDiskArgs',
67
+ 'VirtualMachineScaleSetOSProfileArgs',
68
+ 'VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsArgs',
69
+ 'VirtualMachineScaleSetPublicIPAddressConfigurationArgs',
70
+ 'VirtualMachineScaleSetStorageProfileArgs',
71
+ 'VirtualMachineScaleSetVMProfileArgs',
72
+ 'VmSizeProfileArgs',
73
+ 'WinRMConfigurationArgs',
74
+ 'WinRMListenerArgs',
75
+ 'WindowsConfigurationArgs',
76
+ 'WindowsVMGuestPatchAutomaticByPlatformSettingsArgs',
77
+ ]
78
+
79
+ @pulumi.input_type
80
+ class AdditionalUnattendContentArgs:
81
+ def __init__(__self__, *,
82
+ component_name: Optional[pulumi.Input['ComponentNames']] = None,
83
+ content: Optional[pulumi.Input[str]] = None,
84
+ pass_name: Optional[pulumi.Input['PassNames']] = None,
85
+ setting_name: Optional[pulumi.Input['SettingNames']] = None):
86
+ """
87
+ Specifies additional XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. Contents are defined by setting name, component name, and the pass in which the content is applied.
88
+ :param pulumi.Input['ComponentNames'] component_name: The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
89
+ :param pulumi.Input[str] content: Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
90
+ :param pulumi.Input['PassNames'] pass_name: The pass name. Currently, the only allowable value is OobeSystem.
91
+ :param pulumi.Input['SettingNames'] setting_name: Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
92
+ """
93
+ if component_name is not None:
94
+ pulumi.set(__self__, "component_name", component_name)
95
+ if content is not None:
96
+ pulumi.set(__self__, "content", content)
97
+ if pass_name is not None:
98
+ pulumi.set(__self__, "pass_name", pass_name)
99
+ if setting_name is not None:
100
+ pulumi.set(__self__, "setting_name", setting_name)
101
+
102
+ @property
103
+ @pulumi.getter(name="componentName")
104
+ def component_name(self) -> Optional[pulumi.Input['ComponentNames']]:
105
+ """
106
+ The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
107
+ """
108
+ return pulumi.get(self, "component_name")
109
+
110
+ @component_name.setter
111
+ def component_name(self, value: Optional[pulumi.Input['ComponentNames']]):
112
+ pulumi.set(self, "component_name", value)
113
+
114
+ @property
115
+ @pulumi.getter
116
+ def content(self) -> Optional[pulumi.Input[str]]:
117
+ """
118
+ Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
119
+ """
120
+ return pulumi.get(self, "content")
121
+
122
+ @content.setter
123
+ def content(self, value: Optional[pulumi.Input[str]]):
124
+ pulumi.set(self, "content", value)
125
+
126
+ @property
127
+ @pulumi.getter(name="passName")
128
+ def pass_name(self) -> Optional[pulumi.Input['PassNames']]:
129
+ """
130
+ The pass name. Currently, the only allowable value is OobeSystem.
131
+ """
132
+ return pulumi.get(self, "pass_name")
133
+
134
+ @pass_name.setter
135
+ def pass_name(self, value: Optional[pulumi.Input['PassNames']]):
136
+ pulumi.set(self, "pass_name", value)
137
+
138
+ @property
139
+ @pulumi.getter(name="settingName")
140
+ def setting_name(self) -> Optional[pulumi.Input['SettingNames']]:
141
+ """
142
+ Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
143
+ """
144
+ return pulumi.get(self, "setting_name")
145
+
146
+ @setting_name.setter
147
+ def setting_name(self, value: Optional[pulumi.Input['SettingNames']]):
148
+ pulumi.set(self, "setting_name", value)
149
+
150
+
151
+ @pulumi.input_type
152
+ class ApiEntityReferenceArgs:
153
+ def __init__(__self__, *,
154
+ id: Optional[pulumi.Input[str]] = None):
155
+ """
156
+ The API entity reference.
157
+ :param pulumi.Input[str] id: The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
158
+ """
159
+ if id is not None:
160
+ pulumi.set(__self__, "id", id)
161
+
162
+ @property
163
+ @pulumi.getter
164
+ def id(self) -> Optional[pulumi.Input[str]]:
165
+ """
166
+ The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
167
+ """
168
+ return pulumi.get(self, "id")
169
+
170
+ @id.setter
171
+ def id(self, value: Optional[pulumi.Input[str]]):
172
+ pulumi.set(self, "id", value)
173
+
174
+
175
+ @pulumi.input_type
176
+ class ApplicationProfileArgs:
177
+ def __init__(__self__, *,
178
+ gallery_applications: Optional[pulumi.Input[Sequence[pulumi.Input['VMGalleryApplicationArgs']]]] = None):
179
+ """
180
+ Contains the list of gallery applications that should be made available to the VM/VMSS
181
+ :param pulumi.Input[Sequence[pulumi.Input['VMGalleryApplicationArgs']]] gallery_applications: Specifies the gallery applications that should be made available to the VM/VMSS
182
+ """
183
+ if gallery_applications is not None:
184
+ pulumi.set(__self__, "gallery_applications", gallery_applications)
185
+
186
+ @property
187
+ @pulumi.getter(name="galleryApplications")
188
+ def gallery_applications(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VMGalleryApplicationArgs']]]]:
189
+ """
190
+ Specifies the gallery applications that should be made available to the VM/VMSS
191
+ """
192
+ return pulumi.get(self, "gallery_applications")
193
+
194
+ @gallery_applications.setter
195
+ def gallery_applications(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VMGalleryApplicationArgs']]]]):
196
+ pulumi.set(self, "gallery_applications", value)
197
+
198
+
199
+ @pulumi.input_type
200
+ class BillingProfileArgs:
201
+ def __init__(__self__, *,
202
+ max_price: Optional[pulumi.Input[float]] = None):
203
+ """
204
+ Specifies the billing related details of a Azure Spot VM or VMSS. Minimum api-version: 2019-03-01.
205
+ :param pulumi.Input[float] max_price: Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars. <br><br> This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if the maxPrice is greater than the current Azure Spot price. <br><br> The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS. <br><br> Possible values are: <br><br> - Any decimal value greater than zero. Example: 0.01538 <br><br> -1 – indicates default price to be up-to on-demand. <br><br> You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you. <br><br>Minimum api-version: 2019-03-01.
206
+ """
207
+ if max_price is not None:
208
+ pulumi.set(__self__, "max_price", max_price)
209
+
210
+ @property
211
+ @pulumi.getter(name="maxPrice")
212
+ def max_price(self) -> Optional[pulumi.Input[float]]:
213
+ """
214
+ Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars. <br><br> This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if the maxPrice is greater than the current Azure Spot price. <br><br> The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS. <br><br> Possible values are: <br><br> - Any decimal value greater than zero. Example: 0.01538 <br><br> -1 – indicates default price to be up-to on-demand. <br><br> You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you. <br><br>Minimum api-version: 2019-03-01.
215
+ """
216
+ return pulumi.get(self, "max_price")
217
+
218
+ @max_price.setter
219
+ def max_price(self, value: Optional[pulumi.Input[float]]):
220
+ pulumi.set(self, "max_price", value)
221
+
222
+
223
+ @pulumi.input_type
224
+ class BootDiagnosticsArgs:
225
+ def __init__(__self__, *,
226
+ enabled: Optional[pulumi.Input[bool]] = None,
227
+ storage_uri: Optional[pulumi.Input[str]] = None):
228
+ """
229
+ Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
230
+ :param pulumi.Input[bool] enabled: Whether boot diagnostics should be enabled on the Virtual Machine.
231
+ :param pulumi.Input[str] storage_uri: Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
232
+ """
233
+ if enabled is not None:
234
+ pulumi.set(__self__, "enabled", enabled)
235
+ if storage_uri is not None:
236
+ pulumi.set(__self__, "storage_uri", storage_uri)
237
+
238
+ @property
239
+ @pulumi.getter
240
+ def enabled(self) -> Optional[pulumi.Input[bool]]:
241
+ """
242
+ Whether boot diagnostics should be enabled on the Virtual Machine.
243
+ """
244
+ return pulumi.get(self, "enabled")
245
+
246
+ @enabled.setter
247
+ def enabled(self, value: Optional[pulumi.Input[bool]]):
248
+ pulumi.set(self, "enabled", value)
249
+
250
+ @property
251
+ @pulumi.getter(name="storageUri")
252
+ def storage_uri(self) -> Optional[pulumi.Input[str]]:
253
+ """
254
+ Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
255
+ """
256
+ return pulumi.get(self, "storage_uri")
257
+
258
+ @storage_uri.setter
259
+ def storage_uri(self, value: Optional[pulumi.Input[str]]):
260
+ pulumi.set(self, "storage_uri", value)
261
+
262
+
263
+ @pulumi.input_type
264
+ class CapacityReservationProfileArgs:
265
+ def __init__(__self__, *,
266
+ capacity_reservation_group: Optional[pulumi.Input['SubResourceArgs']] = None):
267
+ """
268
+ The parameters of a capacity reservation Profile.
269
+ :param pulumi.Input['SubResourceArgs'] capacity_reservation_group: Specifies the capacity reservation group resource id that should be used for allocating the virtual machine or scaleset vm instances provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
270
+ """
271
+ if capacity_reservation_group is not None:
272
+ pulumi.set(__self__, "capacity_reservation_group", capacity_reservation_group)
273
+
274
+ @property
275
+ @pulumi.getter(name="capacityReservationGroup")
276
+ def capacity_reservation_group(self) -> Optional[pulumi.Input['SubResourceArgs']]:
277
+ """
278
+ Specifies the capacity reservation group resource id that should be used for allocating the virtual machine or scaleset vm instances provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details.
279
+ """
280
+ return pulumi.get(self, "capacity_reservation_group")
281
+
282
+ @capacity_reservation_group.setter
283
+ def capacity_reservation_group(self, value: Optional[pulumi.Input['SubResourceArgs']]):
284
+ pulumi.set(self, "capacity_reservation_group", value)
285
+
286
+
287
+ @pulumi.input_type
288
+ class ComputeProfileArgs:
289
+ def __init__(__self__, *,
290
+ base_virtual_machine_profile: pulumi.Input['VirtualMachineScaleSetVMProfileArgs'],
291
+ compute_api_version: Optional[pulumi.Input[str]] = None):
292
+ """
293
+ Compute Profile to use for running user's workloads.
294
+ :param pulumi.Input['VirtualMachineScaleSetVMProfileArgs'] base_virtual_machine_profile: Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile"
295
+ :param pulumi.Input[str] compute_api_version: Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machine scale sets and Virtual Machines.
296
+ The default value will be the latest supported computeApiVersion by Compute Fleet.
297
+ """
298
+ pulumi.set(__self__, "base_virtual_machine_profile", base_virtual_machine_profile)
299
+ if compute_api_version is not None:
300
+ pulumi.set(__self__, "compute_api_version", compute_api_version)
301
+
302
+ @property
303
+ @pulumi.getter(name="baseVirtualMachineProfile")
304
+ def base_virtual_machine_profile(self) -> pulumi.Input['VirtualMachineScaleSetVMProfileArgs']:
305
+ """
306
+ Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile"
307
+ """
308
+ return pulumi.get(self, "base_virtual_machine_profile")
309
+
310
+ @base_virtual_machine_profile.setter
311
+ def base_virtual_machine_profile(self, value: pulumi.Input['VirtualMachineScaleSetVMProfileArgs']):
312
+ pulumi.set(self, "base_virtual_machine_profile", value)
313
+
314
+ @property
315
+ @pulumi.getter(name="computeApiVersion")
316
+ def compute_api_version(self) -> Optional[pulumi.Input[str]]:
317
+ """
318
+ Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machine scale sets and Virtual Machines.
319
+ The default value will be the latest supported computeApiVersion by Compute Fleet.
320
+ """
321
+ return pulumi.get(self, "compute_api_version")
322
+
323
+ @compute_api_version.setter
324
+ def compute_api_version(self, value: Optional[pulumi.Input[str]]):
325
+ pulumi.set(self, "compute_api_version", value)
326
+
327
+
328
+ @pulumi.input_type
329
+ class DiagnosticsProfileArgs:
330
+ def __init__(__self__, *,
331
+ boot_diagnostics: Optional[pulumi.Input['BootDiagnosticsArgs']] = None):
332
+ """
333
+ Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
334
+ :param pulumi.Input['BootDiagnosticsArgs'] boot_diagnostics: Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. **NOTE**: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
335
+ """
336
+ if boot_diagnostics is not None:
337
+ pulumi.set(__self__, "boot_diagnostics", boot_diagnostics)
338
+
339
+ @property
340
+ @pulumi.getter(name="bootDiagnostics")
341
+ def boot_diagnostics(self) -> Optional[pulumi.Input['BootDiagnosticsArgs']]:
342
+ """
343
+ Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. **NOTE**: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
344
+ """
345
+ return pulumi.get(self, "boot_diagnostics")
346
+
347
+ @boot_diagnostics.setter
348
+ def boot_diagnostics(self, value: Optional[pulumi.Input['BootDiagnosticsArgs']]):
349
+ pulumi.set(self, "boot_diagnostics", value)
350
+
351
+
352
+ @pulumi.input_type
353
+ class DiffDiskSettingsArgs:
354
+ def __init__(__self__, *,
355
+ option: Optional[pulumi.Input[Union[str, 'DiffDiskOptions']]] = None,
356
+ placement: Optional[pulumi.Input[Union[str, 'DiffDiskPlacement']]] = None):
357
+ """
358
+ Describes the parameters of ephemeral disk settings that can be specified for operating system disk. **Note:** The ephemeral disk settings can only be specified for managed disk.
359
+ :param pulumi.Input[Union[str, 'DiffDiskOptions']] option: Specifies the ephemeral disk settings for operating system disk.
360
+ :param pulumi.Input[Union[str, 'DiffDiskPlacement']] placement: Specifies the ephemeral disk placement for operating system disk. Possible values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is: **CacheDisk** if one is configured for the VM size otherwise **ResourceDisk** is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.
361
+ """
362
+ if option is not None:
363
+ pulumi.set(__self__, "option", option)
364
+ if placement is not None:
365
+ pulumi.set(__self__, "placement", placement)
366
+
367
+ @property
368
+ @pulumi.getter
369
+ def option(self) -> Optional[pulumi.Input[Union[str, 'DiffDiskOptions']]]:
370
+ """
371
+ Specifies the ephemeral disk settings for operating system disk.
372
+ """
373
+ return pulumi.get(self, "option")
374
+
375
+ @option.setter
376
+ def option(self, value: Optional[pulumi.Input[Union[str, 'DiffDiskOptions']]]):
377
+ pulumi.set(self, "option", value)
378
+
379
+ @property
380
+ @pulumi.getter
381
+ def placement(self) -> Optional[pulumi.Input[Union[str, 'DiffDiskPlacement']]]:
382
+ """
383
+ Specifies the ephemeral disk placement for operating system disk. Possible values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is: **CacheDisk** if one is configured for the VM size otherwise **ResourceDisk** is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.
384
+ """
385
+ return pulumi.get(self, "placement")
386
+
387
+ @placement.setter
388
+ def placement(self, value: Optional[pulumi.Input[Union[str, 'DiffDiskPlacement']]]):
389
+ pulumi.set(self, "placement", value)
390
+
391
+
392
+ @pulumi.input_type
393
+ class DiskEncryptionSetParametersArgs:
394
+ def __init__(__self__, *,
395
+ id: Optional[pulumi.Input[str]] = None):
396
+ """
397
+ Describes the parameter of customer managed disk encryption set resource id that can be specified for disk. **Note:** The disk encryption set resource id can only be specified for managed disk. Please refer https://aka.ms/mdssewithcmkoverview for more details.
398
+ :param pulumi.Input[str] id: Resource Id
399
+ """
400
+ if id is not None:
401
+ pulumi.set(__self__, "id", id)
402
+
403
+ @property
404
+ @pulumi.getter
405
+ def id(self) -> Optional[pulumi.Input[str]]:
406
+ """
407
+ Resource Id
408
+ """
409
+ return pulumi.get(self, "id")
410
+
411
+ @id.setter
412
+ def id(self, value: Optional[pulumi.Input[str]]):
413
+ pulumi.set(self, "id", value)
414
+
415
+
416
+ @pulumi.input_type
417
+ class EncryptionIdentityArgs:
418
+ def __init__(__self__, *,
419
+ user_assigned_identity_resource_id: Optional[pulumi.Input[str]] = None):
420
+ """
421
+ Specifies the Managed Identity used by ADE to get access token for keyvault operations.
422
+ :param pulumi.Input[str] user_assigned_identity_resource_id: Specifies ARM Resource ID of one of the user identities associated with the VM.
423
+ """
424
+ if user_assigned_identity_resource_id is not None:
425
+ pulumi.set(__self__, "user_assigned_identity_resource_id", user_assigned_identity_resource_id)
426
+
427
+ @property
428
+ @pulumi.getter(name="userAssignedIdentityResourceId")
429
+ def user_assigned_identity_resource_id(self) -> Optional[pulumi.Input[str]]:
430
+ """
431
+ Specifies ARM Resource ID of one of the user identities associated with the VM.
432
+ """
433
+ return pulumi.get(self, "user_assigned_identity_resource_id")
434
+
435
+ @user_assigned_identity_resource_id.setter
436
+ def user_assigned_identity_resource_id(self, value: Optional[pulumi.Input[str]]):
437
+ pulumi.set(self, "user_assigned_identity_resource_id", value)
438
+
439
+
440
+ @pulumi.input_type
441
+ class ImageReferenceArgs:
442
+ def __init__(__self__, *,
443
+ community_gallery_image_id: Optional[pulumi.Input[str]] = None,
444
+ id: Optional[pulumi.Input[str]] = None,
445
+ offer: Optional[pulumi.Input[str]] = None,
446
+ publisher: Optional[pulumi.Input[str]] = None,
447
+ shared_gallery_image_id: Optional[pulumi.Input[str]] = None,
448
+ sku: Optional[pulumi.Input[str]] = None,
449
+ version: Optional[pulumi.Input[str]] = None):
450
+ """
451
+ Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations. NOTE: Image reference publisher and offer can only be set when you create the scale set.
452
+ :param pulumi.Input[str] community_gallery_image_id: Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
453
+ :param pulumi.Input[str] id: Resource Id
454
+ :param pulumi.Input[str] offer: Specifies the offer of the platform image or marketplace image used to create the virtual machine.
455
+ :param pulumi.Input[str] publisher: The image publisher.
456
+ :param pulumi.Input[str] shared_gallery_image_id: Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
457
+ :param pulumi.Input[str] sku: The image SKU.
458
+ :param pulumi.Input[str] version: Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
459
+ """
460
+ if community_gallery_image_id is not None:
461
+ pulumi.set(__self__, "community_gallery_image_id", community_gallery_image_id)
462
+ if id is not None:
463
+ pulumi.set(__self__, "id", id)
464
+ if offer is not None:
465
+ pulumi.set(__self__, "offer", offer)
466
+ if publisher is not None:
467
+ pulumi.set(__self__, "publisher", publisher)
468
+ if shared_gallery_image_id is not None:
469
+ pulumi.set(__self__, "shared_gallery_image_id", shared_gallery_image_id)
470
+ if sku is not None:
471
+ pulumi.set(__self__, "sku", sku)
472
+ if version is not None:
473
+ pulumi.set(__self__, "version", version)
474
+
475
+ @property
476
+ @pulumi.getter(name="communityGalleryImageId")
477
+ def community_gallery_image_id(self) -> Optional[pulumi.Input[str]]:
478
+ """
479
+ Specified the community gallery image unique id for vm deployment. This can be fetched from community gallery image GET call.
480
+ """
481
+ return pulumi.get(self, "community_gallery_image_id")
482
+
483
+ @community_gallery_image_id.setter
484
+ def community_gallery_image_id(self, value: Optional[pulumi.Input[str]]):
485
+ pulumi.set(self, "community_gallery_image_id", value)
486
+
487
+ @property
488
+ @pulumi.getter
489
+ def id(self) -> Optional[pulumi.Input[str]]:
490
+ """
491
+ Resource Id
492
+ """
493
+ return pulumi.get(self, "id")
494
+
495
+ @id.setter
496
+ def id(self, value: Optional[pulumi.Input[str]]):
497
+ pulumi.set(self, "id", value)
498
+
499
+ @property
500
+ @pulumi.getter
501
+ def offer(self) -> Optional[pulumi.Input[str]]:
502
+ """
503
+ Specifies the offer of the platform image or marketplace image used to create the virtual machine.
504
+ """
505
+ return pulumi.get(self, "offer")
506
+
507
+ @offer.setter
508
+ def offer(self, value: Optional[pulumi.Input[str]]):
509
+ pulumi.set(self, "offer", value)
510
+
511
+ @property
512
+ @pulumi.getter
513
+ def publisher(self) -> Optional[pulumi.Input[str]]:
514
+ """
515
+ The image publisher.
516
+ """
517
+ return pulumi.get(self, "publisher")
518
+
519
+ @publisher.setter
520
+ def publisher(self, value: Optional[pulumi.Input[str]]):
521
+ pulumi.set(self, "publisher", value)
522
+
523
+ @property
524
+ @pulumi.getter(name="sharedGalleryImageId")
525
+ def shared_gallery_image_id(self) -> Optional[pulumi.Input[str]]:
526
+ """
527
+ Specified the shared gallery image unique id for vm deployment. This can be fetched from shared gallery image GET call.
528
+ """
529
+ return pulumi.get(self, "shared_gallery_image_id")
530
+
531
+ @shared_gallery_image_id.setter
532
+ def shared_gallery_image_id(self, value: Optional[pulumi.Input[str]]):
533
+ pulumi.set(self, "shared_gallery_image_id", value)
534
+
535
+ @property
536
+ @pulumi.getter
537
+ def sku(self) -> Optional[pulumi.Input[str]]:
538
+ """
539
+ The image SKU.
540
+ """
541
+ return pulumi.get(self, "sku")
542
+
543
+ @sku.setter
544
+ def sku(self, value: Optional[pulumi.Input[str]]):
545
+ pulumi.set(self, "sku", value)
546
+
547
+ @property
548
+ @pulumi.getter
549
+ def version(self) -> Optional[pulumi.Input[str]]:
550
+ """
551
+ Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. Please do not use field 'version' for gallery image deployment, gallery image should always use 'id' field for deployment, to use 'latest' version of gallery image, just set '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageName}' in the 'id' field without version input.
552
+ """
553
+ return pulumi.get(self, "version")
554
+
555
+ @version.setter
556
+ def version(self, value: Optional[pulumi.Input[str]]):
557
+ pulumi.set(self, "version", value)
558
+
559
+
560
+ @pulumi.input_type
561
+ class InstanceViewStatusArgs:
562
+ def __init__(__self__, *,
563
+ code: Optional[pulumi.Input[str]] = None,
564
+ display_status: Optional[pulumi.Input[str]] = None,
565
+ level: Optional[pulumi.Input['StatusLevelTypes']] = None,
566
+ message: Optional[pulumi.Input[str]] = None,
567
+ time: Optional[pulumi.Input[str]] = None):
568
+ """
569
+ Instance view status.
570
+ :param pulumi.Input[str] code: The status code.
571
+ :param pulumi.Input[str] display_status: The short localizable label for the status.
572
+ :param pulumi.Input['StatusLevelTypes'] level: The level code.
573
+ :param pulumi.Input[str] message: The detailed status message, including for alerts and error messages.
574
+ :param pulumi.Input[str] time: The time of the status.
575
+ """
576
+ if code is not None:
577
+ pulumi.set(__self__, "code", code)
578
+ if display_status is not None:
579
+ pulumi.set(__self__, "display_status", display_status)
580
+ if level is not None:
581
+ pulumi.set(__self__, "level", level)
582
+ if message is not None:
583
+ pulumi.set(__self__, "message", message)
584
+ if time is not None:
585
+ pulumi.set(__self__, "time", time)
586
+
587
+ @property
588
+ @pulumi.getter
589
+ def code(self) -> Optional[pulumi.Input[str]]:
590
+ """
591
+ The status code.
592
+ """
593
+ return pulumi.get(self, "code")
594
+
595
+ @code.setter
596
+ def code(self, value: Optional[pulumi.Input[str]]):
597
+ pulumi.set(self, "code", value)
598
+
599
+ @property
600
+ @pulumi.getter(name="displayStatus")
601
+ def display_status(self) -> Optional[pulumi.Input[str]]:
602
+ """
603
+ The short localizable label for the status.
604
+ """
605
+ return pulumi.get(self, "display_status")
606
+
607
+ @display_status.setter
608
+ def display_status(self, value: Optional[pulumi.Input[str]]):
609
+ pulumi.set(self, "display_status", value)
610
+
611
+ @property
612
+ @pulumi.getter
613
+ def level(self) -> Optional[pulumi.Input['StatusLevelTypes']]:
614
+ """
615
+ The level code.
616
+ """
617
+ return pulumi.get(self, "level")
618
+
619
+ @level.setter
620
+ def level(self, value: Optional[pulumi.Input['StatusLevelTypes']]):
621
+ pulumi.set(self, "level", value)
622
+
623
+ @property
624
+ @pulumi.getter
625
+ def message(self) -> Optional[pulumi.Input[str]]:
626
+ """
627
+ The detailed status message, including for alerts and error messages.
628
+ """
629
+ return pulumi.get(self, "message")
630
+
631
+ @message.setter
632
+ def message(self, value: Optional[pulumi.Input[str]]):
633
+ pulumi.set(self, "message", value)
634
+
635
+ @property
636
+ @pulumi.getter
637
+ def time(self) -> Optional[pulumi.Input[str]]:
638
+ """
639
+ The time of the status.
640
+ """
641
+ return pulumi.get(self, "time")
642
+
643
+ @time.setter
644
+ def time(self, value: Optional[pulumi.Input[str]]):
645
+ pulumi.set(self, "time", value)
646
+
647
+
648
+ @pulumi.input_type
649
+ class KeyVaultSecretReferenceArgs:
650
+ def __init__(__self__, *,
651
+ secret_url: pulumi.Input[str],
652
+ source_vault: pulumi.Input['SubResourceArgs']):
653
+ """
654
+ Describes a reference to Key Vault Secret
655
+ :param pulumi.Input[str] secret_url: The URL referencing a secret in a Key Vault.
656
+ :param pulumi.Input['SubResourceArgs'] source_vault: The relative URL of the Key Vault containing the secret.
657
+ """
658
+ pulumi.set(__self__, "secret_url", secret_url)
659
+ pulumi.set(__self__, "source_vault", source_vault)
660
+
661
+ @property
662
+ @pulumi.getter(name="secretUrl")
663
+ def secret_url(self) -> pulumi.Input[str]:
664
+ """
665
+ The URL referencing a secret in a Key Vault.
666
+ """
667
+ return pulumi.get(self, "secret_url")
668
+
669
+ @secret_url.setter
670
+ def secret_url(self, value: pulumi.Input[str]):
671
+ pulumi.set(self, "secret_url", value)
672
+
673
+ @property
674
+ @pulumi.getter(name="sourceVault")
675
+ def source_vault(self) -> pulumi.Input['SubResourceArgs']:
676
+ """
677
+ The relative URL of the Key Vault containing the secret.
678
+ """
679
+ return pulumi.get(self, "source_vault")
680
+
681
+ @source_vault.setter
682
+ def source_vault(self, value: pulumi.Input['SubResourceArgs']):
683
+ pulumi.set(self, "source_vault", value)
684
+
685
+
686
+ @pulumi.input_type
687
+ class LinuxConfigurationArgs:
688
+ def __init__(__self__, *,
689
+ disable_password_authentication: Optional[pulumi.Input[bool]] = None,
690
+ enable_vm_agent_platform_updates: Optional[pulumi.Input[bool]] = None,
691
+ patch_settings: Optional[pulumi.Input['LinuxPatchSettingsArgs']] = None,
692
+ provision_vm_agent: Optional[pulumi.Input[bool]] = None,
693
+ ssh: Optional[pulumi.Input['SshConfigurationArgs']] = None):
694
+ """
695
+ Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
696
+ :param pulumi.Input[bool] disable_password_authentication: Specifies whether password authentication should be disabled.
697
+ :param pulumi.Input[bool] enable_vm_agent_platform_updates: Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
698
+ :param pulumi.Input['LinuxPatchSettingsArgs'] patch_settings: [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
699
+ :param pulumi.Input[bool] provision_vm_agent: Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
700
+ :param pulumi.Input['SshConfigurationArgs'] ssh: Specifies the ssh key configuration for a Linux OS.
701
+ """
702
+ if disable_password_authentication is not None:
703
+ pulumi.set(__self__, "disable_password_authentication", disable_password_authentication)
704
+ if enable_vm_agent_platform_updates is not None:
705
+ pulumi.set(__self__, "enable_vm_agent_platform_updates", enable_vm_agent_platform_updates)
706
+ if patch_settings is not None:
707
+ pulumi.set(__self__, "patch_settings", patch_settings)
708
+ if provision_vm_agent is not None:
709
+ pulumi.set(__self__, "provision_vm_agent", provision_vm_agent)
710
+ if ssh is not None:
711
+ pulumi.set(__self__, "ssh", ssh)
712
+
713
+ @property
714
+ @pulumi.getter(name="disablePasswordAuthentication")
715
+ def disable_password_authentication(self) -> Optional[pulumi.Input[bool]]:
716
+ """
717
+ Specifies whether password authentication should be disabled.
718
+ """
719
+ return pulumi.get(self, "disable_password_authentication")
720
+
721
+ @disable_password_authentication.setter
722
+ def disable_password_authentication(self, value: Optional[pulumi.Input[bool]]):
723
+ pulumi.set(self, "disable_password_authentication", value)
724
+
725
+ @property
726
+ @pulumi.getter(name="enableVMAgentPlatformUpdates")
727
+ def enable_vm_agent_platform_updates(self) -> Optional[pulumi.Input[bool]]:
728
+ """
729
+ Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine. Default value is false.
730
+ """
731
+ return pulumi.get(self, "enable_vm_agent_platform_updates")
732
+
733
+ @enable_vm_agent_platform_updates.setter
734
+ def enable_vm_agent_platform_updates(self, value: Optional[pulumi.Input[bool]]):
735
+ pulumi.set(self, "enable_vm_agent_platform_updates", value)
736
+
737
+ @property
738
+ @pulumi.getter(name="patchSettings")
739
+ def patch_settings(self) -> Optional[pulumi.Input['LinuxPatchSettingsArgs']]:
740
+ """
741
+ [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
742
+ """
743
+ return pulumi.get(self, "patch_settings")
744
+
745
+ @patch_settings.setter
746
+ def patch_settings(self, value: Optional[pulumi.Input['LinuxPatchSettingsArgs']]):
747
+ pulumi.set(self, "patch_settings", value)
748
+
749
+ @property
750
+ @pulumi.getter(name="provisionVMAgent")
751
+ def provision_vm_agent(self) -> Optional[pulumi.Input[bool]]:
752
+ """
753
+ Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
754
+ """
755
+ return pulumi.get(self, "provision_vm_agent")
756
+
757
+ @provision_vm_agent.setter
758
+ def provision_vm_agent(self, value: Optional[pulumi.Input[bool]]):
759
+ pulumi.set(self, "provision_vm_agent", value)
760
+
761
+ @property
762
+ @pulumi.getter
763
+ def ssh(self) -> Optional[pulumi.Input['SshConfigurationArgs']]:
764
+ """
765
+ Specifies the ssh key configuration for a Linux OS.
766
+ """
767
+ return pulumi.get(self, "ssh")
768
+
769
+ @ssh.setter
770
+ def ssh(self, value: Optional[pulumi.Input['SshConfigurationArgs']]):
771
+ pulumi.set(self, "ssh", value)
772
+
773
+
774
+ @pulumi.input_type
775
+ class LinuxPatchSettingsArgs:
776
+ def __init__(__self__, *,
777
+ assessment_mode: Optional[pulumi.Input[Union[str, 'LinuxPatchAssessmentMode']]] = None,
778
+ automatic_by_platform_settings: Optional[pulumi.Input['LinuxVMGuestPatchAutomaticByPlatformSettingsArgs']] = None,
779
+ patch_mode: Optional[pulumi.Input[Union[str, 'LinuxVMGuestPatchMode']]] = None):
780
+ """
781
+ Specifies settings related to VM Guest Patching on Linux.
782
+ :param pulumi.Input[Union[str, 'LinuxPatchAssessmentMode']] assessment_mode: Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You control the timing of patch assessments on a virtual machine. <br /><br /> **AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
783
+ :param pulumi.Input['LinuxVMGuestPatchAutomaticByPlatformSettingsArgs'] automatic_by_platform_settings: Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
784
+ :param pulumi.Input[Union[str, 'LinuxVMGuestPatchMode']] patch_mode: Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - The virtual machine's default patching configuration is used. <br /><br /> **AutomaticByPlatform** - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
785
+ """
786
+ if assessment_mode is not None:
787
+ pulumi.set(__self__, "assessment_mode", assessment_mode)
788
+ if automatic_by_platform_settings is not None:
789
+ pulumi.set(__self__, "automatic_by_platform_settings", automatic_by_platform_settings)
790
+ if patch_mode is not None:
791
+ pulumi.set(__self__, "patch_mode", patch_mode)
792
+
793
+ @property
794
+ @pulumi.getter(name="assessmentMode")
795
+ def assessment_mode(self) -> Optional[pulumi.Input[Union[str, 'LinuxPatchAssessmentMode']]]:
796
+ """
797
+ Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You control the timing of patch assessments on a virtual machine. <br /><br /> **AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
798
+ """
799
+ return pulumi.get(self, "assessment_mode")
800
+
801
+ @assessment_mode.setter
802
+ def assessment_mode(self, value: Optional[pulumi.Input[Union[str, 'LinuxPatchAssessmentMode']]]):
803
+ pulumi.set(self, "assessment_mode", value)
804
+
805
+ @property
806
+ @pulumi.getter(name="automaticByPlatformSettings")
807
+ def automatic_by_platform_settings(self) -> Optional[pulumi.Input['LinuxVMGuestPatchAutomaticByPlatformSettingsArgs']]:
808
+ """
809
+ Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.
810
+ """
811
+ return pulumi.get(self, "automatic_by_platform_settings")
812
+
813
+ @automatic_by_platform_settings.setter
814
+ def automatic_by_platform_settings(self, value: Optional[pulumi.Input['LinuxVMGuestPatchAutomaticByPlatformSettingsArgs']]):
815
+ pulumi.set(self, "automatic_by_platform_settings", value)
816
+
817
+ @property
818
+ @pulumi.getter(name="patchMode")
819
+ def patch_mode(self) -> Optional[pulumi.Input[Union[str, 'LinuxVMGuestPatchMode']]]:
820
+ """
821
+ Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - The virtual machine's default patching configuration is used. <br /><br /> **AutomaticByPlatform** - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true
822
+ """
823
+ return pulumi.get(self, "patch_mode")
824
+
825
+ @patch_mode.setter
826
+ def patch_mode(self, value: Optional[pulumi.Input[Union[str, 'LinuxVMGuestPatchMode']]]):
827
+ pulumi.set(self, "patch_mode", value)
828
+
829
+
830
+ @pulumi.input_type
831
+ class LinuxVMGuestPatchAutomaticByPlatformSettingsArgs:
832
+ def __init__(__self__, *,
833
+ bypass_platform_safety_checks_on_user_schedule: Optional[pulumi.Input[bool]] = None,
834
+ reboot_setting: Optional[pulumi.Input[Union[str, 'LinuxVMGuestPatchAutomaticByPlatformRebootSetting']]] = None):
835
+ """
836
+ Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Linux patch settings.
837
+ :param pulumi.Input[bool] bypass_platform_safety_checks_on_user_schedule: Enables customer to schedule patching without accidental upgrades
838
+ :param pulumi.Input[Union[str, 'LinuxVMGuestPatchAutomaticByPlatformRebootSetting']] reboot_setting: Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
839
+ """
840
+ if bypass_platform_safety_checks_on_user_schedule is not None:
841
+ pulumi.set(__self__, "bypass_platform_safety_checks_on_user_schedule", bypass_platform_safety_checks_on_user_schedule)
842
+ if reboot_setting is not None:
843
+ pulumi.set(__self__, "reboot_setting", reboot_setting)
844
+
845
+ @property
846
+ @pulumi.getter(name="bypassPlatformSafetyChecksOnUserSchedule")
847
+ def bypass_platform_safety_checks_on_user_schedule(self) -> Optional[pulumi.Input[bool]]:
848
+ """
849
+ Enables customer to schedule patching without accidental upgrades
850
+ """
851
+ return pulumi.get(self, "bypass_platform_safety_checks_on_user_schedule")
852
+
853
+ @bypass_platform_safety_checks_on_user_schedule.setter
854
+ def bypass_platform_safety_checks_on_user_schedule(self, value: Optional[pulumi.Input[bool]]):
855
+ pulumi.set(self, "bypass_platform_safety_checks_on_user_schedule", value)
856
+
857
+ @property
858
+ @pulumi.getter(name="rebootSetting")
859
+ def reboot_setting(self) -> Optional[pulumi.Input[Union[str, 'LinuxVMGuestPatchAutomaticByPlatformRebootSetting']]]:
860
+ """
861
+ Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
862
+ """
863
+ return pulumi.get(self, "reboot_setting")
864
+
865
+ @reboot_setting.setter
866
+ def reboot_setting(self, value: Optional[pulumi.Input[Union[str, 'LinuxVMGuestPatchAutomaticByPlatformRebootSetting']]]):
867
+ pulumi.set(self, "reboot_setting", value)
868
+
869
+
870
+ @pulumi.input_type
871
+ class ManagedServiceIdentityArgs:
872
+ def __init__(__self__, *,
873
+ type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']],
874
+ user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
875
+ """
876
+ Managed service identity (system assigned and/or user assigned identities)
877
+ :param pulumi.Input[Union[str, 'ManagedServiceIdentityType']] type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
878
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
879
+ """
880
+ pulumi.set(__self__, "type", type)
881
+ if user_assigned_identities is not None:
882
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
883
+
884
+ @property
885
+ @pulumi.getter
886
+ def type(self) -> pulumi.Input[Union[str, 'ManagedServiceIdentityType']]:
887
+ """
888
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
889
+ """
890
+ return pulumi.get(self, "type")
891
+
892
+ @type.setter
893
+ def type(self, value: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]):
894
+ pulumi.set(self, "type", value)
895
+
896
+ @property
897
+ @pulumi.getter(name="userAssignedIdentities")
898
+ def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
899
+ """
900
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
901
+ """
902
+ return pulumi.get(self, "user_assigned_identities")
903
+
904
+ @user_assigned_identities.setter
905
+ def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
906
+ pulumi.set(self, "user_assigned_identities", value)
907
+
908
+
909
+ @pulumi.input_type
910
+ class OSImageNotificationProfileArgs:
911
+ def __init__(__self__, *,
912
+ enable: Optional[pulumi.Input[bool]] = None,
913
+ not_before_timeout: Optional[pulumi.Input[str]] = None):
914
+ """
915
+ :param pulumi.Input[bool] enable: Specifies whether the OS Image Scheduled event is enabled or disabled.
916
+ :param pulumi.Input[str] not_before_timeout: Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
917
+ """
918
+ if enable is not None:
919
+ pulumi.set(__self__, "enable", enable)
920
+ if not_before_timeout is not None:
921
+ pulumi.set(__self__, "not_before_timeout", not_before_timeout)
922
+
923
+ @property
924
+ @pulumi.getter
925
+ def enable(self) -> Optional[pulumi.Input[bool]]:
926
+ """
927
+ Specifies whether the OS Image Scheduled event is enabled or disabled.
928
+ """
929
+ return pulumi.get(self, "enable")
930
+
931
+ @enable.setter
932
+ def enable(self, value: Optional[pulumi.Input[bool]]):
933
+ pulumi.set(self, "enable", value)
934
+
935
+ @property
936
+ @pulumi.getter(name="notBeforeTimeout")
937
+ def not_before_timeout(self) -> Optional[pulumi.Input[str]]:
938
+ """
939
+ Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
940
+ """
941
+ return pulumi.get(self, "not_before_timeout")
942
+
943
+ @not_before_timeout.setter
944
+ def not_before_timeout(self, value: Optional[pulumi.Input[str]]):
945
+ pulumi.set(self, "not_before_timeout", value)
946
+
947
+
948
+ @pulumi.input_type
949
+ class PatchSettingsArgs:
950
+ def __init__(__self__, *,
951
+ assessment_mode: Optional[pulumi.Input[Union[str, 'WindowsPatchAssessmentMode']]] = None,
952
+ automatic_by_platform_settings: Optional[pulumi.Input['WindowsVMGuestPatchAutomaticByPlatformSettingsArgs']] = None,
953
+ enable_hotpatching: Optional[pulumi.Input[bool]] = None,
954
+ patch_mode: Optional[pulumi.Input[Union[str, 'WindowsVMGuestPatchMode']]] = None):
955
+ """
956
+ Specifies settings related to VM Guest Patching on Windows.
957
+ :param pulumi.Input[Union[str, 'WindowsPatchAssessmentMode']] assessment_mode: Specifies the mode of VM Guest patch assessment for the IaaS virtual machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You control the timing of patch assessments on a virtual machine.<br /><br /> **AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
958
+ :param pulumi.Input['WindowsVMGuestPatchAutomaticByPlatformSettingsArgs'] automatic_by_platform_settings: Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
959
+ :param pulumi.Input[bool] enable_hotpatching: Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
960
+ :param pulumi.Input[Union[str, 'WindowsVMGuestPatchMode']] patch_mode: Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.<br /><br /> Possible values are:<br /><br /> **Manual** - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false<br /><br /> **AutomaticByOS** - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. <br /><br /> **AutomaticByPlatform** - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
961
+ """
962
+ if assessment_mode is not None:
963
+ pulumi.set(__self__, "assessment_mode", assessment_mode)
964
+ if automatic_by_platform_settings is not None:
965
+ pulumi.set(__self__, "automatic_by_platform_settings", automatic_by_platform_settings)
966
+ if enable_hotpatching is not None:
967
+ pulumi.set(__self__, "enable_hotpatching", enable_hotpatching)
968
+ if patch_mode is not None:
969
+ pulumi.set(__self__, "patch_mode", patch_mode)
970
+
971
+ @property
972
+ @pulumi.getter(name="assessmentMode")
973
+ def assessment_mode(self) -> Optional[pulumi.Input[Union[str, 'WindowsPatchAssessmentMode']]]:
974
+ """
975
+ Specifies the mode of VM Guest patch assessment for the IaaS virtual machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You control the timing of patch assessments on a virtual machine.<br /><br /> **AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
976
+ """
977
+ return pulumi.get(self, "assessment_mode")
978
+
979
+ @assessment_mode.setter
980
+ def assessment_mode(self, value: Optional[pulumi.Input[Union[str, 'WindowsPatchAssessmentMode']]]):
981
+ pulumi.set(self, "assessment_mode", value)
982
+
983
+ @property
984
+ @pulumi.getter(name="automaticByPlatformSettings")
985
+ def automatic_by_platform_settings(self) -> Optional[pulumi.Input['WindowsVMGuestPatchAutomaticByPlatformSettingsArgs']]:
986
+ """
987
+ Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.
988
+ """
989
+ return pulumi.get(self, "automatic_by_platform_settings")
990
+
991
+ @automatic_by_platform_settings.setter
992
+ def automatic_by_platform_settings(self, value: Optional[pulumi.Input['WindowsVMGuestPatchAutomaticByPlatformSettingsArgs']]):
993
+ pulumi.set(self, "automatic_by_platform_settings", value)
994
+
995
+ @property
996
+ @pulumi.getter(name="enableHotpatching")
997
+ def enable_hotpatching(self) -> Optional[pulumi.Input[bool]]:
998
+ """
999
+ Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'.
1000
+ """
1001
+ return pulumi.get(self, "enable_hotpatching")
1002
+
1003
+ @enable_hotpatching.setter
1004
+ def enable_hotpatching(self, value: Optional[pulumi.Input[bool]]):
1005
+ pulumi.set(self, "enable_hotpatching", value)
1006
+
1007
+ @property
1008
+ @pulumi.getter(name="patchMode")
1009
+ def patch_mode(self) -> Optional[pulumi.Input[Union[str, 'WindowsVMGuestPatchMode']]]:
1010
+ """
1011
+ Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.<br /><br /> Possible values are:<br /><br /> **Manual** - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false<br /><br /> **AutomaticByOS** - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. <br /><br /> **AutomaticByPlatform** - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true
1012
+ """
1013
+ return pulumi.get(self, "patch_mode")
1014
+
1015
+ @patch_mode.setter
1016
+ def patch_mode(self, value: Optional[pulumi.Input[Union[str, 'WindowsVMGuestPatchMode']]]):
1017
+ pulumi.set(self, "patch_mode", value)
1018
+
1019
+
1020
+ @pulumi.input_type
1021
+ class PlanArgs:
1022
+ def __init__(__self__, *,
1023
+ name: pulumi.Input[str],
1024
+ product: pulumi.Input[str],
1025
+ publisher: pulumi.Input[str],
1026
+ promotion_code: Optional[pulumi.Input[str]] = None,
1027
+ version: Optional[pulumi.Input[str]] = None):
1028
+ """
1029
+ Plan for the resource.
1030
+ :param pulumi.Input[str] name: A user defined name of the 3rd Party Artifact that is being procured.
1031
+ :param pulumi.Input[str] product: The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
1032
+ :param pulumi.Input[str] publisher: The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
1033
+ :param pulumi.Input[str] promotion_code: A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
1034
+ :param pulumi.Input[str] version: The version of the desired product/artifact.
1035
+ """
1036
+ pulumi.set(__self__, "name", name)
1037
+ pulumi.set(__self__, "product", product)
1038
+ pulumi.set(__self__, "publisher", publisher)
1039
+ if promotion_code is not None:
1040
+ pulumi.set(__self__, "promotion_code", promotion_code)
1041
+ if version is not None:
1042
+ pulumi.set(__self__, "version", version)
1043
+
1044
+ @property
1045
+ @pulumi.getter
1046
+ def name(self) -> pulumi.Input[str]:
1047
+ """
1048
+ A user defined name of the 3rd Party Artifact that is being procured.
1049
+ """
1050
+ return pulumi.get(self, "name")
1051
+
1052
+ @name.setter
1053
+ def name(self, value: pulumi.Input[str]):
1054
+ pulumi.set(self, "name", value)
1055
+
1056
+ @property
1057
+ @pulumi.getter
1058
+ def product(self) -> pulumi.Input[str]:
1059
+ """
1060
+ The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
1061
+ """
1062
+ return pulumi.get(self, "product")
1063
+
1064
+ @product.setter
1065
+ def product(self, value: pulumi.Input[str]):
1066
+ pulumi.set(self, "product", value)
1067
+
1068
+ @property
1069
+ @pulumi.getter
1070
+ def publisher(self) -> pulumi.Input[str]:
1071
+ """
1072
+ The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
1073
+ """
1074
+ return pulumi.get(self, "publisher")
1075
+
1076
+ @publisher.setter
1077
+ def publisher(self, value: pulumi.Input[str]):
1078
+ pulumi.set(self, "publisher", value)
1079
+
1080
+ @property
1081
+ @pulumi.getter(name="promotionCode")
1082
+ def promotion_code(self) -> Optional[pulumi.Input[str]]:
1083
+ """
1084
+ A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
1085
+ """
1086
+ return pulumi.get(self, "promotion_code")
1087
+
1088
+ @promotion_code.setter
1089
+ def promotion_code(self, value: Optional[pulumi.Input[str]]):
1090
+ pulumi.set(self, "promotion_code", value)
1091
+
1092
+ @property
1093
+ @pulumi.getter
1094
+ def version(self) -> Optional[pulumi.Input[str]]:
1095
+ """
1096
+ The version of the desired product/artifact.
1097
+ """
1098
+ return pulumi.get(self, "version")
1099
+
1100
+ @version.setter
1101
+ def version(self, value: Optional[pulumi.Input[str]]):
1102
+ pulumi.set(self, "version", value)
1103
+
1104
+
1105
+ @pulumi.input_type
1106
+ class ProxyAgentSettingsArgs:
1107
+ def __init__(__self__, *,
1108
+ enabled: Optional[pulumi.Input[bool]] = None,
1109
+ key_incarnation_id: Optional[pulumi.Input[int]] = None,
1110
+ mode: Optional[pulumi.Input[Union[str, 'Mode']]] = None):
1111
+ """
1112
+ Specifies ProxyAgent settings while creating the virtual machine. Minimum api-version: 2023-09-01.
1113
+ :param pulumi.Input[bool] enabled: Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
1114
+ :param pulumi.Input[int] key_incarnation_id: Increase the value of this property allows user to reset the key used for securing communication channel between guest and host.
1115
+ :param pulumi.Input[Union[str, 'Mode']] mode: Specifies the mode that ProxyAgent will execute on if the feature is enabled. ProxyAgent will start to audit or monitor but not enforce access control over requests to host endpoints in Audit mode, while in Enforce mode it will enforce access control. The default value is Enforce mode.
1116
+ """
1117
+ if enabled is not None:
1118
+ pulumi.set(__self__, "enabled", enabled)
1119
+ if key_incarnation_id is not None:
1120
+ pulumi.set(__self__, "key_incarnation_id", key_incarnation_id)
1121
+ if mode is not None:
1122
+ pulumi.set(__self__, "mode", mode)
1123
+
1124
+ @property
1125
+ @pulumi.getter
1126
+ def enabled(self) -> Optional[pulumi.Input[bool]]:
1127
+ """
1128
+ Specifies whether ProxyAgent feature should be enabled on the virtual machine or virtual machine scale set.
1129
+ """
1130
+ return pulumi.get(self, "enabled")
1131
+
1132
+ @enabled.setter
1133
+ def enabled(self, value: Optional[pulumi.Input[bool]]):
1134
+ pulumi.set(self, "enabled", value)
1135
+
1136
+ @property
1137
+ @pulumi.getter(name="keyIncarnationId")
1138
+ def key_incarnation_id(self) -> Optional[pulumi.Input[int]]:
1139
+ """
1140
+ Increase the value of this property allows user to reset the key used for securing communication channel between guest and host.
1141
+ """
1142
+ return pulumi.get(self, "key_incarnation_id")
1143
+
1144
+ @key_incarnation_id.setter
1145
+ def key_incarnation_id(self, value: Optional[pulumi.Input[int]]):
1146
+ pulumi.set(self, "key_incarnation_id", value)
1147
+
1148
+ @property
1149
+ @pulumi.getter
1150
+ def mode(self) -> Optional[pulumi.Input[Union[str, 'Mode']]]:
1151
+ """
1152
+ Specifies the mode that ProxyAgent will execute on if the feature is enabled. ProxyAgent will start to audit or monitor but not enforce access control over requests to host endpoints in Audit mode, while in Enforce mode it will enforce access control. The default value is Enforce mode.
1153
+ """
1154
+ return pulumi.get(self, "mode")
1155
+
1156
+ @mode.setter
1157
+ def mode(self, value: Optional[pulumi.Input[Union[str, 'Mode']]]):
1158
+ pulumi.set(self, "mode", value)
1159
+
1160
+
1161
+ @pulumi.input_type
1162
+ class PublicIPAddressSkuArgs:
1163
+ def __init__(__self__, *,
1164
+ name: Optional[pulumi.Input[Union[str, 'PublicIPAddressSkuName']]] = None,
1165
+ tier: Optional[pulumi.Input[Union[str, 'PublicIPAddressSkuTier']]] = None):
1166
+ """
1167
+ Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
1168
+ :param pulumi.Input[Union[str, 'PublicIPAddressSkuName']] name: Specify public IP sku name
1169
+ :param pulumi.Input[Union[str, 'PublicIPAddressSkuTier']] tier: Specify public IP sku tier
1170
+ """
1171
+ if name is not None:
1172
+ pulumi.set(__self__, "name", name)
1173
+ if tier is not None:
1174
+ pulumi.set(__self__, "tier", tier)
1175
+
1176
+ @property
1177
+ @pulumi.getter
1178
+ def name(self) -> Optional[pulumi.Input[Union[str, 'PublicIPAddressSkuName']]]:
1179
+ """
1180
+ Specify public IP sku name
1181
+ """
1182
+ return pulumi.get(self, "name")
1183
+
1184
+ @name.setter
1185
+ def name(self, value: Optional[pulumi.Input[Union[str, 'PublicIPAddressSkuName']]]):
1186
+ pulumi.set(self, "name", value)
1187
+
1188
+ @property
1189
+ @pulumi.getter
1190
+ def tier(self) -> Optional[pulumi.Input[Union[str, 'PublicIPAddressSkuTier']]]:
1191
+ """
1192
+ Specify public IP sku tier
1193
+ """
1194
+ return pulumi.get(self, "tier")
1195
+
1196
+ @tier.setter
1197
+ def tier(self, value: Optional[pulumi.Input[Union[str, 'PublicIPAddressSkuTier']]]):
1198
+ pulumi.set(self, "tier", value)
1199
+
1200
+
1201
+ @pulumi.input_type
1202
+ class RegularPriorityProfileArgs:
1203
+ def __init__(__self__, *,
1204
+ allocation_strategy: Optional[pulumi.Input[Union[str, 'RegularPriorityAllocationStrategy']]] = None,
1205
+ capacity: Optional[pulumi.Input[int]] = None,
1206
+ min_capacity: Optional[pulumi.Input[int]] = None):
1207
+ """
1208
+ Configuration Options for Regular instances in Compute Fleet.
1209
+ :param pulumi.Input[Union[str, 'RegularPriorityAllocationStrategy']] allocation_strategy: Allocation strategy to follow when determining the VM sizes distribution for Regular VMs.
1210
+ :param pulumi.Input[int] capacity: Total capacity to achieve. It is currently in terms of number of VMs.
1211
+ :param pulumi.Input[int] min_capacity: Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
1212
+ """
1213
+ if allocation_strategy is not None:
1214
+ pulumi.set(__self__, "allocation_strategy", allocation_strategy)
1215
+ if capacity is not None:
1216
+ pulumi.set(__self__, "capacity", capacity)
1217
+ if min_capacity is not None:
1218
+ pulumi.set(__self__, "min_capacity", min_capacity)
1219
+
1220
+ @property
1221
+ @pulumi.getter(name="allocationStrategy")
1222
+ def allocation_strategy(self) -> Optional[pulumi.Input[Union[str, 'RegularPriorityAllocationStrategy']]]:
1223
+ """
1224
+ Allocation strategy to follow when determining the VM sizes distribution for Regular VMs.
1225
+ """
1226
+ return pulumi.get(self, "allocation_strategy")
1227
+
1228
+ @allocation_strategy.setter
1229
+ def allocation_strategy(self, value: Optional[pulumi.Input[Union[str, 'RegularPriorityAllocationStrategy']]]):
1230
+ pulumi.set(self, "allocation_strategy", value)
1231
+
1232
+ @property
1233
+ @pulumi.getter
1234
+ def capacity(self) -> Optional[pulumi.Input[int]]:
1235
+ """
1236
+ Total capacity to achieve. It is currently in terms of number of VMs.
1237
+ """
1238
+ return pulumi.get(self, "capacity")
1239
+
1240
+ @capacity.setter
1241
+ def capacity(self, value: Optional[pulumi.Input[int]]):
1242
+ pulumi.set(self, "capacity", value)
1243
+
1244
+ @property
1245
+ @pulumi.getter(name="minCapacity")
1246
+ def min_capacity(self) -> Optional[pulumi.Input[int]]:
1247
+ """
1248
+ Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
1249
+ """
1250
+ return pulumi.get(self, "min_capacity")
1251
+
1252
+ @min_capacity.setter
1253
+ def min_capacity(self, value: Optional[pulumi.Input[int]]):
1254
+ pulumi.set(self, "min_capacity", value)
1255
+
1256
+
1257
+ @pulumi.input_type
1258
+ class ScheduledEventsProfileArgs:
1259
+ def __init__(__self__, *,
1260
+ os_image_notification_profile: Optional[pulumi.Input['OSImageNotificationProfileArgs']] = None,
1261
+ terminate_notification_profile: Optional[pulumi.Input['TerminateNotificationProfileArgs']] = None):
1262
+ """
1263
+ :param pulumi.Input['OSImageNotificationProfileArgs'] os_image_notification_profile: Specifies OS Image Scheduled Event related configurations.
1264
+ :param pulumi.Input['TerminateNotificationProfileArgs'] terminate_notification_profile: Specifies Terminate Scheduled Event related configurations.
1265
+ """
1266
+ if os_image_notification_profile is not None:
1267
+ pulumi.set(__self__, "os_image_notification_profile", os_image_notification_profile)
1268
+ if terminate_notification_profile is not None:
1269
+ pulumi.set(__self__, "terminate_notification_profile", terminate_notification_profile)
1270
+
1271
+ @property
1272
+ @pulumi.getter(name="osImageNotificationProfile")
1273
+ def os_image_notification_profile(self) -> Optional[pulumi.Input['OSImageNotificationProfileArgs']]:
1274
+ """
1275
+ Specifies OS Image Scheduled Event related configurations.
1276
+ """
1277
+ return pulumi.get(self, "os_image_notification_profile")
1278
+
1279
+ @os_image_notification_profile.setter
1280
+ def os_image_notification_profile(self, value: Optional[pulumi.Input['OSImageNotificationProfileArgs']]):
1281
+ pulumi.set(self, "os_image_notification_profile", value)
1282
+
1283
+ @property
1284
+ @pulumi.getter(name="terminateNotificationProfile")
1285
+ def terminate_notification_profile(self) -> Optional[pulumi.Input['TerminateNotificationProfileArgs']]:
1286
+ """
1287
+ Specifies Terminate Scheduled Event related configurations.
1288
+ """
1289
+ return pulumi.get(self, "terminate_notification_profile")
1290
+
1291
+ @terminate_notification_profile.setter
1292
+ def terminate_notification_profile(self, value: Optional[pulumi.Input['TerminateNotificationProfileArgs']]):
1293
+ pulumi.set(self, "terminate_notification_profile", value)
1294
+
1295
+
1296
+ @pulumi.input_type
1297
+ class SecurityPostureReferenceArgs:
1298
+ def __init__(__self__, *,
1299
+ exclude_extensions: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineExtensionArgs']]]] = None,
1300
+ id: Optional[pulumi.Input[str]] = None):
1301
+ """
1302
+ Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
1303
+ :param pulumi.Input[Sequence[pulumi.Input['VirtualMachineExtensionArgs']]] exclude_extensions: List of virtual machine extensions to exclude when applying the Security Posture.
1304
+ :param pulumi.Input[str] id: The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
1305
+ """
1306
+ if exclude_extensions is not None:
1307
+ pulumi.set(__self__, "exclude_extensions", exclude_extensions)
1308
+ if id is not None:
1309
+ pulumi.set(__self__, "id", id)
1310
+
1311
+ @property
1312
+ @pulumi.getter(name="excludeExtensions")
1313
+ def exclude_extensions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineExtensionArgs']]]]:
1314
+ """
1315
+ List of virtual machine extensions to exclude when applying the Security Posture.
1316
+ """
1317
+ return pulumi.get(self, "exclude_extensions")
1318
+
1319
+ @exclude_extensions.setter
1320
+ def exclude_extensions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineExtensionArgs']]]]):
1321
+ pulumi.set(self, "exclude_extensions", value)
1322
+
1323
+ @property
1324
+ @pulumi.getter
1325
+ def id(self) -> Optional[pulumi.Input[str]]:
1326
+ """
1327
+ The security posture reference id in the form of /CommunityGalleries/{communityGalleryName}/securityPostures/{securityPostureName}/versions/{major.minor.patch}|{major.*}|latest
1328
+ """
1329
+ return pulumi.get(self, "id")
1330
+
1331
+ @id.setter
1332
+ def id(self, value: Optional[pulumi.Input[str]]):
1333
+ pulumi.set(self, "id", value)
1334
+
1335
+
1336
+ @pulumi.input_type
1337
+ class SecurityProfileArgs:
1338
+ def __init__(__self__, *,
1339
+ encryption_at_host: Optional[pulumi.Input[bool]] = None,
1340
+ encryption_identity: Optional[pulumi.Input['EncryptionIdentityArgs']] = None,
1341
+ proxy_agent_settings: Optional[pulumi.Input['ProxyAgentSettingsArgs']] = None,
1342
+ security_type: Optional[pulumi.Input[Union[str, 'SecurityTypes']]] = None,
1343
+ uefi_settings: Optional[pulumi.Input['UefiSettingsArgs']] = None):
1344
+ """
1345
+ Specifies the Security profile settings for the virtual machine or virtual machine scale set.
1346
+ :param pulumi.Input[bool] encryption_at_host: This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
1347
+ :param pulumi.Input['EncryptionIdentityArgs'] encryption_identity: Specifies the Managed Identity used by ADE to get access token for keyvault operations.
1348
+ :param pulumi.Input['ProxyAgentSettingsArgs'] proxy_agent_settings: Specifies ProxyAgent settings while creating the virtual machine. Minimum api-version: 2023-09-01.
1349
+ :param pulumi.Input[Union[str, 'SecurityTypes']] security_type: Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
1350
+ :param pulumi.Input['UefiSettingsArgs'] uefi_settings: Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
1351
+ """
1352
+ if encryption_at_host is not None:
1353
+ pulumi.set(__self__, "encryption_at_host", encryption_at_host)
1354
+ if encryption_identity is not None:
1355
+ pulumi.set(__self__, "encryption_identity", encryption_identity)
1356
+ if proxy_agent_settings is not None:
1357
+ pulumi.set(__self__, "proxy_agent_settings", proxy_agent_settings)
1358
+ if security_type is not None:
1359
+ pulumi.set(__self__, "security_type", security_type)
1360
+ if uefi_settings is not None:
1361
+ pulumi.set(__self__, "uefi_settings", uefi_settings)
1362
+
1363
+ @property
1364
+ @pulumi.getter(name="encryptionAtHost")
1365
+ def encryption_at_host(self) -> Optional[pulumi.Input[bool]]:
1366
+ """
1367
+ This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself. The default behavior is: The Encryption at host will be disabled unless this property is set to true for the resource.
1368
+ """
1369
+ return pulumi.get(self, "encryption_at_host")
1370
+
1371
+ @encryption_at_host.setter
1372
+ def encryption_at_host(self, value: Optional[pulumi.Input[bool]]):
1373
+ pulumi.set(self, "encryption_at_host", value)
1374
+
1375
+ @property
1376
+ @pulumi.getter(name="encryptionIdentity")
1377
+ def encryption_identity(self) -> Optional[pulumi.Input['EncryptionIdentityArgs']]:
1378
+ """
1379
+ Specifies the Managed Identity used by ADE to get access token for keyvault operations.
1380
+ """
1381
+ return pulumi.get(self, "encryption_identity")
1382
+
1383
+ @encryption_identity.setter
1384
+ def encryption_identity(self, value: Optional[pulumi.Input['EncryptionIdentityArgs']]):
1385
+ pulumi.set(self, "encryption_identity", value)
1386
+
1387
+ @property
1388
+ @pulumi.getter(name="proxyAgentSettings")
1389
+ def proxy_agent_settings(self) -> Optional[pulumi.Input['ProxyAgentSettingsArgs']]:
1390
+ """
1391
+ Specifies ProxyAgent settings while creating the virtual machine. Minimum api-version: 2023-09-01.
1392
+ """
1393
+ return pulumi.get(self, "proxy_agent_settings")
1394
+
1395
+ @proxy_agent_settings.setter
1396
+ def proxy_agent_settings(self, value: Optional[pulumi.Input['ProxyAgentSettingsArgs']]):
1397
+ pulumi.set(self, "proxy_agent_settings", value)
1398
+
1399
+ @property
1400
+ @pulumi.getter(name="securityType")
1401
+ def security_type(self) -> Optional[pulumi.Input[Union[str, 'SecurityTypes']]]:
1402
+ """
1403
+ Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.
1404
+ """
1405
+ return pulumi.get(self, "security_type")
1406
+
1407
+ @security_type.setter
1408
+ def security_type(self, value: Optional[pulumi.Input[Union[str, 'SecurityTypes']]]):
1409
+ pulumi.set(self, "security_type", value)
1410
+
1411
+ @property
1412
+ @pulumi.getter(name="uefiSettings")
1413
+ def uefi_settings(self) -> Optional[pulumi.Input['UefiSettingsArgs']]:
1414
+ """
1415
+ Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
1416
+ """
1417
+ return pulumi.get(self, "uefi_settings")
1418
+
1419
+ @uefi_settings.setter
1420
+ def uefi_settings(self, value: Optional[pulumi.Input['UefiSettingsArgs']]):
1421
+ pulumi.set(self, "uefi_settings", value)
1422
+
1423
+
1424
+ @pulumi.input_type
1425
+ class ServiceArtifactReferenceArgs:
1426
+ def __init__(__self__, *,
1427
+ id: Optional[pulumi.Input[str]] = None):
1428
+ """
1429
+ Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. Minimum api-version: 2022-11-01
1430
+ :param pulumi.Input[str] id: The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
1431
+ """
1432
+ if id is not None:
1433
+ pulumi.set(__self__, "id", id)
1434
+
1435
+ @property
1436
+ @pulumi.getter
1437
+ def id(self) -> Optional[pulumi.Input[str]]:
1438
+ """
1439
+ The service artifact reference id in the form of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName}
1440
+ """
1441
+ return pulumi.get(self, "id")
1442
+
1443
+ @id.setter
1444
+ def id(self, value: Optional[pulumi.Input[str]]):
1445
+ pulumi.set(self, "id", value)
1446
+
1447
+
1448
+ @pulumi.input_type
1449
+ class SpotPriorityProfileArgs:
1450
+ def __init__(__self__, *,
1451
+ allocation_strategy: Optional[pulumi.Input[Union[str, 'SpotAllocationStrategy']]] = None,
1452
+ capacity: Optional[pulumi.Input[int]] = None,
1453
+ eviction_policy: Optional[pulumi.Input[Union[str, 'EvictionPolicy']]] = None,
1454
+ max_price_per_vm: Optional[pulumi.Input[float]] = None,
1455
+ min_capacity: Optional[pulumi.Input[int]] = None):
1456
+ """
1457
+ Configuration Options for Spot instances in Compute Fleet.
1458
+ :param pulumi.Input[Union[str, 'SpotAllocationStrategy']] allocation_strategy: Allocation strategy to follow when determining the VM sizes distribution for Spot VMs.
1459
+ :param pulumi.Input[int] capacity: Total capacity to achieve. It is currently in terms of number of VMs.
1460
+ :param pulumi.Input[Union[str, 'EvictionPolicy']] eviction_policy: Eviction Policy to follow when evicting Spot VMs.
1461
+ :param pulumi.Input[float] max_price_per_vm: Price per hour of each Spot VM will never exceed this.
1462
+ :param pulumi.Input[int] min_capacity: Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
1463
+ """
1464
+ if allocation_strategy is not None:
1465
+ pulumi.set(__self__, "allocation_strategy", allocation_strategy)
1466
+ if capacity is not None:
1467
+ pulumi.set(__self__, "capacity", capacity)
1468
+ if eviction_policy is not None:
1469
+ pulumi.set(__self__, "eviction_policy", eviction_policy)
1470
+ if max_price_per_vm is not None:
1471
+ pulumi.set(__self__, "max_price_per_vm", max_price_per_vm)
1472
+ if min_capacity is not None:
1473
+ pulumi.set(__self__, "min_capacity", min_capacity)
1474
+
1475
+ @property
1476
+ @pulumi.getter(name="allocationStrategy")
1477
+ def allocation_strategy(self) -> Optional[pulumi.Input[Union[str, 'SpotAllocationStrategy']]]:
1478
+ """
1479
+ Allocation strategy to follow when determining the VM sizes distribution for Spot VMs.
1480
+ """
1481
+ return pulumi.get(self, "allocation_strategy")
1482
+
1483
+ @allocation_strategy.setter
1484
+ def allocation_strategy(self, value: Optional[pulumi.Input[Union[str, 'SpotAllocationStrategy']]]):
1485
+ pulumi.set(self, "allocation_strategy", value)
1486
+
1487
+ @property
1488
+ @pulumi.getter
1489
+ def capacity(self) -> Optional[pulumi.Input[int]]:
1490
+ """
1491
+ Total capacity to achieve. It is currently in terms of number of VMs.
1492
+ """
1493
+ return pulumi.get(self, "capacity")
1494
+
1495
+ @capacity.setter
1496
+ def capacity(self, value: Optional[pulumi.Input[int]]):
1497
+ pulumi.set(self, "capacity", value)
1498
+
1499
+ @property
1500
+ @pulumi.getter(name="evictionPolicy")
1501
+ def eviction_policy(self) -> Optional[pulumi.Input[Union[str, 'EvictionPolicy']]]:
1502
+ """
1503
+ Eviction Policy to follow when evicting Spot VMs.
1504
+ """
1505
+ return pulumi.get(self, "eviction_policy")
1506
+
1507
+ @eviction_policy.setter
1508
+ def eviction_policy(self, value: Optional[pulumi.Input[Union[str, 'EvictionPolicy']]]):
1509
+ pulumi.set(self, "eviction_policy", value)
1510
+
1511
+ @property
1512
+ @pulumi.getter(name="maxPricePerVM")
1513
+ def max_price_per_vm(self) -> Optional[pulumi.Input[float]]:
1514
+ """
1515
+ Price per hour of each Spot VM will never exceed this.
1516
+ """
1517
+ return pulumi.get(self, "max_price_per_vm")
1518
+
1519
+ @max_price_per_vm.setter
1520
+ def max_price_per_vm(self, value: Optional[pulumi.Input[float]]):
1521
+ pulumi.set(self, "max_price_per_vm", value)
1522
+
1523
+ @property
1524
+ @pulumi.getter(name="minCapacity")
1525
+ def min_capacity(self) -> Optional[pulumi.Input[int]]:
1526
+ """
1527
+ Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
1528
+ """
1529
+ return pulumi.get(self, "min_capacity")
1530
+
1531
+ @min_capacity.setter
1532
+ def min_capacity(self, value: Optional[pulumi.Input[int]]):
1533
+ pulumi.set(self, "min_capacity", value)
1534
+
1535
+
1536
+ @pulumi.input_type
1537
+ class SshConfigurationArgs:
1538
+ def __init__(__self__, *,
1539
+ public_keys: Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]] = None):
1540
+ """
1541
+ SSH configuration for Linux based VMs running on Azure
1542
+ :param pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]] public_keys: The list of SSH public keys used to authenticate with linux based VMs.
1543
+ """
1544
+ if public_keys is not None:
1545
+ pulumi.set(__self__, "public_keys", public_keys)
1546
+
1547
+ @property
1548
+ @pulumi.getter(name="publicKeys")
1549
+ def public_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]]:
1550
+ """
1551
+ The list of SSH public keys used to authenticate with linux based VMs.
1552
+ """
1553
+ return pulumi.get(self, "public_keys")
1554
+
1555
+ @public_keys.setter
1556
+ def public_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]]):
1557
+ pulumi.set(self, "public_keys", value)
1558
+
1559
+
1560
+ @pulumi.input_type
1561
+ class SshPublicKeyArgs:
1562
+ def __init__(__self__, *,
1563
+ key_data: Optional[pulumi.Input[str]] = None,
1564
+ path: Optional[pulumi.Input[str]] = None):
1565
+ """
1566
+ Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
1567
+ :param pulumi.Input[str] key_data: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1568
+ :param pulumi.Input[str] path: Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
1569
+ """
1570
+ if key_data is not None:
1571
+ pulumi.set(__self__, "key_data", key_data)
1572
+ if path is not None:
1573
+ pulumi.set(__self__, "path", path)
1574
+
1575
+ @property
1576
+ @pulumi.getter(name="keyData")
1577
+ def key_data(self) -> Optional[pulumi.Input[str]]:
1578
+ """
1579
+ SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1580
+ """
1581
+ return pulumi.get(self, "key_data")
1582
+
1583
+ @key_data.setter
1584
+ def key_data(self, value: Optional[pulumi.Input[str]]):
1585
+ pulumi.set(self, "key_data", value)
1586
+
1587
+ @property
1588
+ @pulumi.getter
1589
+ def path(self) -> Optional[pulumi.Input[str]]:
1590
+ """
1591
+ Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
1592
+ """
1593
+ return pulumi.get(self, "path")
1594
+
1595
+ @path.setter
1596
+ def path(self, value: Optional[pulumi.Input[str]]):
1597
+ pulumi.set(self, "path", value)
1598
+
1599
+
1600
+ @pulumi.input_type
1601
+ class SubResourceArgs:
1602
+ def __init__(__self__, *,
1603
+ id: Optional[pulumi.Input[str]] = None):
1604
+ """
1605
+ :param pulumi.Input[str] id: Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted.
1606
+ 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.
1607
+ A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself.
1608
+ Example of a relative ID: $self/frontEndConfigurations/my-frontend.
1609
+ """
1610
+ if id is not None:
1611
+ pulumi.set(__self__, "id", id)
1612
+
1613
+ @property
1614
+ @pulumi.getter
1615
+ def id(self) -> Optional[pulumi.Input[str]]:
1616
+ """
1617
+ Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted.
1618
+ 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.
1619
+ A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself.
1620
+ Example of a relative ID: $self/frontEndConfigurations/my-frontend.
1621
+ """
1622
+ return pulumi.get(self, "id")
1623
+
1624
+ @id.setter
1625
+ def id(self, value: Optional[pulumi.Input[str]]):
1626
+ pulumi.set(self, "id", value)
1627
+
1628
+
1629
+ @pulumi.input_type
1630
+ class TerminateNotificationProfileArgs:
1631
+ def __init__(__self__, *,
1632
+ enable: Optional[pulumi.Input[bool]] = None,
1633
+ not_before_timeout: Optional[pulumi.Input[str]] = None):
1634
+ """
1635
+ :param pulumi.Input[bool] enable: Specifies whether the Terminate Scheduled event is enabled or disabled.
1636
+ :param pulumi.Input[str] not_before_timeout: Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
1637
+ """
1638
+ if enable is not None:
1639
+ pulumi.set(__self__, "enable", enable)
1640
+ if not_before_timeout is not None:
1641
+ pulumi.set(__self__, "not_before_timeout", not_before_timeout)
1642
+
1643
+ @property
1644
+ @pulumi.getter
1645
+ def enable(self) -> Optional[pulumi.Input[bool]]:
1646
+ """
1647
+ Specifies whether the Terminate Scheduled event is enabled or disabled.
1648
+ """
1649
+ return pulumi.get(self, "enable")
1650
+
1651
+ @enable.setter
1652
+ def enable(self, value: Optional[pulumi.Input[bool]]):
1653
+ pulumi.set(self, "enable", value)
1654
+
1655
+ @property
1656
+ @pulumi.getter(name="notBeforeTimeout")
1657
+ def not_before_timeout(self) -> Optional[pulumi.Input[str]]:
1658
+ """
1659
+ Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M)
1660
+ """
1661
+ return pulumi.get(self, "not_before_timeout")
1662
+
1663
+ @not_before_timeout.setter
1664
+ def not_before_timeout(self, value: Optional[pulumi.Input[str]]):
1665
+ pulumi.set(self, "not_before_timeout", value)
1666
+
1667
+
1668
+ @pulumi.input_type
1669
+ class UefiSettingsArgs:
1670
+ def __init__(__self__, *,
1671
+ secure_boot_enabled: Optional[pulumi.Input[bool]] = None,
1672
+ v_tpm_enabled: Optional[pulumi.Input[bool]] = None):
1673
+ """
1674
+ Specifies the security settings like secure boot and vTPM used while creating the virtual machine. Minimum api-version: 2020-12-01.
1675
+ :param pulumi.Input[bool] secure_boot_enabled: Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
1676
+ :param pulumi.Input[bool] v_tpm_enabled: Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
1677
+ """
1678
+ if secure_boot_enabled is not None:
1679
+ pulumi.set(__self__, "secure_boot_enabled", secure_boot_enabled)
1680
+ if v_tpm_enabled is not None:
1681
+ pulumi.set(__self__, "v_tpm_enabled", v_tpm_enabled)
1682
+
1683
+ @property
1684
+ @pulumi.getter(name="secureBootEnabled")
1685
+ def secure_boot_enabled(self) -> Optional[pulumi.Input[bool]]:
1686
+ """
1687
+ Specifies whether secure boot should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
1688
+ """
1689
+ return pulumi.get(self, "secure_boot_enabled")
1690
+
1691
+ @secure_boot_enabled.setter
1692
+ def secure_boot_enabled(self, value: Optional[pulumi.Input[bool]]):
1693
+ pulumi.set(self, "secure_boot_enabled", value)
1694
+
1695
+ @property
1696
+ @pulumi.getter(name="vTpmEnabled")
1697
+ def v_tpm_enabled(self) -> Optional[pulumi.Input[bool]]:
1698
+ """
1699
+ Specifies whether vTPM should be enabled on the virtual machine. Minimum api-version: 2020-12-01.
1700
+ """
1701
+ return pulumi.get(self, "v_tpm_enabled")
1702
+
1703
+ @v_tpm_enabled.setter
1704
+ def v_tpm_enabled(self, value: Optional[pulumi.Input[bool]]):
1705
+ pulumi.set(self, "v_tpm_enabled", value)
1706
+
1707
+
1708
+ @pulumi.input_type
1709
+ class VMDiskSecurityProfileArgs:
1710
+ def __init__(__self__, *,
1711
+ disk_encryption_set: Optional[pulumi.Input['DiskEncryptionSetParametersArgs']] = None,
1712
+ security_encryption_type: Optional[pulumi.Input[Union[str, 'SecurityEncryptionTypes']]] = None):
1713
+ """
1714
+ Specifies the security profile settings for the managed disk. **Note:** It can only be set for Confidential VMs.
1715
+ :param pulumi.Input['DiskEncryptionSetParametersArgs'] disk_encryption_set: Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
1716
+ :param pulumi.Input[Union[str, 'SecurityEncryptionTypes']] security_encryption_type: Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob.. **Note:** It can be set for only Confidential VMs.
1717
+ """
1718
+ if disk_encryption_set is not None:
1719
+ pulumi.set(__self__, "disk_encryption_set", disk_encryption_set)
1720
+ if security_encryption_type is not None:
1721
+ pulumi.set(__self__, "security_encryption_type", security_encryption_type)
1722
+
1723
+ @property
1724
+ @pulumi.getter(name="diskEncryptionSet")
1725
+ def disk_encryption_set(self) -> Optional[pulumi.Input['DiskEncryptionSetParametersArgs']]:
1726
+ """
1727
+ Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
1728
+ """
1729
+ return pulumi.get(self, "disk_encryption_set")
1730
+
1731
+ @disk_encryption_set.setter
1732
+ def disk_encryption_set(self, value: Optional[pulumi.Input['DiskEncryptionSetParametersArgs']]):
1733
+ pulumi.set(self, "disk_encryption_set", value)
1734
+
1735
+ @property
1736
+ @pulumi.getter(name="securityEncryptionType")
1737
+ def security_encryption_type(self) -> Optional[pulumi.Input[Union[str, 'SecurityEncryptionTypes']]]:
1738
+ """
1739
+ Specifies the EncryptionType of the managed disk. It is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob.. **Note:** It can be set for only Confidential VMs.
1740
+ """
1741
+ return pulumi.get(self, "security_encryption_type")
1742
+
1743
+ @security_encryption_type.setter
1744
+ def security_encryption_type(self, value: Optional[pulumi.Input[Union[str, 'SecurityEncryptionTypes']]]):
1745
+ pulumi.set(self, "security_encryption_type", value)
1746
+
1747
+
1748
+ @pulumi.input_type
1749
+ class VMGalleryApplicationArgs:
1750
+ def __init__(__self__, *,
1751
+ package_reference_id: pulumi.Input[str],
1752
+ configuration_reference: Optional[pulumi.Input[str]] = None,
1753
+ enable_automatic_upgrade: Optional[pulumi.Input[bool]] = None,
1754
+ order: Optional[pulumi.Input[int]] = None,
1755
+ tags: Optional[pulumi.Input[str]] = None,
1756
+ treat_failure_as_deployment_failure: Optional[pulumi.Input[bool]] = None):
1757
+ """
1758
+ Specifies the required information to reference a compute gallery application version
1759
+ :param pulumi.Input[str] package_reference_id: Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
1760
+ :param pulumi.Input[str] configuration_reference: Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
1761
+ :param pulumi.Input[bool] enable_automatic_upgrade: If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
1762
+ :param pulumi.Input[int] order: Optional, Specifies the order in which the packages have to be installed
1763
+ :param pulumi.Input[str] tags: Optional, Specifies a passthrough value for more generic context.
1764
+ :param pulumi.Input[bool] treat_failure_as_deployment_failure: Optional, If true, any failure for any operation in the VmApplication will fail the deployment
1765
+ """
1766
+ pulumi.set(__self__, "package_reference_id", package_reference_id)
1767
+ if configuration_reference is not None:
1768
+ pulumi.set(__self__, "configuration_reference", configuration_reference)
1769
+ if enable_automatic_upgrade is not None:
1770
+ pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
1771
+ if order is not None:
1772
+ pulumi.set(__self__, "order", order)
1773
+ if tags is not None:
1774
+ pulumi.set(__self__, "tags", tags)
1775
+ if treat_failure_as_deployment_failure is not None:
1776
+ pulumi.set(__self__, "treat_failure_as_deployment_failure", treat_failure_as_deployment_failure)
1777
+
1778
+ @property
1779
+ @pulumi.getter(name="packageReferenceId")
1780
+ def package_reference_id(self) -> pulumi.Input[str]:
1781
+ """
1782
+ Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
1783
+ """
1784
+ return pulumi.get(self, "package_reference_id")
1785
+
1786
+ @package_reference_id.setter
1787
+ def package_reference_id(self, value: pulumi.Input[str]):
1788
+ pulumi.set(self, "package_reference_id", value)
1789
+
1790
+ @property
1791
+ @pulumi.getter(name="configurationReference")
1792
+ def configuration_reference(self) -> Optional[pulumi.Input[str]]:
1793
+ """
1794
+ Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
1795
+ """
1796
+ return pulumi.get(self, "configuration_reference")
1797
+
1798
+ @configuration_reference.setter
1799
+ def configuration_reference(self, value: Optional[pulumi.Input[str]]):
1800
+ pulumi.set(self, "configuration_reference", value)
1801
+
1802
+ @property
1803
+ @pulumi.getter(name="enableAutomaticUpgrade")
1804
+ def enable_automatic_upgrade(self) -> Optional[pulumi.Input[bool]]:
1805
+ """
1806
+ If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
1807
+ """
1808
+ return pulumi.get(self, "enable_automatic_upgrade")
1809
+
1810
+ @enable_automatic_upgrade.setter
1811
+ def enable_automatic_upgrade(self, value: Optional[pulumi.Input[bool]]):
1812
+ pulumi.set(self, "enable_automatic_upgrade", value)
1813
+
1814
+ @property
1815
+ @pulumi.getter
1816
+ def order(self) -> Optional[pulumi.Input[int]]:
1817
+ """
1818
+ Optional, Specifies the order in which the packages have to be installed
1819
+ """
1820
+ return pulumi.get(self, "order")
1821
+
1822
+ @order.setter
1823
+ def order(self, value: Optional[pulumi.Input[int]]):
1824
+ pulumi.set(self, "order", value)
1825
+
1826
+ @property
1827
+ @pulumi.getter
1828
+ def tags(self) -> Optional[pulumi.Input[str]]:
1829
+ """
1830
+ Optional, Specifies a passthrough value for more generic context.
1831
+ """
1832
+ return pulumi.get(self, "tags")
1833
+
1834
+ @tags.setter
1835
+ def tags(self, value: Optional[pulumi.Input[str]]):
1836
+ pulumi.set(self, "tags", value)
1837
+
1838
+ @property
1839
+ @pulumi.getter(name="treatFailureAsDeploymentFailure")
1840
+ def treat_failure_as_deployment_failure(self) -> Optional[pulumi.Input[bool]]:
1841
+ """
1842
+ Optional, If true, any failure for any operation in the VmApplication will fail the deployment
1843
+ """
1844
+ return pulumi.get(self, "treat_failure_as_deployment_failure")
1845
+
1846
+ @treat_failure_as_deployment_failure.setter
1847
+ def treat_failure_as_deployment_failure(self, value: Optional[pulumi.Input[bool]]):
1848
+ pulumi.set(self, "treat_failure_as_deployment_failure", value)
1849
+
1850
+
1851
+ @pulumi.input_type
1852
+ class VMSizePropertiesArgs:
1853
+ def __init__(__self__, *,
1854
+ v_cpus_available: Optional[pulumi.Input[int]] = None,
1855
+ v_cpus_per_core: Optional[pulumi.Input[int]] = None):
1856
+ """
1857
+ Specifies VM Size Property settings on the virtual machine.
1858
+ :param pulumi.Input[int] v_cpus_available: Specifies the number of vCPUs available for the VM. When this property is not specified in the request body the default behavior is to set it to the value of vCPUs available for that VM size exposed in api response of [List all available virtual machine sizes in a region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
1859
+ :param pulumi.Input[int] v_cpus_per_core: Specifies the vCPU to physical core ratio. When this property is not specified in the request body the default behavior is set to the value of vCPUsPerCore for the VM Size exposed in api response of [List all available virtual machine sizes in a region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list). **Setting this property to 1 also means that hyper-threading is disabled.**
1860
+ """
1861
+ if v_cpus_available is not None:
1862
+ pulumi.set(__self__, "v_cpus_available", v_cpus_available)
1863
+ if v_cpus_per_core is not None:
1864
+ pulumi.set(__self__, "v_cpus_per_core", v_cpus_per_core)
1865
+
1866
+ @property
1867
+ @pulumi.getter(name="vCPUsAvailable")
1868
+ def v_cpus_available(self) -> Optional[pulumi.Input[int]]:
1869
+ """
1870
+ Specifies the number of vCPUs available for the VM. When this property is not specified in the request body the default behavior is to set it to the value of vCPUs available for that VM size exposed in api response of [List all available virtual machine sizes in a region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
1871
+ """
1872
+ return pulumi.get(self, "v_cpus_available")
1873
+
1874
+ @v_cpus_available.setter
1875
+ def v_cpus_available(self, value: Optional[pulumi.Input[int]]):
1876
+ pulumi.set(self, "v_cpus_available", value)
1877
+
1878
+ @property
1879
+ @pulumi.getter(name="vCPUsPerCore")
1880
+ def v_cpus_per_core(self) -> Optional[pulumi.Input[int]]:
1881
+ """
1882
+ Specifies the vCPU to physical core ratio. When this property is not specified in the request body the default behavior is set to the value of vCPUsPerCore for the VM Size exposed in api response of [List all available virtual machine sizes in a region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list). **Setting this property to 1 also means that hyper-threading is disabled.**
1883
+ """
1884
+ return pulumi.get(self, "v_cpus_per_core")
1885
+
1886
+ @v_cpus_per_core.setter
1887
+ def v_cpus_per_core(self, value: Optional[pulumi.Input[int]]):
1888
+ pulumi.set(self, "v_cpus_per_core", value)
1889
+
1890
+
1891
+ @pulumi.input_type
1892
+ class VaultCertificateArgs:
1893
+ def __init__(__self__, *,
1894
+ certificate_store: Optional[pulumi.Input[str]] = None,
1895
+ certificate_url: Optional[pulumi.Input[str]] = None):
1896
+ """
1897
+ Describes a single certificate reference in a Key Vault, and where the certificate should reside on the VM.
1898
+ :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. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name &lt;UppercaseThumbprint&gt;.crt for the X509 certificate file and &lt;UppercaseThumbprint&gt;.prv for private key. Both of these files are .pem formatted.
1899
+ :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>} <br> To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
1900
+ """
1901
+ if certificate_store is not None:
1902
+ pulumi.set(__self__, "certificate_store", certificate_store)
1903
+ if certificate_url is not None:
1904
+ pulumi.set(__self__, "certificate_url", certificate_url)
1905
+
1906
+ @property
1907
+ @pulumi.getter(name="certificateStore")
1908
+ def certificate_store(self) -> Optional[pulumi.Input[str]]:
1909
+ """
1910
+ 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. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name &lt;UppercaseThumbprint&gt;.crt for the X509 certificate file and &lt;UppercaseThumbprint&gt;.prv for private key. Both of these files are .pem formatted.
1911
+ """
1912
+ return pulumi.get(self, "certificate_store")
1913
+
1914
+ @certificate_store.setter
1915
+ def certificate_store(self, value: Optional[pulumi.Input[str]]):
1916
+ pulumi.set(self, "certificate_store", value)
1917
+
1918
+ @property
1919
+ @pulumi.getter(name="certificateUrl")
1920
+ def certificate_url(self) -> Optional[pulumi.Input[str]]:
1921
+ """
1922
+ 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>} <br> To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
1923
+ """
1924
+ return pulumi.get(self, "certificate_url")
1925
+
1926
+ @certificate_url.setter
1927
+ def certificate_url(self, value: Optional[pulumi.Input[str]]):
1928
+ pulumi.set(self, "certificate_url", value)
1929
+
1930
+
1931
+ @pulumi.input_type
1932
+ class VaultSecretGroupArgs:
1933
+ def __init__(__self__, *,
1934
+ source_vault: Optional[pulumi.Input['SubResourceArgs']] = None,
1935
+ vault_certificates: Optional[pulumi.Input[Sequence[pulumi.Input['VaultCertificateArgs']]]] = None):
1936
+ """
1937
+ Describes a set of certificates which are all in the same Key Vault.
1938
+ :param pulumi.Input['SubResourceArgs'] source_vault: The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
1939
+ :param pulumi.Input[Sequence[pulumi.Input['VaultCertificateArgs']]] vault_certificates: The list of key vault references in SourceVault which contain certificates.
1940
+ """
1941
+ if source_vault is not None:
1942
+ pulumi.set(__self__, "source_vault", source_vault)
1943
+ if vault_certificates is not None:
1944
+ pulumi.set(__self__, "vault_certificates", vault_certificates)
1945
+
1946
+ @property
1947
+ @pulumi.getter(name="sourceVault")
1948
+ def source_vault(self) -> Optional[pulumi.Input['SubResourceArgs']]:
1949
+ """
1950
+ The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
1951
+ """
1952
+ return pulumi.get(self, "source_vault")
1953
+
1954
+ @source_vault.setter
1955
+ def source_vault(self, value: Optional[pulumi.Input['SubResourceArgs']]):
1956
+ pulumi.set(self, "source_vault", value)
1957
+
1958
+ @property
1959
+ @pulumi.getter(name="vaultCertificates")
1960
+ def vault_certificates(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VaultCertificateArgs']]]]:
1961
+ """
1962
+ The list of key vault references in SourceVault which contain certificates.
1963
+ """
1964
+ return pulumi.get(self, "vault_certificates")
1965
+
1966
+ @vault_certificates.setter
1967
+ def vault_certificates(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VaultCertificateArgs']]]]):
1968
+ pulumi.set(self, "vault_certificates", value)
1969
+
1970
+
1971
+ @pulumi.input_type
1972
+ class VirtualHardDiskArgs:
1973
+ def __init__(__self__, *,
1974
+ uri: Optional[pulumi.Input[str]] = None):
1975
+ """
1976
+ Describes the uri of a disk.
1977
+ :param pulumi.Input[str] uri: Specifies the virtual hard disk's uri.
1978
+ """
1979
+ if uri is not None:
1980
+ pulumi.set(__self__, "uri", uri)
1981
+
1982
+ @property
1983
+ @pulumi.getter
1984
+ def uri(self) -> Optional[pulumi.Input[str]]:
1985
+ """
1986
+ Specifies the virtual hard disk's uri.
1987
+ """
1988
+ return pulumi.get(self, "uri")
1989
+
1990
+ @uri.setter
1991
+ def uri(self, value: Optional[pulumi.Input[str]]):
1992
+ pulumi.set(self, "uri", value)
1993
+
1994
+
1995
+ @pulumi.input_type
1996
+ class VirtualMachineExtensionInstanceViewArgs:
1997
+ def __init__(__self__, *,
1998
+ name: Optional[pulumi.Input[str]] = None,
1999
+ statuses: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceViewStatusArgs']]]] = None,
2000
+ substatuses: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceViewStatusArgs']]]] = None,
2001
+ type: Optional[pulumi.Input[str]] = None,
2002
+ type_handler_version: Optional[pulumi.Input[str]] = None):
2003
+ """
2004
+ The instance view of a virtual machine extension.
2005
+ :param pulumi.Input[str] name: The virtual machine extension name.
2006
+ :param pulumi.Input[Sequence[pulumi.Input['InstanceViewStatusArgs']]] statuses: The resource status information.
2007
+ :param pulumi.Input[Sequence[pulumi.Input['InstanceViewStatusArgs']]] substatuses: The resource status information.
2008
+ :param pulumi.Input[str] type: Specifies the type of the extension; an example is "CustomScriptExtension".
2009
+ :param pulumi.Input[str] type_handler_version: Specifies the version of the script handler.
2010
+ """
2011
+ if name is not None:
2012
+ pulumi.set(__self__, "name", name)
2013
+ if statuses is not None:
2014
+ pulumi.set(__self__, "statuses", statuses)
2015
+ if substatuses is not None:
2016
+ pulumi.set(__self__, "substatuses", substatuses)
2017
+ if type is not None:
2018
+ pulumi.set(__self__, "type", type)
2019
+ if type_handler_version is not None:
2020
+ pulumi.set(__self__, "type_handler_version", type_handler_version)
2021
+
2022
+ @property
2023
+ @pulumi.getter
2024
+ def name(self) -> Optional[pulumi.Input[str]]:
2025
+ """
2026
+ The virtual machine extension name.
2027
+ """
2028
+ return pulumi.get(self, "name")
2029
+
2030
+ @name.setter
2031
+ def name(self, value: Optional[pulumi.Input[str]]):
2032
+ pulumi.set(self, "name", value)
2033
+
2034
+ @property
2035
+ @pulumi.getter
2036
+ def statuses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InstanceViewStatusArgs']]]]:
2037
+ """
2038
+ The resource status information.
2039
+ """
2040
+ return pulumi.get(self, "statuses")
2041
+
2042
+ @statuses.setter
2043
+ def statuses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceViewStatusArgs']]]]):
2044
+ pulumi.set(self, "statuses", value)
2045
+
2046
+ @property
2047
+ @pulumi.getter
2048
+ def substatuses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InstanceViewStatusArgs']]]]:
2049
+ """
2050
+ The resource status information.
2051
+ """
2052
+ return pulumi.get(self, "substatuses")
2053
+
2054
+ @substatuses.setter
2055
+ def substatuses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceViewStatusArgs']]]]):
2056
+ pulumi.set(self, "substatuses", value)
2057
+
2058
+ @property
2059
+ @pulumi.getter
2060
+ def type(self) -> Optional[pulumi.Input[str]]:
2061
+ """
2062
+ Specifies the type of the extension; an example is "CustomScriptExtension".
2063
+ """
2064
+ return pulumi.get(self, "type")
2065
+
2066
+ @type.setter
2067
+ def type(self, value: Optional[pulumi.Input[str]]):
2068
+ pulumi.set(self, "type", value)
2069
+
2070
+ @property
2071
+ @pulumi.getter(name="typeHandlerVersion")
2072
+ def type_handler_version(self) -> Optional[pulumi.Input[str]]:
2073
+ """
2074
+ Specifies the version of the script handler.
2075
+ """
2076
+ return pulumi.get(self, "type_handler_version")
2077
+
2078
+ @type_handler_version.setter
2079
+ def type_handler_version(self, value: Optional[pulumi.Input[str]]):
2080
+ pulumi.set(self, "type_handler_version", value)
2081
+
2082
+
2083
+ @pulumi.input_type
2084
+ class VirtualMachineExtensionArgs:
2085
+ def __init__(__self__, *,
2086
+ auto_upgrade_minor_version: Optional[pulumi.Input[bool]] = None,
2087
+ enable_automatic_upgrade: Optional[pulumi.Input[bool]] = None,
2088
+ force_update_tag: Optional[pulumi.Input[str]] = None,
2089
+ instance_view: Optional[pulumi.Input['VirtualMachineExtensionInstanceViewArgs']] = None,
2090
+ location: Optional[pulumi.Input[str]] = None,
2091
+ protected_settings: Optional[Any] = None,
2092
+ protected_settings_from_key_vault: Optional[pulumi.Input['KeyVaultSecretReferenceArgs']] = None,
2093
+ provision_after_extensions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2094
+ publisher: Optional[pulumi.Input[str]] = None,
2095
+ settings: Optional[Any] = None,
2096
+ suppress_failures: Optional[pulumi.Input[bool]] = None,
2097
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
2098
+ type: Optional[pulumi.Input[str]] = None,
2099
+ type_handler_version: Optional[pulumi.Input[str]] = None):
2100
+ """
2101
+ Describes a Virtual Machine Extension.
2102
+ :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.
2103
+ :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.
2104
+ :param pulumi.Input[str] force_update_tag: How the extension handler should be forced to update even if the extension configuration has not changed.
2105
+ :param pulumi.Input['VirtualMachineExtensionInstanceViewArgs'] instance_view: The virtual machine extension instance view.
2106
+ :param pulumi.Input[str] location: Resource location
2107
+ :param Any protected_settings: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
2108
+ :param pulumi.Input['KeyVaultSecretReferenceArgs'] protected_settings_from_key_vault: The extensions protected settings that are passed by reference, and consumed from key vault
2109
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] provision_after_extensions: Collection of extension names after which this extension needs to be provisioned.
2110
+ :param pulumi.Input[str] publisher: The name of the extension handler publisher.
2111
+ :param Any settings: Json formatted public settings for the extension.
2112
+ :param pulumi.Input[bool] suppress_failures: Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
2113
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags
2114
+ :param pulumi.Input[str] type: Specifies the type of the extension; an example is "CustomScriptExtension".
2115
+ :param pulumi.Input[str] type_handler_version: Specifies the version of the script handler.
2116
+ """
2117
+ if auto_upgrade_minor_version is not None:
2118
+ pulumi.set(__self__, "auto_upgrade_minor_version", auto_upgrade_minor_version)
2119
+ if enable_automatic_upgrade is not None:
2120
+ pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
2121
+ if force_update_tag is not None:
2122
+ pulumi.set(__self__, "force_update_tag", force_update_tag)
2123
+ if instance_view is not None:
2124
+ pulumi.set(__self__, "instance_view", instance_view)
2125
+ if location is not None:
2126
+ pulumi.set(__self__, "location", location)
2127
+ if protected_settings is not None:
2128
+ pulumi.set(__self__, "protected_settings", protected_settings)
2129
+ if protected_settings_from_key_vault is not None:
2130
+ pulumi.set(__self__, "protected_settings_from_key_vault", protected_settings_from_key_vault)
2131
+ if provision_after_extensions is not None:
2132
+ pulumi.set(__self__, "provision_after_extensions", provision_after_extensions)
2133
+ if publisher is not None:
2134
+ pulumi.set(__self__, "publisher", publisher)
2135
+ if settings is not None:
2136
+ pulumi.set(__self__, "settings", settings)
2137
+ if suppress_failures is not None:
2138
+ pulumi.set(__self__, "suppress_failures", suppress_failures)
2139
+ if tags is not None:
2140
+ pulumi.set(__self__, "tags", tags)
2141
+ if type is not None:
2142
+ pulumi.set(__self__, "type", type)
2143
+ if type_handler_version is not None:
2144
+ pulumi.set(__self__, "type_handler_version", type_handler_version)
2145
+
2146
+ @property
2147
+ @pulumi.getter(name="autoUpgradeMinorVersion")
2148
+ def auto_upgrade_minor_version(self) -> Optional[pulumi.Input[bool]]:
2149
+ """
2150
+ 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.
2151
+ """
2152
+ return pulumi.get(self, "auto_upgrade_minor_version")
2153
+
2154
+ @auto_upgrade_minor_version.setter
2155
+ def auto_upgrade_minor_version(self, value: Optional[pulumi.Input[bool]]):
2156
+ pulumi.set(self, "auto_upgrade_minor_version", value)
2157
+
2158
+ @property
2159
+ @pulumi.getter(name="enableAutomaticUpgrade")
2160
+ def enable_automatic_upgrade(self) -> Optional[pulumi.Input[bool]]:
2161
+ """
2162
+ Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
2163
+ """
2164
+ return pulumi.get(self, "enable_automatic_upgrade")
2165
+
2166
+ @enable_automatic_upgrade.setter
2167
+ def enable_automatic_upgrade(self, value: Optional[pulumi.Input[bool]]):
2168
+ pulumi.set(self, "enable_automatic_upgrade", value)
2169
+
2170
+ @property
2171
+ @pulumi.getter(name="forceUpdateTag")
2172
+ def force_update_tag(self) -> Optional[pulumi.Input[str]]:
2173
+ """
2174
+ How the extension handler should be forced to update even if the extension configuration has not changed.
2175
+ """
2176
+ return pulumi.get(self, "force_update_tag")
2177
+
2178
+ @force_update_tag.setter
2179
+ def force_update_tag(self, value: Optional[pulumi.Input[str]]):
2180
+ pulumi.set(self, "force_update_tag", value)
2181
+
2182
+ @property
2183
+ @pulumi.getter(name="instanceView")
2184
+ def instance_view(self) -> Optional[pulumi.Input['VirtualMachineExtensionInstanceViewArgs']]:
2185
+ """
2186
+ The virtual machine extension instance view.
2187
+ """
2188
+ return pulumi.get(self, "instance_view")
2189
+
2190
+ @instance_view.setter
2191
+ def instance_view(self, value: Optional[pulumi.Input['VirtualMachineExtensionInstanceViewArgs']]):
2192
+ pulumi.set(self, "instance_view", value)
2193
+
2194
+ @property
2195
+ @pulumi.getter
2196
+ def location(self) -> Optional[pulumi.Input[str]]:
2197
+ """
2198
+ Resource location
2199
+ """
2200
+ return pulumi.get(self, "location")
2201
+
2202
+ @location.setter
2203
+ def location(self, value: Optional[pulumi.Input[str]]):
2204
+ pulumi.set(self, "location", value)
2205
+
2206
+ @property
2207
+ @pulumi.getter(name="protectedSettings")
2208
+ def protected_settings(self) -> Optional[Any]:
2209
+ """
2210
+ The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
2211
+ """
2212
+ return pulumi.get(self, "protected_settings")
2213
+
2214
+ @protected_settings.setter
2215
+ def protected_settings(self, value: Optional[Any]):
2216
+ pulumi.set(self, "protected_settings", value)
2217
+
2218
+ @property
2219
+ @pulumi.getter(name="protectedSettingsFromKeyVault")
2220
+ def protected_settings_from_key_vault(self) -> Optional[pulumi.Input['KeyVaultSecretReferenceArgs']]:
2221
+ """
2222
+ The extensions protected settings that are passed by reference, and consumed from key vault
2223
+ """
2224
+ return pulumi.get(self, "protected_settings_from_key_vault")
2225
+
2226
+ @protected_settings_from_key_vault.setter
2227
+ def protected_settings_from_key_vault(self, value: Optional[pulumi.Input['KeyVaultSecretReferenceArgs']]):
2228
+ pulumi.set(self, "protected_settings_from_key_vault", value)
2229
+
2230
+ @property
2231
+ @pulumi.getter(name="provisionAfterExtensions")
2232
+ def provision_after_extensions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2233
+ """
2234
+ Collection of extension names after which this extension needs to be provisioned.
2235
+ """
2236
+ return pulumi.get(self, "provision_after_extensions")
2237
+
2238
+ @provision_after_extensions.setter
2239
+ def provision_after_extensions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2240
+ pulumi.set(self, "provision_after_extensions", value)
2241
+
2242
+ @property
2243
+ @pulumi.getter
2244
+ def publisher(self) -> Optional[pulumi.Input[str]]:
2245
+ """
2246
+ The name of the extension handler publisher.
2247
+ """
2248
+ return pulumi.get(self, "publisher")
2249
+
2250
+ @publisher.setter
2251
+ def publisher(self, value: Optional[pulumi.Input[str]]):
2252
+ pulumi.set(self, "publisher", value)
2253
+
2254
+ @property
2255
+ @pulumi.getter
2256
+ def settings(self) -> Optional[Any]:
2257
+ """
2258
+ Json formatted public settings for the extension.
2259
+ """
2260
+ return pulumi.get(self, "settings")
2261
+
2262
+ @settings.setter
2263
+ def settings(self, value: Optional[Any]):
2264
+ pulumi.set(self, "settings", value)
2265
+
2266
+ @property
2267
+ @pulumi.getter(name="suppressFailures")
2268
+ def suppress_failures(self) -> Optional[pulumi.Input[bool]]:
2269
+ """
2270
+ Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
2271
+ """
2272
+ return pulumi.get(self, "suppress_failures")
2273
+
2274
+ @suppress_failures.setter
2275
+ def suppress_failures(self, value: Optional[pulumi.Input[bool]]):
2276
+ pulumi.set(self, "suppress_failures", value)
2277
+
2278
+ @property
2279
+ @pulumi.getter
2280
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
2281
+ """
2282
+ Resource tags
2283
+ """
2284
+ return pulumi.get(self, "tags")
2285
+
2286
+ @tags.setter
2287
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
2288
+ pulumi.set(self, "tags", value)
2289
+
2290
+ @property
2291
+ @pulumi.getter
2292
+ def type(self) -> Optional[pulumi.Input[str]]:
2293
+ """
2294
+ Specifies the type of the extension; an example is "CustomScriptExtension".
2295
+ """
2296
+ return pulumi.get(self, "type")
2297
+
2298
+ @type.setter
2299
+ def type(self, value: Optional[pulumi.Input[str]]):
2300
+ pulumi.set(self, "type", value)
2301
+
2302
+ @property
2303
+ @pulumi.getter(name="typeHandlerVersion")
2304
+ def type_handler_version(self) -> Optional[pulumi.Input[str]]:
2305
+ """
2306
+ Specifies the version of the script handler.
2307
+ """
2308
+ return pulumi.get(self, "type_handler_version")
2309
+
2310
+ @type_handler_version.setter
2311
+ def type_handler_version(self, value: Optional[pulumi.Input[str]]):
2312
+ pulumi.set(self, "type_handler_version", value)
2313
+
2314
+
2315
+ @pulumi.input_type
2316
+ class VirtualMachineScaleSetDataDiskArgs:
2317
+ def __init__(__self__, *,
2318
+ create_option: pulumi.Input[Union[str, 'DiskCreateOptionTypes']],
2319
+ lun: pulumi.Input[int],
2320
+ caching: Optional[pulumi.Input['CachingTypes']] = None,
2321
+ delete_option: Optional[pulumi.Input[Union[str, 'DiskDeleteOptionTypes']]] = None,
2322
+ disk_iops_read_write: Optional[pulumi.Input[float]] = None,
2323
+ disk_m_bps_read_write: Optional[pulumi.Input[float]] = None,
2324
+ disk_size_gb: Optional[pulumi.Input[int]] = None,
2325
+ managed_disk: Optional[pulumi.Input['VirtualMachineScaleSetManagedDiskParametersArgs']] = None,
2326
+ name: Optional[pulumi.Input[str]] = None,
2327
+ write_accelerator_enabled: Optional[pulumi.Input[bool]] = None):
2328
+ """
2329
+ Describes a virtual machine scale set data disk.
2330
+ :param pulumi.Input[Union[str, 'DiskCreateOptionTypes']] create_option: The create option.
2331
+ :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.
2332
+ :param pulumi.Input['CachingTypes'] caching: Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The default values are: **None for Standard storage. ReadOnly for Premium storage.**
2333
+ :param pulumi.Input[Union[str, 'DiskDeleteOptionTypes']] delete_option: Specifies whether data disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only).<br><br> Possible values: <br><br> **Delete** If this value is used, the data disk is deleted when the VMSS Flex VM is deleted.<br><br> **Detach** If this value is used, the data disk is retained after VMSS Flex VM is deleted.<br><br> The default value is set to **Delete**.
2334
+ :param pulumi.Input[float] disk_iops_read_write: Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
2335
+ :param pulumi.Input[float] disk_m_bps_read_write: Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
2336
+ :param pulumi.Input[int] disk_size_gb: Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property diskSizeGB is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
2337
+ :param pulumi.Input['VirtualMachineScaleSetManagedDiskParametersArgs'] managed_disk: The managed disk parameters.
2338
+ :param pulumi.Input[str] name: The disk name.
2339
+ :param pulumi.Input[bool] write_accelerator_enabled: Specifies whether writeAccelerator should be enabled or disabled on the disk.
2340
+ """
2341
+ pulumi.set(__self__, "create_option", create_option)
2342
+ pulumi.set(__self__, "lun", lun)
2343
+ if caching is not None:
2344
+ pulumi.set(__self__, "caching", caching)
2345
+ if delete_option is not None:
2346
+ pulumi.set(__self__, "delete_option", delete_option)
2347
+ if disk_iops_read_write is not None:
2348
+ pulumi.set(__self__, "disk_iops_read_write", disk_iops_read_write)
2349
+ if disk_m_bps_read_write is not None:
2350
+ pulumi.set(__self__, "disk_m_bps_read_write", disk_m_bps_read_write)
2351
+ if disk_size_gb is not None:
2352
+ pulumi.set(__self__, "disk_size_gb", disk_size_gb)
2353
+ if managed_disk is not None:
2354
+ pulumi.set(__self__, "managed_disk", managed_disk)
2355
+ if name is not None:
2356
+ pulumi.set(__self__, "name", name)
2357
+ if write_accelerator_enabled is not None:
2358
+ pulumi.set(__self__, "write_accelerator_enabled", write_accelerator_enabled)
2359
+
2360
+ @property
2361
+ @pulumi.getter(name="createOption")
2362
+ def create_option(self) -> pulumi.Input[Union[str, 'DiskCreateOptionTypes']]:
2363
+ """
2364
+ The create option.
2365
+ """
2366
+ return pulumi.get(self, "create_option")
2367
+
2368
+ @create_option.setter
2369
+ def create_option(self, value: pulumi.Input[Union[str, 'DiskCreateOptionTypes']]):
2370
+ pulumi.set(self, "create_option", value)
2371
+
2372
+ @property
2373
+ @pulumi.getter
2374
+ def lun(self) -> pulumi.Input[int]:
2375
+ """
2376
+ 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.
2377
+ """
2378
+ return pulumi.get(self, "lun")
2379
+
2380
+ @lun.setter
2381
+ def lun(self, value: pulumi.Input[int]):
2382
+ pulumi.set(self, "lun", value)
2383
+
2384
+ @property
2385
+ @pulumi.getter
2386
+ def caching(self) -> Optional[pulumi.Input['CachingTypes']]:
2387
+ """
2388
+ Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The default values are: **None for Standard storage. ReadOnly for Premium storage.**
2389
+ """
2390
+ return pulumi.get(self, "caching")
2391
+
2392
+ @caching.setter
2393
+ def caching(self, value: Optional[pulumi.Input['CachingTypes']]):
2394
+ pulumi.set(self, "caching", value)
2395
+
2396
+ @property
2397
+ @pulumi.getter(name="deleteOption")
2398
+ def delete_option(self) -> Optional[pulumi.Input[Union[str, 'DiskDeleteOptionTypes']]]:
2399
+ """
2400
+ Specifies whether data disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only).<br><br> Possible values: <br><br> **Delete** If this value is used, the data disk is deleted when the VMSS Flex VM is deleted.<br><br> **Detach** If this value is used, the data disk is retained after VMSS Flex VM is deleted.<br><br> The default value is set to **Delete**.
2401
+ """
2402
+ return pulumi.get(self, "delete_option")
2403
+
2404
+ @delete_option.setter
2405
+ def delete_option(self, value: Optional[pulumi.Input[Union[str, 'DiskDeleteOptionTypes']]]):
2406
+ pulumi.set(self, "delete_option", value)
2407
+
2408
+ @property
2409
+ @pulumi.getter(name="diskIOPSReadWrite")
2410
+ def disk_iops_read_write(self) -> Optional[pulumi.Input[float]]:
2411
+ """
2412
+ Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
2413
+ """
2414
+ return pulumi.get(self, "disk_iops_read_write")
2415
+
2416
+ @disk_iops_read_write.setter
2417
+ def disk_iops_read_write(self, value: Optional[pulumi.Input[float]]):
2418
+ pulumi.set(self, "disk_iops_read_write", value)
2419
+
2420
+ @property
2421
+ @pulumi.getter(name="diskMBpsReadWrite")
2422
+ def disk_m_bps_read_write(self) -> Optional[pulumi.Input[float]]:
2423
+ """
2424
+ Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB.
2425
+ """
2426
+ return pulumi.get(self, "disk_m_bps_read_write")
2427
+
2428
+ @disk_m_bps_read_write.setter
2429
+ def disk_m_bps_read_write(self, value: Optional[pulumi.Input[float]]):
2430
+ pulumi.set(self, "disk_m_bps_read_write", value)
2431
+
2432
+ @property
2433
+ @pulumi.getter(name="diskSizeGB")
2434
+ def disk_size_gb(self) -> Optional[pulumi.Input[int]]:
2435
+ """
2436
+ Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property diskSizeGB is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
2437
+ """
2438
+ return pulumi.get(self, "disk_size_gb")
2439
+
2440
+ @disk_size_gb.setter
2441
+ def disk_size_gb(self, value: Optional[pulumi.Input[int]]):
2442
+ pulumi.set(self, "disk_size_gb", value)
2443
+
2444
+ @property
2445
+ @pulumi.getter(name="managedDisk")
2446
+ def managed_disk(self) -> Optional[pulumi.Input['VirtualMachineScaleSetManagedDiskParametersArgs']]:
2447
+ """
2448
+ The managed disk parameters.
2449
+ """
2450
+ return pulumi.get(self, "managed_disk")
2451
+
2452
+ @managed_disk.setter
2453
+ def managed_disk(self, value: Optional[pulumi.Input['VirtualMachineScaleSetManagedDiskParametersArgs']]):
2454
+ pulumi.set(self, "managed_disk", value)
2455
+
2456
+ @property
2457
+ @pulumi.getter
2458
+ def name(self) -> Optional[pulumi.Input[str]]:
2459
+ """
2460
+ The disk name.
2461
+ """
2462
+ return pulumi.get(self, "name")
2463
+
2464
+ @name.setter
2465
+ def name(self, value: Optional[pulumi.Input[str]]):
2466
+ pulumi.set(self, "name", value)
2467
+
2468
+ @property
2469
+ @pulumi.getter(name="writeAcceleratorEnabled")
2470
+ def write_accelerator_enabled(self) -> Optional[pulumi.Input[bool]]:
2471
+ """
2472
+ Specifies whether writeAccelerator should be enabled or disabled on the disk.
2473
+ """
2474
+ return pulumi.get(self, "write_accelerator_enabled")
2475
+
2476
+ @write_accelerator_enabled.setter
2477
+ def write_accelerator_enabled(self, value: Optional[pulumi.Input[bool]]):
2478
+ pulumi.set(self, "write_accelerator_enabled", value)
2479
+
2480
+
2481
+ @pulumi.input_type
2482
+ class VirtualMachineScaleSetExtensionProfileArgs:
2483
+ def __init__(__self__, *,
2484
+ extensions: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetExtensionArgs']]]] = None,
2485
+ extensions_time_budget: Optional[pulumi.Input[str]] = None):
2486
+ """
2487
+ Describes a virtual machine scale set extension profile.
2488
+ :param pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetExtensionArgs']]] extensions: The virtual machine scale set child extension resources.
2489
+ :param pulumi.Input[str] extensions_time_budget: Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum api-version: 2020-06-01.
2490
+ """
2491
+ if extensions is not None:
2492
+ pulumi.set(__self__, "extensions", extensions)
2493
+ if extensions_time_budget is not None:
2494
+ pulumi.set(__self__, "extensions_time_budget", extensions_time_budget)
2495
+
2496
+ @property
2497
+ @pulumi.getter
2498
+ def extensions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetExtensionArgs']]]]:
2499
+ """
2500
+ The virtual machine scale set child extension resources.
2501
+ """
2502
+ return pulumi.get(self, "extensions")
2503
+
2504
+ @extensions.setter
2505
+ def extensions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetExtensionArgs']]]]):
2506
+ pulumi.set(self, "extensions", value)
2507
+
2508
+ @property
2509
+ @pulumi.getter(name="extensionsTimeBudget")
2510
+ def extensions_time_budget(self) -> Optional[pulumi.Input[str]]:
2511
+ """
2512
+ Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M). Minimum api-version: 2020-06-01.
2513
+ """
2514
+ return pulumi.get(self, "extensions_time_budget")
2515
+
2516
+ @extensions_time_budget.setter
2517
+ def extensions_time_budget(self, value: Optional[pulumi.Input[str]]):
2518
+ pulumi.set(self, "extensions_time_budget", value)
2519
+
2520
+
2521
+ @pulumi.input_type
2522
+ class VirtualMachineScaleSetExtensionArgs:
2523
+ def __init__(__self__, *,
2524
+ auto_upgrade_minor_version: Optional[pulumi.Input[bool]] = None,
2525
+ enable_automatic_upgrade: Optional[pulumi.Input[bool]] = None,
2526
+ force_update_tag: Optional[pulumi.Input[str]] = None,
2527
+ name: Optional[pulumi.Input[str]] = None,
2528
+ protected_settings: Optional[Any] = None,
2529
+ protected_settings_from_key_vault: Optional[pulumi.Input['KeyVaultSecretReferenceArgs']] = None,
2530
+ provision_after_extensions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2531
+ publisher: Optional[pulumi.Input[str]] = None,
2532
+ settings: Optional[Any] = None,
2533
+ suppress_failures: Optional[pulumi.Input[bool]] = None,
2534
+ type: Optional[pulumi.Input[str]] = None,
2535
+ type_handler_version: Optional[pulumi.Input[str]] = None):
2536
+ """
2537
+ Describes a Virtual Machine Scale Set Extension.
2538
+ :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.
2539
+ :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.
2540
+ :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.
2541
+ :param pulumi.Input[str] name: The name of the extension.
2542
+ :param Any protected_settings: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
2543
+ :param pulumi.Input['KeyVaultSecretReferenceArgs'] protected_settings_from_key_vault: The extensions protected settings that are passed by reference, and consumed from key vault
2544
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] provision_after_extensions: Collection of extension names after which this extension needs to be provisioned.
2545
+ :param pulumi.Input[str] publisher: The name of the extension handler publisher.
2546
+ :param Any settings: Json formatted public settings for the extension.
2547
+ :param pulumi.Input[bool] suppress_failures: Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
2548
+ :param pulumi.Input[str] type: Specifies the type of the extension; an example is "CustomScriptExtension".
2549
+ :param pulumi.Input[str] type_handler_version: Specifies the version of the script handler.
2550
+ """
2551
+ if auto_upgrade_minor_version is not None:
2552
+ pulumi.set(__self__, "auto_upgrade_minor_version", auto_upgrade_minor_version)
2553
+ if enable_automatic_upgrade is not None:
2554
+ pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
2555
+ if force_update_tag is not None:
2556
+ pulumi.set(__self__, "force_update_tag", force_update_tag)
2557
+ if name is not None:
2558
+ pulumi.set(__self__, "name", name)
2559
+ if protected_settings is not None:
2560
+ pulumi.set(__self__, "protected_settings", protected_settings)
2561
+ if protected_settings_from_key_vault is not None:
2562
+ pulumi.set(__self__, "protected_settings_from_key_vault", protected_settings_from_key_vault)
2563
+ if provision_after_extensions is not None:
2564
+ pulumi.set(__self__, "provision_after_extensions", provision_after_extensions)
2565
+ if publisher is not None:
2566
+ pulumi.set(__self__, "publisher", publisher)
2567
+ if settings is not None:
2568
+ pulumi.set(__self__, "settings", settings)
2569
+ if suppress_failures is not None:
2570
+ pulumi.set(__self__, "suppress_failures", suppress_failures)
2571
+ if type is not None:
2572
+ pulumi.set(__self__, "type", type)
2573
+ if type_handler_version is not None:
2574
+ pulumi.set(__self__, "type_handler_version", type_handler_version)
2575
+
2576
+ @property
2577
+ @pulumi.getter(name="autoUpgradeMinorVersion")
2578
+ def auto_upgrade_minor_version(self) -> Optional[pulumi.Input[bool]]:
2579
+ """
2580
+ 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.
2581
+ """
2582
+ return pulumi.get(self, "auto_upgrade_minor_version")
2583
+
2584
+ @auto_upgrade_minor_version.setter
2585
+ def auto_upgrade_minor_version(self, value: Optional[pulumi.Input[bool]]):
2586
+ pulumi.set(self, "auto_upgrade_minor_version", value)
2587
+
2588
+ @property
2589
+ @pulumi.getter(name="enableAutomaticUpgrade")
2590
+ def enable_automatic_upgrade(self) -> Optional[pulumi.Input[bool]]:
2591
+ """
2592
+ Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
2593
+ """
2594
+ return pulumi.get(self, "enable_automatic_upgrade")
2595
+
2596
+ @enable_automatic_upgrade.setter
2597
+ def enable_automatic_upgrade(self, value: Optional[pulumi.Input[bool]]):
2598
+ pulumi.set(self, "enable_automatic_upgrade", value)
2599
+
2600
+ @property
2601
+ @pulumi.getter(name="forceUpdateTag")
2602
+ def force_update_tag(self) -> Optional[pulumi.Input[str]]:
2603
+ """
2604
+ 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.
2605
+ """
2606
+ return pulumi.get(self, "force_update_tag")
2607
+
2608
+ @force_update_tag.setter
2609
+ def force_update_tag(self, value: Optional[pulumi.Input[str]]):
2610
+ pulumi.set(self, "force_update_tag", value)
2611
+
2612
+ @property
2613
+ @pulumi.getter
2614
+ def name(self) -> Optional[pulumi.Input[str]]:
2615
+ """
2616
+ The name of the extension.
2617
+ """
2618
+ return pulumi.get(self, "name")
2619
+
2620
+ @name.setter
2621
+ def name(self, value: Optional[pulumi.Input[str]]):
2622
+ pulumi.set(self, "name", value)
2623
+
2624
+ @property
2625
+ @pulumi.getter(name="protectedSettings")
2626
+ def protected_settings(self) -> Optional[Any]:
2627
+ """
2628
+ The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
2629
+ """
2630
+ return pulumi.get(self, "protected_settings")
2631
+
2632
+ @protected_settings.setter
2633
+ def protected_settings(self, value: Optional[Any]):
2634
+ pulumi.set(self, "protected_settings", value)
2635
+
2636
+ @property
2637
+ @pulumi.getter(name="protectedSettingsFromKeyVault")
2638
+ def protected_settings_from_key_vault(self) -> Optional[pulumi.Input['KeyVaultSecretReferenceArgs']]:
2639
+ """
2640
+ The extensions protected settings that are passed by reference, and consumed from key vault
2641
+ """
2642
+ return pulumi.get(self, "protected_settings_from_key_vault")
2643
+
2644
+ @protected_settings_from_key_vault.setter
2645
+ def protected_settings_from_key_vault(self, value: Optional[pulumi.Input['KeyVaultSecretReferenceArgs']]):
2646
+ pulumi.set(self, "protected_settings_from_key_vault", value)
2647
+
2648
+ @property
2649
+ @pulumi.getter(name="provisionAfterExtensions")
2650
+ def provision_after_extensions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2651
+ """
2652
+ Collection of extension names after which this extension needs to be provisioned.
2653
+ """
2654
+ return pulumi.get(self, "provision_after_extensions")
2655
+
2656
+ @provision_after_extensions.setter
2657
+ def provision_after_extensions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2658
+ pulumi.set(self, "provision_after_extensions", value)
2659
+
2660
+ @property
2661
+ @pulumi.getter
2662
+ def publisher(self) -> Optional[pulumi.Input[str]]:
2663
+ """
2664
+ The name of the extension handler publisher.
2665
+ """
2666
+ return pulumi.get(self, "publisher")
2667
+
2668
+ @publisher.setter
2669
+ def publisher(self, value: Optional[pulumi.Input[str]]):
2670
+ pulumi.set(self, "publisher", value)
2671
+
2672
+ @property
2673
+ @pulumi.getter
2674
+ def settings(self) -> Optional[Any]:
2675
+ """
2676
+ Json formatted public settings for the extension.
2677
+ """
2678
+ return pulumi.get(self, "settings")
2679
+
2680
+ @settings.setter
2681
+ def settings(self, value: Optional[Any]):
2682
+ pulumi.set(self, "settings", value)
2683
+
2684
+ @property
2685
+ @pulumi.getter(name="suppressFailures")
2686
+ def suppress_failures(self) -> Optional[pulumi.Input[bool]]:
2687
+ """
2688
+ Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
2689
+ """
2690
+ return pulumi.get(self, "suppress_failures")
2691
+
2692
+ @suppress_failures.setter
2693
+ def suppress_failures(self, value: Optional[pulumi.Input[bool]]):
2694
+ pulumi.set(self, "suppress_failures", value)
2695
+
2696
+ @property
2697
+ @pulumi.getter
2698
+ def type(self) -> Optional[pulumi.Input[str]]:
2699
+ """
2700
+ Specifies the type of the extension; an example is "CustomScriptExtension".
2701
+ """
2702
+ return pulumi.get(self, "type")
2703
+
2704
+ @type.setter
2705
+ def type(self, value: Optional[pulumi.Input[str]]):
2706
+ pulumi.set(self, "type", value)
2707
+
2708
+ @property
2709
+ @pulumi.getter(name="typeHandlerVersion")
2710
+ def type_handler_version(self) -> Optional[pulumi.Input[str]]:
2711
+ """
2712
+ Specifies the version of the script handler.
2713
+ """
2714
+ return pulumi.get(self, "type_handler_version")
2715
+
2716
+ @type_handler_version.setter
2717
+ def type_handler_version(self, value: Optional[pulumi.Input[str]]):
2718
+ pulumi.set(self, "type_handler_version", value)
2719
+
2720
+
2721
+ @pulumi.input_type
2722
+ class VirtualMachineScaleSetHardwareProfileArgs:
2723
+ def __init__(__self__, *,
2724
+ vm_size_properties: Optional[pulumi.Input['VMSizePropertiesArgs']] = None):
2725
+ """
2726
+ Specifies the hardware settings for the virtual machine scale set.
2727
+ :param pulumi.Input['VMSizePropertiesArgs'] vm_size_properties: Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-11-01. Please follow the instructions in [VM Customization](https://aka.ms/vmcustomization) for more details.
2728
+ """
2729
+ if vm_size_properties is not None:
2730
+ pulumi.set(__self__, "vm_size_properties", vm_size_properties)
2731
+
2732
+ @property
2733
+ @pulumi.getter(name="vmSizeProperties")
2734
+ def vm_size_properties(self) -> Optional[pulumi.Input['VMSizePropertiesArgs']]:
2735
+ """
2736
+ Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-11-01. Please follow the instructions in [VM Customization](https://aka.ms/vmcustomization) for more details.
2737
+ """
2738
+ return pulumi.get(self, "vm_size_properties")
2739
+
2740
+ @vm_size_properties.setter
2741
+ def vm_size_properties(self, value: Optional[pulumi.Input['VMSizePropertiesArgs']]):
2742
+ pulumi.set(self, "vm_size_properties", value)
2743
+
2744
+
2745
+ @pulumi.input_type
2746
+ class VirtualMachineScaleSetIPConfigurationArgs:
2747
+ def __init__(__self__, *,
2748
+ name: pulumi.Input[str],
2749
+ application_gateway_backend_address_pools: Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]] = None,
2750
+ application_security_groups: Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]] = None,
2751
+ load_balancer_backend_address_pools: Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]] = None,
2752
+ load_balancer_inbound_nat_pools: Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]] = None,
2753
+ primary: Optional[pulumi.Input[bool]] = None,
2754
+ private_ip_address_version: Optional[pulumi.Input[Union[str, 'IPVersion']]] = None,
2755
+ public_ip_address_configuration: Optional[pulumi.Input['VirtualMachineScaleSetPublicIPAddressConfigurationArgs']] = None,
2756
+ subnet: Optional[pulumi.Input['ApiEntityReferenceArgs']] = None):
2757
+ """
2758
+ Describes a virtual machine scale set network profile's IP configuration.
2759
+ :param pulumi.Input[str] name: The IP configuration name.
2760
+ :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 scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway.
2761
+ :param pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]] application_security_groups: Specifies an array of references to application security group.
2762
+ :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 scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
2763
+ :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 scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
2764
+ :param pulumi.Input[bool] primary: Specifies the primary network interface in case the virtual machine has more than 1 network interface.
2765
+ :param pulumi.Input[Union[str, 'IPVersion']] private_ip_address_version: Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
2766
+ :param pulumi.Input['VirtualMachineScaleSetPublicIPAddressConfigurationArgs'] public_ip_address_configuration: The publicIPAddressConfiguration.
2767
+ :param pulumi.Input['ApiEntityReferenceArgs'] subnet: Specifies the identifier of the subnet.
2768
+ """
2769
+ pulumi.set(__self__, "name", name)
2770
+ if application_gateway_backend_address_pools is not None:
2771
+ pulumi.set(__self__, "application_gateway_backend_address_pools", application_gateway_backend_address_pools)
2772
+ if application_security_groups is not None:
2773
+ pulumi.set(__self__, "application_security_groups", application_security_groups)
2774
+ if load_balancer_backend_address_pools is not None:
2775
+ pulumi.set(__self__, "load_balancer_backend_address_pools", load_balancer_backend_address_pools)
2776
+ if load_balancer_inbound_nat_pools is not None:
2777
+ pulumi.set(__self__, "load_balancer_inbound_nat_pools", load_balancer_inbound_nat_pools)
2778
+ if primary is not None:
2779
+ pulumi.set(__self__, "primary", primary)
2780
+ if private_ip_address_version is not None:
2781
+ pulumi.set(__self__, "private_ip_address_version", private_ip_address_version)
2782
+ if public_ip_address_configuration is not None:
2783
+ pulumi.set(__self__, "public_ip_address_configuration", public_ip_address_configuration)
2784
+ if subnet is not None:
2785
+ pulumi.set(__self__, "subnet", subnet)
2786
+
2787
+ @property
2788
+ @pulumi.getter
2789
+ def name(self) -> pulumi.Input[str]:
2790
+ """
2791
+ The IP configuration name.
2792
+ """
2793
+ return pulumi.get(self, "name")
2794
+
2795
+ @name.setter
2796
+ def name(self, value: pulumi.Input[str]):
2797
+ pulumi.set(self, "name", value)
2798
+
2799
+ @property
2800
+ @pulumi.getter(name="applicationGatewayBackendAddressPools")
2801
+ def application_gateway_backend_address_pools(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]]:
2802
+ """
2803
+ Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway.
2804
+ """
2805
+ return pulumi.get(self, "application_gateway_backend_address_pools")
2806
+
2807
+ @application_gateway_backend_address_pools.setter
2808
+ def application_gateway_backend_address_pools(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]]):
2809
+ pulumi.set(self, "application_gateway_backend_address_pools", value)
2810
+
2811
+ @property
2812
+ @pulumi.getter(name="applicationSecurityGroups")
2813
+ def application_security_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]]:
2814
+ """
2815
+ Specifies an array of references to application security group.
2816
+ """
2817
+ return pulumi.get(self, "application_security_groups")
2818
+
2819
+ @application_security_groups.setter
2820
+ def application_security_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]]):
2821
+ pulumi.set(self, "application_security_groups", value)
2822
+
2823
+ @property
2824
+ @pulumi.getter(name="loadBalancerBackendAddressPools")
2825
+ def load_balancer_backend_address_pools(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]]:
2826
+ """
2827
+ Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
2828
+ """
2829
+ return pulumi.get(self, "load_balancer_backend_address_pools")
2830
+
2831
+ @load_balancer_backend_address_pools.setter
2832
+ def load_balancer_backend_address_pools(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]]):
2833
+ pulumi.set(self, "load_balancer_backend_address_pools", value)
2834
+
2835
+ @property
2836
+ @pulumi.getter(name="loadBalancerInboundNatPools")
2837
+ def load_balancer_inbound_nat_pools(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]]:
2838
+ """
2839
+ Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
2840
+ """
2841
+ return pulumi.get(self, "load_balancer_inbound_nat_pools")
2842
+
2843
+ @load_balancer_inbound_nat_pools.setter
2844
+ def load_balancer_inbound_nat_pools(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SubResourceArgs']]]]):
2845
+ pulumi.set(self, "load_balancer_inbound_nat_pools", value)
2846
+
2847
+ @property
2848
+ @pulumi.getter
2849
+ def primary(self) -> Optional[pulumi.Input[bool]]:
2850
+ """
2851
+ Specifies the primary network interface in case the virtual machine has more than 1 network interface.
2852
+ """
2853
+ return pulumi.get(self, "primary")
2854
+
2855
+ @primary.setter
2856
+ def primary(self, value: Optional[pulumi.Input[bool]]):
2857
+ pulumi.set(self, "primary", value)
2858
+
2859
+ @property
2860
+ @pulumi.getter(name="privateIPAddressVersion")
2861
+ def private_ip_address_version(self) -> Optional[pulumi.Input[Union[str, 'IPVersion']]]:
2862
+ """
2863
+ Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
2864
+ """
2865
+ return pulumi.get(self, "private_ip_address_version")
2866
+
2867
+ @private_ip_address_version.setter
2868
+ def private_ip_address_version(self, value: Optional[pulumi.Input[Union[str, 'IPVersion']]]):
2869
+ pulumi.set(self, "private_ip_address_version", value)
2870
+
2871
+ @property
2872
+ @pulumi.getter(name="publicIPAddressConfiguration")
2873
+ def public_ip_address_configuration(self) -> Optional[pulumi.Input['VirtualMachineScaleSetPublicIPAddressConfigurationArgs']]:
2874
+ """
2875
+ The publicIPAddressConfiguration.
2876
+ """
2877
+ return pulumi.get(self, "public_ip_address_configuration")
2878
+
2879
+ @public_ip_address_configuration.setter
2880
+ def public_ip_address_configuration(self, value: Optional[pulumi.Input['VirtualMachineScaleSetPublicIPAddressConfigurationArgs']]):
2881
+ pulumi.set(self, "public_ip_address_configuration", value)
2882
+
2883
+ @property
2884
+ @pulumi.getter
2885
+ def subnet(self) -> Optional[pulumi.Input['ApiEntityReferenceArgs']]:
2886
+ """
2887
+ Specifies the identifier of the subnet.
2888
+ """
2889
+ return pulumi.get(self, "subnet")
2890
+
2891
+ @subnet.setter
2892
+ def subnet(self, value: Optional[pulumi.Input['ApiEntityReferenceArgs']]):
2893
+ pulumi.set(self, "subnet", value)
2894
+
2895
+
2896
+ @pulumi.input_type
2897
+ class VirtualMachineScaleSetIpTagArgs:
2898
+ def __init__(__self__, *,
2899
+ ip_tag_type: Optional[pulumi.Input[str]] = None,
2900
+ tag: Optional[pulumi.Input[str]] = None):
2901
+ """
2902
+ Contains the IP tag associated with the public IP address.
2903
+ :param pulumi.Input[str] ip_tag_type: IP tag type. Example: FirstPartyUsage.
2904
+ :param pulumi.Input[str] tag: IP tag associated with the public IP. Example: SQL, Storage etc.
2905
+ """
2906
+ if ip_tag_type is not None:
2907
+ pulumi.set(__self__, "ip_tag_type", ip_tag_type)
2908
+ if tag is not None:
2909
+ pulumi.set(__self__, "tag", tag)
2910
+
2911
+ @property
2912
+ @pulumi.getter(name="ipTagType")
2913
+ def ip_tag_type(self) -> Optional[pulumi.Input[str]]:
2914
+ """
2915
+ IP tag type. Example: FirstPartyUsage.
2916
+ """
2917
+ return pulumi.get(self, "ip_tag_type")
2918
+
2919
+ @ip_tag_type.setter
2920
+ def ip_tag_type(self, value: Optional[pulumi.Input[str]]):
2921
+ pulumi.set(self, "ip_tag_type", value)
2922
+
2923
+ @property
2924
+ @pulumi.getter
2925
+ def tag(self) -> Optional[pulumi.Input[str]]:
2926
+ """
2927
+ IP tag associated with the public IP. Example: SQL, Storage etc.
2928
+ """
2929
+ return pulumi.get(self, "tag")
2930
+
2931
+ @tag.setter
2932
+ def tag(self, value: Optional[pulumi.Input[str]]):
2933
+ pulumi.set(self, "tag", value)
2934
+
2935
+
2936
+ @pulumi.input_type
2937
+ class VirtualMachineScaleSetManagedDiskParametersArgs:
2938
+ def __init__(__self__, *,
2939
+ disk_encryption_set: Optional[pulumi.Input['DiskEncryptionSetParametersArgs']] = None,
2940
+ security_profile: Optional[pulumi.Input['VMDiskSecurityProfileArgs']] = None,
2941
+ storage_account_type: Optional[pulumi.Input[Union[str, 'StorageAccountTypes']]] = None):
2942
+ """
2943
+ Describes the parameters of a ScaleSet managed disk.
2944
+ :param pulumi.Input['DiskEncryptionSetParametersArgs'] disk_encryption_set: Specifies the customer managed disk encryption set resource id for the managed disk.
2945
+ :param pulumi.Input['VMDiskSecurityProfileArgs'] security_profile: Specifies the security profile for the managed disk.
2946
+ :param pulumi.Input[Union[str, 'StorageAccountTypes']] storage_account_type: Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
2947
+ """
2948
+ if disk_encryption_set is not None:
2949
+ pulumi.set(__self__, "disk_encryption_set", disk_encryption_set)
2950
+ if security_profile is not None:
2951
+ pulumi.set(__self__, "security_profile", security_profile)
2952
+ if storage_account_type is not None:
2953
+ pulumi.set(__self__, "storage_account_type", storage_account_type)
2954
+
2955
+ @property
2956
+ @pulumi.getter(name="diskEncryptionSet")
2957
+ def disk_encryption_set(self) -> Optional[pulumi.Input['DiskEncryptionSetParametersArgs']]:
2958
+ """
2959
+ Specifies the customer managed disk encryption set resource id for the managed disk.
2960
+ """
2961
+ return pulumi.get(self, "disk_encryption_set")
2962
+
2963
+ @disk_encryption_set.setter
2964
+ def disk_encryption_set(self, value: Optional[pulumi.Input['DiskEncryptionSetParametersArgs']]):
2965
+ pulumi.set(self, "disk_encryption_set", value)
2966
+
2967
+ @property
2968
+ @pulumi.getter(name="securityProfile")
2969
+ def security_profile(self) -> Optional[pulumi.Input['VMDiskSecurityProfileArgs']]:
2970
+ """
2971
+ Specifies the security profile for the managed disk.
2972
+ """
2973
+ return pulumi.get(self, "security_profile")
2974
+
2975
+ @security_profile.setter
2976
+ def security_profile(self, value: Optional[pulumi.Input['VMDiskSecurityProfileArgs']]):
2977
+ pulumi.set(self, "security_profile", value)
2978
+
2979
+ @property
2980
+ @pulumi.getter(name="storageAccountType")
2981
+ def storage_account_type(self) -> Optional[pulumi.Input[Union[str, 'StorageAccountTypes']]]:
2982
+ """
2983
+ Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
2984
+ """
2985
+ return pulumi.get(self, "storage_account_type")
2986
+
2987
+ @storage_account_type.setter
2988
+ def storage_account_type(self, value: Optional[pulumi.Input[Union[str, 'StorageAccountTypes']]]):
2989
+ pulumi.set(self, "storage_account_type", value)
2990
+
2991
+
2992
+ @pulumi.input_type
2993
+ class VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs:
2994
+ def __init__(__self__, *,
2995
+ dns_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
2996
+ """
2997
+ Describes a virtual machines scale sets network configuration's DNS settings.
2998
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] dns_servers: List of DNS servers IP addresses
2999
+ """
3000
+ if dns_servers is not None:
3001
+ pulumi.set(__self__, "dns_servers", dns_servers)
3002
+
3003
+ @property
3004
+ @pulumi.getter(name="dnsServers")
3005
+ def dns_servers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3006
+ """
3007
+ List of DNS servers IP addresses
3008
+ """
3009
+ return pulumi.get(self, "dns_servers")
3010
+
3011
+ @dns_servers.setter
3012
+ def dns_servers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
3013
+ pulumi.set(self, "dns_servers", value)
3014
+
3015
+
3016
+ @pulumi.input_type
3017
+ class VirtualMachineScaleSetNetworkConfigurationArgs:
3018
+ def __init__(__self__, *,
3019
+ ip_configurations: pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetIPConfigurationArgs']]],
3020
+ name: pulumi.Input[str],
3021
+ auxiliary_mode: Optional[pulumi.Input[Union[str, 'NetworkInterfaceAuxiliaryMode']]] = None,
3022
+ auxiliary_sku: Optional[pulumi.Input[Union[str, 'NetworkInterfaceAuxiliarySku']]] = None,
3023
+ delete_option: Optional[pulumi.Input[Union[str, 'DeleteOptions']]] = None,
3024
+ disable_tcp_state_tracking: Optional[pulumi.Input[bool]] = None,
3025
+ dns_settings: Optional[pulumi.Input['VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs']] = None,
3026
+ enable_accelerated_networking: Optional[pulumi.Input[bool]] = None,
3027
+ enable_fpga: Optional[pulumi.Input[bool]] = None,
3028
+ enable_ip_forwarding: Optional[pulumi.Input[bool]] = None,
3029
+ network_security_group: Optional[pulumi.Input['SubResourceArgs']] = None,
3030
+ primary: Optional[pulumi.Input[bool]] = None):
3031
+ """
3032
+ Describes a virtual machine scale set network profile's network configurations.
3033
+ :param pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetIPConfigurationArgs']]] ip_configurations: Specifies the IP configurations of the network interface.
3034
+ :param pulumi.Input[str] name: The network configuration name.
3035
+ :param pulumi.Input[Union[str, 'NetworkInterfaceAuxiliaryMode']] auxiliary_mode: Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
3036
+ :param pulumi.Input[Union[str, 'NetworkInterfaceAuxiliarySku']] auxiliary_sku: Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
3037
+ :param pulumi.Input[Union[str, 'DeleteOptions']] delete_option: Specify what happens to the network interface when the VM is deleted
3038
+ :param pulumi.Input[bool] disable_tcp_state_tracking: Specifies whether the network interface is disabled for tcp state tracking.
3039
+ :param pulumi.Input['VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs'] dns_settings: The dns settings to be applied on the network interfaces.
3040
+ :param pulumi.Input[bool] enable_accelerated_networking: Specifies whether the network interface is accelerated networking-enabled.
3041
+ :param pulumi.Input[bool] enable_fpga: Specifies whether the network interface is FPGA networking-enabled.
3042
+ :param pulumi.Input[bool] enable_ip_forwarding: Whether IP forwarding enabled on this NIC.
3043
+ :param pulumi.Input['SubResourceArgs'] network_security_group: The network security group.
3044
+ :param pulumi.Input[bool] primary: Specifies the primary network interface in case the virtual machine has more than 1 network interface.
3045
+ """
3046
+ pulumi.set(__self__, "ip_configurations", ip_configurations)
3047
+ pulumi.set(__self__, "name", name)
3048
+ if auxiliary_mode is not None:
3049
+ pulumi.set(__self__, "auxiliary_mode", auxiliary_mode)
3050
+ if auxiliary_sku is not None:
3051
+ pulumi.set(__self__, "auxiliary_sku", auxiliary_sku)
3052
+ if delete_option is not None:
3053
+ pulumi.set(__self__, "delete_option", delete_option)
3054
+ if disable_tcp_state_tracking is not None:
3055
+ pulumi.set(__self__, "disable_tcp_state_tracking", disable_tcp_state_tracking)
3056
+ if dns_settings is not None:
3057
+ pulumi.set(__self__, "dns_settings", dns_settings)
3058
+ if enable_accelerated_networking is not None:
3059
+ pulumi.set(__self__, "enable_accelerated_networking", enable_accelerated_networking)
3060
+ if enable_fpga is not None:
3061
+ pulumi.set(__self__, "enable_fpga", enable_fpga)
3062
+ if enable_ip_forwarding is not None:
3063
+ pulumi.set(__self__, "enable_ip_forwarding", enable_ip_forwarding)
3064
+ if network_security_group is not None:
3065
+ pulumi.set(__self__, "network_security_group", network_security_group)
3066
+ if primary is not None:
3067
+ pulumi.set(__self__, "primary", primary)
3068
+
3069
+ @property
3070
+ @pulumi.getter(name="ipConfigurations")
3071
+ def ip_configurations(self) -> pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetIPConfigurationArgs']]]:
3072
+ """
3073
+ Specifies the IP configurations of the network interface.
3074
+ """
3075
+ return pulumi.get(self, "ip_configurations")
3076
+
3077
+ @ip_configurations.setter
3078
+ def ip_configurations(self, value: pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetIPConfigurationArgs']]]):
3079
+ pulumi.set(self, "ip_configurations", value)
3080
+
3081
+ @property
3082
+ @pulumi.getter
3083
+ def name(self) -> pulumi.Input[str]:
3084
+ """
3085
+ The network configuration name.
3086
+ """
3087
+ return pulumi.get(self, "name")
3088
+
3089
+ @name.setter
3090
+ def name(self, value: pulumi.Input[str]):
3091
+ pulumi.set(self, "name", value)
3092
+
3093
+ @property
3094
+ @pulumi.getter(name="auxiliaryMode")
3095
+ def auxiliary_mode(self) -> Optional[pulumi.Input[Union[str, 'NetworkInterfaceAuxiliaryMode']]]:
3096
+ """
3097
+ Specifies whether the Auxiliary mode is enabled for the Network Interface resource.
3098
+ """
3099
+ return pulumi.get(self, "auxiliary_mode")
3100
+
3101
+ @auxiliary_mode.setter
3102
+ def auxiliary_mode(self, value: Optional[pulumi.Input[Union[str, 'NetworkInterfaceAuxiliaryMode']]]):
3103
+ pulumi.set(self, "auxiliary_mode", value)
3104
+
3105
+ @property
3106
+ @pulumi.getter(name="auxiliarySku")
3107
+ def auxiliary_sku(self) -> Optional[pulumi.Input[Union[str, 'NetworkInterfaceAuxiliarySku']]]:
3108
+ """
3109
+ Specifies whether the Auxiliary sku is enabled for the Network Interface resource.
3110
+ """
3111
+ return pulumi.get(self, "auxiliary_sku")
3112
+
3113
+ @auxiliary_sku.setter
3114
+ def auxiliary_sku(self, value: Optional[pulumi.Input[Union[str, 'NetworkInterfaceAuxiliarySku']]]):
3115
+ pulumi.set(self, "auxiliary_sku", value)
3116
+
3117
+ @property
3118
+ @pulumi.getter(name="deleteOption")
3119
+ def delete_option(self) -> Optional[pulumi.Input[Union[str, 'DeleteOptions']]]:
3120
+ """
3121
+ Specify what happens to the network interface when the VM is deleted
3122
+ """
3123
+ return pulumi.get(self, "delete_option")
3124
+
3125
+ @delete_option.setter
3126
+ def delete_option(self, value: Optional[pulumi.Input[Union[str, 'DeleteOptions']]]):
3127
+ pulumi.set(self, "delete_option", value)
3128
+
3129
+ @property
3130
+ @pulumi.getter(name="disableTcpStateTracking")
3131
+ def disable_tcp_state_tracking(self) -> Optional[pulumi.Input[bool]]:
3132
+ """
3133
+ Specifies whether the network interface is disabled for tcp state tracking.
3134
+ """
3135
+ return pulumi.get(self, "disable_tcp_state_tracking")
3136
+
3137
+ @disable_tcp_state_tracking.setter
3138
+ def disable_tcp_state_tracking(self, value: Optional[pulumi.Input[bool]]):
3139
+ pulumi.set(self, "disable_tcp_state_tracking", value)
3140
+
3141
+ @property
3142
+ @pulumi.getter(name="dnsSettings")
3143
+ def dns_settings(self) -> Optional[pulumi.Input['VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs']]:
3144
+ """
3145
+ The dns settings to be applied on the network interfaces.
3146
+ """
3147
+ return pulumi.get(self, "dns_settings")
3148
+
3149
+ @dns_settings.setter
3150
+ def dns_settings(self, value: Optional[pulumi.Input['VirtualMachineScaleSetNetworkConfigurationDnsSettingsArgs']]):
3151
+ pulumi.set(self, "dns_settings", value)
3152
+
3153
+ @property
3154
+ @pulumi.getter(name="enableAcceleratedNetworking")
3155
+ def enable_accelerated_networking(self) -> Optional[pulumi.Input[bool]]:
3156
+ """
3157
+ Specifies whether the network interface is accelerated networking-enabled.
3158
+ """
3159
+ return pulumi.get(self, "enable_accelerated_networking")
3160
+
3161
+ @enable_accelerated_networking.setter
3162
+ def enable_accelerated_networking(self, value: Optional[pulumi.Input[bool]]):
3163
+ pulumi.set(self, "enable_accelerated_networking", value)
3164
+
3165
+ @property
3166
+ @pulumi.getter(name="enableFpga")
3167
+ def enable_fpga(self) -> Optional[pulumi.Input[bool]]:
3168
+ """
3169
+ Specifies whether the network interface is FPGA networking-enabled.
3170
+ """
3171
+ return pulumi.get(self, "enable_fpga")
3172
+
3173
+ @enable_fpga.setter
3174
+ def enable_fpga(self, value: Optional[pulumi.Input[bool]]):
3175
+ pulumi.set(self, "enable_fpga", value)
3176
+
3177
+ @property
3178
+ @pulumi.getter(name="enableIPForwarding")
3179
+ def enable_ip_forwarding(self) -> Optional[pulumi.Input[bool]]:
3180
+ """
3181
+ Whether IP forwarding enabled on this NIC.
3182
+ """
3183
+ return pulumi.get(self, "enable_ip_forwarding")
3184
+
3185
+ @enable_ip_forwarding.setter
3186
+ def enable_ip_forwarding(self, value: Optional[pulumi.Input[bool]]):
3187
+ pulumi.set(self, "enable_ip_forwarding", value)
3188
+
3189
+ @property
3190
+ @pulumi.getter(name="networkSecurityGroup")
3191
+ def network_security_group(self) -> Optional[pulumi.Input['SubResourceArgs']]:
3192
+ """
3193
+ The network security group.
3194
+ """
3195
+ return pulumi.get(self, "network_security_group")
3196
+
3197
+ @network_security_group.setter
3198
+ def network_security_group(self, value: Optional[pulumi.Input['SubResourceArgs']]):
3199
+ pulumi.set(self, "network_security_group", value)
3200
+
3201
+ @property
3202
+ @pulumi.getter
3203
+ def primary(self) -> Optional[pulumi.Input[bool]]:
3204
+ """
3205
+ Specifies the primary network interface in case the virtual machine has more than 1 network interface.
3206
+ """
3207
+ return pulumi.get(self, "primary")
3208
+
3209
+ @primary.setter
3210
+ def primary(self, value: Optional[pulumi.Input[bool]]):
3211
+ pulumi.set(self, "primary", value)
3212
+
3213
+
3214
+ @pulumi.input_type
3215
+ class VirtualMachineScaleSetNetworkProfileArgs:
3216
+ def __init__(__self__, *,
3217
+ health_probe: Optional[pulumi.Input['ApiEntityReferenceArgs']] = None,
3218
+ network_api_version: Optional[pulumi.Input[Union[str, 'NetworkApiVersion']]] = None,
3219
+ network_interface_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetNetworkConfigurationArgs']]]] = None):
3220
+ """
3221
+ Describes a virtual machine scale set network profile.
3222
+ :param pulumi.Input['ApiEntityReferenceArgs'] health_probe: A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
3223
+ :param pulumi.Input[Union[str, 'NetworkApiVersion']] network_api_version: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'
3224
+ :param pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetNetworkConfigurationArgs']]] network_interface_configurations: The list of network configurations.
3225
+ """
3226
+ if health_probe is not None:
3227
+ pulumi.set(__self__, "health_probe", health_probe)
3228
+ if network_api_version is not None:
3229
+ pulumi.set(__self__, "network_api_version", network_api_version)
3230
+ if network_interface_configurations is not None:
3231
+ pulumi.set(__self__, "network_interface_configurations", network_interface_configurations)
3232
+
3233
+ @property
3234
+ @pulumi.getter(name="healthProbe")
3235
+ def health_probe(self) -> Optional[pulumi.Input['ApiEntityReferenceArgs']]:
3236
+ """
3237
+ A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'.
3238
+ """
3239
+ return pulumi.get(self, "health_probe")
3240
+
3241
+ @health_probe.setter
3242
+ def health_probe(self, value: Optional[pulumi.Input['ApiEntityReferenceArgs']]):
3243
+ pulumi.set(self, "health_probe", value)
3244
+
3245
+ @property
3246
+ @pulumi.getter(name="networkApiVersion")
3247
+ def network_api_version(self) -> Optional[pulumi.Input[Union[str, 'NetworkApiVersion']]]:
3248
+ """
3249
+ specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'
3250
+ """
3251
+ return pulumi.get(self, "network_api_version")
3252
+
3253
+ @network_api_version.setter
3254
+ def network_api_version(self, value: Optional[pulumi.Input[Union[str, 'NetworkApiVersion']]]):
3255
+ pulumi.set(self, "network_api_version", value)
3256
+
3257
+ @property
3258
+ @pulumi.getter(name="networkInterfaceConfigurations")
3259
+ def network_interface_configurations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetNetworkConfigurationArgs']]]]:
3260
+ """
3261
+ The list of network configurations.
3262
+ """
3263
+ return pulumi.get(self, "network_interface_configurations")
3264
+
3265
+ @network_interface_configurations.setter
3266
+ def network_interface_configurations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetNetworkConfigurationArgs']]]]):
3267
+ pulumi.set(self, "network_interface_configurations", value)
3268
+
3269
+
3270
+ @pulumi.input_type
3271
+ class VirtualMachineScaleSetOSDiskArgs:
3272
+ def __init__(__self__, *,
3273
+ create_option: pulumi.Input[Union[str, 'DiskCreateOptionTypes']],
3274
+ caching: Optional[pulumi.Input['CachingTypes']] = None,
3275
+ delete_option: Optional[pulumi.Input[Union[str, 'DiskDeleteOptionTypes']]] = None,
3276
+ diff_disk_settings: Optional[pulumi.Input['DiffDiskSettingsArgs']] = None,
3277
+ disk_size_gb: Optional[pulumi.Input[int]] = None,
3278
+ image: Optional[pulumi.Input['VirtualHardDiskArgs']] = None,
3279
+ managed_disk: Optional[pulumi.Input['VirtualMachineScaleSetManagedDiskParametersArgs']] = None,
3280
+ name: Optional[pulumi.Input[str]] = None,
3281
+ os_type: Optional[pulumi.Input['OperatingSystemTypes']] = None,
3282
+ vhd_containers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3283
+ write_accelerator_enabled: Optional[pulumi.Input[bool]] = None):
3284
+ """
3285
+ Describes a virtual machine scale set operating system disk.
3286
+ :param pulumi.Input[Union[str, 'DiskCreateOptionTypes']] create_option: Specifies how the virtual machines in the scale set should be created. The only allowed value is: **FromImage.** This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described.
3287
+ :param pulumi.Input['CachingTypes'] caching: Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The default values are: **None for Standard storage. ReadOnly for Premium storage.**
3288
+ :param pulumi.Input[Union[str, 'DiskDeleteOptionTypes']] delete_option: Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). <br><br> Possible values: <br><br> **Delete** If this value is used, the OS disk is deleted when VMSS Flex VM is deleted.<br><br> **Detach** If this value is used, the OS disk is retained after VMSS Flex VM is deleted. <br><br> The default value is set to **Delete**. For an Ephemeral OS Disk, the default value is set to **Delete**. User cannot change the delete option for Ephemeral OS Disk.
3289
+ :param pulumi.Input['DiffDiskSettingsArgs'] diff_disk_settings: Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.
3290
+ :param pulumi.Input[int] disk_size_gb: Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
3291
+ :param pulumi.Input['VirtualHardDiskArgs'] image: Specifies information about the unmanaged user image to base the scale set on.
3292
+ :param pulumi.Input['VirtualMachineScaleSetManagedDiskParametersArgs'] managed_disk: The managed disk parameters.
3293
+ :param pulumi.Input[str] name: The disk name.
3294
+ :param pulumi.Input['OperatingSystemTypes'] os_type: This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: **Windows,** **Linux.**
3295
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] vhd_containers: Specifies the container urls that are used to store operating system disks for the scale set.
3296
+ :param pulumi.Input[bool] write_accelerator_enabled: Specifies whether writeAccelerator should be enabled or disabled on the disk.
3297
+ """
3298
+ pulumi.set(__self__, "create_option", create_option)
3299
+ if caching is not None:
3300
+ pulumi.set(__self__, "caching", caching)
3301
+ if delete_option is not None:
3302
+ pulumi.set(__self__, "delete_option", delete_option)
3303
+ if diff_disk_settings is not None:
3304
+ pulumi.set(__self__, "diff_disk_settings", diff_disk_settings)
3305
+ if disk_size_gb is not None:
3306
+ pulumi.set(__self__, "disk_size_gb", disk_size_gb)
3307
+ if image is not None:
3308
+ pulumi.set(__self__, "image", image)
3309
+ if managed_disk is not None:
3310
+ pulumi.set(__self__, "managed_disk", managed_disk)
3311
+ if name is not None:
3312
+ pulumi.set(__self__, "name", name)
3313
+ if os_type is not None:
3314
+ pulumi.set(__self__, "os_type", os_type)
3315
+ if vhd_containers is not None:
3316
+ pulumi.set(__self__, "vhd_containers", vhd_containers)
3317
+ if write_accelerator_enabled is not None:
3318
+ pulumi.set(__self__, "write_accelerator_enabled", write_accelerator_enabled)
3319
+
3320
+ @property
3321
+ @pulumi.getter(name="createOption")
3322
+ def create_option(self) -> pulumi.Input[Union[str, 'DiskCreateOptionTypes']]:
3323
+ """
3324
+ Specifies how the virtual machines in the scale set should be created. The only allowed value is: **FromImage.** This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described.
3325
+ """
3326
+ return pulumi.get(self, "create_option")
3327
+
3328
+ @create_option.setter
3329
+ def create_option(self, value: pulumi.Input[Union[str, 'DiskCreateOptionTypes']]):
3330
+ pulumi.set(self, "create_option", value)
3331
+
3332
+ @property
3333
+ @pulumi.getter
3334
+ def caching(self) -> Optional[pulumi.Input['CachingTypes']]:
3335
+ """
3336
+ Specifies the caching requirements. Possible values are: **None,** **ReadOnly,** **ReadWrite.** The default values are: **None for Standard storage. ReadOnly for Premium storage.**
3337
+ """
3338
+ return pulumi.get(self, "caching")
3339
+
3340
+ @caching.setter
3341
+ def caching(self, value: Optional[pulumi.Input['CachingTypes']]):
3342
+ pulumi.set(self, "caching", value)
3343
+
3344
+ @property
3345
+ @pulumi.getter(name="deleteOption")
3346
+ def delete_option(self) -> Optional[pulumi.Input[Union[str, 'DiskDeleteOptionTypes']]]:
3347
+ """
3348
+ Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only). <br><br> Possible values: <br><br> **Delete** If this value is used, the OS disk is deleted when VMSS Flex VM is deleted.<br><br> **Detach** If this value is used, the OS disk is retained after VMSS Flex VM is deleted. <br><br> The default value is set to **Delete**. For an Ephemeral OS Disk, the default value is set to **Delete**. User cannot change the delete option for Ephemeral OS Disk.
3349
+ """
3350
+ return pulumi.get(self, "delete_option")
3351
+
3352
+ @delete_option.setter
3353
+ def delete_option(self, value: Optional[pulumi.Input[Union[str, 'DiskDeleteOptionTypes']]]):
3354
+ pulumi.set(self, "delete_option", value)
3355
+
3356
+ @property
3357
+ @pulumi.getter(name="diffDiskSettings")
3358
+ def diff_disk_settings(self) -> Optional[pulumi.Input['DiffDiskSettingsArgs']]:
3359
+ """
3360
+ Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.
3361
+ """
3362
+ return pulumi.get(self, "diff_disk_settings")
3363
+
3364
+ @diff_disk_settings.setter
3365
+ def diff_disk_settings(self, value: Optional[pulumi.Input['DiffDiskSettingsArgs']]):
3366
+ pulumi.set(self, "diff_disk_settings", value)
3367
+
3368
+ @property
3369
+ @pulumi.getter(name="diskSizeGB")
3370
+ def disk_size_gb(self) -> Optional[pulumi.Input[int]]:
3371
+ """
3372
+ Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. The property 'diskSizeGB' is the number of bytes x 1024^3 for the disk and the value cannot be larger than 1023.
3373
+ """
3374
+ return pulumi.get(self, "disk_size_gb")
3375
+
3376
+ @disk_size_gb.setter
3377
+ def disk_size_gb(self, value: Optional[pulumi.Input[int]]):
3378
+ pulumi.set(self, "disk_size_gb", value)
3379
+
3380
+ @property
3381
+ @pulumi.getter
3382
+ def image(self) -> Optional[pulumi.Input['VirtualHardDiskArgs']]:
3383
+ """
3384
+ Specifies information about the unmanaged user image to base the scale set on.
3385
+ """
3386
+ return pulumi.get(self, "image")
3387
+
3388
+ @image.setter
3389
+ def image(self, value: Optional[pulumi.Input['VirtualHardDiskArgs']]):
3390
+ pulumi.set(self, "image", value)
3391
+
3392
+ @property
3393
+ @pulumi.getter(name="managedDisk")
3394
+ def managed_disk(self) -> Optional[pulumi.Input['VirtualMachineScaleSetManagedDiskParametersArgs']]:
3395
+ """
3396
+ The managed disk parameters.
3397
+ """
3398
+ return pulumi.get(self, "managed_disk")
3399
+
3400
+ @managed_disk.setter
3401
+ def managed_disk(self, value: Optional[pulumi.Input['VirtualMachineScaleSetManagedDiskParametersArgs']]):
3402
+ pulumi.set(self, "managed_disk", value)
3403
+
3404
+ @property
3405
+ @pulumi.getter
3406
+ def name(self) -> Optional[pulumi.Input[str]]:
3407
+ """
3408
+ The disk name.
3409
+ """
3410
+ return pulumi.get(self, "name")
3411
+
3412
+ @name.setter
3413
+ def name(self, value: Optional[pulumi.Input[str]]):
3414
+ pulumi.set(self, "name", value)
3415
+
3416
+ @property
3417
+ @pulumi.getter(name="osType")
3418
+ def os_type(self) -> Optional[pulumi.Input['OperatingSystemTypes']]:
3419
+ """
3420
+ This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: **Windows,** **Linux.**
3421
+ """
3422
+ return pulumi.get(self, "os_type")
3423
+
3424
+ @os_type.setter
3425
+ def os_type(self, value: Optional[pulumi.Input['OperatingSystemTypes']]):
3426
+ pulumi.set(self, "os_type", value)
3427
+
3428
+ @property
3429
+ @pulumi.getter(name="vhdContainers")
3430
+ def vhd_containers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3431
+ """
3432
+ Specifies the container urls that are used to store operating system disks for the scale set.
3433
+ """
3434
+ return pulumi.get(self, "vhd_containers")
3435
+
3436
+ @vhd_containers.setter
3437
+ def vhd_containers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
3438
+ pulumi.set(self, "vhd_containers", value)
3439
+
3440
+ @property
3441
+ @pulumi.getter(name="writeAcceleratorEnabled")
3442
+ def write_accelerator_enabled(self) -> Optional[pulumi.Input[bool]]:
3443
+ """
3444
+ Specifies whether writeAccelerator should be enabled or disabled on the disk.
3445
+ """
3446
+ return pulumi.get(self, "write_accelerator_enabled")
3447
+
3448
+ @write_accelerator_enabled.setter
3449
+ def write_accelerator_enabled(self, value: Optional[pulumi.Input[bool]]):
3450
+ pulumi.set(self, "write_accelerator_enabled", value)
3451
+
3452
+
3453
+ @pulumi.input_type
3454
+ class VirtualMachineScaleSetOSProfileArgs:
3455
+ def __init__(__self__, *,
3456
+ admin_password: Optional[pulumi.Input[str]] = None,
3457
+ admin_username: Optional[pulumi.Input[str]] = None,
3458
+ allow_extension_operations: Optional[pulumi.Input[bool]] = None,
3459
+ computer_name_prefix: Optional[pulumi.Input[str]] = None,
3460
+ custom_data: Optional[pulumi.Input[str]] = None,
3461
+ linux_configuration: Optional[pulumi.Input['LinuxConfigurationArgs']] = None,
3462
+ require_guest_provision_signal: Optional[pulumi.Input[bool]] = None,
3463
+ secrets: Optional[pulumi.Input[Sequence[pulumi.Input['VaultSecretGroupArgs']]]] = None,
3464
+ windows_configuration: Optional[pulumi.Input['WindowsConfigurationArgs']] = None):
3465
+ """
3466
+ Describes a virtual machine scale set OS profile.
3467
+ :param pulumi.Input[str] admin_password: Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" <br><br> For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp) <br><br> For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)
3468
+ :param pulumi.Input[str] admin_username: Specifies the name of the administrator account. <br><br> **Windows-only restriction:** Cannot end in "." <br><br> **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". <br><br> **Minimum-length (Linux):** 1 character <br><br> **Max-length (Linux):** 64 characters <br><br> **Max-length (Windows):** 20 characters
3469
+ :param pulumi.Input[bool] allow_extension_operations: Specifies whether extension operations should be allowed on the virtual machine scale set. This may only be set to False when no extensions are present on the virtual machine scale set.
3470
+ :param pulumi.Input[str] computer_name_prefix: Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long.
3471
+ :param pulumi.Input[str] custom_data: Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. For using cloud-init for your VM, see [Using cloud-init to customize a Linux VM during creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init)
3472
+ :param pulumi.Input['LinuxConfigurationArgs'] linux_configuration: Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
3473
+ :param pulumi.Input[bool] require_guest_provision_signal: Optional property which must either be set to True or omitted.
3474
+ :param pulumi.Input[Sequence[pulumi.Input['VaultSecretGroupArgs']]] secrets: Specifies set of certificates that should be installed onto the virtual machines in the scale set. To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
3475
+ :param pulumi.Input['WindowsConfigurationArgs'] windows_configuration: Specifies Windows operating system settings on the virtual machine.
3476
+ """
3477
+ if admin_password is not None:
3478
+ pulumi.set(__self__, "admin_password", admin_password)
3479
+ if admin_username is not None:
3480
+ pulumi.set(__self__, "admin_username", admin_username)
3481
+ if allow_extension_operations is not None:
3482
+ pulumi.set(__self__, "allow_extension_operations", allow_extension_operations)
3483
+ if computer_name_prefix is not None:
3484
+ pulumi.set(__self__, "computer_name_prefix", computer_name_prefix)
3485
+ if custom_data is not None:
3486
+ pulumi.set(__self__, "custom_data", custom_data)
3487
+ if linux_configuration is not None:
3488
+ pulumi.set(__self__, "linux_configuration", linux_configuration)
3489
+ if require_guest_provision_signal is not None:
3490
+ pulumi.set(__self__, "require_guest_provision_signal", require_guest_provision_signal)
3491
+ if secrets is not None:
3492
+ pulumi.set(__self__, "secrets", secrets)
3493
+ if windows_configuration is not None:
3494
+ pulumi.set(__self__, "windows_configuration", windows_configuration)
3495
+
3496
+ @property
3497
+ @pulumi.getter(name="adminPassword")
3498
+ def admin_password(self) -> Optional[pulumi.Input[str]]:
3499
+ """
3500
+ Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" <br><br> For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp) <br><br> For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)
3501
+ """
3502
+ return pulumi.get(self, "admin_password")
3503
+
3504
+ @admin_password.setter
3505
+ def admin_password(self, value: Optional[pulumi.Input[str]]):
3506
+ pulumi.set(self, "admin_password", value)
3507
+
3508
+ @property
3509
+ @pulumi.getter(name="adminUsername")
3510
+ def admin_username(self) -> Optional[pulumi.Input[str]]:
3511
+ """
3512
+ Specifies the name of the administrator account. <br><br> **Windows-only restriction:** Cannot end in "." <br><br> **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". <br><br> **Minimum-length (Linux):** 1 character <br><br> **Max-length (Linux):** 64 characters <br><br> **Max-length (Windows):** 20 characters
3513
+ """
3514
+ return pulumi.get(self, "admin_username")
3515
+
3516
+ @admin_username.setter
3517
+ def admin_username(self, value: Optional[pulumi.Input[str]]):
3518
+ pulumi.set(self, "admin_username", value)
3519
+
3520
+ @property
3521
+ @pulumi.getter(name="allowExtensionOperations")
3522
+ def allow_extension_operations(self) -> Optional[pulumi.Input[bool]]:
3523
+ """
3524
+ Specifies whether extension operations should be allowed on the virtual machine scale set. This may only be set to False when no extensions are present on the virtual machine scale set.
3525
+ """
3526
+ return pulumi.get(self, "allow_extension_operations")
3527
+
3528
+ @allow_extension_operations.setter
3529
+ def allow_extension_operations(self, value: Optional[pulumi.Input[bool]]):
3530
+ pulumi.set(self, "allow_extension_operations", value)
3531
+
3532
+ @property
3533
+ @pulumi.getter(name="computerNamePrefix")
3534
+ def computer_name_prefix(self) -> Optional[pulumi.Input[str]]:
3535
+ """
3536
+ Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long.
3537
+ """
3538
+ return pulumi.get(self, "computer_name_prefix")
3539
+
3540
+ @computer_name_prefix.setter
3541
+ def computer_name_prefix(self, value: Optional[pulumi.Input[str]]):
3542
+ pulumi.set(self, "computer_name_prefix", value)
3543
+
3544
+ @property
3545
+ @pulumi.getter(name="customData")
3546
+ def custom_data(self) -> Optional[pulumi.Input[str]]:
3547
+ """
3548
+ Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. For using cloud-init for your VM, see [Using cloud-init to customize a Linux VM during creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init)
3549
+ """
3550
+ return pulumi.get(self, "custom_data")
3551
+
3552
+ @custom_data.setter
3553
+ def custom_data(self, value: Optional[pulumi.Input[str]]):
3554
+ pulumi.set(self, "custom_data", value)
3555
+
3556
+ @property
3557
+ @pulumi.getter(name="linuxConfiguration")
3558
+ def linux_configuration(self) -> Optional[pulumi.Input['LinuxConfigurationArgs']]:
3559
+ """
3560
+ Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
3561
+ """
3562
+ return pulumi.get(self, "linux_configuration")
3563
+
3564
+ @linux_configuration.setter
3565
+ def linux_configuration(self, value: Optional[pulumi.Input['LinuxConfigurationArgs']]):
3566
+ pulumi.set(self, "linux_configuration", value)
3567
+
3568
+ @property
3569
+ @pulumi.getter(name="requireGuestProvisionSignal")
3570
+ def require_guest_provision_signal(self) -> Optional[pulumi.Input[bool]]:
3571
+ """
3572
+ Optional property which must either be set to True or omitted.
3573
+ """
3574
+ return pulumi.get(self, "require_guest_provision_signal")
3575
+
3576
+ @require_guest_provision_signal.setter
3577
+ def require_guest_provision_signal(self, value: Optional[pulumi.Input[bool]]):
3578
+ pulumi.set(self, "require_guest_provision_signal", value)
3579
+
3580
+ @property
3581
+ @pulumi.getter
3582
+ def secrets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VaultSecretGroupArgs']]]]:
3583
+ """
3584
+ Specifies set of certificates that should be installed onto the virtual machines in the scale set. To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
3585
+ """
3586
+ return pulumi.get(self, "secrets")
3587
+
3588
+ @secrets.setter
3589
+ def secrets(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VaultSecretGroupArgs']]]]):
3590
+ pulumi.set(self, "secrets", value)
3591
+
3592
+ @property
3593
+ @pulumi.getter(name="windowsConfiguration")
3594
+ def windows_configuration(self) -> Optional[pulumi.Input['WindowsConfigurationArgs']]:
3595
+ """
3596
+ Specifies Windows operating system settings on the virtual machine.
3597
+ """
3598
+ return pulumi.get(self, "windows_configuration")
3599
+
3600
+ @windows_configuration.setter
3601
+ def windows_configuration(self, value: Optional[pulumi.Input['WindowsConfigurationArgs']]):
3602
+ pulumi.set(self, "windows_configuration", value)
3603
+
3604
+
3605
+ @pulumi.input_type
3606
+ class VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsArgs:
3607
+ def __init__(__self__, *,
3608
+ domain_name_label: pulumi.Input[str],
3609
+ domain_name_label_scope: Optional[pulumi.Input[Union[str, 'DomainNameLabelScopeTypes']]] = None):
3610
+ """
3611
+ Describes a virtual machines scale sets network configuration's DNS settings.
3612
+ :param pulumi.Input[str] domain_name_label: The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
3613
+ :param pulumi.Input[Union[str, 'DomainNameLabelScopeTypes']] domain_name_label_scope: The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created
3614
+ """
3615
+ pulumi.set(__self__, "domain_name_label", domain_name_label)
3616
+ if domain_name_label_scope is not None:
3617
+ pulumi.set(__self__, "domain_name_label_scope", domain_name_label_scope)
3618
+
3619
+ @property
3620
+ @pulumi.getter(name="domainNameLabel")
3621
+ def domain_name_label(self) -> pulumi.Input[str]:
3622
+ """
3623
+ The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created
3624
+ """
3625
+ return pulumi.get(self, "domain_name_label")
3626
+
3627
+ @domain_name_label.setter
3628
+ def domain_name_label(self, value: pulumi.Input[str]):
3629
+ pulumi.set(self, "domain_name_label", value)
3630
+
3631
+ @property
3632
+ @pulumi.getter(name="domainNameLabelScope")
3633
+ def domain_name_label_scope(self) -> Optional[pulumi.Input[Union[str, 'DomainNameLabelScopeTypes']]]:
3634
+ """
3635
+ The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created
3636
+ """
3637
+ return pulumi.get(self, "domain_name_label_scope")
3638
+
3639
+ @domain_name_label_scope.setter
3640
+ def domain_name_label_scope(self, value: Optional[pulumi.Input[Union[str, 'DomainNameLabelScopeTypes']]]):
3641
+ pulumi.set(self, "domain_name_label_scope", value)
3642
+
3643
+
3644
+ @pulumi.input_type
3645
+ class VirtualMachineScaleSetPublicIPAddressConfigurationArgs:
3646
+ def __init__(__self__, *,
3647
+ name: pulumi.Input[str],
3648
+ delete_option: Optional[pulumi.Input[Union[str, 'DeleteOptions']]] = None,
3649
+ dns_settings: Optional[pulumi.Input['VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsArgs']] = None,
3650
+ idle_timeout_in_minutes: Optional[pulumi.Input[int]] = None,
3651
+ ip_tags: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetIpTagArgs']]]] = None,
3652
+ public_ip_address_version: Optional[pulumi.Input[Union[str, 'IPVersion']]] = None,
3653
+ public_ip_prefix: Optional[pulumi.Input['SubResourceArgs']] = None,
3654
+ sku: Optional[pulumi.Input['PublicIPAddressSkuArgs']] = None):
3655
+ """
3656
+ Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration
3657
+ :param pulumi.Input[str] name: The publicIP address configuration name.
3658
+ :param pulumi.Input[Union[str, 'DeleteOptions']] delete_option: Specify what happens to the public IP when the VM is deleted
3659
+ :param pulumi.Input['VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsArgs'] dns_settings: The dns settings to be applied on the publicIP addresses .
3660
+ :param pulumi.Input[int] idle_timeout_in_minutes: The idle timeout of the public IP address.
3661
+ :param pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetIpTagArgs']]] ip_tags: The list of IP tags associated with the public IP address.
3662
+ :param pulumi.Input[Union[str, 'IPVersion']] public_ip_address_version: Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
3663
+ :param pulumi.Input['SubResourceArgs'] public_ip_prefix: The PublicIPPrefix from which to allocate publicIP addresses.
3664
+ :param pulumi.Input['PublicIPAddressSkuArgs'] sku: Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
3665
+ """
3666
+ pulumi.set(__self__, "name", name)
3667
+ if delete_option is not None:
3668
+ pulumi.set(__self__, "delete_option", delete_option)
3669
+ if dns_settings is not None:
3670
+ pulumi.set(__self__, "dns_settings", dns_settings)
3671
+ if idle_timeout_in_minutes is not None:
3672
+ pulumi.set(__self__, "idle_timeout_in_minutes", idle_timeout_in_minutes)
3673
+ if ip_tags is not None:
3674
+ pulumi.set(__self__, "ip_tags", ip_tags)
3675
+ if public_ip_address_version is not None:
3676
+ pulumi.set(__self__, "public_ip_address_version", public_ip_address_version)
3677
+ if public_ip_prefix is not None:
3678
+ pulumi.set(__self__, "public_ip_prefix", public_ip_prefix)
3679
+ if sku is not None:
3680
+ pulumi.set(__self__, "sku", sku)
3681
+
3682
+ @property
3683
+ @pulumi.getter
3684
+ def name(self) -> pulumi.Input[str]:
3685
+ """
3686
+ The publicIP address configuration name.
3687
+ """
3688
+ return pulumi.get(self, "name")
3689
+
3690
+ @name.setter
3691
+ def name(self, value: pulumi.Input[str]):
3692
+ pulumi.set(self, "name", value)
3693
+
3694
+ @property
3695
+ @pulumi.getter(name="deleteOption")
3696
+ def delete_option(self) -> Optional[pulumi.Input[Union[str, 'DeleteOptions']]]:
3697
+ """
3698
+ Specify what happens to the public IP when the VM is deleted
3699
+ """
3700
+ return pulumi.get(self, "delete_option")
3701
+
3702
+ @delete_option.setter
3703
+ def delete_option(self, value: Optional[pulumi.Input[Union[str, 'DeleteOptions']]]):
3704
+ pulumi.set(self, "delete_option", value)
3705
+
3706
+ @property
3707
+ @pulumi.getter(name="dnsSettings")
3708
+ def dns_settings(self) -> Optional[pulumi.Input['VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsArgs']]:
3709
+ """
3710
+ The dns settings to be applied on the publicIP addresses .
3711
+ """
3712
+ return pulumi.get(self, "dns_settings")
3713
+
3714
+ @dns_settings.setter
3715
+ def dns_settings(self, value: Optional[pulumi.Input['VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsArgs']]):
3716
+ pulumi.set(self, "dns_settings", value)
3717
+
3718
+ @property
3719
+ @pulumi.getter(name="idleTimeoutInMinutes")
3720
+ def idle_timeout_in_minutes(self) -> Optional[pulumi.Input[int]]:
3721
+ """
3722
+ The idle timeout of the public IP address.
3723
+ """
3724
+ return pulumi.get(self, "idle_timeout_in_minutes")
3725
+
3726
+ @idle_timeout_in_minutes.setter
3727
+ def idle_timeout_in_minutes(self, value: Optional[pulumi.Input[int]]):
3728
+ pulumi.set(self, "idle_timeout_in_minutes", value)
3729
+
3730
+ @property
3731
+ @pulumi.getter(name="ipTags")
3732
+ def ip_tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetIpTagArgs']]]]:
3733
+ """
3734
+ The list of IP tags associated with the public IP address.
3735
+ """
3736
+ return pulumi.get(self, "ip_tags")
3737
+
3738
+ @ip_tags.setter
3739
+ def ip_tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetIpTagArgs']]]]):
3740
+ pulumi.set(self, "ip_tags", value)
3741
+
3742
+ @property
3743
+ @pulumi.getter(name="publicIPAddressVersion")
3744
+ def public_ip_address_version(self) -> Optional[pulumi.Input[Union[str, 'IPVersion']]]:
3745
+ """
3746
+ Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
3747
+ """
3748
+ return pulumi.get(self, "public_ip_address_version")
3749
+
3750
+ @public_ip_address_version.setter
3751
+ def public_ip_address_version(self, value: Optional[pulumi.Input[Union[str, 'IPVersion']]]):
3752
+ pulumi.set(self, "public_ip_address_version", value)
3753
+
3754
+ @property
3755
+ @pulumi.getter(name="publicIPPrefix")
3756
+ def public_ip_prefix(self) -> Optional[pulumi.Input['SubResourceArgs']]:
3757
+ """
3758
+ The PublicIPPrefix from which to allocate publicIP addresses.
3759
+ """
3760
+ return pulumi.get(self, "public_ip_prefix")
3761
+
3762
+ @public_ip_prefix.setter
3763
+ def public_ip_prefix(self, value: Optional[pulumi.Input['SubResourceArgs']]):
3764
+ pulumi.set(self, "public_ip_prefix", value)
3765
+
3766
+ @property
3767
+ @pulumi.getter
3768
+ def sku(self) -> Optional[pulumi.Input['PublicIPAddressSkuArgs']]:
3769
+ """
3770
+ Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
3771
+ """
3772
+ return pulumi.get(self, "sku")
3773
+
3774
+ @sku.setter
3775
+ def sku(self, value: Optional[pulumi.Input['PublicIPAddressSkuArgs']]):
3776
+ pulumi.set(self, "sku", value)
3777
+
3778
+
3779
+ @pulumi.input_type
3780
+ class VirtualMachineScaleSetStorageProfileArgs:
3781
+ def __init__(__self__, *,
3782
+ data_disks: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetDataDiskArgs']]]] = None,
3783
+ disk_controller_type: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'DiskControllerTypes']]]]] = None,
3784
+ image_reference: Optional[pulumi.Input['ImageReferenceArgs']] = None,
3785
+ os_disk: Optional[pulumi.Input['VirtualMachineScaleSetOSDiskArgs']] = None):
3786
+ """
3787
+ Describes a virtual machine scale set storage profile.
3788
+ :param pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetDataDiskArgs']]] data_disks: Specifies the parameters that are used to add data disks to the virtual machines in the scale set. For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
3789
+ :param pulumi.Input['ImageReferenceArgs'] image_reference: Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
3790
+ :param pulumi.Input['VirtualMachineScaleSetOSDiskArgs'] os_disk: Specifies information about the operating system disk used by the virtual machines in the scale set. For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
3791
+ """
3792
+ if data_disks is not None:
3793
+ pulumi.set(__self__, "data_disks", data_disks)
3794
+ if disk_controller_type is not None:
3795
+ pulumi.set(__self__, "disk_controller_type", disk_controller_type)
3796
+ if image_reference is not None:
3797
+ pulumi.set(__self__, "image_reference", image_reference)
3798
+ if os_disk is not None:
3799
+ pulumi.set(__self__, "os_disk", os_disk)
3800
+
3801
+ @property
3802
+ @pulumi.getter(name="dataDisks")
3803
+ def data_disks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetDataDiskArgs']]]]:
3804
+ """
3805
+ Specifies the parameters that are used to add data disks to the virtual machines in the scale set. For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
3806
+ """
3807
+ return pulumi.get(self, "data_disks")
3808
+
3809
+ @data_disks.setter
3810
+ def data_disks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetDataDiskArgs']]]]):
3811
+ pulumi.set(self, "data_disks", value)
3812
+
3813
+ @property
3814
+ @pulumi.getter(name="diskControllerType")
3815
+ def disk_controller_type(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'DiskControllerTypes']]]]]:
3816
+ return pulumi.get(self, "disk_controller_type")
3817
+
3818
+ @disk_controller_type.setter
3819
+ def disk_controller_type(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'DiskControllerTypes']]]]]):
3820
+ pulumi.set(self, "disk_controller_type", value)
3821
+
3822
+ @property
3823
+ @pulumi.getter(name="imageReference")
3824
+ def image_reference(self) -> Optional[pulumi.Input['ImageReferenceArgs']]:
3825
+ """
3826
+ Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
3827
+ """
3828
+ return pulumi.get(self, "image_reference")
3829
+
3830
+ @image_reference.setter
3831
+ def image_reference(self, value: Optional[pulumi.Input['ImageReferenceArgs']]):
3832
+ pulumi.set(self, "image_reference", value)
3833
+
3834
+ @property
3835
+ @pulumi.getter(name="osDisk")
3836
+ def os_disk(self) -> Optional[pulumi.Input['VirtualMachineScaleSetOSDiskArgs']]:
3837
+ """
3838
+ Specifies information about the operating system disk used by the virtual machines in the scale set. For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
3839
+ """
3840
+ return pulumi.get(self, "os_disk")
3841
+
3842
+ @os_disk.setter
3843
+ def os_disk(self, value: Optional[pulumi.Input['VirtualMachineScaleSetOSDiskArgs']]):
3844
+ pulumi.set(self, "os_disk", value)
3845
+
3846
+
3847
+ @pulumi.input_type
3848
+ class VirtualMachineScaleSetVMProfileArgs:
3849
+ def __init__(__self__, *,
3850
+ application_profile: Optional[pulumi.Input['ApplicationProfileArgs']] = None,
3851
+ billing_profile: Optional[pulumi.Input['BillingProfileArgs']] = None,
3852
+ capacity_reservation: Optional[pulumi.Input['CapacityReservationProfileArgs']] = None,
3853
+ diagnostics_profile: Optional[pulumi.Input['DiagnosticsProfileArgs']] = None,
3854
+ eviction_policy: Optional[pulumi.Input[Union[str, 'VirtualMachineEvictionPolicyTypes']]] = None,
3855
+ extension_profile: Optional[pulumi.Input['VirtualMachineScaleSetExtensionProfileArgs']] = None,
3856
+ hardware_profile: Optional[pulumi.Input['VirtualMachineScaleSetHardwareProfileArgs']] = None,
3857
+ license_type: Optional[pulumi.Input[str]] = None,
3858
+ network_profile: Optional[pulumi.Input['VirtualMachineScaleSetNetworkProfileArgs']] = None,
3859
+ os_profile: Optional[pulumi.Input['VirtualMachineScaleSetOSProfileArgs']] = None,
3860
+ priority: Optional[pulumi.Input[Union[str, 'VirtualMachinePriorityTypes']]] = None,
3861
+ scheduled_events_profile: Optional[pulumi.Input['ScheduledEventsProfileArgs']] = None,
3862
+ security_posture_reference: Optional[pulumi.Input['SecurityPostureReferenceArgs']] = None,
3863
+ security_profile: Optional[pulumi.Input['SecurityProfileArgs']] = None,
3864
+ service_artifact_reference: Optional[pulumi.Input['ServiceArtifactReferenceArgs']] = None,
3865
+ storage_profile: Optional[pulumi.Input['VirtualMachineScaleSetStorageProfileArgs']] = None,
3866
+ user_data: Optional[pulumi.Input[str]] = None):
3867
+ """
3868
+ Describes a virtual machine scale set virtual machine profile.
3869
+ :param pulumi.Input['ApplicationProfileArgs'] application_profile: Specifies the gallery applications that should be made available to the VM/VMSS
3870
+ :param pulumi.Input['BillingProfileArgs'] billing_profile: Specifies the billing related details of a Azure Spot VMSS. Minimum api-version: 2019-03-01.
3871
+ :param pulumi.Input['CapacityReservationProfileArgs'] capacity_reservation: Specifies the capacity reservation related details of a scale set. Minimum api-version: 2021-04-01.
3872
+ :param pulumi.Input['DiagnosticsProfileArgs'] diagnostics_profile: Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
3873
+ :param pulumi.Input[Union[str, 'VirtualMachineEvictionPolicyTypes']] eviction_policy: Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview.
3874
+ :param pulumi.Input['VirtualMachineScaleSetExtensionProfileArgs'] extension_profile: Specifies a collection of settings for extensions installed on virtual machines in the scale set.
3875
+ :param pulumi.Input['VirtualMachineScaleSetHardwareProfileArgs'] hardware_profile: Specifies the hardware profile related details of a scale set. Minimum api-version: 2021-11-01.
3876
+ :param pulumi.Input[str] license_type: Specifies that the image or disk that is being used was licensed on-premises. <br><br> Possible values for Windows Server operating system are: <br><br> Windows_Client <br><br> Windows_Server <br><br> Possible values for Linux Server operating system are: <br><br> RHEL_BYOS (for RHEL) <br><br> SLES_BYOS (for SUSE) <br><br> For more information, see [Azure Hybrid Use Benefit for Windows Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing) <br><br> [Azure Hybrid Use Benefit for Linux Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux) <br><br> Minimum api-version: 2015-06-15
3877
+ :param pulumi.Input['VirtualMachineScaleSetNetworkProfileArgs'] network_profile: Specifies properties of the network interfaces of the virtual machines in the scale set.
3878
+ :param pulumi.Input['VirtualMachineScaleSetOSProfileArgs'] os_profile: Specifies the operating system settings for the virtual machines in the scale set.
3879
+ :param pulumi.Input[Union[str, 'VirtualMachinePriorityTypes']] priority: Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview.
3880
+ :param pulumi.Input['ScheduledEventsProfileArgs'] scheduled_events_profile: Specifies Scheduled Event related configurations.
3881
+ :param pulumi.Input['SecurityPostureReferenceArgs'] security_posture_reference: Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
3882
+ :param pulumi.Input['SecurityProfileArgs'] security_profile: Specifies the Security related profile settings for the virtual machines in the scale set.
3883
+ :param pulumi.Input['ServiceArtifactReferenceArgs'] service_artifact_reference: Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. Minimum api-version: 2022-11-01
3884
+ :param pulumi.Input['VirtualMachineScaleSetStorageProfileArgs'] storage_profile: Specifies the storage settings for the virtual machine disks.
3885
+ :param pulumi.Input[str] user_data: UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01.
3886
+ """
3887
+ if application_profile is not None:
3888
+ pulumi.set(__self__, "application_profile", application_profile)
3889
+ if billing_profile is not None:
3890
+ pulumi.set(__self__, "billing_profile", billing_profile)
3891
+ if capacity_reservation is not None:
3892
+ pulumi.set(__self__, "capacity_reservation", capacity_reservation)
3893
+ if diagnostics_profile is not None:
3894
+ pulumi.set(__self__, "diagnostics_profile", diagnostics_profile)
3895
+ if eviction_policy is not None:
3896
+ pulumi.set(__self__, "eviction_policy", eviction_policy)
3897
+ if extension_profile is not None:
3898
+ pulumi.set(__self__, "extension_profile", extension_profile)
3899
+ if hardware_profile is not None:
3900
+ pulumi.set(__self__, "hardware_profile", hardware_profile)
3901
+ if license_type is not None:
3902
+ pulumi.set(__self__, "license_type", license_type)
3903
+ if network_profile is not None:
3904
+ pulumi.set(__self__, "network_profile", network_profile)
3905
+ if os_profile is not None:
3906
+ pulumi.set(__self__, "os_profile", os_profile)
3907
+ if priority is not None:
3908
+ pulumi.set(__self__, "priority", priority)
3909
+ if scheduled_events_profile is not None:
3910
+ pulumi.set(__self__, "scheduled_events_profile", scheduled_events_profile)
3911
+ if security_posture_reference is not None:
3912
+ pulumi.set(__self__, "security_posture_reference", security_posture_reference)
3913
+ if security_profile is not None:
3914
+ pulumi.set(__self__, "security_profile", security_profile)
3915
+ if service_artifact_reference is not None:
3916
+ pulumi.set(__self__, "service_artifact_reference", service_artifact_reference)
3917
+ if storage_profile is not None:
3918
+ pulumi.set(__self__, "storage_profile", storage_profile)
3919
+ if user_data is not None:
3920
+ pulumi.set(__self__, "user_data", user_data)
3921
+
3922
+ @property
3923
+ @pulumi.getter(name="applicationProfile")
3924
+ def application_profile(self) -> Optional[pulumi.Input['ApplicationProfileArgs']]:
3925
+ """
3926
+ Specifies the gallery applications that should be made available to the VM/VMSS
3927
+ """
3928
+ return pulumi.get(self, "application_profile")
3929
+
3930
+ @application_profile.setter
3931
+ def application_profile(self, value: Optional[pulumi.Input['ApplicationProfileArgs']]):
3932
+ pulumi.set(self, "application_profile", value)
3933
+
3934
+ @property
3935
+ @pulumi.getter(name="billingProfile")
3936
+ def billing_profile(self) -> Optional[pulumi.Input['BillingProfileArgs']]:
3937
+ """
3938
+ Specifies the billing related details of a Azure Spot VMSS. Minimum api-version: 2019-03-01.
3939
+ """
3940
+ return pulumi.get(self, "billing_profile")
3941
+
3942
+ @billing_profile.setter
3943
+ def billing_profile(self, value: Optional[pulumi.Input['BillingProfileArgs']]):
3944
+ pulumi.set(self, "billing_profile", value)
3945
+
3946
+ @property
3947
+ @pulumi.getter(name="capacityReservation")
3948
+ def capacity_reservation(self) -> Optional[pulumi.Input['CapacityReservationProfileArgs']]:
3949
+ """
3950
+ Specifies the capacity reservation related details of a scale set. Minimum api-version: 2021-04-01.
3951
+ """
3952
+ return pulumi.get(self, "capacity_reservation")
3953
+
3954
+ @capacity_reservation.setter
3955
+ def capacity_reservation(self, value: Optional[pulumi.Input['CapacityReservationProfileArgs']]):
3956
+ pulumi.set(self, "capacity_reservation", value)
3957
+
3958
+ @property
3959
+ @pulumi.getter(name="diagnosticsProfile")
3960
+ def diagnostics_profile(self) -> Optional[pulumi.Input['DiagnosticsProfileArgs']]:
3961
+ """
3962
+ Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
3963
+ """
3964
+ return pulumi.get(self, "diagnostics_profile")
3965
+
3966
+ @diagnostics_profile.setter
3967
+ def diagnostics_profile(self, value: Optional[pulumi.Input['DiagnosticsProfileArgs']]):
3968
+ pulumi.set(self, "diagnostics_profile", value)
3969
+
3970
+ @property
3971
+ @pulumi.getter(name="evictionPolicy")
3972
+ def eviction_policy(self) -> Optional[pulumi.Input[Union[str, 'VirtualMachineEvictionPolicyTypes']]]:
3973
+ """
3974
+ Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview.
3975
+ """
3976
+ return pulumi.get(self, "eviction_policy")
3977
+
3978
+ @eviction_policy.setter
3979
+ def eviction_policy(self, value: Optional[pulumi.Input[Union[str, 'VirtualMachineEvictionPolicyTypes']]]):
3980
+ pulumi.set(self, "eviction_policy", value)
3981
+
3982
+ @property
3983
+ @pulumi.getter(name="extensionProfile")
3984
+ def extension_profile(self) -> Optional[pulumi.Input['VirtualMachineScaleSetExtensionProfileArgs']]:
3985
+ """
3986
+ Specifies a collection of settings for extensions installed on virtual machines in the scale set.
3987
+ """
3988
+ return pulumi.get(self, "extension_profile")
3989
+
3990
+ @extension_profile.setter
3991
+ def extension_profile(self, value: Optional[pulumi.Input['VirtualMachineScaleSetExtensionProfileArgs']]):
3992
+ pulumi.set(self, "extension_profile", value)
3993
+
3994
+ @property
3995
+ @pulumi.getter(name="hardwareProfile")
3996
+ def hardware_profile(self) -> Optional[pulumi.Input['VirtualMachineScaleSetHardwareProfileArgs']]:
3997
+ """
3998
+ Specifies the hardware profile related details of a scale set. Minimum api-version: 2021-11-01.
3999
+ """
4000
+ return pulumi.get(self, "hardware_profile")
4001
+
4002
+ @hardware_profile.setter
4003
+ def hardware_profile(self, value: Optional[pulumi.Input['VirtualMachineScaleSetHardwareProfileArgs']]):
4004
+ pulumi.set(self, "hardware_profile", value)
4005
+
4006
+ @property
4007
+ @pulumi.getter(name="licenseType")
4008
+ def license_type(self) -> Optional[pulumi.Input[str]]:
4009
+ """
4010
+ Specifies that the image or disk that is being used was licensed on-premises. <br><br> Possible values for Windows Server operating system are: <br><br> Windows_Client <br><br> Windows_Server <br><br> Possible values for Linux Server operating system are: <br><br> RHEL_BYOS (for RHEL) <br><br> SLES_BYOS (for SUSE) <br><br> For more information, see [Azure Hybrid Use Benefit for Windows Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing) <br><br> [Azure Hybrid Use Benefit for Linux Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux) <br><br> Minimum api-version: 2015-06-15
4011
+ """
4012
+ return pulumi.get(self, "license_type")
4013
+
4014
+ @license_type.setter
4015
+ def license_type(self, value: Optional[pulumi.Input[str]]):
4016
+ pulumi.set(self, "license_type", value)
4017
+
4018
+ @property
4019
+ @pulumi.getter(name="networkProfile")
4020
+ def network_profile(self) -> Optional[pulumi.Input['VirtualMachineScaleSetNetworkProfileArgs']]:
4021
+ """
4022
+ Specifies properties of the network interfaces of the virtual machines in the scale set.
4023
+ """
4024
+ return pulumi.get(self, "network_profile")
4025
+
4026
+ @network_profile.setter
4027
+ def network_profile(self, value: Optional[pulumi.Input['VirtualMachineScaleSetNetworkProfileArgs']]):
4028
+ pulumi.set(self, "network_profile", value)
4029
+
4030
+ @property
4031
+ @pulumi.getter(name="osProfile")
4032
+ def os_profile(self) -> Optional[pulumi.Input['VirtualMachineScaleSetOSProfileArgs']]:
4033
+ """
4034
+ Specifies the operating system settings for the virtual machines in the scale set.
4035
+ """
4036
+ return pulumi.get(self, "os_profile")
4037
+
4038
+ @os_profile.setter
4039
+ def os_profile(self, value: Optional[pulumi.Input['VirtualMachineScaleSetOSProfileArgs']]):
4040
+ pulumi.set(self, "os_profile", value)
4041
+
4042
+ @property
4043
+ @pulumi.getter
4044
+ def priority(self) -> Optional[pulumi.Input[Union[str, 'VirtualMachinePriorityTypes']]]:
4045
+ """
4046
+ Specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview.
4047
+ """
4048
+ return pulumi.get(self, "priority")
4049
+
4050
+ @priority.setter
4051
+ def priority(self, value: Optional[pulumi.Input[Union[str, 'VirtualMachinePriorityTypes']]]):
4052
+ pulumi.set(self, "priority", value)
4053
+
4054
+ @property
4055
+ @pulumi.getter(name="scheduledEventsProfile")
4056
+ def scheduled_events_profile(self) -> Optional[pulumi.Input['ScheduledEventsProfileArgs']]:
4057
+ """
4058
+ Specifies Scheduled Event related configurations.
4059
+ """
4060
+ return pulumi.get(self, "scheduled_events_profile")
4061
+
4062
+ @scheduled_events_profile.setter
4063
+ def scheduled_events_profile(self, value: Optional[pulumi.Input['ScheduledEventsProfileArgs']]):
4064
+ pulumi.set(self, "scheduled_events_profile", value)
4065
+
4066
+ @property
4067
+ @pulumi.getter(name="securityPostureReference")
4068
+ def security_posture_reference(self) -> Optional[pulumi.Input['SecurityPostureReferenceArgs']]:
4069
+ """
4070
+ Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
4071
+ """
4072
+ return pulumi.get(self, "security_posture_reference")
4073
+
4074
+ @security_posture_reference.setter
4075
+ def security_posture_reference(self, value: Optional[pulumi.Input['SecurityPostureReferenceArgs']]):
4076
+ pulumi.set(self, "security_posture_reference", value)
4077
+
4078
+ @property
4079
+ @pulumi.getter(name="securityProfile")
4080
+ def security_profile(self) -> Optional[pulumi.Input['SecurityProfileArgs']]:
4081
+ """
4082
+ Specifies the Security related profile settings for the virtual machines in the scale set.
4083
+ """
4084
+ return pulumi.get(self, "security_profile")
4085
+
4086
+ @security_profile.setter
4087
+ def security_profile(self, value: Optional[pulumi.Input['SecurityProfileArgs']]):
4088
+ pulumi.set(self, "security_profile", value)
4089
+
4090
+ @property
4091
+ @pulumi.getter(name="serviceArtifactReference")
4092
+ def service_artifact_reference(self) -> Optional[pulumi.Input['ServiceArtifactReferenceArgs']]:
4093
+ """
4094
+ Specifies the service artifact reference id used to set same image version for all virtual machines in the scale set when using 'latest' image version. Minimum api-version: 2022-11-01
4095
+ """
4096
+ return pulumi.get(self, "service_artifact_reference")
4097
+
4098
+ @service_artifact_reference.setter
4099
+ def service_artifact_reference(self, value: Optional[pulumi.Input['ServiceArtifactReferenceArgs']]):
4100
+ pulumi.set(self, "service_artifact_reference", value)
4101
+
4102
+ @property
4103
+ @pulumi.getter(name="storageProfile")
4104
+ def storage_profile(self) -> Optional[pulumi.Input['VirtualMachineScaleSetStorageProfileArgs']]:
4105
+ """
4106
+ Specifies the storage settings for the virtual machine disks.
4107
+ """
4108
+ return pulumi.get(self, "storage_profile")
4109
+
4110
+ @storage_profile.setter
4111
+ def storage_profile(self, value: Optional[pulumi.Input['VirtualMachineScaleSetStorageProfileArgs']]):
4112
+ pulumi.set(self, "storage_profile", value)
4113
+
4114
+ @property
4115
+ @pulumi.getter(name="userData")
4116
+ def user_data(self) -> Optional[pulumi.Input[str]]:
4117
+ """
4118
+ UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01.
4119
+ """
4120
+ return pulumi.get(self, "user_data")
4121
+
4122
+ @user_data.setter
4123
+ def user_data(self, value: Optional[pulumi.Input[str]]):
4124
+ pulumi.set(self, "user_data", value)
4125
+
4126
+
4127
+ @pulumi.input_type
4128
+ class VmSizeProfileArgs:
4129
+ def __init__(__self__, *,
4130
+ name: pulumi.Input[str]):
4131
+ """
4132
+ Specifications about a VM Size. This will also contain the corresponding rank and weight in future.
4133
+ :param pulumi.Input[str] name: The Sku name (e.g. 'Standard_DS1_v2')
4134
+ """
4135
+ pulumi.set(__self__, "name", name)
4136
+
4137
+ @property
4138
+ @pulumi.getter
4139
+ def name(self) -> pulumi.Input[str]:
4140
+ """
4141
+ The Sku name (e.g. 'Standard_DS1_v2')
4142
+ """
4143
+ return pulumi.get(self, "name")
4144
+
4145
+ @name.setter
4146
+ def name(self, value: pulumi.Input[str]):
4147
+ pulumi.set(self, "name", value)
4148
+
4149
+
4150
+ @pulumi.input_type
4151
+ class WinRMConfigurationArgs:
4152
+ def __init__(__self__, *,
4153
+ listeners: Optional[pulumi.Input[Sequence[pulumi.Input['WinRMListenerArgs']]]] = None):
4154
+ """
4155
+ Describes Windows Remote Management configuration of the VM
4156
+ :param pulumi.Input[Sequence[pulumi.Input['WinRMListenerArgs']]] listeners: The list of Windows Remote Management listeners
4157
+ """
4158
+ if listeners is not None:
4159
+ pulumi.set(__self__, "listeners", listeners)
4160
+
4161
+ @property
4162
+ @pulumi.getter
4163
+ def listeners(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WinRMListenerArgs']]]]:
4164
+ """
4165
+ The list of Windows Remote Management listeners
4166
+ """
4167
+ return pulumi.get(self, "listeners")
4168
+
4169
+ @listeners.setter
4170
+ def listeners(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WinRMListenerArgs']]]]):
4171
+ pulumi.set(self, "listeners", value)
4172
+
4173
+
4174
+ @pulumi.input_type
4175
+ class WinRMListenerArgs:
4176
+ def __init__(__self__, *,
4177
+ certificate_url: Optional[pulumi.Input[str]] = None,
4178
+ protocol: Optional[pulumi.Input['ProtocolTypes']] = None):
4179
+ """
4180
+ Describes Protocol and thumbprint of Windows Remote Management listener
4181
+ :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 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>} <br> To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
4182
+ :param pulumi.Input['ProtocolTypes'] protocol: Specifies the protocol of WinRM listener. Possible values are: **http,** **https.**
4183
+ """
4184
+ if certificate_url is not None:
4185
+ pulumi.set(__self__, "certificate_url", certificate_url)
4186
+ if protocol is not None:
4187
+ pulumi.set(__self__, "protocol", protocol)
4188
+
4189
+ @property
4190
+ @pulumi.getter(name="certificateUrl")
4191
+ def certificate_url(self) -> Optional[pulumi.Input[str]]:
4192
+ """
4193
+ 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 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>} <br> To install certificates on a virtual machine it is recommended to use the [Azure Key Vault virtual machine extension for Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux) or the [Azure Key Vault virtual machine extension for Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
4194
+ """
4195
+ return pulumi.get(self, "certificate_url")
4196
+
4197
+ @certificate_url.setter
4198
+ def certificate_url(self, value: Optional[pulumi.Input[str]]):
4199
+ pulumi.set(self, "certificate_url", value)
4200
+
4201
+ @property
4202
+ @pulumi.getter
4203
+ def protocol(self) -> Optional[pulumi.Input['ProtocolTypes']]:
4204
+ """
4205
+ Specifies the protocol of WinRM listener. Possible values are: **http,** **https.**
4206
+ """
4207
+ return pulumi.get(self, "protocol")
4208
+
4209
+ @protocol.setter
4210
+ def protocol(self, value: Optional[pulumi.Input['ProtocolTypes']]):
4211
+ pulumi.set(self, "protocol", value)
4212
+
4213
+
4214
+ @pulumi.input_type
4215
+ class WindowsConfigurationArgs:
4216
+ def __init__(__self__, *,
4217
+ additional_unattend_content: Optional[pulumi.Input[Sequence[pulumi.Input['AdditionalUnattendContentArgs']]]] = None,
4218
+ enable_automatic_updates: Optional[pulumi.Input[bool]] = None,
4219
+ enable_vm_agent_platform_updates: Optional[pulumi.Input[bool]] = None,
4220
+ patch_settings: Optional[pulumi.Input['PatchSettingsArgs']] = None,
4221
+ provision_vm_agent: Optional[pulumi.Input[bool]] = None,
4222
+ time_zone: Optional[pulumi.Input[str]] = None,
4223
+ win_rm: Optional[pulumi.Input['WinRMConfigurationArgs']] = None):
4224
+ """
4225
+ Specifies Windows operating system settings on the virtual machine.
4226
+ :param pulumi.Input[Sequence[pulumi.Input['AdditionalUnattendContentArgs']]] additional_unattend_content: Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
4227
+ :param pulumi.Input[bool] enable_automatic_updates: Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
4228
+ :param pulumi.Input[bool] enable_vm_agent_platform_updates: Indicates whether VMAgent Platform Updates is enabled for the Windows virtual machine. Default value is false.
4229
+ :param pulumi.Input['PatchSettingsArgs'] patch_settings: [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
4230
+ :param pulumi.Input[bool] provision_vm_agent: Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
4231
+ :param pulumi.Input[str] time_zone: Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be [TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id) value from time zones returned by [TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
4232
+ :param pulumi.Input['WinRMConfigurationArgs'] win_rm: Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
4233
+ """
4234
+ if additional_unattend_content is not None:
4235
+ pulumi.set(__self__, "additional_unattend_content", additional_unattend_content)
4236
+ if enable_automatic_updates is not None:
4237
+ pulumi.set(__self__, "enable_automatic_updates", enable_automatic_updates)
4238
+ if enable_vm_agent_platform_updates is not None:
4239
+ pulumi.set(__self__, "enable_vm_agent_platform_updates", enable_vm_agent_platform_updates)
4240
+ if patch_settings is not None:
4241
+ pulumi.set(__self__, "patch_settings", patch_settings)
4242
+ if provision_vm_agent is not None:
4243
+ pulumi.set(__self__, "provision_vm_agent", provision_vm_agent)
4244
+ if time_zone is not None:
4245
+ pulumi.set(__self__, "time_zone", time_zone)
4246
+ if win_rm is not None:
4247
+ pulumi.set(__self__, "win_rm", win_rm)
4248
+
4249
+ @property
4250
+ @pulumi.getter(name="additionalUnattendContent")
4251
+ def additional_unattend_content(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AdditionalUnattendContentArgs']]]]:
4252
+ """
4253
+ Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
4254
+ """
4255
+ return pulumi.get(self, "additional_unattend_content")
4256
+
4257
+ @additional_unattend_content.setter
4258
+ def additional_unattend_content(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AdditionalUnattendContentArgs']]]]):
4259
+ pulumi.set(self, "additional_unattend_content", value)
4260
+
4261
+ @property
4262
+ @pulumi.getter(name="enableAutomaticUpdates")
4263
+ def enable_automatic_updates(self) -> Optional[pulumi.Input[bool]]:
4264
+ """
4265
+ Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.
4266
+ """
4267
+ return pulumi.get(self, "enable_automatic_updates")
4268
+
4269
+ @enable_automatic_updates.setter
4270
+ def enable_automatic_updates(self, value: Optional[pulumi.Input[bool]]):
4271
+ pulumi.set(self, "enable_automatic_updates", value)
4272
+
4273
+ @property
4274
+ @pulumi.getter(name="enableVMAgentPlatformUpdates")
4275
+ def enable_vm_agent_platform_updates(self) -> Optional[pulumi.Input[bool]]:
4276
+ """
4277
+ Indicates whether VMAgent Platform Updates is enabled for the Windows virtual machine. Default value is false.
4278
+ """
4279
+ return pulumi.get(self, "enable_vm_agent_platform_updates")
4280
+
4281
+ @enable_vm_agent_platform_updates.setter
4282
+ def enable_vm_agent_platform_updates(self, value: Optional[pulumi.Input[bool]]):
4283
+ pulumi.set(self, "enable_vm_agent_platform_updates", value)
4284
+
4285
+ @property
4286
+ @pulumi.getter(name="patchSettings")
4287
+ def patch_settings(self) -> Optional[pulumi.Input['PatchSettingsArgs']]:
4288
+ """
4289
+ [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
4290
+ """
4291
+ return pulumi.get(self, "patch_settings")
4292
+
4293
+ @patch_settings.setter
4294
+ def patch_settings(self, value: Optional[pulumi.Input['PatchSettingsArgs']]):
4295
+ pulumi.set(self, "patch_settings", value)
4296
+
4297
+ @property
4298
+ @pulumi.getter(name="provisionVMAgent")
4299
+ def provision_vm_agent(self) -> Optional[pulumi.Input[bool]]:
4300
+ """
4301
+ Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
4302
+ """
4303
+ return pulumi.get(self, "provision_vm_agent")
4304
+
4305
+ @provision_vm_agent.setter
4306
+ def provision_vm_agent(self, value: Optional[pulumi.Input[bool]]):
4307
+ pulumi.set(self, "provision_vm_agent", value)
4308
+
4309
+ @property
4310
+ @pulumi.getter(name="timeZone")
4311
+ def time_zone(self) -> Optional[pulumi.Input[str]]:
4312
+ """
4313
+ Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be [TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id) value from time zones returned by [TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
4314
+ """
4315
+ return pulumi.get(self, "time_zone")
4316
+
4317
+ @time_zone.setter
4318
+ def time_zone(self, value: Optional[pulumi.Input[str]]):
4319
+ pulumi.set(self, "time_zone", value)
4320
+
4321
+ @property
4322
+ @pulumi.getter(name="winRM")
4323
+ def win_rm(self) -> Optional[pulumi.Input['WinRMConfigurationArgs']]:
4324
+ """
4325
+ Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
4326
+ """
4327
+ return pulumi.get(self, "win_rm")
4328
+
4329
+ @win_rm.setter
4330
+ def win_rm(self, value: Optional[pulumi.Input['WinRMConfigurationArgs']]):
4331
+ pulumi.set(self, "win_rm", value)
4332
+
4333
+
4334
+ @pulumi.input_type
4335
+ class WindowsVMGuestPatchAutomaticByPlatformSettingsArgs:
4336
+ def __init__(__self__, *,
4337
+ bypass_platform_safety_checks_on_user_schedule: Optional[pulumi.Input[bool]] = None,
4338
+ reboot_setting: Optional[pulumi.Input[Union[str, 'WindowsVMGuestPatchAutomaticByPlatformRebootSetting']]] = None):
4339
+ """
4340
+ Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Windows patch settings.
4341
+ :param pulumi.Input[bool] bypass_platform_safety_checks_on_user_schedule: Enables customer to schedule patching without accidental upgrades
4342
+ :param pulumi.Input[Union[str, 'WindowsVMGuestPatchAutomaticByPlatformRebootSetting']] reboot_setting: Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
4343
+ """
4344
+ if bypass_platform_safety_checks_on_user_schedule is not None:
4345
+ pulumi.set(__self__, "bypass_platform_safety_checks_on_user_schedule", bypass_platform_safety_checks_on_user_schedule)
4346
+ if reboot_setting is not None:
4347
+ pulumi.set(__self__, "reboot_setting", reboot_setting)
4348
+
4349
+ @property
4350
+ @pulumi.getter(name="bypassPlatformSafetyChecksOnUserSchedule")
4351
+ def bypass_platform_safety_checks_on_user_schedule(self) -> Optional[pulumi.Input[bool]]:
4352
+ """
4353
+ Enables customer to schedule patching without accidental upgrades
4354
+ """
4355
+ return pulumi.get(self, "bypass_platform_safety_checks_on_user_schedule")
4356
+
4357
+ @bypass_platform_safety_checks_on_user_schedule.setter
4358
+ def bypass_platform_safety_checks_on_user_schedule(self, value: Optional[pulumi.Input[bool]]):
4359
+ pulumi.set(self, "bypass_platform_safety_checks_on_user_schedule", value)
4360
+
4361
+ @property
4362
+ @pulumi.getter(name="rebootSetting")
4363
+ def reboot_setting(self) -> Optional[pulumi.Input[Union[str, 'WindowsVMGuestPatchAutomaticByPlatformRebootSetting']]]:
4364
+ """
4365
+ Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
4366
+ """
4367
+ return pulumi.get(self, "reboot_setting")
4368
+
4369
+ @reboot_setting.setter
4370
+ def reboot_setting(self, value: Optional[pulumi.Input[Union[str, 'WindowsVMGuestPatchAutomaticByPlatformRebootSetting']]]):
4371
+ pulumi.set(self, "reboot_setting", value)
4372
+
4373
+