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,3209 @@
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
+
19
+ __all__ = [
20
+ 'AbusePenaltyResponse',
21
+ 'AccountPropertiesResponse',
22
+ 'ApiPropertiesResponse',
23
+ 'CallRateLimitResponse',
24
+ 'CommitmentPeriodResponse',
25
+ 'CommitmentPlanAssociationResponse',
26
+ 'CommitmentPlanPropertiesResponse',
27
+ 'CommitmentQuotaResponse',
28
+ 'CustomBlocklistConfigResponse',
29
+ 'DeploymentCapacitySettingsResponse',
30
+ 'DeploymentModelResponse',
31
+ 'DeploymentPropertiesResponse',
32
+ 'DeploymentScaleSettingsResponse',
33
+ 'EncryptionResponse',
34
+ 'EncryptionScopePropertiesResponse',
35
+ 'IdentityResponse',
36
+ 'IpRuleResponse',
37
+ 'KeyVaultPropertiesResponse',
38
+ 'MultiRegionSettingsResponse',
39
+ 'NetworkRuleSetResponse',
40
+ 'PrivateEndpointConnectionPropertiesResponse',
41
+ 'PrivateEndpointConnectionResponse',
42
+ 'PrivateEndpointResponse',
43
+ 'PrivateLinkServiceConnectionStateResponse',
44
+ 'QuotaLimitResponse',
45
+ 'RaiBlocklistItemPropertiesResponse',
46
+ 'RaiBlocklistPropertiesResponse',
47
+ 'RaiMonitorConfigResponse',
48
+ 'RaiPolicyContentFilterResponse',
49
+ 'RaiPolicyPropertiesResponse',
50
+ 'RegionSettingResponse',
51
+ 'RequestMatchPatternResponse',
52
+ 'SkuCapabilityResponse',
53
+ 'SkuChangeInfoResponse',
54
+ 'SkuResponse',
55
+ 'SystemDataResponse',
56
+ 'ThrottlingRuleResponse',
57
+ 'UserAssignedIdentityResponse',
58
+ 'UserOwnedAmlWorkspaceResponse',
59
+ 'UserOwnedStorageResponse',
60
+ 'VirtualNetworkRuleResponse',
61
+ ]
62
+
63
+ @pulumi.output_type
64
+ class AbusePenaltyResponse(dict):
65
+ """
66
+ The abuse penalty.
67
+ """
68
+ @staticmethod
69
+ def __key_warning(key: str):
70
+ suggest = None
71
+ if key == "rateLimitPercentage":
72
+ suggest = "rate_limit_percentage"
73
+
74
+ if suggest:
75
+ pulumi.log.warn(f"Key '{key}' not found in AbusePenaltyResponse. Access the value via the '{suggest}' property getter instead.")
76
+
77
+ def __getitem__(self, key: str) -> Any:
78
+ AbusePenaltyResponse.__key_warning(key)
79
+ return super().__getitem__(key)
80
+
81
+ def get(self, key: str, default = None) -> Any:
82
+ AbusePenaltyResponse.__key_warning(key)
83
+ return super().get(key, default)
84
+
85
+ def __init__(__self__, *,
86
+ action: Optional[str] = None,
87
+ expiration: Optional[str] = None,
88
+ rate_limit_percentage: Optional[float] = None):
89
+ """
90
+ The abuse penalty.
91
+ :param str action: The action of AbusePenalty.
92
+ :param str expiration: The datetime of expiration of the AbusePenalty.
93
+ :param float rate_limit_percentage: The percentage of rate limit.
94
+ """
95
+ if action is not None:
96
+ pulumi.set(__self__, "action", action)
97
+ if expiration is not None:
98
+ pulumi.set(__self__, "expiration", expiration)
99
+ if rate_limit_percentage is not None:
100
+ pulumi.set(__self__, "rate_limit_percentage", rate_limit_percentage)
101
+
102
+ @property
103
+ @pulumi.getter
104
+ def action(self) -> Optional[str]:
105
+ """
106
+ The action of AbusePenalty.
107
+ """
108
+ return pulumi.get(self, "action")
109
+
110
+ @property
111
+ @pulumi.getter
112
+ def expiration(self) -> Optional[str]:
113
+ """
114
+ The datetime of expiration of the AbusePenalty.
115
+ """
116
+ return pulumi.get(self, "expiration")
117
+
118
+ @property
119
+ @pulumi.getter(name="rateLimitPercentage")
120
+ def rate_limit_percentage(self) -> Optional[float]:
121
+ """
122
+ The percentage of rate limit.
123
+ """
124
+ return pulumi.get(self, "rate_limit_percentage")
125
+
126
+
127
+ @pulumi.output_type
128
+ class AccountPropertiesResponse(dict):
129
+ """
130
+ Properties of Cognitive Services account.
131
+ """
132
+ @staticmethod
133
+ def __key_warning(key: str):
134
+ suggest = None
135
+ if key == "abusePenalty":
136
+ suggest = "abuse_penalty"
137
+ elif key == "callRateLimit":
138
+ suggest = "call_rate_limit"
139
+ elif key == "commitmentPlanAssociations":
140
+ suggest = "commitment_plan_associations"
141
+ elif key == "dateCreated":
142
+ suggest = "date_created"
143
+ elif key == "deletionDate":
144
+ suggest = "deletion_date"
145
+ elif key == "internalId":
146
+ suggest = "internal_id"
147
+ elif key == "isMigrated":
148
+ suggest = "is_migrated"
149
+ elif key == "privateEndpointConnections":
150
+ suggest = "private_endpoint_connections"
151
+ elif key == "provisioningState":
152
+ suggest = "provisioning_state"
153
+ elif key == "quotaLimit":
154
+ suggest = "quota_limit"
155
+ elif key == "scheduledPurgeDate":
156
+ suggest = "scheduled_purge_date"
157
+ elif key == "skuChangeInfo":
158
+ suggest = "sku_change_info"
159
+ elif key == "allowedFqdnList":
160
+ suggest = "allowed_fqdn_list"
161
+ elif key == "amlWorkspace":
162
+ suggest = "aml_workspace"
163
+ elif key == "apiProperties":
164
+ suggest = "api_properties"
165
+ elif key == "customSubDomainName":
166
+ suggest = "custom_sub_domain_name"
167
+ elif key == "disableLocalAuth":
168
+ suggest = "disable_local_auth"
169
+ elif key == "dynamicThrottlingEnabled":
170
+ suggest = "dynamic_throttling_enabled"
171
+ elif key == "migrationToken":
172
+ suggest = "migration_token"
173
+ elif key == "networkAcls":
174
+ suggest = "network_acls"
175
+ elif key == "publicNetworkAccess":
176
+ suggest = "public_network_access"
177
+ elif key == "raiMonitorConfig":
178
+ suggest = "rai_monitor_config"
179
+ elif key == "restrictOutboundNetworkAccess":
180
+ suggest = "restrict_outbound_network_access"
181
+ elif key == "userOwnedStorage":
182
+ suggest = "user_owned_storage"
183
+
184
+ if suggest:
185
+ pulumi.log.warn(f"Key '{key}' not found in AccountPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
186
+
187
+ def __getitem__(self, key: str) -> Any:
188
+ AccountPropertiesResponse.__key_warning(key)
189
+ return super().__getitem__(key)
190
+
191
+ def get(self, key: str, default = None) -> Any:
192
+ AccountPropertiesResponse.__key_warning(key)
193
+ return super().get(key, default)
194
+
195
+ def __init__(__self__, *,
196
+ abuse_penalty: 'outputs.AbusePenaltyResponse',
197
+ call_rate_limit: 'outputs.CallRateLimitResponse',
198
+ capabilities: Sequence['outputs.SkuCapabilityResponse'],
199
+ commitment_plan_associations: Sequence['outputs.CommitmentPlanAssociationResponse'],
200
+ date_created: str,
201
+ deletion_date: str,
202
+ endpoint: str,
203
+ endpoints: Mapping[str, str],
204
+ internal_id: str,
205
+ is_migrated: bool,
206
+ private_endpoint_connections: Sequence['outputs.PrivateEndpointConnectionResponse'],
207
+ provisioning_state: str,
208
+ quota_limit: 'outputs.QuotaLimitResponse',
209
+ scheduled_purge_date: str,
210
+ sku_change_info: 'outputs.SkuChangeInfoResponse',
211
+ allowed_fqdn_list: Optional[Sequence[str]] = None,
212
+ aml_workspace: Optional['outputs.UserOwnedAmlWorkspaceResponse'] = None,
213
+ api_properties: Optional['outputs.ApiPropertiesResponse'] = None,
214
+ custom_sub_domain_name: Optional[str] = None,
215
+ disable_local_auth: Optional[bool] = None,
216
+ dynamic_throttling_enabled: Optional[bool] = None,
217
+ encryption: Optional['outputs.EncryptionResponse'] = None,
218
+ locations: Optional['outputs.MultiRegionSettingsResponse'] = None,
219
+ migration_token: Optional[str] = None,
220
+ network_acls: Optional['outputs.NetworkRuleSetResponse'] = None,
221
+ public_network_access: Optional[str] = None,
222
+ rai_monitor_config: Optional['outputs.RaiMonitorConfigResponse'] = None,
223
+ restrict_outbound_network_access: Optional[bool] = None,
224
+ user_owned_storage: Optional[Sequence['outputs.UserOwnedStorageResponse']] = None):
225
+ """
226
+ Properties of Cognitive Services account.
227
+ :param 'AbusePenaltyResponse' abuse_penalty: The abuse penalty.
228
+ :param 'CallRateLimitResponse' call_rate_limit: The call rate limit Cognitive Services account.
229
+ :param Sequence['SkuCapabilityResponse'] capabilities: Gets the capabilities of the cognitive services account. Each item indicates the capability of a specific feature. The values are read-only and for reference only.
230
+ :param Sequence['CommitmentPlanAssociationResponse'] commitment_plan_associations: The commitment plan associations of Cognitive Services account.
231
+ :param str date_created: Gets the date of cognitive services account creation.
232
+ :param str deletion_date: The deletion date, only available for deleted account.
233
+ :param str endpoint: Endpoint of the created account.
234
+ :param str internal_id: The internal identifier (deprecated, do not use this property).
235
+ :param bool is_migrated: If the resource is migrated from an existing key.
236
+ :param Sequence['PrivateEndpointConnectionResponse'] private_endpoint_connections: The private endpoint connection associated with the Cognitive Services account.
237
+ :param str provisioning_state: Gets the status of the cognitive services account at the time the operation was called.
238
+ :param str scheduled_purge_date: The scheduled purge date, only available for deleted account.
239
+ :param 'SkuChangeInfoResponse' sku_change_info: Sku change info of account.
240
+ :param 'UserOwnedAmlWorkspaceResponse' aml_workspace: The user owned AML workspace properties.
241
+ :param 'ApiPropertiesResponse' api_properties: The api properties for special APIs.
242
+ :param str custom_sub_domain_name: Optional subdomain name used for token-based authentication.
243
+ :param bool dynamic_throttling_enabled: The flag to enable dynamic throttling.
244
+ :param 'EncryptionResponse' encryption: The encryption properties for this resource.
245
+ :param 'MultiRegionSettingsResponse' locations: The multiregion settings of Cognitive Services account.
246
+ :param str migration_token: Resource migration token.
247
+ :param 'NetworkRuleSetResponse' network_acls: A collection of rules governing the accessibility from specific network locations.
248
+ :param str public_network_access: Whether or not public endpoint access is allowed for this account.
249
+ :param 'RaiMonitorConfigResponse' rai_monitor_config: Cognitive Services Rai Monitor Config.
250
+ :param Sequence['UserOwnedStorageResponse'] user_owned_storage: The storage accounts for this resource.
251
+ """
252
+ pulumi.set(__self__, "abuse_penalty", abuse_penalty)
253
+ pulumi.set(__self__, "call_rate_limit", call_rate_limit)
254
+ pulumi.set(__self__, "capabilities", capabilities)
255
+ pulumi.set(__self__, "commitment_plan_associations", commitment_plan_associations)
256
+ pulumi.set(__self__, "date_created", date_created)
257
+ pulumi.set(__self__, "deletion_date", deletion_date)
258
+ pulumi.set(__self__, "endpoint", endpoint)
259
+ pulumi.set(__self__, "endpoints", endpoints)
260
+ pulumi.set(__self__, "internal_id", internal_id)
261
+ pulumi.set(__self__, "is_migrated", is_migrated)
262
+ pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
263
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
264
+ pulumi.set(__self__, "quota_limit", quota_limit)
265
+ pulumi.set(__self__, "scheduled_purge_date", scheduled_purge_date)
266
+ pulumi.set(__self__, "sku_change_info", sku_change_info)
267
+ if allowed_fqdn_list is not None:
268
+ pulumi.set(__self__, "allowed_fqdn_list", allowed_fqdn_list)
269
+ if aml_workspace is not None:
270
+ pulumi.set(__self__, "aml_workspace", aml_workspace)
271
+ if api_properties is not None:
272
+ pulumi.set(__self__, "api_properties", api_properties)
273
+ if custom_sub_domain_name is not None:
274
+ pulumi.set(__self__, "custom_sub_domain_name", custom_sub_domain_name)
275
+ if disable_local_auth is not None:
276
+ pulumi.set(__self__, "disable_local_auth", disable_local_auth)
277
+ if dynamic_throttling_enabled is not None:
278
+ pulumi.set(__self__, "dynamic_throttling_enabled", dynamic_throttling_enabled)
279
+ if encryption is not None:
280
+ pulumi.set(__self__, "encryption", encryption)
281
+ if locations is not None:
282
+ pulumi.set(__self__, "locations", locations)
283
+ if migration_token is not None:
284
+ pulumi.set(__self__, "migration_token", migration_token)
285
+ if network_acls is not None:
286
+ pulumi.set(__self__, "network_acls", network_acls)
287
+ if public_network_access is not None:
288
+ pulumi.set(__self__, "public_network_access", public_network_access)
289
+ if rai_monitor_config is not None:
290
+ pulumi.set(__self__, "rai_monitor_config", rai_monitor_config)
291
+ if restrict_outbound_network_access is not None:
292
+ pulumi.set(__self__, "restrict_outbound_network_access", restrict_outbound_network_access)
293
+ if user_owned_storage is not None:
294
+ pulumi.set(__self__, "user_owned_storage", user_owned_storage)
295
+
296
+ @property
297
+ @pulumi.getter(name="abusePenalty")
298
+ def abuse_penalty(self) -> 'outputs.AbusePenaltyResponse':
299
+ """
300
+ The abuse penalty.
301
+ """
302
+ return pulumi.get(self, "abuse_penalty")
303
+
304
+ @property
305
+ @pulumi.getter(name="callRateLimit")
306
+ def call_rate_limit(self) -> 'outputs.CallRateLimitResponse':
307
+ """
308
+ The call rate limit Cognitive Services account.
309
+ """
310
+ return pulumi.get(self, "call_rate_limit")
311
+
312
+ @property
313
+ @pulumi.getter
314
+ def capabilities(self) -> Sequence['outputs.SkuCapabilityResponse']:
315
+ """
316
+ Gets the capabilities of the cognitive services account. Each item indicates the capability of a specific feature. The values are read-only and for reference only.
317
+ """
318
+ return pulumi.get(self, "capabilities")
319
+
320
+ @property
321
+ @pulumi.getter(name="commitmentPlanAssociations")
322
+ def commitment_plan_associations(self) -> Sequence['outputs.CommitmentPlanAssociationResponse']:
323
+ """
324
+ The commitment plan associations of Cognitive Services account.
325
+ """
326
+ return pulumi.get(self, "commitment_plan_associations")
327
+
328
+ @property
329
+ @pulumi.getter(name="dateCreated")
330
+ def date_created(self) -> str:
331
+ """
332
+ Gets the date of cognitive services account creation.
333
+ """
334
+ return pulumi.get(self, "date_created")
335
+
336
+ @property
337
+ @pulumi.getter(name="deletionDate")
338
+ def deletion_date(self) -> str:
339
+ """
340
+ The deletion date, only available for deleted account.
341
+ """
342
+ return pulumi.get(self, "deletion_date")
343
+
344
+ @property
345
+ @pulumi.getter
346
+ def endpoint(self) -> str:
347
+ """
348
+ Endpoint of the created account.
349
+ """
350
+ return pulumi.get(self, "endpoint")
351
+
352
+ @property
353
+ @pulumi.getter
354
+ def endpoints(self) -> Mapping[str, str]:
355
+ return pulumi.get(self, "endpoints")
356
+
357
+ @property
358
+ @pulumi.getter(name="internalId")
359
+ def internal_id(self) -> str:
360
+ """
361
+ The internal identifier (deprecated, do not use this property).
362
+ """
363
+ return pulumi.get(self, "internal_id")
364
+
365
+ @property
366
+ @pulumi.getter(name="isMigrated")
367
+ def is_migrated(self) -> bool:
368
+ """
369
+ If the resource is migrated from an existing key.
370
+ """
371
+ return pulumi.get(self, "is_migrated")
372
+
373
+ @property
374
+ @pulumi.getter(name="privateEndpointConnections")
375
+ def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionResponse']:
376
+ """
377
+ The private endpoint connection associated with the Cognitive Services account.
378
+ """
379
+ return pulumi.get(self, "private_endpoint_connections")
380
+
381
+ @property
382
+ @pulumi.getter(name="provisioningState")
383
+ def provisioning_state(self) -> str:
384
+ """
385
+ Gets the status of the cognitive services account at the time the operation was called.
386
+ """
387
+ return pulumi.get(self, "provisioning_state")
388
+
389
+ @property
390
+ @pulumi.getter(name="quotaLimit")
391
+ def quota_limit(self) -> 'outputs.QuotaLimitResponse':
392
+ return pulumi.get(self, "quota_limit")
393
+
394
+ @property
395
+ @pulumi.getter(name="scheduledPurgeDate")
396
+ def scheduled_purge_date(self) -> str:
397
+ """
398
+ The scheduled purge date, only available for deleted account.
399
+ """
400
+ return pulumi.get(self, "scheduled_purge_date")
401
+
402
+ @property
403
+ @pulumi.getter(name="skuChangeInfo")
404
+ def sku_change_info(self) -> 'outputs.SkuChangeInfoResponse':
405
+ """
406
+ Sku change info of account.
407
+ """
408
+ return pulumi.get(self, "sku_change_info")
409
+
410
+ @property
411
+ @pulumi.getter(name="allowedFqdnList")
412
+ def allowed_fqdn_list(self) -> Optional[Sequence[str]]:
413
+ return pulumi.get(self, "allowed_fqdn_list")
414
+
415
+ @property
416
+ @pulumi.getter(name="amlWorkspace")
417
+ def aml_workspace(self) -> Optional['outputs.UserOwnedAmlWorkspaceResponse']:
418
+ """
419
+ The user owned AML workspace properties.
420
+ """
421
+ return pulumi.get(self, "aml_workspace")
422
+
423
+ @property
424
+ @pulumi.getter(name="apiProperties")
425
+ def api_properties(self) -> Optional['outputs.ApiPropertiesResponse']:
426
+ """
427
+ The api properties for special APIs.
428
+ """
429
+ return pulumi.get(self, "api_properties")
430
+
431
+ @property
432
+ @pulumi.getter(name="customSubDomainName")
433
+ def custom_sub_domain_name(self) -> Optional[str]:
434
+ """
435
+ Optional subdomain name used for token-based authentication.
436
+ """
437
+ return pulumi.get(self, "custom_sub_domain_name")
438
+
439
+ @property
440
+ @pulumi.getter(name="disableLocalAuth")
441
+ def disable_local_auth(self) -> Optional[bool]:
442
+ return pulumi.get(self, "disable_local_auth")
443
+
444
+ @property
445
+ @pulumi.getter(name="dynamicThrottlingEnabled")
446
+ def dynamic_throttling_enabled(self) -> Optional[bool]:
447
+ """
448
+ The flag to enable dynamic throttling.
449
+ """
450
+ return pulumi.get(self, "dynamic_throttling_enabled")
451
+
452
+ @property
453
+ @pulumi.getter
454
+ def encryption(self) -> Optional['outputs.EncryptionResponse']:
455
+ """
456
+ The encryption properties for this resource.
457
+ """
458
+ return pulumi.get(self, "encryption")
459
+
460
+ @property
461
+ @pulumi.getter
462
+ def locations(self) -> Optional['outputs.MultiRegionSettingsResponse']:
463
+ """
464
+ The multiregion settings of Cognitive Services account.
465
+ """
466
+ return pulumi.get(self, "locations")
467
+
468
+ @property
469
+ @pulumi.getter(name="migrationToken")
470
+ def migration_token(self) -> Optional[str]:
471
+ """
472
+ Resource migration token.
473
+ """
474
+ return pulumi.get(self, "migration_token")
475
+
476
+ @property
477
+ @pulumi.getter(name="networkAcls")
478
+ def network_acls(self) -> Optional['outputs.NetworkRuleSetResponse']:
479
+ """
480
+ A collection of rules governing the accessibility from specific network locations.
481
+ """
482
+ return pulumi.get(self, "network_acls")
483
+
484
+ @property
485
+ @pulumi.getter(name="publicNetworkAccess")
486
+ def public_network_access(self) -> Optional[str]:
487
+ """
488
+ Whether or not public endpoint access is allowed for this account.
489
+ """
490
+ return pulumi.get(self, "public_network_access")
491
+
492
+ @property
493
+ @pulumi.getter(name="raiMonitorConfig")
494
+ def rai_monitor_config(self) -> Optional['outputs.RaiMonitorConfigResponse']:
495
+ """
496
+ Cognitive Services Rai Monitor Config.
497
+ """
498
+ return pulumi.get(self, "rai_monitor_config")
499
+
500
+ @property
501
+ @pulumi.getter(name="restrictOutboundNetworkAccess")
502
+ def restrict_outbound_network_access(self) -> Optional[bool]:
503
+ return pulumi.get(self, "restrict_outbound_network_access")
504
+
505
+ @property
506
+ @pulumi.getter(name="userOwnedStorage")
507
+ def user_owned_storage(self) -> Optional[Sequence['outputs.UserOwnedStorageResponse']]:
508
+ """
509
+ The storage accounts for this resource.
510
+ """
511
+ return pulumi.get(self, "user_owned_storage")
512
+
513
+
514
+ @pulumi.output_type
515
+ class ApiPropertiesResponse(dict):
516
+ """
517
+ The api properties for special APIs.
518
+ """
519
+ @staticmethod
520
+ def __key_warning(key: str):
521
+ suggest = None
522
+ if key == "aadClientId":
523
+ suggest = "aad_client_id"
524
+ elif key == "aadTenantId":
525
+ suggest = "aad_tenant_id"
526
+ elif key == "eventHubConnectionString":
527
+ suggest = "event_hub_connection_string"
528
+ elif key == "qnaAzureSearchEndpointId":
529
+ suggest = "qna_azure_search_endpoint_id"
530
+ elif key == "qnaAzureSearchEndpointKey":
531
+ suggest = "qna_azure_search_endpoint_key"
532
+ elif key == "qnaRuntimeEndpoint":
533
+ suggest = "qna_runtime_endpoint"
534
+ elif key == "statisticsEnabled":
535
+ suggest = "statistics_enabled"
536
+ elif key == "storageAccountConnectionString":
537
+ suggest = "storage_account_connection_string"
538
+ elif key == "superUser":
539
+ suggest = "super_user"
540
+ elif key == "websiteName":
541
+ suggest = "website_name"
542
+
543
+ if suggest:
544
+ pulumi.log.warn(f"Key '{key}' not found in ApiPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
545
+
546
+ def __getitem__(self, key: str) -> Any:
547
+ ApiPropertiesResponse.__key_warning(key)
548
+ return super().__getitem__(key)
549
+
550
+ def get(self, key: str, default = None) -> Any:
551
+ ApiPropertiesResponse.__key_warning(key)
552
+ return super().get(key, default)
553
+
554
+ def __init__(__self__, *,
555
+ aad_client_id: Optional[str] = None,
556
+ aad_tenant_id: Optional[str] = None,
557
+ event_hub_connection_string: Optional[str] = None,
558
+ qna_azure_search_endpoint_id: Optional[str] = None,
559
+ qna_azure_search_endpoint_key: Optional[str] = None,
560
+ qna_runtime_endpoint: Optional[str] = None,
561
+ statistics_enabled: Optional[bool] = None,
562
+ storage_account_connection_string: Optional[str] = None,
563
+ super_user: Optional[str] = None,
564
+ website_name: Optional[str] = None):
565
+ """
566
+ The api properties for special APIs.
567
+ :param str aad_client_id: (Metrics Advisor Only) The Azure AD Client Id (Application Id).
568
+ :param str aad_tenant_id: (Metrics Advisor Only) The Azure AD Tenant Id.
569
+ :param str event_hub_connection_string: (Personalization Only) The flag to enable statistics of Bing Search.
570
+ :param str qna_azure_search_endpoint_id: (QnAMaker Only) The Azure Search endpoint id of QnAMaker.
571
+ :param str qna_azure_search_endpoint_key: (QnAMaker Only) The Azure Search endpoint key of QnAMaker.
572
+ :param str qna_runtime_endpoint: (QnAMaker Only) The runtime endpoint of QnAMaker.
573
+ :param bool statistics_enabled: (Bing Search Only) The flag to enable statistics of Bing Search.
574
+ :param str storage_account_connection_string: (Personalization Only) The storage account connection string.
575
+ :param str super_user: (Metrics Advisor Only) The super user of Metrics Advisor.
576
+ :param str website_name: (Metrics Advisor Only) The website name of Metrics Advisor.
577
+ """
578
+ if aad_client_id is not None:
579
+ pulumi.set(__self__, "aad_client_id", aad_client_id)
580
+ if aad_tenant_id is not None:
581
+ pulumi.set(__self__, "aad_tenant_id", aad_tenant_id)
582
+ if event_hub_connection_string is not None:
583
+ pulumi.set(__self__, "event_hub_connection_string", event_hub_connection_string)
584
+ if qna_azure_search_endpoint_id is not None:
585
+ pulumi.set(__self__, "qna_azure_search_endpoint_id", qna_azure_search_endpoint_id)
586
+ if qna_azure_search_endpoint_key is not None:
587
+ pulumi.set(__self__, "qna_azure_search_endpoint_key", qna_azure_search_endpoint_key)
588
+ if qna_runtime_endpoint is not None:
589
+ pulumi.set(__self__, "qna_runtime_endpoint", qna_runtime_endpoint)
590
+ if statistics_enabled is not None:
591
+ pulumi.set(__self__, "statistics_enabled", statistics_enabled)
592
+ if storage_account_connection_string is not None:
593
+ pulumi.set(__self__, "storage_account_connection_string", storage_account_connection_string)
594
+ if super_user is not None:
595
+ pulumi.set(__self__, "super_user", super_user)
596
+ if website_name is not None:
597
+ pulumi.set(__self__, "website_name", website_name)
598
+
599
+ @property
600
+ @pulumi.getter(name="aadClientId")
601
+ def aad_client_id(self) -> Optional[str]:
602
+ """
603
+ (Metrics Advisor Only) The Azure AD Client Id (Application Id).
604
+ """
605
+ return pulumi.get(self, "aad_client_id")
606
+
607
+ @property
608
+ @pulumi.getter(name="aadTenantId")
609
+ def aad_tenant_id(self) -> Optional[str]:
610
+ """
611
+ (Metrics Advisor Only) The Azure AD Tenant Id.
612
+ """
613
+ return pulumi.get(self, "aad_tenant_id")
614
+
615
+ @property
616
+ @pulumi.getter(name="eventHubConnectionString")
617
+ def event_hub_connection_string(self) -> Optional[str]:
618
+ """
619
+ (Personalization Only) The flag to enable statistics of Bing Search.
620
+ """
621
+ return pulumi.get(self, "event_hub_connection_string")
622
+
623
+ @property
624
+ @pulumi.getter(name="qnaAzureSearchEndpointId")
625
+ def qna_azure_search_endpoint_id(self) -> Optional[str]:
626
+ """
627
+ (QnAMaker Only) The Azure Search endpoint id of QnAMaker.
628
+ """
629
+ return pulumi.get(self, "qna_azure_search_endpoint_id")
630
+
631
+ @property
632
+ @pulumi.getter(name="qnaAzureSearchEndpointKey")
633
+ def qna_azure_search_endpoint_key(self) -> Optional[str]:
634
+ """
635
+ (QnAMaker Only) The Azure Search endpoint key of QnAMaker.
636
+ """
637
+ return pulumi.get(self, "qna_azure_search_endpoint_key")
638
+
639
+ @property
640
+ @pulumi.getter(name="qnaRuntimeEndpoint")
641
+ def qna_runtime_endpoint(self) -> Optional[str]:
642
+ """
643
+ (QnAMaker Only) The runtime endpoint of QnAMaker.
644
+ """
645
+ return pulumi.get(self, "qna_runtime_endpoint")
646
+
647
+ @property
648
+ @pulumi.getter(name="statisticsEnabled")
649
+ def statistics_enabled(self) -> Optional[bool]:
650
+ """
651
+ (Bing Search Only) The flag to enable statistics of Bing Search.
652
+ """
653
+ return pulumi.get(self, "statistics_enabled")
654
+
655
+ @property
656
+ @pulumi.getter(name="storageAccountConnectionString")
657
+ def storage_account_connection_string(self) -> Optional[str]:
658
+ """
659
+ (Personalization Only) The storage account connection string.
660
+ """
661
+ return pulumi.get(self, "storage_account_connection_string")
662
+
663
+ @property
664
+ @pulumi.getter(name="superUser")
665
+ def super_user(self) -> Optional[str]:
666
+ """
667
+ (Metrics Advisor Only) The super user of Metrics Advisor.
668
+ """
669
+ return pulumi.get(self, "super_user")
670
+
671
+ @property
672
+ @pulumi.getter(name="websiteName")
673
+ def website_name(self) -> Optional[str]:
674
+ """
675
+ (Metrics Advisor Only) The website name of Metrics Advisor.
676
+ """
677
+ return pulumi.get(self, "website_name")
678
+
679
+
680
+ @pulumi.output_type
681
+ class CallRateLimitResponse(dict):
682
+ """
683
+ The call rate limit Cognitive Services account.
684
+ """
685
+ @staticmethod
686
+ def __key_warning(key: str):
687
+ suggest = None
688
+ if key == "renewalPeriod":
689
+ suggest = "renewal_period"
690
+
691
+ if suggest:
692
+ pulumi.log.warn(f"Key '{key}' not found in CallRateLimitResponse. Access the value via the '{suggest}' property getter instead.")
693
+
694
+ def __getitem__(self, key: str) -> Any:
695
+ CallRateLimitResponse.__key_warning(key)
696
+ return super().__getitem__(key)
697
+
698
+ def get(self, key: str, default = None) -> Any:
699
+ CallRateLimitResponse.__key_warning(key)
700
+ return super().get(key, default)
701
+
702
+ def __init__(__self__, *,
703
+ count: Optional[float] = None,
704
+ renewal_period: Optional[float] = None,
705
+ rules: Optional[Sequence['outputs.ThrottlingRuleResponse']] = None):
706
+ """
707
+ The call rate limit Cognitive Services account.
708
+ :param float count: The count value of Call Rate Limit.
709
+ :param float renewal_period: The renewal period in seconds of Call Rate Limit.
710
+ """
711
+ if count is not None:
712
+ pulumi.set(__self__, "count", count)
713
+ if renewal_period is not None:
714
+ pulumi.set(__self__, "renewal_period", renewal_period)
715
+ if rules is not None:
716
+ pulumi.set(__self__, "rules", rules)
717
+
718
+ @property
719
+ @pulumi.getter
720
+ def count(self) -> Optional[float]:
721
+ """
722
+ The count value of Call Rate Limit.
723
+ """
724
+ return pulumi.get(self, "count")
725
+
726
+ @property
727
+ @pulumi.getter(name="renewalPeriod")
728
+ def renewal_period(self) -> Optional[float]:
729
+ """
730
+ The renewal period in seconds of Call Rate Limit.
731
+ """
732
+ return pulumi.get(self, "renewal_period")
733
+
734
+ @property
735
+ @pulumi.getter
736
+ def rules(self) -> Optional[Sequence['outputs.ThrottlingRuleResponse']]:
737
+ return pulumi.get(self, "rules")
738
+
739
+
740
+ @pulumi.output_type
741
+ class CommitmentPeriodResponse(dict):
742
+ """
743
+ Cognitive Services account commitment period.
744
+ """
745
+ @staticmethod
746
+ def __key_warning(key: str):
747
+ suggest = None
748
+ if key == "endDate":
749
+ suggest = "end_date"
750
+ elif key == "startDate":
751
+ suggest = "start_date"
752
+
753
+ if suggest:
754
+ pulumi.log.warn(f"Key '{key}' not found in CommitmentPeriodResponse. Access the value via the '{suggest}' property getter instead.")
755
+
756
+ def __getitem__(self, key: str) -> Any:
757
+ CommitmentPeriodResponse.__key_warning(key)
758
+ return super().__getitem__(key)
759
+
760
+ def get(self, key: str, default = None) -> Any:
761
+ CommitmentPeriodResponse.__key_warning(key)
762
+ return super().get(key, default)
763
+
764
+ def __init__(__self__, *,
765
+ end_date: str,
766
+ quota: 'outputs.CommitmentQuotaResponse',
767
+ start_date: str,
768
+ count: Optional[int] = None,
769
+ tier: Optional[str] = None):
770
+ """
771
+ Cognitive Services account commitment period.
772
+ :param str end_date: Commitment period end date.
773
+ :param 'CommitmentQuotaResponse' quota: Cognitive Services account commitment quota.
774
+ :param str start_date: Commitment period start date.
775
+ :param int count: Commitment period commitment count.
776
+ :param str tier: Commitment period commitment tier.
777
+ """
778
+ pulumi.set(__self__, "end_date", end_date)
779
+ pulumi.set(__self__, "quota", quota)
780
+ pulumi.set(__self__, "start_date", start_date)
781
+ if count is not None:
782
+ pulumi.set(__self__, "count", count)
783
+ if tier is not None:
784
+ pulumi.set(__self__, "tier", tier)
785
+
786
+ @property
787
+ @pulumi.getter(name="endDate")
788
+ def end_date(self) -> str:
789
+ """
790
+ Commitment period end date.
791
+ """
792
+ return pulumi.get(self, "end_date")
793
+
794
+ @property
795
+ @pulumi.getter
796
+ def quota(self) -> 'outputs.CommitmentQuotaResponse':
797
+ """
798
+ Cognitive Services account commitment quota.
799
+ """
800
+ return pulumi.get(self, "quota")
801
+
802
+ @property
803
+ @pulumi.getter(name="startDate")
804
+ def start_date(self) -> str:
805
+ """
806
+ Commitment period start date.
807
+ """
808
+ return pulumi.get(self, "start_date")
809
+
810
+ @property
811
+ @pulumi.getter
812
+ def count(self) -> Optional[int]:
813
+ """
814
+ Commitment period commitment count.
815
+ """
816
+ return pulumi.get(self, "count")
817
+
818
+ @property
819
+ @pulumi.getter
820
+ def tier(self) -> Optional[str]:
821
+ """
822
+ Commitment period commitment tier.
823
+ """
824
+ return pulumi.get(self, "tier")
825
+
826
+
827
+ @pulumi.output_type
828
+ class CommitmentPlanAssociationResponse(dict):
829
+ """
830
+ The commitment plan association.
831
+ """
832
+ @staticmethod
833
+ def __key_warning(key: str):
834
+ suggest = None
835
+ if key == "commitmentPlanId":
836
+ suggest = "commitment_plan_id"
837
+ elif key == "commitmentPlanLocation":
838
+ suggest = "commitment_plan_location"
839
+
840
+ if suggest:
841
+ pulumi.log.warn(f"Key '{key}' not found in CommitmentPlanAssociationResponse. Access the value via the '{suggest}' property getter instead.")
842
+
843
+ def __getitem__(self, key: str) -> Any:
844
+ CommitmentPlanAssociationResponse.__key_warning(key)
845
+ return super().__getitem__(key)
846
+
847
+ def get(self, key: str, default = None) -> Any:
848
+ CommitmentPlanAssociationResponse.__key_warning(key)
849
+ return super().get(key, default)
850
+
851
+ def __init__(__self__, *,
852
+ commitment_plan_id: Optional[str] = None,
853
+ commitment_plan_location: Optional[str] = None):
854
+ """
855
+ The commitment plan association.
856
+ :param str commitment_plan_id: The Azure resource id of the commitment plan.
857
+ :param str commitment_plan_location: The location of of the commitment plan.
858
+ """
859
+ if commitment_plan_id is not None:
860
+ pulumi.set(__self__, "commitment_plan_id", commitment_plan_id)
861
+ if commitment_plan_location is not None:
862
+ pulumi.set(__self__, "commitment_plan_location", commitment_plan_location)
863
+
864
+ @property
865
+ @pulumi.getter(name="commitmentPlanId")
866
+ def commitment_plan_id(self) -> Optional[str]:
867
+ """
868
+ The Azure resource id of the commitment plan.
869
+ """
870
+ return pulumi.get(self, "commitment_plan_id")
871
+
872
+ @property
873
+ @pulumi.getter(name="commitmentPlanLocation")
874
+ def commitment_plan_location(self) -> Optional[str]:
875
+ """
876
+ The location of of the commitment plan.
877
+ """
878
+ return pulumi.get(self, "commitment_plan_location")
879
+
880
+
881
+ @pulumi.output_type
882
+ class CommitmentPlanPropertiesResponse(dict):
883
+ """
884
+ Properties of Cognitive Services account commitment plan.
885
+ """
886
+ @staticmethod
887
+ def __key_warning(key: str):
888
+ suggest = None
889
+ if key == "provisioningIssues":
890
+ suggest = "provisioning_issues"
891
+ elif key == "provisioningState":
892
+ suggest = "provisioning_state"
893
+ elif key == "autoRenew":
894
+ suggest = "auto_renew"
895
+ elif key == "commitmentPlanGuid":
896
+ suggest = "commitment_plan_guid"
897
+ elif key == "hostingModel":
898
+ suggest = "hosting_model"
899
+ elif key == "planType":
900
+ suggest = "plan_type"
901
+
902
+ if suggest:
903
+ pulumi.log.warn(f"Key '{key}' not found in CommitmentPlanPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
904
+
905
+ def __getitem__(self, key: str) -> Any:
906
+ CommitmentPlanPropertiesResponse.__key_warning(key)
907
+ return super().__getitem__(key)
908
+
909
+ def get(self, key: str, default = None) -> Any:
910
+ CommitmentPlanPropertiesResponse.__key_warning(key)
911
+ return super().get(key, default)
912
+
913
+ def __init__(__self__, *,
914
+ last: 'outputs.CommitmentPeriodResponse',
915
+ provisioning_issues: Sequence[str],
916
+ provisioning_state: str,
917
+ auto_renew: Optional[bool] = None,
918
+ commitment_plan_guid: Optional[str] = None,
919
+ current: Optional['outputs.CommitmentPeriodResponse'] = None,
920
+ hosting_model: Optional[str] = None,
921
+ next: Optional['outputs.CommitmentPeriodResponse'] = None,
922
+ plan_type: Optional[str] = None):
923
+ """
924
+ Properties of Cognitive Services account commitment plan.
925
+ :param 'CommitmentPeriodResponse' last: Cognitive Services account commitment period.
926
+ :param Sequence[str] provisioning_issues: The list of ProvisioningIssue.
927
+ :param str provisioning_state: Gets the status of the resource at the time the operation was called.
928
+ :param bool auto_renew: AutoRenew commitment plan.
929
+ :param str commitment_plan_guid: Commitment plan guid.
930
+ :param 'CommitmentPeriodResponse' current: Cognitive Services account commitment period.
931
+ :param str hosting_model: Account hosting model.
932
+ :param 'CommitmentPeriodResponse' next: Cognitive Services account commitment period.
933
+ :param str plan_type: Commitment plan type.
934
+ """
935
+ pulumi.set(__self__, "last", last)
936
+ pulumi.set(__self__, "provisioning_issues", provisioning_issues)
937
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
938
+ if auto_renew is not None:
939
+ pulumi.set(__self__, "auto_renew", auto_renew)
940
+ if commitment_plan_guid is not None:
941
+ pulumi.set(__self__, "commitment_plan_guid", commitment_plan_guid)
942
+ if current is not None:
943
+ pulumi.set(__self__, "current", current)
944
+ if hosting_model is not None:
945
+ pulumi.set(__self__, "hosting_model", hosting_model)
946
+ if next is not None:
947
+ pulumi.set(__self__, "next", next)
948
+ if plan_type is not None:
949
+ pulumi.set(__self__, "plan_type", plan_type)
950
+
951
+ @property
952
+ @pulumi.getter
953
+ def last(self) -> 'outputs.CommitmentPeriodResponse':
954
+ """
955
+ Cognitive Services account commitment period.
956
+ """
957
+ return pulumi.get(self, "last")
958
+
959
+ @property
960
+ @pulumi.getter(name="provisioningIssues")
961
+ def provisioning_issues(self) -> Sequence[str]:
962
+ """
963
+ The list of ProvisioningIssue.
964
+ """
965
+ return pulumi.get(self, "provisioning_issues")
966
+
967
+ @property
968
+ @pulumi.getter(name="provisioningState")
969
+ def provisioning_state(self) -> str:
970
+ """
971
+ Gets the status of the resource at the time the operation was called.
972
+ """
973
+ return pulumi.get(self, "provisioning_state")
974
+
975
+ @property
976
+ @pulumi.getter(name="autoRenew")
977
+ def auto_renew(self) -> Optional[bool]:
978
+ """
979
+ AutoRenew commitment plan.
980
+ """
981
+ return pulumi.get(self, "auto_renew")
982
+
983
+ @property
984
+ @pulumi.getter(name="commitmentPlanGuid")
985
+ def commitment_plan_guid(self) -> Optional[str]:
986
+ """
987
+ Commitment plan guid.
988
+ """
989
+ return pulumi.get(self, "commitment_plan_guid")
990
+
991
+ @property
992
+ @pulumi.getter
993
+ def current(self) -> Optional['outputs.CommitmentPeriodResponse']:
994
+ """
995
+ Cognitive Services account commitment period.
996
+ """
997
+ return pulumi.get(self, "current")
998
+
999
+ @property
1000
+ @pulumi.getter(name="hostingModel")
1001
+ def hosting_model(self) -> Optional[str]:
1002
+ """
1003
+ Account hosting model.
1004
+ """
1005
+ return pulumi.get(self, "hosting_model")
1006
+
1007
+ @property
1008
+ @pulumi.getter
1009
+ def next(self) -> Optional['outputs.CommitmentPeriodResponse']:
1010
+ """
1011
+ Cognitive Services account commitment period.
1012
+ """
1013
+ return pulumi.get(self, "next")
1014
+
1015
+ @property
1016
+ @pulumi.getter(name="planType")
1017
+ def plan_type(self) -> Optional[str]:
1018
+ """
1019
+ Commitment plan type.
1020
+ """
1021
+ return pulumi.get(self, "plan_type")
1022
+
1023
+
1024
+ @pulumi.output_type
1025
+ class CommitmentQuotaResponse(dict):
1026
+ """
1027
+ Cognitive Services account commitment quota.
1028
+ """
1029
+ def __init__(__self__, *,
1030
+ quantity: Optional[float] = None,
1031
+ unit: Optional[str] = None):
1032
+ """
1033
+ Cognitive Services account commitment quota.
1034
+ :param float quantity: Commitment quota quantity.
1035
+ :param str unit: Commitment quota unit.
1036
+ """
1037
+ if quantity is not None:
1038
+ pulumi.set(__self__, "quantity", quantity)
1039
+ if unit is not None:
1040
+ pulumi.set(__self__, "unit", unit)
1041
+
1042
+ @property
1043
+ @pulumi.getter
1044
+ def quantity(self) -> Optional[float]:
1045
+ """
1046
+ Commitment quota quantity.
1047
+ """
1048
+ return pulumi.get(self, "quantity")
1049
+
1050
+ @property
1051
+ @pulumi.getter
1052
+ def unit(self) -> Optional[str]:
1053
+ """
1054
+ Commitment quota unit.
1055
+ """
1056
+ return pulumi.get(self, "unit")
1057
+
1058
+
1059
+ @pulumi.output_type
1060
+ class CustomBlocklistConfigResponse(dict):
1061
+ """
1062
+ Gets or sets the source to which filter applies.
1063
+ """
1064
+ @staticmethod
1065
+ def __key_warning(key: str):
1066
+ suggest = None
1067
+ if key == "blocklistName":
1068
+ suggest = "blocklist_name"
1069
+
1070
+ if suggest:
1071
+ pulumi.log.warn(f"Key '{key}' not found in CustomBlocklistConfigResponse. Access the value via the '{suggest}' property getter instead.")
1072
+
1073
+ def __getitem__(self, key: str) -> Any:
1074
+ CustomBlocklistConfigResponse.__key_warning(key)
1075
+ return super().__getitem__(key)
1076
+
1077
+ def get(self, key: str, default = None) -> Any:
1078
+ CustomBlocklistConfigResponse.__key_warning(key)
1079
+ return super().get(key, default)
1080
+
1081
+ def __init__(__self__, *,
1082
+ blocking: Optional[bool] = None,
1083
+ blocklist_name: Optional[str] = None,
1084
+ source: Optional[str] = None):
1085
+ """
1086
+ Gets or sets the source to which filter applies.
1087
+ :param bool blocking: If blocking would occur.
1088
+ :param str blocklist_name: Name of ContentFilter.
1089
+ :param str source: Content source to apply the Content Filters.
1090
+ """
1091
+ if blocking is not None:
1092
+ pulumi.set(__self__, "blocking", blocking)
1093
+ if blocklist_name is not None:
1094
+ pulumi.set(__self__, "blocklist_name", blocklist_name)
1095
+ if source is not None:
1096
+ pulumi.set(__self__, "source", source)
1097
+
1098
+ @property
1099
+ @pulumi.getter
1100
+ def blocking(self) -> Optional[bool]:
1101
+ """
1102
+ If blocking would occur.
1103
+ """
1104
+ return pulumi.get(self, "blocking")
1105
+
1106
+ @property
1107
+ @pulumi.getter(name="blocklistName")
1108
+ def blocklist_name(self) -> Optional[str]:
1109
+ """
1110
+ Name of ContentFilter.
1111
+ """
1112
+ return pulumi.get(self, "blocklist_name")
1113
+
1114
+ @property
1115
+ @pulumi.getter
1116
+ def source(self) -> Optional[str]:
1117
+ """
1118
+ Content source to apply the Content Filters.
1119
+ """
1120
+ return pulumi.get(self, "source")
1121
+
1122
+
1123
+ @pulumi.output_type
1124
+ class DeploymentCapacitySettingsResponse(dict):
1125
+ """
1126
+ Internal use only.
1127
+ """
1128
+ @staticmethod
1129
+ def __key_warning(key: str):
1130
+ suggest = None
1131
+ if key == "designatedCapacity":
1132
+ suggest = "designated_capacity"
1133
+
1134
+ if suggest:
1135
+ pulumi.log.warn(f"Key '{key}' not found in DeploymentCapacitySettingsResponse. Access the value via the '{suggest}' property getter instead.")
1136
+
1137
+ def __getitem__(self, key: str) -> Any:
1138
+ DeploymentCapacitySettingsResponse.__key_warning(key)
1139
+ return super().__getitem__(key)
1140
+
1141
+ def get(self, key: str, default = None) -> Any:
1142
+ DeploymentCapacitySettingsResponse.__key_warning(key)
1143
+ return super().get(key, default)
1144
+
1145
+ def __init__(__self__, *,
1146
+ designated_capacity: Optional[int] = None,
1147
+ priority: Optional[int] = None):
1148
+ """
1149
+ Internal use only.
1150
+ :param int designated_capacity: The designated capacity.
1151
+ :param int priority: The priority of this capacity setting.
1152
+ """
1153
+ if designated_capacity is not None:
1154
+ pulumi.set(__self__, "designated_capacity", designated_capacity)
1155
+ if priority is not None:
1156
+ pulumi.set(__self__, "priority", priority)
1157
+
1158
+ @property
1159
+ @pulumi.getter(name="designatedCapacity")
1160
+ def designated_capacity(self) -> Optional[int]:
1161
+ """
1162
+ The designated capacity.
1163
+ """
1164
+ return pulumi.get(self, "designated_capacity")
1165
+
1166
+ @property
1167
+ @pulumi.getter
1168
+ def priority(self) -> Optional[int]:
1169
+ """
1170
+ The priority of this capacity setting.
1171
+ """
1172
+ return pulumi.get(self, "priority")
1173
+
1174
+
1175
+ @pulumi.output_type
1176
+ class DeploymentModelResponse(dict):
1177
+ """
1178
+ Properties of Cognitive Services account deployment model.
1179
+ """
1180
+ @staticmethod
1181
+ def __key_warning(key: str):
1182
+ suggest = None
1183
+ if key == "callRateLimit":
1184
+ suggest = "call_rate_limit"
1185
+
1186
+ if suggest:
1187
+ pulumi.log.warn(f"Key '{key}' not found in DeploymentModelResponse. Access the value via the '{suggest}' property getter instead.")
1188
+
1189
+ def __getitem__(self, key: str) -> Any:
1190
+ DeploymentModelResponse.__key_warning(key)
1191
+ return super().__getitem__(key)
1192
+
1193
+ def get(self, key: str, default = None) -> Any:
1194
+ DeploymentModelResponse.__key_warning(key)
1195
+ return super().get(key, default)
1196
+
1197
+ def __init__(__self__, *,
1198
+ call_rate_limit: 'outputs.CallRateLimitResponse',
1199
+ format: Optional[str] = None,
1200
+ name: Optional[str] = None,
1201
+ source: Optional[str] = None,
1202
+ version: Optional[str] = None):
1203
+ """
1204
+ Properties of Cognitive Services account deployment model.
1205
+ :param 'CallRateLimitResponse' call_rate_limit: The call rate limit Cognitive Services account.
1206
+ :param str format: Deployment model format.
1207
+ :param str name: Deployment model name.
1208
+ :param str source: Optional. Deployment model source ARM resource ID.
1209
+ :param str version: Optional. Deployment model version. If version is not specified, a default version will be assigned. The default version is different for different models and might change when there is new version available for a model. Default version for a model could be found from list models API.
1210
+ """
1211
+ pulumi.set(__self__, "call_rate_limit", call_rate_limit)
1212
+ if format is not None:
1213
+ pulumi.set(__self__, "format", format)
1214
+ if name is not None:
1215
+ pulumi.set(__self__, "name", name)
1216
+ if source is not None:
1217
+ pulumi.set(__self__, "source", source)
1218
+ if version is not None:
1219
+ pulumi.set(__self__, "version", version)
1220
+
1221
+ @property
1222
+ @pulumi.getter(name="callRateLimit")
1223
+ def call_rate_limit(self) -> 'outputs.CallRateLimitResponse':
1224
+ """
1225
+ The call rate limit Cognitive Services account.
1226
+ """
1227
+ return pulumi.get(self, "call_rate_limit")
1228
+
1229
+ @property
1230
+ @pulumi.getter
1231
+ def format(self) -> Optional[str]:
1232
+ """
1233
+ Deployment model format.
1234
+ """
1235
+ return pulumi.get(self, "format")
1236
+
1237
+ @property
1238
+ @pulumi.getter
1239
+ def name(self) -> Optional[str]:
1240
+ """
1241
+ Deployment model name.
1242
+ """
1243
+ return pulumi.get(self, "name")
1244
+
1245
+ @property
1246
+ @pulumi.getter
1247
+ def source(self) -> Optional[str]:
1248
+ """
1249
+ Optional. Deployment model source ARM resource ID.
1250
+ """
1251
+ return pulumi.get(self, "source")
1252
+
1253
+ @property
1254
+ @pulumi.getter
1255
+ def version(self) -> Optional[str]:
1256
+ """
1257
+ Optional. Deployment model version. If version is not specified, a default version will be assigned. The default version is different for different models and might change when there is new version available for a model. Default version for a model could be found from list models API.
1258
+ """
1259
+ return pulumi.get(self, "version")
1260
+
1261
+
1262
+ @pulumi.output_type
1263
+ class DeploymentPropertiesResponse(dict):
1264
+ """
1265
+ Properties of Cognitive Services account deployment.
1266
+ """
1267
+ @staticmethod
1268
+ def __key_warning(key: str):
1269
+ suggest = None
1270
+ if key == "callRateLimit":
1271
+ suggest = "call_rate_limit"
1272
+ elif key == "dynamicThrottlingEnabled":
1273
+ suggest = "dynamic_throttling_enabled"
1274
+ elif key == "provisioningState":
1275
+ suggest = "provisioning_state"
1276
+ elif key == "rateLimits":
1277
+ suggest = "rate_limits"
1278
+ elif key == "capacitySettings":
1279
+ suggest = "capacity_settings"
1280
+ elif key == "currentCapacity":
1281
+ suggest = "current_capacity"
1282
+ elif key == "raiPolicyName":
1283
+ suggest = "rai_policy_name"
1284
+ elif key == "scaleSettings":
1285
+ suggest = "scale_settings"
1286
+ elif key == "versionUpgradeOption":
1287
+ suggest = "version_upgrade_option"
1288
+
1289
+ if suggest:
1290
+ pulumi.log.warn(f"Key '{key}' not found in DeploymentPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1291
+
1292
+ def __getitem__(self, key: str) -> Any:
1293
+ DeploymentPropertiesResponse.__key_warning(key)
1294
+ return super().__getitem__(key)
1295
+
1296
+ def get(self, key: str, default = None) -> Any:
1297
+ DeploymentPropertiesResponse.__key_warning(key)
1298
+ return super().get(key, default)
1299
+
1300
+ def __init__(__self__, *,
1301
+ call_rate_limit: 'outputs.CallRateLimitResponse',
1302
+ capabilities: Mapping[str, str],
1303
+ dynamic_throttling_enabled: bool,
1304
+ provisioning_state: str,
1305
+ rate_limits: Sequence['outputs.ThrottlingRuleResponse'],
1306
+ capacity_settings: Optional['outputs.DeploymentCapacitySettingsResponse'] = None,
1307
+ current_capacity: Optional[int] = None,
1308
+ model: Optional['outputs.DeploymentModelResponse'] = None,
1309
+ rai_policy_name: Optional[str] = None,
1310
+ scale_settings: Optional['outputs.DeploymentScaleSettingsResponse'] = None,
1311
+ version_upgrade_option: Optional[str] = None):
1312
+ """
1313
+ Properties of Cognitive Services account deployment.
1314
+ :param 'CallRateLimitResponse' call_rate_limit: The call rate limit Cognitive Services account.
1315
+ :param Mapping[str, str] capabilities: The capabilities.
1316
+ :param bool dynamic_throttling_enabled: If the dynamic throttling is enabled.
1317
+ :param str provisioning_state: Gets the status of the resource at the time the operation was called.
1318
+ :param 'DeploymentCapacitySettingsResponse' capacity_settings: Internal use only.
1319
+ :param int current_capacity: The current capacity.
1320
+ :param 'DeploymentModelResponse' model: Properties of Cognitive Services account deployment model.
1321
+ :param str rai_policy_name: The name of RAI policy.
1322
+ :param 'DeploymentScaleSettingsResponse' scale_settings: Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.)
1323
+ :param str version_upgrade_option: Deployment model version upgrade option.
1324
+ """
1325
+ pulumi.set(__self__, "call_rate_limit", call_rate_limit)
1326
+ pulumi.set(__self__, "capabilities", capabilities)
1327
+ pulumi.set(__self__, "dynamic_throttling_enabled", dynamic_throttling_enabled)
1328
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
1329
+ pulumi.set(__self__, "rate_limits", rate_limits)
1330
+ if capacity_settings is not None:
1331
+ pulumi.set(__self__, "capacity_settings", capacity_settings)
1332
+ if current_capacity is not None:
1333
+ pulumi.set(__self__, "current_capacity", current_capacity)
1334
+ if model is not None:
1335
+ pulumi.set(__self__, "model", model)
1336
+ if rai_policy_name is not None:
1337
+ pulumi.set(__self__, "rai_policy_name", rai_policy_name)
1338
+ if scale_settings is not None:
1339
+ pulumi.set(__self__, "scale_settings", scale_settings)
1340
+ if version_upgrade_option is not None:
1341
+ pulumi.set(__self__, "version_upgrade_option", version_upgrade_option)
1342
+
1343
+ @property
1344
+ @pulumi.getter(name="callRateLimit")
1345
+ def call_rate_limit(self) -> 'outputs.CallRateLimitResponse':
1346
+ """
1347
+ The call rate limit Cognitive Services account.
1348
+ """
1349
+ return pulumi.get(self, "call_rate_limit")
1350
+
1351
+ @property
1352
+ @pulumi.getter
1353
+ def capabilities(self) -> Mapping[str, str]:
1354
+ """
1355
+ The capabilities.
1356
+ """
1357
+ return pulumi.get(self, "capabilities")
1358
+
1359
+ @property
1360
+ @pulumi.getter(name="dynamicThrottlingEnabled")
1361
+ def dynamic_throttling_enabled(self) -> bool:
1362
+ """
1363
+ If the dynamic throttling is enabled.
1364
+ """
1365
+ return pulumi.get(self, "dynamic_throttling_enabled")
1366
+
1367
+ @property
1368
+ @pulumi.getter(name="provisioningState")
1369
+ def provisioning_state(self) -> str:
1370
+ """
1371
+ Gets the status of the resource at the time the operation was called.
1372
+ """
1373
+ return pulumi.get(self, "provisioning_state")
1374
+
1375
+ @property
1376
+ @pulumi.getter(name="rateLimits")
1377
+ def rate_limits(self) -> Sequence['outputs.ThrottlingRuleResponse']:
1378
+ return pulumi.get(self, "rate_limits")
1379
+
1380
+ @property
1381
+ @pulumi.getter(name="capacitySettings")
1382
+ def capacity_settings(self) -> Optional['outputs.DeploymentCapacitySettingsResponse']:
1383
+ """
1384
+ Internal use only.
1385
+ """
1386
+ return pulumi.get(self, "capacity_settings")
1387
+
1388
+ @property
1389
+ @pulumi.getter(name="currentCapacity")
1390
+ def current_capacity(self) -> Optional[int]:
1391
+ """
1392
+ The current capacity.
1393
+ """
1394
+ return pulumi.get(self, "current_capacity")
1395
+
1396
+ @property
1397
+ @pulumi.getter
1398
+ def model(self) -> Optional['outputs.DeploymentModelResponse']:
1399
+ """
1400
+ Properties of Cognitive Services account deployment model.
1401
+ """
1402
+ return pulumi.get(self, "model")
1403
+
1404
+ @property
1405
+ @pulumi.getter(name="raiPolicyName")
1406
+ def rai_policy_name(self) -> Optional[str]:
1407
+ """
1408
+ The name of RAI policy.
1409
+ """
1410
+ return pulumi.get(self, "rai_policy_name")
1411
+
1412
+ @property
1413
+ @pulumi.getter(name="scaleSettings")
1414
+ def scale_settings(self) -> Optional['outputs.DeploymentScaleSettingsResponse']:
1415
+ """
1416
+ Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.)
1417
+ """
1418
+ return pulumi.get(self, "scale_settings")
1419
+
1420
+ @property
1421
+ @pulumi.getter(name="versionUpgradeOption")
1422
+ def version_upgrade_option(self) -> Optional[str]:
1423
+ """
1424
+ Deployment model version upgrade option.
1425
+ """
1426
+ return pulumi.get(self, "version_upgrade_option")
1427
+
1428
+
1429
+ @pulumi.output_type
1430
+ class DeploymentScaleSettingsResponse(dict):
1431
+ """
1432
+ Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.)
1433
+ """
1434
+ @staticmethod
1435
+ def __key_warning(key: str):
1436
+ suggest = None
1437
+ if key == "activeCapacity":
1438
+ suggest = "active_capacity"
1439
+ elif key == "scaleType":
1440
+ suggest = "scale_type"
1441
+
1442
+ if suggest:
1443
+ pulumi.log.warn(f"Key '{key}' not found in DeploymentScaleSettingsResponse. Access the value via the '{suggest}' property getter instead.")
1444
+
1445
+ def __getitem__(self, key: str) -> Any:
1446
+ DeploymentScaleSettingsResponse.__key_warning(key)
1447
+ return super().__getitem__(key)
1448
+
1449
+ def get(self, key: str, default = None) -> Any:
1450
+ DeploymentScaleSettingsResponse.__key_warning(key)
1451
+ return super().get(key, default)
1452
+
1453
+ def __init__(__self__, *,
1454
+ active_capacity: int,
1455
+ capacity: Optional[int] = None,
1456
+ scale_type: Optional[str] = None):
1457
+ """
1458
+ Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.)
1459
+ :param int active_capacity: Deployment active capacity. This value might be different from `capacity` if customer recently updated `capacity`.
1460
+ :param int capacity: Deployment capacity.
1461
+ :param str scale_type: Deployment scale type.
1462
+ """
1463
+ pulumi.set(__self__, "active_capacity", active_capacity)
1464
+ if capacity is not None:
1465
+ pulumi.set(__self__, "capacity", capacity)
1466
+ if scale_type is not None:
1467
+ pulumi.set(__self__, "scale_type", scale_type)
1468
+
1469
+ @property
1470
+ @pulumi.getter(name="activeCapacity")
1471
+ def active_capacity(self) -> int:
1472
+ """
1473
+ Deployment active capacity. This value might be different from `capacity` if customer recently updated `capacity`.
1474
+ """
1475
+ return pulumi.get(self, "active_capacity")
1476
+
1477
+ @property
1478
+ @pulumi.getter
1479
+ def capacity(self) -> Optional[int]:
1480
+ """
1481
+ Deployment capacity.
1482
+ """
1483
+ return pulumi.get(self, "capacity")
1484
+
1485
+ @property
1486
+ @pulumi.getter(name="scaleType")
1487
+ def scale_type(self) -> Optional[str]:
1488
+ """
1489
+ Deployment scale type.
1490
+ """
1491
+ return pulumi.get(self, "scale_type")
1492
+
1493
+
1494
+ @pulumi.output_type
1495
+ class EncryptionResponse(dict):
1496
+ """
1497
+ Properties to configure Encryption
1498
+ """
1499
+ @staticmethod
1500
+ def __key_warning(key: str):
1501
+ suggest = None
1502
+ if key == "keySource":
1503
+ suggest = "key_source"
1504
+ elif key == "keyVaultProperties":
1505
+ suggest = "key_vault_properties"
1506
+
1507
+ if suggest:
1508
+ pulumi.log.warn(f"Key '{key}' not found in EncryptionResponse. Access the value via the '{suggest}' property getter instead.")
1509
+
1510
+ def __getitem__(self, key: str) -> Any:
1511
+ EncryptionResponse.__key_warning(key)
1512
+ return super().__getitem__(key)
1513
+
1514
+ def get(self, key: str, default = None) -> Any:
1515
+ EncryptionResponse.__key_warning(key)
1516
+ return super().get(key, default)
1517
+
1518
+ def __init__(__self__, *,
1519
+ key_source: Optional[str] = None,
1520
+ key_vault_properties: Optional['outputs.KeyVaultPropertiesResponse'] = None):
1521
+ """
1522
+ Properties to configure Encryption
1523
+ :param str key_source: Enumerates the possible value of keySource for Encryption
1524
+ :param 'KeyVaultPropertiesResponse' key_vault_properties: Properties of KeyVault
1525
+ """
1526
+ if key_source is None:
1527
+ key_source = 'Microsoft.KeyVault'
1528
+ if key_source is not None:
1529
+ pulumi.set(__self__, "key_source", key_source)
1530
+ if key_vault_properties is not None:
1531
+ pulumi.set(__self__, "key_vault_properties", key_vault_properties)
1532
+
1533
+ @property
1534
+ @pulumi.getter(name="keySource")
1535
+ def key_source(self) -> Optional[str]:
1536
+ """
1537
+ Enumerates the possible value of keySource for Encryption
1538
+ """
1539
+ return pulumi.get(self, "key_source")
1540
+
1541
+ @property
1542
+ @pulumi.getter(name="keyVaultProperties")
1543
+ def key_vault_properties(self) -> Optional['outputs.KeyVaultPropertiesResponse']:
1544
+ """
1545
+ Properties of KeyVault
1546
+ """
1547
+ return pulumi.get(self, "key_vault_properties")
1548
+
1549
+
1550
+ @pulumi.output_type
1551
+ class EncryptionScopePropertiesResponse(dict):
1552
+ """
1553
+ Properties to EncryptionScope
1554
+ """
1555
+ @staticmethod
1556
+ def __key_warning(key: str):
1557
+ suggest = None
1558
+ if key == "provisioningState":
1559
+ suggest = "provisioning_state"
1560
+ elif key == "keySource":
1561
+ suggest = "key_source"
1562
+ elif key == "keyVaultProperties":
1563
+ suggest = "key_vault_properties"
1564
+
1565
+ if suggest:
1566
+ pulumi.log.warn(f"Key '{key}' not found in EncryptionScopePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1567
+
1568
+ def __getitem__(self, key: str) -> Any:
1569
+ EncryptionScopePropertiesResponse.__key_warning(key)
1570
+ return super().__getitem__(key)
1571
+
1572
+ def get(self, key: str, default = None) -> Any:
1573
+ EncryptionScopePropertiesResponse.__key_warning(key)
1574
+ return super().get(key, default)
1575
+
1576
+ def __init__(__self__, *,
1577
+ provisioning_state: str,
1578
+ key_source: Optional[str] = None,
1579
+ key_vault_properties: Optional['outputs.KeyVaultPropertiesResponse'] = None,
1580
+ state: Optional[str] = None):
1581
+ """
1582
+ Properties to EncryptionScope
1583
+ :param str provisioning_state: Gets the status of the resource at the time the operation was called.
1584
+ :param str key_source: Enumerates the possible value of keySource for Encryption
1585
+ :param 'KeyVaultPropertiesResponse' key_vault_properties: Properties of KeyVault
1586
+ :param str state: The encryptionScope state.
1587
+ """
1588
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
1589
+ if key_source is None:
1590
+ key_source = 'Microsoft.KeyVault'
1591
+ if key_source is not None:
1592
+ pulumi.set(__self__, "key_source", key_source)
1593
+ if key_vault_properties is not None:
1594
+ pulumi.set(__self__, "key_vault_properties", key_vault_properties)
1595
+ if state is not None:
1596
+ pulumi.set(__self__, "state", state)
1597
+
1598
+ @property
1599
+ @pulumi.getter(name="provisioningState")
1600
+ def provisioning_state(self) -> str:
1601
+ """
1602
+ Gets the status of the resource at the time the operation was called.
1603
+ """
1604
+ return pulumi.get(self, "provisioning_state")
1605
+
1606
+ @property
1607
+ @pulumi.getter(name="keySource")
1608
+ def key_source(self) -> Optional[str]:
1609
+ """
1610
+ Enumerates the possible value of keySource for Encryption
1611
+ """
1612
+ return pulumi.get(self, "key_source")
1613
+
1614
+ @property
1615
+ @pulumi.getter(name="keyVaultProperties")
1616
+ def key_vault_properties(self) -> Optional['outputs.KeyVaultPropertiesResponse']:
1617
+ """
1618
+ Properties of KeyVault
1619
+ """
1620
+ return pulumi.get(self, "key_vault_properties")
1621
+
1622
+ @property
1623
+ @pulumi.getter
1624
+ def state(self) -> Optional[str]:
1625
+ """
1626
+ The encryptionScope state.
1627
+ """
1628
+ return pulumi.get(self, "state")
1629
+
1630
+
1631
+ @pulumi.output_type
1632
+ class IdentityResponse(dict):
1633
+ """
1634
+ Identity for the resource.
1635
+ """
1636
+ @staticmethod
1637
+ def __key_warning(key: str):
1638
+ suggest = None
1639
+ if key == "principalId":
1640
+ suggest = "principal_id"
1641
+ elif key == "tenantId":
1642
+ suggest = "tenant_id"
1643
+ elif key == "userAssignedIdentities":
1644
+ suggest = "user_assigned_identities"
1645
+
1646
+ if suggest:
1647
+ pulumi.log.warn(f"Key '{key}' not found in IdentityResponse. Access the value via the '{suggest}' property getter instead.")
1648
+
1649
+ def __getitem__(self, key: str) -> Any:
1650
+ IdentityResponse.__key_warning(key)
1651
+ return super().__getitem__(key)
1652
+
1653
+ def get(self, key: str, default = None) -> Any:
1654
+ IdentityResponse.__key_warning(key)
1655
+ return super().get(key, default)
1656
+
1657
+ def __init__(__self__, *,
1658
+ principal_id: str,
1659
+ tenant_id: str,
1660
+ type: Optional[str] = None,
1661
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
1662
+ """
1663
+ Identity for the resource.
1664
+ :param str principal_id: The principal ID of resource identity.
1665
+ :param str tenant_id: The tenant ID of resource.
1666
+ :param str type: The identity type.
1667
+ :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}
1668
+ """
1669
+ pulumi.set(__self__, "principal_id", principal_id)
1670
+ pulumi.set(__self__, "tenant_id", tenant_id)
1671
+ if type is not None:
1672
+ pulumi.set(__self__, "type", type)
1673
+ if user_assigned_identities is not None:
1674
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
1675
+
1676
+ @property
1677
+ @pulumi.getter(name="principalId")
1678
+ def principal_id(self) -> str:
1679
+ """
1680
+ The principal ID of resource identity.
1681
+ """
1682
+ return pulumi.get(self, "principal_id")
1683
+
1684
+ @property
1685
+ @pulumi.getter(name="tenantId")
1686
+ def tenant_id(self) -> str:
1687
+ """
1688
+ The tenant ID of resource.
1689
+ """
1690
+ return pulumi.get(self, "tenant_id")
1691
+
1692
+ @property
1693
+ @pulumi.getter
1694
+ def type(self) -> Optional[str]:
1695
+ """
1696
+ The identity type.
1697
+ """
1698
+ return pulumi.get(self, "type")
1699
+
1700
+ @property
1701
+ @pulumi.getter(name="userAssignedIdentities")
1702
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
1703
+ """
1704
+ The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}
1705
+ """
1706
+ return pulumi.get(self, "user_assigned_identities")
1707
+
1708
+
1709
+ @pulumi.output_type
1710
+ class IpRuleResponse(dict):
1711
+ """
1712
+ A rule governing the accessibility from a specific ip address or ip range.
1713
+ """
1714
+ def __init__(__self__, *,
1715
+ value: str):
1716
+ """
1717
+ A rule governing the accessibility from a specific ip address or ip range.
1718
+ :param str value: An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78).
1719
+ """
1720
+ pulumi.set(__self__, "value", value)
1721
+
1722
+ @property
1723
+ @pulumi.getter
1724
+ def value(self) -> str:
1725
+ """
1726
+ An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78).
1727
+ """
1728
+ return pulumi.get(self, "value")
1729
+
1730
+
1731
+ @pulumi.output_type
1732
+ class KeyVaultPropertiesResponse(dict):
1733
+ """
1734
+ Properties to configure keyVault Properties
1735
+ """
1736
+ @staticmethod
1737
+ def __key_warning(key: str):
1738
+ suggest = None
1739
+ if key == "identityClientId":
1740
+ suggest = "identity_client_id"
1741
+ elif key == "keyName":
1742
+ suggest = "key_name"
1743
+ elif key == "keyVaultUri":
1744
+ suggest = "key_vault_uri"
1745
+ elif key == "keyVersion":
1746
+ suggest = "key_version"
1747
+
1748
+ if suggest:
1749
+ pulumi.log.warn(f"Key '{key}' not found in KeyVaultPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1750
+
1751
+ def __getitem__(self, key: str) -> Any:
1752
+ KeyVaultPropertiesResponse.__key_warning(key)
1753
+ return super().__getitem__(key)
1754
+
1755
+ def get(self, key: str, default = None) -> Any:
1756
+ KeyVaultPropertiesResponse.__key_warning(key)
1757
+ return super().get(key, default)
1758
+
1759
+ def __init__(__self__, *,
1760
+ identity_client_id: Optional[str] = None,
1761
+ key_name: Optional[str] = None,
1762
+ key_vault_uri: Optional[str] = None,
1763
+ key_version: Optional[str] = None):
1764
+ """
1765
+ Properties to configure keyVault Properties
1766
+ :param str key_name: Name of the Key from KeyVault
1767
+ :param str key_vault_uri: Uri of KeyVault
1768
+ :param str key_version: Version of the Key from KeyVault
1769
+ """
1770
+ if identity_client_id is not None:
1771
+ pulumi.set(__self__, "identity_client_id", identity_client_id)
1772
+ if key_name is not None:
1773
+ pulumi.set(__self__, "key_name", key_name)
1774
+ if key_vault_uri is not None:
1775
+ pulumi.set(__self__, "key_vault_uri", key_vault_uri)
1776
+ if key_version is not None:
1777
+ pulumi.set(__self__, "key_version", key_version)
1778
+
1779
+ @property
1780
+ @pulumi.getter(name="identityClientId")
1781
+ def identity_client_id(self) -> Optional[str]:
1782
+ return pulumi.get(self, "identity_client_id")
1783
+
1784
+ @property
1785
+ @pulumi.getter(name="keyName")
1786
+ def key_name(self) -> Optional[str]:
1787
+ """
1788
+ Name of the Key from KeyVault
1789
+ """
1790
+ return pulumi.get(self, "key_name")
1791
+
1792
+ @property
1793
+ @pulumi.getter(name="keyVaultUri")
1794
+ def key_vault_uri(self) -> Optional[str]:
1795
+ """
1796
+ Uri of KeyVault
1797
+ """
1798
+ return pulumi.get(self, "key_vault_uri")
1799
+
1800
+ @property
1801
+ @pulumi.getter(name="keyVersion")
1802
+ def key_version(self) -> Optional[str]:
1803
+ """
1804
+ Version of the Key from KeyVault
1805
+ """
1806
+ return pulumi.get(self, "key_version")
1807
+
1808
+
1809
+ @pulumi.output_type
1810
+ class MultiRegionSettingsResponse(dict):
1811
+ """
1812
+ The multiregion settings Cognitive Services account.
1813
+ """
1814
+ @staticmethod
1815
+ def __key_warning(key: str):
1816
+ suggest = None
1817
+ if key == "routingMethod":
1818
+ suggest = "routing_method"
1819
+
1820
+ if suggest:
1821
+ pulumi.log.warn(f"Key '{key}' not found in MultiRegionSettingsResponse. Access the value via the '{suggest}' property getter instead.")
1822
+
1823
+ def __getitem__(self, key: str) -> Any:
1824
+ MultiRegionSettingsResponse.__key_warning(key)
1825
+ return super().__getitem__(key)
1826
+
1827
+ def get(self, key: str, default = None) -> Any:
1828
+ MultiRegionSettingsResponse.__key_warning(key)
1829
+ return super().get(key, default)
1830
+
1831
+ def __init__(__self__, *,
1832
+ regions: Optional[Sequence['outputs.RegionSettingResponse']] = None,
1833
+ routing_method: Optional[str] = None):
1834
+ """
1835
+ The multiregion settings Cognitive Services account.
1836
+ :param str routing_method: Multiregion routing methods.
1837
+ """
1838
+ if regions is not None:
1839
+ pulumi.set(__self__, "regions", regions)
1840
+ if routing_method is not None:
1841
+ pulumi.set(__self__, "routing_method", routing_method)
1842
+
1843
+ @property
1844
+ @pulumi.getter
1845
+ def regions(self) -> Optional[Sequence['outputs.RegionSettingResponse']]:
1846
+ return pulumi.get(self, "regions")
1847
+
1848
+ @property
1849
+ @pulumi.getter(name="routingMethod")
1850
+ def routing_method(self) -> Optional[str]:
1851
+ """
1852
+ Multiregion routing methods.
1853
+ """
1854
+ return pulumi.get(self, "routing_method")
1855
+
1856
+
1857
+ @pulumi.output_type
1858
+ class NetworkRuleSetResponse(dict):
1859
+ """
1860
+ A set of rules governing the network accessibility.
1861
+ """
1862
+ @staticmethod
1863
+ def __key_warning(key: str):
1864
+ suggest = None
1865
+ if key == "defaultAction":
1866
+ suggest = "default_action"
1867
+ elif key == "ipRules":
1868
+ suggest = "ip_rules"
1869
+ elif key == "virtualNetworkRules":
1870
+ suggest = "virtual_network_rules"
1871
+
1872
+ if suggest:
1873
+ pulumi.log.warn(f"Key '{key}' not found in NetworkRuleSetResponse. Access the value via the '{suggest}' property getter instead.")
1874
+
1875
+ def __getitem__(self, key: str) -> Any:
1876
+ NetworkRuleSetResponse.__key_warning(key)
1877
+ return super().__getitem__(key)
1878
+
1879
+ def get(self, key: str, default = None) -> Any:
1880
+ NetworkRuleSetResponse.__key_warning(key)
1881
+ return super().get(key, default)
1882
+
1883
+ def __init__(__self__, *,
1884
+ bypass: Optional[str] = None,
1885
+ default_action: Optional[str] = None,
1886
+ ip_rules: Optional[Sequence['outputs.IpRuleResponse']] = None,
1887
+ virtual_network_rules: Optional[Sequence['outputs.VirtualNetworkRuleResponse']] = None):
1888
+ """
1889
+ A set of rules governing the network accessibility.
1890
+ :param str bypass: Setting for trusted services.
1891
+ :param str default_action: The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated.
1892
+ :param Sequence['IpRuleResponse'] ip_rules: The list of IP address rules.
1893
+ :param Sequence['VirtualNetworkRuleResponse'] virtual_network_rules: The list of virtual network rules.
1894
+ """
1895
+ if bypass is not None:
1896
+ pulumi.set(__self__, "bypass", bypass)
1897
+ if default_action is not None:
1898
+ pulumi.set(__self__, "default_action", default_action)
1899
+ if ip_rules is not None:
1900
+ pulumi.set(__self__, "ip_rules", ip_rules)
1901
+ if virtual_network_rules is not None:
1902
+ pulumi.set(__self__, "virtual_network_rules", virtual_network_rules)
1903
+
1904
+ @property
1905
+ @pulumi.getter
1906
+ def bypass(self) -> Optional[str]:
1907
+ """
1908
+ Setting for trusted services.
1909
+ """
1910
+ return pulumi.get(self, "bypass")
1911
+
1912
+ @property
1913
+ @pulumi.getter(name="defaultAction")
1914
+ def default_action(self) -> Optional[str]:
1915
+ """
1916
+ The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated.
1917
+ """
1918
+ return pulumi.get(self, "default_action")
1919
+
1920
+ @property
1921
+ @pulumi.getter(name="ipRules")
1922
+ def ip_rules(self) -> Optional[Sequence['outputs.IpRuleResponse']]:
1923
+ """
1924
+ The list of IP address rules.
1925
+ """
1926
+ return pulumi.get(self, "ip_rules")
1927
+
1928
+ @property
1929
+ @pulumi.getter(name="virtualNetworkRules")
1930
+ def virtual_network_rules(self) -> Optional[Sequence['outputs.VirtualNetworkRuleResponse']]:
1931
+ """
1932
+ The list of virtual network rules.
1933
+ """
1934
+ return pulumi.get(self, "virtual_network_rules")
1935
+
1936
+
1937
+ @pulumi.output_type
1938
+ class PrivateEndpointConnectionPropertiesResponse(dict):
1939
+ """
1940
+ Properties of the PrivateEndpointConnectProperties.
1941
+ """
1942
+ @staticmethod
1943
+ def __key_warning(key: str):
1944
+ suggest = None
1945
+ if key == "privateLinkServiceConnectionState":
1946
+ suggest = "private_link_service_connection_state"
1947
+ elif key == "provisioningState":
1948
+ suggest = "provisioning_state"
1949
+ elif key == "groupIds":
1950
+ suggest = "group_ids"
1951
+ elif key == "privateEndpoint":
1952
+ suggest = "private_endpoint"
1953
+
1954
+ if suggest:
1955
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1956
+
1957
+ def __getitem__(self, key: str) -> Any:
1958
+ PrivateEndpointConnectionPropertiesResponse.__key_warning(key)
1959
+ return super().__getitem__(key)
1960
+
1961
+ def get(self, key: str, default = None) -> Any:
1962
+ PrivateEndpointConnectionPropertiesResponse.__key_warning(key)
1963
+ return super().get(key, default)
1964
+
1965
+ def __init__(__self__, *,
1966
+ private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
1967
+ provisioning_state: str,
1968
+ group_ids: Optional[Sequence[str]] = None,
1969
+ private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None):
1970
+ """
1971
+ Properties of the PrivateEndpointConnectProperties.
1972
+ :param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
1973
+ :param str provisioning_state: The provisioning state of the private endpoint connection resource.
1974
+ :param Sequence[str] group_ids: The private link resource group ids.
1975
+ :param 'PrivateEndpointResponse' private_endpoint: The resource of private end point.
1976
+ """
1977
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
1978
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
1979
+ if group_ids is not None:
1980
+ pulumi.set(__self__, "group_ids", group_ids)
1981
+ if private_endpoint is not None:
1982
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
1983
+
1984
+ @property
1985
+ @pulumi.getter(name="privateLinkServiceConnectionState")
1986
+ def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
1987
+ """
1988
+ A collection of information about the state of the connection between service consumer and provider.
1989
+ """
1990
+ return pulumi.get(self, "private_link_service_connection_state")
1991
+
1992
+ @property
1993
+ @pulumi.getter(name="provisioningState")
1994
+ def provisioning_state(self) -> str:
1995
+ """
1996
+ The provisioning state of the private endpoint connection resource.
1997
+ """
1998
+ return pulumi.get(self, "provisioning_state")
1999
+
2000
+ @property
2001
+ @pulumi.getter(name="groupIds")
2002
+ def group_ids(self) -> Optional[Sequence[str]]:
2003
+ """
2004
+ The private link resource group ids.
2005
+ """
2006
+ return pulumi.get(self, "group_ids")
2007
+
2008
+ @property
2009
+ @pulumi.getter(name="privateEndpoint")
2010
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
2011
+ """
2012
+ The resource of private end point.
2013
+ """
2014
+ return pulumi.get(self, "private_endpoint")
2015
+
2016
+
2017
+ @pulumi.output_type
2018
+ class PrivateEndpointConnectionResponse(dict):
2019
+ """
2020
+ The Private Endpoint Connection resource.
2021
+ """
2022
+ @staticmethod
2023
+ def __key_warning(key: str):
2024
+ suggest = None
2025
+ if key == "systemData":
2026
+ suggest = "system_data"
2027
+
2028
+ if suggest:
2029
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
2030
+
2031
+ def __getitem__(self, key: str) -> Any:
2032
+ PrivateEndpointConnectionResponse.__key_warning(key)
2033
+ return super().__getitem__(key)
2034
+
2035
+ def get(self, key: str, default = None) -> Any:
2036
+ PrivateEndpointConnectionResponse.__key_warning(key)
2037
+ return super().get(key, default)
2038
+
2039
+ def __init__(__self__, *,
2040
+ etag: str,
2041
+ id: str,
2042
+ name: str,
2043
+ system_data: 'outputs.SystemDataResponse',
2044
+ type: str,
2045
+ location: Optional[str] = None,
2046
+ properties: Optional['outputs.PrivateEndpointConnectionPropertiesResponse'] = None):
2047
+ """
2048
+ The Private Endpoint Connection resource.
2049
+ :param str etag: Resource Etag.
2050
+ :param str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
2051
+ :param str name: The name of the resource
2052
+ :param 'SystemDataResponse' system_data: Metadata pertaining to creation and last modification of the resource.
2053
+ :param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
2054
+ :param str location: The location of the private endpoint connection
2055
+ :param 'PrivateEndpointConnectionPropertiesResponse' properties: Resource properties.
2056
+ """
2057
+ pulumi.set(__self__, "etag", etag)
2058
+ pulumi.set(__self__, "id", id)
2059
+ pulumi.set(__self__, "name", name)
2060
+ pulumi.set(__self__, "system_data", system_data)
2061
+ pulumi.set(__self__, "type", type)
2062
+ if location is not None:
2063
+ pulumi.set(__self__, "location", location)
2064
+ if properties is not None:
2065
+ pulumi.set(__self__, "properties", properties)
2066
+
2067
+ @property
2068
+ @pulumi.getter
2069
+ def etag(self) -> str:
2070
+ """
2071
+ Resource Etag.
2072
+ """
2073
+ return pulumi.get(self, "etag")
2074
+
2075
+ @property
2076
+ @pulumi.getter
2077
+ def id(self) -> str:
2078
+ """
2079
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
2080
+ """
2081
+ return pulumi.get(self, "id")
2082
+
2083
+ @property
2084
+ @pulumi.getter
2085
+ def name(self) -> str:
2086
+ """
2087
+ The name of the resource
2088
+ """
2089
+ return pulumi.get(self, "name")
2090
+
2091
+ @property
2092
+ @pulumi.getter(name="systemData")
2093
+ def system_data(self) -> 'outputs.SystemDataResponse':
2094
+ """
2095
+ Metadata pertaining to creation and last modification of the resource.
2096
+ """
2097
+ return pulumi.get(self, "system_data")
2098
+
2099
+ @property
2100
+ @pulumi.getter
2101
+ def type(self) -> str:
2102
+ """
2103
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
2104
+ """
2105
+ return pulumi.get(self, "type")
2106
+
2107
+ @property
2108
+ @pulumi.getter
2109
+ def location(self) -> Optional[str]:
2110
+ """
2111
+ The location of the private endpoint connection
2112
+ """
2113
+ return pulumi.get(self, "location")
2114
+
2115
+ @property
2116
+ @pulumi.getter
2117
+ def properties(self) -> Optional['outputs.PrivateEndpointConnectionPropertiesResponse']:
2118
+ """
2119
+ Resource properties.
2120
+ """
2121
+ return pulumi.get(self, "properties")
2122
+
2123
+
2124
+ @pulumi.output_type
2125
+ class PrivateEndpointResponse(dict):
2126
+ """
2127
+ The Private Endpoint resource.
2128
+ """
2129
+ def __init__(__self__, *,
2130
+ id: str):
2131
+ """
2132
+ The Private Endpoint resource.
2133
+ :param str id: The ARM identifier for Private Endpoint
2134
+ """
2135
+ pulumi.set(__self__, "id", id)
2136
+
2137
+ @property
2138
+ @pulumi.getter
2139
+ def id(self) -> str:
2140
+ """
2141
+ The ARM identifier for Private Endpoint
2142
+ """
2143
+ return pulumi.get(self, "id")
2144
+
2145
+
2146
+ @pulumi.output_type
2147
+ class PrivateLinkServiceConnectionStateResponse(dict):
2148
+ """
2149
+ A collection of information about the state of the connection between service consumer and provider.
2150
+ """
2151
+ @staticmethod
2152
+ def __key_warning(key: str):
2153
+ suggest = None
2154
+ if key == "actionsRequired":
2155
+ suggest = "actions_required"
2156
+
2157
+ if suggest:
2158
+ pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
2159
+
2160
+ def __getitem__(self, key: str) -> Any:
2161
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
2162
+ return super().__getitem__(key)
2163
+
2164
+ def get(self, key: str, default = None) -> Any:
2165
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
2166
+ return super().get(key, default)
2167
+
2168
+ def __init__(__self__, *,
2169
+ actions_required: Optional[str] = None,
2170
+ description: Optional[str] = None,
2171
+ status: Optional[str] = None):
2172
+ """
2173
+ A collection of information about the state of the connection between service consumer and provider.
2174
+ :param str actions_required: A message indicating if changes on the service provider require any updates on the consumer.
2175
+ :param str description: The reason for approval/rejection of the connection.
2176
+ :param str status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
2177
+ """
2178
+ if actions_required is not None:
2179
+ pulumi.set(__self__, "actions_required", actions_required)
2180
+ if description is not None:
2181
+ pulumi.set(__self__, "description", description)
2182
+ if status is not None:
2183
+ pulumi.set(__self__, "status", status)
2184
+
2185
+ @property
2186
+ @pulumi.getter(name="actionsRequired")
2187
+ def actions_required(self) -> Optional[str]:
2188
+ """
2189
+ A message indicating if changes on the service provider require any updates on the consumer.
2190
+ """
2191
+ return pulumi.get(self, "actions_required")
2192
+
2193
+ @property
2194
+ @pulumi.getter
2195
+ def description(self) -> Optional[str]:
2196
+ """
2197
+ The reason for approval/rejection of the connection.
2198
+ """
2199
+ return pulumi.get(self, "description")
2200
+
2201
+ @property
2202
+ @pulumi.getter
2203
+ def status(self) -> Optional[str]:
2204
+ """
2205
+ Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
2206
+ """
2207
+ return pulumi.get(self, "status")
2208
+
2209
+
2210
+ @pulumi.output_type
2211
+ class QuotaLimitResponse(dict):
2212
+ @staticmethod
2213
+ def __key_warning(key: str):
2214
+ suggest = None
2215
+ if key == "renewalPeriod":
2216
+ suggest = "renewal_period"
2217
+
2218
+ if suggest:
2219
+ pulumi.log.warn(f"Key '{key}' not found in QuotaLimitResponse. Access the value via the '{suggest}' property getter instead.")
2220
+
2221
+ def __getitem__(self, key: str) -> Any:
2222
+ QuotaLimitResponse.__key_warning(key)
2223
+ return super().__getitem__(key)
2224
+
2225
+ def get(self, key: str, default = None) -> Any:
2226
+ QuotaLimitResponse.__key_warning(key)
2227
+ return super().get(key, default)
2228
+
2229
+ def __init__(__self__, *,
2230
+ count: Optional[float] = None,
2231
+ renewal_period: Optional[float] = None,
2232
+ rules: Optional[Sequence['outputs.ThrottlingRuleResponse']] = None):
2233
+ if count is not None:
2234
+ pulumi.set(__self__, "count", count)
2235
+ if renewal_period is not None:
2236
+ pulumi.set(__self__, "renewal_period", renewal_period)
2237
+ if rules is not None:
2238
+ pulumi.set(__self__, "rules", rules)
2239
+
2240
+ @property
2241
+ @pulumi.getter
2242
+ def count(self) -> Optional[float]:
2243
+ return pulumi.get(self, "count")
2244
+
2245
+ @property
2246
+ @pulumi.getter(name="renewalPeriod")
2247
+ def renewal_period(self) -> Optional[float]:
2248
+ return pulumi.get(self, "renewal_period")
2249
+
2250
+ @property
2251
+ @pulumi.getter
2252
+ def rules(self) -> Optional[Sequence['outputs.ThrottlingRuleResponse']]:
2253
+ return pulumi.get(self, "rules")
2254
+
2255
+
2256
+ @pulumi.output_type
2257
+ class RaiBlocklistItemPropertiesResponse(dict):
2258
+ """
2259
+ RAI Custom Blocklist Item properties.
2260
+ """
2261
+ @staticmethod
2262
+ def __key_warning(key: str):
2263
+ suggest = None
2264
+ if key == "isRegex":
2265
+ suggest = "is_regex"
2266
+
2267
+ if suggest:
2268
+ pulumi.log.warn(f"Key '{key}' not found in RaiBlocklistItemPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
2269
+
2270
+ def __getitem__(self, key: str) -> Any:
2271
+ RaiBlocklistItemPropertiesResponse.__key_warning(key)
2272
+ return super().__getitem__(key)
2273
+
2274
+ def get(self, key: str, default = None) -> Any:
2275
+ RaiBlocklistItemPropertiesResponse.__key_warning(key)
2276
+ return super().get(key, default)
2277
+
2278
+ def __init__(__self__, *,
2279
+ is_regex: Optional[bool] = None,
2280
+ pattern: Optional[str] = None):
2281
+ """
2282
+ RAI Custom Blocklist Item properties.
2283
+ :param bool is_regex: If the pattern is a regex pattern.
2284
+ :param str pattern: Pattern to match against.
2285
+ """
2286
+ if is_regex is not None:
2287
+ pulumi.set(__self__, "is_regex", is_regex)
2288
+ if pattern is not None:
2289
+ pulumi.set(__self__, "pattern", pattern)
2290
+
2291
+ @property
2292
+ @pulumi.getter(name="isRegex")
2293
+ def is_regex(self) -> Optional[bool]:
2294
+ """
2295
+ If the pattern is a regex pattern.
2296
+ """
2297
+ return pulumi.get(self, "is_regex")
2298
+
2299
+ @property
2300
+ @pulumi.getter
2301
+ def pattern(self) -> Optional[str]:
2302
+ """
2303
+ Pattern to match against.
2304
+ """
2305
+ return pulumi.get(self, "pattern")
2306
+
2307
+
2308
+ @pulumi.output_type
2309
+ class RaiBlocklistPropertiesResponse(dict):
2310
+ """
2311
+ RAI Custom Blocklist properties.
2312
+ """
2313
+ def __init__(__self__, *,
2314
+ description: Optional[str] = None):
2315
+ """
2316
+ RAI Custom Blocklist properties.
2317
+ :param str description: Description of the block list.
2318
+ """
2319
+ if description is not None:
2320
+ pulumi.set(__self__, "description", description)
2321
+
2322
+ @property
2323
+ @pulumi.getter
2324
+ def description(self) -> Optional[str]:
2325
+ """
2326
+ Description of the block list.
2327
+ """
2328
+ return pulumi.get(self, "description")
2329
+
2330
+
2331
+ @pulumi.output_type
2332
+ class RaiMonitorConfigResponse(dict):
2333
+ """
2334
+ Cognitive Services Rai Monitor Config.
2335
+ """
2336
+ @staticmethod
2337
+ def __key_warning(key: str):
2338
+ suggest = None
2339
+ if key == "adxStorageResourceId":
2340
+ suggest = "adx_storage_resource_id"
2341
+ elif key == "identityClientId":
2342
+ suggest = "identity_client_id"
2343
+
2344
+ if suggest:
2345
+ pulumi.log.warn(f"Key '{key}' not found in RaiMonitorConfigResponse. Access the value via the '{suggest}' property getter instead.")
2346
+
2347
+ def __getitem__(self, key: str) -> Any:
2348
+ RaiMonitorConfigResponse.__key_warning(key)
2349
+ return super().__getitem__(key)
2350
+
2351
+ def get(self, key: str, default = None) -> Any:
2352
+ RaiMonitorConfigResponse.__key_warning(key)
2353
+ return super().get(key, default)
2354
+
2355
+ def __init__(__self__, *,
2356
+ adx_storage_resource_id: Optional[str] = None,
2357
+ identity_client_id: Optional[str] = None):
2358
+ """
2359
+ Cognitive Services Rai Monitor Config.
2360
+ :param str adx_storage_resource_id: The storage resource Id.
2361
+ :param str identity_client_id: The identity client Id to access the storage.
2362
+ """
2363
+ if adx_storage_resource_id is not None:
2364
+ pulumi.set(__self__, "adx_storage_resource_id", adx_storage_resource_id)
2365
+ if identity_client_id is not None:
2366
+ pulumi.set(__self__, "identity_client_id", identity_client_id)
2367
+
2368
+ @property
2369
+ @pulumi.getter(name="adxStorageResourceId")
2370
+ def adx_storage_resource_id(self) -> Optional[str]:
2371
+ """
2372
+ The storage resource Id.
2373
+ """
2374
+ return pulumi.get(self, "adx_storage_resource_id")
2375
+
2376
+ @property
2377
+ @pulumi.getter(name="identityClientId")
2378
+ def identity_client_id(self) -> Optional[str]:
2379
+ """
2380
+ The identity client Id to access the storage.
2381
+ """
2382
+ return pulumi.get(self, "identity_client_id")
2383
+
2384
+
2385
+ @pulumi.output_type
2386
+ class RaiPolicyContentFilterResponse(dict):
2387
+ """
2388
+ Azure OpenAI Content Filter.
2389
+ """
2390
+ @staticmethod
2391
+ def __key_warning(key: str):
2392
+ suggest = None
2393
+ if key == "severityThreshold":
2394
+ suggest = "severity_threshold"
2395
+
2396
+ if suggest:
2397
+ pulumi.log.warn(f"Key '{key}' not found in RaiPolicyContentFilterResponse. Access the value via the '{suggest}' property getter instead.")
2398
+
2399
+ def __getitem__(self, key: str) -> Any:
2400
+ RaiPolicyContentFilterResponse.__key_warning(key)
2401
+ return super().__getitem__(key)
2402
+
2403
+ def get(self, key: str, default = None) -> Any:
2404
+ RaiPolicyContentFilterResponse.__key_warning(key)
2405
+ return super().get(key, default)
2406
+
2407
+ def __init__(__self__, *,
2408
+ blocking: Optional[bool] = None,
2409
+ enabled: Optional[bool] = None,
2410
+ name: Optional[str] = None,
2411
+ severity_threshold: Optional[str] = None,
2412
+ source: Optional[str] = None):
2413
+ """
2414
+ Azure OpenAI Content Filter.
2415
+ :param bool blocking: If blocking would occur.
2416
+ :param bool enabled: If the ContentFilter is enabled.
2417
+ :param str name: Name of ContentFilter.
2418
+ :param str severity_threshold: Level at which content is filtered.
2419
+ :param str source: Content source to apply the Content Filters.
2420
+ """
2421
+ if blocking is not None:
2422
+ pulumi.set(__self__, "blocking", blocking)
2423
+ if enabled is not None:
2424
+ pulumi.set(__self__, "enabled", enabled)
2425
+ if name is not None:
2426
+ pulumi.set(__self__, "name", name)
2427
+ if severity_threshold is not None:
2428
+ pulumi.set(__self__, "severity_threshold", severity_threshold)
2429
+ if source is not None:
2430
+ pulumi.set(__self__, "source", source)
2431
+
2432
+ @property
2433
+ @pulumi.getter
2434
+ def blocking(self) -> Optional[bool]:
2435
+ """
2436
+ If blocking would occur.
2437
+ """
2438
+ return pulumi.get(self, "blocking")
2439
+
2440
+ @property
2441
+ @pulumi.getter
2442
+ def enabled(self) -> Optional[bool]:
2443
+ """
2444
+ If the ContentFilter is enabled.
2445
+ """
2446
+ return pulumi.get(self, "enabled")
2447
+
2448
+ @property
2449
+ @pulumi.getter
2450
+ def name(self) -> Optional[str]:
2451
+ """
2452
+ Name of ContentFilter.
2453
+ """
2454
+ return pulumi.get(self, "name")
2455
+
2456
+ @property
2457
+ @pulumi.getter(name="severityThreshold")
2458
+ def severity_threshold(self) -> Optional[str]:
2459
+ """
2460
+ Level at which content is filtered.
2461
+ """
2462
+ return pulumi.get(self, "severity_threshold")
2463
+
2464
+ @property
2465
+ @pulumi.getter
2466
+ def source(self) -> Optional[str]:
2467
+ """
2468
+ Content source to apply the Content Filters.
2469
+ """
2470
+ return pulumi.get(self, "source")
2471
+
2472
+
2473
+ @pulumi.output_type
2474
+ class RaiPolicyPropertiesResponse(dict):
2475
+ """
2476
+ Azure OpenAI Content Filters properties.
2477
+ """
2478
+ @staticmethod
2479
+ def __key_warning(key: str):
2480
+ suggest = None
2481
+ if key == "basePolicyName":
2482
+ suggest = "base_policy_name"
2483
+ elif key == "contentFilters":
2484
+ suggest = "content_filters"
2485
+ elif key == "customBlocklists":
2486
+ suggest = "custom_blocklists"
2487
+
2488
+ if suggest:
2489
+ pulumi.log.warn(f"Key '{key}' not found in RaiPolicyPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
2490
+
2491
+ def __getitem__(self, key: str) -> Any:
2492
+ RaiPolicyPropertiesResponse.__key_warning(key)
2493
+ return super().__getitem__(key)
2494
+
2495
+ def get(self, key: str, default = None) -> Any:
2496
+ RaiPolicyPropertiesResponse.__key_warning(key)
2497
+ return super().get(key, default)
2498
+
2499
+ def __init__(__self__, *,
2500
+ type: str,
2501
+ base_policy_name: Optional[str] = None,
2502
+ content_filters: Optional[Sequence['outputs.RaiPolicyContentFilterResponse']] = None,
2503
+ custom_blocklists: Optional[Sequence['outputs.CustomBlocklistConfigResponse']] = None,
2504
+ mode: Optional[str] = None):
2505
+ """
2506
+ Azure OpenAI Content Filters properties.
2507
+ :param str type: Content Filters policy type.
2508
+ :param str base_policy_name: Name of Rai policy.
2509
+ :param Sequence['RaiPolicyContentFilterResponse'] content_filters: The list of Content Filters.
2510
+ :param Sequence['CustomBlocklistConfigResponse'] custom_blocklists: The list of custom Blocklist.
2511
+ :param str mode: Rai policy mode. The enum value mapping is as below: Default = 0, Deferred=1, Blocking=2, Asynchronous_filter =3. Please use 'Asynchronous_filter' after 2024-06-01-preview. It is the same as 'Deferred' in previous version.
2512
+ """
2513
+ pulumi.set(__self__, "type", type)
2514
+ if base_policy_name is not None:
2515
+ pulumi.set(__self__, "base_policy_name", base_policy_name)
2516
+ if content_filters is not None:
2517
+ pulumi.set(__self__, "content_filters", content_filters)
2518
+ if custom_blocklists is not None:
2519
+ pulumi.set(__self__, "custom_blocklists", custom_blocklists)
2520
+ if mode is not None:
2521
+ pulumi.set(__self__, "mode", mode)
2522
+
2523
+ @property
2524
+ @pulumi.getter
2525
+ def type(self) -> str:
2526
+ """
2527
+ Content Filters policy type.
2528
+ """
2529
+ return pulumi.get(self, "type")
2530
+
2531
+ @property
2532
+ @pulumi.getter(name="basePolicyName")
2533
+ def base_policy_name(self) -> Optional[str]:
2534
+ """
2535
+ Name of Rai policy.
2536
+ """
2537
+ return pulumi.get(self, "base_policy_name")
2538
+
2539
+ @property
2540
+ @pulumi.getter(name="contentFilters")
2541
+ def content_filters(self) -> Optional[Sequence['outputs.RaiPolicyContentFilterResponse']]:
2542
+ """
2543
+ The list of Content Filters.
2544
+ """
2545
+ return pulumi.get(self, "content_filters")
2546
+
2547
+ @property
2548
+ @pulumi.getter(name="customBlocklists")
2549
+ def custom_blocklists(self) -> Optional[Sequence['outputs.CustomBlocklistConfigResponse']]:
2550
+ """
2551
+ The list of custom Blocklist.
2552
+ """
2553
+ return pulumi.get(self, "custom_blocklists")
2554
+
2555
+ @property
2556
+ @pulumi.getter
2557
+ def mode(self) -> Optional[str]:
2558
+ """
2559
+ Rai policy mode. The enum value mapping is as below: Default = 0, Deferred=1, Blocking=2, Asynchronous_filter =3. Please use 'Asynchronous_filter' after 2024-06-01-preview. It is the same as 'Deferred' in previous version.
2560
+ """
2561
+ return pulumi.get(self, "mode")
2562
+
2563
+
2564
+ @pulumi.output_type
2565
+ class RegionSettingResponse(dict):
2566
+ """
2567
+ The call rate limit Cognitive Services account.
2568
+ """
2569
+ def __init__(__self__, *,
2570
+ customsubdomain: Optional[str] = None,
2571
+ name: Optional[str] = None,
2572
+ value: Optional[float] = None):
2573
+ """
2574
+ The call rate limit Cognitive Services account.
2575
+ :param str customsubdomain: Maps the region to the regional custom subdomain.
2576
+ :param str name: Name of the region.
2577
+ :param float value: A value for priority or weighted routing methods.
2578
+ """
2579
+ if customsubdomain is not None:
2580
+ pulumi.set(__self__, "customsubdomain", customsubdomain)
2581
+ if name is not None:
2582
+ pulumi.set(__self__, "name", name)
2583
+ if value is not None:
2584
+ pulumi.set(__self__, "value", value)
2585
+
2586
+ @property
2587
+ @pulumi.getter
2588
+ def customsubdomain(self) -> Optional[str]:
2589
+ """
2590
+ Maps the region to the regional custom subdomain.
2591
+ """
2592
+ return pulumi.get(self, "customsubdomain")
2593
+
2594
+ @property
2595
+ @pulumi.getter
2596
+ def name(self) -> Optional[str]:
2597
+ """
2598
+ Name of the region.
2599
+ """
2600
+ return pulumi.get(self, "name")
2601
+
2602
+ @property
2603
+ @pulumi.getter
2604
+ def value(self) -> Optional[float]:
2605
+ """
2606
+ A value for priority or weighted routing methods.
2607
+ """
2608
+ return pulumi.get(self, "value")
2609
+
2610
+
2611
+ @pulumi.output_type
2612
+ class RequestMatchPatternResponse(dict):
2613
+ def __init__(__self__, *,
2614
+ method: Optional[str] = None,
2615
+ path: Optional[str] = None):
2616
+ if method is not None:
2617
+ pulumi.set(__self__, "method", method)
2618
+ if path is not None:
2619
+ pulumi.set(__self__, "path", path)
2620
+
2621
+ @property
2622
+ @pulumi.getter
2623
+ def method(self) -> Optional[str]:
2624
+ return pulumi.get(self, "method")
2625
+
2626
+ @property
2627
+ @pulumi.getter
2628
+ def path(self) -> Optional[str]:
2629
+ return pulumi.get(self, "path")
2630
+
2631
+
2632
+ @pulumi.output_type
2633
+ class SkuCapabilityResponse(dict):
2634
+ """
2635
+ SkuCapability indicates the capability of a certain feature.
2636
+ """
2637
+ def __init__(__self__, *,
2638
+ name: Optional[str] = None,
2639
+ value: Optional[str] = None):
2640
+ """
2641
+ SkuCapability indicates the capability of a certain feature.
2642
+ :param str name: The name of the SkuCapability.
2643
+ :param str value: The value of the SkuCapability.
2644
+ """
2645
+ if name is not None:
2646
+ pulumi.set(__self__, "name", name)
2647
+ if value is not None:
2648
+ pulumi.set(__self__, "value", value)
2649
+
2650
+ @property
2651
+ @pulumi.getter
2652
+ def name(self) -> Optional[str]:
2653
+ """
2654
+ The name of the SkuCapability.
2655
+ """
2656
+ return pulumi.get(self, "name")
2657
+
2658
+ @property
2659
+ @pulumi.getter
2660
+ def value(self) -> Optional[str]:
2661
+ """
2662
+ The value of the SkuCapability.
2663
+ """
2664
+ return pulumi.get(self, "value")
2665
+
2666
+
2667
+ @pulumi.output_type
2668
+ class SkuChangeInfoResponse(dict):
2669
+ """
2670
+ Sku change info of account.
2671
+ """
2672
+ @staticmethod
2673
+ def __key_warning(key: str):
2674
+ suggest = None
2675
+ if key == "countOfDowngrades":
2676
+ suggest = "count_of_downgrades"
2677
+ elif key == "countOfUpgradesAfterDowngrades":
2678
+ suggest = "count_of_upgrades_after_downgrades"
2679
+ elif key == "lastChangeDate":
2680
+ suggest = "last_change_date"
2681
+
2682
+ if suggest:
2683
+ pulumi.log.warn(f"Key '{key}' not found in SkuChangeInfoResponse. Access the value via the '{suggest}' property getter instead.")
2684
+
2685
+ def __getitem__(self, key: str) -> Any:
2686
+ SkuChangeInfoResponse.__key_warning(key)
2687
+ return super().__getitem__(key)
2688
+
2689
+ def get(self, key: str, default = None) -> Any:
2690
+ SkuChangeInfoResponse.__key_warning(key)
2691
+ return super().get(key, default)
2692
+
2693
+ def __init__(__self__, *,
2694
+ count_of_downgrades: Optional[float] = None,
2695
+ count_of_upgrades_after_downgrades: Optional[float] = None,
2696
+ last_change_date: Optional[str] = None):
2697
+ """
2698
+ Sku change info of account.
2699
+ :param float count_of_downgrades: Gets the count of downgrades.
2700
+ :param float count_of_upgrades_after_downgrades: Gets the count of upgrades after downgrades.
2701
+ :param str last_change_date: Gets the last change date.
2702
+ """
2703
+ if count_of_downgrades is not None:
2704
+ pulumi.set(__self__, "count_of_downgrades", count_of_downgrades)
2705
+ if count_of_upgrades_after_downgrades is not None:
2706
+ pulumi.set(__self__, "count_of_upgrades_after_downgrades", count_of_upgrades_after_downgrades)
2707
+ if last_change_date is not None:
2708
+ pulumi.set(__self__, "last_change_date", last_change_date)
2709
+
2710
+ @property
2711
+ @pulumi.getter(name="countOfDowngrades")
2712
+ def count_of_downgrades(self) -> Optional[float]:
2713
+ """
2714
+ Gets the count of downgrades.
2715
+ """
2716
+ return pulumi.get(self, "count_of_downgrades")
2717
+
2718
+ @property
2719
+ @pulumi.getter(name="countOfUpgradesAfterDowngrades")
2720
+ def count_of_upgrades_after_downgrades(self) -> Optional[float]:
2721
+ """
2722
+ Gets the count of upgrades after downgrades.
2723
+ """
2724
+ return pulumi.get(self, "count_of_upgrades_after_downgrades")
2725
+
2726
+ @property
2727
+ @pulumi.getter(name="lastChangeDate")
2728
+ def last_change_date(self) -> Optional[str]:
2729
+ """
2730
+ Gets the last change date.
2731
+ """
2732
+ return pulumi.get(self, "last_change_date")
2733
+
2734
+
2735
+ @pulumi.output_type
2736
+ class SkuResponse(dict):
2737
+ """
2738
+ The resource model definition representing SKU
2739
+ """
2740
+ def __init__(__self__, *,
2741
+ name: str,
2742
+ capacity: Optional[int] = None,
2743
+ family: Optional[str] = None,
2744
+ size: Optional[str] = None,
2745
+ tier: Optional[str] = None):
2746
+ """
2747
+ The resource model definition representing SKU
2748
+ :param str name: The name of the SKU. Ex - P3. It is typically a letter+number code
2749
+ :param int capacity: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
2750
+ :param str family: If the service has different generations of hardware, for the same SKU, then that can be captured here.
2751
+ :param str size: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
2752
+ :param str tier: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
2753
+ """
2754
+ pulumi.set(__self__, "name", name)
2755
+ if capacity is not None:
2756
+ pulumi.set(__self__, "capacity", capacity)
2757
+ if family is not None:
2758
+ pulumi.set(__self__, "family", family)
2759
+ if size is not None:
2760
+ pulumi.set(__self__, "size", size)
2761
+ if tier is not None:
2762
+ pulumi.set(__self__, "tier", tier)
2763
+
2764
+ @property
2765
+ @pulumi.getter
2766
+ def name(self) -> str:
2767
+ """
2768
+ The name of the SKU. Ex - P3. It is typically a letter+number code
2769
+ """
2770
+ return pulumi.get(self, "name")
2771
+
2772
+ @property
2773
+ @pulumi.getter
2774
+ def capacity(self) -> Optional[int]:
2775
+ """
2776
+ If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
2777
+ """
2778
+ return pulumi.get(self, "capacity")
2779
+
2780
+ @property
2781
+ @pulumi.getter
2782
+ def family(self) -> Optional[str]:
2783
+ """
2784
+ If the service has different generations of hardware, for the same SKU, then that can be captured here.
2785
+ """
2786
+ return pulumi.get(self, "family")
2787
+
2788
+ @property
2789
+ @pulumi.getter
2790
+ def size(self) -> Optional[str]:
2791
+ """
2792
+ The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
2793
+ """
2794
+ return pulumi.get(self, "size")
2795
+
2796
+ @property
2797
+ @pulumi.getter
2798
+ def tier(self) -> Optional[str]:
2799
+ """
2800
+ This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
2801
+ """
2802
+ return pulumi.get(self, "tier")
2803
+
2804
+
2805
+ @pulumi.output_type
2806
+ class SystemDataResponse(dict):
2807
+ """
2808
+ Metadata pertaining to creation and last modification of the resource.
2809
+ """
2810
+ @staticmethod
2811
+ def __key_warning(key: str):
2812
+ suggest = None
2813
+ if key == "createdAt":
2814
+ suggest = "created_at"
2815
+ elif key == "createdBy":
2816
+ suggest = "created_by"
2817
+ elif key == "createdByType":
2818
+ suggest = "created_by_type"
2819
+ elif key == "lastModifiedAt":
2820
+ suggest = "last_modified_at"
2821
+ elif key == "lastModifiedBy":
2822
+ suggest = "last_modified_by"
2823
+ elif key == "lastModifiedByType":
2824
+ suggest = "last_modified_by_type"
2825
+
2826
+ if suggest:
2827
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
2828
+
2829
+ def __getitem__(self, key: str) -> Any:
2830
+ SystemDataResponse.__key_warning(key)
2831
+ return super().__getitem__(key)
2832
+
2833
+ def get(self, key: str, default = None) -> Any:
2834
+ SystemDataResponse.__key_warning(key)
2835
+ return super().get(key, default)
2836
+
2837
+ def __init__(__self__, *,
2838
+ created_at: Optional[str] = None,
2839
+ created_by: Optional[str] = None,
2840
+ created_by_type: Optional[str] = None,
2841
+ last_modified_at: Optional[str] = None,
2842
+ last_modified_by: Optional[str] = None,
2843
+ last_modified_by_type: Optional[str] = None):
2844
+ """
2845
+ Metadata pertaining to creation and last modification of the resource.
2846
+ :param str created_at: The timestamp of resource creation (UTC).
2847
+ :param str created_by: The identity that created the resource.
2848
+ :param str created_by_type: The type of identity that created the resource.
2849
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
2850
+ :param str last_modified_by: The identity that last modified the resource.
2851
+ :param str last_modified_by_type: The type of identity that last modified the resource.
2852
+ """
2853
+ if created_at is not None:
2854
+ pulumi.set(__self__, "created_at", created_at)
2855
+ if created_by is not None:
2856
+ pulumi.set(__self__, "created_by", created_by)
2857
+ if created_by_type is not None:
2858
+ pulumi.set(__self__, "created_by_type", created_by_type)
2859
+ if last_modified_at is not None:
2860
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
2861
+ if last_modified_by is not None:
2862
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
2863
+ if last_modified_by_type is not None:
2864
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
2865
+
2866
+ @property
2867
+ @pulumi.getter(name="createdAt")
2868
+ def created_at(self) -> Optional[str]:
2869
+ """
2870
+ The timestamp of resource creation (UTC).
2871
+ """
2872
+ return pulumi.get(self, "created_at")
2873
+
2874
+ @property
2875
+ @pulumi.getter(name="createdBy")
2876
+ def created_by(self) -> Optional[str]:
2877
+ """
2878
+ The identity that created the resource.
2879
+ """
2880
+ return pulumi.get(self, "created_by")
2881
+
2882
+ @property
2883
+ @pulumi.getter(name="createdByType")
2884
+ def created_by_type(self) -> Optional[str]:
2885
+ """
2886
+ The type of identity that created the resource.
2887
+ """
2888
+ return pulumi.get(self, "created_by_type")
2889
+
2890
+ @property
2891
+ @pulumi.getter(name="lastModifiedAt")
2892
+ def last_modified_at(self) -> Optional[str]:
2893
+ """
2894
+ The timestamp of resource last modification (UTC)
2895
+ """
2896
+ return pulumi.get(self, "last_modified_at")
2897
+
2898
+ @property
2899
+ @pulumi.getter(name="lastModifiedBy")
2900
+ def last_modified_by(self) -> Optional[str]:
2901
+ """
2902
+ The identity that last modified the resource.
2903
+ """
2904
+ return pulumi.get(self, "last_modified_by")
2905
+
2906
+ @property
2907
+ @pulumi.getter(name="lastModifiedByType")
2908
+ def last_modified_by_type(self) -> Optional[str]:
2909
+ """
2910
+ The type of identity that last modified the resource.
2911
+ """
2912
+ return pulumi.get(self, "last_modified_by_type")
2913
+
2914
+
2915
+ @pulumi.output_type
2916
+ class ThrottlingRuleResponse(dict):
2917
+ @staticmethod
2918
+ def __key_warning(key: str):
2919
+ suggest = None
2920
+ if key == "dynamicThrottlingEnabled":
2921
+ suggest = "dynamic_throttling_enabled"
2922
+ elif key == "matchPatterns":
2923
+ suggest = "match_patterns"
2924
+ elif key == "minCount":
2925
+ suggest = "min_count"
2926
+ elif key == "renewalPeriod":
2927
+ suggest = "renewal_period"
2928
+
2929
+ if suggest:
2930
+ pulumi.log.warn(f"Key '{key}' not found in ThrottlingRuleResponse. Access the value via the '{suggest}' property getter instead.")
2931
+
2932
+ def __getitem__(self, key: str) -> Any:
2933
+ ThrottlingRuleResponse.__key_warning(key)
2934
+ return super().__getitem__(key)
2935
+
2936
+ def get(self, key: str, default = None) -> Any:
2937
+ ThrottlingRuleResponse.__key_warning(key)
2938
+ return super().get(key, default)
2939
+
2940
+ def __init__(__self__, *,
2941
+ count: Optional[float] = None,
2942
+ dynamic_throttling_enabled: Optional[bool] = None,
2943
+ key: Optional[str] = None,
2944
+ match_patterns: Optional[Sequence['outputs.RequestMatchPatternResponse']] = None,
2945
+ min_count: Optional[float] = None,
2946
+ renewal_period: Optional[float] = None):
2947
+ if count is not None:
2948
+ pulumi.set(__self__, "count", count)
2949
+ if dynamic_throttling_enabled is not None:
2950
+ pulumi.set(__self__, "dynamic_throttling_enabled", dynamic_throttling_enabled)
2951
+ if key is not None:
2952
+ pulumi.set(__self__, "key", key)
2953
+ if match_patterns is not None:
2954
+ pulumi.set(__self__, "match_patterns", match_patterns)
2955
+ if min_count is not None:
2956
+ pulumi.set(__self__, "min_count", min_count)
2957
+ if renewal_period is not None:
2958
+ pulumi.set(__self__, "renewal_period", renewal_period)
2959
+
2960
+ @property
2961
+ @pulumi.getter
2962
+ def count(self) -> Optional[float]:
2963
+ return pulumi.get(self, "count")
2964
+
2965
+ @property
2966
+ @pulumi.getter(name="dynamicThrottlingEnabled")
2967
+ def dynamic_throttling_enabled(self) -> Optional[bool]:
2968
+ return pulumi.get(self, "dynamic_throttling_enabled")
2969
+
2970
+ @property
2971
+ @pulumi.getter
2972
+ def key(self) -> Optional[str]:
2973
+ return pulumi.get(self, "key")
2974
+
2975
+ @property
2976
+ @pulumi.getter(name="matchPatterns")
2977
+ def match_patterns(self) -> Optional[Sequence['outputs.RequestMatchPatternResponse']]:
2978
+ return pulumi.get(self, "match_patterns")
2979
+
2980
+ @property
2981
+ @pulumi.getter(name="minCount")
2982
+ def min_count(self) -> Optional[float]:
2983
+ return pulumi.get(self, "min_count")
2984
+
2985
+ @property
2986
+ @pulumi.getter(name="renewalPeriod")
2987
+ def renewal_period(self) -> Optional[float]:
2988
+ return pulumi.get(self, "renewal_period")
2989
+
2990
+
2991
+ @pulumi.output_type
2992
+ class UserAssignedIdentityResponse(dict):
2993
+ """
2994
+ User-assigned managed identity.
2995
+ """
2996
+ @staticmethod
2997
+ def __key_warning(key: str):
2998
+ suggest = None
2999
+ if key == "clientId":
3000
+ suggest = "client_id"
3001
+ elif key == "principalId":
3002
+ suggest = "principal_id"
3003
+
3004
+ if suggest:
3005
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
3006
+
3007
+ def __getitem__(self, key: str) -> Any:
3008
+ UserAssignedIdentityResponse.__key_warning(key)
3009
+ return super().__getitem__(key)
3010
+
3011
+ def get(self, key: str, default = None) -> Any:
3012
+ UserAssignedIdentityResponse.__key_warning(key)
3013
+ return super().get(key, default)
3014
+
3015
+ def __init__(__self__, *,
3016
+ client_id: str,
3017
+ principal_id: str):
3018
+ """
3019
+ User-assigned managed identity.
3020
+ :param str client_id: Client App Id associated with this identity.
3021
+ :param str principal_id: Azure Active Directory principal ID associated with this Identity.
3022
+ """
3023
+ pulumi.set(__self__, "client_id", client_id)
3024
+ pulumi.set(__self__, "principal_id", principal_id)
3025
+
3026
+ @property
3027
+ @pulumi.getter(name="clientId")
3028
+ def client_id(self) -> str:
3029
+ """
3030
+ Client App Id associated with this identity.
3031
+ """
3032
+ return pulumi.get(self, "client_id")
3033
+
3034
+ @property
3035
+ @pulumi.getter(name="principalId")
3036
+ def principal_id(self) -> str:
3037
+ """
3038
+ Azure Active Directory principal ID associated with this Identity.
3039
+ """
3040
+ return pulumi.get(self, "principal_id")
3041
+
3042
+
3043
+ @pulumi.output_type
3044
+ class UserOwnedAmlWorkspaceResponse(dict):
3045
+ """
3046
+ The user owned AML workspace for Cognitive Services account.
3047
+ """
3048
+ @staticmethod
3049
+ def __key_warning(key: str):
3050
+ suggest = None
3051
+ if key == "identityClientId":
3052
+ suggest = "identity_client_id"
3053
+ elif key == "resourceId":
3054
+ suggest = "resource_id"
3055
+
3056
+ if suggest:
3057
+ pulumi.log.warn(f"Key '{key}' not found in UserOwnedAmlWorkspaceResponse. Access the value via the '{suggest}' property getter instead.")
3058
+
3059
+ def __getitem__(self, key: str) -> Any:
3060
+ UserOwnedAmlWorkspaceResponse.__key_warning(key)
3061
+ return super().__getitem__(key)
3062
+
3063
+ def get(self, key: str, default = None) -> Any:
3064
+ UserOwnedAmlWorkspaceResponse.__key_warning(key)
3065
+ return super().get(key, default)
3066
+
3067
+ def __init__(__self__, *,
3068
+ identity_client_id: Optional[str] = None,
3069
+ resource_id: Optional[str] = None):
3070
+ """
3071
+ The user owned AML workspace for Cognitive Services account.
3072
+ :param str identity_client_id: Identity Client id of a AML workspace resource.
3073
+ :param str resource_id: Full resource id of a AML workspace resource.
3074
+ """
3075
+ if identity_client_id is not None:
3076
+ pulumi.set(__self__, "identity_client_id", identity_client_id)
3077
+ if resource_id is not None:
3078
+ pulumi.set(__self__, "resource_id", resource_id)
3079
+
3080
+ @property
3081
+ @pulumi.getter(name="identityClientId")
3082
+ def identity_client_id(self) -> Optional[str]:
3083
+ """
3084
+ Identity Client id of a AML workspace resource.
3085
+ """
3086
+ return pulumi.get(self, "identity_client_id")
3087
+
3088
+ @property
3089
+ @pulumi.getter(name="resourceId")
3090
+ def resource_id(self) -> Optional[str]:
3091
+ """
3092
+ Full resource id of a AML workspace resource.
3093
+ """
3094
+ return pulumi.get(self, "resource_id")
3095
+
3096
+
3097
+ @pulumi.output_type
3098
+ class UserOwnedStorageResponse(dict):
3099
+ """
3100
+ The user owned storage for Cognitive Services account.
3101
+ """
3102
+ @staticmethod
3103
+ def __key_warning(key: str):
3104
+ suggest = None
3105
+ if key == "identityClientId":
3106
+ suggest = "identity_client_id"
3107
+ elif key == "resourceId":
3108
+ suggest = "resource_id"
3109
+
3110
+ if suggest:
3111
+ pulumi.log.warn(f"Key '{key}' not found in UserOwnedStorageResponse. Access the value via the '{suggest}' property getter instead.")
3112
+
3113
+ def __getitem__(self, key: str) -> Any:
3114
+ UserOwnedStorageResponse.__key_warning(key)
3115
+ return super().__getitem__(key)
3116
+
3117
+ def get(self, key: str, default = None) -> Any:
3118
+ UserOwnedStorageResponse.__key_warning(key)
3119
+ return super().get(key, default)
3120
+
3121
+ def __init__(__self__, *,
3122
+ identity_client_id: Optional[str] = None,
3123
+ resource_id: Optional[str] = None):
3124
+ """
3125
+ The user owned storage for Cognitive Services account.
3126
+ :param str resource_id: Full resource id of a Microsoft.Storage resource.
3127
+ """
3128
+ if identity_client_id is not None:
3129
+ pulumi.set(__self__, "identity_client_id", identity_client_id)
3130
+ if resource_id is not None:
3131
+ pulumi.set(__self__, "resource_id", resource_id)
3132
+
3133
+ @property
3134
+ @pulumi.getter(name="identityClientId")
3135
+ def identity_client_id(self) -> Optional[str]:
3136
+ return pulumi.get(self, "identity_client_id")
3137
+
3138
+ @property
3139
+ @pulumi.getter(name="resourceId")
3140
+ def resource_id(self) -> Optional[str]:
3141
+ """
3142
+ Full resource id of a Microsoft.Storage resource.
3143
+ """
3144
+ return pulumi.get(self, "resource_id")
3145
+
3146
+
3147
+ @pulumi.output_type
3148
+ class VirtualNetworkRuleResponse(dict):
3149
+ """
3150
+ A rule governing the accessibility from a specific virtual network.
3151
+ """
3152
+ @staticmethod
3153
+ def __key_warning(key: str):
3154
+ suggest = None
3155
+ if key == "ignoreMissingVnetServiceEndpoint":
3156
+ suggest = "ignore_missing_vnet_service_endpoint"
3157
+
3158
+ if suggest:
3159
+ pulumi.log.warn(f"Key '{key}' not found in VirtualNetworkRuleResponse. Access the value via the '{suggest}' property getter instead.")
3160
+
3161
+ def __getitem__(self, key: str) -> Any:
3162
+ VirtualNetworkRuleResponse.__key_warning(key)
3163
+ return super().__getitem__(key)
3164
+
3165
+ def get(self, key: str, default = None) -> Any:
3166
+ VirtualNetworkRuleResponse.__key_warning(key)
3167
+ return super().get(key, default)
3168
+
3169
+ def __init__(__self__, *,
3170
+ id: str,
3171
+ ignore_missing_vnet_service_endpoint: Optional[bool] = None,
3172
+ state: Optional[str] = None):
3173
+ """
3174
+ A rule governing the accessibility from a specific virtual network.
3175
+ :param str id: Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'.
3176
+ :param bool ignore_missing_vnet_service_endpoint: Ignore missing vnet service endpoint or not.
3177
+ :param str state: Gets the state of virtual network rule.
3178
+ """
3179
+ pulumi.set(__self__, "id", id)
3180
+ if ignore_missing_vnet_service_endpoint is not None:
3181
+ pulumi.set(__self__, "ignore_missing_vnet_service_endpoint", ignore_missing_vnet_service_endpoint)
3182
+ if state is not None:
3183
+ pulumi.set(__self__, "state", state)
3184
+
3185
+ @property
3186
+ @pulumi.getter
3187
+ def id(self) -> str:
3188
+ """
3189
+ Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'.
3190
+ """
3191
+ return pulumi.get(self, "id")
3192
+
3193
+ @property
3194
+ @pulumi.getter(name="ignoreMissingVnetServiceEndpoint")
3195
+ def ignore_missing_vnet_service_endpoint(self) -> Optional[bool]:
3196
+ """
3197
+ Ignore missing vnet service endpoint or not.
3198
+ """
3199
+ return pulumi.get(self, "ignore_missing_vnet_service_endpoint")
3200
+
3201
+ @property
3202
+ @pulumi.getter
3203
+ def state(self) -> Optional[str]:
3204
+ """
3205
+ Gets the state of virtual network rule.
3206
+ """
3207
+ return pulumi.get(self, "state")
3208
+
3209
+