pulumi-azure-native 2.45.0a1717765148__py3-none-any.whl → 2.45.0a1718005516__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 (981) hide show
  1. pulumi_azure_native/__init__.py +154 -0
  2. pulumi_azure_native/apimanagement/__init__.py +17 -0
  3. pulumi_azure_native/apimanagement/_enums.py +15 -0
  4. pulumi_azure_native/apimanagement/_inputs.py +398 -0
  5. pulumi_azure_native/apimanagement/api.py +3 -3
  6. pulumi_azure_native/apimanagement/api_diagnostic.py +3 -3
  7. pulumi_azure_native/apimanagement/api_gateway.py +374 -0
  8. pulumi_azure_native/apimanagement/api_gateway_config_connection.py +264 -0
  9. pulumi_azure_native/apimanagement/api_issue.py +3 -3
  10. pulumi_azure_native/apimanagement/api_issue_attachment.py +3 -3
  11. pulumi_azure_native/apimanagement/api_issue_comment.py +3 -3
  12. pulumi_azure_native/apimanagement/api_management_service.py +3 -3
  13. pulumi_azure_native/apimanagement/api_operation.py +3 -3
  14. pulumi_azure_native/apimanagement/api_operation_policy.py +3 -3
  15. pulumi_azure_native/apimanagement/api_policy.py +3 -3
  16. pulumi_azure_native/apimanagement/api_release.py +3 -3
  17. pulumi_azure_native/apimanagement/api_schema.py +3 -3
  18. pulumi_azure_native/apimanagement/api_tag_description.py +3 -3
  19. pulumi_azure_native/apimanagement/api_version_set.py +3 -3
  20. pulumi_azure_native/apimanagement/api_wiki.py +3 -3
  21. pulumi_azure_native/apimanagement/authorization.py +3 -3
  22. pulumi_azure_native/apimanagement/authorization_access_policy.py +3 -3
  23. pulumi_azure_native/apimanagement/authorization_provider.py +3 -3
  24. pulumi_azure_native/apimanagement/authorization_server.py +3 -3
  25. pulumi_azure_native/apimanagement/backend.py +3 -3
  26. pulumi_azure_native/apimanagement/cache.py +3 -3
  27. pulumi_azure_native/apimanagement/certificate.py +3 -3
  28. pulumi_azure_native/apimanagement/content_item.py +3 -3
  29. pulumi_azure_native/apimanagement/content_type.py +3 -3
  30. pulumi_azure_native/apimanagement/diagnostic.py +3 -3
  31. pulumi_azure_native/apimanagement/documentation.py +3 -3
  32. pulumi_azure_native/apimanagement/email_template.py +3 -3
  33. pulumi_azure_native/apimanagement/gateway.py +3 -3
  34. pulumi_azure_native/apimanagement/gateway_api_entity_tag.py +3 -3
  35. pulumi_azure_native/apimanagement/gateway_certificate_authority.py +3 -3
  36. pulumi_azure_native/apimanagement/gateway_hostname_configuration.py +3 -3
  37. pulumi_azure_native/apimanagement/get_api.py +2 -2
  38. pulumi_azure_native/apimanagement/get_api_diagnostic.py +2 -2
  39. pulumi_azure_native/apimanagement/get_api_gateway.py +263 -0
  40. pulumi_azure_native/apimanagement/get_api_gateway_config_connection.py +176 -0
  41. pulumi_azure_native/apimanagement/get_api_issue.py +2 -2
  42. pulumi_azure_native/apimanagement/get_api_issue_attachment.py +2 -2
  43. pulumi_azure_native/apimanagement/get_api_issue_comment.py +2 -2
  44. pulumi_azure_native/apimanagement/get_api_management_service.py +2 -2
  45. pulumi_azure_native/apimanagement/get_api_management_service_domain_ownership_identifier.py +2 -2
  46. pulumi_azure_native/apimanagement/get_api_management_service_sso_token.py +2 -2
  47. pulumi_azure_native/apimanagement/get_api_operation.py +2 -2
  48. pulumi_azure_native/apimanagement/get_api_operation_policy.py +2 -2
  49. pulumi_azure_native/apimanagement/get_api_policy.py +2 -2
  50. pulumi_azure_native/apimanagement/get_api_release.py +2 -2
  51. pulumi_azure_native/apimanagement/get_api_schema.py +2 -2
  52. pulumi_azure_native/apimanagement/get_api_tag_description.py +2 -2
  53. pulumi_azure_native/apimanagement/get_api_version_set.py +2 -2
  54. pulumi_azure_native/apimanagement/get_api_wiki.py +2 -2
  55. pulumi_azure_native/apimanagement/get_authorization.py +2 -2
  56. pulumi_azure_native/apimanagement/get_authorization_access_policy.py +2 -2
  57. pulumi_azure_native/apimanagement/get_authorization_login_link_post.py +2 -2
  58. pulumi_azure_native/apimanagement/get_authorization_provider.py +2 -2
  59. pulumi_azure_native/apimanagement/get_authorization_server.py +2 -2
  60. pulumi_azure_native/apimanagement/get_backend.py +2 -2
  61. pulumi_azure_native/apimanagement/get_cache.py +2 -2
  62. pulumi_azure_native/apimanagement/get_certificate.py +2 -2
  63. pulumi_azure_native/apimanagement/get_content_item.py +2 -2
  64. pulumi_azure_native/apimanagement/get_content_type.py +2 -2
  65. pulumi_azure_native/apimanagement/get_diagnostic.py +2 -2
  66. pulumi_azure_native/apimanagement/get_documentation.py +2 -2
  67. pulumi_azure_native/apimanagement/get_email_template.py +2 -2
  68. pulumi_azure_native/apimanagement/get_gateway.py +2 -2
  69. pulumi_azure_native/apimanagement/get_gateway_certificate_authority.py +2 -2
  70. pulumi_azure_native/apimanagement/get_gateway_hostname_configuration.py +2 -2
  71. pulumi_azure_native/apimanagement/get_global_schema.py +2 -2
  72. pulumi_azure_native/apimanagement/get_graph_ql_api_resolver.py +2 -2
  73. pulumi_azure_native/apimanagement/get_graph_ql_api_resolver_policy.py +2 -2
  74. pulumi_azure_native/apimanagement/get_group.py +2 -2
  75. pulumi_azure_native/apimanagement/get_identity_provider.py +2 -2
  76. pulumi_azure_native/apimanagement/get_logger.py +2 -2
  77. pulumi_azure_native/apimanagement/get_named_value.py +2 -2
  78. pulumi_azure_native/apimanagement/get_open_id_connect_provider.py +2 -2
  79. pulumi_azure_native/apimanagement/get_policy.py +2 -2
  80. pulumi_azure_native/apimanagement/get_policy_fragment.py +2 -2
  81. pulumi_azure_native/apimanagement/get_policy_restriction.py +4 -0
  82. pulumi_azure_native/apimanagement/get_private_endpoint_connection_by_name.py +2 -2
  83. pulumi_azure_native/apimanagement/get_product.py +2 -2
  84. pulumi_azure_native/apimanagement/get_product_api_link.py +2 -2
  85. pulumi_azure_native/apimanagement/get_product_group_link.py +2 -2
  86. pulumi_azure_native/apimanagement/get_product_policy.py +2 -2
  87. pulumi_azure_native/apimanagement/get_product_wiki.py +2 -2
  88. pulumi_azure_native/apimanagement/get_subscription.py +2 -2
  89. pulumi_azure_native/apimanagement/get_tag.py +2 -2
  90. pulumi_azure_native/apimanagement/get_tag_api_link.py +2 -2
  91. pulumi_azure_native/apimanagement/get_tag_by_api.py +2 -2
  92. pulumi_azure_native/apimanagement/get_tag_by_operation.py +2 -2
  93. pulumi_azure_native/apimanagement/get_tag_by_product.py +2 -2
  94. pulumi_azure_native/apimanagement/get_tag_operation_link.py +2 -2
  95. pulumi_azure_native/apimanagement/get_tag_product_link.py +2 -2
  96. pulumi_azure_native/apimanagement/get_user.py +2 -2
  97. pulumi_azure_native/apimanagement/get_user_shared_access_token.py +2 -2
  98. pulumi_azure_native/apimanagement/get_workspace.py +2 -2
  99. pulumi_azure_native/apimanagement/get_workspace_api.py +2 -2
  100. pulumi_azure_native/apimanagement/get_workspace_api_diagnostic.py +252 -0
  101. pulumi_azure_native/apimanagement/get_workspace_api_operation.py +2 -2
  102. pulumi_azure_native/apimanagement/get_workspace_api_operation_policy.py +2 -2
  103. pulumi_azure_native/apimanagement/get_workspace_api_policy.py +2 -2
  104. pulumi_azure_native/apimanagement/get_workspace_api_release.py +2 -2
  105. pulumi_azure_native/apimanagement/get_workspace_api_schema.py +2 -2
  106. pulumi_azure_native/apimanagement/get_workspace_api_version_set.py +2 -2
  107. pulumi_azure_native/apimanagement/get_workspace_backend.py +257 -0
  108. pulumi_azure_native/apimanagement/get_workspace_certificate.py +169 -0
  109. pulumi_azure_native/apimanagement/get_workspace_diagnostic.py +247 -0
  110. pulumi_azure_native/apimanagement/get_workspace_global_schema.py +2 -2
  111. pulumi_azure_native/apimanagement/get_workspace_group.py +2 -2
  112. pulumi_azure_native/apimanagement/get_workspace_logger.py +182 -0
  113. pulumi_azure_native/apimanagement/get_workspace_named_value.py +2 -2
  114. pulumi_azure_native/apimanagement/get_workspace_policy.py +2 -2
  115. pulumi_azure_native/apimanagement/get_workspace_policy_fragment.py +2 -2
  116. pulumi_azure_native/apimanagement/get_workspace_product.py +2 -2
  117. pulumi_azure_native/apimanagement/get_workspace_product_api_link.py +2 -2
  118. pulumi_azure_native/apimanagement/get_workspace_product_group_link.py +2 -2
  119. pulumi_azure_native/apimanagement/get_workspace_product_policy.py +2 -2
  120. pulumi_azure_native/apimanagement/get_workspace_subscription.py +2 -2
  121. pulumi_azure_native/apimanagement/get_workspace_tag.py +2 -2
  122. pulumi_azure_native/apimanagement/get_workspace_tag_api_link.py +2 -2
  123. pulumi_azure_native/apimanagement/get_workspace_tag_operation_link.py +2 -2
  124. pulumi_azure_native/apimanagement/get_workspace_tag_product_link.py +2 -2
  125. pulumi_azure_native/apimanagement/global_schema.py +3 -3
  126. pulumi_azure_native/apimanagement/graph_ql_api_resolver.py +3 -3
  127. pulumi_azure_native/apimanagement/graph_ql_api_resolver_policy.py +3 -3
  128. pulumi_azure_native/apimanagement/group.py +3 -3
  129. pulumi_azure_native/apimanagement/group_user.py +3 -3
  130. pulumi_azure_native/apimanagement/identity_provider.py +3 -3
  131. pulumi_azure_native/apimanagement/list_authorization_server_secrets.py +2 -2
  132. pulumi_azure_native/apimanagement/list_gateway_debug_credentials.py +2 -2
  133. pulumi_azure_native/apimanagement/list_gateway_keys.py +2 -2
  134. pulumi_azure_native/apimanagement/list_identity_provider_secrets.py +2 -2
  135. pulumi_azure_native/apimanagement/list_named_value.py +2 -2
  136. pulumi_azure_native/apimanagement/list_open_id_connect_provider_secrets.py +2 -2
  137. pulumi_azure_native/apimanagement/list_policy_fragment_references.py +2 -2
  138. pulumi_azure_native/apimanagement/list_subscription_secrets.py +2 -2
  139. pulumi_azure_native/apimanagement/list_tenant_access_secrets.py +2 -2
  140. pulumi_azure_native/apimanagement/list_workspace_named_value.py +2 -2
  141. pulumi_azure_native/apimanagement/list_workspace_policy_fragment_references.py +2 -2
  142. pulumi_azure_native/apimanagement/list_workspace_subscription_secrets.py +2 -2
  143. pulumi_azure_native/apimanagement/logger.py +3 -3
  144. pulumi_azure_native/apimanagement/named_value.py +3 -3
  145. pulumi_azure_native/apimanagement/notification_recipient_email.py +3 -3
  146. pulumi_azure_native/apimanagement/notification_recipient_user.py +3 -3
  147. pulumi_azure_native/apimanagement/open_id_connect_provider.py +3 -3
  148. pulumi_azure_native/apimanagement/outputs.py +445 -0
  149. pulumi_azure_native/apimanagement/policy.py +3 -3
  150. pulumi_azure_native/apimanagement/policy_fragment.py +3 -3
  151. pulumi_azure_native/apimanagement/policy_restriction.py +5 -1
  152. pulumi_azure_native/apimanagement/private_endpoint_connection_by_name.py +3 -3
  153. pulumi_azure_native/apimanagement/product.py +3 -3
  154. pulumi_azure_native/apimanagement/product_api.py +3 -3
  155. pulumi_azure_native/apimanagement/product_api_link.py +3 -3
  156. pulumi_azure_native/apimanagement/product_group.py +3 -3
  157. pulumi_azure_native/apimanagement/product_group_link.py +3 -3
  158. pulumi_azure_native/apimanagement/product_policy.py +3 -3
  159. pulumi_azure_native/apimanagement/product_wiki.py +3 -3
  160. pulumi_azure_native/apimanagement/schema.py +1 -1
  161. pulumi_azure_native/apimanagement/subscription.py +3 -3
  162. pulumi_azure_native/apimanagement/tag.py +3 -3
  163. pulumi_azure_native/apimanagement/tag_api_link.py +3 -3
  164. pulumi_azure_native/apimanagement/tag_by_api.py +3 -3
  165. pulumi_azure_native/apimanagement/tag_by_operation.py +3 -3
  166. pulumi_azure_native/apimanagement/tag_by_product.py +3 -3
  167. pulumi_azure_native/apimanagement/tag_operation_link.py +3 -3
  168. pulumi_azure_native/apimanagement/tag_product_link.py +3 -3
  169. pulumi_azure_native/apimanagement/user.py +3 -3
  170. pulumi_azure_native/apimanagement/v20161010/api_management_service.py +1 -1
  171. pulumi_azure_native/apimanagement/v20170301/api.py +1 -1
  172. pulumi_azure_native/apimanagement/v20170301/api_management_service.py +1 -1
  173. pulumi_azure_native/apimanagement/v20170301/group_user.py +1 -1
  174. pulumi_azure_native/apimanagement/v20170301/logger.py +1 -1
  175. pulumi_azure_native/apimanagement/v20170301/product_api.py +1 -1
  176. pulumi_azure_native/apimanagement/v20170301/user.py +1 -1
  177. pulumi_azure_native/apimanagement/v20180101/api_diagnostic.py +1 -1
  178. pulumi_azure_native/apimanagement/v20180101/backend.py +1 -1
  179. pulumi_azure_native/apimanagement/v20180101/diagnostic.py +1 -1
  180. pulumi_azure_native/apimanagement/v20180101/group_user.py +1 -1
  181. pulumi_azure_native/apimanagement/v20180101/logger.py +1 -1
  182. pulumi_azure_native/apimanagement/v20180101/notification_recipient_user.py +1 -1
  183. pulumi_azure_native/apimanagement/v20180101/subscription.py +1 -1
  184. pulumi_azure_native/apimanagement/v20180101/user.py +1 -1
  185. pulumi_azure_native/apimanagement/v20180601preview/api.py +1 -1
  186. pulumi_azure_native/apimanagement/v20180601preview/api_operation_policy.py +1 -1
  187. pulumi_azure_native/apimanagement/v20180601preview/api_policy.py +1 -1
  188. pulumi_azure_native/apimanagement/v20180601preview/policy.py +1 -1
  189. pulumi_azure_native/apimanagement/v20180601preview/product_api.py +1 -1
  190. pulumi_azure_native/apimanagement/v20180601preview/product_policy.py +1 -1
  191. pulumi_azure_native/apimanagement/v20180601preview/tag_description.py +1 -1
  192. pulumi_azure_native/apimanagement/v20190101/api_diagnostic.py +1 -1
  193. pulumi_azure_native/apimanagement/v20190101/api_schema.py +1 -1
  194. pulumi_azure_native/apimanagement/v20190101/api_tag_description.py +1 -1
  195. pulumi_azure_native/apimanagement/v20190101/diagnostic.py +1 -1
  196. pulumi_azure_native/apimanagement/v20190101/identity_provider.py +1 -1
  197. pulumi_azure_native/apimanagement/v20190101/subscription.py +1 -1
  198. pulumi_azure_native/apimanagement/v20191201preview/cache.py +1 -1
  199. pulumi_azure_native/apimanagement/v20191201preview/logger.py +1 -1
  200. pulumi_azure_native/apimanagement/v20201201/api.py +1 -1
  201. pulumi_azure_native/apimanagement/v20210401preview/schema.py +1 -1
  202. pulumi_azure_native/apimanagement/v20220801/api.py +1 -1
  203. pulumi_azure_native/apimanagement/v20220801/api_diagnostic.py +1 -1
  204. pulumi_azure_native/apimanagement/v20220801/api_issue.py +1 -1
  205. pulumi_azure_native/apimanagement/v20220801/api_issue_attachment.py +1 -1
  206. pulumi_azure_native/apimanagement/v20220801/api_issue_comment.py +1 -1
  207. pulumi_azure_native/apimanagement/v20220801/api_management_service.py +1 -1
  208. pulumi_azure_native/apimanagement/v20220801/api_operation.py +1 -1
  209. pulumi_azure_native/apimanagement/v20220801/api_operation_policy.py +1 -1
  210. pulumi_azure_native/apimanagement/v20220801/api_policy.py +1 -1
  211. pulumi_azure_native/apimanagement/v20220801/api_release.py +1 -1
  212. pulumi_azure_native/apimanagement/v20220801/api_schema.py +1 -1
  213. pulumi_azure_native/apimanagement/v20220801/api_tag_description.py +1 -1
  214. pulumi_azure_native/apimanagement/v20220801/api_version_set.py +1 -1
  215. pulumi_azure_native/apimanagement/v20220801/api_wiki.py +1 -1
  216. pulumi_azure_native/apimanagement/v20220801/authorization.py +1 -1
  217. pulumi_azure_native/apimanagement/v20220801/authorization_access_policy.py +1 -1
  218. pulumi_azure_native/apimanagement/v20220801/authorization_provider.py +1 -1
  219. pulumi_azure_native/apimanagement/v20220801/authorization_server.py +1 -1
  220. pulumi_azure_native/apimanagement/v20220801/backend.py +1 -1
  221. pulumi_azure_native/apimanagement/v20220801/cache.py +1 -1
  222. pulumi_azure_native/apimanagement/v20220801/certificate.py +1 -1
  223. pulumi_azure_native/apimanagement/v20220801/content_item.py +1 -1
  224. pulumi_azure_native/apimanagement/v20220801/content_type.py +1 -1
  225. pulumi_azure_native/apimanagement/v20220801/diagnostic.py +1 -1
  226. pulumi_azure_native/apimanagement/v20220801/documentation.py +1 -1
  227. pulumi_azure_native/apimanagement/v20220801/email_template.py +1 -1
  228. pulumi_azure_native/apimanagement/v20220801/gateway.py +1 -1
  229. pulumi_azure_native/apimanagement/v20220801/gateway_api_entity_tag.py +1 -1
  230. pulumi_azure_native/apimanagement/v20220801/gateway_certificate_authority.py +1 -1
  231. pulumi_azure_native/apimanagement/v20220801/gateway_hostname_configuration.py +1 -1
  232. pulumi_azure_native/apimanagement/v20220801/global_schema.py +1 -1
  233. pulumi_azure_native/apimanagement/v20220801/graph_ql_api_resolver.py +1 -1
  234. pulumi_azure_native/apimanagement/v20220801/graph_ql_api_resolver_policy.py +1 -1
  235. pulumi_azure_native/apimanagement/v20220801/group.py +1 -1
  236. pulumi_azure_native/apimanagement/v20220801/group_user.py +1 -1
  237. pulumi_azure_native/apimanagement/v20220801/identity_provider.py +1 -1
  238. pulumi_azure_native/apimanagement/v20220801/logger.py +1 -1
  239. pulumi_azure_native/apimanagement/v20220801/named_value.py +1 -1
  240. pulumi_azure_native/apimanagement/v20220801/notification_recipient_email.py +1 -1
  241. pulumi_azure_native/apimanagement/v20220801/notification_recipient_user.py +1 -1
  242. pulumi_azure_native/apimanagement/v20220801/open_id_connect_provider.py +1 -1
  243. pulumi_azure_native/apimanagement/v20220801/policy.py +1 -1
  244. pulumi_azure_native/apimanagement/v20220801/policy_fragment.py +1 -1
  245. pulumi_azure_native/apimanagement/v20220801/private_endpoint_connection_by_name.py +1 -1
  246. pulumi_azure_native/apimanagement/v20220801/product.py +1 -1
  247. pulumi_azure_native/apimanagement/v20220801/product_api.py +1 -1
  248. pulumi_azure_native/apimanagement/v20220801/product_group.py +1 -1
  249. pulumi_azure_native/apimanagement/v20220801/product_policy.py +1 -1
  250. pulumi_azure_native/apimanagement/v20220801/product_wiki.py +1 -1
  251. pulumi_azure_native/apimanagement/v20220801/subscription.py +1 -1
  252. pulumi_azure_native/apimanagement/v20220801/tag.py +1 -1
  253. pulumi_azure_native/apimanagement/v20220801/tag_by_api.py +1 -1
  254. pulumi_azure_native/apimanagement/v20220801/tag_by_operation.py +1 -1
  255. pulumi_azure_native/apimanagement/v20220801/tag_by_product.py +1 -1
  256. pulumi_azure_native/apimanagement/v20220801/user.py +1 -1
  257. pulumi_azure_native/apimanagement/v20220901preview/api.py +1 -1
  258. pulumi_azure_native/apimanagement/v20220901preview/api_diagnostic.py +1 -1
  259. pulumi_azure_native/apimanagement/v20220901preview/api_issue.py +1 -1
  260. pulumi_azure_native/apimanagement/v20220901preview/api_issue_attachment.py +1 -1
  261. pulumi_azure_native/apimanagement/v20220901preview/api_issue_comment.py +1 -1
  262. pulumi_azure_native/apimanagement/v20220901preview/api_management_service.py +1 -1
  263. pulumi_azure_native/apimanagement/v20220901preview/api_operation.py +1 -1
  264. pulumi_azure_native/apimanagement/v20220901preview/api_operation_policy.py +1 -1
  265. pulumi_azure_native/apimanagement/v20220901preview/api_policy.py +1 -1
  266. pulumi_azure_native/apimanagement/v20220901preview/api_release.py +1 -1
  267. pulumi_azure_native/apimanagement/v20220901preview/api_schema.py +1 -1
  268. pulumi_azure_native/apimanagement/v20220901preview/api_tag_description.py +1 -1
  269. pulumi_azure_native/apimanagement/v20220901preview/api_version_set.py +1 -1
  270. pulumi_azure_native/apimanagement/v20220901preview/api_wiki.py +1 -1
  271. pulumi_azure_native/apimanagement/v20220901preview/authorization.py +1 -1
  272. pulumi_azure_native/apimanagement/v20220901preview/authorization_access_policy.py +1 -1
  273. pulumi_azure_native/apimanagement/v20220901preview/authorization_provider.py +1 -1
  274. pulumi_azure_native/apimanagement/v20220901preview/authorization_server.py +1 -1
  275. pulumi_azure_native/apimanagement/v20220901preview/backend.py +1 -1
  276. pulumi_azure_native/apimanagement/v20220901preview/cache.py +1 -1
  277. pulumi_azure_native/apimanagement/v20220901preview/certificate.py +1 -1
  278. pulumi_azure_native/apimanagement/v20220901preview/content_item.py +1 -1
  279. pulumi_azure_native/apimanagement/v20220901preview/content_type.py +1 -1
  280. pulumi_azure_native/apimanagement/v20220901preview/diagnostic.py +1 -1
  281. pulumi_azure_native/apimanagement/v20220901preview/documentation.py +1 -1
  282. pulumi_azure_native/apimanagement/v20220901preview/email_template.py +1 -1
  283. pulumi_azure_native/apimanagement/v20220901preview/gateway.py +1 -1
  284. pulumi_azure_native/apimanagement/v20220901preview/gateway_api_entity_tag.py +1 -1
  285. pulumi_azure_native/apimanagement/v20220901preview/gateway_certificate_authority.py +1 -1
  286. pulumi_azure_native/apimanagement/v20220901preview/gateway_hostname_configuration.py +1 -1
  287. pulumi_azure_native/apimanagement/v20220901preview/global_schema.py +1 -1
  288. pulumi_azure_native/apimanagement/v20220901preview/graph_ql_api_resolver.py +1 -1
  289. pulumi_azure_native/apimanagement/v20220901preview/graph_ql_api_resolver_policy.py +1 -1
  290. pulumi_azure_native/apimanagement/v20220901preview/group.py +1 -1
  291. pulumi_azure_native/apimanagement/v20220901preview/group_user.py +1 -1
  292. pulumi_azure_native/apimanagement/v20220901preview/identity_provider.py +1 -1
  293. pulumi_azure_native/apimanagement/v20220901preview/logger.py +1 -1
  294. pulumi_azure_native/apimanagement/v20220901preview/named_value.py +1 -1
  295. pulumi_azure_native/apimanagement/v20220901preview/notification_recipient_email.py +1 -1
  296. pulumi_azure_native/apimanagement/v20220901preview/notification_recipient_user.py +1 -1
  297. pulumi_azure_native/apimanagement/v20220901preview/open_id_connect_provider.py +1 -1
  298. pulumi_azure_native/apimanagement/v20220901preview/policy.py +1 -1
  299. pulumi_azure_native/apimanagement/v20220901preview/policy_fragment.py +1 -1
  300. pulumi_azure_native/apimanagement/v20220901preview/private_endpoint_connection_by_name.py +1 -1
  301. pulumi_azure_native/apimanagement/v20220901preview/product.py +1 -1
  302. pulumi_azure_native/apimanagement/v20220901preview/product_api.py +1 -1
  303. pulumi_azure_native/apimanagement/v20220901preview/product_api_link.py +1 -1
  304. pulumi_azure_native/apimanagement/v20220901preview/product_group.py +1 -1
  305. pulumi_azure_native/apimanagement/v20220901preview/product_group_link.py +1 -1
  306. pulumi_azure_native/apimanagement/v20220901preview/product_policy.py +1 -1
  307. pulumi_azure_native/apimanagement/v20220901preview/product_wiki.py +1 -1
  308. pulumi_azure_native/apimanagement/v20220901preview/subscription.py +1 -1
  309. pulumi_azure_native/apimanagement/v20220901preview/tag.py +1 -1
  310. pulumi_azure_native/apimanagement/v20220901preview/tag_api_link.py +1 -1
  311. pulumi_azure_native/apimanagement/v20220901preview/tag_by_api.py +1 -1
  312. pulumi_azure_native/apimanagement/v20220901preview/tag_by_operation.py +1 -1
  313. pulumi_azure_native/apimanagement/v20220901preview/tag_by_product.py +1 -1
  314. pulumi_azure_native/apimanagement/v20220901preview/tag_operation_link.py +1 -1
  315. pulumi_azure_native/apimanagement/v20220901preview/tag_product_link.py +1 -1
  316. pulumi_azure_native/apimanagement/v20220901preview/user.py +1 -1
  317. pulumi_azure_native/apimanagement/v20220901preview/workspace.py +1 -1
  318. pulumi_azure_native/apimanagement/v20220901preview/workspace_api.py +1 -1
  319. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_operation.py +1 -1
  320. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_operation_policy.py +1 -1
  321. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_policy.py +1 -1
  322. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_release.py +1 -1
  323. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_schema.py +1 -1
  324. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_version_set.py +1 -1
  325. pulumi_azure_native/apimanagement/v20220901preview/workspace_global_schema.py +1 -1
  326. pulumi_azure_native/apimanagement/v20220901preview/workspace_group.py +1 -1
  327. pulumi_azure_native/apimanagement/v20220901preview/workspace_group_user.py +1 -1
  328. pulumi_azure_native/apimanagement/v20220901preview/workspace_named_value.py +1 -1
  329. pulumi_azure_native/apimanagement/v20220901preview/workspace_notification_recipient_email.py +1 -1
  330. pulumi_azure_native/apimanagement/v20220901preview/workspace_notification_recipient_user.py +1 -1
  331. pulumi_azure_native/apimanagement/v20220901preview/workspace_policy.py +1 -1
  332. pulumi_azure_native/apimanagement/v20220901preview/workspace_policy_fragment.py +1 -1
  333. pulumi_azure_native/apimanagement/v20220901preview/workspace_product.py +1 -1
  334. pulumi_azure_native/apimanagement/v20220901preview/workspace_product_api_link.py +1 -1
  335. pulumi_azure_native/apimanagement/v20220901preview/workspace_product_group_link.py +1 -1
  336. pulumi_azure_native/apimanagement/v20220901preview/workspace_product_policy.py +1 -1
  337. pulumi_azure_native/apimanagement/v20220901preview/workspace_subscription.py +1 -1
  338. pulumi_azure_native/apimanagement/v20220901preview/workspace_tag.py +1 -1
  339. pulumi_azure_native/apimanagement/v20220901preview/workspace_tag_api_link.py +1 -1
  340. pulumi_azure_native/apimanagement/v20220901preview/workspace_tag_operation_link.py +1 -1
  341. pulumi_azure_native/apimanagement/v20220901preview/workspace_tag_product_link.py +1 -1
  342. pulumi_azure_native/apimanagement/v20230301preview/api.py +1 -1
  343. pulumi_azure_native/apimanagement/v20230301preview/api_diagnostic.py +1 -1
  344. pulumi_azure_native/apimanagement/v20230301preview/api_issue.py +1 -1
  345. pulumi_azure_native/apimanagement/v20230301preview/api_issue_attachment.py +1 -1
  346. pulumi_azure_native/apimanagement/v20230301preview/api_issue_comment.py +1 -1
  347. pulumi_azure_native/apimanagement/v20230301preview/api_management_service.py +1 -1
  348. pulumi_azure_native/apimanagement/v20230301preview/api_operation.py +1 -1
  349. pulumi_azure_native/apimanagement/v20230301preview/api_operation_policy.py +1 -1
  350. pulumi_azure_native/apimanagement/v20230301preview/api_policy.py +1 -1
  351. pulumi_azure_native/apimanagement/v20230301preview/api_release.py +1 -1
  352. pulumi_azure_native/apimanagement/v20230301preview/api_schema.py +1 -1
  353. pulumi_azure_native/apimanagement/v20230301preview/api_tag_description.py +1 -1
  354. pulumi_azure_native/apimanagement/v20230301preview/api_version_set.py +1 -1
  355. pulumi_azure_native/apimanagement/v20230301preview/api_wiki.py +1 -1
  356. pulumi_azure_native/apimanagement/v20230301preview/authorization.py +1 -1
  357. pulumi_azure_native/apimanagement/v20230301preview/authorization_access_policy.py +1 -1
  358. pulumi_azure_native/apimanagement/v20230301preview/authorization_provider.py +1 -1
  359. pulumi_azure_native/apimanagement/v20230301preview/authorization_server.py +1 -1
  360. pulumi_azure_native/apimanagement/v20230301preview/backend.py +1 -1
  361. pulumi_azure_native/apimanagement/v20230301preview/cache.py +1 -1
  362. pulumi_azure_native/apimanagement/v20230301preview/certificate.py +1 -1
  363. pulumi_azure_native/apimanagement/v20230301preview/content_item.py +1 -1
  364. pulumi_azure_native/apimanagement/v20230301preview/content_type.py +1 -1
  365. pulumi_azure_native/apimanagement/v20230301preview/diagnostic.py +1 -1
  366. pulumi_azure_native/apimanagement/v20230301preview/documentation.py +1 -1
  367. pulumi_azure_native/apimanagement/v20230301preview/email_template.py +1 -1
  368. pulumi_azure_native/apimanagement/v20230301preview/gateway.py +1 -1
  369. pulumi_azure_native/apimanagement/v20230301preview/gateway_api_entity_tag.py +1 -1
  370. pulumi_azure_native/apimanagement/v20230301preview/gateway_certificate_authority.py +1 -1
  371. pulumi_azure_native/apimanagement/v20230301preview/gateway_hostname_configuration.py +1 -1
  372. pulumi_azure_native/apimanagement/v20230301preview/global_schema.py +1 -1
  373. pulumi_azure_native/apimanagement/v20230301preview/graph_ql_api_resolver.py +1 -1
  374. pulumi_azure_native/apimanagement/v20230301preview/graph_ql_api_resolver_policy.py +1 -1
  375. pulumi_azure_native/apimanagement/v20230301preview/group.py +1 -1
  376. pulumi_azure_native/apimanagement/v20230301preview/group_user.py +1 -1
  377. pulumi_azure_native/apimanagement/v20230301preview/identity_provider.py +1 -1
  378. pulumi_azure_native/apimanagement/v20230301preview/logger.py +1 -1
  379. pulumi_azure_native/apimanagement/v20230301preview/named_value.py +1 -1
  380. pulumi_azure_native/apimanagement/v20230301preview/notification_recipient_email.py +1 -1
  381. pulumi_azure_native/apimanagement/v20230301preview/notification_recipient_user.py +1 -1
  382. pulumi_azure_native/apimanagement/v20230301preview/open_id_connect_provider.py +1 -1
  383. pulumi_azure_native/apimanagement/v20230301preview/policy.py +1 -1
  384. pulumi_azure_native/apimanagement/v20230301preview/policy_fragment.py +1 -1
  385. pulumi_azure_native/apimanagement/v20230301preview/private_endpoint_connection_by_name.py +1 -1
  386. pulumi_azure_native/apimanagement/v20230301preview/product.py +1 -1
  387. pulumi_azure_native/apimanagement/v20230301preview/product_api.py +1 -1
  388. pulumi_azure_native/apimanagement/v20230301preview/product_api_link.py +1 -1
  389. pulumi_azure_native/apimanagement/v20230301preview/product_group.py +1 -1
  390. pulumi_azure_native/apimanagement/v20230301preview/product_group_link.py +1 -1
  391. pulumi_azure_native/apimanagement/v20230301preview/product_policy.py +1 -1
  392. pulumi_azure_native/apimanagement/v20230301preview/product_wiki.py +1 -1
  393. pulumi_azure_native/apimanagement/v20230301preview/subscription.py +1 -1
  394. pulumi_azure_native/apimanagement/v20230301preview/tag.py +1 -1
  395. pulumi_azure_native/apimanagement/v20230301preview/tag_api_link.py +1 -1
  396. pulumi_azure_native/apimanagement/v20230301preview/tag_by_api.py +1 -1
  397. pulumi_azure_native/apimanagement/v20230301preview/tag_by_operation.py +1 -1
  398. pulumi_azure_native/apimanagement/v20230301preview/tag_by_product.py +1 -1
  399. pulumi_azure_native/apimanagement/v20230301preview/tag_operation_link.py +1 -1
  400. pulumi_azure_native/apimanagement/v20230301preview/tag_product_link.py +1 -1
  401. pulumi_azure_native/apimanagement/v20230301preview/user.py +1 -1
  402. pulumi_azure_native/apimanagement/v20230301preview/workspace.py +1 -1
  403. pulumi_azure_native/apimanagement/v20230301preview/workspace_api.py +1 -1
  404. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_operation.py +1 -1
  405. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_operation_policy.py +1 -1
  406. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_policy.py +1 -1
  407. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_release.py +1 -1
  408. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_schema.py +1 -1
  409. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_version_set.py +1 -1
  410. pulumi_azure_native/apimanagement/v20230301preview/workspace_global_schema.py +1 -1
  411. pulumi_azure_native/apimanagement/v20230301preview/workspace_group.py +1 -1
  412. pulumi_azure_native/apimanagement/v20230301preview/workspace_group_user.py +1 -1
  413. pulumi_azure_native/apimanagement/v20230301preview/workspace_named_value.py +1 -1
  414. pulumi_azure_native/apimanagement/v20230301preview/workspace_notification_recipient_email.py +1 -1
  415. pulumi_azure_native/apimanagement/v20230301preview/workspace_notification_recipient_user.py +1 -1
  416. pulumi_azure_native/apimanagement/v20230301preview/workspace_policy.py +1 -1
  417. pulumi_azure_native/apimanagement/v20230301preview/workspace_policy_fragment.py +1 -1
  418. pulumi_azure_native/apimanagement/v20230301preview/workspace_product.py +1 -1
  419. pulumi_azure_native/apimanagement/v20230301preview/workspace_product_api_link.py +1 -1
  420. pulumi_azure_native/apimanagement/v20230301preview/workspace_product_group_link.py +1 -1
  421. pulumi_azure_native/apimanagement/v20230301preview/workspace_product_policy.py +1 -1
  422. pulumi_azure_native/apimanagement/v20230301preview/workspace_subscription.py +1 -1
  423. pulumi_azure_native/apimanagement/v20230301preview/workspace_tag.py +1 -1
  424. pulumi_azure_native/apimanagement/v20230301preview/workspace_tag_api_link.py +1 -1
  425. pulumi_azure_native/apimanagement/v20230301preview/workspace_tag_operation_link.py +1 -1
  426. pulumi_azure_native/apimanagement/v20230301preview/workspace_tag_product_link.py +1 -1
  427. pulumi_azure_native/apimanagement/v20230501preview/api.py +1 -1
  428. pulumi_azure_native/apimanagement/v20230501preview/api_diagnostic.py +1 -1
  429. pulumi_azure_native/apimanagement/v20230501preview/api_issue.py +1 -1
  430. pulumi_azure_native/apimanagement/v20230501preview/api_issue_attachment.py +1 -1
  431. pulumi_azure_native/apimanagement/v20230501preview/api_issue_comment.py +1 -1
  432. pulumi_azure_native/apimanagement/v20230501preview/api_management_service.py +1 -1
  433. pulumi_azure_native/apimanagement/v20230501preview/api_operation.py +1 -1
  434. pulumi_azure_native/apimanagement/v20230501preview/api_operation_policy.py +1 -1
  435. pulumi_azure_native/apimanagement/v20230501preview/api_policy.py +1 -1
  436. pulumi_azure_native/apimanagement/v20230501preview/api_release.py +1 -1
  437. pulumi_azure_native/apimanagement/v20230501preview/api_schema.py +1 -1
  438. pulumi_azure_native/apimanagement/v20230501preview/api_tag_description.py +1 -1
  439. pulumi_azure_native/apimanagement/v20230501preview/api_version_set.py +1 -1
  440. pulumi_azure_native/apimanagement/v20230501preview/api_wiki.py +1 -1
  441. pulumi_azure_native/apimanagement/v20230501preview/authorization.py +1 -1
  442. pulumi_azure_native/apimanagement/v20230501preview/authorization_access_policy.py +1 -1
  443. pulumi_azure_native/apimanagement/v20230501preview/authorization_provider.py +1 -1
  444. pulumi_azure_native/apimanagement/v20230501preview/authorization_server.py +1 -1
  445. pulumi_azure_native/apimanagement/v20230501preview/backend.py +1 -1
  446. pulumi_azure_native/apimanagement/v20230501preview/cache.py +1 -1
  447. pulumi_azure_native/apimanagement/v20230501preview/certificate.py +1 -1
  448. pulumi_azure_native/apimanagement/v20230501preview/content_item.py +1 -1
  449. pulumi_azure_native/apimanagement/v20230501preview/content_type.py +1 -1
  450. pulumi_azure_native/apimanagement/v20230501preview/diagnostic.py +1 -1
  451. pulumi_azure_native/apimanagement/v20230501preview/documentation.py +1 -1
  452. pulumi_azure_native/apimanagement/v20230501preview/email_template.py +1 -1
  453. pulumi_azure_native/apimanagement/v20230501preview/gateway.py +1 -1
  454. pulumi_azure_native/apimanagement/v20230501preview/gateway_api_entity_tag.py +1 -1
  455. pulumi_azure_native/apimanagement/v20230501preview/gateway_certificate_authority.py +1 -1
  456. pulumi_azure_native/apimanagement/v20230501preview/gateway_hostname_configuration.py +1 -1
  457. pulumi_azure_native/apimanagement/v20230501preview/global_schema.py +1 -1
  458. pulumi_azure_native/apimanagement/v20230501preview/graph_ql_api_resolver.py +1 -1
  459. pulumi_azure_native/apimanagement/v20230501preview/graph_ql_api_resolver_policy.py +1 -1
  460. pulumi_azure_native/apimanagement/v20230501preview/group.py +1 -1
  461. pulumi_azure_native/apimanagement/v20230501preview/group_user.py +1 -1
  462. pulumi_azure_native/apimanagement/v20230501preview/identity_provider.py +1 -1
  463. pulumi_azure_native/apimanagement/v20230501preview/logger.py +1 -1
  464. pulumi_azure_native/apimanagement/v20230501preview/named_value.py +1 -1
  465. pulumi_azure_native/apimanagement/v20230501preview/notification_recipient_email.py +1 -1
  466. pulumi_azure_native/apimanagement/v20230501preview/notification_recipient_user.py +1 -1
  467. pulumi_azure_native/apimanagement/v20230501preview/open_id_connect_provider.py +1 -1
  468. pulumi_azure_native/apimanagement/v20230501preview/policy.py +1 -1
  469. pulumi_azure_native/apimanagement/v20230501preview/policy_fragment.py +1 -1
  470. pulumi_azure_native/apimanagement/v20230501preview/policy_restriction.py +1 -1
  471. pulumi_azure_native/apimanagement/v20230501preview/private_endpoint_connection_by_name.py +1 -1
  472. pulumi_azure_native/apimanagement/v20230501preview/product.py +1 -1
  473. pulumi_azure_native/apimanagement/v20230501preview/product_api.py +1 -1
  474. pulumi_azure_native/apimanagement/v20230501preview/product_api_link.py +1 -1
  475. pulumi_azure_native/apimanagement/v20230501preview/product_group.py +1 -1
  476. pulumi_azure_native/apimanagement/v20230501preview/product_group_link.py +1 -1
  477. pulumi_azure_native/apimanagement/v20230501preview/product_policy.py +1 -1
  478. pulumi_azure_native/apimanagement/v20230501preview/product_wiki.py +1 -1
  479. pulumi_azure_native/apimanagement/v20230501preview/subscription.py +1 -1
  480. pulumi_azure_native/apimanagement/v20230501preview/tag.py +1 -1
  481. pulumi_azure_native/apimanagement/v20230501preview/tag_api_link.py +1 -1
  482. pulumi_azure_native/apimanagement/v20230501preview/tag_by_api.py +1 -1
  483. pulumi_azure_native/apimanagement/v20230501preview/tag_by_operation.py +1 -1
  484. pulumi_azure_native/apimanagement/v20230501preview/tag_by_product.py +1 -1
  485. pulumi_azure_native/apimanagement/v20230501preview/tag_operation_link.py +1 -1
  486. pulumi_azure_native/apimanagement/v20230501preview/tag_product_link.py +1 -1
  487. pulumi_azure_native/apimanagement/v20230501preview/user.py +1 -1
  488. pulumi_azure_native/apimanagement/v20230501preview/workspace.py +1 -1
  489. pulumi_azure_native/apimanagement/v20230501preview/workspace_api.py +1 -1
  490. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_operation.py +1 -1
  491. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_operation_policy.py +1 -1
  492. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_policy.py +1 -1
  493. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_release.py +1 -1
  494. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_schema.py +1 -1
  495. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_version_set.py +1 -1
  496. pulumi_azure_native/apimanagement/v20230501preview/workspace_global_schema.py +1 -1
  497. pulumi_azure_native/apimanagement/v20230501preview/workspace_group.py +1 -1
  498. pulumi_azure_native/apimanagement/v20230501preview/workspace_group_user.py +1 -1
  499. pulumi_azure_native/apimanagement/v20230501preview/workspace_named_value.py +1 -1
  500. pulumi_azure_native/apimanagement/v20230501preview/workspace_notification_recipient_email.py +1 -1
  501. pulumi_azure_native/apimanagement/v20230501preview/workspace_notification_recipient_user.py +1 -1
  502. pulumi_azure_native/apimanagement/v20230501preview/workspace_policy.py +1 -1
  503. pulumi_azure_native/apimanagement/v20230501preview/workspace_policy_fragment.py +1 -1
  504. pulumi_azure_native/apimanagement/v20230501preview/workspace_product.py +1 -1
  505. pulumi_azure_native/apimanagement/v20230501preview/workspace_product_api_link.py +1 -1
  506. pulumi_azure_native/apimanagement/v20230501preview/workspace_product_group_link.py +1 -1
  507. pulumi_azure_native/apimanagement/v20230501preview/workspace_product_policy.py +1 -1
  508. pulumi_azure_native/apimanagement/v20230501preview/workspace_subscription.py +1 -1
  509. pulumi_azure_native/apimanagement/v20230501preview/workspace_tag.py +1 -1
  510. pulumi_azure_native/apimanagement/v20230501preview/workspace_tag_api_link.py +1 -1
  511. pulumi_azure_native/apimanagement/v20230501preview/workspace_tag_operation_link.py +1 -1
  512. pulumi_azure_native/apimanagement/v20230501preview/workspace_tag_product_link.py +1 -1
  513. pulumi_azure_native/apimanagement/v20230901preview/__init__.py +203 -0
  514. pulumi_azure_native/apimanagement/v20230901preview/_enums.py +817 -0
  515. pulumi_azure_native/apimanagement/v20230901preview/_inputs.py +3143 -0
  516. pulumi_azure_native/apimanagement/v20230901preview/api.py +893 -0
  517. pulumi_azure_native/apimanagement/v20230901preview/api_diagnostic.py +489 -0
  518. pulumi_azure_native/apimanagement/v20230901preview/api_gateway.py +372 -0
  519. pulumi_azure_native/apimanagement/v20230901preview/api_gateway_config_connection.py +262 -0
  520. pulumi_azure_native/apimanagement/v20230901preview/api_issue.py +353 -0
  521. pulumi_azure_native/apimanagement/v20230901preview/api_issue_attachment.py +306 -0
  522. pulumi_azure_native/apimanagement/v20230901preview/api_issue_comment.py +305 -0
  523. pulumi_azure_native/apimanagement/v20230901preview/api_management_service.py +1062 -0
  524. pulumi_azure_native/apimanagement/v20230901preview/api_operation.py +432 -0
  525. pulumi_azure_native/apimanagement/v20230901preview/api_operation_policy.py +280 -0
  526. pulumi_azure_native/apimanagement/v20230901preview/api_policy.py +259 -0
  527. pulumi_azure_native/apimanagement/v20230901preview/api_release.py +253 -0
  528. pulumi_azure_native/apimanagement/v20230901preview/api_schema.py +322 -0
  529. pulumi_azure_native/apimanagement/v20230901preview/api_tag_description.py +302 -0
  530. pulumi_azure_native/apimanagement/v20230901preview/api_version_set.py +322 -0
  531. pulumi_azure_native/apimanagement/v20230901preview/api_wiki.py +206 -0
  532. pulumi_azure_native/apimanagement/v20230901preview/authorization.py +343 -0
  533. pulumi_azure_native/apimanagement/v20230901preview/authorization_access_policy.py +303 -0
  534. pulumi_azure_native/apimanagement/v20230901preview/authorization_provider.py +263 -0
  535. pulumi_azure_native/apimanagement/v20230901preview/authorization_server.py +704 -0
  536. pulumi_azure_native/apimanagement/v20230901preview/backend.py +509 -0
  537. pulumi_azure_native/apimanagement/v20230901preview/cache.py +292 -0
  538. pulumi_azure_native/apimanagement/v20230901preview/certificate.py +275 -0
  539. pulumi_azure_native/apimanagement/v20230901preview/content_item.py +224 -0
  540. pulumi_azure_native/apimanagement/v20230901preview/content_type.py +300 -0
  541. pulumi_azure_native/apimanagement/v20230901preview/diagnostic.py +468 -0
  542. pulumi_azure_native/apimanagement/v20230901preview/documentation.py +232 -0
  543. pulumi_azure_native/apimanagement/v20230901preview/email_template.py +331 -0
  544. pulumi_azure_native/apimanagement/v20230901preview/gateway.py +234 -0
  545. pulumi_azure_native/apimanagement/v20230901preview/gateway_api_entity_tag.py +436 -0
  546. pulumi_azure_native/apimanagement/v20230901preview/gateway_certificate_authority.py +224 -0
  547. pulumi_azure_native/apimanagement/v20230901preview/gateway_hostname_configuration.py +369 -0
  548. pulumi_azure_native/apimanagement/v20230901preview/get_api.py +396 -0
  549. pulumi_azure_native/apimanagement/v20230901preview/get_api_diagnostic.py +245 -0
  550. pulumi_azure_native/apimanagement/v20230901preview/get_api_gateway.py +261 -0
  551. pulumi_azure_native/apimanagement/v20230901preview/get_api_gateway_config_connection.py +174 -0
  552. pulumi_azure_native/apimanagement/v20230901preview/get_api_issue.py +197 -0
  553. pulumi_azure_native/apimanagement/v20230901preview/get_api_issue_attachment.py +158 -0
  554. pulumi_azure_native/apimanagement/v20230901preview/get_api_issue_comment.py +158 -0
  555. pulumi_azure_native/apimanagement/v20230901preview/get_api_management_service.py +625 -0
  556. pulumi_azure_native/apimanagement/v20230901preview/get_api_management_service_domain_ownership_identifier.py +64 -0
  557. pulumi_azure_native/apimanagement/v20230901preview/get_api_management_service_sso_token.py +78 -0
  558. pulumi_azure_native/apimanagement/v20230901preview/get_api_operation.py +219 -0
  559. pulumi_azure_native/apimanagement/v20230901preview/get_api_operation_policy.py +150 -0
  560. pulumi_azure_native/apimanagement/v20230901preview/get_api_policy.py +145 -0
  561. pulumi_azure_native/apimanagement/v20230901preview/get_api_release.py +166 -0
  562. pulumi_azure_native/apimanagement/v20230901preview/get_api_schema.py +179 -0
  563. pulumi_azure_native/apimanagement/v20230901preview/get_api_tag_description.py +179 -0
  564. pulumi_azure_native/apimanagement/v20230901preview/get_api_version_set.py +174 -0
  565. pulumi_azure_native/apimanagement/v20230901preview/get_api_wiki.py +123 -0
  566. pulumi_azure_native/apimanagement/v20230901preview/get_authorization.py +180 -0
  567. pulumi_azure_native/apimanagement/v20230901preview/get_authorization_access_policy.py +158 -0
  568. pulumi_azure_native/apimanagement/v20230901preview/get_authorization_login_link_post.py +93 -0
  569. pulumi_azure_native/apimanagement/v20230901preview/get_authorization_provider.py +149 -0
  570. pulumi_azure_native/apimanagement/v20230901preview/get_authorization_server.py +344 -0
  571. pulumi_azure_native/apimanagement/v20230901preview/get_backend.py +250 -0
  572. pulumi_azure_native/apimanagement/v20230901preview/get_cache.py +161 -0
  573. pulumi_azure_native/apimanagement/v20230901preview/get_certificate.py +162 -0
  574. pulumi_azure_native/apimanagement/v20230901preview/get_content_item.py +127 -0
  575. pulumi_azure_native/apimanagement/v20230901preview/get_content_type.py +148 -0
  576. pulumi_azure_native/apimanagement/v20230901preview/get_diagnostic.py +240 -0
  577. pulumi_azure_native/apimanagement/v20230901preview/get_documentation.py +135 -0
  578. pulumi_azure_native/apimanagement/v20230901preview/get_email_template.py +188 -0
  579. pulumi_azure_native/apimanagement/v20230901preview/get_gateway.py +136 -0
  580. pulumi_azure_native/apimanagement/v20230901preview/get_gateway_certificate_authority.py +127 -0
  581. pulumi_azure_native/apimanagement/v20230901preview/get_gateway_hostname_configuration.py +192 -0
  582. pulumi_azure_native/apimanagement/v20230901preview/get_global_schema.py +161 -0
  583. pulumi_azure_native/apimanagement/v20230901preview/get_graph_ql_api_resolver.py +153 -0
  584. pulumi_azure_native/apimanagement/v20230901preview/get_graph_ql_api_resolver_policy.py +150 -0
  585. pulumi_azure_native/apimanagement/v20230901preview/get_group.py +161 -0
  586. pulumi_azure_native/apimanagement/v20230901preview/get_identity_provider.py +239 -0
  587. pulumi_azure_native/apimanagement/v20230901preview/get_logger.py +175 -0
  588. pulumi_azure_native/apimanagement/v20230901preview/get_named_value.py +188 -0
  589. pulumi_azure_native/apimanagement/v20230901preview/get_open_id_connect_provider.py +200 -0
  590. pulumi_azure_native/apimanagement/v20230901preview/get_policy.py +140 -0
  591. pulumi_azure_native/apimanagement/v20230901preview/get_policy_fragment.py +166 -0
  592. pulumi_azure_native/apimanagement/v20230901preview/get_policy_restriction.py +135 -0
  593. pulumi_azure_native/apimanagement/v20230901preview/get_private_endpoint_connection_by_name.py +149 -0
  594. pulumi_azure_native/apimanagement/v20230901preview/get_product.py +200 -0
  595. pulumi_azure_native/apimanagement/v20230901preview/get_product_api_link.py +127 -0
  596. pulumi_azure_native/apimanagement/v20230901preview/get_product_group_link.py +127 -0
  597. pulumi_azure_native/apimanagement/v20230901preview/get_product_policy.py +145 -0
  598. pulumi_azure_native/apimanagement/v20230901preview/get_product_wiki.py +123 -0
  599. pulumi_azure_native/apimanagement/v20230901preview/get_subscription.py +278 -0
  600. pulumi_azure_native/apimanagement/v20230901preview/get_tag.py +122 -0
  601. pulumi_azure_native/apimanagement/v20230901preview/get_tag_api_link.py +127 -0
  602. pulumi_azure_native/apimanagement/v20230901preview/get_tag_by_api.py +127 -0
  603. pulumi_azure_native/apimanagement/v20230901preview/get_tag_by_operation.py +132 -0
  604. pulumi_azure_native/apimanagement/v20230901preview/get_tag_by_product.py +127 -0
  605. pulumi_azure_native/apimanagement/v20230901preview/get_tag_operation_link.py +127 -0
  606. pulumi_azure_native/apimanagement/v20230901preview/get_tag_product_link.py +127 -0
  607. pulumi_azure_native/apimanagement/v20230901preview/get_user.py +214 -0
  608. pulumi_azure_native/apimanagement/v20230901preview/get_user_shared_access_token.py +94 -0
  609. pulumi_azure_native/apimanagement/v20230901preview/get_workspace.py +135 -0
  610. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api.py +401 -0
  611. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_diagnostic.py +250 -0
  612. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_operation.py +224 -0
  613. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_operation_policy.py +155 -0
  614. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_policy.py +150 -0
  615. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_release.py +171 -0
  616. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_schema.py +184 -0
  617. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_version_set.py +179 -0
  618. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_backend.py +255 -0
  619. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_certificate.py +167 -0
  620. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_diagnostic.py +245 -0
  621. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_global_schema.py +166 -0
  622. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_group.py +166 -0
  623. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_logger.py +180 -0
  624. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_named_value.py +193 -0
  625. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_policy.py +145 -0
  626. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_policy_fragment.py +171 -0
  627. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_product.py +205 -0
  628. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_product_api_link.py +132 -0
  629. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_product_group_link.py +132 -0
  630. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_product_policy.py +150 -0
  631. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_subscription.py +283 -0
  632. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_tag.py +127 -0
  633. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_tag_api_link.py +132 -0
  634. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_tag_operation_link.py +132 -0
  635. pulumi_azure_native/apimanagement/v20230901preview/get_workspace_tag_product_link.py +132 -0
  636. pulumi_azure_native/apimanagement/v20230901preview/global_schema.py +273 -0
  637. pulumi_azure_native/apimanagement/v20230901preview/graph_ql_api_resolver.py +282 -0
  638. pulumi_azure_native/apimanagement/v20230901preview/graph_ql_api_resolver_policy.py +280 -0
  639. pulumi_azure_native/apimanagement/v20230901preview/group.py +292 -0
  640. pulumi_azure_native/apimanagement/v20230901preview/group_user.py +276 -0
  641. pulumi_azure_native/apimanagement/v20230901preview/identity_provider.py +486 -0
  642. pulumi_azure_native/apimanagement/v20230901preview/list_authorization_server_secrets.py +109 -0
  643. pulumi_azure_native/apimanagement/v20230901preview/list_gateway_debug_credentials.py +99 -0
  644. pulumi_azure_native/apimanagement/v20230901preview/list_gateway_keys.py +96 -0
  645. pulumi_azure_native/apimanagement/v20230901preview/list_identity_provider_secrets.py +83 -0
  646. pulumi_azure_native/apimanagement/v20230901preview/list_named_value.py +83 -0
  647. pulumi_azure_native/apimanagement/v20230901preview/list_open_id_connect_provider_secrets.py +83 -0
  648. pulumi_azure_native/apimanagement/v20230901preview/list_policy_fragment_references.py +120 -0
  649. pulumi_azure_native/apimanagement/v20230901preview/list_subscription_secrets.py +96 -0
  650. pulumi_azure_native/apimanagement/v20230901preview/list_tenant_access_secrets.py +135 -0
  651. pulumi_azure_native/apimanagement/v20230901preview/list_workspace_named_value.py +88 -0
  652. pulumi_azure_native/apimanagement/v20230901preview/list_workspace_policy_fragment_references.py +125 -0
  653. pulumi_azure_native/apimanagement/v20230901preview/list_workspace_subscription_secrets.py +101 -0
  654. pulumi_azure_native/apimanagement/v20230901preview/logger.py +325 -0
  655. pulumi_azure_native/apimanagement/v20230901preview/named_value.py +332 -0
  656. pulumi_azure_native/apimanagement/v20230901preview/notification_recipient_email.py +204 -0
  657. pulumi_azure_native/apimanagement/v20230901preview/notification_recipient_user.py +204 -0
  658. pulumi_azure_native/apimanagement/v20230901preview/open_id_connect_provider.py +380 -0
  659. pulumi_azure_native/apimanagement/v20230901preview/outputs.py +3817 -0
  660. pulumi_azure_native/apimanagement/v20230901preview/policy.py +238 -0
  661. pulumi_azure_native/apimanagement/v20230901preview/policy_fragment.py +277 -0
  662. pulumi_azure_native/apimanagement/v20230901preview/policy_restriction.py +237 -0
  663. pulumi_azure_native/apimanagement/v20230901preview/private_endpoint_connection_by_name.py +247 -0
  664. pulumi_azure_native/apimanagement/v20230901preview/product.py +379 -0
  665. pulumi_azure_native/apimanagement/v20230901preview/product_api.py +416 -0
  666. pulumi_azure_native/apimanagement/v20230901preview/product_api_link.py +225 -0
  667. pulumi_azure_native/apimanagement/v20230901preview/product_group.py +235 -0
  668. pulumi_azure_native/apimanagement/v20230901preview/product_group_link.py +225 -0
  669. pulumi_azure_native/apimanagement/v20230901preview/product_policy.py +259 -0
  670. pulumi_azure_native/apimanagement/v20230901preview/product_wiki.py +206 -0
  671. pulumi_azure_native/apimanagement/v20230901preview/subscription.py +486 -0
  672. pulumi_azure_native/apimanagement/v20230901preview/tag.py +204 -0
  673. pulumi_azure_native/apimanagement/v20230901preview/tag_api_link.py +225 -0
  674. pulumi_azure_native/apimanagement/v20230901preview/tag_by_api.py +205 -0
  675. pulumi_azure_native/apimanagement/v20230901preview/tag_by_operation.py +226 -0
  676. pulumi_azure_native/apimanagement/v20230901preview/tag_by_product.py +205 -0
  677. pulumi_azure_native/apimanagement/v20230901preview/tag_operation_link.py +225 -0
  678. pulumi_azure_native/apimanagement/v20230901preview/tag_product_link.py +225 -0
  679. pulumi_azure_native/apimanagement/v20230901preview/user.py +458 -0
  680. pulumi_azure_native/apimanagement/v20230901preview/workspace.py +233 -0
  681. pulumi_azure_native/apimanagement/v20230901preview/workspace_api.py +914 -0
  682. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_diagnostic.py +510 -0
  683. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_operation.py +453 -0
  684. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_operation_policy.py +301 -0
  685. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_policy.py +280 -0
  686. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_release.py +274 -0
  687. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_schema.py +343 -0
  688. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_version_set.py +343 -0
  689. pulumi_azure_native/apimanagement/v20230901preview/workspace_backend.py +530 -0
  690. pulumi_azure_native/apimanagement/v20230901preview/workspace_certificate.py +296 -0
  691. pulumi_azure_native/apimanagement/v20230901preview/workspace_diagnostic.py +489 -0
  692. pulumi_azure_native/apimanagement/v20230901preview/workspace_global_schema.py +294 -0
  693. pulumi_azure_native/apimanagement/v20230901preview/workspace_group.py +313 -0
  694. pulumi_azure_native/apimanagement/v20230901preview/workspace_group_user.py +297 -0
  695. pulumi_azure_native/apimanagement/v20230901preview/workspace_logger.py +346 -0
  696. pulumi_azure_native/apimanagement/v20230901preview/workspace_named_value.py +353 -0
  697. pulumi_azure_native/apimanagement/v20230901preview/workspace_notification_recipient_email.py +225 -0
  698. pulumi_azure_native/apimanagement/v20230901preview/workspace_notification_recipient_user.py +225 -0
  699. pulumi_azure_native/apimanagement/v20230901preview/workspace_policy.py +259 -0
  700. pulumi_azure_native/apimanagement/v20230901preview/workspace_policy_fragment.py +298 -0
  701. pulumi_azure_native/apimanagement/v20230901preview/workspace_product.py +400 -0
  702. pulumi_azure_native/apimanagement/v20230901preview/workspace_product_api_link.py +246 -0
  703. pulumi_azure_native/apimanagement/v20230901preview/workspace_product_group_link.py +246 -0
  704. pulumi_azure_native/apimanagement/v20230901preview/workspace_product_policy.py +280 -0
  705. pulumi_azure_native/apimanagement/v20230901preview/workspace_subscription.py +507 -0
  706. pulumi_azure_native/apimanagement/v20230901preview/workspace_tag.py +225 -0
  707. pulumi_azure_native/apimanagement/v20230901preview/workspace_tag_api_link.py +246 -0
  708. pulumi_azure_native/apimanagement/v20230901preview/workspace_tag_operation_link.py +246 -0
  709. pulumi_azure_native/apimanagement/v20230901preview/workspace_tag_product_link.py +246 -0
  710. pulumi_azure_native/apimanagement/workspace.py +3 -3
  711. pulumi_azure_native/apimanagement/workspace_api.py +3 -3
  712. pulumi_azure_native/apimanagement/workspace_api_diagnostic.py +512 -0
  713. pulumi_azure_native/apimanagement/workspace_api_operation.py +3 -3
  714. pulumi_azure_native/apimanagement/workspace_api_operation_policy.py +3 -3
  715. pulumi_azure_native/apimanagement/workspace_api_policy.py +3 -3
  716. pulumi_azure_native/apimanagement/workspace_api_release.py +3 -3
  717. pulumi_azure_native/apimanagement/workspace_api_schema.py +3 -3
  718. pulumi_azure_native/apimanagement/workspace_api_version_set.py +3 -3
  719. pulumi_azure_native/apimanagement/workspace_backend.py +532 -0
  720. pulumi_azure_native/apimanagement/workspace_certificate.py +298 -0
  721. pulumi_azure_native/apimanagement/workspace_diagnostic.py +491 -0
  722. pulumi_azure_native/apimanagement/workspace_global_schema.py +3 -3
  723. pulumi_azure_native/apimanagement/workspace_group.py +3 -3
  724. pulumi_azure_native/apimanagement/workspace_group_user.py +3 -3
  725. pulumi_azure_native/apimanagement/workspace_logger.py +348 -0
  726. pulumi_azure_native/apimanagement/workspace_named_value.py +3 -3
  727. pulumi_azure_native/apimanagement/workspace_notification_recipient_email.py +3 -3
  728. pulumi_azure_native/apimanagement/workspace_notification_recipient_user.py +3 -3
  729. pulumi_azure_native/apimanagement/workspace_policy.py +3 -3
  730. pulumi_azure_native/apimanagement/workspace_policy_fragment.py +3 -3
  731. pulumi_azure_native/apimanagement/workspace_product.py +3 -3
  732. pulumi_azure_native/apimanagement/workspace_product_api_link.py +3 -3
  733. pulumi_azure_native/apimanagement/workspace_product_group_link.py +3 -3
  734. pulumi_azure_native/apimanagement/workspace_product_policy.py +3 -3
  735. pulumi_azure_native/apimanagement/workspace_subscription.py +3 -3
  736. pulumi_azure_native/apimanagement/workspace_tag.py +3 -3
  737. pulumi_azure_native/apimanagement/workspace_tag_api_link.py +3 -3
  738. pulumi_azure_native/apimanagement/workspace_tag_operation_link.py +3 -3
  739. pulumi_azure_native/apimanagement/workspace_tag_product_link.py +3 -3
  740. pulumi_azure_native/azurestackhci/__init__.py +10 -0
  741. pulumi_azure_native/azurestackhci/_enums.py +53 -0
  742. pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
  743. pulumi_azure_native/azurestackhci/cluster.py +3 -3
  744. pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
  745. pulumi_azure_native/azurestackhci/edge_device.py +3 -3
  746. pulumi_azure_native/azurestackhci/extension.py +3 -3
  747. pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
  748. pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
  749. pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
  750. pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
  751. pulumi_azure_native/azurestackhci/get_edge_device.py +2 -2
  752. pulumi_azure_native/azurestackhci/get_extension.py +2 -2
  753. pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
  754. pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
  755. pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
  756. pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
  757. pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
  758. pulumi_azure_native/azurestackhci/get_network_security_group.py +211 -0
  759. pulumi_azure_native/azurestackhci/get_security_rule.py +268 -0
  760. pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
  761. pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
  762. pulumi_azure_native/azurestackhci/get_update.py +2 -2
  763. pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
  764. pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
  765. pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
  766. pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
  767. pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
  768. pulumi_azure_native/azurestackhci/logical_network.py +3 -3
  769. pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
  770. pulumi_azure_native/azurestackhci/network_interface.py +3 -3
  771. pulumi_azure_native/azurestackhci/network_security_group.py +295 -0
  772. pulumi_azure_native/azurestackhci/outputs.py +48 -0
  773. pulumi_azure_native/azurestackhci/security_rule.py +493 -0
  774. pulumi_azure_native/azurestackhci/security_setting.py +3 -3
  775. pulumi_azure_native/azurestackhci/storage_container.py +3 -3
  776. pulumi_azure_native/azurestackhci/update.py +3 -3
  777. pulumi_azure_native/azurestackhci/update_run.py +3 -3
  778. pulumi_azure_native/azurestackhci/update_summary.py +3 -3
  779. pulumi_azure_native/azurestackhci/v20210901preview/arc_setting.py +1 -1
  780. pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
  781. pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
  782. pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
  783. pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
  784. pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
  785. pulumi_azure_native/azurestackhci/v20220101/cluster.py +1 -1
  786. pulumi_azure_native/azurestackhci/v20220901/cluster.py +1 -1
  787. pulumi_azure_native/azurestackhci/v20221215preview/arc_setting.py +1 -1
  788. pulumi_azure_native/azurestackhci/v20221215preview/cluster.py +1 -1
  789. pulumi_azure_native/azurestackhci/v20221215preview/extension.py +1 -1
  790. pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
  791. pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
  792. pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
  793. pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
  794. pulumi_azure_native/azurestackhci/v20221215preview/update.py +1 -1
  795. pulumi_azure_native/azurestackhci/v20221215preview/update_run.py +1 -1
  796. pulumi_azure_native/azurestackhci/v20221215preview/update_summary.py +1 -1
  797. pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
  798. pulumi_azure_native/azurestackhci/v20230301/arc_setting.py +1 -1
  799. pulumi_azure_native/azurestackhci/v20230301/cluster.py +1 -1
  800. pulumi_azure_native/azurestackhci/v20230301/extension.py +1 -1
  801. pulumi_azure_native/azurestackhci/v20230301/update.py +1 -1
  802. pulumi_azure_native/azurestackhci/v20230301/update_run.py +1 -1
  803. pulumi_azure_native/azurestackhci/v20230301/update_summary.py +1 -1
  804. pulumi_azure_native/azurestackhci/v20230601/arc_setting.py +1 -1
  805. pulumi_azure_native/azurestackhci/v20230601/cluster.py +1 -1
  806. pulumi_azure_native/azurestackhci/v20230601/extension.py +1 -1
  807. pulumi_azure_native/azurestackhci/v20230601/update.py +1 -1
  808. pulumi_azure_native/azurestackhci/v20230601/update_run.py +1 -1
  809. pulumi_azure_native/azurestackhci/v20230601/update_summary.py +1 -1
  810. pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
  811. pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
  812. pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
  813. pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
  814. pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
  815. pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
  816. pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
  817. pulumi_azure_native/azurestackhci/v20230801/arc_setting.py +1 -1
  818. pulumi_azure_native/azurestackhci/v20230801/cluster.py +1 -1
  819. pulumi_azure_native/azurestackhci/v20230801/extension.py +1 -1
  820. pulumi_azure_native/azurestackhci/v20230801/update.py +1 -1
  821. pulumi_azure_native/azurestackhci/v20230801/update_run.py +1 -1
  822. pulumi_azure_native/azurestackhci/v20230801/update_summary.py +1 -1
  823. pulumi_azure_native/azurestackhci/v20230801preview/arc_setting.py +1 -1
  824. pulumi_azure_native/azurestackhci/v20230801preview/cluster.py +1 -1
  825. pulumi_azure_native/azurestackhci/v20230801preview/deployment_setting.py +1 -1
  826. pulumi_azure_native/azurestackhci/v20230801preview/edge_device.py +1 -1
  827. pulumi_azure_native/azurestackhci/v20230801preview/extension.py +1 -1
  828. pulumi_azure_native/azurestackhci/v20230801preview/update.py +1 -1
  829. pulumi_azure_native/azurestackhci/v20230801preview/update_run.py +1 -1
  830. pulumi_azure_native/azurestackhci/v20230801preview/update_summary.py +1 -1
  831. pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
  832. pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
  833. pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
  834. pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
  835. pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
  836. pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
  837. pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
  838. pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
  839. pulumi_azure_native/azurestackhci/v20231101preview/arc_setting.py +1 -1
  840. pulumi_azure_native/azurestackhci/v20231101preview/cluster.py +1 -1
  841. pulumi_azure_native/azurestackhci/v20231101preview/deployment_setting.py +1 -1
  842. pulumi_azure_native/azurestackhci/v20231101preview/edge_device.py +1 -1
  843. pulumi_azure_native/azurestackhci/v20231101preview/extension.py +1 -1
  844. pulumi_azure_native/azurestackhci/v20231101preview/security_setting.py +1 -1
  845. pulumi_azure_native/azurestackhci/v20231101preview/update.py +1 -1
  846. pulumi_azure_native/azurestackhci/v20231101preview/update_run.py +1 -1
  847. pulumi_azure_native/azurestackhci/v20231101preview/update_summary.py +1 -1
  848. pulumi_azure_native/azurestackhci/v20240101/arc_setting.py +1 -1
  849. pulumi_azure_native/azurestackhci/v20240101/cluster.py +1 -1
  850. pulumi_azure_native/azurestackhci/v20240101/deployment_setting.py +1 -1
  851. pulumi_azure_native/azurestackhci/v20240101/edge_device.py +1 -1
  852. pulumi_azure_native/azurestackhci/v20240101/extension.py +1 -1
  853. pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
  854. pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
  855. pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
  856. pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
  857. pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
  858. pulumi_azure_native/azurestackhci/v20240101/security_setting.py +1 -1
  859. pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
  860. pulumi_azure_native/azurestackhci/v20240101/update.py +1 -1
  861. pulumi_azure_native/azurestackhci/v20240101/update_run.py +1 -1
  862. pulumi_azure_native/azurestackhci/v20240101/update_summary.py +1 -1
  863. pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
  864. pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
  865. pulumi_azure_native/azurestackhci/v20240201preview/__init__.py +30 -0
  866. pulumi_azure_native/azurestackhci/v20240201preview/_enums.py +306 -0
  867. pulumi_azure_native/azurestackhci/v20240201preview/_inputs.py +1561 -0
  868. pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +477 -0
  869. pulumi_azure_native/azurestackhci/v20240201preview/get_gallery_image.py +274 -0
  870. pulumi_azure_native/azurestackhci/v20240201preview/get_guest_agent.py +165 -0
  871. pulumi_azure_native/azurestackhci/v20240201preview/get_logical_network.py +222 -0
  872. pulumi_azure_native/azurestackhci/v20240201preview/get_marketplace_gallery_image.py +261 -0
  873. pulumi_azure_native/azurestackhci/v20240201preview/get_network_interface.py +235 -0
  874. pulumi_azure_native/azurestackhci/v20240201preview/get_network_security_group.py +209 -0
  875. pulumi_azure_native/azurestackhci/v20240201preview/get_security_rule.py +266 -0
  876. pulumi_azure_native/azurestackhci/v20240201preview/get_storage_container.py +196 -0
  877. pulumi_azure_native/azurestackhci/v20240201preview/get_virtual_hard_disk.py +287 -0
  878. pulumi_azure_native/azurestackhci/v20240201preview/get_virtual_machine_instance.py +295 -0
  879. pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +224 -0
  880. pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +360 -0
  881. pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +448 -0
  882. pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +389 -0
  883. pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +293 -0
  884. pulumi_azure_native/azurestackhci/v20240201preview/outputs.py +3536 -0
  885. pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +491 -0
  886. pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +303 -0
  887. pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +505 -0
  888. pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +457 -0
  889. pulumi_azure_native/azurestackhci/v20240215preview/arc_setting.py +1 -1
  890. pulumi_azure_native/azurestackhci/v20240215preview/cluster.py +1 -1
  891. pulumi_azure_native/azurestackhci/v20240215preview/deployment_setting.py +1 -1
  892. pulumi_azure_native/azurestackhci/v20240215preview/extension.py +1 -1
  893. pulumi_azure_native/azurestackhci/v20240215preview/hci_edge_device.py +1 -1
  894. pulumi_azure_native/azurestackhci/v20240215preview/security_setting.py +1 -1
  895. pulumi_azure_native/azurestackhci/v20240215preview/update.py +1 -1
  896. pulumi_azure_native/azurestackhci/v20240215preview/update_run.py +1 -1
  897. pulumi_azure_native/azurestackhci/v20240215preview/update_summary.py +1 -1
  898. pulumi_azure_native/azurestackhci/v20240401/__init__.py +28 -0
  899. pulumi_azure_native/azurestackhci/v20240401/_enums.py +196 -0
  900. pulumi_azure_native/azurestackhci/v20240401/_inputs.py +2371 -0
  901. pulumi_azure_native/azurestackhci/v20240401/arc_setting.py +401 -0
  902. pulumi_azure_native/azurestackhci/v20240401/cluster.py +646 -0
  903. pulumi_azure_native/azurestackhci/v20240401/deployment_setting.py +330 -0
  904. pulumi_azure_native/azurestackhci/v20240401/extension.py +468 -0
  905. pulumi_azure_native/azurestackhci/v20240401/get_arc_setting.py +253 -0
  906. pulumi_azure_native/azurestackhci/v20240401/get_cluster.py +469 -0
  907. pulumi_azure_native/azurestackhci/v20240401/get_deployment_setting.py +201 -0
  908. pulumi_azure_native/azurestackhci/v20240401/get_extension.py +271 -0
  909. pulumi_azure_native/azurestackhci/v20240401/get_hci_edge_device.py +145 -0
  910. pulumi_azure_native/azurestackhci/v20240401/get_security_setting.py +188 -0
  911. pulumi_azure_native/azurestackhci/v20240401/get_update.py +370 -0
  912. pulumi_azure_native/azurestackhci/v20240401/get_update_run.py +310 -0
  913. pulumi_azure_native/azurestackhci/v20240401/get_update_summary.py +261 -0
  914. pulumi_azure_native/azurestackhci/v20240401/hci_edge_device.py +228 -0
  915. pulumi_azure_native/azurestackhci/v20240401/outputs.py +5469 -0
  916. pulumi_azure_native/azurestackhci/v20240401/security_setting.py +305 -0
  917. pulumi_azure_native/azurestackhci/v20240401/update.py +719 -0
  918. pulumi_azure_native/azurestackhci/v20240401/update_run.py +614 -0
  919. pulumi_azure_native/azurestackhci/v20240401/update_summary.py +466 -0
  920. pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
  921. pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
  922. pulumi_azure_native/compute/v20240301/_inputs.py +34 -252
  923. pulumi_azure_native/compute/v20240301/outputs.py +29 -16
  924. pulumi_azure_native/compute/v20240301/virtual_machine_extension.py +7 -7
  925. pulumi_azure_native/containerservice/v20240302preview/_inputs.py +3 -3
  926. pulumi_azure_native/containerservice/v20240302preview/outputs.py +4 -4
  927. pulumi_azure_native/documentdb/v20240515preview/_enums.py +9 -0
  928. pulumi_azure_native/documentdb/v20240515preview/_inputs.py +248 -0
  929. pulumi_azure_native/documentdb/v20240515preview/service.py +16 -57
  930. pulumi_azure_native/elasticsan/__init__.py +3 -0
  931. pulumi_azure_native/elasticsan/elastic_san.py +3 -3
  932. pulumi_azure_native/elasticsan/get_elastic_san.py +2 -2
  933. pulumi_azure_native/elasticsan/get_private_endpoint_connection.py +2 -2
  934. pulumi_azure_native/elasticsan/get_volume.py +2 -2
  935. pulumi_azure_native/elasticsan/get_volume_group.py +2 -2
  936. pulumi_azure_native/elasticsan/get_volume_snapshot.py +4 -0
  937. pulumi_azure_native/elasticsan/private_endpoint_connection.py +3 -3
  938. pulumi_azure_native/elasticsan/v20211120preview/elastic_san.py +1 -1
  939. pulumi_azure_native/elasticsan/v20211120preview/volume.py +1 -1
  940. pulumi_azure_native/elasticsan/v20211120preview/volume_group.py +1 -1
  941. pulumi_azure_native/elasticsan/v20221201preview/elastic_san.py +1 -1
  942. pulumi_azure_native/elasticsan/v20221201preview/private_endpoint_connection.py +1 -1
  943. pulumi_azure_native/elasticsan/v20221201preview/volume.py +1 -1
  944. pulumi_azure_native/elasticsan/v20221201preview/volume_group.py +1 -1
  945. pulumi_azure_native/elasticsan/v20230101/elastic_san.py +1 -1
  946. pulumi_azure_native/elasticsan/v20230101/private_endpoint_connection.py +1 -1
  947. pulumi_azure_native/elasticsan/v20230101/volume.py +1 -1
  948. pulumi_azure_native/elasticsan/v20230101/volume_group.py +1 -1
  949. pulumi_azure_native/elasticsan/v20230101/volume_snapshot.py +1 -1
  950. pulumi_azure_native/elasticsan/v20240501/__init__.py +20 -0
  951. pulumi_azure_native/elasticsan/v20240501/_enums.py +108 -0
  952. pulumi_azure_native/elasticsan/v20240501/_inputs.py +432 -0
  953. pulumi_azure_native/elasticsan/v20240501/elastic_san.py +442 -0
  954. pulumi_azure_native/elasticsan/v20240501/get_elastic_san.py +300 -0
  955. pulumi_azure_native/elasticsan/v20240501/get_private_endpoint_connection.py +175 -0
  956. pulumi_azure_native/elasticsan/v20240501/get_volume.py +206 -0
  957. pulumi_azure_native/elasticsan/v20240501/get_volume_group.py +227 -0
  958. pulumi_azure_native/elasticsan/v20240501/get_volume_snapshot.py +180 -0
  959. pulumi_azure_native/elasticsan/v20240501/outputs.py +1034 -0
  960. pulumi_azure_native/elasticsan/v20240501/private_endpoint_connection.py +266 -0
  961. pulumi_azure_native/elasticsan/v20240501/volume.py +326 -0
  962. pulumi_azure_native/elasticsan/v20240501/volume_group.py +381 -0
  963. pulumi_azure_native/elasticsan/v20240501/volume_snapshot.py +267 -0
  964. pulumi_azure_native/elasticsan/volume.py +3 -3
  965. pulumi_azure_native/elasticsan/volume_group.py +3 -3
  966. pulumi_azure_native/elasticsan/volume_snapshot.py +5 -1
  967. pulumi_azure_native/pulumi-plugin.json +1 -1
  968. pulumi_azure_native/storage/_inputs.py +34 -32
  969. pulumi_azure_native/storage/get_storage_task_assignment.py +2 -15
  970. pulumi_azure_native/storage/outputs.py +24 -22
  971. pulumi_azure_native/storage/storage_task_assignment.py +17 -26
  972. pulumi_azure_native/storage/v20230501/_inputs.py +34 -32
  973. pulumi_azure_native/storage/v20230501/get_storage_task_assignment.py +2 -15
  974. pulumi_azure_native/storage/v20230501/outputs.py +24 -22
  975. pulumi_azure_native/storage/v20230501/storage_task_assignment.py +17 -26
  976. pulumi_azure_native/web/v20231201/_enums.py +10 -4
  977. pulumi_azure_native/web/v20231201/_inputs.py +4 -4
  978. {pulumi_azure_native-2.45.0a1717765148.dist-info → pulumi_azure_native-2.45.0a1718005516.dist-info}/METADATA +1 -1
  979. {pulumi_azure_native-2.45.0a1717765148.dist-info → pulumi_azure_native-2.45.0a1718005516.dist-info}/RECORD +981 -706
  980. {pulumi_azure_native-2.45.0a1717765148.dist-info → pulumi_azure_native-2.45.0a1718005516.dist-info}/WHEEL +0 -0
  981. {pulumi_azure_native-2.45.0a1717765148.dist-info → pulumi_azure_native-2.45.0a1718005516.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,3536 @@
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
+ 'ErrorAdditionalInfoResponse',
16
+ 'ErrorDetailResponse',
17
+ 'ExtendedLocationResponse',
18
+ 'GalleryImageIdentifierResponse',
19
+ 'GalleryImageStatusDownloadStatusResponse',
20
+ 'GalleryImageStatusProvisioningStatusResponse',
21
+ 'GalleryImageStatusResponse',
22
+ 'GalleryImageVersionResponse',
23
+ 'GalleryImageVersionStorageProfileResponse',
24
+ 'GalleryOSDiskImageResponse',
25
+ 'GuestAgentInstallStatusResponse',
26
+ 'GuestCredentialResponse',
27
+ 'HttpProxyConfigurationResponse',
28
+ 'IPConfigurationPropertiesResponse',
29
+ 'IPConfigurationResponse',
30
+ 'IPPoolInfoResponse',
31
+ 'IPPoolResponse',
32
+ 'ImageArmReferenceResponse',
33
+ 'InstanceViewStatusResponse',
34
+ 'InterfaceDNSSettingsResponse',
35
+ 'LogicalNetworkArmReferenceResponse',
36
+ 'LogicalNetworkPropertiesDhcpOptionsResponse',
37
+ 'LogicalNetworkStatusProvisioningStatusResponse',
38
+ 'LogicalNetworkStatusResponse',
39
+ 'ManagedServiceIdentityResponse',
40
+ 'MarketplaceGalleryImageStatusDownloadStatusResponse',
41
+ 'MarketplaceGalleryImageStatusProvisioningStatusResponse',
42
+ 'MarketplaceGalleryImageStatusResponse',
43
+ 'NetworkInterfaceArmReferenceResponse',
44
+ 'NetworkInterfaceStatusProvisioningStatusResponse',
45
+ 'NetworkInterfaceStatusResponse',
46
+ 'NetworkSecurityGroupArmReferenceResponse',
47
+ 'RouteResponse',
48
+ 'RouteTableResponse',
49
+ 'SshConfigurationResponse',
50
+ 'SshPublicKeyResponse',
51
+ 'StorageContainerStatusProvisioningStatusResponse',
52
+ 'StorageContainerStatusResponse',
53
+ 'SubnetIpConfigurationReferenceResponse',
54
+ 'SubnetResponse',
55
+ 'SystemDataResponse',
56
+ 'UserAssignedIdentityResponse',
57
+ 'VirtualHardDiskArmReferenceResponse',
58
+ 'VirtualHardDiskStatusProvisioningStatusResponse',
59
+ 'VirtualHardDiskStatusResponse',
60
+ 'VirtualMachineConfigAgentInstanceViewResponse',
61
+ 'VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigResponse',
62
+ 'VirtualMachineInstancePropertiesHardwareProfileResponse',
63
+ 'VirtualMachineInstancePropertiesNetworkProfileResponse',
64
+ 'VirtualMachineInstancePropertiesOsProfileLinuxConfigurationResponse',
65
+ 'VirtualMachineInstancePropertiesOsProfileResponse',
66
+ 'VirtualMachineInstancePropertiesOsProfileWindowsConfigurationResponse',
67
+ 'VirtualMachineInstancePropertiesSecurityProfileResponse',
68
+ 'VirtualMachineInstancePropertiesSecurityProfileUefiSettingsResponse',
69
+ 'VirtualMachineInstancePropertiesStorageProfileOsDiskResponse',
70
+ 'VirtualMachineInstancePropertiesStorageProfileResponse',
71
+ 'VirtualMachineInstanceStatusProvisioningStatusResponse',
72
+ 'VirtualMachineInstanceStatusResponse',
73
+ 'VirtualMachineInstanceViewResponse',
74
+ ]
75
+
76
+ @pulumi.output_type
77
+ class ErrorAdditionalInfoResponse(dict):
78
+ """
79
+ The resource management error additional info.
80
+ """
81
+ def __init__(__self__, *,
82
+ info: Any,
83
+ type: str):
84
+ """
85
+ The resource management error additional info.
86
+ :param Any info: The additional info.
87
+ :param str type: The additional info type.
88
+ """
89
+ pulumi.set(__self__, "info", info)
90
+ pulumi.set(__self__, "type", type)
91
+
92
+ @property
93
+ @pulumi.getter
94
+ def info(self) -> Any:
95
+ """
96
+ The additional info.
97
+ """
98
+ return pulumi.get(self, "info")
99
+
100
+ @property
101
+ @pulumi.getter
102
+ def type(self) -> str:
103
+ """
104
+ The additional info type.
105
+ """
106
+ return pulumi.get(self, "type")
107
+
108
+
109
+ @pulumi.output_type
110
+ class ErrorDetailResponse(dict):
111
+ """
112
+ The error detail.
113
+ """
114
+ @staticmethod
115
+ def __key_warning(key: str):
116
+ suggest = None
117
+ if key == "additionalInfo":
118
+ suggest = "additional_info"
119
+
120
+ if suggest:
121
+ pulumi.log.warn(f"Key '{key}' not found in ErrorDetailResponse. Access the value via the '{suggest}' property getter instead.")
122
+
123
+ def __getitem__(self, key: str) -> Any:
124
+ ErrorDetailResponse.__key_warning(key)
125
+ return super().__getitem__(key)
126
+
127
+ def get(self, key: str, default = None) -> Any:
128
+ ErrorDetailResponse.__key_warning(key)
129
+ return super().get(key, default)
130
+
131
+ def __init__(__self__, *,
132
+ additional_info: Sequence['outputs.ErrorAdditionalInfoResponse'],
133
+ code: str,
134
+ details: Sequence['outputs.ErrorDetailResponse'],
135
+ message: str,
136
+ target: str):
137
+ """
138
+ The error detail.
139
+ :param Sequence['ErrorAdditionalInfoResponse'] additional_info: The error additional info.
140
+ :param str code: The error code.
141
+ :param Sequence['ErrorDetailResponse'] details: The error details.
142
+ :param str message: The error message.
143
+ :param str target: The error target.
144
+ """
145
+ pulumi.set(__self__, "additional_info", additional_info)
146
+ pulumi.set(__self__, "code", code)
147
+ pulumi.set(__self__, "details", details)
148
+ pulumi.set(__self__, "message", message)
149
+ pulumi.set(__self__, "target", target)
150
+
151
+ @property
152
+ @pulumi.getter(name="additionalInfo")
153
+ def additional_info(self) -> Sequence['outputs.ErrorAdditionalInfoResponse']:
154
+ """
155
+ The error additional info.
156
+ """
157
+ return pulumi.get(self, "additional_info")
158
+
159
+ @property
160
+ @pulumi.getter
161
+ def code(self) -> str:
162
+ """
163
+ The error code.
164
+ """
165
+ return pulumi.get(self, "code")
166
+
167
+ @property
168
+ @pulumi.getter
169
+ def details(self) -> Sequence['outputs.ErrorDetailResponse']:
170
+ """
171
+ The error details.
172
+ """
173
+ return pulumi.get(self, "details")
174
+
175
+ @property
176
+ @pulumi.getter
177
+ def message(self) -> str:
178
+ """
179
+ The error message.
180
+ """
181
+ return pulumi.get(self, "message")
182
+
183
+ @property
184
+ @pulumi.getter
185
+ def target(self) -> str:
186
+ """
187
+ The error target.
188
+ """
189
+ return pulumi.get(self, "target")
190
+
191
+
192
+ @pulumi.output_type
193
+ class ExtendedLocationResponse(dict):
194
+ """
195
+ The complex type of the extended location.
196
+ """
197
+ def __init__(__self__, *,
198
+ name: Optional[str] = None,
199
+ type: Optional[str] = None):
200
+ """
201
+ The complex type of the extended location.
202
+ :param str name: The name of the extended location.
203
+ :param str type: The type of the extended location.
204
+ """
205
+ if name is not None:
206
+ pulumi.set(__self__, "name", name)
207
+ if type is not None:
208
+ pulumi.set(__self__, "type", type)
209
+
210
+ @property
211
+ @pulumi.getter
212
+ def name(self) -> Optional[str]:
213
+ """
214
+ The name of the extended location.
215
+ """
216
+ return pulumi.get(self, "name")
217
+
218
+ @property
219
+ @pulumi.getter
220
+ def type(self) -> Optional[str]:
221
+ """
222
+ The type of the extended location.
223
+ """
224
+ return pulumi.get(self, "type")
225
+
226
+
227
+ @pulumi.output_type
228
+ class GalleryImageIdentifierResponse(dict):
229
+ """
230
+ This is the gallery image definition identifier.
231
+ """
232
+ def __init__(__self__, *,
233
+ offer: str,
234
+ publisher: str,
235
+ sku: str):
236
+ """
237
+ This is the gallery image definition identifier.
238
+ :param str offer: The name of the gallery image definition offer.
239
+ :param str publisher: The name of the gallery image definition publisher.
240
+ :param str sku: The name of the gallery image definition SKU.
241
+ """
242
+ pulumi.set(__self__, "offer", offer)
243
+ pulumi.set(__self__, "publisher", publisher)
244
+ pulumi.set(__self__, "sku", sku)
245
+
246
+ @property
247
+ @pulumi.getter
248
+ def offer(self) -> str:
249
+ """
250
+ The name of the gallery image definition offer.
251
+ """
252
+ return pulumi.get(self, "offer")
253
+
254
+ @property
255
+ @pulumi.getter
256
+ def publisher(self) -> str:
257
+ """
258
+ The name of the gallery image definition publisher.
259
+ """
260
+ return pulumi.get(self, "publisher")
261
+
262
+ @property
263
+ @pulumi.getter
264
+ def sku(self) -> str:
265
+ """
266
+ The name of the gallery image definition SKU.
267
+ """
268
+ return pulumi.get(self, "sku")
269
+
270
+
271
+ @pulumi.output_type
272
+ class GalleryImageStatusDownloadStatusResponse(dict):
273
+ """
274
+ The download status of the gallery image
275
+ """
276
+ @staticmethod
277
+ def __key_warning(key: str):
278
+ suggest = None
279
+ if key == "downloadSizeInMB":
280
+ suggest = "download_size_in_mb"
281
+
282
+ if suggest:
283
+ pulumi.log.warn(f"Key '{key}' not found in GalleryImageStatusDownloadStatusResponse. Access the value via the '{suggest}' property getter instead.")
284
+
285
+ def __getitem__(self, key: str) -> Any:
286
+ GalleryImageStatusDownloadStatusResponse.__key_warning(key)
287
+ return super().__getitem__(key)
288
+
289
+ def get(self, key: str, default = None) -> Any:
290
+ GalleryImageStatusDownloadStatusResponse.__key_warning(key)
291
+ return super().get(key, default)
292
+
293
+ def __init__(__self__, *,
294
+ download_size_in_mb: Optional[float] = None):
295
+ """
296
+ The download status of the gallery image
297
+ :param float download_size_in_mb: The downloaded sized of the image in MB
298
+ """
299
+ if download_size_in_mb is not None:
300
+ pulumi.set(__self__, "download_size_in_mb", download_size_in_mb)
301
+
302
+ @property
303
+ @pulumi.getter(name="downloadSizeInMB")
304
+ def download_size_in_mb(self) -> Optional[float]:
305
+ """
306
+ The downloaded sized of the image in MB
307
+ """
308
+ return pulumi.get(self, "download_size_in_mb")
309
+
310
+
311
+ @pulumi.output_type
312
+ class GalleryImageStatusProvisioningStatusResponse(dict):
313
+ """
314
+ The status of the operation performed on the gallery image
315
+ """
316
+ @staticmethod
317
+ def __key_warning(key: str):
318
+ suggest = None
319
+ if key == "operationId":
320
+ suggest = "operation_id"
321
+
322
+ if suggest:
323
+ pulumi.log.warn(f"Key '{key}' not found in GalleryImageStatusProvisioningStatusResponse. Access the value via the '{suggest}' property getter instead.")
324
+
325
+ def __getitem__(self, key: str) -> Any:
326
+ GalleryImageStatusProvisioningStatusResponse.__key_warning(key)
327
+ return super().__getitem__(key)
328
+
329
+ def get(self, key: str, default = None) -> Any:
330
+ GalleryImageStatusProvisioningStatusResponse.__key_warning(key)
331
+ return super().get(key, default)
332
+
333
+ def __init__(__self__, *,
334
+ status: str,
335
+ operation_id: Optional[str] = None):
336
+ """
337
+ The status of the operation performed on the gallery image
338
+ :param str status: The status of the operation performed on the gallery image [Succeeded, Failed, InProgress]
339
+ :param str operation_id: The ID of the operation performed on the gallery image
340
+ """
341
+ pulumi.set(__self__, "status", status)
342
+ if operation_id is not None:
343
+ pulumi.set(__self__, "operation_id", operation_id)
344
+
345
+ @property
346
+ @pulumi.getter
347
+ def status(self) -> str:
348
+ """
349
+ The status of the operation performed on the gallery image [Succeeded, Failed, InProgress]
350
+ """
351
+ return pulumi.get(self, "status")
352
+
353
+ @property
354
+ @pulumi.getter(name="operationId")
355
+ def operation_id(self) -> Optional[str]:
356
+ """
357
+ The ID of the operation performed on the gallery image
358
+ """
359
+ return pulumi.get(self, "operation_id")
360
+
361
+
362
+ @pulumi.output_type
363
+ class GalleryImageStatusResponse(dict):
364
+ """
365
+ The observed state of gallery images
366
+ """
367
+ @staticmethod
368
+ def __key_warning(key: str):
369
+ suggest = None
370
+ if key == "downloadStatus":
371
+ suggest = "download_status"
372
+ elif key == "errorCode":
373
+ suggest = "error_code"
374
+ elif key == "errorMessage":
375
+ suggest = "error_message"
376
+ elif key == "progressPercentage":
377
+ suggest = "progress_percentage"
378
+ elif key == "provisioningStatus":
379
+ suggest = "provisioning_status"
380
+
381
+ if suggest:
382
+ pulumi.log.warn(f"Key '{key}' not found in GalleryImageStatusResponse. Access the value via the '{suggest}' property getter instead.")
383
+
384
+ def __getitem__(self, key: str) -> Any:
385
+ GalleryImageStatusResponse.__key_warning(key)
386
+ return super().__getitem__(key)
387
+
388
+ def get(self, key: str, default = None) -> Any:
389
+ GalleryImageStatusResponse.__key_warning(key)
390
+ return super().get(key, default)
391
+
392
+ def __init__(__self__, *,
393
+ download_status: Optional['outputs.GalleryImageStatusDownloadStatusResponse'] = None,
394
+ error_code: Optional[str] = None,
395
+ error_message: Optional[str] = None,
396
+ progress_percentage: Optional[float] = None,
397
+ provisioning_status: Optional['outputs.GalleryImageStatusProvisioningStatusResponse'] = None):
398
+ """
399
+ The observed state of gallery images
400
+ :param 'GalleryImageStatusDownloadStatusResponse' download_status: The download status of the gallery image
401
+ :param str error_code: GalleryImage provisioning error code
402
+ :param str error_message: Descriptive error message
403
+ :param float progress_percentage: The progress of the operation in percentage
404
+ :param 'GalleryImageStatusProvisioningStatusResponse' provisioning_status: provisioning status of the gallery image
405
+ """
406
+ if download_status is not None:
407
+ pulumi.set(__self__, "download_status", download_status)
408
+ if error_code is not None:
409
+ pulumi.set(__self__, "error_code", error_code)
410
+ if error_message is not None:
411
+ pulumi.set(__self__, "error_message", error_message)
412
+ if progress_percentage is not None:
413
+ pulumi.set(__self__, "progress_percentage", progress_percentage)
414
+ if provisioning_status is not None:
415
+ pulumi.set(__self__, "provisioning_status", provisioning_status)
416
+
417
+ @property
418
+ @pulumi.getter(name="downloadStatus")
419
+ def download_status(self) -> Optional['outputs.GalleryImageStatusDownloadStatusResponse']:
420
+ """
421
+ The download status of the gallery image
422
+ """
423
+ return pulumi.get(self, "download_status")
424
+
425
+ @property
426
+ @pulumi.getter(name="errorCode")
427
+ def error_code(self) -> Optional[str]:
428
+ """
429
+ GalleryImage provisioning error code
430
+ """
431
+ return pulumi.get(self, "error_code")
432
+
433
+ @property
434
+ @pulumi.getter(name="errorMessage")
435
+ def error_message(self) -> Optional[str]:
436
+ """
437
+ Descriptive error message
438
+ """
439
+ return pulumi.get(self, "error_message")
440
+
441
+ @property
442
+ @pulumi.getter(name="progressPercentage")
443
+ def progress_percentage(self) -> Optional[float]:
444
+ """
445
+ The progress of the operation in percentage
446
+ """
447
+ return pulumi.get(self, "progress_percentage")
448
+
449
+ @property
450
+ @pulumi.getter(name="provisioningStatus")
451
+ def provisioning_status(self) -> Optional['outputs.GalleryImageStatusProvisioningStatusResponse']:
452
+ """
453
+ provisioning status of the gallery image
454
+ """
455
+ return pulumi.get(self, "provisioning_status")
456
+
457
+
458
+ @pulumi.output_type
459
+ class GalleryImageVersionResponse(dict):
460
+ """
461
+ Specifies information about the gallery image version that you want to create or update.
462
+ """
463
+ @staticmethod
464
+ def __key_warning(key: str):
465
+ suggest = None
466
+ if key == "storageProfile":
467
+ suggest = "storage_profile"
468
+
469
+ if suggest:
470
+ pulumi.log.warn(f"Key '{key}' not found in GalleryImageVersionResponse. Access the value via the '{suggest}' property getter instead.")
471
+
472
+ def __getitem__(self, key: str) -> Any:
473
+ GalleryImageVersionResponse.__key_warning(key)
474
+ return super().__getitem__(key)
475
+
476
+ def get(self, key: str, default = None) -> Any:
477
+ GalleryImageVersionResponse.__key_warning(key)
478
+ return super().get(key, default)
479
+
480
+ def __init__(__self__, *,
481
+ storage_profile: 'outputs.GalleryImageVersionStorageProfileResponse',
482
+ name: Optional[str] = None):
483
+ """
484
+ Specifies information about the gallery image version that you want to create or update.
485
+ :param 'GalleryImageVersionStorageProfileResponse' storage_profile: This is the storage profile of a Gallery Image Version.
486
+ :param str name: This is the version of the gallery image.
487
+ """
488
+ pulumi.set(__self__, "storage_profile", storage_profile)
489
+ if name is not None:
490
+ pulumi.set(__self__, "name", name)
491
+
492
+ @property
493
+ @pulumi.getter(name="storageProfile")
494
+ def storage_profile(self) -> 'outputs.GalleryImageVersionStorageProfileResponse':
495
+ """
496
+ This is the storage profile of a Gallery Image Version.
497
+ """
498
+ return pulumi.get(self, "storage_profile")
499
+
500
+ @property
501
+ @pulumi.getter
502
+ def name(self) -> Optional[str]:
503
+ """
504
+ This is the version of the gallery image.
505
+ """
506
+ return pulumi.get(self, "name")
507
+
508
+
509
+ @pulumi.output_type
510
+ class GalleryImageVersionStorageProfileResponse(dict):
511
+ """
512
+ This is the storage profile of a Gallery Image Version.
513
+ """
514
+ @staticmethod
515
+ def __key_warning(key: str):
516
+ suggest = None
517
+ if key == "osDiskImage":
518
+ suggest = "os_disk_image"
519
+
520
+ if suggest:
521
+ pulumi.log.warn(f"Key '{key}' not found in GalleryImageVersionStorageProfileResponse. Access the value via the '{suggest}' property getter instead.")
522
+
523
+ def __getitem__(self, key: str) -> Any:
524
+ GalleryImageVersionStorageProfileResponse.__key_warning(key)
525
+ return super().__getitem__(key)
526
+
527
+ def get(self, key: str, default = None) -> Any:
528
+ GalleryImageVersionStorageProfileResponse.__key_warning(key)
529
+ return super().get(key, default)
530
+
531
+ def __init__(__self__, *,
532
+ os_disk_image: Optional['outputs.GalleryOSDiskImageResponse'] = None):
533
+ """
534
+ This is the storage profile of a Gallery Image Version.
535
+ :param 'GalleryOSDiskImageResponse' os_disk_image: This is the OS disk image.
536
+ """
537
+ if os_disk_image is not None:
538
+ pulumi.set(__self__, "os_disk_image", os_disk_image)
539
+
540
+ @property
541
+ @pulumi.getter(name="osDiskImage")
542
+ def os_disk_image(self) -> Optional['outputs.GalleryOSDiskImageResponse']:
543
+ """
544
+ This is the OS disk image.
545
+ """
546
+ return pulumi.get(self, "os_disk_image")
547
+
548
+
549
+ @pulumi.output_type
550
+ class GalleryOSDiskImageResponse(dict):
551
+ """
552
+ This is the OS disk image.
553
+ """
554
+ @staticmethod
555
+ def __key_warning(key: str):
556
+ suggest = None
557
+ if key == "sizeInMB":
558
+ suggest = "size_in_mb"
559
+
560
+ if suggest:
561
+ pulumi.log.warn(f"Key '{key}' not found in GalleryOSDiskImageResponse. Access the value via the '{suggest}' property getter instead.")
562
+
563
+ def __getitem__(self, key: str) -> Any:
564
+ GalleryOSDiskImageResponse.__key_warning(key)
565
+ return super().__getitem__(key)
566
+
567
+ def get(self, key: str, default = None) -> Any:
568
+ GalleryOSDiskImageResponse.__key_warning(key)
569
+ return super().get(key, default)
570
+
571
+ def __init__(__self__, *,
572
+ size_in_mb: float):
573
+ """
574
+ This is the OS disk image.
575
+ :param float size_in_mb: This property indicates the size of the VHD to be created.
576
+ """
577
+ pulumi.set(__self__, "size_in_mb", size_in_mb)
578
+
579
+ @property
580
+ @pulumi.getter(name="sizeInMB")
581
+ def size_in_mb(self) -> float:
582
+ """
583
+ This property indicates the size of the VHD to be created.
584
+ """
585
+ return pulumi.get(self, "size_in_mb")
586
+
587
+
588
+ @pulumi.output_type
589
+ class GuestAgentInstallStatusResponse(dict):
590
+ """
591
+ Defines the status of a guest agent installation.
592
+ """
593
+ @staticmethod
594
+ def __key_warning(key: str):
595
+ suggest = None
596
+ if key == "agentVersion":
597
+ suggest = "agent_version"
598
+ elif key == "errorDetails":
599
+ suggest = "error_details"
600
+ elif key == "lastStatusChange":
601
+ suggest = "last_status_change"
602
+ elif key == "vmUuid":
603
+ suggest = "vm_uuid"
604
+
605
+ if suggest:
606
+ pulumi.log.warn(f"Key '{key}' not found in GuestAgentInstallStatusResponse. Access the value via the '{suggest}' property getter instead.")
607
+
608
+ def __getitem__(self, key: str) -> Any:
609
+ GuestAgentInstallStatusResponse.__key_warning(key)
610
+ return super().__getitem__(key)
611
+
612
+ def get(self, key: str, default = None) -> Any:
613
+ GuestAgentInstallStatusResponse.__key_warning(key)
614
+ return super().get(key, default)
615
+
616
+ def __init__(__self__, *,
617
+ agent_version: str,
618
+ error_details: Sequence['outputs.ErrorDetailResponse'],
619
+ last_status_change: str,
620
+ status: str,
621
+ vm_uuid: str):
622
+ """
623
+ Defines the status of a guest agent installation.
624
+ :param str agent_version: The hybrid machine agent full version.
625
+ :param Sequence['ErrorDetailResponse'] error_details: Details about the error state.
626
+ :param str last_status_change: The time of the last status change.
627
+ :param str status: The installation status of the hybrid machine agent installation.
628
+ :param str vm_uuid: Specifies the VM's unique SMBIOS ID.
629
+ """
630
+ pulumi.set(__self__, "agent_version", agent_version)
631
+ pulumi.set(__self__, "error_details", error_details)
632
+ pulumi.set(__self__, "last_status_change", last_status_change)
633
+ pulumi.set(__self__, "status", status)
634
+ pulumi.set(__self__, "vm_uuid", vm_uuid)
635
+
636
+ @property
637
+ @pulumi.getter(name="agentVersion")
638
+ def agent_version(self) -> str:
639
+ """
640
+ The hybrid machine agent full version.
641
+ """
642
+ return pulumi.get(self, "agent_version")
643
+
644
+ @property
645
+ @pulumi.getter(name="errorDetails")
646
+ def error_details(self) -> Sequence['outputs.ErrorDetailResponse']:
647
+ """
648
+ Details about the error state.
649
+ """
650
+ return pulumi.get(self, "error_details")
651
+
652
+ @property
653
+ @pulumi.getter(name="lastStatusChange")
654
+ def last_status_change(self) -> str:
655
+ """
656
+ The time of the last status change.
657
+ """
658
+ return pulumi.get(self, "last_status_change")
659
+
660
+ @property
661
+ @pulumi.getter
662
+ def status(self) -> str:
663
+ """
664
+ The installation status of the hybrid machine agent installation.
665
+ """
666
+ return pulumi.get(self, "status")
667
+
668
+ @property
669
+ @pulumi.getter(name="vmUuid")
670
+ def vm_uuid(self) -> str:
671
+ """
672
+ Specifies the VM's unique SMBIOS ID.
673
+ """
674
+ return pulumi.get(self, "vm_uuid")
675
+
676
+
677
+ @pulumi.output_type
678
+ class GuestCredentialResponse(dict):
679
+ """
680
+ Username / Password Credentials to connect to guest.
681
+ """
682
+ def __init__(__self__, *,
683
+ username: Optional[str] = None):
684
+ """
685
+ Username / Password Credentials to connect to guest.
686
+ :param str username: The username to connect with the guest.
687
+ """
688
+ if username is not None:
689
+ pulumi.set(__self__, "username", username)
690
+
691
+ @property
692
+ @pulumi.getter
693
+ def username(self) -> Optional[str]:
694
+ """
695
+ The username to connect with the guest.
696
+ """
697
+ return pulumi.get(self, "username")
698
+
699
+
700
+ @pulumi.output_type
701
+ class HttpProxyConfigurationResponse(dict):
702
+ """
703
+ HTTP Proxy configuration for the VM.
704
+ """
705
+ @staticmethod
706
+ def __key_warning(key: str):
707
+ suggest = None
708
+ if key == "httpProxy":
709
+ suggest = "http_proxy"
710
+ elif key == "httpsProxy":
711
+ suggest = "https_proxy"
712
+ elif key == "noProxy":
713
+ suggest = "no_proxy"
714
+ elif key == "trustedCa":
715
+ suggest = "trusted_ca"
716
+
717
+ if suggest:
718
+ pulumi.log.warn(f"Key '{key}' not found in HttpProxyConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
719
+
720
+ def __getitem__(self, key: str) -> Any:
721
+ HttpProxyConfigurationResponse.__key_warning(key)
722
+ return super().__getitem__(key)
723
+
724
+ def get(self, key: str, default = None) -> Any:
725
+ HttpProxyConfigurationResponse.__key_warning(key)
726
+ return super().get(key, default)
727
+
728
+ def __init__(__self__, *,
729
+ http_proxy: Optional[str] = None,
730
+ https_proxy: Optional[str] = None,
731
+ no_proxy: Optional[Sequence[str]] = None,
732
+ trusted_ca: Optional[str] = None):
733
+ """
734
+ HTTP Proxy configuration for the VM.
735
+ :param str http_proxy: The HTTP proxy server endpoint to use.
736
+ :param str https_proxy: The HTTPS proxy server endpoint to use.
737
+ :param Sequence[str] no_proxy: The endpoints that should not go through proxy.
738
+ :param str trusted_ca: Alternative CA cert to use for connecting to proxy servers.
739
+ """
740
+ if http_proxy is not None:
741
+ pulumi.set(__self__, "http_proxy", http_proxy)
742
+ if https_proxy is not None:
743
+ pulumi.set(__self__, "https_proxy", https_proxy)
744
+ if no_proxy is not None:
745
+ pulumi.set(__self__, "no_proxy", no_proxy)
746
+ if trusted_ca is not None:
747
+ pulumi.set(__self__, "trusted_ca", trusted_ca)
748
+
749
+ @property
750
+ @pulumi.getter(name="httpProxy")
751
+ def http_proxy(self) -> Optional[str]:
752
+ """
753
+ The HTTP proxy server endpoint to use.
754
+ """
755
+ return pulumi.get(self, "http_proxy")
756
+
757
+ @property
758
+ @pulumi.getter(name="httpsProxy")
759
+ def https_proxy(self) -> Optional[str]:
760
+ """
761
+ The HTTPS proxy server endpoint to use.
762
+ """
763
+ return pulumi.get(self, "https_proxy")
764
+
765
+ @property
766
+ @pulumi.getter(name="noProxy")
767
+ def no_proxy(self) -> Optional[Sequence[str]]:
768
+ """
769
+ The endpoints that should not go through proxy.
770
+ """
771
+ return pulumi.get(self, "no_proxy")
772
+
773
+ @property
774
+ @pulumi.getter(name="trustedCa")
775
+ def trusted_ca(self) -> Optional[str]:
776
+ """
777
+ Alternative CA cert to use for connecting to proxy servers.
778
+ """
779
+ return pulumi.get(self, "trusted_ca")
780
+
781
+
782
+ @pulumi.output_type
783
+ class IPConfigurationPropertiesResponse(dict):
784
+ """
785
+ InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
786
+ """
787
+ @staticmethod
788
+ def __key_warning(key: str):
789
+ suggest = None
790
+ if key == "prefixLength":
791
+ suggest = "prefix_length"
792
+ elif key == "privateIPAddress":
793
+ suggest = "private_ip_address"
794
+
795
+ if suggest:
796
+ pulumi.log.warn(f"Key '{key}' not found in IPConfigurationPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
797
+
798
+ def __getitem__(self, key: str) -> Any:
799
+ IPConfigurationPropertiesResponse.__key_warning(key)
800
+ return super().__getitem__(key)
801
+
802
+ def get(self, key: str, default = None) -> Any:
803
+ IPConfigurationPropertiesResponse.__key_warning(key)
804
+ return super().get(key, default)
805
+
806
+ def __init__(__self__, *,
807
+ gateway: str,
808
+ prefix_length: str,
809
+ private_ip_address: Optional[str] = None,
810
+ subnet: Optional['outputs.LogicalNetworkArmReferenceResponse'] = None):
811
+ """
812
+ InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
813
+ :param str gateway: Gateway for network interface
814
+ :param str prefix_length: prefixLength for network interface
815
+ :param str private_ip_address: PrivateIPAddress - Private IP address of the IP configuration.
816
+ :param 'LogicalNetworkArmReferenceResponse' subnet: Subnet - Name of Subnet bound to the IP configuration.
817
+ """
818
+ pulumi.set(__self__, "gateway", gateway)
819
+ pulumi.set(__self__, "prefix_length", prefix_length)
820
+ if private_ip_address is not None:
821
+ pulumi.set(__self__, "private_ip_address", private_ip_address)
822
+ if subnet is not None:
823
+ pulumi.set(__self__, "subnet", subnet)
824
+
825
+ @property
826
+ @pulumi.getter
827
+ def gateway(self) -> str:
828
+ """
829
+ Gateway for network interface
830
+ """
831
+ return pulumi.get(self, "gateway")
832
+
833
+ @property
834
+ @pulumi.getter(name="prefixLength")
835
+ def prefix_length(self) -> str:
836
+ """
837
+ prefixLength for network interface
838
+ """
839
+ return pulumi.get(self, "prefix_length")
840
+
841
+ @property
842
+ @pulumi.getter(name="privateIPAddress")
843
+ def private_ip_address(self) -> Optional[str]:
844
+ """
845
+ PrivateIPAddress - Private IP address of the IP configuration.
846
+ """
847
+ return pulumi.get(self, "private_ip_address")
848
+
849
+ @property
850
+ @pulumi.getter
851
+ def subnet(self) -> Optional['outputs.LogicalNetworkArmReferenceResponse']:
852
+ """
853
+ Subnet - Name of Subnet bound to the IP configuration.
854
+ """
855
+ return pulumi.get(self, "subnet")
856
+
857
+
858
+ @pulumi.output_type
859
+ class IPConfigurationResponse(dict):
860
+ """
861
+ InterfaceIPConfiguration IPConfiguration in a network interface.
862
+ """
863
+ def __init__(__self__, *,
864
+ name: Optional[str] = None,
865
+ properties: Optional['outputs.IPConfigurationPropertiesResponse'] = None):
866
+ """
867
+ InterfaceIPConfiguration IPConfiguration in a network interface.
868
+ :param str name: Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.
869
+ :param 'IPConfigurationPropertiesResponse' properties: InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
870
+ """
871
+ if name is not None:
872
+ pulumi.set(__self__, "name", name)
873
+ if properties is not None:
874
+ pulumi.set(__self__, "properties", properties)
875
+
876
+ @property
877
+ @pulumi.getter
878
+ def name(self) -> Optional[str]:
879
+ """
880
+ Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.
881
+ """
882
+ return pulumi.get(self, "name")
883
+
884
+ @property
885
+ @pulumi.getter
886
+ def properties(self) -> Optional['outputs.IPConfigurationPropertiesResponse']:
887
+ """
888
+ InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
889
+ """
890
+ return pulumi.get(self, "properties")
891
+
892
+
893
+ @pulumi.output_type
894
+ class IPPoolInfoResponse(dict):
895
+ """
896
+ IP Pool info
897
+ """
898
+ def __init__(__self__, *,
899
+ available: str,
900
+ used: str):
901
+ """
902
+ IP Pool info
903
+ :param str available: Number of IP addresses available in the IP Pool
904
+ :param str used: Number of IP addresses allocated from the IP Pool
905
+ """
906
+ pulumi.set(__self__, "available", available)
907
+ pulumi.set(__self__, "used", used)
908
+
909
+ @property
910
+ @pulumi.getter
911
+ def available(self) -> str:
912
+ """
913
+ Number of IP addresses available in the IP Pool
914
+ """
915
+ return pulumi.get(self, "available")
916
+
917
+ @property
918
+ @pulumi.getter
919
+ def used(self) -> str:
920
+ """
921
+ Number of IP addresses allocated from the IP Pool
922
+ """
923
+ return pulumi.get(self, "used")
924
+
925
+
926
+ @pulumi.output_type
927
+ class IPPoolResponse(dict):
928
+ """
929
+ Describes IPPool
930
+ """
931
+ @staticmethod
932
+ def __key_warning(key: str):
933
+ suggest = None
934
+ if key == "ipPoolType":
935
+ suggest = "ip_pool_type"
936
+
937
+ if suggest:
938
+ pulumi.log.warn(f"Key '{key}' not found in IPPoolResponse. Access the value via the '{suggest}' property getter instead.")
939
+
940
+ def __getitem__(self, key: str) -> Any:
941
+ IPPoolResponse.__key_warning(key)
942
+ return super().__getitem__(key)
943
+
944
+ def get(self, key: str, default = None) -> Any:
945
+ IPPoolResponse.__key_warning(key)
946
+ return super().get(key, default)
947
+
948
+ def __init__(__self__, *,
949
+ end: Optional[str] = None,
950
+ info: Optional['outputs.IPPoolInfoResponse'] = None,
951
+ ip_pool_type: Optional[str] = None,
952
+ name: Optional[str] = None,
953
+ start: Optional[str] = None):
954
+ """
955
+ Describes IPPool
956
+ :param str end: End of the IP address pool
957
+ :param 'IPPoolInfoResponse' info: IPPool info
958
+ :param str ip_pool_type: Type of the IP Pool [vm, vippool]
959
+ :param str name: Name of the IP-Pool
960
+ :param str start: Start of the IP address pool
961
+ """
962
+ if end is not None:
963
+ pulumi.set(__self__, "end", end)
964
+ if info is not None:
965
+ pulumi.set(__self__, "info", info)
966
+ if ip_pool_type is not None:
967
+ pulumi.set(__self__, "ip_pool_type", ip_pool_type)
968
+ if name is not None:
969
+ pulumi.set(__self__, "name", name)
970
+ if start is not None:
971
+ pulumi.set(__self__, "start", start)
972
+
973
+ @property
974
+ @pulumi.getter
975
+ def end(self) -> Optional[str]:
976
+ """
977
+ End of the IP address pool
978
+ """
979
+ return pulumi.get(self, "end")
980
+
981
+ @property
982
+ @pulumi.getter
983
+ def info(self) -> Optional['outputs.IPPoolInfoResponse']:
984
+ """
985
+ IPPool info
986
+ """
987
+ return pulumi.get(self, "info")
988
+
989
+ @property
990
+ @pulumi.getter(name="ipPoolType")
991
+ def ip_pool_type(self) -> Optional[str]:
992
+ """
993
+ Type of the IP Pool [vm, vippool]
994
+ """
995
+ return pulumi.get(self, "ip_pool_type")
996
+
997
+ @property
998
+ @pulumi.getter
999
+ def name(self) -> Optional[str]:
1000
+ """
1001
+ Name of the IP-Pool
1002
+ """
1003
+ return pulumi.get(self, "name")
1004
+
1005
+ @property
1006
+ @pulumi.getter
1007
+ def start(self) -> Optional[str]:
1008
+ """
1009
+ Start of the IP address pool
1010
+ """
1011
+ return pulumi.get(self, "start")
1012
+
1013
+
1014
+ @pulumi.output_type
1015
+ class ImageArmReferenceResponse(dict):
1016
+ """
1017
+ The ARM ID for a Gallery Image.
1018
+ """
1019
+ def __init__(__self__, *,
1020
+ id: Optional[str] = None):
1021
+ """
1022
+ The ARM ID for a Gallery Image.
1023
+ :param str id: The ARM ID for an image resource used by the virtual machine instance.
1024
+ """
1025
+ if id is not None:
1026
+ pulumi.set(__self__, "id", id)
1027
+
1028
+ @property
1029
+ @pulumi.getter
1030
+ def id(self) -> Optional[str]:
1031
+ """
1032
+ The ARM ID for an image resource used by the virtual machine instance.
1033
+ """
1034
+ return pulumi.get(self, "id")
1035
+
1036
+
1037
+ @pulumi.output_type
1038
+ class InstanceViewStatusResponse(dict):
1039
+ """
1040
+ Instance view status.
1041
+ """
1042
+ @staticmethod
1043
+ def __key_warning(key: str):
1044
+ suggest = None
1045
+ if key == "displayStatus":
1046
+ suggest = "display_status"
1047
+
1048
+ if suggest:
1049
+ pulumi.log.warn(f"Key '{key}' not found in InstanceViewStatusResponse. Access the value via the '{suggest}' property getter instead.")
1050
+
1051
+ def __getitem__(self, key: str) -> Any:
1052
+ InstanceViewStatusResponse.__key_warning(key)
1053
+ return super().__getitem__(key)
1054
+
1055
+ def get(self, key: str, default = None) -> Any:
1056
+ InstanceViewStatusResponse.__key_warning(key)
1057
+ return super().get(key, default)
1058
+
1059
+ def __init__(__self__, *,
1060
+ code: Optional[str] = None,
1061
+ display_status: Optional[str] = None,
1062
+ level: Optional[str] = None,
1063
+ message: Optional[str] = None,
1064
+ time: Optional[str] = None):
1065
+ """
1066
+ Instance view status.
1067
+ :param str code: The status code.
1068
+ :param str display_status: The short localizable label for the status.
1069
+ :param str level: The level code.
1070
+ :param str message: The detailed status message, including for alerts and error messages.
1071
+ :param str time: The time of the status.
1072
+ """
1073
+ if code is not None:
1074
+ pulumi.set(__self__, "code", code)
1075
+ if display_status is not None:
1076
+ pulumi.set(__self__, "display_status", display_status)
1077
+ if level is not None:
1078
+ pulumi.set(__self__, "level", level)
1079
+ if message is not None:
1080
+ pulumi.set(__self__, "message", message)
1081
+ if time is not None:
1082
+ pulumi.set(__self__, "time", time)
1083
+
1084
+ @property
1085
+ @pulumi.getter
1086
+ def code(self) -> Optional[str]:
1087
+ """
1088
+ The status code.
1089
+ """
1090
+ return pulumi.get(self, "code")
1091
+
1092
+ @property
1093
+ @pulumi.getter(name="displayStatus")
1094
+ def display_status(self) -> Optional[str]:
1095
+ """
1096
+ The short localizable label for the status.
1097
+ """
1098
+ return pulumi.get(self, "display_status")
1099
+
1100
+ @property
1101
+ @pulumi.getter
1102
+ def level(self) -> Optional[str]:
1103
+ """
1104
+ The level code.
1105
+ """
1106
+ return pulumi.get(self, "level")
1107
+
1108
+ @property
1109
+ @pulumi.getter
1110
+ def message(self) -> Optional[str]:
1111
+ """
1112
+ The detailed status message, including for alerts and error messages.
1113
+ """
1114
+ return pulumi.get(self, "message")
1115
+
1116
+ @property
1117
+ @pulumi.getter
1118
+ def time(self) -> Optional[str]:
1119
+ """
1120
+ The time of the status.
1121
+ """
1122
+ return pulumi.get(self, "time")
1123
+
1124
+
1125
+ @pulumi.output_type
1126
+ class InterfaceDNSSettingsResponse(dict):
1127
+ """
1128
+ DNS Settings of the interface
1129
+ """
1130
+ @staticmethod
1131
+ def __key_warning(key: str):
1132
+ suggest = None
1133
+ if key == "dnsServers":
1134
+ suggest = "dns_servers"
1135
+
1136
+ if suggest:
1137
+ pulumi.log.warn(f"Key '{key}' not found in InterfaceDNSSettingsResponse. Access the value via the '{suggest}' property getter instead.")
1138
+
1139
+ def __getitem__(self, key: str) -> Any:
1140
+ InterfaceDNSSettingsResponse.__key_warning(key)
1141
+ return super().__getitem__(key)
1142
+
1143
+ def get(self, key: str, default = None) -> Any:
1144
+ InterfaceDNSSettingsResponse.__key_warning(key)
1145
+ return super().get(key, default)
1146
+
1147
+ def __init__(__self__, *,
1148
+ dns_servers: Optional[Sequence[str]] = None):
1149
+ """
1150
+ DNS Settings of the interface
1151
+ :param Sequence[str] dns_servers: List of DNS server IP Addresses for the interface
1152
+ """
1153
+ if dns_servers is not None:
1154
+ pulumi.set(__self__, "dns_servers", dns_servers)
1155
+
1156
+ @property
1157
+ @pulumi.getter(name="dnsServers")
1158
+ def dns_servers(self) -> Optional[Sequence[str]]:
1159
+ """
1160
+ List of DNS server IP Addresses for the interface
1161
+ """
1162
+ return pulumi.get(self, "dns_servers")
1163
+
1164
+
1165
+ @pulumi.output_type
1166
+ class LogicalNetworkArmReferenceResponse(dict):
1167
+ """
1168
+ The ARM ID for a Logical Network.
1169
+ """
1170
+ def __init__(__self__, *,
1171
+ id: Optional[str] = None):
1172
+ """
1173
+ The ARM ID for a Logical Network.
1174
+ :param str id: The ARM ID for a Logical Network.
1175
+ """
1176
+ if id is not None:
1177
+ pulumi.set(__self__, "id", id)
1178
+
1179
+ @property
1180
+ @pulumi.getter
1181
+ def id(self) -> Optional[str]:
1182
+ """
1183
+ The ARM ID for a Logical Network.
1184
+ """
1185
+ return pulumi.get(self, "id")
1186
+
1187
+
1188
+ @pulumi.output_type
1189
+ class LogicalNetworkPropertiesDhcpOptionsResponse(dict):
1190
+ """
1191
+ DhcpOptions contains an array of DNS servers available to VMs deployed in the logical network. Standard DHCP option for a subnet overrides logical network DHCP options.
1192
+ """
1193
+ @staticmethod
1194
+ def __key_warning(key: str):
1195
+ suggest = None
1196
+ if key == "dnsServers":
1197
+ suggest = "dns_servers"
1198
+
1199
+ if suggest:
1200
+ pulumi.log.warn(f"Key '{key}' not found in LogicalNetworkPropertiesDhcpOptionsResponse. Access the value via the '{suggest}' property getter instead.")
1201
+
1202
+ def __getitem__(self, key: str) -> Any:
1203
+ LogicalNetworkPropertiesDhcpOptionsResponse.__key_warning(key)
1204
+ return super().__getitem__(key)
1205
+
1206
+ def get(self, key: str, default = None) -> Any:
1207
+ LogicalNetworkPropertiesDhcpOptionsResponse.__key_warning(key)
1208
+ return super().get(key, default)
1209
+
1210
+ def __init__(__self__, *,
1211
+ dns_servers: Optional[Sequence[str]] = None):
1212
+ """
1213
+ DhcpOptions contains an array of DNS servers available to VMs deployed in the logical network. Standard DHCP option for a subnet overrides logical network DHCP options.
1214
+ :param Sequence[str] dns_servers: The list of DNS servers IP addresses.
1215
+ """
1216
+ if dns_servers is not None:
1217
+ pulumi.set(__self__, "dns_servers", dns_servers)
1218
+
1219
+ @property
1220
+ @pulumi.getter(name="dnsServers")
1221
+ def dns_servers(self) -> Optional[Sequence[str]]:
1222
+ """
1223
+ The list of DNS servers IP addresses.
1224
+ """
1225
+ return pulumi.get(self, "dns_servers")
1226
+
1227
+
1228
+ @pulumi.output_type
1229
+ class LogicalNetworkStatusProvisioningStatusResponse(dict):
1230
+ """
1231
+ Describes the status of the provisioning.
1232
+ """
1233
+ @staticmethod
1234
+ def __key_warning(key: str):
1235
+ suggest = None
1236
+ if key == "operationId":
1237
+ suggest = "operation_id"
1238
+
1239
+ if suggest:
1240
+ pulumi.log.warn(f"Key '{key}' not found in LogicalNetworkStatusProvisioningStatusResponse. Access the value via the '{suggest}' property getter instead.")
1241
+
1242
+ def __getitem__(self, key: str) -> Any:
1243
+ LogicalNetworkStatusProvisioningStatusResponse.__key_warning(key)
1244
+ return super().__getitem__(key)
1245
+
1246
+ def get(self, key: str, default = None) -> Any:
1247
+ LogicalNetworkStatusProvisioningStatusResponse.__key_warning(key)
1248
+ return super().get(key, default)
1249
+
1250
+ def __init__(__self__, *,
1251
+ status: str,
1252
+ operation_id: Optional[str] = None):
1253
+ """
1254
+ Describes the status of the provisioning.
1255
+ :param str status: The status of the operation performed on the logical network [Succeeded, Failed, InProgress]
1256
+ :param str operation_id: The ID of the operation performed on the logical network
1257
+ """
1258
+ pulumi.set(__self__, "status", status)
1259
+ if operation_id is not None:
1260
+ pulumi.set(__self__, "operation_id", operation_id)
1261
+
1262
+ @property
1263
+ @pulumi.getter
1264
+ def status(self) -> str:
1265
+ """
1266
+ The status of the operation performed on the logical network [Succeeded, Failed, InProgress]
1267
+ """
1268
+ return pulumi.get(self, "status")
1269
+
1270
+ @property
1271
+ @pulumi.getter(name="operationId")
1272
+ def operation_id(self) -> Optional[str]:
1273
+ """
1274
+ The ID of the operation performed on the logical network
1275
+ """
1276
+ return pulumi.get(self, "operation_id")
1277
+
1278
+
1279
+ @pulumi.output_type
1280
+ class LogicalNetworkStatusResponse(dict):
1281
+ """
1282
+ The observed state of logical networks
1283
+ """
1284
+ @staticmethod
1285
+ def __key_warning(key: str):
1286
+ suggest = None
1287
+ if key == "errorCode":
1288
+ suggest = "error_code"
1289
+ elif key == "errorMessage":
1290
+ suggest = "error_message"
1291
+ elif key == "provisioningStatus":
1292
+ suggest = "provisioning_status"
1293
+
1294
+ if suggest:
1295
+ pulumi.log.warn(f"Key '{key}' not found in LogicalNetworkStatusResponse. Access the value via the '{suggest}' property getter instead.")
1296
+
1297
+ def __getitem__(self, key: str) -> Any:
1298
+ LogicalNetworkStatusResponse.__key_warning(key)
1299
+ return super().__getitem__(key)
1300
+
1301
+ def get(self, key: str, default = None) -> Any:
1302
+ LogicalNetworkStatusResponse.__key_warning(key)
1303
+ return super().get(key, default)
1304
+
1305
+ def __init__(__self__, *,
1306
+ error_code: Optional[str] = None,
1307
+ error_message: Optional[str] = None,
1308
+ provisioning_status: Optional['outputs.LogicalNetworkStatusProvisioningStatusResponse'] = None):
1309
+ """
1310
+ The observed state of logical networks
1311
+ :param str error_code: LogicalNetwork provisioning error code
1312
+ :param str error_message: Descriptive error message
1313
+ :param 'LogicalNetworkStatusProvisioningStatusResponse' provisioning_status: Logical network provisioning status
1314
+ """
1315
+ if error_code is not None:
1316
+ pulumi.set(__self__, "error_code", error_code)
1317
+ if error_message is not None:
1318
+ pulumi.set(__self__, "error_message", error_message)
1319
+ if provisioning_status is not None:
1320
+ pulumi.set(__self__, "provisioning_status", provisioning_status)
1321
+
1322
+ @property
1323
+ @pulumi.getter(name="errorCode")
1324
+ def error_code(self) -> Optional[str]:
1325
+ """
1326
+ LogicalNetwork provisioning error code
1327
+ """
1328
+ return pulumi.get(self, "error_code")
1329
+
1330
+ @property
1331
+ @pulumi.getter(name="errorMessage")
1332
+ def error_message(self) -> Optional[str]:
1333
+ """
1334
+ Descriptive error message
1335
+ """
1336
+ return pulumi.get(self, "error_message")
1337
+
1338
+ @property
1339
+ @pulumi.getter(name="provisioningStatus")
1340
+ def provisioning_status(self) -> Optional['outputs.LogicalNetworkStatusProvisioningStatusResponse']:
1341
+ """
1342
+ Logical network provisioning status
1343
+ """
1344
+ return pulumi.get(self, "provisioning_status")
1345
+
1346
+
1347
+ @pulumi.output_type
1348
+ class ManagedServiceIdentityResponse(dict):
1349
+ """
1350
+ Managed service identity (system assigned and/or user assigned identities)
1351
+ """
1352
+ @staticmethod
1353
+ def __key_warning(key: str):
1354
+ suggest = None
1355
+ if key == "principalId":
1356
+ suggest = "principal_id"
1357
+ elif key == "tenantId":
1358
+ suggest = "tenant_id"
1359
+ elif key == "userAssignedIdentities":
1360
+ suggest = "user_assigned_identities"
1361
+
1362
+ if suggest:
1363
+ pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1364
+
1365
+ def __getitem__(self, key: str) -> Any:
1366
+ ManagedServiceIdentityResponse.__key_warning(key)
1367
+ return super().__getitem__(key)
1368
+
1369
+ def get(self, key: str, default = None) -> Any:
1370
+ ManagedServiceIdentityResponse.__key_warning(key)
1371
+ return super().get(key, default)
1372
+
1373
+ def __init__(__self__, *,
1374
+ principal_id: str,
1375
+ tenant_id: str,
1376
+ type: str,
1377
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
1378
+ """
1379
+ Managed service identity (system assigned and/or user assigned identities)
1380
+ :param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
1381
+ :param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
1382
+ :param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
1383
+ :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
1384
+ """
1385
+ pulumi.set(__self__, "principal_id", principal_id)
1386
+ pulumi.set(__self__, "tenant_id", tenant_id)
1387
+ pulumi.set(__self__, "type", type)
1388
+ if user_assigned_identities is not None:
1389
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
1390
+
1391
+ @property
1392
+ @pulumi.getter(name="principalId")
1393
+ def principal_id(self) -> str:
1394
+ """
1395
+ The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
1396
+ """
1397
+ return pulumi.get(self, "principal_id")
1398
+
1399
+ @property
1400
+ @pulumi.getter(name="tenantId")
1401
+ def tenant_id(self) -> str:
1402
+ """
1403
+ The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
1404
+ """
1405
+ return pulumi.get(self, "tenant_id")
1406
+
1407
+ @property
1408
+ @pulumi.getter
1409
+ def type(self) -> str:
1410
+ """
1411
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
1412
+ """
1413
+ return pulumi.get(self, "type")
1414
+
1415
+ @property
1416
+ @pulumi.getter(name="userAssignedIdentities")
1417
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
1418
+ """
1419
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
1420
+ """
1421
+ return pulumi.get(self, "user_assigned_identities")
1422
+
1423
+
1424
+ @pulumi.output_type
1425
+ class MarketplaceGalleryImageStatusDownloadStatusResponse(dict):
1426
+ """
1427
+ The download status of the gallery image
1428
+ """
1429
+ @staticmethod
1430
+ def __key_warning(key: str):
1431
+ suggest = None
1432
+ if key == "downloadSizeInMB":
1433
+ suggest = "download_size_in_mb"
1434
+
1435
+ if suggest:
1436
+ pulumi.log.warn(f"Key '{key}' not found in MarketplaceGalleryImageStatusDownloadStatusResponse. Access the value via the '{suggest}' property getter instead.")
1437
+
1438
+ def __getitem__(self, key: str) -> Any:
1439
+ MarketplaceGalleryImageStatusDownloadStatusResponse.__key_warning(key)
1440
+ return super().__getitem__(key)
1441
+
1442
+ def get(self, key: str, default = None) -> Any:
1443
+ MarketplaceGalleryImageStatusDownloadStatusResponse.__key_warning(key)
1444
+ return super().get(key, default)
1445
+
1446
+ def __init__(__self__, *,
1447
+ download_size_in_mb: Optional[float] = None):
1448
+ """
1449
+ The download status of the gallery image
1450
+ :param float download_size_in_mb: The downloaded sized of the image in MB
1451
+ """
1452
+ if download_size_in_mb is not None:
1453
+ pulumi.set(__self__, "download_size_in_mb", download_size_in_mb)
1454
+
1455
+ @property
1456
+ @pulumi.getter(name="downloadSizeInMB")
1457
+ def download_size_in_mb(self) -> Optional[float]:
1458
+ """
1459
+ The downloaded sized of the image in MB
1460
+ """
1461
+ return pulumi.get(self, "download_size_in_mb")
1462
+
1463
+
1464
+ @pulumi.output_type
1465
+ class MarketplaceGalleryImageStatusProvisioningStatusResponse(dict):
1466
+ """
1467
+ Marketplace GalleryImage provisioning status
1468
+ """
1469
+ @staticmethod
1470
+ def __key_warning(key: str):
1471
+ suggest = None
1472
+ if key == "operationId":
1473
+ suggest = "operation_id"
1474
+
1475
+ if suggest:
1476
+ pulumi.log.warn(f"Key '{key}' not found in MarketplaceGalleryImageStatusProvisioningStatusResponse. Access the value via the '{suggest}' property getter instead.")
1477
+
1478
+ def __getitem__(self, key: str) -> Any:
1479
+ MarketplaceGalleryImageStatusProvisioningStatusResponse.__key_warning(key)
1480
+ return super().__getitem__(key)
1481
+
1482
+ def get(self, key: str, default = None) -> Any:
1483
+ MarketplaceGalleryImageStatusProvisioningStatusResponse.__key_warning(key)
1484
+ return super().get(key, default)
1485
+
1486
+ def __init__(__self__, *,
1487
+ status: str,
1488
+ operation_id: Optional[str] = None):
1489
+ """
1490
+ Marketplace GalleryImage provisioning status
1491
+ :param str status: The status of the operation performed on the gallery image [Succeeded, Failed, InProgress]
1492
+ :param str operation_id: The ID of the operation performed on the gallery image
1493
+ """
1494
+ pulumi.set(__self__, "status", status)
1495
+ if operation_id is not None:
1496
+ pulumi.set(__self__, "operation_id", operation_id)
1497
+
1498
+ @property
1499
+ @pulumi.getter
1500
+ def status(self) -> str:
1501
+ """
1502
+ The status of the operation performed on the gallery image [Succeeded, Failed, InProgress]
1503
+ """
1504
+ return pulumi.get(self, "status")
1505
+
1506
+ @property
1507
+ @pulumi.getter(name="operationId")
1508
+ def operation_id(self) -> Optional[str]:
1509
+ """
1510
+ The ID of the operation performed on the gallery image
1511
+ """
1512
+ return pulumi.get(self, "operation_id")
1513
+
1514
+
1515
+ @pulumi.output_type
1516
+ class MarketplaceGalleryImageStatusResponse(dict):
1517
+ """
1518
+ The observed state of marketplace gallery images
1519
+ """
1520
+ @staticmethod
1521
+ def __key_warning(key: str):
1522
+ suggest = None
1523
+ if key == "downloadStatus":
1524
+ suggest = "download_status"
1525
+ elif key == "errorCode":
1526
+ suggest = "error_code"
1527
+ elif key == "errorMessage":
1528
+ suggest = "error_message"
1529
+ elif key == "progressPercentage":
1530
+ suggest = "progress_percentage"
1531
+ elif key == "provisioningStatus":
1532
+ suggest = "provisioning_status"
1533
+
1534
+ if suggest:
1535
+ pulumi.log.warn(f"Key '{key}' not found in MarketplaceGalleryImageStatusResponse. Access the value via the '{suggest}' property getter instead.")
1536
+
1537
+ def __getitem__(self, key: str) -> Any:
1538
+ MarketplaceGalleryImageStatusResponse.__key_warning(key)
1539
+ return super().__getitem__(key)
1540
+
1541
+ def get(self, key: str, default = None) -> Any:
1542
+ MarketplaceGalleryImageStatusResponse.__key_warning(key)
1543
+ return super().get(key, default)
1544
+
1545
+ def __init__(__self__, *,
1546
+ download_status: Optional['outputs.MarketplaceGalleryImageStatusDownloadStatusResponse'] = None,
1547
+ error_code: Optional[str] = None,
1548
+ error_message: Optional[str] = None,
1549
+ progress_percentage: Optional[float] = None,
1550
+ provisioning_status: Optional['outputs.MarketplaceGalleryImageStatusProvisioningStatusResponse'] = None):
1551
+ """
1552
+ The observed state of marketplace gallery images
1553
+ :param 'MarketplaceGalleryImageStatusDownloadStatusResponse' download_status: The download status of the gallery image
1554
+ :param str error_code: MarketplaceGalleryImage provisioning error code
1555
+ :param str error_message: Descriptive error message
1556
+ :param float progress_percentage: The progress of the operation in percentage
1557
+ :param 'MarketplaceGalleryImageStatusProvisioningStatusResponse' provisioning_status: Provisioning status of marketplace gallery image
1558
+ """
1559
+ if download_status is not None:
1560
+ pulumi.set(__self__, "download_status", download_status)
1561
+ if error_code is not None:
1562
+ pulumi.set(__self__, "error_code", error_code)
1563
+ if error_message is not None:
1564
+ pulumi.set(__self__, "error_message", error_message)
1565
+ if progress_percentage is not None:
1566
+ pulumi.set(__self__, "progress_percentage", progress_percentage)
1567
+ if provisioning_status is not None:
1568
+ pulumi.set(__self__, "provisioning_status", provisioning_status)
1569
+
1570
+ @property
1571
+ @pulumi.getter(name="downloadStatus")
1572
+ def download_status(self) -> Optional['outputs.MarketplaceGalleryImageStatusDownloadStatusResponse']:
1573
+ """
1574
+ The download status of the gallery image
1575
+ """
1576
+ return pulumi.get(self, "download_status")
1577
+
1578
+ @property
1579
+ @pulumi.getter(name="errorCode")
1580
+ def error_code(self) -> Optional[str]:
1581
+ """
1582
+ MarketplaceGalleryImage provisioning error code
1583
+ """
1584
+ return pulumi.get(self, "error_code")
1585
+
1586
+ @property
1587
+ @pulumi.getter(name="errorMessage")
1588
+ def error_message(self) -> Optional[str]:
1589
+ """
1590
+ Descriptive error message
1591
+ """
1592
+ return pulumi.get(self, "error_message")
1593
+
1594
+ @property
1595
+ @pulumi.getter(name="progressPercentage")
1596
+ def progress_percentage(self) -> Optional[float]:
1597
+ """
1598
+ The progress of the operation in percentage
1599
+ """
1600
+ return pulumi.get(self, "progress_percentage")
1601
+
1602
+ @property
1603
+ @pulumi.getter(name="provisioningStatus")
1604
+ def provisioning_status(self) -> Optional['outputs.MarketplaceGalleryImageStatusProvisioningStatusResponse']:
1605
+ """
1606
+ Provisioning status of marketplace gallery image
1607
+ """
1608
+ return pulumi.get(self, "provisioning_status")
1609
+
1610
+
1611
+ @pulumi.output_type
1612
+ class NetworkInterfaceArmReferenceResponse(dict):
1613
+ """
1614
+ The ARM ID for a Network Interface.
1615
+ """
1616
+ def __init__(__self__, *,
1617
+ id: Optional[str] = None):
1618
+ """
1619
+ The ARM ID for a Network Interface.
1620
+ :param str id: The ARM ID for a Network Interface.
1621
+ """
1622
+ if id is not None:
1623
+ pulumi.set(__self__, "id", id)
1624
+
1625
+ @property
1626
+ @pulumi.getter
1627
+ def id(self) -> Optional[str]:
1628
+ """
1629
+ The ARM ID for a Network Interface.
1630
+ """
1631
+ return pulumi.get(self, "id")
1632
+
1633
+
1634
+ @pulumi.output_type
1635
+ class NetworkInterfaceStatusProvisioningStatusResponse(dict):
1636
+ """
1637
+ Network interface provisioning status
1638
+ """
1639
+ @staticmethod
1640
+ def __key_warning(key: str):
1641
+ suggest = None
1642
+ if key == "operationId":
1643
+ suggest = "operation_id"
1644
+
1645
+ if suggest:
1646
+ pulumi.log.warn(f"Key '{key}' not found in NetworkInterfaceStatusProvisioningStatusResponse. Access the value via the '{suggest}' property getter instead.")
1647
+
1648
+ def __getitem__(self, key: str) -> Any:
1649
+ NetworkInterfaceStatusProvisioningStatusResponse.__key_warning(key)
1650
+ return super().__getitem__(key)
1651
+
1652
+ def get(self, key: str, default = None) -> Any:
1653
+ NetworkInterfaceStatusProvisioningStatusResponse.__key_warning(key)
1654
+ return super().get(key, default)
1655
+
1656
+ def __init__(__self__, *,
1657
+ status: str,
1658
+ operation_id: Optional[str] = None):
1659
+ """
1660
+ Network interface provisioning status
1661
+ :param str status: The status of the operation performed on the network interface [Succeeded, Failed, InProgress]
1662
+ :param str operation_id: The ID of the operation performed on the network interface
1663
+ """
1664
+ pulumi.set(__self__, "status", status)
1665
+ if operation_id is not None:
1666
+ pulumi.set(__self__, "operation_id", operation_id)
1667
+
1668
+ @property
1669
+ @pulumi.getter
1670
+ def status(self) -> str:
1671
+ """
1672
+ The status of the operation performed on the network interface [Succeeded, Failed, InProgress]
1673
+ """
1674
+ return pulumi.get(self, "status")
1675
+
1676
+ @property
1677
+ @pulumi.getter(name="operationId")
1678
+ def operation_id(self) -> Optional[str]:
1679
+ """
1680
+ The ID of the operation performed on the network interface
1681
+ """
1682
+ return pulumi.get(self, "operation_id")
1683
+
1684
+
1685
+ @pulumi.output_type
1686
+ class NetworkInterfaceStatusResponse(dict):
1687
+ """
1688
+ The observed state of network interfaces
1689
+ """
1690
+ @staticmethod
1691
+ def __key_warning(key: str):
1692
+ suggest = None
1693
+ if key == "errorCode":
1694
+ suggest = "error_code"
1695
+ elif key == "errorMessage":
1696
+ suggest = "error_message"
1697
+ elif key == "provisioningStatus":
1698
+ suggest = "provisioning_status"
1699
+
1700
+ if suggest:
1701
+ pulumi.log.warn(f"Key '{key}' not found in NetworkInterfaceStatusResponse. Access the value via the '{suggest}' property getter instead.")
1702
+
1703
+ def __getitem__(self, key: str) -> Any:
1704
+ NetworkInterfaceStatusResponse.__key_warning(key)
1705
+ return super().__getitem__(key)
1706
+
1707
+ def get(self, key: str, default = None) -> Any:
1708
+ NetworkInterfaceStatusResponse.__key_warning(key)
1709
+ return super().get(key, default)
1710
+
1711
+ def __init__(__self__, *,
1712
+ error_code: Optional[str] = None,
1713
+ error_message: Optional[str] = None,
1714
+ provisioning_status: Optional['outputs.NetworkInterfaceStatusProvisioningStatusResponse'] = None):
1715
+ """
1716
+ The observed state of network interfaces
1717
+ :param str error_code: NetworkInterface provisioning error code
1718
+ :param str error_message: Descriptive error message
1719
+ :param 'NetworkInterfaceStatusProvisioningStatusResponse' provisioning_status: Network interface provisioning status
1720
+ """
1721
+ if error_code is not None:
1722
+ pulumi.set(__self__, "error_code", error_code)
1723
+ if error_message is not None:
1724
+ pulumi.set(__self__, "error_message", error_message)
1725
+ if provisioning_status is not None:
1726
+ pulumi.set(__self__, "provisioning_status", provisioning_status)
1727
+
1728
+ @property
1729
+ @pulumi.getter(name="errorCode")
1730
+ def error_code(self) -> Optional[str]:
1731
+ """
1732
+ NetworkInterface provisioning error code
1733
+ """
1734
+ return pulumi.get(self, "error_code")
1735
+
1736
+ @property
1737
+ @pulumi.getter(name="errorMessage")
1738
+ def error_message(self) -> Optional[str]:
1739
+ """
1740
+ Descriptive error message
1741
+ """
1742
+ return pulumi.get(self, "error_message")
1743
+
1744
+ @property
1745
+ @pulumi.getter(name="provisioningStatus")
1746
+ def provisioning_status(self) -> Optional['outputs.NetworkInterfaceStatusProvisioningStatusResponse']:
1747
+ """
1748
+ Network interface provisioning status
1749
+ """
1750
+ return pulumi.get(self, "provisioning_status")
1751
+
1752
+
1753
+ @pulumi.output_type
1754
+ class NetworkSecurityGroupArmReferenceResponse(dict):
1755
+ """
1756
+ The ARM ID for a Network Security Group.
1757
+ """
1758
+ def __init__(__self__, *,
1759
+ id: Optional[str] = None):
1760
+ """
1761
+ The ARM ID for a Network Security Group.
1762
+ :param str id: The ARM ID for a Network Security Group.
1763
+ """
1764
+ if id is not None:
1765
+ pulumi.set(__self__, "id", id)
1766
+
1767
+ @property
1768
+ @pulumi.getter
1769
+ def id(self) -> Optional[str]:
1770
+ """
1771
+ The ARM ID for a Network Security Group.
1772
+ """
1773
+ return pulumi.get(self, "id")
1774
+
1775
+
1776
+ @pulumi.output_type
1777
+ class RouteResponse(dict):
1778
+ """
1779
+ Route - Route resource.
1780
+ """
1781
+ @staticmethod
1782
+ def __key_warning(key: str):
1783
+ suggest = None
1784
+ if key == "addressPrefix":
1785
+ suggest = "address_prefix"
1786
+ elif key == "nextHopIpAddress":
1787
+ suggest = "next_hop_ip_address"
1788
+
1789
+ if suggest:
1790
+ pulumi.log.warn(f"Key '{key}' not found in RouteResponse. Access the value via the '{suggest}' property getter instead.")
1791
+
1792
+ def __getitem__(self, key: str) -> Any:
1793
+ RouteResponse.__key_warning(key)
1794
+ return super().__getitem__(key)
1795
+
1796
+ def get(self, key: str, default = None) -> Any:
1797
+ RouteResponse.__key_warning(key)
1798
+ return super().get(key, default)
1799
+
1800
+ def __init__(__self__, *,
1801
+ address_prefix: Optional[str] = None,
1802
+ name: Optional[str] = None,
1803
+ next_hop_ip_address: Optional[str] = None):
1804
+ """
1805
+ Route - Route resource.
1806
+ :param str address_prefix: The destination CIDR to which the route applies.
1807
+ :param str name: Name - name of the subnet
1808
+ :param str next_hop_ip_address: The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.
1809
+ """
1810
+ if address_prefix is not None:
1811
+ pulumi.set(__self__, "address_prefix", address_prefix)
1812
+ if name is not None:
1813
+ pulumi.set(__self__, "name", name)
1814
+ if next_hop_ip_address is not None:
1815
+ pulumi.set(__self__, "next_hop_ip_address", next_hop_ip_address)
1816
+
1817
+ @property
1818
+ @pulumi.getter(name="addressPrefix")
1819
+ def address_prefix(self) -> Optional[str]:
1820
+ """
1821
+ The destination CIDR to which the route applies.
1822
+ """
1823
+ return pulumi.get(self, "address_prefix")
1824
+
1825
+ @property
1826
+ @pulumi.getter
1827
+ def name(self) -> Optional[str]:
1828
+ """
1829
+ Name - name of the subnet
1830
+ """
1831
+ return pulumi.get(self, "name")
1832
+
1833
+ @property
1834
+ @pulumi.getter(name="nextHopIpAddress")
1835
+ def next_hop_ip_address(self) -> Optional[str]:
1836
+ """
1837
+ The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.
1838
+ """
1839
+ return pulumi.get(self, "next_hop_ip_address")
1840
+
1841
+
1842
+ @pulumi.output_type
1843
+ class RouteTableResponse(dict):
1844
+ """
1845
+ Route table resource.
1846
+ """
1847
+ def __init__(__self__, *,
1848
+ etag: str,
1849
+ name: str,
1850
+ type: str,
1851
+ routes: Optional[Sequence['outputs.RouteResponse']] = None):
1852
+ """
1853
+ Route table resource.
1854
+ :param str etag: A unique read-only string that changes whenever the resource is updated.
1855
+ :param str name: Resource name.
1856
+ :param str type: Resource type.
1857
+ :param Sequence['RouteResponse'] routes: Collection of routes contained within a route table.
1858
+ """
1859
+ pulumi.set(__self__, "etag", etag)
1860
+ pulumi.set(__self__, "name", name)
1861
+ pulumi.set(__self__, "type", type)
1862
+ if routes is not None:
1863
+ pulumi.set(__self__, "routes", routes)
1864
+
1865
+ @property
1866
+ @pulumi.getter
1867
+ def etag(self) -> str:
1868
+ """
1869
+ A unique read-only string that changes whenever the resource is updated.
1870
+ """
1871
+ return pulumi.get(self, "etag")
1872
+
1873
+ @property
1874
+ @pulumi.getter
1875
+ def name(self) -> str:
1876
+ """
1877
+ Resource name.
1878
+ """
1879
+ return pulumi.get(self, "name")
1880
+
1881
+ @property
1882
+ @pulumi.getter
1883
+ def type(self) -> str:
1884
+ """
1885
+ Resource type.
1886
+ """
1887
+ return pulumi.get(self, "type")
1888
+
1889
+ @property
1890
+ @pulumi.getter
1891
+ def routes(self) -> Optional[Sequence['outputs.RouteResponse']]:
1892
+ """
1893
+ Collection of routes contained within a route table.
1894
+ """
1895
+ return pulumi.get(self, "routes")
1896
+
1897
+
1898
+ @pulumi.output_type
1899
+ class SshConfigurationResponse(dict):
1900
+ """
1901
+ SSH configuration for Linux based VMs running on Azure
1902
+ """
1903
+ @staticmethod
1904
+ def __key_warning(key: str):
1905
+ suggest = None
1906
+ if key == "publicKeys":
1907
+ suggest = "public_keys"
1908
+
1909
+ if suggest:
1910
+ pulumi.log.warn(f"Key '{key}' not found in SshConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1911
+
1912
+ def __getitem__(self, key: str) -> Any:
1913
+ SshConfigurationResponse.__key_warning(key)
1914
+ return super().__getitem__(key)
1915
+
1916
+ def get(self, key: str, default = None) -> Any:
1917
+ SshConfigurationResponse.__key_warning(key)
1918
+ return super().get(key, default)
1919
+
1920
+ def __init__(__self__, *,
1921
+ public_keys: Optional[Sequence['outputs.SshPublicKeyResponse']] = None):
1922
+ """
1923
+ SSH configuration for Linux based VMs running on Azure
1924
+ :param Sequence['SshPublicKeyResponse'] public_keys: The list of SSH public keys used to authenticate with linux based VMs.
1925
+ """
1926
+ if public_keys is not None:
1927
+ pulumi.set(__self__, "public_keys", public_keys)
1928
+
1929
+ @property
1930
+ @pulumi.getter(name="publicKeys")
1931
+ def public_keys(self) -> Optional[Sequence['outputs.SshPublicKeyResponse']]:
1932
+ """
1933
+ The list of SSH public keys used to authenticate with linux based VMs.
1934
+ """
1935
+ return pulumi.get(self, "public_keys")
1936
+
1937
+
1938
+ @pulumi.output_type
1939
+ class SshPublicKeyResponse(dict):
1940
+ """
1941
+ Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
1942
+ """
1943
+ @staticmethod
1944
+ def __key_warning(key: str):
1945
+ suggest = None
1946
+ if key == "keyData":
1947
+ suggest = "key_data"
1948
+
1949
+ if suggest:
1950
+ pulumi.log.warn(f"Key '{key}' not found in SshPublicKeyResponse. Access the value via the '{suggest}' property getter instead.")
1951
+
1952
+ def __getitem__(self, key: str) -> Any:
1953
+ SshPublicKeyResponse.__key_warning(key)
1954
+ return super().__getitem__(key)
1955
+
1956
+ def get(self, key: str, default = None) -> Any:
1957
+ SshPublicKeyResponse.__key_warning(key)
1958
+ return super().get(key, default)
1959
+
1960
+ def __init__(__self__, *,
1961
+ key_data: Optional[str] = None,
1962
+ path: Optional[str] = None):
1963
+ """
1964
+ Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
1965
+ :param str key_data: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1966
+ :param str path: Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
1967
+ """
1968
+ if key_data is not None:
1969
+ pulumi.set(__self__, "key_data", key_data)
1970
+ if path is not None:
1971
+ pulumi.set(__self__, "path", path)
1972
+
1973
+ @property
1974
+ @pulumi.getter(name="keyData")
1975
+ def key_data(self) -> Optional[str]:
1976
+ """
1977
+ SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1978
+ """
1979
+ return pulumi.get(self, "key_data")
1980
+
1981
+ @property
1982
+ @pulumi.getter
1983
+ def path(self) -> Optional[str]:
1984
+ """
1985
+ Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
1986
+ """
1987
+ return pulumi.get(self, "path")
1988
+
1989
+
1990
+ @pulumi.output_type
1991
+ class StorageContainerStatusProvisioningStatusResponse(dict):
1992
+ """
1993
+ Storage container provisioning status
1994
+ """
1995
+ @staticmethod
1996
+ def __key_warning(key: str):
1997
+ suggest = None
1998
+ if key == "operationId":
1999
+ suggest = "operation_id"
2000
+
2001
+ if suggest:
2002
+ pulumi.log.warn(f"Key '{key}' not found in StorageContainerStatusProvisioningStatusResponse. Access the value via the '{suggest}' property getter instead.")
2003
+
2004
+ def __getitem__(self, key: str) -> Any:
2005
+ StorageContainerStatusProvisioningStatusResponse.__key_warning(key)
2006
+ return super().__getitem__(key)
2007
+
2008
+ def get(self, key: str, default = None) -> Any:
2009
+ StorageContainerStatusProvisioningStatusResponse.__key_warning(key)
2010
+ return super().get(key, default)
2011
+
2012
+ def __init__(__self__, *,
2013
+ status: str,
2014
+ operation_id: Optional[str] = None):
2015
+ """
2016
+ Storage container provisioning status
2017
+ :param str status: The status of the operation performed on the storage container [Succeeded, Failed, InProgress]
2018
+ :param str operation_id: The ID of the operation performed on the storage container
2019
+ """
2020
+ pulumi.set(__self__, "status", status)
2021
+ if operation_id is not None:
2022
+ pulumi.set(__self__, "operation_id", operation_id)
2023
+
2024
+ @property
2025
+ @pulumi.getter
2026
+ def status(self) -> str:
2027
+ """
2028
+ The status of the operation performed on the storage container [Succeeded, Failed, InProgress]
2029
+ """
2030
+ return pulumi.get(self, "status")
2031
+
2032
+ @property
2033
+ @pulumi.getter(name="operationId")
2034
+ def operation_id(self) -> Optional[str]:
2035
+ """
2036
+ The ID of the operation performed on the storage container
2037
+ """
2038
+ return pulumi.get(self, "operation_id")
2039
+
2040
+
2041
+ @pulumi.output_type
2042
+ class StorageContainerStatusResponse(dict):
2043
+ """
2044
+ The observed state of storage containers
2045
+ """
2046
+ @staticmethod
2047
+ def __key_warning(key: str):
2048
+ suggest = None
2049
+ if key == "availableSizeMB":
2050
+ suggest = "available_size_mb"
2051
+ elif key == "containerSizeMB":
2052
+ suggest = "container_size_mb"
2053
+ elif key == "errorCode":
2054
+ suggest = "error_code"
2055
+ elif key == "errorMessage":
2056
+ suggest = "error_message"
2057
+ elif key == "provisioningStatus":
2058
+ suggest = "provisioning_status"
2059
+
2060
+ if suggest:
2061
+ pulumi.log.warn(f"Key '{key}' not found in StorageContainerStatusResponse. Access the value via the '{suggest}' property getter instead.")
2062
+
2063
+ def __getitem__(self, key: str) -> Any:
2064
+ StorageContainerStatusResponse.__key_warning(key)
2065
+ return super().__getitem__(key)
2066
+
2067
+ def get(self, key: str, default = None) -> Any:
2068
+ StorageContainerStatusResponse.__key_warning(key)
2069
+ return super().get(key, default)
2070
+
2071
+ def __init__(__self__, *,
2072
+ available_size_mb: Optional[float] = None,
2073
+ container_size_mb: Optional[float] = None,
2074
+ error_code: Optional[str] = None,
2075
+ error_message: Optional[str] = None,
2076
+ provisioning_status: Optional['outputs.StorageContainerStatusProvisioningStatusResponse'] = None):
2077
+ """
2078
+ The observed state of storage containers
2079
+ :param float available_size_mb: Amount of space available on the disk in MB
2080
+ :param float container_size_mb: Total size of the disk in MB
2081
+ :param str error_code: StorageContainer provisioning error code
2082
+ :param str error_message: Descriptive error message
2083
+ :param 'StorageContainerStatusProvisioningStatusResponse' provisioning_status: Storage container's provisioning status
2084
+ """
2085
+ if available_size_mb is not None:
2086
+ pulumi.set(__self__, "available_size_mb", available_size_mb)
2087
+ if container_size_mb is not None:
2088
+ pulumi.set(__self__, "container_size_mb", container_size_mb)
2089
+ if error_code is not None:
2090
+ pulumi.set(__self__, "error_code", error_code)
2091
+ if error_message is not None:
2092
+ pulumi.set(__self__, "error_message", error_message)
2093
+ if provisioning_status is not None:
2094
+ pulumi.set(__self__, "provisioning_status", provisioning_status)
2095
+
2096
+ @property
2097
+ @pulumi.getter(name="availableSizeMB")
2098
+ def available_size_mb(self) -> Optional[float]:
2099
+ """
2100
+ Amount of space available on the disk in MB
2101
+ """
2102
+ return pulumi.get(self, "available_size_mb")
2103
+
2104
+ @property
2105
+ @pulumi.getter(name="containerSizeMB")
2106
+ def container_size_mb(self) -> Optional[float]:
2107
+ """
2108
+ Total size of the disk in MB
2109
+ """
2110
+ return pulumi.get(self, "container_size_mb")
2111
+
2112
+ @property
2113
+ @pulumi.getter(name="errorCode")
2114
+ def error_code(self) -> Optional[str]:
2115
+ """
2116
+ StorageContainer provisioning error code
2117
+ """
2118
+ return pulumi.get(self, "error_code")
2119
+
2120
+ @property
2121
+ @pulumi.getter(name="errorMessage")
2122
+ def error_message(self) -> Optional[str]:
2123
+ """
2124
+ Descriptive error message
2125
+ """
2126
+ return pulumi.get(self, "error_message")
2127
+
2128
+ @property
2129
+ @pulumi.getter(name="provisioningStatus")
2130
+ def provisioning_status(self) -> Optional['outputs.StorageContainerStatusProvisioningStatusResponse']:
2131
+ """
2132
+ Storage container's provisioning status
2133
+ """
2134
+ return pulumi.get(self, "provisioning_status")
2135
+
2136
+
2137
+ @pulumi.output_type
2138
+ class SubnetIpConfigurationReferenceResponse(dict):
2139
+ """
2140
+ The ARM ID for a Network Interface.
2141
+ """
2142
+ def __init__(__self__, *,
2143
+ id: Optional[str] = None):
2144
+ """
2145
+ The ARM ID for a Network Interface.
2146
+ :param str id: The ARM ID for a Network Interface.
2147
+ """
2148
+ if id is not None:
2149
+ pulumi.set(__self__, "id", id)
2150
+
2151
+ @property
2152
+ @pulumi.getter
2153
+ def id(self) -> Optional[str]:
2154
+ """
2155
+ The ARM ID for a Network Interface.
2156
+ """
2157
+ return pulumi.get(self, "id")
2158
+
2159
+
2160
+ @pulumi.output_type
2161
+ class SubnetResponse(dict):
2162
+ """
2163
+ Properties of the subnet.
2164
+ """
2165
+ @staticmethod
2166
+ def __key_warning(key: str):
2167
+ suggest = None
2168
+ if key == "addressPrefix":
2169
+ suggest = "address_prefix"
2170
+ elif key == "addressPrefixes":
2171
+ suggest = "address_prefixes"
2172
+ elif key == "ipAllocationMethod":
2173
+ suggest = "ip_allocation_method"
2174
+ elif key == "ipConfigurationReferences":
2175
+ suggest = "ip_configuration_references"
2176
+ elif key == "ipPools":
2177
+ suggest = "ip_pools"
2178
+ elif key == "networkSecurityGroup":
2179
+ suggest = "network_security_group"
2180
+ elif key == "routeTable":
2181
+ suggest = "route_table"
2182
+
2183
+ if suggest:
2184
+ pulumi.log.warn(f"Key '{key}' not found in SubnetResponse. Access the value via the '{suggest}' property getter instead.")
2185
+
2186
+ def __getitem__(self, key: str) -> Any:
2187
+ SubnetResponse.__key_warning(key)
2188
+ return super().__getitem__(key)
2189
+
2190
+ def get(self, key: str, default = None) -> Any:
2191
+ SubnetResponse.__key_warning(key)
2192
+ return super().get(key, default)
2193
+
2194
+ def __init__(__self__, *,
2195
+ address_prefix: Optional[str] = None,
2196
+ address_prefixes: Optional[Sequence[str]] = None,
2197
+ ip_allocation_method: Optional[str] = None,
2198
+ ip_configuration_references: Optional[Sequence['outputs.SubnetIpConfigurationReferenceResponse']] = None,
2199
+ ip_pools: Optional[Sequence['outputs.IPPoolResponse']] = None,
2200
+ name: Optional[str] = None,
2201
+ network_security_group: Optional['outputs.NetworkSecurityGroupArmReferenceResponse'] = None,
2202
+ route_table: Optional['outputs.RouteTableResponse'] = None,
2203
+ vlan: Optional[int] = None):
2204
+ """
2205
+ Properties of the subnet.
2206
+ :param str address_prefix: The address prefix for the subnet: Cidr for this subnet - IPv4, IPv6.
2207
+ :param Sequence[str] address_prefixes: List of address prefixes for the subnet.
2208
+ :param str ip_allocation_method: IPAllocationMethod - The IP address allocation method. Possible values include: 'Static', 'Dynamic'
2209
+ :param Sequence['SubnetIpConfigurationReferenceResponse'] ip_configuration_references: IPConfigurationReferences - list of IPConfigurationReferences
2210
+ :param Sequence['IPPoolResponse'] ip_pools: network associated pool of IP Addresses
2211
+ :param str name: Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.
2212
+ :param 'NetworkSecurityGroupArmReferenceResponse' network_security_group: NetworkSecurityGroup - Network Security Group attached to the logical network.
2213
+ :param 'RouteTableResponse' route_table: Route table resource.
2214
+ :param int vlan: Vlan to use for the subnet
2215
+ """
2216
+ if address_prefix is not None:
2217
+ pulumi.set(__self__, "address_prefix", address_prefix)
2218
+ if address_prefixes is not None:
2219
+ pulumi.set(__self__, "address_prefixes", address_prefixes)
2220
+ if ip_allocation_method is not None:
2221
+ pulumi.set(__self__, "ip_allocation_method", ip_allocation_method)
2222
+ if ip_configuration_references is not None:
2223
+ pulumi.set(__self__, "ip_configuration_references", ip_configuration_references)
2224
+ if ip_pools is not None:
2225
+ pulumi.set(__self__, "ip_pools", ip_pools)
2226
+ if name is not None:
2227
+ pulumi.set(__self__, "name", name)
2228
+ if network_security_group is not None:
2229
+ pulumi.set(__self__, "network_security_group", network_security_group)
2230
+ if route_table is not None:
2231
+ pulumi.set(__self__, "route_table", route_table)
2232
+ if vlan is not None:
2233
+ pulumi.set(__self__, "vlan", vlan)
2234
+
2235
+ @property
2236
+ @pulumi.getter(name="addressPrefix")
2237
+ def address_prefix(self) -> Optional[str]:
2238
+ """
2239
+ The address prefix for the subnet: Cidr for this subnet - IPv4, IPv6.
2240
+ """
2241
+ return pulumi.get(self, "address_prefix")
2242
+
2243
+ @property
2244
+ @pulumi.getter(name="addressPrefixes")
2245
+ def address_prefixes(self) -> Optional[Sequence[str]]:
2246
+ """
2247
+ List of address prefixes for the subnet.
2248
+ """
2249
+ return pulumi.get(self, "address_prefixes")
2250
+
2251
+ @property
2252
+ @pulumi.getter(name="ipAllocationMethod")
2253
+ def ip_allocation_method(self) -> Optional[str]:
2254
+ """
2255
+ IPAllocationMethod - The IP address allocation method. Possible values include: 'Static', 'Dynamic'
2256
+ """
2257
+ return pulumi.get(self, "ip_allocation_method")
2258
+
2259
+ @property
2260
+ @pulumi.getter(name="ipConfigurationReferences")
2261
+ def ip_configuration_references(self) -> Optional[Sequence['outputs.SubnetIpConfigurationReferenceResponse']]:
2262
+ """
2263
+ IPConfigurationReferences - list of IPConfigurationReferences
2264
+ """
2265
+ return pulumi.get(self, "ip_configuration_references")
2266
+
2267
+ @property
2268
+ @pulumi.getter(name="ipPools")
2269
+ def ip_pools(self) -> Optional[Sequence['outputs.IPPoolResponse']]:
2270
+ """
2271
+ network associated pool of IP Addresses
2272
+ """
2273
+ return pulumi.get(self, "ip_pools")
2274
+
2275
+ @property
2276
+ @pulumi.getter
2277
+ def name(self) -> Optional[str]:
2278
+ """
2279
+ Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.
2280
+ """
2281
+ return pulumi.get(self, "name")
2282
+
2283
+ @property
2284
+ @pulumi.getter(name="networkSecurityGroup")
2285
+ def network_security_group(self) -> Optional['outputs.NetworkSecurityGroupArmReferenceResponse']:
2286
+ """
2287
+ NetworkSecurityGroup - Network Security Group attached to the logical network.
2288
+ """
2289
+ return pulumi.get(self, "network_security_group")
2290
+
2291
+ @property
2292
+ @pulumi.getter(name="routeTable")
2293
+ def route_table(self) -> Optional['outputs.RouteTableResponse']:
2294
+ """
2295
+ Route table resource.
2296
+ """
2297
+ return pulumi.get(self, "route_table")
2298
+
2299
+ @property
2300
+ @pulumi.getter
2301
+ def vlan(self) -> Optional[int]:
2302
+ """
2303
+ Vlan to use for the subnet
2304
+ """
2305
+ return pulumi.get(self, "vlan")
2306
+
2307
+
2308
+ @pulumi.output_type
2309
+ class SystemDataResponse(dict):
2310
+ """
2311
+ Metadata pertaining to creation and last modification of the resource.
2312
+ """
2313
+ @staticmethod
2314
+ def __key_warning(key: str):
2315
+ suggest = None
2316
+ if key == "createdAt":
2317
+ suggest = "created_at"
2318
+ elif key == "createdBy":
2319
+ suggest = "created_by"
2320
+ elif key == "createdByType":
2321
+ suggest = "created_by_type"
2322
+ elif key == "lastModifiedAt":
2323
+ suggest = "last_modified_at"
2324
+ elif key == "lastModifiedBy":
2325
+ suggest = "last_modified_by"
2326
+ elif key == "lastModifiedByType":
2327
+ suggest = "last_modified_by_type"
2328
+
2329
+ if suggest:
2330
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
2331
+
2332
+ def __getitem__(self, key: str) -> Any:
2333
+ SystemDataResponse.__key_warning(key)
2334
+ return super().__getitem__(key)
2335
+
2336
+ def get(self, key: str, default = None) -> Any:
2337
+ SystemDataResponse.__key_warning(key)
2338
+ return super().get(key, default)
2339
+
2340
+ def __init__(__self__, *,
2341
+ created_at: Optional[str] = None,
2342
+ created_by: Optional[str] = None,
2343
+ created_by_type: Optional[str] = None,
2344
+ last_modified_at: Optional[str] = None,
2345
+ last_modified_by: Optional[str] = None,
2346
+ last_modified_by_type: Optional[str] = None):
2347
+ """
2348
+ Metadata pertaining to creation and last modification of the resource.
2349
+ :param str created_at: The timestamp of resource creation (UTC).
2350
+ :param str created_by: The identity that created the resource.
2351
+ :param str created_by_type: The type of identity that created the resource.
2352
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
2353
+ :param str last_modified_by: The identity that last modified the resource.
2354
+ :param str last_modified_by_type: The type of identity that last modified the resource.
2355
+ """
2356
+ if created_at is not None:
2357
+ pulumi.set(__self__, "created_at", created_at)
2358
+ if created_by is not None:
2359
+ pulumi.set(__self__, "created_by", created_by)
2360
+ if created_by_type is not None:
2361
+ pulumi.set(__self__, "created_by_type", created_by_type)
2362
+ if last_modified_at is not None:
2363
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
2364
+ if last_modified_by is not None:
2365
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
2366
+ if last_modified_by_type is not None:
2367
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
2368
+
2369
+ @property
2370
+ @pulumi.getter(name="createdAt")
2371
+ def created_at(self) -> Optional[str]:
2372
+ """
2373
+ The timestamp of resource creation (UTC).
2374
+ """
2375
+ return pulumi.get(self, "created_at")
2376
+
2377
+ @property
2378
+ @pulumi.getter(name="createdBy")
2379
+ def created_by(self) -> Optional[str]:
2380
+ """
2381
+ The identity that created the resource.
2382
+ """
2383
+ return pulumi.get(self, "created_by")
2384
+
2385
+ @property
2386
+ @pulumi.getter(name="createdByType")
2387
+ def created_by_type(self) -> Optional[str]:
2388
+ """
2389
+ The type of identity that created the resource.
2390
+ """
2391
+ return pulumi.get(self, "created_by_type")
2392
+
2393
+ @property
2394
+ @pulumi.getter(name="lastModifiedAt")
2395
+ def last_modified_at(self) -> Optional[str]:
2396
+ """
2397
+ The timestamp of resource last modification (UTC)
2398
+ """
2399
+ return pulumi.get(self, "last_modified_at")
2400
+
2401
+ @property
2402
+ @pulumi.getter(name="lastModifiedBy")
2403
+ def last_modified_by(self) -> Optional[str]:
2404
+ """
2405
+ The identity that last modified the resource.
2406
+ """
2407
+ return pulumi.get(self, "last_modified_by")
2408
+
2409
+ @property
2410
+ @pulumi.getter(name="lastModifiedByType")
2411
+ def last_modified_by_type(self) -> Optional[str]:
2412
+ """
2413
+ The type of identity that last modified the resource.
2414
+ """
2415
+ return pulumi.get(self, "last_modified_by_type")
2416
+
2417
+
2418
+ @pulumi.output_type
2419
+ class UserAssignedIdentityResponse(dict):
2420
+ """
2421
+ User assigned identity properties
2422
+ """
2423
+ @staticmethod
2424
+ def __key_warning(key: str):
2425
+ suggest = None
2426
+ if key == "clientId":
2427
+ suggest = "client_id"
2428
+ elif key == "principalId":
2429
+ suggest = "principal_id"
2430
+
2431
+ if suggest:
2432
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
2433
+
2434
+ def __getitem__(self, key: str) -> Any:
2435
+ UserAssignedIdentityResponse.__key_warning(key)
2436
+ return super().__getitem__(key)
2437
+
2438
+ def get(self, key: str, default = None) -> Any:
2439
+ UserAssignedIdentityResponse.__key_warning(key)
2440
+ return super().get(key, default)
2441
+
2442
+ def __init__(__self__, *,
2443
+ client_id: str,
2444
+ principal_id: str):
2445
+ """
2446
+ User assigned identity properties
2447
+ :param str client_id: The client ID of the assigned identity.
2448
+ :param str principal_id: The principal ID of the assigned identity.
2449
+ """
2450
+ pulumi.set(__self__, "client_id", client_id)
2451
+ pulumi.set(__self__, "principal_id", principal_id)
2452
+
2453
+ @property
2454
+ @pulumi.getter(name="clientId")
2455
+ def client_id(self) -> str:
2456
+ """
2457
+ The client ID of the assigned identity.
2458
+ """
2459
+ return pulumi.get(self, "client_id")
2460
+
2461
+ @property
2462
+ @pulumi.getter(name="principalId")
2463
+ def principal_id(self) -> str:
2464
+ """
2465
+ The principal ID of the assigned identity.
2466
+ """
2467
+ return pulumi.get(self, "principal_id")
2468
+
2469
+
2470
+ @pulumi.output_type
2471
+ class VirtualHardDiskArmReferenceResponse(dict):
2472
+ """
2473
+ The ARM ID for a Virtual Hard Disk.
2474
+ """
2475
+ def __init__(__self__, *,
2476
+ id: Optional[str] = None):
2477
+ """
2478
+ The ARM ID for a Virtual Hard Disk.
2479
+ :param str id: The ARM ID for a Virtual Hard Disk.
2480
+ """
2481
+ if id is not None:
2482
+ pulumi.set(__self__, "id", id)
2483
+
2484
+ @property
2485
+ @pulumi.getter
2486
+ def id(self) -> Optional[str]:
2487
+ """
2488
+ The ARM ID for a Virtual Hard Disk.
2489
+ """
2490
+ return pulumi.get(self, "id")
2491
+
2492
+
2493
+ @pulumi.output_type
2494
+ class VirtualHardDiskStatusProvisioningStatusResponse(dict):
2495
+ """
2496
+ VHD Status provisioning status
2497
+ """
2498
+ @staticmethod
2499
+ def __key_warning(key: str):
2500
+ suggest = None
2501
+ if key == "operationId":
2502
+ suggest = "operation_id"
2503
+
2504
+ if suggest:
2505
+ pulumi.log.warn(f"Key '{key}' not found in VirtualHardDiskStatusProvisioningStatusResponse. Access the value via the '{suggest}' property getter instead.")
2506
+
2507
+ def __getitem__(self, key: str) -> Any:
2508
+ VirtualHardDiskStatusProvisioningStatusResponse.__key_warning(key)
2509
+ return super().__getitem__(key)
2510
+
2511
+ def get(self, key: str, default = None) -> Any:
2512
+ VirtualHardDiskStatusProvisioningStatusResponse.__key_warning(key)
2513
+ return super().get(key, default)
2514
+
2515
+ def __init__(__self__, *,
2516
+ status: str,
2517
+ operation_id: Optional[str] = None):
2518
+ """
2519
+ VHD Status provisioning status
2520
+ :param str status: The status of the operation performed on the virtual hard disk [Succeeded, Failed, InProgress]
2521
+ :param str operation_id: The ID of the operation performed on the virtual hard disk
2522
+ """
2523
+ pulumi.set(__self__, "status", status)
2524
+ if operation_id is not None:
2525
+ pulumi.set(__self__, "operation_id", operation_id)
2526
+
2527
+ @property
2528
+ @pulumi.getter
2529
+ def status(self) -> str:
2530
+ """
2531
+ The status of the operation performed on the virtual hard disk [Succeeded, Failed, InProgress]
2532
+ """
2533
+ return pulumi.get(self, "status")
2534
+
2535
+ @property
2536
+ @pulumi.getter(name="operationId")
2537
+ def operation_id(self) -> Optional[str]:
2538
+ """
2539
+ The ID of the operation performed on the virtual hard disk
2540
+ """
2541
+ return pulumi.get(self, "operation_id")
2542
+
2543
+
2544
+ @pulumi.output_type
2545
+ class VirtualHardDiskStatusResponse(dict):
2546
+ """
2547
+ The observed state of virtual hard disks
2548
+ """
2549
+ @staticmethod
2550
+ def __key_warning(key: str):
2551
+ suggest = None
2552
+ if key == "errorCode":
2553
+ suggest = "error_code"
2554
+ elif key == "errorMessage":
2555
+ suggest = "error_message"
2556
+ elif key == "provisioningStatus":
2557
+ suggest = "provisioning_status"
2558
+
2559
+ if suggest:
2560
+ pulumi.log.warn(f"Key '{key}' not found in VirtualHardDiskStatusResponse. Access the value via the '{suggest}' property getter instead.")
2561
+
2562
+ def __getitem__(self, key: str) -> Any:
2563
+ VirtualHardDiskStatusResponse.__key_warning(key)
2564
+ return super().__getitem__(key)
2565
+
2566
+ def get(self, key: str, default = None) -> Any:
2567
+ VirtualHardDiskStatusResponse.__key_warning(key)
2568
+ return super().get(key, default)
2569
+
2570
+ def __init__(__self__, *,
2571
+ error_code: Optional[str] = None,
2572
+ error_message: Optional[str] = None,
2573
+ provisioning_status: Optional['outputs.VirtualHardDiskStatusProvisioningStatusResponse'] = None):
2574
+ """
2575
+ The observed state of virtual hard disks
2576
+ :param str error_code: VirtualHardDisk provisioning error code
2577
+ :param str error_message: Descriptive error message
2578
+ :param 'VirtualHardDiskStatusProvisioningStatusResponse' provisioning_status: Provisioning status of the vhd
2579
+ """
2580
+ if error_code is not None:
2581
+ pulumi.set(__self__, "error_code", error_code)
2582
+ if error_message is not None:
2583
+ pulumi.set(__self__, "error_message", error_message)
2584
+ if provisioning_status is not None:
2585
+ pulumi.set(__self__, "provisioning_status", provisioning_status)
2586
+
2587
+ @property
2588
+ @pulumi.getter(name="errorCode")
2589
+ def error_code(self) -> Optional[str]:
2590
+ """
2591
+ VirtualHardDisk provisioning error code
2592
+ """
2593
+ return pulumi.get(self, "error_code")
2594
+
2595
+ @property
2596
+ @pulumi.getter(name="errorMessage")
2597
+ def error_message(self) -> Optional[str]:
2598
+ """
2599
+ Descriptive error message
2600
+ """
2601
+ return pulumi.get(self, "error_message")
2602
+
2603
+ @property
2604
+ @pulumi.getter(name="provisioningStatus")
2605
+ def provisioning_status(self) -> Optional['outputs.VirtualHardDiskStatusProvisioningStatusResponse']:
2606
+ """
2607
+ Provisioning status of the vhd
2608
+ """
2609
+ return pulumi.get(self, "provisioning_status")
2610
+
2611
+
2612
+ @pulumi.output_type
2613
+ class VirtualMachineConfigAgentInstanceViewResponse(dict):
2614
+ """
2615
+ The instance view of the VM Config Agent running on the virtual machine.
2616
+ """
2617
+ @staticmethod
2618
+ def __key_warning(key: str):
2619
+ suggest = None
2620
+ if key == "vmConfigAgentVersion":
2621
+ suggest = "vm_config_agent_version"
2622
+
2623
+ if suggest:
2624
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineConfigAgentInstanceViewResponse. Access the value via the '{suggest}' property getter instead.")
2625
+
2626
+ def __getitem__(self, key: str) -> Any:
2627
+ VirtualMachineConfigAgentInstanceViewResponse.__key_warning(key)
2628
+ return super().__getitem__(key)
2629
+
2630
+ def get(self, key: str, default = None) -> Any:
2631
+ VirtualMachineConfigAgentInstanceViewResponse.__key_warning(key)
2632
+ return super().get(key, default)
2633
+
2634
+ def __init__(__self__, *,
2635
+ statuses: Optional[Sequence['outputs.InstanceViewStatusResponse']] = None,
2636
+ vm_config_agent_version: Optional[str] = None):
2637
+ """
2638
+ The instance view of the VM Config Agent running on the virtual machine.
2639
+ :param Sequence['InstanceViewStatusResponse'] statuses: The resource status information.
2640
+ :param str vm_config_agent_version: The VM Config Agent full version.
2641
+ """
2642
+ if statuses is not None:
2643
+ pulumi.set(__self__, "statuses", statuses)
2644
+ if vm_config_agent_version is not None:
2645
+ pulumi.set(__self__, "vm_config_agent_version", vm_config_agent_version)
2646
+
2647
+ @property
2648
+ @pulumi.getter
2649
+ def statuses(self) -> Optional[Sequence['outputs.InstanceViewStatusResponse']]:
2650
+ """
2651
+ The resource status information.
2652
+ """
2653
+ return pulumi.get(self, "statuses")
2654
+
2655
+ @property
2656
+ @pulumi.getter(name="vmConfigAgentVersion")
2657
+ def vm_config_agent_version(self) -> Optional[str]:
2658
+ """
2659
+ The VM Config Agent full version.
2660
+ """
2661
+ return pulumi.get(self, "vm_config_agent_version")
2662
+
2663
+
2664
+ @pulumi.output_type
2665
+ class VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigResponse(dict):
2666
+ """
2667
+ Dynamic memory config
2668
+ """
2669
+ @staticmethod
2670
+ def __key_warning(key: str):
2671
+ suggest = None
2672
+ if key == "maximumMemoryMB":
2673
+ suggest = "maximum_memory_mb"
2674
+ elif key == "minimumMemoryMB":
2675
+ suggest = "minimum_memory_mb"
2676
+ elif key == "targetMemoryBuffer":
2677
+ suggest = "target_memory_buffer"
2678
+
2679
+ if suggest:
2680
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigResponse. Access the value via the '{suggest}' property getter instead.")
2681
+
2682
+ def __getitem__(self, key: str) -> Any:
2683
+ VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigResponse.__key_warning(key)
2684
+ return super().__getitem__(key)
2685
+
2686
+ def get(self, key: str, default = None) -> Any:
2687
+ VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigResponse.__key_warning(key)
2688
+ return super().get(key, default)
2689
+
2690
+ def __init__(__self__, *,
2691
+ maximum_memory_mb: Optional[float] = None,
2692
+ minimum_memory_mb: Optional[float] = None,
2693
+ target_memory_buffer: Optional[int] = None):
2694
+ """
2695
+ Dynamic memory config
2696
+ :param float maximum_memory_mb: Maximum memory in MB
2697
+ :param float minimum_memory_mb: Minimum memory in MB
2698
+ :param int target_memory_buffer: Defines the amount of extra memory that should be reserved for a virtual machine instance at runtime, as a percentage of the total memory that the virtual machine instance is thought to need. This only applies to virtual systems with dynamic memory enabled. This property can be in the range of 5 to 2000.
2699
+ """
2700
+ if maximum_memory_mb is not None:
2701
+ pulumi.set(__self__, "maximum_memory_mb", maximum_memory_mb)
2702
+ if minimum_memory_mb is not None:
2703
+ pulumi.set(__self__, "minimum_memory_mb", minimum_memory_mb)
2704
+ if target_memory_buffer is not None:
2705
+ pulumi.set(__self__, "target_memory_buffer", target_memory_buffer)
2706
+
2707
+ @property
2708
+ @pulumi.getter(name="maximumMemoryMB")
2709
+ def maximum_memory_mb(self) -> Optional[float]:
2710
+ """
2711
+ Maximum memory in MB
2712
+ """
2713
+ return pulumi.get(self, "maximum_memory_mb")
2714
+
2715
+ @property
2716
+ @pulumi.getter(name="minimumMemoryMB")
2717
+ def minimum_memory_mb(self) -> Optional[float]:
2718
+ """
2719
+ Minimum memory in MB
2720
+ """
2721
+ return pulumi.get(self, "minimum_memory_mb")
2722
+
2723
+ @property
2724
+ @pulumi.getter(name="targetMemoryBuffer")
2725
+ def target_memory_buffer(self) -> Optional[int]:
2726
+ """
2727
+ Defines the amount of extra memory that should be reserved for a virtual machine instance at runtime, as a percentage of the total memory that the virtual machine instance is thought to need. This only applies to virtual systems with dynamic memory enabled. This property can be in the range of 5 to 2000.
2728
+ """
2729
+ return pulumi.get(self, "target_memory_buffer")
2730
+
2731
+
2732
+ @pulumi.output_type
2733
+ class VirtualMachineInstancePropertiesHardwareProfileResponse(dict):
2734
+ """
2735
+ HardwareProfile - Specifies the hardware settings for the virtual machine instance.
2736
+ """
2737
+ @staticmethod
2738
+ def __key_warning(key: str):
2739
+ suggest = None
2740
+ if key == "dynamicMemoryConfig":
2741
+ suggest = "dynamic_memory_config"
2742
+ elif key == "memoryMB":
2743
+ suggest = "memory_mb"
2744
+ elif key == "vmSize":
2745
+ suggest = "vm_size"
2746
+
2747
+ if suggest:
2748
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesHardwareProfileResponse. Access the value via the '{suggest}' property getter instead.")
2749
+
2750
+ def __getitem__(self, key: str) -> Any:
2751
+ VirtualMachineInstancePropertiesHardwareProfileResponse.__key_warning(key)
2752
+ return super().__getitem__(key)
2753
+
2754
+ def get(self, key: str, default = None) -> Any:
2755
+ VirtualMachineInstancePropertiesHardwareProfileResponse.__key_warning(key)
2756
+ return super().get(key, default)
2757
+
2758
+ def __init__(__self__, *,
2759
+ dynamic_memory_config: Optional['outputs.VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigResponse'] = None,
2760
+ memory_mb: Optional[float] = None,
2761
+ processors: Optional[int] = None,
2762
+ vm_size: Optional[str] = None):
2763
+ """
2764
+ HardwareProfile - Specifies the hardware settings for the virtual machine instance.
2765
+ :param 'VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigResponse' dynamic_memory_config: Dynamic memory config
2766
+ :param float memory_mb: RAM in MB for the virtual machine instance
2767
+ :param int processors: number of processors for the virtual machine instance
2768
+ :param str vm_size: Enum of VM Sizes
2769
+ """
2770
+ if dynamic_memory_config is not None:
2771
+ pulumi.set(__self__, "dynamic_memory_config", dynamic_memory_config)
2772
+ if memory_mb is not None:
2773
+ pulumi.set(__self__, "memory_mb", memory_mb)
2774
+ if processors is not None:
2775
+ pulumi.set(__self__, "processors", processors)
2776
+ if vm_size is None:
2777
+ vm_size = 'Default'
2778
+ if vm_size is not None:
2779
+ pulumi.set(__self__, "vm_size", vm_size)
2780
+
2781
+ @property
2782
+ @pulumi.getter(name="dynamicMemoryConfig")
2783
+ def dynamic_memory_config(self) -> Optional['outputs.VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigResponse']:
2784
+ """
2785
+ Dynamic memory config
2786
+ """
2787
+ return pulumi.get(self, "dynamic_memory_config")
2788
+
2789
+ @property
2790
+ @pulumi.getter(name="memoryMB")
2791
+ def memory_mb(self) -> Optional[float]:
2792
+ """
2793
+ RAM in MB for the virtual machine instance
2794
+ """
2795
+ return pulumi.get(self, "memory_mb")
2796
+
2797
+ @property
2798
+ @pulumi.getter
2799
+ def processors(self) -> Optional[int]:
2800
+ """
2801
+ number of processors for the virtual machine instance
2802
+ """
2803
+ return pulumi.get(self, "processors")
2804
+
2805
+ @property
2806
+ @pulumi.getter(name="vmSize")
2807
+ def vm_size(self) -> Optional[str]:
2808
+ """
2809
+ Enum of VM Sizes
2810
+ """
2811
+ return pulumi.get(self, "vm_size")
2812
+
2813
+
2814
+ @pulumi.output_type
2815
+ class VirtualMachineInstancePropertiesNetworkProfileResponse(dict):
2816
+ """
2817
+ NetworkProfile - describes the network configuration the virtual machine instance
2818
+ """
2819
+ @staticmethod
2820
+ def __key_warning(key: str):
2821
+ suggest = None
2822
+ if key == "networkInterfaces":
2823
+ suggest = "network_interfaces"
2824
+
2825
+ if suggest:
2826
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesNetworkProfileResponse. Access the value via the '{suggest}' property getter instead.")
2827
+
2828
+ def __getitem__(self, key: str) -> Any:
2829
+ VirtualMachineInstancePropertiesNetworkProfileResponse.__key_warning(key)
2830
+ return super().__getitem__(key)
2831
+
2832
+ def get(self, key: str, default = None) -> Any:
2833
+ VirtualMachineInstancePropertiesNetworkProfileResponse.__key_warning(key)
2834
+ return super().get(key, default)
2835
+
2836
+ def __init__(__self__, *,
2837
+ network_interfaces: Optional[Sequence['outputs.NetworkInterfaceArmReferenceResponse']] = None):
2838
+ """
2839
+ NetworkProfile - describes the network configuration the virtual machine instance
2840
+ :param Sequence['NetworkInterfaceArmReferenceResponse'] network_interfaces: NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance
2841
+ """
2842
+ if network_interfaces is not None:
2843
+ pulumi.set(__self__, "network_interfaces", network_interfaces)
2844
+
2845
+ @property
2846
+ @pulumi.getter(name="networkInterfaces")
2847
+ def network_interfaces(self) -> Optional[Sequence['outputs.NetworkInterfaceArmReferenceResponse']]:
2848
+ """
2849
+ NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance
2850
+ """
2851
+ return pulumi.get(self, "network_interfaces")
2852
+
2853
+
2854
+ @pulumi.output_type
2855
+ class VirtualMachineInstancePropertiesOsProfileLinuxConfigurationResponse(dict):
2856
+ """
2857
+ LinuxConfiguration - linux specific configuration values for the virtual machine instance
2858
+ """
2859
+ @staticmethod
2860
+ def __key_warning(key: str):
2861
+ suggest = None
2862
+ if key == "disablePasswordAuthentication":
2863
+ suggest = "disable_password_authentication"
2864
+ elif key == "provisionVMAgent":
2865
+ suggest = "provision_vm_agent"
2866
+ elif key == "provisionVMConfigAgent":
2867
+ suggest = "provision_vm_config_agent"
2868
+
2869
+ if suggest:
2870
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesOsProfileLinuxConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
2871
+
2872
+ def __getitem__(self, key: str) -> Any:
2873
+ VirtualMachineInstancePropertiesOsProfileLinuxConfigurationResponse.__key_warning(key)
2874
+ return super().__getitem__(key)
2875
+
2876
+ def get(self, key: str, default = None) -> Any:
2877
+ VirtualMachineInstancePropertiesOsProfileLinuxConfigurationResponse.__key_warning(key)
2878
+ return super().get(key, default)
2879
+
2880
+ def __init__(__self__, *,
2881
+ disable_password_authentication: Optional[bool] = None,
2882
+ provision_vm_agent: Optional[bool] = None,
2883
+ provision_vm_config_agent: Optional[bool] = None,
2884
+ ssh: Optional['outputs.SshConfigurationResponse'] = None):
2885
+ """
2886
+ LinuxConfiguration - linux specific configuration values for the virtual machine instance
2887
+ :param bool disable_password_authentication: DisablePasswordAuthentication - whether password authentication should be disabled
2888
+ :param bool provision_vm_agent: Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
2889
+ :param bool provision_vm_config_agent: Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
2890
+ :param 'SshConfigurationResponse' ssh: Specifies the ssh key configuration for a Linux OS.
2891
+ """
2892
+ if disable_password_authentication is not None:
2893
+ pulumi.set(__self__, "disable_password_authentication", disable_password_authentication)
2894
+ if provision_vm_agent is None:
2895
+ provision_vm_agent = True
2896
+ if provision_vm_agent is not None:
2897
+ pulumi.set(__self__, "provision_vm_agent", provision_vm_agent)
2898
+ if provision_vm_config_agent is None:
2899
+ provision_vm_config_agent = True
2900
+ if provision_vm_config_agent is not None:
2901
+ pulumi.set(__self__, "provision_vm_config_agent", provision_vm_config_agent)
2902
+ if ssh is not None:
2903
+ pulumi.set(__self__, "ssh", ssh)
2904
+
2905
+ @property
2906
+ @pulumi.getter(name="disablePasswordAuthentication")
2907
+ def disable_password_authentication(self) -> Optional[bool]:
2908
+ """
2909
+ DisablePasswordAuthentication - whether password authentication should be disabled
2910
+ """
2911
+ return pulumi.get(self, "disable_password_authentication")
2912
+
2913
+ @property
2914
+ @pulumi.getter(name="provisionVMAgent")
2915
+ def provision_vm_agent(self) -> Optional[bool]:
2916
+ """
2917
+ Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
2918
+ """
2919
+ return pulumi.get(self, "provision_vm_agent")
2920
+
2921
+ @property
2922
+ @pulumi.getter(name="provisionVMConfigAgent")
2923
+ def provision_vm_config_agent(self) -> Optional[bool]:
2924
+ """
2925
+ Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
2926
+ """
2927
+ return pulumi.get(self, "provision_vm_config_agent")
2928
+
2929
+ @property
2930
+ @pulumi.getter
2931
+ def ssh(self) -> Optional['outputs.SshConfigurationResponse']:
2932
+ """
2933
+ Specifies the ssh key configuration for a Linux OS.
2934
+ """
2935
+ return pulumi.get(self, "ssh")
2936
+
2937
+
2938
+ @pulumi.output_type
2939
+ class VirtualMachineInstancePropertiesOsProfileResponse(dict):
2940
+ """
2941
+ OsProfile - describes the configuration of the operating system and sets login data
2942
+ """
2943
+ @staticmethod
2944
+ def __key_warning(key: str):
2945
+ suggest = None
2946
+ if key == "adminUsername":
2947
+ suggest = "admin_username"
2948
+ elif key == "computerName":
2949
+ suggest = "computer_name"
2950
+ elif key == "linuxConfiguration":
2951
+ suggest = "linux_configuration"
2952
+ elif key == "windowsConfiguration":
2953
+ suggest = "windows_configuration"
2954
+
2955
+ if suggest:
2956
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesOsProfileResponse. Access the value via the '{suggest}' property getter instead.")
2957
+
2958
+ def __getitem__(self, key: str) -> Any:
2959
+ VirtualMachineInstancePropertiesOsProfileResponse.__key_warning(key)
2960
+ return super().__getitem__(key)
2961
+
2962
+ def get(self, key: str, default = None) -> Any:
2963
+ VirtualMachineInstancePropertiesOsProfileResponse.__key_warning(key)
2964
+ return super().get(key, default)
2965
+
2966
+ def __init__(__self__, *,
2967
+ admin_username: Optional[str] = None,
2968
+ computer_name: Optional[str] = None,
2969
+ linux_configuration: Optional['outputs.VirtualMachineInstancePropertiesOsProfileLinuxConfigurationResponse'] = None,
2970
+ windows_configuration: Optional['outputs.VirtualMachineInstancePropertiesOsProfileWindowsConfigurationResponse'] = None):
2971
+ """
2972
+ OsProfile - describes the configuration of the operating system and sets login data
2973
+ :param str admin_username: AdminUsername - admin username
2974
+ :param str computer_name: ComputerName - name of the compute
2975
+ :param 'VirtualMachineInstancePropertiesOsProfileLinuxConfigurationResponse' linux_configuration: LinuxConfiguration - linux specific configuration values for the virtual machine instance
2976
+ :param 'VirtualMachineInstancePropertiesOsProfileWindowsConfigurationResponse' windows_configuration: Windows Configuration for the virtual machine instance
2977
+ """
2978
+ if admin_username is not None:
2979
+ pulumi.set(__self__, "admin_username", admin_username)
2980
+ if computer_name is not None:
2981
+ pulumi.set(__self__, "computer_name", computer_name)
2982
+ if linux_configuration is not None:
2983
+ pulumi.set(__self__, "linux_configuration", linux_configuration)
2984
+ if windows_configuration is not None:
2985
+ pulumi.set(__self__, "windows_configuration", windows_configuration)
2986
+
2987
+ @property
2988
+ @pulumi.getter(name="adminUsername")
2989
+ def admin_username(self) -> Optional[str]:
2990
+ """
2991
+ AdminUsername - admin username
2992
+ """
2993
+ return pulumi.get(self, "admin_username")
2994
+
2995
+ @property
2996
+ @pulumi.getter(name="computerName")
2997
+ def computer_name(self) -> Optional[str]:
2998
+ """
2999
+ ComputerName - name of the compute
3000
+ """
3001
+ return pulumi.get(self, "computer_name")
3002
+
3003
+ @property
3004
+ @pulumi.getter(name="linuxConfiguration")
3005
+ def linux_configuration(self) -> Optional['outputs.VirtualMachineInstancePropertiesOsProfileLinuxConfigurationResponse']:
3006
+ """
3007
+ LinuxConfiguration - linux specific configuration values for the virtual machine instance
3008
+ """
3009
+ return pulumi.get(self, "linux_configuration")
3010
+
3011
+ @property
3012
+ @pulumi.getter(name="windowsConfiguration")
3013
+ def windows_configuration(self) -> Optional['outputs.VirtualMachineInstancePropertiesOsProfileWindowsConfigurationResponse']:
3014
+ """
3015
+ Windows Configuration for the virtual machine instance
3016
+ """
3017
+ return pulumi.get(self, "windows_configuration")
3018
+
3019
+
3020
+ @pulumi.output_type
3021
+ class VirtualMachineInstancePropertiesOsProfileWindowsConfigurationResponse(dict):
3022
+ """
3023
+ Windows Configuration for the virtual machine instance
3024
+ """
3025
+ @staticmethod
3026
+ def __key_warning(key: str):
3027
+ suggest = None
3028
+ if key == "enableAutomaticUpdates":
3029
+ suggest = "enable_automatic_updates"
3030
+ elif key == "provisionVMAgent":
3031
+ suggest = "provision_vm_agent"
3032
+ elif key == "provisionVMConfigAgent":
3033
+ suggest = "provision_vm_config_agent"
3034
+ elif key == "timeZone":
3035
+ suggest = "time_zone"
3036
+
3037
+ if suggest:
3038
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesOsProfileWindowsConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
3039
+
3040
+ def __getitem__(self, key: str) -> Any:
3041
+ VirtualMachineInstancePropertiesOsProfileWindowsConfigurationResponse.__key_warning(key)
3042
+ return super().__getitem__(key)
3043
+
3044
+ def get(self, key: str, default = None) -> Any:
3045
+ VirtualMachineInstancePropertiesOsProfileWindowsConfigurationResponse.__key_warning(key)
3046
+ return super().get(key, default)
3047
+
3048
+ def __init__(__self__, *,
3049
+ enable_automatic_updates: Optional[bool] = None,
3050
+ provision_vm_agent: Optional[bool] = None,
3051
+ provision_vm_config_agent: Optional[bool] = None,
3052
+ ssh: Optional['outputs.SshConfigurationResponse'] = None,
3053
+ time_zone: Optional[str] = None):
3054
+ """
3055
+ Windows Configuration for the virtual machine instance
3056
+ :param bool enable_automatic_updates: Whether to EnableAutomaticUpdates on the machine
3057
+ :param bool provision_vm_agent: Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
3058
+ :param bool provision_vm_config_agent: Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
3059
+ :param 'SshConfigurationResponse' ssh: Specifies the ssh key configuration for Windows OS.
3060
+ :param str time_zone: TimeZone for the virtual machine instance
3061
+ """
3062
+ if enable_automatic_updates is not None:
3063
+ pulumi.set(__self__, "enable_automatic_updates", enable_automatic_updates)
3064
+ if provision_vm_agent is None:
3065
+ provision_vm_agent = True
3066
+ if provision_vm_agent is not None:
3067
+ pulumi.set(__self__, "provision_vm_agent", provision_vm_agent)
3068
+ if provision_vm_config_agent is None:
3069
+ provision_vm_config_agent = True
3070
+ if provision_vm_config_agent is not None:
3071
+ pulumi.set(__self__, "provision_vm_config_agent", provision_vm_config_agent)
3072
+ if ssh is not None:
3073
+ pulumi.set(__self__, "ssh", ssh)
3074
+ if time_zone is not None:
3075
+ pulumi.set(__self__, "time_zone", time_zone)
3076
+
3077
+ @property
3078
+ @pulumi.getter(name="enableAutomaticUpdates")
3079
+ def enable_automatic_updates(self) -> Optional[bool]:
3080
+ """
3081
+ Whether to EnableAutomaticUpdates on the machine
3082
+ """
3083
+ return pulumi.get(self, "enable_automatic_updates")
3084
+
3085
+ @property
3086
+ @pulumi.getter(name="provisionVMAgent")
3087
+ def provision_vm_agent(self) -> Optional[bool]:
3088
+ """
3089
+ Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
3090
+ """
3091
+ return pulumi.get(self, "provision_vm_agent")
3092
+
3093
+ @property
3094
+ @pulumi.getter(name="provisionVMConfigAgent")
3095
+ def provision_vm_config_agent(self) -> Optional[bool]:
3096
+ """
3097
+ Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
3098
+ """
3099
+ return pulumi.get(self, "provision_vm_config_agent")
3100
+
3101
+ @property
3102
+ @pulumi.getter
3103
+ def ssh(self) -> Optional['outputs.SshConfigurationResponse']:
3104
+ """
3105
+ Specifies the ssh key configuration for Windows OS.
3106
+ """
3107
+ return pulumi.get(self, "ssh")
3108
+
3109
+ @property
3110
+ @pulumi.getter(name="timeZone")
3111
+ def time_zone(self) -> Optional[str]:
3112
+ """
3113
+ TimeZone for the virtual machine instance
3114
+ """
3115
+ return pulumi.get(self, "time_zone")
3116
+
3117
+
3118
+ @pulumi.output_type
3119
+ class VirtualMachineInstancePropertiesSecurityProfileResponse(dict):
3120
+ """
3121
+ SecurityProfile - Specifies the security settings for the virtual machine instance.
3122
+ """
3123
+ @staticmethod
3124
+ def __key_warning(key: str):
3125
+ suggest = None
3126
+ if key == "enableTPM":
3127
+ suggest = "enable_tpm"
3128
+ elif key == "securityType":
3129
+ suggest = "security_type"
3130
+ elif key == "uefiSettings":
3131
+ suggest = "uefi_settings"
3132
+
3133
+ if suggest:
3134
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesSecurityProfileResponse. Access the value via the '{suggest}' property getter instead.")
3135
+
3136
+ def __getitem__(self, key: str) -> Any:
3137
+ VirtualMachineInstancePropertiesSecurityProfileResponse.__key_warning(key)
3138
+ return super().__getitem__(key)
3139
+
3140
+ def get(self, key: str, default = None) -> Any:
3141
+ VirtualMachineInstancePropertiesSecurityProfileResponse.__key_warning(key)
3142
+ return super().get(key, default)
3143
+
3144
+ def __init__(__self__, *,
3145
+ enable_tpm: Optional[bool] = None,
3146
+ security_type: Optional[str] = None,
3147
+ uefi_settings: Optional['outputs.VirtualMachineInstancePropertiesSecurityProfileUefiSettingsResponse'] = None):
3148
+ """
3149
+ SecurityProfile - Specifies the security settings for the virtual machine instance.
3150
+ :param bool enable_tpm: Enable TPM flag
3151
+ :param str security_type: Specifies the SecurityType of the virtual machine. EnableTPM and SecureBootEnabled must be set to true for SecurityType to function.
3152
+ :param 'VirtualMachineInstancePropertiesSecurityProfileUefiSettingsResponse' uefi_settings: Uefi settings of the virtual machine instance
3153
+ """
3154
+ if enable_tpm is None:
3155
+ enable_tpm = False
3156
+ if enable_tpm is not None:
3157
+ pulumi.set(__self__, "enable_tpm", enable_tpm)
3158
+ if security_type is not None:
3159
+ pulumi.set(__self__, "security_type", security_type)
3160
+ if uefi_settings is not None:
3161
+ pulumi.set(__self__, "uefi_settings", uefi_settings)
3162
+
3163
+ @property
3164
+ @pulumi.getter(name="enableTPM")
3165
+ def enable_tpm(self) -> Optional[bool]:
3166
+ """
3167
+ Enable TPM flag
3168
+ """
3169
+ return pulumi.get(self, "enable_tpm")
3170
+
3171
+ @property
3172
+ @pulumi.getter(name="securityType")
3173
+ def security_type(self) -> Optional[str]:
3174
+ """
3175
+ Specifies the SecurityType of the virtual machine. EnableTPM and SecureBootEnabled must be set to true for SecurityType to function.
3176
+ """
3177
+ return pulumi.get(self, "security_type")
3178
+
3179
+ @property
3180
+ @pulumi.getter(name="uefiSettings")
3181
+ def uefi_settings(self) -> Optional['outputs.VirtualMachineInstancePropertiesSecurityProfileUefiSettingsResponse']:
3182
+ """
3183
+ Uefi settings of the virtual machine instance
3184
+ """
3185
+ return pulumi.get(self, "uefi_settings")
3186
+
3187
+
3188
+ @pulumi.output_type
3189
+ class VirtualMachineInstancePropertiesSecurityProfileUefiSettingsResponse(dict):
3190
+ """
3191
+ Uefi settings - Specifies whether secure boot should be enabled on the virtual machine instance.
3192
+ """
3193
+ @staticmethod
3194
+ def __key_warning(key: str):
3195
+ suggest = None
3196
+ if key == "secureBootEnabled":
3197
+ suggest = "secure_boot_enabled"
3198
+
3199
+ if suggest:
3200
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesSecurityProfileUefiSettingsResponse. Access the value via the '{suggest}' property getter instead.")
3201
+
3202
+ def __getitem__(self, key: str) -> Any:
3203
+ VirtualMachineInstancePropertiesSecurityProfileUefiSettingsResponse.__key_warning(key)
3204
+ return super().__getitem__(key)
3205
+
3206
+ def get(self, key: str, default = None) -> Any:
3207
+ VirtualMachineInstancePropertiesSecurityProfileUefiSettingsResponse.__key_warning(key)
3208
+ return super().get(key, default)
3209
+
3210
+ def __init__(__self__, *,
3211
+ secure_boot_enabled: Optional[bool] = None):
3212
+ """
3213
+ Uefi settings - Specifies whether secure boot should be enabled on the virtual machine instance.
3214
+ :param bool secure_boot_enabled: Specifies whether secure boot should be enabled on the virtual machine instance.
3215
+ """
3216
+ if secure_boot_enabled is None:
3217
+ secure_boot_enabled = False
3218
+ if secure_boot_enabled is not None:
3219
+ pulumi.set(__self__, "secure_boot_enabled", secure_boot_enabled)
3220
+
3221
+ @property
3222
+ @pulumi.getter(name="secureBootEnabled")
3223
+ def secure_boot_enabled(self) -> Optional[bool]:
3224
+ """
3225
+ Specifies whether secure boot should be enabled on the virtual machine instance.
3226
+ """
3227
+ return pulumi.get(self, "secure_boot_enabled")
3228
+
3229
+
3230
+ @pulumi.output_type
3231
+ class VirtualMachineInstancePropertiesStorageProfileOsDiskResponse(dict):
3232
+ """
3233
+ VHD to attach as OS disk
3234
+ """
3235
+ @staticmethod
3236
+ def __key_warning(key: str):
3237
+ suggest = None
3238
+ if key == "osType":
3239
+ suggest = "os_type"
3240
+
3241
+ if suggest:
3242
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesStorageProfileOsDiskResponse. Access the value via the '{suggest}' property getter instead.")
3243
+
3244
+ def __getitem__(self, key: str) -> Any:
3245
+ VirtualMachineInstancePropertiesStorageProfileOsDiskResponse.__key_warning(key)
3246
+ return super().__getitem__(key)
3247
+
3248
+ def get(self, key: str, default = None) -> Any:
3249
+ VirtualMachineInstancePropertiesStorageProfileOsDiskResponse.__key_warning(key)
3250
+ return super().get(key, default)
3251
+
3252
+ def __init__(__self__, *,
3253
+ id: Optional[str] = None,
3254
+ os_type: Optional[str] = None):
3255
+ """
3256
+ VHD to attach as OS disk
3257
+ :param str id: The ARM ID for a Virtual Hard Disk.
3258
+ :param str os_type: This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
3259
+ """
3260
+ if id is not None:
3261
+ pulumi.set(__self__, "id", id)
3262
+ if os_type is not None:
3263
+ pulumi.set(__self__, "os_type", os_type)
3264
+
3265
+ @property
3266
+ @pulumi.getter
3267
+ def id(self) -> Optional[str]:
3268
+ """
3269
+ The ARM ID for a Virtual Hard Disk.
3270
+ """
3271
+ return pulumi.get(self, "id")
3272
+
3273
+ @property
3274
+ @pulumi.getter(name="osType")
3275
+ def os_type(self) -> Optional[str]:
3276
+ """
3277
+ This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
3278
+ """
3279
+ return pulumi.get(self, "os_type")
3280
+
3281
+
3282
+ @pulumi.output_type
3283
+ class VirtualMachineInstancePropertiesStorageProfileResponse(dict):
3284
+ """
3285
+ StorageProfile - contains information about the disks and storage information for the virtual machine instance
3286
+ """
3287
+ @staticmethod
3288
+ def __key_warning(key: str):
3289
+ suggest = None
3290
+ if key == "dataDisks":
3291
+ suggest = "data_disks"
3292
+ elif key == "imageReference":
3293
+ suggest = "image_reference"
3294
+ elif key == "osDisk":
3295
+ suggest = "os_disk"
3296
+ elif key == "vmConfigStoragePathId":
3297
+ suggest = "vm_config_storage_path_id"
3298
+
3299
+ if suggest:
3300
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesStorageProfileResponse. Access the value via the '{suggest}' property getter instead.")
3301
+
3302
+ def __getitem__(self, key: str) -> Any:
3303
+ VirtualMachineInstancePropertiesStorageProfileResponse.__key_warning(key)
3304
+ return super().__getitem__(key)
3305
+
3306
+ def get(self, key: str, default = None) -> Any:
3307
+ VirtualMachineInstancePropertiesStorageProfileResponse.__key_warning(key)
3308
+ return super().get(key, default)
3309
+
3310
+ def __init__(__self__, *,
3311
+ data_disks: Optional[Sequence['outputs.VirtualHardDiskArmReferenceResponse']] = None,
3312
+ image_reference: Optional['outputs.ImageArmReferenceResponse'] = None,
3313
+ os_disk: Optional['outputs.VirtualMachineInstancePropertiesStorageProfileOsDiskResponse'] = None,
3314
+ vm_config_storage_path_id: Optional[str] = None):
3315
+ """
3316
+ StorageProfile - contains information about the disks and storage information for the virtual machine instance
3317
+ :param Sequence['VirtualHardDiskArmReferenceResponse'] data_disks: adds data disks to the virtual machine instance
3318
+ :param 'ImageArmReferenceResponse' image_reference: Which Image to use for the virtual machine instance
3319
+ :param 'VirtualMachineInstancePropertiesStorageProfileOsDiskResponse' os_disk: VHD to attach as OS disk
3320
+ :param str vm_config_storage_path_id: Id of the storage container that hosts the VM configuration file
3321
+ """
3322
+ if data_disks is not None:
3323
+ pulumi.set(__self__, "data_disks", data_disks)
3324
+ if image_reference is not None:
3325
+ pulumi.set(__self__, "image_reference", image_reference)
3326
+ if os_disk is not None:
3327
+ pulumi.set(__self__, "os_disk", os_disk)
3328
+ if vm_config_storage_path_id is not None:
3329
+ pulumi.set(__self__, "vm_config_storage_path_id", vm_config_storage_path_id)
3330
+
3331
+ @property
3332
+ @pulumi.getter(name="dataDisks")
3333
+ def data_disks(self) -> Optional[Sequence['outputs.VirtualHardDiskArmReferenceResponse']]:
3334
+ """
3335
+ adds data disks to the virtual machine instance
3336
+ """
3337
+ return pulumi.get(self, "data_disks")
3338
+
3339
+ @property
3340
+ @pulumi.getter(name="imageReference")
3341
+ def image_reference(self) -> Optional['outputs.ImageArmReferenceResponse']:
3342
+ """
3343
+ Which Image to use for the virtual machine instance
3344
+ """
3345
+ return pulumi.get(self, "image_reference")
3346
+
3347
+ @property
3348
+ @pulumi.getter(name="osDisk")
3349
+ def os_disk(self) -> Optional['outputs.VirtualMachineInstancePropertiesStorageProfileOsDiskResponse']:
3350
+ """
3351
+ VHD to attach as OS disk
3352
+ """
3353
+ return pulumi.get(self, "os_disk")
3354
+
3355
+ @property
3356
+ @pulumi.getter(name="vmConfigStoragePathId")
3357
+ def vm_config_storage_path_id(self) -> Optional[str]:
3358
+ """
3359
+ Id of the storage container that hosts the VM configuration file
3360
+ """
3361
+ return pulumi.get(self, "vm_config_storage_path_id")
3362
+
3363
+
3364
+ @pulumi.output_type
3365
+ class VirtualMachineInstanceStatusProvisioningStatusResponse(dict):
3366
+ """
3367
+ Virtual machine instance provisioning status.
3368
+ """
3369
+ @staticmethod
3370
+ def __key_warning(key: str):
3371
+ suggest = None
3372
+ if key == "operationId":
3373
+ suggest = "operation_id"
3374
+
3375
+ if suggest:
3376
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstanceStatusProvisioningStatusResponse. Access the value via the '{suggest}' property getter instead.")
3377
+
3378
+ def __getitem__(self, key: str) -> Any:
3379
+ VirtualMachineInstanceStatusProvisioningStatusResponse.__key_warning(key)
3380
+ return super().__getitem__(key)
3381
+
3382
+ def get(self, key: str, default = None) -> Any:
3383
+ VirtualMachineInstanceStatusProvisioningStatusResponse.__key_warning(key)
3384
+ return super().get(key, default)
3385
+
3386
+ def __init__(__self__, *,
3387
+ status: str,
3388
+ operation_id: Optional[str] = None):
3389
+ """
3390
+ Virtual machine instance provisioning status.
3391
+ :param str status: The status of the operation performed on the virtual machine instance [Succeeded, Failed, InProgress]
3392
+ :param str operation_id: The ID of the operation performed on the virtual machine instance
3393
+ """
3394
+ pulumi.set(__self__, "status", status)
3395
+ if operation_id is not None:
3396
+ pulumi.set(__self__, "operation_id", operation_id)
3397
+
3398
+ @property
3399
+ @pulumi.getter
3400
+ def status(self) -> str:
3401
+ """
3402
+ The status of the operation performed on the virtual machine instance [Succeeded, Failed, InProgress]
3403
+ """
3404
+ return pulumi.get(self, "status")
3405
+
3406
+ @property
3407
+ @pulumi.getter(name="operationId")
3408
+ def operation_id(self) -> Optional[str]:
3409
+ """
3410
+ The ID of the operation performed on the virtual machine instance
3411
+ """
3412
+ return pulumi.get(self, "operation_id")
3413
+
3414
+
3415
+ @pulumi.output_type
3416
+ class VirtualMachineInstanceStatusResponse(dict):
3417
+ """
3418
+ The observed state of virtual machine instances
3419
+ """
3420
+ @staticmethod
3421
+ def __key_warning(key: str):
3422
+ suggest = None
3423
+ if key == "errorCode":
3424
+ suggest = "error_code"
3425
+ elif key == "errorMessage":
3426
+ suggest = "error_message"
3427
+ elif key == "powerState":
3428
+ suggest = "power_state"
3429
+ elif key == "provisioningStatus":
3430
+ suggest = "provisioning_status"
3431
+
3432
+ if suggest:
3433
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstanceStatusResponse. Access the value via the '{suggest}' property getter instead.")
3434
+
3435
+ def __getitem__(self, key: str) -> Any:
3436
+ VirtualMachineInstanceStatusResponse.__key_warning(key)
3437
+ return super().__getitem__(key)
3438
+
3439
+ def get(self, key: str, default = None) -> Any:
3440
+ VirtualMachineInstanceStatusResponse.__key_warning(key)
3441
+ return super().get(key, default)
3442
+
3443
+ def __init__(__self__, *,
3444
+ error_code: Optional[str] = None,
3445
+ error_message: Optional[str] = None,
3446
+ power_state: Optional[str] = None,
3447
+ provisioning_status: Optional['outputs.VirtualMachineInstanceStatusProvisioningStatusResponse'] = None):
3448
+ """
3449
+ The observed state of virtual machine instances
3450
+ :param str error_code: VirtualMachine provisioning error code
3451
+ :param str error_message: Descriptive error message
3452
+ :param str power_state: The power state of the virtual machine instance
3453
+ :param 'VirtualMachineInstanceStatusProvisioningStatusResponse' provisioning_status: Provisioning status of the virtual machine instance
3454
+ """
3455
+ if error_code is not None:
3456
+ pulumi.set(__self__, "error_code", error_code)
3457
+ if error_message is not None:
3458
+ pulumi.set(__self__, "error_message", error_message)
3459
+ if power_state is not None:
3460
+ pulumi.set(__self__, "power_state", power_state)
3461
+ if provisioning_status is not None:
3462
+ pulumi.set(__self__, "provisioning_status", provisioning_status)
3463
+
3464
+ @property
3465
+ @pulumi.getter(name="errorCode")
3466
+ def error_code(self) -> Optional[str]:
3467
+ """
3468
+ VirtualMachine provisioning error code
3469
+ """
3470
+ return pulumi.get(self, "error_code")
3471
+
3472
+ @property
3473
+ @pulumi.getter(name="errorMessage")
3474
+ def error_message(self) -> Optional[str]:
3475
+ """
3476
+ Descriptive error message
3477
+ """
3478
+ return pulumi.get(self, "error_message")
3479
+
3480
+ @property
3481
+ @pulumi.getter(name="powerState")
3482
+ def power_state(self) -> Optional[str]:
3483
+ """
3484
+ The power state of the virtual machine instance
3485
+ """
3486
+ return pulumi.get(self, "power_state")
3487
+
3488
+ @property
3489
+ @pulumi.getter(name="provisioningStatus")
3490
+ def provisioning_status(self) -> Optional['outputs.VirtualMachineInstanceStatusProvisioningStatusResponse']:
3491
+ """
3492
+ Provisioning status of the virtual machine instance
3493
+ """
3494
+ return pulumi.get(self, "provisioning_status")
3495
+
3496
+
3497
+ @pulumi.output_type
3498
+ class VirtualMachineInstanceViewResponse(dict):
3499
+ """
3500
+ The instance view of a virtual machine.
3501
+ """
3502
+ @staticmethod
3503
+ def __key_warning(key: str):
3504
+ suggest = None
3505
+ if key == "vmAgent":
3506
+ suggest = "vm_agent"
3507
+
3508
+ if suggest:
3509
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstanceViewResponse. Access the value via the '{suggest}' property getter instead.")
3510
+
3511
+ def __getitem__(self, key: str) -> Any:
3512
+ VirtualMachineInstanceViewResponse.__key_warning(key)
3513
+ return super().__getitem__(key)
3514
+
3515
+ def get(self, key: str, default = None) -> Any:
3516
+ VirtualMachineInstanceViewResponse.__key_warning(key)
3517
+ return super().get(key, default)
3518
+
3519
+ def __init__(__self__, *,
3520
+ vm_agent: Optional['outputs.VirtualMachineConfigAgentInstanceViewResponse'] = None):
3521
+ """
3522
+ The instance view of a virtual machine.
3523
+ :param 'VirtualMachineConfigAgentInstanceViewResponse' vm_agent: The VM Config Agent running on the virtual machine.
3524
+ """
3525
+ if vm_agent is not None:
3526
+ pulumi.set(__self__, "vm_agent", vm_agent)
3527
+
3528
+ @property
3529
+ @pulumi.getter(name="vmAgent")
3530
+ def vm_agent(self) -> Optional['outputs.VirtualMachineConfigAgentInstanceViewResponse']:
3531
+ """
3532
+ The VM Config Agent running on the virtual machine.
3533
+ """
3534
+ return pulumi.get(self, "vm_agent")
3535
+
3536
+