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