pulumi-azure-native 2.59.0a1725033095__py3-none-any.whl → 2.59.0a1725270690__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 (259) hide show
  1. pulumi_azure_native/__init__.py +26 -0
  2. pulumi_azure_native/containerservice/__init__.py +3 -0
  3. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  4. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  5. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  6. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  7. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  8. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  9. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  10. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  11. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  12. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  13. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  14. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  15. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  16. pulumi_azure_native/containerservice/snapshot.py +3 -3
  17. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  18. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  19. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  20. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  21. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  22. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  23. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  24. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  25. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  26. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  27. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  28. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  29. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  30. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  31. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  32. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  33. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  34. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  35. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  36. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  37. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  38. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  39. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  40. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  41. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  42. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  43. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  44. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  45. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  46. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  47. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  48. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  49. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  50. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  51. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  52. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  53. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  54. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  55. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  56. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  57. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  58. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  59. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  60. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  61. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  62. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  63. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  64. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  65. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  66. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  67. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  68. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  69. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  70. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  71. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  72. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  73. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  74. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  75. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  76. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  77. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  78. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  79. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  80. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  81. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  82. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  83. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  84. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  85. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  86. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  87. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  88. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  89. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  90. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  91. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  92. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  93. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  94. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  95. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  96. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  97. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  98. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  99. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  100. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  101. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  102. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  103. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  104. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  105. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  106. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  107. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  108. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  109. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  110. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  111. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  112. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  113. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  114. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  115. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  116. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  117. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  118. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  119. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  120. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  121. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  122. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  123. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  124. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  125. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  126. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  127. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  128. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  129. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  130. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  131. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  132. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  133. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  134. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
  135. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
  136. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
  137. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
  138. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
  139. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
  140. pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
  141. pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
  142. pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
  143. pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
  144. pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
  145. pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
  146. pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
  147. pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
  148. pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
  149. pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
  150. pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
  151. pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
  152. pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1 -1
  153. pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +1 -1
  154. pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1 -1
  155. pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +1 -1
  156. pulumi_azure_native/containerservice/v20240602preview/snapshot.py +1 -1
  157. pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +1 -1
  158. pulumi_azure_native/containerservice/v20240701/__init__.py +25 -0
  159. pulumi_azure_native/containerservice/v20240701/_enums.py +628 -0
  160. pulumi_azure_native/containerservice/v20240701/_inputs.py +7532 -0
  161. pulumi_azure_native/containerservice/v20240701/agent_pool.py +1420 -0
  162. pulumi_azure_native/containerservice/v20240701/get_agent_pool.py +687 -0
  163. pulumi_azure_native/containerservice/v20240701/get_maintenance_configuration.py +167 -0
  164. pulumi_azure_native/containerservice/v20240701/get_managed_cluster.py +721 -0
  165. pulumi_azure_native/containerservice/v20240701/get_private_endpoint_connection.py +154 -0
  166. pulumi_azure_native/containerservice/v20240701/get_snapshot.py +253 -0
  167. pulumi_azure_native/containerservice/v20240701/get_trusted_access_role_binding.py +167 -0
  168. pulumi_azure_native/containerservice/v20240701/list_managed_cluster_admin_credentials.py +89 -0
  169. pulumi_azure_native/containerservice/v20240701/list_managed_cluster_monitoring_user_credentials.py +89 -0
  170. pulumi_azure_native/containerservice/v20240701/list_managed_cluster_user_credentials.py +94 -0
  171. pulumi_azure_native/containerservice/v20240701/maintenance_configuration.py +279 -0
  172. pulumi_azure_native/containerservice/v20240701/managed_cluster.py +1353 -0
  173. pulumi_azure_native/containerservice/v20240701/outputs.py +6472 -0
  174. pulumi_azure_native/containerservice/v20240701/private_endpoint_connection.py +251 -0
  175. pulumi_azure_native/containerservice/v20240701/snapshot.py +347 -0
  176. pulumi_azure_native/containerservice/v20240701/trusted_access_role_binding.py +260 -0
  177. pulumi_azure_native/pulumi-plugin.json +1 -1
  178. pulumi_azure_native/servicefabric/__init__.py +3 -0
  179. pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
  180. pulumi_azure_native/servicefabric/get_managed_cluster_application.py +2 -2
  181. pulumi_azure_native/servicefabric/get_managed_cluster_application_type.py +2 -2
  182. pulumi_azure_native/servicefabric/get_managed_cluster_application_type_version.py +2 -2
  183. pulumi_azure_native/servicefabric/get_managed_cluster_service.py +2 -2
  184. pulumi_azure_native/servicefabric/get_node_type.py +2 -2
  185. pulumi_azure_native/servicefabric/getmanaged_az_resiliency_status.py +2 -2
  186. pulumi_azure_native/servicefabric/getmanaged_maintenance_window_status.py +2 -2
  187. pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
  188. pulumi_azure_native/servicefabric/managed_cluster_application.py +3 -3
  189. pulumi_azure_native/servicefabric/managed_cluster_application_type.py +3 -3
  190. pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +3 -3
  191. pulumi_azure_native/servicefabric/managed_cluster_service.py +3 -3
  192. pulumi_azure_native/servicefabric/node_type.py +3 -3
  193. pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
  194. pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
  195. pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
  196. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
  197. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
  198. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
  199. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
  200. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
  201. pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
  202. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
  203. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
  204. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
  205. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
  206. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
  207. pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
  208. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1 -1
  209. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +1 -1
  210. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +1 -1
  211. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +1 -1
  212. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +1 -1
  213. pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1 -1
  214. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster.py +1 -1
  215. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application.py +1 -1
  216. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type.py +1 -1
  217. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type_version.py +1 -1
  218. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_service.py +1 -1
  219. pulumi_azure_native/servicefabric/v20231101preview/node_type.py +1 -1
  220. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster.py +1 -1
  221. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application.py +1 -1
  222. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type.py +1 -1
  223. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type_version.py +1 -1
  224. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_service.py +1 -1
  225. pulumi_azure_native/servicefabric/v20231201preview/node_type.py +1 -1
  226. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster.py +1 -1
  227. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application.py +1 -1
  228. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type.py +1 -1
  229. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type_version.py +1 -1
  230. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_service.py +1 -1
  231. pulumi_azure_native/servicefabric/v20240201preview/node_type.py +1 -1
  232. pulumi_azure_native/servicefabric/v20240401/managed_cluster.py +1 -1
  233. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application.py +1 -1
  234. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type.py +1 -1
  235. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type_version.py +1 -1
  236. pulumi_azure_native/servicefabric/v20240401/managed_cluster_service.py +1 -1
  237. pulumi_azure_native/servicefabric/v20240401/node_type.py +1 -1
  238. pulumi_azure_native/servicefabric/v20240601preview/__init__.py +24 -0
  239. pulumi_azure_native/servicefabric/v20240601preview/_enums.py +511 -0
  240. pulumi_azure_native/servicefabric/v20240601preview/_inputs.py +5399 -0
  241. pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster.py +708 -0
  242. pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_application.py +233 -0
  243. pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_application_type.py +167 -0
  244. pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_application_type_version.py +185 -0
  245. pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_service.py +172 -0
  246. pulumi_azure_native/servicefabric/v20240601preview/get_node_type.py +804 -0
  247. pulumi_azure_native/servicefabric/v20240601preview/getmanaged_az_resiliency_status.py +97 -0
  248. pulumi_azure_native/servicefabric/v20240601preview/getmanaged_maintenance_window_status.py +161 -0
  249. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster.py +1339 -0
  250. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application.py +409 -0
  251. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type.py +258 -0
  252. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type_version.py +309 -0
  253. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_service.py +300 -0
  254. pulumi_azure_native/servicefabric/v20240601preview/node_type.py +1695 -0
  255. pulumi_azure_native/servicefabric/v20240601preview/outputs.py +4591 -0
  256. {pulumi_azure_native-2.59.0a1725033095.dist-info → pulumi_azure_native-2.59.0a1725270690.dist-info}/METADATA +1 -1
  257. {pulumi_azure_native-2.59.0a1725033095.dist-info → pulumi_azure_native-2.59.0a1725270690.dist-info}/RECORD +259 -222
  258. {pulumi_azure_native-2.59.0a1725033095.dist-info → pulumi_azure_native-2.59.0a1725270690.dist-info}/WHEEL +0 -0
  259. {pulumi_azure_native-2.59.0a1725033095.dist-info → pulumi_azure_native-2.59.0a1725270690.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,309 @@
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 sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+
18
+ __all__ = ['ManagedClusterApplicationTypeVersionArgs', 'ManagedClusterApplicationTypeVersion']
19
+
20
+ @pulumi.input_type
21
+ class ManagedClusterApplicationTypeVersionArgs:
22
+ def __init__(__self__, *,
23
+ app_package_url: pulumi.Input[str],
24
+ application_type_name: pulumi.Input[str],
25
+ cluster_name: pulumi.Input[str],
26
+ resource_group_name: pulumi.Input[str],
27
+ location: Optional[pulumi.Input[str]] = None,
28
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
29
+ version: Optional[pulumi.Input[str]] = None):
30
+ """
31
+ The set of arguments for constructing a ManagedClusterApplicationTypeVersion resource.
32
+ :param pulumi.Input[str] app_package_url: The URL to the application package
33
+ :param pulumi.Input[str] application_type_name: The name of the application type name resource.
34
+ :param pulumi.Input[str] cluster_name: The name of the cluster resource.
35
+ :param pulumi.Input[str] resource_group_name: The name of the resource group.
36
+ :param pulumi.Input[str] location: Resource location depends on the parent resource.
37
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Azure resource tags.
38
+ :param pulumi.Input[str] version: The application type version.
39
+ """
40
+ pulumi.set(__self__, "app_package_url", app_package_url)
41
+ pulumi.set(__self__, "application_type_name", application_type_name)
42
+ pulumi.set(__self__, "cluster_name", cluster_name)
43
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
44
+ if location is not None:
45
+ pulumi.set(__self__, "location", location)
46
+ if tags is not None:
47
+ pulumi.set(__self__, "tags", tags)
48
+ if version is not None:
49
+ pulumi.set(__self__, "version", version)
50
+
51
+ @property
52
+ @pulumi.getter(name="appPackageUrl")
53
+ def app_package_url(self) -> pulumi.Input[str]:
54
+ """
55
+ The URL to the application package
56
+ """
57
+ return pulumi.get(self, "app_package_url")
58
+
59
+ @app_package_url.setter
60
+ def app_package_url(self, value: pulumi.Input[str]):
61
+ pulumi.set(self, "app_package_url", value)
62
+
63
+ @property
64
+ @pulumi.getter(name="applicationTypeName")
65
+ def application_type_name(self) -> pulumi.Input[str]:
66
+ """
67
+ The name of the application type name resource.
68
+ """
69
+ return pulumi.get(self, "application_type_name")
70
+
71
+ @application_type_name.setter
72
+ def application_type_name(self, value: pulumi.Input[str]):
73
+ pulumi.set(self, "application_type_name", value)
74
+
75
+ @property
76
+ @pulumi.getter(name="clusterName")
77
+ def cluster_name(self) -> pulumi.Input[str]:
78
+ """
79
+ The name of the cluster resource.
80
+ """
81
+ return pulumi.get(self, "cluster_name")
82
+
83
+ @cluster_name.setter
84
+ def cluster_name(self, value: pulumi.Input[str]):
85
+ pulumi.set(self, "cluster_name", value)
86
+
87
+ @property
88
+ @pulumi.getter(name="resourceGroupName")
89
+ def resource_group_name(self) -> pulumi.Input[str]:
90
+ """
91
+ The name of the resource group.
92
+ """
93
+ return pulumi.get(self, "resource_group_name")
94
+
95
+ @resource_group_name.setter
96
+ def resource_group_name(self, value: pulumi.Input[str]):
97
+ pulumi.set(self, "resource_group_name", value)
98
+
99
+ @property
100
+ @pulumi.getter
101
+ def location(self) -> Optional[pulumi.Input[str]]:
102
+ """
103
+ Resource location depends on the parent resource.
104
+ """
105
+ return pulumi.get(self, "location")
106
+
107
+ @location.setter
108
+ def location(self, value: Optional[pulumi.Input[str]]):
109
+ pulumi.set(self, "location", value)
110
+
111
+ @property
112
+ @pulumi.getter
113
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
114
+ """
115
+ Azure resource tags.
116
+ """
117
+ return pulumi.get(self, "tags")
118
+
119
+ @tags.setter
120
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
121
+ pulumi.set(self, "tags", value)
122
+
123
+ @property
124
+ @pulumi.getter
125
+ def version(self) -> Optional[pulumi.Input[str]]:
126
+ """
127
+ The application type version.
128
+ """
129
+ return pulumi.get(self, "version")
130
+
131
+ @version.setter
132
+ def version(self, value: Optional[pulumi.Input[str]]):
133
+ pulumi.set(self, "version", value)
134
+
135
+
136
+ class ManagedClusterApplicationTypeVersion(pulumi.CustomResource):
137
+ @overload
138
+ def __init__(__self__,
139
+ resource_name: str,
140
+ opts: Optional[pulumi.ResourceOptions] = None,
141
+ app_package_url: Optional[pulumi.Input[str]] = None,
142
+ application_type_name: Optional[pulumi.Input[str]] = None,
143
+ cluster_name: Optional[pulumi.Input[str]] = None,
144
+ location: Optional[pulumi.Input[str]] = None,
145
+ resource_group_name: Optional[pulumi.Input[str]] = None,
146
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
147
+ version: Optional[pulumi.Input[str]] = None,
148
+ __props__=None):
149
+ """
150
+ An application type version resource for the specified application type name resource.
151
+
152
+ :param str resource_name: The name of the resource.
153
+ :param pulumi.ResourceOptions opts: Options for the resource.
154
+ :param pulumi.Input[str] app_package_url: The URL to the application package
155
+ :param pulumi.Input[str] application_type_name: The name of the application type name resource.
156
+ :param pulumi.Input[str] cluster_name: The name of the cluster resource.
157
+ :param pulumi.Input[str] location: Resource location depends on the parent resource.
158
+ :param pulumi.Input[str] resource_group_name: The name of the resource group.
159
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Azure resource tags.
160
+ :param pulumi.Input[str] version: The application type version.
161
+ """
162
+ ...
163
+ @overload
164
+ def __init__(__self__,
165
+ resource_name: str,
166
+ args: ManagedClusterApplicationTypeVersionArgs,
167
+ opts: Optional[pulumi.ResourceOptions] = None):
168
+ """
169
+ An application type version resource for the specified application type name resource.
170
+
171
+ :param str resource_name: The name of the resource.
172
+ :param ManagedClusterApplicationTypeVersionArgs args: The arguments to use to populate this resource's properties.
173
+ :param pulumi.ResourceOptions opts: Options for the resource.
174
+ """
175
+ ...
176
+ def __init__(__self__, resource_name: str, *args, **kwargs):
177
+ resource_args, opts = _utilities.get_resource_args_opts(ManagedClusterApplicationTypeVersionArgs, pulumi.ResourceOptions, *args, **kwargs)
178
+ if resource_args is not None:
179
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
180
+ else:
181
+ __self__._internal_init(resource_name, *args, **kwargs)
182
+
183
+ def _internal_init(__self__,
184
+ resource_name: str,
185
+ opts: Optional[pulumi.ResourceOptions] = None,
186
+ app_package_url: Optional[pulumi.Input[str]] = None,
187
+ application_type_name: Optional[pulumi.Input[str]] = None,
188
+ cluster_name: Optional[pulumi.Input[str]] = None,
189
+ location: Optional[pulumi.Input[str]] = None,
190
+ resource_group_name: Optional[pulumi.Input[str]] = None,
191
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
192
+ version: Optional[pulumi.Input[str]] = None,
193
+ __props__=None):
194
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
195
+ if not isinstance(opts, pulumi.ResourceOptions):
196
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
197
+ if opts.id is None:
198
+ if __props__ is not None:
199
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
200
+ __props__ = ManagedClusterApplicationTypeVersionArgs.__new__(ManagedClusterApplicationTypeVersionArgs)
201
+
202
+ if app_package_url is None and not opts.urn:
203
+ raise TypeError("Missing required property 'app_package_url'")
204
+ __props__.__dict__["app_package_url"] = app_package_url
205
+ if application_type_name is None and not opts.urn:
206
+ raise TypeError("Missing required property 'application_type_name'")
207
+ __props__.__dict__["application_type_name"] = application_type_name
208
+ if cluster_name is None and not opts.urn:
209
+ raise TypeError("Missing required property 'cluster_name'")
210
+ __props__.__dict__["cluster_name"] = cluster_name
211
+ __props__.__dict__["location"] = location
212
+ if resource_group_name is None and not opts.urn:
213
+ raise TypeError("Missing required property 'resource_group_name'")
214
+ __props__.__dict__["resource_group_name"] = resource_group_name
215
+ __props__.__dict__["tags"] = tags
216
+ __props__.__dict__["version"] = version
217
+ __props__.__dict__["name"] = None
218
+ __props__.__dict__["provisioning_state"] = None
219
+ __props__.__dict__["system_data"] = None
220
+ __props__.__dict__["type"] = None
221
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicefabric:ManagedClusterApplicationTypeVersion"), pulumi.Alias(type_="azure-native:servicefabric/v20210101preview:ManagedClusterApplicationTypeVersion"), pulumi.Alias(type_="azure-native:servicefabric/v20210501:ManagedClusterApplicationTypeVersion"), pulumi.Alias(type_="azure-native:servicefabric/v20210701preview:ManagedClusterApplicationTypeVersion"), pulumi.Alias(type_="azure-native:servicefabric/v20210901privatepreview:ManagedClusterApplicationTypeVersion"), pulumi.Alias(type_="azure-native:servicefabric/v20211101preview:ManagedClusterApplicationTypeVersion"), pulumi.Alias(type_="azure-native:servicefabric/v20220101:ManagedClusterApplicationTypeVersion"), pulumi.Alias(type_="azure-native:servicefabric/v20220201preview:ManagedClusterApplicationTypeVersion"), pulumi.Alias(type_="azure-native:servicefabric/v20220601preview:ManagedClusterApplicationTypeVersion"), pulumi.Alias(type_="azure-native:servicefabric/v20220801preview:ManagedClusterApplicationTypeVersion"), pulumi.Alias(type_="azure-native:servicefabric/v20221001preview:ManagedClusterApplicationTypeVersion"), pulumi.Alias(type_="azure-native:servicefabric/v20230201preview:ManagedClusterApplicationTypeVersion"), pulumi.Alias(type_="azure-native:servicefabric/v20230301preview:ManagedClusterApplicationTypeVersion"), pulumi.Alias(type_="azure-native:servicefabric/v20230701preview:ManagedClusterApplicationTypeVersion"), pulumi.Alias(type_="azure-native:servicefabric/v20230901preview:ManagedClusterApplicationTypeVersion"), pulumi.Alias(type_="azure-native:servicefabric/v20231101preview:ManagedClusterApplicationTypeVersion"), pulumi.Alias(type_="azure-native:servicefabric/v20231201preview:ManagedClusterApplicationTypeVersion"), pulumi.Alias(type_="azure-native:servicefabric/v20240201preview:ManagedClusterApplicationTypeVersion"), pulumi.Alias(type_="azure-native:servicefabric/v20240401:ManagedClusterApplicationTypeVersion")])
222
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
223
+ super(ManagedClusterApplicationTypeVersion, __self__).__init__(
224
+ 'azure-native:servicefabric/v20240601preview:ManagedClusterApplicationTypeVersion',
225
+ resource_name,
226
+ __props__,
227
+ opts)
228
+
229
+ @staticmethod
230
+ def get(resource_name: str,
231
+ id: pulumi.Input[str],
232
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'ManagedClusterApplicationTypeVersion':
233
+ """
234
+ Get an existing ManagedClusterApplicationTypeVersion resource's state with the given name, id, and optional extra
235
+ properties used to qualify the lookup.
236
+
237
+ :param str resource_name: The unique name of the resulting resource.
238
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
239
+ :param pulumi.ResourceOptions opts: Options for the resource.
240
+ """
241
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
242
+
243
+ __props__ = ManagedClusterApplicationTypeVersionArgs.__new__(ManagedClusterApplicationTypeVersionArgs)
244
+
245
+ __props__.__dict__["app_package_url"] = None
246
+ __props__.__dict__["location"] = None
247
+ __props__.__dict__["name"] = None
248
+ __props__.__dict__["provisioning_state"] = None
249
+ __props__.__dict__["system_data"] = None
250
+ __props__.__dict__["tags"] = None
251
+ __props__.__dict__["type"] = None
252
+ return ManagedClusterApplicationTypeVersion(resource_name, opts=opts, __props__=__props__)
253
+
254
+ @property
255
+ @pulumi.getter(name="appPackageUrl")
256
+ def app_package_url(self) -> pulumi.Output[str]:
257
+ """
258
+ The URL to the application package
259
+ """
260
+ return pulumi.get(self, "app_package_url")
261
+
262
+ @property
263
+ @pulumi.getter
264
+ def location(self) -> pulumi.Output[Optional[str]]:
265
+ """
266
+ Resource location depends on the parent resource.
267
+ """
268
+ return pulumi.get(self, "location")
269
+
270
+ @property
271
+ @pulumi.getter
272
+ def name(self) -> pulumi.Output[str]:
273
+ """
274
+ Azure resource name.
275
+ """
276
+ return pulumi.get(self, "name")
277
+
278
+ @property
279
+ @pulumi.getter(name="provisioningState")
280
+ def provisioning_state(self) -> pulumi.Output[str]:
281
+ """
282
+ The current deployment or provisioning state, which only appears in the response
283
+ """
284
+ return pulumi.get(self, "provisioning_state")
285
+
286
+ @property
287
+ @pulumi.getter(name="systemData")
288
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
289
+ """
290
+ Metadata pertaining to creation and last modification of the resource.
291
+ """
292
+ return pulumi.get(self, "system_data")
293
+
294
+ @property
295
+ @pulumi.getter
296
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
297
+ """
298
+ Azure resource tags.
299
+ """
300
+ return pulumi.get(self, "tags")
301
+
302
+ @property
303
+ @pulumi.getter
304
+ def type(self) -> pulumi.Output[str]:
305
+ """
306
+ Azure resource type.
307
+ """
308
+ return pulumi.get(self, "type")
309
+
@@ -0,0 +1,300 @@
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 sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+ from ._inputs import *
19
+
20
+ __all__ = ['ManagedClusterServiceArgs', 'ManagedClusterService']
21
+
22
+ @pulumi.input_type
23
+ class ManagedClusterServiceArgs:
24
+ def __init__(__self__, *,
25
+ application_name: pulumi.Input[str],
26
+ cluster_name: pulumi.Input[str],
27
+ resource_group_name: pulumi.Input[str],
28
+ location: Optional[pulumi.Input[str]] = None,
29
+ properties: Optional[pulumi.Input[Union['StatefulServicePropertiesArgs', 'StatelessServicePropertiesArgs']]] = None,
30
+ service_name: Optional[pulumi.Input[str]] = None,
31
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
32
+ """
33
+ The set of arguments for constructing a ManagedClusterService resource.
34
+ :param pulumi.Input[str] application_name: The name of the application resource.
35
+ :param pulumi.Input[str] cluster_name: The name of the cluster resource.
36
+ :param pulumi.Input[str] resource_group_name: The name of the resource group.
37
+ :param pulumi.Input[str] location: Resource location depends on the parent resource.
38
+ :param pulumi.Input[Union['StatefulServicePropertiesArgs', 'StatelessServicePropertiesArgs']] properties: The service resource properties.
39
+ :param pulumi.Input[str] service_name: The name of the service resource in the format of {applicationName}~{serviceName}.
40
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Azure resource tags.
41
+ """
42
+ pulumi.set(__self__, "application_name", application_name)
43
+ pulumi.set(__self__, "cluster_name", cluster_name)
44
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
45
+ if location is not None:
46
+ pulumi.set(__self__, "location", location)
47
+ if properties is not None:
48
+ pulumi.set(__self__, "properties", properties)
49
+ if service_name is not None:
50
+ pulumi.set(__self__, "service_name", service_name)
51
+ if tags is not None:
52
+ pulumi.set(__self__, "tags", tags)
53
+
54
+ @property
55
+ @pulumi.getter(name="applicationName")
56
+ def application_name(self) -> pulumi.Input[str]:
57
+ """
58
+ The name of the application resource.
59
+ """
60
+ return pulumi.get(self, "application_name")
61
+
62
+ @application_name.setter
63
+ def application_name(self, value: pulumi.Input[str]):
64
+ pulumi.set(self, "application_name", value)
65
+
66
+ @property
67
+ @pulumi.getter(name="clusterName")
68
+ def cluster_name(self) -> pulumi.Input[str]:
69
+ """
70
+ The name of the cluster resource.
71
+ """
72
+ return pulumi.get(self, "cluster_name")
73
+
74
+ @cluster_name.setter
75
+ def cluster_name(self, value: pulumi.Input[str]):
76
+ pulumi.set(self, "cluster_name", value)
77
+
78
+ @property
79
+ @pulumi.getter(name="resourceGroupName")
80
+ def resource_group_name(self) -> pulumi.Input[str]:
81
+ """
82
+ The name of the resource group.
83
+ """
84
+ return pulumi.get(self, "resource_group_name")
85
+
86
+ @resource_group_name.setter
87
+ def resource_group_name(self, value: pulumi.Input[str]):
88
+ pulumi.set(self, "resource_group_name", value)
89
+
90
+ @property
91
+ @pulumi.getter
92
+ def location(self) -> Optional[pulumi.Input[str]]:
93
+ """
94
+ Resource location depends on the parent resource.
95
+ """
96
+ return pulumi.get(self, "location")
97
+
98
+ @location.setter
99
+ def location(self, value: Optional[pulumi.Input[str]]):
100
+ pulumi.set(self, "location", value)
101
+
102
+ @property
103
+ @pulumi.getter
104
+ def properties(self) -> Optional[pulumi.Input[Union['StatefulServicePropertiesArgs', 'StatelessServicePropertiesArgs']]]:
105
+ """
106
+ The service resource properties.
107
+ """
108
+ return pulumi.get(self, "properties")
109
+
110
+ @properties.setter
111
+ def properties(self, value: Optional[pulumi.Input[Union['StatefulServicePropertiesArgs', 'StatelessServicePropertiesArgs']]]):
112
+ pulumi.set(self, "properties", value)
113
+
114
+ @property
115
+ @pulumi.getter(name="serviceName")
116
+ def service_name(self) -> Optional[pulumi.Input[str]]:
117
+ """
118
+ The name of the service resource in the format of {applicationName}~{serviceName}.
119
+ """
120
+ return pulumi.get(self, "service_name")
121
+
122
+ @service_name.setter
123
+ def service_name(self, value: Optional[pulumi.Input[str]]):
124
+ pulumi.set(self, "service_name", value)
125
+
126
+ @property
127
+ @pulumi.getter
128
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
129
+ """
130
+ Azure resource tags.
131
+ """
132
+ return pulumi.get(self, "tags")
133
+
134
+ @tags.setter
135
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
136
+ pulumi.set(self, "tags", value)
137
+
138
+
139
+ class ManagedClusterService(pulumi.CustomResource):
140
+ @overload
141
+ def __init__(__self__,
142
+ resource_name: str,
143
+ opts: Optional[pulumi.ResourceOptions] = None,
144
+ application_name: Optional[pulumi.Input[str]] = None,
145
+ cluster_name: Optional[pulumi.Input[str]] = None,
146
+ location: Optional[pulumi.Input[str]] = None,
147
+ properties: Optional[pulumi.Input[Union[Union['StatefulServicePropertiesArgs', 'StatefulServicePropertiesArgsDict'], Union['StatelessServicePropertiesArgs', 'StatelessServicePropertiesArgsDict']]]] = None,
148
+ resource_group_name: Optional[pulumi.Input[str]] = None,
149
+ service_name: Optional[pulumi.Input[str]] = None,
150
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
151
+ __props__=None):
152
+ """
153
+ The service resource.
154
+
155
+ :param str resource_name: The name of the resource.
156
+ :param pulumi.ResourceOptions opts: Options for the resource.
157
+ :param pulumi.Input[str] application_name: The name of the application resource.
158
+ :param pulumi.Input[str] cluster_name: The name of the cluster resource.
159
+ :param pulumi.Input[str] location: Resource location depends on the parent resource.
160
+ :param pulumi.Input[Union[Union['StatefulServicePropertiesArgs', 'StatefulServicePropertiesArgsDict'], Union['StatelessServicePropertiesArgs', 'StatelessServicePropertiesArgsDict']]] properties: The service resource properties.
161
+ :param pulumi.Input[str] resource_group_name: The name of the resource group.
162
+ :param pulumi.Input[str] service_name: The name of the service resource in the format of {applicationName}~{serviceName}.
163
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Azure resource tags.
164
+ """
165
+ ...
166
+ @overload
167
+ def __init__(__self__,
168
+ resource_name: str,
169
+ args: ManagedClusterServiceArgs,
170
+ opts: Optional[pulumi.ResourceOptions] = None):
171
+ """
172
+ The service resource.
173
+
174
+ :param str resource_name: The name of the resource.
175
+ :param ManagedClusterServiceArgs args: The arguments to use to populate this resource's properties.
176
+ :param pulumi.ResourceOptions opts: Options for the resource.
177
+ """
178
+ ...
179
+ def __init__(__self__, resource_name: str, *args, **kwargs):
180
+ resource_args, opts = _utilities.get_resource_args_opts(ManagedClusterServiceArgs, pulumi.ResourceOptions, *args, **kwargs)
181
+ if resource_args is not None:
182
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
183
+ else:
184
+ __self__._internal_init(resource_name, *args, **kwargs)
185
+
186
+ def _internal_init(__self__,
187
+ resource_name: str,
188
+ opts: Optional[pulumi.ResourceOptions] = None,
189
+ application_name: Optional[pulumi.Input[str]] = None,
190
+ cluster_name: Optional[pulumi.Input[str]] = None,
191
+ location: Optional[pulumi.Input[str]] = None,
192
+ properties: Optional[pulumi.Input[Union[Union['StatefulServicePropertiesArgs', 'StatefulServicePropertiesArgsDict'], Union['StatelessServicePropertiesArgs', 'StatelessServicePropertiesArgsDict']]]] = None,
193
+ resource_group_name: Optional[pulumi.Input[str]] = None,
194
+ service_name: Optional[pulumi.Input[str]] = None,
195
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
196
+ __props__=None):
197
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
198
+ if not isinstance(opts, pulumi.ResourceOptions):
199
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
200
+ if opts.id is None:
201
+ if __props__ is not None:
202
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
203
+ __props__ = ManagedClusterServiceArgs.__new__(ManagedClusterServiceArgs)
204
+
205
+ if application_name is None and not opts.urn:
206
+ raise TypeError("Missing required property 'application_name'")
207
+ __props__.__dict__["application_name"] = application_name
208
+ if cluster_name is None and not opts.urn:
209
+ raise TypeError("Missing required property 'cluster_name'")
210
+ __props__.__dict__["cluster_name"] = cluster_name
211
+ __props__.__dict__["location"] = location
212
+ __props__.__dict__["properties"] = properties
213
+ if resource_group_name is None and not opts.urn:
214
+ raise TypeError("Missing required property 'resource_group_name'")
215
+ __props__.__dict__["resource_group_name"] = resource_group_name
216
+ __props__.__dict__["service_name"] = service_name
217
+ __props__.__dict__["tags"] = tags
218
+ __props__.__dict__["name"] = None
219
+ __props__.__dict__["system_data"] = None
220
+ __props__.__dict__["type"] = None
221
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicefabric:ManagedClusterService"), pulumi.Alias(type_="azure-native:servicefabric/v20210101preview:ManagedClusterService"), pulumi.Alias(type_="azure-native:servicefabric/v20210501:ManagedClusterService"), pulumi.Alias(type_="azure-native:servicefabric/v20210701preview:ManagedClusterService"), pulumi.Alias(type_="azure-native:servicefabric/v20210901privatepreview:ManagedClusterService"), pulumi.Alias(type_="azure-native:servicefabric/v20211101preview:ManagedClusterService"), pulumi.Alias(type_="azure-native:servicefabric/v20220101:ManagedClusterService"), pulumi.Alias(type_="azure-native:servicefabric/v20220201preview:ManagedClusterService"), pulumi.Alias(type_="azure-native:servicefabric/v20220601preview:ManagedClusterService"), pulumi.Alias(type_="azure-native:servicefabric/v20220801preview:ManagedClusterService"), pulumi.Alias(type_="azure-native:servicefabric/v20221001preview:ManagedClusterService"), pulumi.Alias(type_="azure-native:servicefabric/v20230201preview:ManagedClusterService"), pulumi.Alias(type_="azure-native:servicefabric/v20230301preview:ManagedClusterService"), pulumi.Alias(type_="azure-native:servicefabric/v20230701preview:ManagedClusterService"), pulumi.Alias(type_="azure-native:servicefabric/v20230901preview:ManagedClusterService"), pulumi.Alias(type_="azure-native:servicefabric/v20231101preview:ManagedClusterService"), pulumi.Alias(type_="azure-native:servicefabric/v20231201preview:ManagedClusterService"), pulumi.Alias(type_="azure-native:servicefabric/v20240201preview:ManagedClusterService"), pulumi.Alias(type_="azure-native:servicefabric/v20240401:ManagedClusterService")])
222
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
223
+ super(ManagedClusterService, __self__).__init__(
224
+ 'azure-native:servicefabric/v20240601preview:ManagedClusterService',
225
+ resource_name,
226
+ __props__,
227
+ opts)
228
+
229
+ @staticmethod
230
+ def get(resource_name: str,
231
+ id: pulumi.Input[str],
232
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'ManagedClusterService':
233
+ """
234
+ Get an existing ManagedClusterService resource's state with the given name, id, and optional extra
235
+ properties used to qualify the lookup.
236
+
237
+ :param str resource_name: The unique name of the resulting resource.
238
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
239
+ :param pulumi.ResourceOptions opts: Options for the resource.
240
+ """
241
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
242
+
243
+ __props__ = ManagedClusterServiceArgs.__new__(ManagedClusterServiceArgs)
244
+
245
+ __props__.__dict__["location"] = None
246
+ __props__.__dict__["name"] = None
247
+ __props__.__dict__["properties"] = None
248
+ __props__.__dict__["system_data"] = None
249
+ __props__.__dict__["tags"] = None
250
+ __props__.__dict__["type"] = None
251
+ return ManagedClusterService(resource_name, opts=opts, __props__=__props__)
252
+
253
+ @property
254
+ @pulumi.getter
255
+ def location(self) -> pulumi.Output[Optional[str]]:
256
+ """
257
+ Resource location depends on the parent resource.
258
+ """
259
+ return pulumi.get(self, "location")
260
+
261
+ @property
262
+ @pulumi.getter
263
+ def name(self) -> pulumi.Output[str]:
264
+ """
265
+ Azure resource name.
266
+ """
267
+ return pulumi.get(self, "name")
268
+
269
+ @property
270
+ @pulumi.getter
271
+ def properties(self) -> pulumi.Output[Any]:
272
+ """
273
+ The service resource properties.
274
+ """
275
+ return pulumi.get(self, "properties")
276
+
277
+ @property
278
+ @pulumi.getter(name="systemData")
279
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
280
+ """
281
+ Metadata pertaining to creation and last modification of the resource.
282
+ """
283
+ return pulumi.get(self, "system_data")
284
+
285
+ @property
286
+ @pulumi.getter
287
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
288
+ """
289
+ Azure resource tags.
290
+ """
291
+ return pulumi.get(self, "tags")
292
+
293
+ @property
294
+ @pulumi.getter
295
+ def type(self) -> pulumi.Output[str]:
296
+ """
297
+ Azure resource type.
298
+ """
299
+ return pulumi.get(self, "type")
300
+