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