pulumi-azure-native 2.51.0a1721670234__py3-none-any.whl → 2.51.0a1721725880__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 (565) hide show
  1. pulumi_azure_native/__init__.py +98 -0
  2. pulumi_azure_native/_utilities.py +5 -4
  3. pulumi_azure_native/azurefleet/_enums.py +328 -53
  4. pulumi_azure_native/azurefleet/_inputs.py +2361 -1827
  5. pulumi_azure_native/azurefleet/fleet.py +20 -0
  6. pulumi_azure_native/azurefleet/get_fleet.py +27 -1
  7. pulumi_azure_native/azurefleet/outputs.py +1348 -1126
  8. pulumi_azure_native/azurefleet/v20231101preview/_enums.py +328 -53
  9. pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +2361 -1827
  10. pulumi_azure_native/azurefleet/v20231101preview/fleet.py +20 -0
  11. pulumi_azure_native/azurefleet/v20231101preview/get_fleet.py +27 -1
  12. pulumi_azure_native/azurefleet/v20231101preview/outputs.py +1348 -1126
  13. pulumi_azure_native/azurefleet/v20240501preview/_enums.py +328 -53
  14. pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +2361 -1827
  15. pulumi_azure_native/azurefleet/v20240501preview/fleet.py +20 -0
  16. pulumi_azure_native/azurefleet/v20240501preview/get_fleet.py +27 -1
  17. pulumi_azure_native/azurefleet/v20240501preview/outputs.py +1348 -1126
  18. pulumi_azure_native/cognitiveservices/__init__.py +3 -0
  19. pulumi_azure_native/cognitiveservices/account.py +3 -3
  20. pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
  21. pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
  22. pulumi_azure_native/cognitiveservices/deployment.py +3 -3
  23. pulumi_azure_native/cognitiveservices/encryption_scope.py +3 -3
  24. pulumi_azure_native/cognitiveservices/get_account.py +2 -2
  25. pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
  26. pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
  27. pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
  28. pulumi_azure_native/cognitiveservices/get_encryption_scope.py +2 -2
  29. pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
  30. pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +2 -2
  31. pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +2 -2
  32. pulumi_azure_native/cognitiveservices/get_rai_policy.py +2 -2
  33. pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
  34. pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
  35. pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
  36. pulumi_azure_native/cognitiveservices/rai_blocklist.py +3 -3
  37. pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +3 -3
  38. pulumi_azure_native/cognitiveservices/rai_policy.py +3 -3
  39. pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
  40. pulumi_azure_native/cognitiveservices/v20170418/account.py +1 -1
  41. pulumi_azure_native/cognitiveservices/v20230501/account.py +1 -1
  42. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan.py +1 -1
  43. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan_association.py +1 -1
  44. pulumi_azure_native/cognitiveservices/v20230501/deployment.py +1 -1
  45. pulumi_azure_native/cognitiveservices/v20230501/private_endpoint_connection.py +1 -1
  46. pulumi_azure_native/cognitiveservices/v20230501/shared_commitment_plan.py +1 -1
  47. pulumi_azure_native/cognitiveservices/v20231001preview/account.py +1 -1
  48. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +1 -1
  49. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +1 -1
  50. pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +1 -1
  51. pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +1 -1
  52. pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +1 -1
  53. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +1 -1
  54. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +1 -1
  55. pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +1 -1
  56. pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +1 -1
  57. pulumi_azure_native/cognitiveservices/v20240401preview/account.py +1 -1
  58. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan.py +1 -1
  59. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan_association.py +1 -1
  60. pulumi_azure_native/cognitiveservices/v20240401preview/deployment.py +1 -1
  61. pulumi_azure_native/cognitiveservices/v20240401preview/encryption_scope.py +1 -1
  62. pulumi_azure_native/cognitiveservices/v20240401preview/private_endpoint_connection.py +1 -1
  63. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist.py +1 -1
  64. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist_item.py +1 -1
  65. pulumi_azure_native/cognitiveservices/v20240401preview/rai_policy.py +1 -1
  66. pulumi_azure_native/cognitiveservices/v20240401preview/shared_commitment_plan.py +1 -1
  67. pulumi_azure_native/cognitiveservices/v20240601preview/__init__.py +31 -0
  68. pulumi_azure_native/cognitiveservices/v20240601preview/_enums.py +156 -0
  69. pulumi_azure_native/cognitiveservices/v20240601preview/_inputs.py +2517 -0
  70. pulumi_azure_native/cognitiveservices/v20240601preview/account.py +355 -0
  71. pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan.py +347 -0
  72. pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan_association.py +258 -0
  73. pulumi_azure_native/cognitiveservices/v20240601preview/deployment.py +289 -0
  74. pulumi_azure_native/cognitiveservices/v20240601preview/encryption_scope.py +260 -0
  75. pulumi_azure_native/cognitiveservices/v20240601preview/get_account.py +214 -0
  76. pulumi_azure_native/cognitiveservices/v20240601preview/get_commitment_plan.py +206 -0
  77. pulumi_azure_native/cognitiveservices/v20240601preview/get_commitment_plan_association.py +167 -0
  78. pulumi_azure_native/cognitiveservices/v20240601preview/get_deployment.py +180 -0
  79. pulumi_azure_native/cognitiveservices/v20240601preview/get_encryption_scope.py +167 -0
  80. pulumi_azure_native/cognitiveservices/v20240601preview/get_private_endpoint_connection.py +167 -0
  81. pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_blocklist.py +167 -0
  82. pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_blocklist_item.py +172 -0
  83. pulumi_azure_native/cognitiveservices/v20240601preview/get_rai_policy.py +167 -0
  84. pulumi_azure_native/cognitiveservices/v20240601preview/get_shared_commitment_plan.py +201 -0
  85. pulumi_azure_native/cognitiveservices/v20240601preview/list_account_keys.py +96 -0
  86. pulumi_azure_native/cognitiveservices/v20240601preview/outputs.py +3209 -0
  87. pulumi_azure_native/cognitiveservices/v20240601preview/private_endpoint_connection.py +260 -0
  88. pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist.py +259 -0
  89. pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist_item.py +280 -0
  90. pulumi_azure_native/cognitiveservices/v20240601preview/rai_policy.py +260 -0
  91. pulumi_azure_native/cognitiveservices/v20240601preview/shared_commitment_plan.py +326 -0
  92. pulumi_azure_native/compute/__init__.py +3 -0
  93. pulumi_azure_native/compute/disk.py +3 -3
  94. pulumi_azure_native/compute/disk_access.py +3 -3
  95. pulumi_azure_native/compute/disk_access_a_private_endpoint_connection.py +3 -3
  96. pulumi_azure_native/compute/disk_encryption_set.py +3 -3
  97. pulumi_azure_native/compute/get_disk.py +2 -2
  98. pulumi_azure_native/compute/get_disk_access.py +2 -2
  99. pulumi_azure_native/compute/get_disk_access_a_private_endpoint_connection.py +2 -2
  100. pulumi_azure_native/compute/get_disk_encryption_set.py +2 -2
  101. pulumi_azure_native/compute/get_snapshot.py +2 -2
  102. pulumi_azure_native/compute/snapshot.py +3 -3
  103. pulumi_azure_native/compute/v20220702/disk.py +1 -1
  104. pulumi_azure_native/compute/v20220702/disk_access.py +1 -1
  105. pulumi_azure_native/compute/v20220702/disk_access_a_private_endpoint_connection.py +1 -1
  106. pulumi_azure_native/compute/v20220702/disk_encryption_set.py +1 -1
  107. pulumi_azure_native/compute/v20220702/snapshot.py +1 -1
  108. pulumi_azure_native/compute/v20230102/disk.py +1 -1
  109. pulumi_azure_native/compute/v20230102/disk_access.py +1 -1
  110. pulumi_azure_native/compute/v20230102/disk_access_a_private_endpoint_connection.py +1 -1
  111. pulumi_azure_native/compute/v20230102/disk_encryption_set.py +1 -1
  112. pulumi_azure_native/compute/v20230102/snapshot.py +1 -1
  113. pulumi_azure_native/compute/v20230402/disk.py +1 -1
  114. pulumi_azure_native/compute/v20230402/disk_access.py +1 -1
  115. pulumi_azure_native/compute/v20230402/disk_access_a_private_endpoint_connection.py +1 -1
  116. pulumi_azure_native/compute/v20230402/disk_encryption_set.py +1 -1
  117. pulumi_azure_native/compute/v20230402/snapshot.py +1 -1
  118. pulumi_azure_native/compute/v20231002/disk.py +1 -1
  119. pulumi_azure_native/compute/v20231002/disk_access.py +1 -1
  120. pulumi_azure_native/compute/v20231002/disk_access_a_private_endpoint_connection.py +1 -1
  121. pulumi_azure_native/compute/v20231002/disk_encryption_set.py +1 -1
  122. pulumi_azure_native/compute/v20231002/snapshot.py +1 -1
  123. pulumi_azure_native/compute/v20240302/__init__.py +20 -0
  124. pulumi_azure_native/compute/v20240302/_enums.py +303 -0
  125. pulumi_azure_native/compute/v20240302/_inputs.py +1334 -0
  126. pulumi_azure_native/compute/v20240302/disk.py +1084 -0
  127. pulumi_azure_native/compute/v20240302/disk_access.py +278 -0
  128. pulumi_azure_native/compute/v20240302/disk_access_a_private_endpoint_connection.py +232 -0
  129. pulumi_azure_native/compute/v20240302/disk_encryption_set.py +404 -0
  130. pulumi_azure_native/compute/v20240302/get_disk.py +617 -0
  131. pulumi_azure_native/compute/v20240302/get_disk_access.py +188 -0
  132. pulumi_azure_native/compute/v20240302/get_disk_access_a_private_endpoint_connection.py +154 -0
  133. pulumi_azure_native/compute/v20240302/get_disk_encryption_set.py +253 -0
  134. pulumi_azure_native/compute/v20240302/get_snapshot.py +474 -0
  135. pulumi_azure_native/compute/v20240302/outputs.py +1568 -0
  136. pulumi_azure_native/compute/v20240302/snapshot.py +841 -0
  137. pulumi_azure_native/containerservice/__init__.py +3 -0
  138. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  139. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  140. pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
  141. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  142. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  143. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  144. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  145. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  146. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  147. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  148. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  149. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  150. pulumi_azure_native/containerservice/load_balancer.py +3 -3
  151. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  152. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  153. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  154. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  155. pulumi_azure_native/containerservice/snapshot.py +3 -3
  156. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  157. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  158. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  159. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  160. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  161. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  162. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  163. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  164. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  165. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  166. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  167. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  168. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  169. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  170. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  171. pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
  172. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  173. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  174. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  175. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  176. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  177. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  178. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  179. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  180. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  181. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  182. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  183. pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
  184. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  185. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  186. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  187. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  188. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  189. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  190. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  191. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  192. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  193. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  194. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  195. pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
  196. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  197. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  198. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  199. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  200. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  201. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  202. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  203. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  204. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  205. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  206. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  207. pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +1 -1
  208. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  209. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  210. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  211. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  212. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  213. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  214. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  215. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  216. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  217. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  218. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  219. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  220. pulumi_azure_native/containerservice/v20230902preview/managed_cluster_snapshot.py +1 -1
  221. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  222. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  223. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  224. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  225. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  226. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  227. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  228. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  229. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  230. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  231. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  232. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  233. pulumi_azure_native/containerservice/v20231002preview/managed_cluster_snapshot.py +1 -1
  234. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  235. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  236. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  237. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  238. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  239. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  240. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  241. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  242. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  243. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  244. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  245. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  246. pulumi_azure_native/containerservice/v20231102preview/managed_cluster_snapshot.py +1 -1
  247. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  248. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  249. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  250. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  251. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  252. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  253. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  254. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  255. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  256. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  257. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  258. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  259. pulumi_azure_native/containerservice/v20240102preview/managed_cluster_snapshot.py +1 -1
  260. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  261. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  262. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  263. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  264. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  265. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  266. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  267. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  268. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  269. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  270. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  271. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  272. pulumi_azure_native/containerservice/v20240202preview/managed_cluster_snapshot.py +1 -1
  273. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  274. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  275. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  276. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  277. pulumi_azure_native/containerservice/v20240302preview/load_balancer.py +1 -1
  278. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  279. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  280. pulumi_azure_native/containerservice/v20240302preview/managed_cluster_snapshot.py +1 -1
  281. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  282. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  283. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  284. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
  285. pulumi_azure_native/containerservice/v20240402preview/load_balancer.py +1 -1
  286. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
  287. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
  288. pulumi_azure_native/containerservice/v20240402preview/managed_cluster_snapshot.py +1 -1
  289. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
  290. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
  291. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
  292. pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
  293. pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
  294. pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
  295. pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
  296. pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
  297. pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
  298. pulumi_azure_native/containerservice/v20240502preview/__init__.py +29 -0
  299. pulumi_azure_native/containerservice/v20240502preview/_enums.py +874 -0
  300. pulumi_azure_native/containerservice/v20240502preview/_inputs.py +9520 -0
  301. pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1691 -0
  302. pulumi_azure_native/containerservice/v20240502preview/get_agent_pool.py +817 -0
  303. pulumi_azure_native/containerservice/v20240502preview/get_load_balancer.py +206 -0
  304. pulumi_azure_native/containerservice/v20240502preview/get_maintenance_configuration.py +167 -0
  305. pulumi_azure_native/containerservice/v20240502preview/get_managed_cluster.py +838 -0
  306. pulumi_azure_native/containerservice/v20240502preview/get_managed_cluster_snapshot.py +188 -0
  307. pulumi_azure_native/containerservice/v20240502preview/get_private_endpoint_connection.py +154 -0
  308. pulumi_azure_native/containerservice/v20240502preview/get_snapshot.py +253 -0
  309. pulumi_azure_native/containerservice/v20240502preview/get_trusted_access_role_binding.py +167 -0
  310. pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_admin_credentials.py +89 -0
  311. pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_monitoring_user_credentials.py +89 -0
  312. pulumi_azure_native/containerservice/v20240502preview/list_managed_cluster_user_credentials.py +94 -0
  313. pulumi_azure_native/containerservice/v20240502preview/load_balancer.py +368 -0
  314. pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +279 -0
  315. pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1595 -0
  316. pulumi_azure_native/containerservice/v20240502preview/managed_cluster_snapshot.py +297 -0
  317. pulumi_azure_native/containerservice/v20240502preview/outputs.py +8194 -0
  318. pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +251 -0
  319. pulumi_azure_native/containerservice/v20240502preview/snapshot.py +347 -0
  320. pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +260 -0
  321. pulumi_azure_native/datafactory/_inputs.py +110 -10
  322. pulumi_azure_native/datafactory/outputs.py +69 -7
  323. pulumi_azure_native/datafactory/v20180601/_inputs.py +110 -10
  324. pulumi_azure_native/datafactory/v20180601/outputs.py +69 -7
  325. pulumi_azure_native/desktopvirtualization/__init__.py +1 -0
  326. pulumi_azure_native/desktopvirtualization/list_host_pool_registration_tokens.py +103 -0
  327. pulumi_azure_native/desktopvirtualization/outputs.py +36 -0
  328. pulumi_azure_native/desktopvirtualization/v20240403/__init__.py +1 -0
  329. pulumi_azure_native/desktopvirtualization/v20240403/list_host_pool_registration_tokens.py +97 -0
  330. pulumi_azure_native/desktopvirtualization/v20240403/outputs.py +36 -0
  331. pulumi_azure_native/desktopvirtualization/v20240408preview/__init__.py +1 -0
  332. pulumi_azure_native/desktopvirtualization/v20240408preview/list_host_pool_registration_tokens.py +97 -0
  333. pulumi_azure_native/desktopvirtualization/v20240408preview/outputs.py +36 -0
  334. pulumi_azure_native/documentdb/v20230915/database_account.py +4 -4
  335. pulumi_azure_native/documentdb/v20230915/get_database_account.py +1 -1
  336. pulumi_azure_native/documentdb/v20231115/database_account.py +4 -4
  337. pulumi_azure_native/documentdb/v20231115/get_database_account.py +1 -1
  338. pulumi_azure_native/documentdb/v20240515/database_account.py +4 -4
  339. pulumi_azure_native/documentdb/v20240515/get_database_account.py +1 -1
  340. pulumi_azure_native/healthdataaiservices/__init__.py +22 -0
  341. pulumi_azure_native/healthdataaiservices/_enums.py +44 -0
  342. pulumi_azure_native/healthdataaiservices/_inputs.py +232 -0
  343. pulumi_azure_native/healthdataaiservices/deid_service.py +289 -0
  344. pulumi_azure_native/healthdataaiservices/get_deid_service.py +177 -0
  345. pulumi_azure_native/healthdataaiservices/get_private_endpoint_connection.py +143 -0
  346. pulumi_azure_native/healthdataaiservices/outputs.py +637 -0
  347. pulumi_azure_native/healthdataaiservices/private_endpoint_connection.py +223 -0
  348. pulumi_azure_native/healthdataaiservices/v20240228preview/__init__.py +14 -0
  349. pulumi_azure_native/healthdataaiservices/v20240228preview/_enums.py +44 -0
  350. pulumi_azure_native/healthdataaiservices/v20240228preview/_inputs.py +232 -0
  351. pulumi_azure_native/healthdataaiservices/v20240228preview/deid_service.py +287 -0
  352. pulumi_azure_native/healthdataaiservices/v20240228preview/get_deid_service.py +175 -0
  353. pulumi_azure_native/healthdataaiservices/v20240228preview/get_private_endpoint_connection.py +141 -0
  354. pulumi_azure_native/healthdataaiservices/v20240228preview/outputs.py +637 -0
  355. pulumi_azure_native/healthdataaiservices/v20240228preview/private_endpoint_connection.py +221 -0
  356. pulumi_azure_native/netapp/__init__.py +4 -0
  357. pulumi_azure_native/netapp/account.py +3 -3
  358. pulumi_azure_native/netapp/backup.py +2 -2
  359. pulumi_azure_native/netapp/backup_policy.py +3 -3
  360. pulumi_azure_native/netapp/backup_vault.py +3 -3
  361. pulumi_azure_native/netapp/get_account.py +2 -2
  362. pulumi_azure_native/netapp/get_backup.py +2 -2
  363. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  364. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  365. pulumi_azure_native/netapp/get_pool.py +2 -2
  366. pulumi_azure_native/netapp/get_snapshot.py +2 -2
  367. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  368. pulumi_azure_native/netapp/get_subvolume.py +2 -2
  369. pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
  370. pulumi_azure_native/netapp/get_volume.py +2 -2
  371. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  372. pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
  373. pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
  374. pulumi_azure_native/netapp/list_volume_quota_report.py +109 -0
  375. pulumi_azure_native/netapp/list_volume_replications.py +2 -2
  376. pulumi_azure_native/netapp/outputs.py +84 -0
  377. pulumi_azure_native/netapp/pool.py +3 -3
  378. pulumi_azure_native/netapp/snapshot.py +3 -3
  379. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  380. pulumi_azure_native/netapp/subvolume.py +3 -3
  381. pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
  382. pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
  383. pulumi_azure_native/netapp/v20211001/volume.py +1 -1
  384. pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
  385. pulumi_azure_native/netapp/v20220501/account.py +1 -1
  386. pulumi_azure_native/netapp/v20221101/account.py +1 -1
  387. pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
  388. pulumi_azure_native/netapp/v20221101/pool.py +1 -1
  389. pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
  390. pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
  391. pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
  392. pulumi_azure_native/netapp/v20221101/volume.py +1 -1
  393. pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
  394. pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
  395. pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
  396. pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
  397. pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
  398. pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
  399. pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
  400. pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
  401. pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
  402. pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
  403. pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
  404. pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
  405. pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
  406. pulumi_azure_native/netapp/v20230501/account.py +1 -1
  407. pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
  408. pulumi_azure_native/netapp/v20230501/pool.py +1 -1
  409. pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
  410. pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
  411. pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
  412. pulumi_azure_native/netapp/v20230501/volume.py +1 -1
  413. pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
  414. pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
  415. pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
  416. pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
  417. pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
  418. pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
  419. pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
  420. pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
  421. pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
  422. pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
  423. pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
  424. pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
  425. pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
  426. pulumi_azure_native/netapp/v20230701/account.py +1 -1
  427. pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
  428. pulumi_azure_native/netapp/v20230701/pool.py +1 -1
  429. pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
  430. pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
  431. pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
  432. pulumi_azure_native/netapp/v20230701/volume.py +1 -1
  433. pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
  434. pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
  435. pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
  436. pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
  437. pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
  438. pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
  439. pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
  440. pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
  441. pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
  442. pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
  443. pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
  444. pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
  445. pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
  446. pulumi_azure_native/netapp/v20231101/account.py +1 -1
  447. pulumi_azure_native/netapp/v20231101/backup.py +1 -1
  448. pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
  449. pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
  450. pulumi_azure_native/netapp/v20231101/pool.py +1 -1
  451. pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
  452. pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
  453. pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
  454. pulumi_azure_native/netapp/v20231101/volume.py +1 -1
  455. pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
  456. pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
  457. pulumi_azure_native/netapp/v20231101preview/account.py +1 -1
  458. pulumi_azure_native/netapp/v20231101preview/backup.py +1 -1
  459. pulumi_azure_native/netapp/v20231101preview/backup_policy.py +1 -1
  460. pulumi_azure_native/netapp/v20231101preview/backup_vault.py +1 -1
  461. pulumi_azure_native/netapp/v20231101preview/pool.py +1 -1
  462. pulumi_azure_native/netapp/v20231101preview/snapshot.py +1 -1
  463. pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +1 -1
  464. pulumi_azure_native/netapp/v20231101preview/subvolume.py +1 -1
  465. pulumi_azure_native/netapp/v20231101preview/volume.py +1 -1
  466. pulumi_azure_native/netapp/v20231101preview/volume_group.py +1 -1
  467. pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +1 -1
  468. pulumi_azure_native/netapp/v20240301preview/__init__.py +36 -0
  469. pulumi_azure_native/netapp/v20240301preview/_enums.py +565 -0
  470. pulumi_azure_native/netapp/v20240301preview/_inputs.py +3100 -0
  471. pulumi_azure_native/netapp/v20240301preview/account.py +385 -0
  472. pulumi_azure_native/netapp/v20240301preview/backup.py +402 -0
  473. pulumi_azure_native/netapp/v20240301preview/backup_policy.py +414 -0
  474. pulumi_azure_native/netapp/v20240301preview/backup_vault.py +258 -0
  475. pulumi_azure_native/netapp/v20240301preview/get_account.py +253 -0
  476. pulumi_azure_native/netapp/v20240301preview/get_backup.py +276 -0
  477. pulumi_azure_native/netapp/v20240301preview/get_backup_policy.py +271 -0
  478. pulumi_azure_native/netapp/v20240301preview/get_backup_vault.py +167 -0
  479. pulumi_azure_native/netapp/v20240301preview/get_pool.py +284 -0
  480. pulumi_azure_native/netapp/v20240301preview/get_snapshot.py +190 -0
  481. pulumi_azure_native/netapp/v20240301preview/get_snapshot_policy.py +245 -0
  482. pulumi_azure_native/netapp/v20240301preview/get_subvolume.py +190 -0
  483. pulumi_azure_native/netapp/v20240301preview/get_subvolume_metadata.py +254 -0
  484. pulumi_azure_native/netapp/v20240301preview/get_volume.py +926 -0
  485. pulumi_azure_native/netapp/v20240301preview/get_volume_group.py +167 -0
  486. pulumi_azure_native/netapp/v20240301preview/get_volume_group_id_for_ldap_user.py +98 -0
  487. pulumi_azure_native/netapp/v20240301preview/get_volume_quota_rule.py +216 -0
  488. pulumi_azure_native/netapp/v20240301preview/list_volume_quota_report.py +107 -0
  489. pulumi_azure_native/netapp/v20240301preview/list_volume_replications.py +94 -0
  490. pulumi_azure_native/netapp/v20240301preview/outputs.py +3344 -0
  491. pulumi_azure_native/netapp/v20240301preview/pool.py +462 -0
  492. pulumi_azure_native/netapp/v20240301preview/snapshot.py +291 -0
  493. pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py +414 -0
  494. pulumi_azure_native/netapp/v20240301preview/subvolume.py +329 -0
  495. pulumi_azure_native/netapp/v20240301preview/volume.py +1707 -0
  496. pulumi_azure_native/netapp/v20240301preview/volume_group.py +279 -0
  497. pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py +388 -0
  498. pulumi_azure_native/netapp/volume.py +3 -3
  499. pulumi_azure_native/netapp/volume_group.py +3 -3
  500. pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
  501. pulumi_azure_native/pulumi-plugin.json +1 -1
  502. pulumi_azure_native/scvmm/__init__.py +3 -0
  503. pulumi_azure_native/scvmm/availability_set.py +3 -3
  504. pulumi_azure_native/scvmm/cloud.py +3 -3
  505. pulumi_azure_native/scvmm/get_availability_set.py +2 -2
  506. pulumi_azure_native/scvmm/get_cloud.py +2 -2
  507. pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
  508. pulumi_azure_native/scvmm/get_inventory_item.py +2 -2
  509. pulumi_azure_native/scvmm/get_virtual_machine_instance.py +2 -2
  510. pulumi_azure_native/scvmm/get_virtual_machine_template.py +2 -2
  511. pulumi_azure_native/scvmm/get_virtual_network.py +2 -2
  512. pulumi_azure_native/scvmm/get_vmm_server.py +2 -2
  513. pulumi_azure_native/scvmm/guest_agent.py +2 -2
  514. pulumi_azure_native/scvmm/inventory_item.py +3 -3
  515. pulumi_azure_native/scvmm/v20220521preview/availability_set.py +1 -1
  516. pulumi_azure_native/scvmm/v20220521preview/cloud.py +1 -1
  517. pulumi_azure_native/scvmm/v20220521preview/inventory_item.py +1 -1
  518. pulumi_azure_native/scvmm/v20220521preview/virtual_machine_template.py +1 -1
  519. pulumi_azure_native/scvmm/v20220521preview/virtual_network.py +1 -1
  520. pulumi_azure_native/scvmm/v20220521preview/vmm_server.py +1 -1
  521. pulumi_azure_native/scvmm/v20230401preview/availability_set.py +1 -1
  522. pulumi_azure_native/scvmm/v20230401preview/cloud.py +1 -1
  523. pulumi_azure_native/scvmm/v20230401preview/inventory_item.py +1 -1
  524. pulumi_azure_native/scvmm/v20230401preview/virtual_machine_instance.py +1 -1
  525. pulumi_azure_native/scvmm/v20230401preview/virtual_machine_template.py +1 -1
  526. pulumi_azure_native/scvmm/v20230401preview/virtual_network.py +1 -1
  527. pulumi_azure_native/scvmm/v20230401preview/vm_instance_guest_agent.py +1 -1
  528. pulumi_azure_native/scvmm/v20230401preview/vmm_server.py +1 -1
  529. pulumi_azure_native/scvmm/v20231007/availability_set.py +1 -1
  530. pulumi_azure_native/scvmm/v20231007/cloud.py +1 -1
  531. pulumi_azure_native/scvmm/v20231007/guest_agent.py +1 -1
  532. pulumi_azure_native/scvmm/v20231007/inventory_item.py +1 -1
  533. pulumi_azure_native/scvmm/v20231007/virtual_machine_instance.py +1 -1
  534. pulumi_azure_native/scvmm/v20231007/virtual_machine_template.py +1 -1
  535. pulumi_azure_native/scvmm/v20231007/virtual_network.py +1 -1
  536. pulumi_azure_native/scvmm/v20231007/vmm_server.py +1 -1
  537. pulumi_azure_native/scvmm/v20240601/__init__.py +26 -0
  538. pulumi_azure_native/scvmm/v20240601/_enums.py +110 -0
  539. pulumi_azure_native/scvmm/v20240601/_inputs.py +1334 -0
  540. pulumi_azure_native/scvmm/v20240601/availability_set.py +326 -0
  541. pulumi_azure_native/scvmm/v20240601/cloud.py +385 -0
  542. pulumi_azure_native/scvmm/v20240601/get_availability_set.py +201 -0
  543. pulumi_azure_native/scvmm/v20240601/get_cloud.py +253 -0
  544. pulumi_azure_native/scvmm/v20240601/get_guest_agent.py +222 -0
  545. pulumi_azure_native/scvmm/v20240601/get_inventory_item.py +206 -0
  546. pulumi_azure_native/scvmm/v20240601/get_virtual_machine_instance.py +235 -0
  547. pulumi_azure_native/scvmm/v20240601/get_virtual_machine_template.py +396 -0
  548. pulumi_azure_native/scvmm/v20240601/get_virtual_network.py +227 -0
  549. pulumi_azure_native/scvmm/v20240601/get_vmm_server.py +266 -0
  550. pulumi_azure_native/scvmm/v20240601/guest_agent.py +307 -0
  551. pulumi_azure_native/scvmm/v20240601/inventory_item.py +290 -0
  552. pulumi_azure_native/scvmm/v20240601/outputs.py +1476 -0
  553. pulumi_azure_native/scvmm/v20240601/virtual_machine_instance.py +375 -0
  554. pulumi_azure_native/scvmm/v20240601/virtual_machine_template.py +495 -0
  555. pulumi_azure_native/scvmm/v20240601/virtual_network.py +365 -0
  556. pulumi_azure_native/scvmm/v20240601/vmm_server.py +396 -0
  557. pulumi_azure_native/scvmm/virtual_machine_instance.py +3 -3
  558. pulumi_azure_native/scvmm/virtual_machine_template.py +3 -3
  559. pulumi_azure_native/scvmm/virtual_network.py +3 -3
  560. pulumi_azure_native/scvmm/vm_instance_guest_agent.py +1 -1
  561. pulumi_azure_native/scvmm/vmm_server.py +3 -3
  562. {pulumi_azure_native-2.51.0a1721670234.dist-info → pulumi_azure_native-2.51.0a1721725880.dist-info}/METADATA +1 -1
  563. {pulumi_azure_native-2.51.0a1721670234.dist-info → pulumi_azure_native-2.51.0a1721725880.dist-info}/RECORD +565 -433
  564. {pulumi_azure_native-2.51.0a1721670234.dist-info → pulumi_azure_native-2.51.0a1721725880.dist-info}/WHEEL +0 -0
  565. {pulumi_azure_native-2.51.0a1721670234.dist-info → pulumi_azure_native-2.51.0a1721725880.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1084 @@
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__ = ['DiskArgs', 'Disk']
21
+
22
+ @pulumi.input_type
23
+ class DiskArgs:
24
+ def __init__(__self__, *,
25
+ creation_data: pulumi.Input['CreationDataArgs'],
26
+ resource_group_name: pulumi.Input[str],
27
+ bursting_enabled: Optional[pulumi.Input[bool]] = None,
28
+ completion_percent: Optional[pulumi.Input[float]] = None,
29
+ data_access_auth_mode: Optional[pulumi.Input[Union[str, 'DataAccessAuthMode']]] = None,
30
+ disk_access_id: Optional[pulumi.Input[str]] = None,
31
+ disk_iops_read_only: Optional[pulumi.Input[float]] = None,
32
+ disk_iops_read_write: Optional[pulumi.Input[float]] = None,
33
+ disk_m_bps_read_only: Optional[pulumi.Input[float]] = None,
34
+ disk_m_bps_read_write: Optional[pulumi.Input[float]] = None,
35
+ disk_name: Optional[pulumi.Input[str]] = None,
36
+ disk_size_gb: Optional[pulumi.Input[int]] = None,
37
+ encryption: Optional[pulumi.Input['EncryptionArgs']] = None,
38
+ encryption_settings_collection: Optional[pulumi.Input['EncryptionSettingsCollectionArgs']] = None,
39
+ extended_location: Optional[pulumi.Input['ExtendedLocationArgs']] = None,
40
+ hyper_v_generation: Optional[pulumi.Input[Union[str, 'HyperVGeneration']]] = None,
41
+ location: Optional[pulumi.Input[str]] = None,
42
+ max_shares: Optional[pulumi.Input[int]] = None,
43
+ network_access_policy: Optional[pulumi.Input[Union[str, 'NetworkAccessPolicy']]] = None,
44
+ optimized_for_frequent_attach: Optional[pulumi.Input[bool]] = None,
45
+ os_type: Optional[pulumi.Input['OperatingSystemTypes']] = None,
46
+ public_network_access: Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]] = None,
47
+ purchase_plan: Optional[pulumi.Input['PurchasePlanArgs']] = None,
48
+ security_profile: Optional[pulumi.Input['DiskSecurityProfileArgs']] = None,
49
+ sku: Optional[pulumi.Input['DiskSkuArgs']] = None,
50
+ supported_capabilities: Optional[pulumi.Input['SupportedCapabilitiesArgs']] = None,
51
+ supports_hibernation: Optional[pulumi.Input[bool]] = None,
52
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
53
+ tier: Optional[pulumi.Input[str]] = None,
54
+ zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
55
+ """
56
+ The set of arguments for constructing a Disk resource.
57
+ :param pulumi.Input['CreationDataArgs'] creation_data: Disk source information. CreationData information cannot be changed after the disk has been created.
58
+ :param pulumi.Input[str] resource_group_name: The name of the resource group.
59
+ :param pulumi.Input[bool] bursting_enabled: Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks.
60
+ :param pulumi.Input[float] completion_percent: Percentage complete for the background copy when a resource is created via the CopyStart operation.
61
+ :param pulumi.Input[Union[str, 'DataAccessAuthMode']] data_access_auth_mode: Additional authentication requirements when exporting or uploading to a disk or snapshot.
62
+ :param pulumi.Input[str] disk_access_id: ARM id of the DiskAccess resource for using private endpoints on disks.
63
+ :param pulumi.Input[float] disk_iops_read_only: The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes.
64
+ :param pulumi.Input[float] disk_iops_read_write: The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes.
65
+ :param pulumi.Input[float] disk_m_bps_read_only: The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.
66
+ :param pulumi.Input[float] disk_m_bps_read_write: The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.
67
+ :param pulumi.Input[str] disk_name: The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The maximum name length is 80 characters.
68
+ :param pulumi.Input[int] disk_size_gb: If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size.
69
+ :param pulumi.Input['EncryptionArgs'] encryption: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.
70
+ :param pulumi.Input['EncryptionSettingsCollectionArgs'] encryption_settings_collection: Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.
71
+ :param pulumi.Input['ExtendedLocationArgs'] extended_location: The extended location where the disk will be created. Extended location cannot be changed.
72
+ :param pulumi.Input[Union[str, 'HyperVGeneration']] hyper_v_generation: The hypervisor generation of the Virtual Machine. Applicable to OS disks only.
73
+ :param pulumi.Input[str] location: Resource location
74
+ :param pulumi.Input[int] max_shares: The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time.
75
+ :param pulumi.Input[Union[str, 'NetworkAccessPolicy']] network_access_policy: Policy for accessing the disk via network.
76
+ :param pulumi.Input[bool] optimized_for_frequent_attach: Setting this property to true improves reliability and performance of data disks that are frequently (more than 5 times a day) by detached from one virtual machine and attached to another. This property should not be set for disks that are not detached and attached frequently as it causes the disks to not align with the fault domain of the virtual machine.
77
+ :param pulumi.Input['OperatingSystemTypes'] os_type: The Operating System type.
78
+ :param pulumi.Input[Union[str, 'PublicNetworkAccess']] public_network_access: Policy for controlling export on the disk.
79
+ :param pulumi.Input['PurchasePlanArgs'] purchase_plan: Purchase plan information for the the image from which the OS disk was created. E.g. - {name: 2019-Datacenter, publisher: MicrosoftWindowsServer, product: WindowsServer}
80
+ :param pulumi.Input['DiskSecurityProfileArgs'] security_profile: Contains the security related information for the resource.
81
+ :param pulumi.Input['DiskSkuArgs'] sku: The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, Premium_ZRS, StandardSSD_ZRS, or PremiumV2_LRS.
82
+ :param pulumi.Input['SupportedCapabilitiesArgs'] supported_capabilities: List of supported capabilities for the image from which the OS disk was created.
83
+ :param pulumi.Input[bool] supports_hibernation: Indicates the OS on a disk supports hibernation.
84
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags
85
+ :param pulumi.Input[str] tier: Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.
86
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] zones: The Logical zone list for Disk.
87
+ """
88
+ pulumi.set(__self__, "creation_data", creation_data)
89
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
90
+ if bursting_enabled is not None:
91
+ pulumi.set(__self__, "bursting_enabled", bursting_enabled)
92
+ if completion_percent is not None:
93
+ pulumi.set(__self__, "completion_percent", completion_percent)
94
+ if data_access_auth_mode is not None:
95
+ pulumi.set(__self__, "data_access_auth_mode", data_access_auth_mode)
96
+ if disk_access_id is not None:
97
+ pulumi.set(__self__, "disk_access_id", disk_access_id)
98
+ if disk_iops_read_only is not None:
99
+ pulumi.set(__self__, "disk_iops_read_only", disk_iops_read_only)
100
+ if disk_iops_read_write is not None:
101
+ pulumi.set(__self__, "disk_iops_read_write", disk_iops_read_write)
102
+ if disk_m_bps_read_only is not None:
103
+ pulumi.set(__self__, "disk_m_bps_read_only", disk_m_bps_read_only)
104
+ if disk_m_bps_read_write is not None:
105
+ pulumi.set(__self__, "disk_m_bps_read_write", disk_m_bps_read_write)
106
+ if disk_name is not None:
107
+ pulumi.set(__self__, "disk_name", disk_name)
108
+ if disk_size_gb is not None:
109
+ pulumi.set(__self__, "disk_size_gb", disk_size_gb)
110
+ if encryption is not None:
111
+ pulumi.set(__self__, "encryption", encryption)
112
+ if encryption_settings_collection is not None:
113
+ pulumi.set(__self__, "encryption_settings_collection", encryption_settings_collection)
114
+ if extended_location is not None:
115
+ pulumi.set(__self__, "extended_location", extended_location)
116
+ if hyper_v_generation is not None:
117
+ pulumi.set(__self__, "hyper_v_generation", hyper_v_generation)
118
+ if location is not None:
119
+ pulumi.set(__self__, "location", location)
120
+ if max_shares is not None:
121
+ pulumi.set(__self__, "max_shares", max_shares)
122
+ if network_access_policy is not None:
123
+ pulumi.set(__self__, "network_access_policy", network_access_policy)
124
+ if optimized_for_frequent_attach is not None:
125
+ pulumi.set(__self__, "optimized_for_frequent_attach", optimized_for_frequent_attach)
126
+ if os_type is not None:
127
+ pulumi.set(__self__, "os_type", os_type)
128
+ if public_network_access is not None:
129
+ pulumi.set(__self__, "public_network_access", public_network_access)
130
+ if purchase_plan is not None:
131
+ pulumi.set(__self__, "purchase_plan", purchase_plan)
132
+ if security_profile is not None:
133
+ pulumi.set(__self__, "security_profile", security_profile)
134
+ if sku is not None:
135
+ pulumi.set(__self__, "sku", sku)
136
+ if supported_capabilities is not None:
137
+ pulumi.set(__self__, "supported_capabilities", supported_capabilities)
138
+ if supports_hibernation is not None:
139
+ pulumi.set(__self__, "supports_hibernation", supports_hibernation)
140
+ if tags is not None:
141
+ pulumi.set(__self__, "tags", tags)
142
+ if tier is not None:
143
+ pulumi.set(__self__, "tier", tier)
144
+ if zones is not None:
145
+ pulumi.set(__self__, "zones", zones)
146
+
147
+ @property
148
+ @pulumi.getter(name="creationData")
149
+ def creation_data(self) -> pulumi.Input['CreationDataArgs']:
150
+ """
151
+ Disk source information. CreationData information cannot be changed after the disk has been created.
152
+ """
153
+ return pulumi.get(self, "creation_data")
154
+
155
+ @creation_data.setter
156
+ def creation_data(self, value: pulumi.Input['CreationDataArgs']):
157
+ pulumi.set(self, "creation_data", value)
158
+
159
+ @property
160
+ @pulumi.getter(name="resourceGroupName")
161
+ def resource_group_name(self) -> pulumi.Input[str]:
162
+ """
163
+ The name of the resource group.
164
+ """
165
+ return pulumi.get(self, "resource_group_name")
166
+
167
+ @resource_group_name.setter
168
+ def resource_group_name(self, value: pulumi.Input[str]):
169
+ pulumi.set(self, "resource_group_name", value)
170
+
171
+ @property
172
+ @pulumi.getter(name="burstingEnabled")
173
+ def bursting_enabled(self) -> Optional[pulumi.Input[bool]]:
174
+ """
175
+ Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks.
176
+ """
177
+ return pulumi.get(self, "bursting_enabled")
178
+
179
+ @bursting_enabled.setter
180
+ def bursting_enabled(self, value: Optional[pulumi.Input[bool]]):
181
+ pulumi.set(self, "bursting_enabled", value)
182
+
183
+ @property
184
+ @pulumi.getter(name="completionPercent")
185
+ def completion_percent(self) -> Optional[pulumi.Input[float]]:
186
+ """
187
+ Percentage complete for the background copy when a resource is created via the CopyStart operation.
188
+ """
189
+ return pulumi.get(self, "completion_percent")
190
+
191
+ @completion_percent.setter
192
+ def completion_percent(self, value: Optional[pulumi.Input[float]]):
193
+ pulumi.set(self, "completion_percent", value)
194
+
195
+ @property
196
+ @pulumi.getter(name="dataAccessAuthMode")
197
+ def data_access_auth_mode(self) -> Optional[pulumi.Input[Union[str, 'DataAccessAuthMode']]]:
198
+ """
199
+ Additional authentication requirements when exporting or uploading to a disk or snapshot.
200
+ """
201
+ return pulumi.get(self, "data_access_auth_mode")
202
+
203
+ @data_access_auth_mode.setter
204
+ def data_access_auth_mode(self, value: Optional[pulumi.Input[Union[str, 'DataAccessAuthMode']]]):
205
+ pulumi.set(self, "data_access_auth_mode", value)
206
+
207
+ @property
208
+ @pulumi.getter(name="diskAccessId")
209
+ def disk_access_id(self) -> Optional[pulumi.Input[str]]:
210
+ """
211
+ ARM id of the DiskAccess resource for using private endpoints on disks.
212
+ """
213
+ return pulumi.get(self, "disk_access_id")
214
+
215
+ @disk_access_id.setter
216
+ def disk_access_id(self, value: Optional[pulumi.Input[str]]):
217
+ pulumi.set(self, "disk_access_id", value)
218
+
219
+ @property
220
+ @pulumi.getter(name="diskIOPSReadOnly")
221
+ def disk_iops_read_only(self) -> Optional[pulumi.Input[float]]:
222
+ """
223
+ The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes.
224
+ """
225
+ return pulumi.get(self, "disk_iops_read_only")
226
+
227
+ @disk_iops_read_only.setter
228
+ def disk_iops_read_only(self, value: Optional[pulumi.Input[float]]):
229
+ pulumi.set(self, "disk_iops_read_only", value)
230
+
231
+ @property
232
+ @pulumi.getter(name="diskIOPSReadWrite")
233
+ def disk_iops_read_write(self) -> Optional[pulumi.Input[float]]:
234
+ """
235
+ The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes.
236
+ """
237
+ return pulumi.get(self, "disk_iops_read_write")
238
+
239
+ @disk_iops_read_write.setter
240
+ def disk_iops_read_write(self, value: Optional[pulumi.Input[float]]):
241
+ pulumi.set(self, "disk_iops_read_write", value)
242
+
243
+ @property
244
+ @pulumi.getter(name="diskMBpsReadOnly")
245
+ def disk_m_bps_read_only(self) -> Optional[pulumi.Input[float]]:
246
+ """
247
+ The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.
248
+ """
249
+ return pulumi.get(self, "disk_m_bps_read_only")
250
+
251
+ @disk_m_bps_read_only.setter
252
+ def disk_m_bps_read_only(self, value: Optional[pulumi.Input[float]]):
253
+ pulumi.set(self, "disk_m_bps_read_only", value)
254
+
255
+ @property
256
+ @pulumi.getter(name="diskMBpsReadWrite")
257
+ def disk_m_bps_read_write(self) -> Optional[pulumi.Input[float]]:
258
+ """
259
+ The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.
260
+ """
261
+ return pulumi.get(self, "disk_m_bps_read_write")
262
+
263
+ @disk_m_bps_read_write.setter
264
+ def disk_m_bps_read_write(self, value: Optional[pulumi.Input[float]]):
265
+ pulumi.set(self, "disk_m_bps_read_write", value)
266
+
267
+ @property
268
+ @pulumi.getter(name="diskName")
269
+ def disk_name(self) -> Optional[pulumi.Input[str]]:
270
+ """
271
+ The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The maximum name length is 80 characters.
272
+ """
273
+ return pulumi.get(self, "disk_name")
274
+
275
+ @disk_name.setter
276
+ def disk_name(self, value: Optional[pulumi.Input[str]]):
277
+ pulumi.set(self, "disk_name", value)
278
+
279
+ @property
280
+ @pulumi.getter(name="diskSizeGB")
281
+ def disk_size_gb(self) -> Optional[pulumi.Input[int]]:
282
+ """
283
+ If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size.
284
+ """
285
+ return pulumi.get(self, "disk_size_gb")
286
+
287
+ @disk_size_gb.setter
288
+ def disk_size_gb(self, value: Optional[pulumi.Input[int]]):
289
+ pulumi.set(self, "disk_size_gb", value)
290
+
291
+ @property
292
+ @pulumi.getter
293
+ def encryption(self) -> Optional[pulumi.Input['EncryptionArgs']]:
294
+ """
295
+ Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.
296
+ """
297
+ return pulumi.get(self, "encryption")
298
+
299
+ @encryption.setter
300
+ def encryption(self, value: Optional[pulumi.Input['EncryptionArgs']]):
301
+ pulumi.set(self, "encryption", value)
302
+
303
+ @property
304
+ @pulumi.getter(name="encryptionSettingsCollection")
305
+ def encryption_settings_collection(self) -> Optional[pulumi.Input['EncryptionSettingsCollectionArgs']]:
306
+ """
307
+ Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.
308
+ """
309
+ return pulumi.get(self, "encryption_settings_collection")
310
+
311
+ @encryption_settings_collection.setter
312
+ def encryption_settings_collection(self, value: Optional[pulumi.Input['EncryptionSettingsCollectionArgs']]):
313
+ pulumi.set(self, "encryption_settings_collection", value)
314
+
315
+ @property
316
+ @pulumi.getter(name="extendedLocation")
317
+ def extended_location(self) -> Optional[pulumi.Input['ExtendedLocationArgs']]:
318
+ """
319
+ The extended location where the disk will be created. Extended location cannot be changed.
320
+ """
321
+ return pulumi.get(self, "extended_location")
322
+
323
+ @extended_location.setter
324
+ def extended_location(self, value: Optional[pulumi.Input['ExtendedLocationArgs']]):
325
+ pulumi.set(self, "extended_location", value)
326
+
327
+ @property
328
+ @pulumi.getter(name="hyperVGeneration")
329
+ def hyper_v_generation(self) -> Optional[pulumi.Input[Union[str, 'HyperVGeneration']]]:
330
+ """
331
+ The hypervisor generation of the Virtual Machine. Applicable to OS disks only.
332
+ """
333
+ return pulumi.get(self, "hyper_v_generation")
334
+
335
+ @hyper_v_generation.setter
336
+ def hyper_v_generation(self, value: Optional[pulumi.Input[Union[str, 'HyperVGeneration']]]):
337
+ pulumi.set(self, "hyper_v_generation", value)
338
+
339
+ @property
340
+ @pulumi.getter
341
+ def location(self) -> Optional[pulumi.Input[str]]:
342
+ """
343
+ Resource location
344
+ """
345
+ return pulumi.get(self, "location")
346
+
347
+ @location.setter
348
+ def location(self, value: Optional[pulumi.Input[str]]):
349
+ pulumi.set(self, "location", value)
350
+
351
+ @property
352
+ @pulumi.getter(name="maxShares")
353
+ def max_shares(self) -> Optional[pulumi.Input[int]]:
354
+ """
355
+ The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time.
356
+ """
357
+ return pulumi.get(self, "max_shares")
358
+
359
+ @max_shares.setter
360
+ def max_shares(self, value: Optional[pulumi.Input[int]]):
361
+ pulumi.set(self, "max_shares", value)
362
+
363
+ @property
364
+ @pulumi.getter(name="networkAccessPolicy")
365
+ def network_access_policy(self) -> Optional[pulumi.Input[Union[str, 'NetworkAccessPolicy']]]:
366
+ """
367
+ Policy for accessing the disk via network.
368
+ """
369
+ return pulumi.get(self, "network_access_policy")
370
+
371
+ @network_access_policy.setter
372
+ def network_access_policy(self, value: Optional[pulumi.Input[Union[str, 'NetworkAccessPolicy']]]):
373
+ pulumi.set(self, "network_access_policy", value)
374
+
375
+ @property
376
+ @pulumi.getter(name="optimizedForFrequentAttach")
377
+ def optimized_for_frequent_attach(self) -> Optional[pulumi.Input[bool]]:
378
+ """
379
+ Setting this property to true improves reliability and performance of data disks that are frequently (more than 5 times a day) by detached from one virtual machine and attached to another. This property should not be set for disks that are not detached and attached frequently as it causes the disks to not align with the fault domain of the virtual machine.
380
+ """
381
+ return pulumi.get(self, "optimized_for_frequent_attach")
382
+
383
+ @optimized_for_frequent_attach.setter
384
+ def optimized_for_frequent_attach(self, value: Optional[pulumi.Input[bool]]):
385
+ pulumi.set(self, "optimized_for_frequent_attach", value)
386
+
387
+ @property
388
+ @pulumi.getter(name="osType")
389
+ def os_type(self) -> Optional[pulumi.Input['OperatingSystemTypes']]:
390
+ """
391
+ The Operating System type.
392
+ """
393
+ return pulumi.get(self, "os_type")
394
+
395
+ @os_type.setter
396
+ def os_type(self, value: Optional[pulumi.Input['OperatingSystemTypes']]):
397
+ pulumi.set(self, "os_type", value)
398
+
399
+ @property
400
+ @pulumi.getter(name="publicNetworkAccess")
401
+ def public_network_access(self) -> Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]]:
402
+ """
403
+ Policy for controlling export on the disk.
404
+ """
405
+ return pulumi.get(self, "public_network_access")
406
+
407
+ @public_network_access.setter
408
+ def public_network_access(self, value: Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]]):
409
+ pulumi.set(self, "public_network_access", value)
410
+
411
+ @property
412
+ @pulumi.getter(name="purchasePlan")
413
+ def purchase_plan(self) -> Optional[pulumi.Input['PurchasePlanArgs']]:
414
+ """
415
+ Purchase plan information for the the image from which the OS disk was created. E.g. - {name: 2019-Datacenter, publisher: MicrosoftWindowsServer, product: WindowsServer}
416
+ """
417
+ return pulumi.get(self, "purchase_plan")
418
+
419
+ @purchase_plan.setter
420
+ def purchase_plan(self, value: Optional[pulumi.Input['PurchasePlanArgs']]):
421
+ pulumi.set(self, "purchase_plan", value)
422
+
423
+ @property
424
+ @pulumi.getter(name="securityProfile")
425
+ def security_profile(self) -> Optional[pulumi.Input['DiskSecurityProfileArgs']]:
426
+ """
427
+ Contains the security related information for the resource.
428
+ """
429
+ return pulumi.get(self, "security_profile")
430
+
431
+ @security_profile.setter
432
+ def security_profile(self, value: Optional[pulumi.Input['DiskSecurityProfileArgs']]):
433
+ pulumi.set(self, "security_profile", value)
434
+
435
+ @property
436
+ @pulumi.getter
437
+ def sku(self) -> Optional[pulumi.Input['DiskSkuArgs']]:
438
+ """
439
+ The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, Premium_ZRS, StandardSSD_ZRS, or PremiumV2_LRS.
440
+ """
441
+ return pulumi.get(self, "sku")
442
+
443
+ @sku.setter
444
+ def sku(self, value: Optional[pulumi.Input['DiskSkuArgs']]):
445
+ pulumi.set(self, "sku", value)
446
+
447
+ @property
448
+ @pulumi.getter(name="supportedCapabilities")
449
+ def supported_capabilities(self) -> Optional[pulumi.Input['SupportedCapabilitiesArgs']]:
450
+ """
451
+ List of supported capabilities for the image from which the OS disk was created.
452
+ """
453
+ return pulumi.get(self, "supported_capabilities")
454
+
455
+ @supported_capabilities.setter
456
+ def supported_capabilities(self, value: Optional[pulumi.Input['SupportedCapabilitiesArgs']]):
457
+ pulumi.set(self, "supported_capabilities", value)
458
+
459
+ @property
460
+ @pulumi.getter(name="supportsHibernation")
461
+ def supports_hibernation(self) -> Optional[pulumi.Input[bool]]:
462
+ """
463
+ Indicates the OS on a disk supports hibernation.
464
+ """
465
+ return pulumi.get(self, "supports_hibernation")
466
+
467
+ @supports_hibernation.setter
468
+ def supports_hibernation(self, value: Optional[pulumi.Input[bool]]):
469
+ pulumi.set(self, "supports_hibernation", value)
470
+
471
+ @property
472
+ @pulumi.getter
473
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
474
+ """
475
+ Resource tags
476
+ """
477
+ return pulumi.get(self, "tags")
478
+
479
+ @tags.setter
480
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
481
+ pulumi.set(self, "tags", value)
482
+
483
+ @property
484
+ @pulumi.getter
485
+ def tier(self) -> Optional[pulumi.Input[str]]:
486
+ """
487
+ Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.
488
+ """
489
+ return pulumi.get(self, "tier")
490
+
491
+ @tier.setter
492
+ def tier(self, value: Optional[pulumi.Input[str]]):
493
+ pulumi.set(self, "tier", value)
494
+
495
+ @property
496
+ @pulumi.getter
497
+ def zones(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
498
+ """
499
+ The Logical zone list for Disk.
500
+ """
501
+ return pulumi.get(self, "zones")
502
+
503
+ @zones.setter
504
+ def zones(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
505
+ pulumi.set(self, "zones", value)
506
+
507
+
508
+ class Disk(pulumi.CustomResource):
509
+ @overload
510
+ def __init__(__self__,
511
+ resource_name: str,
512
+ opts: Optional[pulumi.ResourceOptions] = None,
513
+ bursting_enabled: Optional[pulumi.Input[bool]] = None,
514
+ completion_percent: Optional[pulumi.Input[float]] = None,
515
+ creation_data: Optional[pulumi.Input[Union['CreationDataArgs', 'CreationDataArgsDict']]] = None,
516
+ data_access_auth_mode: Optional[pulumi.Input[Union[str, 'DataAccessAuthMode']]] = None,
517
+ disk_access_id: Optional[pulumi.Input[str]] = None,
518
+ disk_iops_read_only: Optional[pulumi.Input[float]] = None,
519
+ disk_iops_read_write: Optional[pulumi.Input[float]] = None,
520
+ disk_m_bps_read_only: Optional[pulumi.Input[float]] = None,
521
+ disk_m_bps_read_write: Optional[pulumi.Input[float]] = None,
522
+ disk_name: Optional[pulumi.Input[str]] = None,
523
+ disk_size_gb: Optional[pulumi.Input[int]] = None,
524
+ encryption: Optional[pulumi.Input[Union['EncryptionArgs', 'EncryptionArgsDict']]] = None,
525
+ encryption_settings_collection: Optional[pulumi.Input[Union['EncryptionSettingsCollectionArgs', 'EncryptionSettingsCollectionArgsDict']]] = None,
526
+ extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
527
+ hyper_v_generation: Optional[pulumi.Input[Union[str, 'HyperVGeneration']]] = None,
528
+ location: Optional[pulumi.Input[str]] = None,
529
+ max_shares: Optional[pulumi.Input[int]] = None,
530
+ network_access_policy: Optional[pulumi.Input[Union[str, 'NetworkAccessPolicy']]] = None,
531
+ optimized_for_frequent_attach: Optional[pulumi.Input[bool]] = None,
532
+ os_type: Optional[pulumi.Input['OperatingSystemTypes']] = None,
533
+ public_network_access: Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]] = None,
534
+ purchase_plan: Optional[pulumi.Input[Union['PurchasePlanArgs', 'PurchasePlanArgsDict']]] = None,
535
+ resource_group_name: Optional[pulumi.Input[str]] = None,
536
+ security_profile: Optional[pulumi.Input[Union['DiskSecurityProfileArgs', 'DiskSecurityProfileArgsDict']]] = None,
537
+ sku: Optional[pulumi.Input[Union['DiskSkuArgs', 'DiskSkuArgsDict']]] = None,
538
+ supported_capabilities: Optional[pulumi.Input[Union['SupportedCapabilitiesArgs', 'SupportedCapabilitiesArgsDict']]] = None,
539
+ supports_hibernation: Optional[pulumi.Input[bool]] = None,
540
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
541
+ tier: Optional[pulumi.Input[str]] = None,
542
+ zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
543
+ __props__=None):
544
+ """
545
+ Disk resource.
546
+
547
+ :param str resource_name: The name of the resource.
548
+ :param pulumi.ResourceOptions opts: Options for the resource.
549
+ :param pulumi.Input[bool] bursting_enabled: Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks.
550
+ :param pulumi.Input[float] completion_percent: Percentage complete for the background copy when a resource is created via the CopyStart operation.
551
+ :param pulumi.Input[Union['CreationDataArgs', 'CreationDataArgsDict']] creation_data: Disk source information. CreationData information cannot be changed after the disk has been created.
552
+ :param pulumi.Input[Union[str, 'DataAccessAuthMode']] data_access_auth_mode: Additional authentication requirements when exporting or uploading to a disk or snapshot.
553
+ :param pulumi.Input[str] disk_access_id: ARM id of the DiskAccess resource for using private endpoints on disks.
554
+ :param pulumi.Input[float] disk_iops_read_only: The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes.
555
+ :param pulumi.Input[float] disk_iops_read_write: The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes.
556
+ :param pulumi.Input[float] disk_m_bps_read_only: The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.
557
+ :param pulumi.Input[float] disk_m_bps_read_write: The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.
558
+ :param pulumi.Input[str] disk_name: The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The maximum name length is 80 characters.
559
+ :param pulumi.Input[int] disk_size_gb: If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size.
560
+ :param pulumi.Input[Union['EncryptionArgs', 'EncryptionArgsDict']] encryption: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.
561
+ :param pulumi.Input[Union['EncryptionSettingsCollectionArgs', 'EncryptionSettingsCollectionArgsDict']] encryption_settings_collection: Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.
562
+ :param pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']] extended_location: The extended location where the disk will be created. Extended location cannot be changed.
563
+ :param pulumi.Input[Union[str, 'HyperVGeneration']] hyper_v_generation: The hypervisor generation of the Virtual Machine. Applicable to OS disks only.
564
+ :param pulumi.Input[str] location: Resource location
565
+ :param pulumi.Input[int] max_shares: The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time.
566
+ :param pulumi.Input[Union[str, 'NetworkAccessPolicy']] network_access_policy: Policy for accessing the disk via network.
567
+ :param pulumi.Input[bool] optimized_for_frequent_attach: Setting this property to true improves reliability and performance of data disks that are frequently (more than 5 times a day) by detached from one virtual machine and attached to another. This property should not be set for disks that are not detached and attached frequently as it causes the disks to not align with the fault domain of the virtual machine.
568
+ :param pulumi.Input['OperatingSystemTypes'] os_type: The Operating System type.
569
+ :param pulumi.Input[Union[str, 'PublicNetworkAccess']] public_network_access: Policy for controlling export on the disk.
570
+ :param pulumi.Input[Union['PurchasePlanArgs', 'PurchasePlanArgsDict']] purchase_plan: Purchase plan information for the the image from which the OS disk was created. E.g. - {name: 2019-Datacenter, publisher: MicrosoftWindowsServer, product: WindowsServer}
571
+ :param pulumi.Input[str] resource_group_name: The name of the resource group.
572
+ :param pulumi.Input[Union['DiskSecurityProfileArgs', 'DiskSecurityProfileArgsDict']] security_profile: Contains the security related information for the resource.
573
+ :param pulumi.Input[Union['DiskSkuArgs', 'DiskSkuArgsDict']] sku: The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, Premium_ZRS, StandardSSD_ZRS, or PremiumV2_LRS.
574
+ :param pulumi.Input[Union['SupportedCapabilitiesArgs', 'SupportedCapabilitiesArgsDict']] supported_capabilities: List of supported capabilities for the image from which the OS disk was created.
575
+ :param pulumi.Input[bool] supports_hibernation: Indicates the OS on a disk supports hibernation.
576
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags
577
+ :param pulumi.Input[str] tier: Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.
578
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] zones: The Logical zone list for Disk.
579
+ """
580
+ ...
581
+ @overload
582
+ def __init__(__self__,
583
+ resource_name: str,
584
+ args: DiskArgs,
585
+ opts: Optional[pulumi.ResourceOptions] = None):
586
+ """
587
+ Disk resource.
588
+
589
+ :param str resource_name: The name of the resource.
590
+ :param DiskArgs args: The arguments to use to populate this resource's properties.
591
+ :param pulumi.ResourceOptions opts: Options for the resource.
592
+ """
593
+ ...
594
+ def __init__(__self__, resource_name: str, *args, **kwargs):
595
+ resource_args, opts = _utilities.get_resource_args_opts(DiskArgs, pulumi.ResourceOptions, *args, **kwargs)
596
+ if resource_args is not None:
597
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
598
+ else:
599
+ __self__._internal_init(resource_name, *args, **kwargs)
600
+
601
+ def _internal_init(__self__,
602
+ resource_name: str,
603
+ opts: Optional[pulumi.ResourceOptions] = None,
604
+ bursting_enabled: Optional[pulumi.Input[bool]] = None,
605
+ completion_percent: Optional[pulumi.Input[float]] = None,
606
+ creation_data: Optional[pulumi.Input[Union['CreationDataArgs', 'CreationDataArgsDict']]] = None,
607
+ data_access_auth_mode: Optional[pulumi.Input[Union[str, 'DataAccessAuthMode']]] = None,
608
+ disk_access_id: Optional[pulumi.Input[str]] = None,
609
+ disk_iops_read_only: Optional[pulumi.Input[float]] = None,
610
+ disk_iops_read_write: Optional[pulumi.Input[float]] = None,
611
+ disk_m_bps_read_only: Optional[pulumi.Input[float]] = None,
612
+ disk_m_bps_read_write: Optional[pulumi.Input[float]] = None,
613
+ disk_name: Optional[pulumi.Input[str]] = None,
614
+ disk_size_gb: Optional[pulumi.Input[int]] = None,
615
+ encryption: Optional[pulumi.Input[Union['EncryptionArgs', 'EncryptionArgsDict']]] = None,
616
+ encryption_settings_collection: Optional[pulumi.Input[Union['EncryptionSettingsCollectionArgs', 'EncryptionSettingsCollectionArgsDict']]] = None,
617
+ extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
618
+ hyper_v_generation: Optional[pulumi.Input[Union[str, 'HyperVGeneration']]] = None,
619
+ location: Optional[pulumi.Input[str]] = None,
620
+ max_shares: Optional[pulumi.Input[int]] = None,
621
+ network_access_policy: Optional[pulumi.Input[Union[str, 'NetworkAccessPolicy']]] = None,
622
+ optimized_for_frequent_attach: Optional[pulumi.Input[bool]] = None,
623
+ os_type: Optional[pulumi.Input['OperatingSystemTypes']] = None,
624
+ public_network_access: Optional[pulumi.Input[Union[str, 'PublicNetworkAccess']]] = None,
625
+ purchase_plan: Optional[pulumi.Input[Union['PurchasePlanArgs', 'PurchasePlanArgsDict']]] = None,
626
+ resource_group_name: Optional[pulumi.Input[str]] = None,
627
+ security_profile: Optional[pulumi.Input[Union['DiskSecurityProfileArgs', 'DiskSecurityProfileArgsDict']]] = None,
628
+ sku: Optional[pulumi.Input[Union['DiskSkuArgs', 'DiskSkuArgsDict']]] = None,
629
+ supported_capabilities: Optional[pulumi.Input[Union['SupportedCapabilitiesArgs', 'SupportedCapabilitiesArgsDict']]] = None,
630
+ supports_hibernation: Optional[pulumi.Input[bool]] = None,
631
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
632
+ tier: Optional[pulumi.Input[str]] = None,
633
+ zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
634
+ __props__=None):
635
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
636
+ if not isinstance(opts, pulumi.ResourceOptions):
637
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
638
+ if opts.id is None:
639
+ if __props__ is not None:
640
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
641
+ __props__ = DiskArgs.__new__(DiskArgs)
642
+
643
+ __props__.__dict__["bursting_enabled"] = bursting_enabled
644
+ __props__.__dict__["completion_percent"] = completion_percent
645
+ if creation_data is None and not opts.urn:
646
+ raise TypeError("Missing required property 'creation_data'")
647
+ __props__.__dict__["creation_data"] = creation_data
648
+ __props__.__dict__["data_access_auth_mode"] = data_access_auth_mode
649
+ __props__.__dict__["disk_access_id"] = disk_access_id
650
+ __props__.__dict__["disk_iops_read_only"] = disk_iops_read_only
651
+ __props__.__dict__["disk_iops_read_write"] = disk_iops_read_write
652
+ __props__.__dict__["disk_m_bps_read_only"] = disk_m_bps_read_only
653
+ __props__.__dict__["disk_m_bps_read_write"] = disk_m_bps_read_write
654
+ __props__.__dict__["disk_name"] = disk_name
655
+ __props__.__dict__["disk_size_gb"] = disk_size_gb
656
+ __props__.__dict__["encryption"] = encryption
657
+ __props__.__dict__["encryption_settings_collection"] = encryption_settings_collection
658
+ __props__.__dict__["extended_location"] = extended_location
659
+ __props__.__dict__["hyper_v_generation"] = hyper_v_generation
660
+ __props__.__dict__["location"] = location
661
+ __props__.__dict__["max_shares"] = max_shares
662
+ __props__.__dict__["network_access_policy"] = network_access_policy
663
+ __props__.__dict__["optimized_for_frequent_attach"] = optimized_for_frequent_attach
664
+ __props__.__dict__["os_type"] = os_type
665
+ __props__.__dict__["public_network_access"] = public_network_access
666
+ __props__.__dict__["purchase_plan"] = purchase_plan
667
+ if resource_group_name is None and not opts.urn:
668
+ raise TypeError("Missing required property 'resource_group_name'")
669
+ __props__.__dict__["resource_group_name"] = resource_group_name
670
+ __props__.__dict__["security_profile"] = security_profile
671
+ __props__.__dict__["sku"] = sku
672
+ __props__.__dict__["supported_capabilities"] = supported_capabilities
673
+ __props__.__dict__["supports_hibernation"] = supports_hibernation
674
+ __props__.__dict__["tags"] = tags
675
+ __props__.__dict__["tier"] = tier
676
+ __props__.__dict__["zones"] = zones
677
+ __props__.__dict__["bursting_enabled_time"] = None
678
+ __props__.__dict__["disk_size_bytes"] = None
679
+ __props__.__dict__["disk_state"] = None
680
+ __props__.__dict__["last_ownership_update_time"] = None
681
+ __props__.__dict__["managed_by"] = None
682
+ __props__.__dict__["managed_by_extended"] = None
683
+ __props__.__dict__["name"] = None
684
+ __props__.__dict__["property_updates_in_progress"] = None
685
+ __props__.__dict__["provisioning_state"] = None
686
+ __props__.__dict__["share_info"] = None
687
+ __props__.__dict__["time_created"] = None
688
+ __props__.__dict__["type"] = None
689
+ __props__.__dict__["unique_id"] = None
690
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:compute:Disk"), pulumi.Alias(type_="azure-native:compute/v20160430preview:Disk"), pulumi.Alias(type_="azure-native:compute/v20170330:Disk"), pulumi.Alias(type_="azure-native:compute/v20180401:Disk"), pulumi.Alias(type_="azure-native:compute/v20180601:Disk"), pulumi.Alias(type_="azure-native:compute/v20180930:Disk"), pulumi.Alias(type_="azure-native:compute/v20190301:Disk"), pulumi.Alias(type_="azure-native:compute/v20190701:Disk"), pulumi.Alias(type_="azure-native:compute/v20191101:Disk"), pulumi.Alias(type_="azure-native:compute/v20200501:Disk"), pulumi.Alias(type_="azure-native:compute/v20200630:Disk"), pulumi.Alias(type_="azure-native:compute/v20200930:Disk"), pulumi.Alias(type_="azure-native:compute/v20201201:Disk"), pulumi.Alias(type_="azure-native:compute/v20210401:Disk"), pulumi.Alias(type_="azure-native:compute/v20210801:Disk"), pulumi.Alias(type_="azure-native:compute/v20211201:Disk"), pulumi.Alias(type_="azure-native:compute/v20220302:Disk"), pulumi.Alias(type_="azure-native:compute/v20220702:Disk"), pulumi.Alias(type_="azure-native:compute/v20230102:Disk"), pulumi.Alias(type_="azure-native:compute/v20230402:Disk"), pulumi.Alias(type_="azure-native:compute/v20231002:Disk")])
691
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
692
+ super(Disk, __self__).__init__(
693
+ 'azure-native:compute/v20240302:Disk',
694
+ resource_name,
695
+ __props__,
696
+ opts)
697
+
698
+ @staticmethod
699
+ def get(resource_name: str,
700
+ id: pulumi.Input[str],
701
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'Disk':
702
+ """
703
+ Get an existing Disk resource's state with the given name, id, and optional extra
704
+ properties used to qualify the lookup.
705
+
706
+ :param str resource_name: The unique name of the resulting resource.
707
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
708
+ :param pulumi.ResourceOptions opts: Options for the resource.
709
+ """
710
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
711
+
712
+ __props__ = DiskArgs.__new__(DiskArgs)
713
+
714
+ __props__.__dict__["bursting_enabled"] = None
715
+ __props__.__dict__["bursting_enabled_time"] = None
716
+ __props__.__dict__["completion_percent"] = None
717
+ __props__.__dict__["creation_data"] = None
718
+ __props__.__dict__["data_access_auth_mode"] = None
719
+ __props__.__dict__["disk_access_id"] = None
720
+ __props__.__dict__["disk_iops_read_only"] = None
721
+ __props__.__dict__["disk_iops_read_write"] = None
722
+ __props__.__dict__["disk_m_bps_read_only"] = None
723
+ __props__.__dict__["disk_m_bps_read_write"] = None
724
+ __props__.__dict__["disk_size_bytes"] = None
725
+ __props__.__dict__["disk_size_gb"] = None
726
+ __props__.__dict__["disk_state"] = None
727
+ __props__.__dict__["encryption"] = None
728
+ __props__.__dict__["encryption_settings_collection"] = None
729
+ __props__.__dict__["extended_location"] = None
730
+ __props__.__dict__["hyper_v_generation"] = None
731
+ __props__.__dict__["last_ownership_update_time"] = None
732
+ __props__.__dict__["location"] = None
733
+ __props__.__dict__["managed_by"] = None
734
+ __props__.__dict__["managed_by_extended"] = None
735
+ __props__.__dict__["max_shares"] = None
736
+ __props__.__dict__["name"] = None
737
+ __props__.__dict__["network_access_policy"] = None
738
+ __props__.__dict__["optimized_for_frequent_attach"] = None
739
+ __props__.__dict__["os_type"] = None
740
+ __props__.__dict__["property_updates_in_progress"] = None
741
+ __props__.__dict__["provisioning_state"] = None
742
+ __props__.__dict__["public_network_access"] = None
743
+ __props__.__dict__["purchase_plan"] = None
744
+ __props__.__dict__["security_profile"] = None
745
+ __props__.__dict__["share_info"] = None
746
+ __props__.__dict__["sku"] = None
747
+ __props__.__dict__["supported_capabilities"] = None
748
+ __props__.__dict__["supports_hibernation"] = None
749
+ __props__.__dict__["tags"] = None
750
+ __props__.__dict__["tier"] = None
751
+ __props__.__dict__["time_created"] = None
752
+ __props__.__dict__["type"] = None
753
+ __props__.__dict__["unique_id"] = None
754
+ __props__.__dict__["zones"] = None
755
+ return Disk(resource_name, opts=opts, __props__=__props__)
756
+
757
+ @property
758
+ @pulumi.getter(name="burstingEnabled")
759
+ def bursting_enabled(self) -> pulumi.Output[Optional[bool]]:
760
+ """
761
+ Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks.
762
+ """
763
+ return pulumi.get(self, "bursting_enabled")
764
+
765
+ @property
766
+ @pulumi.getter(name="burstingEnabledTime")
767
+ def bursting_enabled_time(self) -> pulumi.Output[str]:
768
+ """
769
+ Latest time when bursting was last enabled on a disk.
770
+ """
771
+ return pulumi.get(self, "bursting_enabled_time")
772
+
773
+ @property
774
+ @pulumi.getter(name="completionPercent")
775
+ def completion_percent(self) -> pulumi.Output[Optional[float]]:
776
+ """
777
+ Percentage complete for the background copy when a resource is created via the CopyStart operation.
778
+ """
779
+ return pulumi.get(self, "completion_percent")
780
+
781
+ @property
782
+ @pulumi.getter(name="creationData")
783
+ def creation_data(self) -> pulumi.Output['outputs.CreationDataResponse']:
784
+ """
785
+ Disk source information. CreationData information cannot be changed after the disk has been created.
786
+ """
787
+ return pulumi.get(self, "creation_data")
788
+
789
+ @property
790
+ @pulumi.getter(name="dataAccessAuthMode")
791
+ def data_access_auth_mode(self) -> pulumi.Output[Optional[str]]:
792
+ """
793
+ Additional authentication requirements when exporting or uploading to a disk or snapshot.
794
+ """
795
+ return pulumi.get(self, "data_access_auth_mode")
796
+
797
+ @property
798
+ @pulumi.getter(name="diskAccessId")
799
+ def disk_access_id(self) -> pulumi.Output[Optional[str]]:
800
+ """
801
+ ARM id of the DiskAccess resource for using private endpoints on disks.
802
+ """
803
+ return pulumi.get(self, "disk_access_id")
804
+
805
+ @property
806
+ @pulumi.getter(name="diskIOPSReadOnly")
807
+ def disk_iops_read_only(self) -> pulumi.Output[Optional[float]]:
808
+ """
809
+ The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes.
810
+ """
811
+ return pulumi.get(self, "disk_iops_read_only")
812
+
813
+ @property
814
+ @pulumi.getter(name="diskIOPSReadWrite")
815
+ def disk_iops_read_write(self) -> pulumi.Output[Optional[float]]:
816
+ """
817
+ The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes.
818
+ """
819
+ return pulumi.get(self, "disk_iops_read_write")
820
+
821
+ @property
822
+ @pulumi.getter(name="diskMBpsReadOnly")
823
+ def disk_m_bps_read_only(self) -> pulumi.Output[Optional[float]]:
824
+ """
825
+ The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.
826
+ """
827
+ return pulumi.get(self, "disk_m_bps_read_only")
828
+
829
+ @property
830
+ @pulumi.getter(name="diskMBpsReadWrite")
831
+ def disk_m_bps_read_write(self) -> pulumi.Output[Optional[float]]:
832
+ """
833
+ The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.
834
+ """
835
+ return pulumi.get(self, "disk_m_bps_read_write")
836
+
837
+ @property
838
+ @pulumi.getter(name="diskSizeBytes")
839
+ def disk_size_bytes(self) -> pulumi.Output[float]:
840
+ """
841
+ The size of the disk in bytes. This field is read only.
842
+ """
843
+ return pulumi.get(self, "disk_size_bytes")
844
+
845
+ @property
846
+ @pulumi.getter(name="diskSizeGB")
847
+ def disk_size_gb(self) -> pulumi.Output[Optional[int]]:
848
+ """
849
+ If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size.
850
+ """
851
+ return pulumi.get(self, "disk_size_gb")
852
+
853
+ @property
854
+ @pulumi.getter(name="diskState")
855
+ def disk_state(self) -> pulumi.Output[str]:
856
+ """
857
+ The state of the disk.
858
+ """
859
+ return pulumi.get(self, "disk_state")
860
+
861
+ @property
862
+ @pulumi.getter
863
+ def encryption(self) -> pulumi.Output[Optional['outputs.EncryptionResponse']]:
864
+ """
865
+ Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.
866
+ """
867
+ return pulumi.get(self, "encryption")
868
+
869
+ @property
870
+ @pulumi.getter(name="encryptionSettingsCollection")
871
+ def encryption_settings_collection(self) -> pulumi.Output[Optional['outputs.EncryptionSettingsCollectionResponse']]:
872
+ """
873
+ Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.
874
+ """
875
+ return pulumi.get(self, "encryption_settings_collection")
876
+
877
+ @property
878
+ @pulumi.getter(name="extendedLocation")
879
+ def extended_location(self) -> pulumi.Output[Optional['outputs.ExtendedLocationResponse']]:
880
+ """
881
+ The extended location where the disk will be created. Extended location cannot be changed.
882
+ """
883
+ return pulumi.get(self, "extended_location")
884
+
885
+ @property
886
+ @pulumi.getter(name="hyperVGeneration")
887
+ def hyper_v_generation(self) -> pulumi.Output[Optional[str]]:
888
+ """
889
+ The hypervisor generation of the Virtual Machine. Applicable to OS disks only.
890
+ """
891
+ return pulumi.get(self, "hyper_v_generation")
892
+
893
+ @property
894
+ @pulumi.getter(name="lastOwnershipUpdateTime")
895
+ def last_ownership_update_time(self) -> pulumi.Output[str]:
896
+ """
897
+ The UTC time when the ownership state of the disk was last changed i.e., the time the disk was last attached or detached from a VM or the time when the VM to which the disk was attached was deallocated or started.
898
+ """
899
+ return pulumi.get(self, "last_ownership_update_time")
900
+
901
+ @property
902
+ @pulumi.getter
903
+ def location(self) -> pulumi.Output[str]:
904
+ """
905
+ Resource location
906
+ """
907
+ return pulumi.get(self, "location")
908
+
909
+ @property
910
+ @pulumi.getter(name="managedBy")
911
+ def managed_by(self) -> pulumi.Output[str]:
912
+ """
913
+ A relative URI containing the ID of the VM that has the disk attached.
914
+ """
915
+ return pulumi.get(self, "managed_by")
916
+
917
+ @property
918
+ @pulumi.getter(name="managedByExtended")
919
+ def managed_by_extended(self) -> pulumi.Output[Sequence[str]]:
920
+ """
921
+ List of relative URIs containing the IDs of the VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs.
922
+ """
923
+ return pulumi.get(self, "managed_by_extended")
924
+
925
+ @property
926
+ @pulumi.getter(name="maxShares")
927
+ def max_shares(self) -> pulumi.Output[Optional[int]]:
928
+ """
929
+ The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time.
930
+ """
931
+ return pulumi.get(self, "max_shares")
932
+
933
+ @property
934
+ @pulumi.getter
935
+ def name(self) -> pulumi.Output[str]:
936
+ """
937
+ Resource name
938
+ """
939
+ return pulumi.get(self, "name")
940
+
941
+ @property
942
+ @pulumi.getter(name="networkAccessPolicy")
943
+ def network_access_policy(self) -> pulumi.Output[Optional[str]]:
944
+ """
945
+ Policy for accessing the disk via network.
946
+ """
947
+ return pulumi.get(self, "network_access_policy")
948
+
949
+ @property
950
+ @pulumi.getter(name="optimizedForFrequentAttach")
951
+ def optimized_for_frequent_attach(self) -> pulumi.Output[Optional[bool]]:
952
+ """
953
+ Setting this property to true improves reliability and performance of data disks that are frequently (more than 5 times a day) by detached from one virtual machine and attached to another. This property should not be set for disks that are not detached and attached frequently as it causes the disks to not align with the fault domain of the virtual machine.
954
+ """
955
+ return pulumi.get(self, "optimized_for_frequent_attach")
956
+
957
+ @property
958
+ @pulumi.getter(name="osType")
959
+ def os_type(self) -> pulumi.Output[Optional[str]]:
960
+ """
961
+ The Operating System type.
962
+ """
963
+ return pulumi.get(self, "os_type")
964
+
965
+ @property
966
+ @pulumi.getter(name="propertyUpdatesInProgress")
967
+ def property_updates_in_progress(self) -> pulumi.Output['outputs.PropertyUpdatesInProgressResponse']:
968
+ """
969
+ Properties of the disk for which update is pending.
970
+ """
971
+ return pulumi.get(self, "property_updates_in_progress")
972
+
973
+ @property
974
+ @pulumi.getter(name="provisioningState")
975
+ def provisioning_state(self) -> pulumi.Output[str]:
976
+ """
977
+ The disk provisioning state.
978
+ """
979
+ return pulumi.get(self, "provisioning_state")
980
+
981
+ @property
982
+ @pulumi.getter(name="publicNetworkAccess")
983
+ def public_network_access(self) -> pulumi.Output[Optional[str]]:
984
+ """
985
+ Policy for controlling export on the disk.
986
+ """
987
+ return pulumi.get(self, "public_network_access")
988
+
989
+ @property
990
+ @pulumi.getter(name="purchasePlan")
991
+ def purchase_plan(self) -> pulumi.Output[Optional['outputs.PurchasePlanResponse']]:
992
+ """
993
+ Purchase plan information for the the image from which the OS disk was created. E.g. - {name: 2019-Datacenter, publisher: MicrosoftWindowsServer, product: WindowsServer}
994
+ """
995
+ return pulumi.get(self, "purchase_plan")
996
+
997
+ @property
998
+ @pulumi.getter(name="securityProfile")
999
+ def security_profile(self) -> pulumi.Output[Optional['outputs.DiskSecurityProfileResponse']]:
1000
+ """
1001
+ Contains the security related information for the resource.
1002
+ """
1003
+ return pulumi.get(self, "security_profile")
1004
+
1005
+ @property
1006
+ @pulumi.getter(name="shareInfo")
1007
+ def share_info(self) -> pulumi.Output[Sequence['outputs.ShareInfoElementResponse']]:
1008
+ """
1009
+ Details of the list of all VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs.
1010
+ """
1011
+ return pulumi.get(self, "share_info")
1012
+
1013
+ @property
1014
+ @pulumi.getter
1015
+ def sku(self) -> pulumi.Output[Optional['outputs.DiskSkuResponse']]:
1016
+ """
1017
+ The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, Premium_ZRS, StandardSSD_ZRS, or PremiumV2_LRS.
1018
+ """
1019
+ return pulumi.get(self, "sku")
1020
+
1021
+ @property
1022
+ @pulumi.getter(name="supportedCapabilities")
1023
+ def supported_capabilities(self) -> pulumi.Output[Optional['outputs.SupportedCapabilitiesResponse']]:
1024
+ """
1025
+ List of supported capabilities for the image from which the OS disk was created.
1026
+ """
1027
+ return pulumi.get(self, "supported_capabilities")
1028
+
1029
+ @property
1030
+ @pulumi.getter(name="supportsHibernation")
1031
+ def supports_hibernation(self) -> pulumi.Output[Optional[bool]]:
1032
+ """
1033
+ Indicates the OS on a disk supports hibernation.
1034
+ """
1035
+ return pulumi.get(self, "supports_hibernation")
1036
+
1037
+ @property
1038
+ @pulumi.getter
1039
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
1040
+ """
1041
+ Resource tags
1042
+ """
1043
+ return pulumi.get(self, "tags")
1044
+
1045
+ @property
1046
+ @pulumi.getter
1047
+ def tier(self) -> pulumi.Output[Optional[str]]:
1048
+ """
1049
+ Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.
1050
+ """
1051
+ return pulumi.get(self, "tier")
1052
+
1053
+ @property
1054
+ @pulumi.getter(name="timeCreated")
1055
+ def time_created(self) -> pulumi.Output[str]:
1056
+ """
1057
+ The time when the disk was created.
1058
+ """
1059
+ return pulumi.get(self, "time_created")
1060
+
1061
+ @property
1062
+ @pulumi.getter
1063
+ def type(self) -> pulumi.Output[str]:
1064
+ """
1065
+ Resource type
1066
+ """
1067
+ return pulumi.get(self, "type")
1068
+
1069
+ @property
1070
+ @pulumi.getter(name="uniqueId")
1071
+ def unique_id(self) -> pulumi.Output[str]:
1072
+ """
1073
+ Unique Guid identifying the resource.
1074
+ """
1075
+ return pulumi.get(self, "unique_id")
1076
+
1077
+ @property
1078
+ @pulumi.getter
1079
+ def zones(self) -> pulumi.Output[Optional[Sequence[str]]]:
1080
+ """
1081
+ The Logical zone list for Disk.
1082
+ """
1083
+ return pulumi.get(self, "zones")
1084
+