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