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