pulumi-azure-native 3.8.0a1756942349__py3-none-any.whl → 3.11.0a1761334446__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.
- pulumi_azure_native/__init__.py +25 -34
- pulumi_azure_native/apimanagement/_enums.py +1 -1
- pulumi_azure_native/apimanagement/get_workspace_backend.py +4 -4
- pulumi_azure_native/apimanagement/workspace_backend.py +39 -41
- pulumi_azure_native/app/certificate.py +3 -3
- pulumi_azure_native/app/connected_environment.py +3 -3
- pulumi_azure_native/app/connected_environments_certificate.py +3 -3
- pulumi_azure_native/app/connected_environments_dapr_component.py +3 -3
- pulumi_azure_native/app/connected_environments_storage.py +3 -3
- pulumi_azure_native/app/container_app.py +3 -3
- pulumi_azure_native/app/container_apps_auth_config.py +3 -3
- pulumi_azure_native/app/container_apps_session_pool.py +3 -3
- pulumi_azure_native/app/container_apps_source_control.py +3 -3
- pulumi_azure_native/app/dapr_component.py +3 -3
- pulumi_azure_native/app/get_certificate.py +2 -2
- pulumi_azure_native/app/get_connected_environment.py +2 -2
- pulumi_azure_native/app/get_connected_environments_certificate.py +2 -2
- pulumi_azure_native/app/get_connected_environments_dapr_component.py +2 -2
- pulumi_azure_native/app/get_connected_environments_storage.py +2 -2
- pulumi_azure_native/app/get_container_app.py +2 -2
- pulumi_azure_native/app/get_container_app_auth_token.py +2 -2
- pulumi_azure_native/app/get_container_apps_auth_config.py +2 -2
- pulumi_azure_native/app/get_container_apps_session_pool.py +2 -2
- pulumi_azure_native/app/get_container_apps_source_control.py +2 -2
- pulumi_azure_native/app/get_custom_domain_verification_id.py +2 -2
- pulumi_azure_native/app/get_dapr_component.py +2 -2
- pulumi_azure_native/app/get_http_route_config.py +2 -2
- pulumi_azure_native/app/get_java_component.py +2 -2
- pulumi_azure_native/app/get_job.py +2 -2
- pulumi_azure_native/app/get_logic_app.py +2 -2
- pulumi_azure_native/app/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/app/get_managed_certificate.py +2 -2
- pulumi_azure_native/app/get_managed_environment.py +2 -2
- pulumi_azure_native/app/get_managed_environment_auth_token.py +2 -2
- pulumi_azure_native/app/get_managed_environment_private_endpoint_connection.py +2 -2
- pulumi_azure_native/app/get_managed_environments_storage.py +2 -2
- pulumi_azure_native/app/http_route_config.py +3 -3
- pulumi_azure_native/app/java_component.py +3 -3
- pulumi_azure_native/app/job.py +3 -3
- pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +2 -2
- pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +2 -2
- pulumi_azure_native/app/list_container_app_secrets.py +2 -2
- pulumi_azure_native/app/list_dapr_component_secrets.py +2 -2
- pulumi_azure_native/app/list_job_secrets.py +2 -2
- pulumi_azure_native/app/list_logic_app_workflows_connections.py +2 -2
- pulumi_azure_native/app/logic_app.py +3 -3
- pulumi_azure_native/app/maintenance_configuration.py +3 -3
- pulumi_azure_native/app/managed_certificate.py +3 -3
- pulumi_azure_native/app/managed_environment.py +3 -3
- pulumi_azure_native/app/managed_environment_private_endpoint_connection.py +3 -3
- pulumi_azure_native/app/managed_environments_storage.py +3 -3
- pulumi_azure_native/azurearcdata/_enums.py +135 -0
- pulumi_azure_native/azurearcdata/_inputs.py +729 -7
- pulumi_azure_native/azurearcdata/active_directory_connector.py +4 -4
- pulumi_azure_native/azurearcdata/data_controller.py +4 -4
- pulumi_azure_native/azurearcdata/failover_group.py +4 -4
- pulumi_azure_native/azurearcdata/get_active_directory_connector.py +4 -4
- pulumi_azure_native/azurearcdata/get_data_controller.py +4 -4
- pulumi_azure_native/azurearcdata/get_failover_group.py +4 -4
- pulumi_azure_native/azurearcdata/get_postgres_instance.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_managed_instance.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_availability_group.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_availability_group_detail_view.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_database.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_esu_license.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_instance.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_instance_jobs_status.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_instance_telemetry.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_license.py +4 -4
- pulumi_azure_native/azurearcdata/outputs.py +2070 -76
- pulumi_azure_native/azurearcdata/postgres_instance.py +4 -4
- pulumi_azure_native/azurearcdata/sql_managed_instance.py +4 -4
- pulumi_azure_native/azurearcdata/sql_server_availability_group.py +5 -4
- pulumi_azure_native/azurearcdata/sql_server_database.py +4 -4
- pulumi_azure_native/azurearcdata/sql_server_esu_license.py +4 -4
- pulumi_azure_native/azurearcdata/sql_server_instance.py +4 -4
- pulumi_azure_native/azurearcdata/sql_server_license.py +4 -4
- pulumi_azure_native/azuredatatransfer/__init__.py +2 -0
- pulumi_azure_native/azuredatatransfer/_enums.py +124 -0
- pulumi_azure_native/azuredatatransfer/_inputs.py +742 -0
- pulumi_azure_native/azuredatatransfer/flow_profile.py +324 -0
- pulumi_azure_native/azuredatatransfer/get_flow_profile.py +210 -0
- pulumi_azure_native/azuredatatransfer/outputs.py +600 -0
- pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
- pulumi_azure_native/azurestackhci/cluster.py +3 -3
- pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
- pulumi_azure_native/azurestackhci/extension.py +3 -3
- pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
- pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_extension.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_update.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
- pulumi_azure_native/azurestackhci/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/hci_edge_device_job.py +1 -1
- pulumi_azure_native/azurestackhci/security_setting.py +3 -3
- pulumi_azure_native/azurestackhci/update.py +3 -3
- pulumi_azure_native/azurestackhci/update_run.py +3 -3
- pulumi_azure_native/azurestackhci/update_summary.py +3 -3
- pulumi_azure_native/batch/_enums.py +1 -1
- pulumi_azure_native/billingbenefits/_enums.py +55 -0
- pulumi_azure_native/billingbenefits/_inputs.py +1684 -6
- pulumi_azure_native/billingbenefits/discount.py +26 -234
- pulumi_azure_native/billingbenefits/get_discount.py +12 -166
- pulumi_azure_native/billingbenefits/outputs.py +1489 -4
- pulumi_azure_native/cdn/__init__.py +6 -0
- pulumi_azure_native/cdn/_enums.py +85 -2
- pulumi_azure_native/cdn/_inputs.py +310 -99
- pulumi_azure_native/cdn/afd_custom_domain.py +17 -17
- pulumi_azure_native/cdn/afd_endpoint.py +18 -18
- pulumi_azure_native/cdn/afd_origin.py +37 -38
- pulumi_azure_native/cdn/afd_origin_group.py +43 -14
- pulumi_azure_native/cdn/custom_domain.py +14 -14
- pulumi_azure_native/cdn/endpoint.py +20 -20
- pulumi_azure_native/cdn/get_afd_custom_domain.py +12 -12
- pulumi_azure_native/cdn/get_afd_endpoint.py +13 -13
- pulumi_azure_native/cdn/get_afd_origin.py +15 -15
- pulumi_azure_native/cdn/get_afd_origin_group.py +27 -13
- pulumi_azure_native/cdn/get_custom_domain.py +12 -12
- pulumi_azure_native/cdn/get_endpoint.py +15 -15
- pulumi_azure_native/cdn/get_key_group.py +2 -2
- pulumi_azure_native/cdn/get_knowledge_source.py +238 -0
- pulumi_azure_native/cdn/get_origin.py +12 -12
- pulumi_azure_native/cdn/get_origin_group.py +13 -13
- pulumi_azure_native/cdn/get_policy.py +14 -11
- pulumi_azure_native/cdn/get_profile.py +12 -12
- pulumi_azure_native/cdn/get_profile_agent.py +196 -0
- pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +6 -6
- pulumi_azure_native/cdn/get_route.py +13 -13
- pulumi_azure_native/cdn/get_rule.py +16 -16
- pulumi_azure_native/cdn/get_rule_set.py +12 -12
- pulumi_azure_native/cdn/get_secret.py +12 -12
- pulumi_azure_native/cdn/get_security_policy.py +12 -12
- pulumi_azure_native/cdn/get_web_agent.py +246 -0
- pulumi_azure_native/cdn/key_group.py +3 -3
- pulumi_azure_native/cdn/knowledge_source.py +345 -0
- pulumi_azure_native/cdn/origin.py +17 -17
- pulumi_azure_native/cdn/origin_group.py +31 -32
- pulumi_azure_native/cdn/outputs.py +262 -82
- pulumi_azure_native/cdn/policy.py +18 -15
- pulumi_azure_native/cdn/profile.py +19 -19
- pulumi_azure_native/cdn/profile_agent.py +277 -0
- pulumi_azure_native/cdn/route.py +31 -32
- pulumi_azure_native/cdn/rule.py +50 -52
- pulumi_azure_native/cdn/rule_set.py +17 -17
- pulumi_azure_native/cdn/secret.py +14 -14
- pulumi_azure_native/cdn/security_policy.py +14 -14
- pulumi_azure_native/cdn/web_agent.py +352 -0
- pulumi_azure_native/cloudngfw/__init__.py +3 -3
- pulumi_azure_native/cloudngfw/certificate_object_global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/certificate_object_local_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/firewall.py +4 -4
- pulumi_azure_native/cloudngfw/fqdn_list_global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/fqdn_list_local_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_certificate_object_global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_certificate_object_local_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_firewall.py +4 -4
- pulumi_azure_native/cloudngfw/get_firewall_global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_firewall_log_profile.py +4 -4
- pulumi_azure_native/cloudngfw/get_firewall_support_info.py +6 -34
- pulumi_azure_native/cloudngfw/get_fqdn_list_global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_fqdn_list_local_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_global_rulestack_change_log.py +4 -4
- pulumi_azure_native/cloudngfw/get_local_rule.py +4 -4
- pulumi_azure_native/cloudngfw/get_local_rule_counters.py +4 -4
- pulumi_azure_native/cloudngfw/get_local_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_local_rulestack_change_log.py +4 -4
- pulumi_azure_native/cloudngfw/get_local_rulestack_support_info.py +6 -34
- pulumi_azure_native/cloudngfw/get_post_rule.py +4 -4
- pulumi_azure_native/cloudngfw/get_post_rule_counters.py +4 -4
- pulumi_azure_native/cloudngfw/get_pre_rule.py +4 -4
- pulumi_azure_native/cloudngfw/get_pre_rule_counters.py +4 -4
- pulumi_azure_native/cloudngfw/get_prefix_list_global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/get_prefix_list_local_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/list_global_rulestack_advanced_security_objects.py +4 -4
- pulumi_azure_native/cloudngfw/list_global_rulestack_app_ids.py +4 -4
- pulumi_azure_native/cloudngfw/list_global_rulestack_countries.py +4 -4
- pulumi_azure_native/cloudngfw/list_global_rulestack_firewalls.py +4 -4
- pulumi_azure_native/cloudngfw/list_global_rulestack_predefined_url_categories.py +4 -4
- pulumi_azure_native/cloudngfw/list_global_rulestack_security_services.py +4 -4
- pulumi_azure_native/cloudngfw/list_local_rulestack_advanced_security_objects.py +4 -4
- pulumi_azure_native/cloudngfw/list_local_rulestack_app_ids.py +4 -4
- pulumi_azure_native/cloudngfw/list_local_rulestack_countries.py +4 -4
- pulumi_azure_native/cloudngfw/list_local_rulestack_firewalls.py +4 -4
- pulumi_azure_native/cloudngfw/list_local_rulestack_predefined_url_categories.py +4 -4
- pulumi_azure_native/cloudngfw/list_local_rulestack_security_services.py +4 -4
- pulumi_azure_native/cloudngfw/{list_palo_alto_networks_cloudngfw_cloud_manager_tenants.py → list_palo_alto_networks_cloudngfw_operation_cloud_manager_tenants.py} +17 -17
- pulumi_azure_native/cloudngfw/{list_palo_alto_networks_cloudngfw_product_serial_number_status.py → list_palo_alto_networks_cloudngfw_operation_product_serial_number_status.py} +17 -17
- pulumi_azure_native/cloudngfw/{list_palo_alto_networks_cloudngfw_support_info.py → list_palo_alto_networks_cloudngfw_operation_support_info.py} +19 -47
- pulumi_azure_native/cloudngfw/local_rule.py +4 -4
- pulumi_azure_native/cloudngfw/local_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/post_rule.py +4 -4
- pulumi_azure_native/cloudngfw/pre_rule.py +4 -4
- pulumi_azure_native/cloudngfw/prefix_list_global_rulestack.py +4 -4
- pulumi_azure_native/cloudngfw/prefix_list_local_rulestack.py +4 -4
- pulumi_azure_native/codesigning/certificate_profile.py +3 -3
- pulumi_azure_native/codesigning/code_signing_account.py +3 -3
- pulumi_azure_native/codesigning/get_certificate_profile.py +2 -2
- pulumi_azure_native/codesigning/get_code_signing_account.py +2 -2
- pulumi_azure_native/cognitiveservices/__init__.py +2 -0
- pulumi_azure_native/cognitiveservices/_inputs.py +178 -0
- pulumi_azure_native/cognitiveservices/account.py +3 -3
- pulumi_azure_native/cognitiveservices/account_capability_host.py +3 -3
- pulumi_azure_native/cognitiveservices/account_connection.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
- pulumi_azure_native/cognitiveservices/deployment.py +3 -3
- pulumi_azure_native/cognitiveservices/encryption_scope.py +3 -3
- pulumi_azure_native/cognitiveservices/get_account.py +2 -2
- pulumi_azure_native/cognitiveservices/get_account_capability_host.py +2 -2
- pulumi_azure_native/cognitiveservices/get_account_connection.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
- pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
- pulumi_azure_native/cognitiveservices/get_encryption_scope.py +2 -2
- pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cognitiveservices/get_project.py +2 -2
- pulumi_azure_native/cognitiveservices/get_project_capability_host.py +2 -2
- pulumi_azure_native/cognitiveservices/get_project_connection.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_policy.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_topic.py +200 -0
- pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
- pulumi_azure_native/cognitiveservices/outputs.py +135 -0
- pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/cognitiveservices/project.py +3 -3
- pulumi_azure_native/cognitiveservices/project_capability_host.py +3 -3
- pulumi_azure_native/cognitiveservices/project_connection.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_blocklist.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_policy.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_topic.py +279 -0
- pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
- pulumi_azure_native/compute/_enums.py +1 -1
- pulumi_azure_native/compute/_inputs.py +19 -19
- pulumi_azure_native/compute/availability_set.py +3 -3
- pulumi_azure_native/compute/capacity_reservation.py +7 -7
- pulumi_azure_native/compute/capacity_reservation_group.py +7 -7
- pulumi_azure_native/compute/dedicated_host.py +3 -3
- pulumi_azure_native/compute/dedicated_host_group.py +3 -3
- pulumi_azure_native/compute/get_availability_set.py +2 -2
- pulumi_azure_native/compute/get_capacity_reservation.py +3 -3
- pulumi_azure_native/compute/get_capacity_reservation_group.py +3 -3
- pulumi_azure_native/compute/get_dedicated_host.py +2 -2
- pulumi_azure_native/compute/get_dedicated_host_group.py +2 -2
- pulumi_azure_native/compute/get_image.py +2 -2
- pulumi_azure_native/compute/get_log_analytic_export_request_rate_by_interval.py +2 -2
- pulumi_azure_native/compute/get_log_analytic_export_throttled_requests.py +2 -2
- pulumi_azure_native/compute/get_proximity_placement_group.py +2 -2
- pulumi_azure_native/compute/get_restore_point.py +2 -2
- pulumi_azure_native/compute/get_restore_point_collection.py +2 -2
- pulumi_azure_native/compute/get_ssh_public_key.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_extension.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_run_command_by_virtual_machine.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_scale_set.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_scale_set_extension.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_extension.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_run_command.py +2 -2
- pulumi_azure_native/compute/image.py +3 -3
- pulumi_azure_native/compute/outputs.py +14 -14
- pulumi_azure_native/compute/proximity_placement_group.py +3 -3
- pulumi_azure_native/compute/restore_point.py +3 -3
- pulumi_azure_native/compute/restore_point_collection.py +3 -3
- pulumi_azure_native/compute/ssh_public_key.py +3 -3
- pulumi_azure_native/compute/virtual_machine.py +3 -3
- pulumi_azure_native/compute/virtual_machine_extension.py +3 -3
- pulumi_azure_native/compute/virtual_machine_run_command_by_virtual_machine.py +3 -3
- pulumi_azure_native/compute/virtual_machine_scale_set.py +3 -3
- pulumi_azure_native/compute/virtual_machine_scale_set_extension.py +3 -3
- pulumi_azure_native/compute/virtual_machine_scale_set_vm.py +3 -3
- pulumi_azure_native/compute/virtual_machine_scale_set_vm_extension.py +3 -3
- pulumi_azure_native/compute/virtual_machine_scale_set_vm_run_command.py +3 -3
- pulumi_azure_native/confluent/connector.py +3 -3
- pulumi_azure_native/confluent/get_connector.py +2 -2
- pulumi_azure_native/confluent/get_organization.py +2 -2
- pulumi_azure_native/confluent/get_organization_cluster_by_id.py +2 -2
- pulumi_azure_native/confluent/get_organization_environment_by_id.py +2 -2
- pulumi_azure_native/confluent/get_topic.py +2 -2
- pulumi_azure_native/confluent/list_access_clusters.py +2 -2
- pulumi_azure_native/confluent/list_access_environments.py +2 -2
- pulumi_azure_native/confluent/list_access_invitations.py +2 -2
- pulumi_azure_native/confluent/list_access_role_binding_name.py +2 -2
- pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
- pulumi_azure_native/confluent/list_access_service_accounts.py +2 -2
- pulumi_azure_native/confluent/list_access_users.py +2 -2
- pulumi_azure_native/confluent/list_organization_regions.py +2 -2
- pulumi_azure_native/confluent/organization.py +3 -3
- pulumi_azure_native/confluent/organization_cluster_by_id.py +3 -3
- pulumi_azure_native/confluent/organization_environment_by_id.py +3 -3
- pulumi_azure_native/confluent/topic.py +3 -3
- pulumi_azure_native/containerinstance/__init__.py +2 -0
- pulumi_azure_native/containerinstance/_enums.py +30 -1
- pulumi_azure_native/containerinstance/_inputs.py +1153 -5
- pulumi_azure_native/containerinstance/cg_profile.py +47 -79
- pulumi_azure_native/containerinstance/container_group.py +3 -3
- pulumi_azure_native/containerinstance/container_group_profile.py +1 -1
- pulumi_azure_native/containerinstance/get_cg_profile.py +11 -7
- pulumi_azure_native/containerinstance/get_container_group.py +2 -2
- pulumi_azure_native/containerinstance/get_n_group.py +278 -0
- pulumi_azure_native/containerinstance/n_group.py +433 -0
- pulumi_azure_native/containerinstance/outputs.py +1044 -11
- pulumi_azure_native/containerservice/__init__.py +4 -0
- pulumi_azure_native/containerservice/_enums.py +33 -0
- pulumi_azure_native/containerservice/_inputs.py +581 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_identity_binding.py +4 -0
- pulumi_azure_native/containerservice/get_jwt_authenticator.py +168 -0
- pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_managed_namespace.py +2 -2
- pulumi_azure_native/containerservice/get_node_customization.py +208 -0
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/identity_binding.py +5 -1
- pulumi_azure_native/containerservice/jwt_authenticator.py +237 -0
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_namespace_credential.py +2 -2
- pulumi_azure_native/containerservice/load_balancer.py +3 -3
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/managed_namespace.py +3 -3
- pulumi_azure_native/{hybriddata/data_manager.py → containerservice/node_customization.py} +92 -89
- pulumi_azure_native/containerservice/outputs.py +507 -22
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/dashboard/dashboard.py +5 -1
- pulumi_azure_native/dashboard/get_dashboard.py +4 -0
- pulumi_azure_native/dashboard/get_grafana.py +2 -2
- pulumi_azure_native/dashboard/get_integration_fabric.py +2 -2
- pulumi_azure_native/dashboard/get_managed_private_endpoint.py +2 -2
- pulumi_azure_native/dashboard/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dashboard/grafana.py +3 -3
- pulumi_azure_native/dashboard/integration_fabric.py +3 -3
- pulumi_azure_native/dashboard/managed_private_endpoint.py +3 -3
- pulumi_azure_native/dashboard/private_endpoint_connection.py +3 -3
- pulumi_azure_native/datafactory/_enums.py +33 -0
- pulumi_azure_native/datafactory/_inputs.py +200 -0
- pulumi_azure_native/datafactory/outputs.py +134 -0
- pulumi_azure_native/datamigration/__init__.py +4 -0
- pulumi_azure_native/datamigration/_enums.py +28 -0
- pulumi_azure_native/datamigration/_inputs.py +981 -56
- pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_db_ru_mongo.py +3 -3
- pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_dbv_core_mongo.py +3 -3
- pulumi_azure_native/datamigration/database_migrations_sql_db.py +3 -3
- pulumi_azure_native/datamigration/database_migrations_sql_mi.py +236 -0
- pulumi_azure_native/datamigration/database_migrations_sql_vm.py +236 -0
- pulumi_azure_native/datamigration/file.py +3 -3
- pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_db_ru_mongo.py +2 -2
- pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_dbv_core_mongo.py +2 -2
- pulumi_azure_native/datamigration/get_database_migrations_sql_db.py +2 -2
- pulumi_azure_native/datamigration/get_database_migrations_sql_mi.py +182 -0
- pulumi_azure_native/datamigration/get_database_migrations_sql_vm.py +182 -0
- pulumi_azure_native/datamigration/get_file.py +2 -2
- pulumi_azure_native/datamigration/get_migration_service.py +2 -2
- pulumi_azure_native/datamigration/get_project.py +2 -2
- pulumi_azure_native/datamigration/get_service.py +2 -2
- pulumi_azure_native/datamigration/get_service_task.py +2 -2
- pulumi_azure_native/datamigration/get_sql_migration_service.py +2 -2
- pulumi_azure_native/datamigration/get_task.py +2 -2
- pulumi_azure_native/datamigration/list_sql_migration_service_auth_keys.py +2 -2
- pulumi_azure_native/datamigration/list_sql_migration_service_monitoring_data.py +2 -2
- pulumi_azure_native/datamigration/migration_service.py +3 -3
- pulumi_azure_native/datamigration/outputs.py +2194 -696
- pulumi_azure_native/datamigration/project.py +3 -3
- pulumi_azure_native/datamigration/service.py +3 -3
- pulumi_azure_native/datamigration/service_task.py +3 -3
- pulumi_azure_native/datamigration/sql_migration_service.py +3 -3
- pulumi_azure_native/datamigration/task.py +3 -3
- pulumi_azure_native/dataprotection/_inputs.py +3 -3
- pulumi_azure_native/dataprotection/backup_instance.py +3 -3
- pulumi_azure_native/dataprotection/backup_policy.py +3 -3
- pulumi_azure_native/dataprotection/backup_vault.py +3 -3
- pulumi_azure_native/dataprotection/dpp_resource_guard_proxy.py +3 -3
- pulumi_azure_native/dataprotection/get_backup_instance.py +2 -2
- pulumi_azure_native/dataprotection/get_backup_policy.py +2 -2
- pulumi_azure_native/dataprotection/get_backup_vault.py +2 -2
- pulumi_azure_native/dataprotection/get_dpp_resource_guard_proxy.py +2 -2
- pulumi_azure_native/dataprotection/get_resource_guard.py +2 -2
- pulumi_azure_native/dataprotection/outputs.py +2 -2
- pulumi_azure_native/dataprotection/resource_guard.py +3 -3
- pulumi_azure_native/dbformysql/azure_ad_administrator.py +3 -3
- pulumi_azure_native/dbformysql/configuration.py +3 -3
- pulumi_azure_native/dbformysql/database.py +3 -3
- pulumi_azure_native/dbformysql/firewall_rule.py +3 -3
- pulumi_azure_native/dbformysql/get_azure_ad_administrator.py +2 -2
- pulumi_azure_native/dbformysql/get_configuration.py +2 -2
- pulumi_azure_native/dbformysql/get_database.py +2 -2
- pulumi_azure_native/dbformysql/get_firewall_rule.py +2 -2
- pulumi_azure_native/dbformysql/get_get_private_dns_zone_suffix_execute.py +2 -2
- pulumi_azure_native/dbformysql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbformysql/get_server.py +2 -2
- pulumi_azure_native/dbformysql/outputs.py +3 -3
- pulumi_azure_native/dbformysql/private_endpoint_connection.py +3 -3
- pulumi_azure_native/dbformysql/server.py +3 -3
- pulumi_azure_native/dbforpostgresql/__init__.py +1 -0
- pulumi_azure_native/dbforpostgresql/administrator.py +1 -1
- pulumi_azure_native/dbforpostgresql/backup.py +1 -1
- pulumi_azure_native/dbforpostgresql/configuration.py +3 -3
- pulumi_azure_native/dbforpostgresql/database.py +3 -3
- pulumi_azure_native/dbforpostgresql/firewall_rule.py +3 -3
- pulumi_azure_native/dbforpostgresql/get_configuration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_database.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_migration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_private_dns_zone_suffix.py +76 -0
- pulumi_azure_native/dbforpostgresql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_server.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_server_group_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_server_group_role.py +6 -0
- pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +2 -2
- pulumi_azure_native/dbforpostgresql/migration.py +3 -3
- pulumi_azure_native/dbforpostgresql/private_endpoint_connection.py +3 -3
- pulumi_azure_native/dbforpostgresql/server.py +3 -3
- pulumi_azure_native/dbforpostgresql/server_group_private_endpoint_connection.py +3 -3
- pulumi_azure_native/dbforpostgresql/server_group_role.py +16 -0
- pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +3 -3
- pulumi_azure_native/dependencymap/__init__.py +2 -0
- pulumi_azure_native/dependencymap/_inputs.py +117 -0
- pulumi_azure_native/dependencymap/discovery_source.py +3 -3
- pulumi_azure_native/dependencymap/get_discovery_source.py +2 -2
- pulumi_azure_native/dependencymap/get_map.py +2 -2
- pulumi_azure_native/dependencymap/get_map_dependency_view_for_all_machines.py +184 -0
- pulumi_azure_native/dependencymap/map.py +3 -3
- pulumi_azure_native/dependencymap/outputs.py +125 -0
- pulumi_azure_native/deviceregistry/asset.py +3 -3
- pulumi_azure_native/deviceregistry/asset_endpoint_profile.py +3 -3
- pulumi_azure_native/deviceregistry/get_asset.py +2 -2
- pulumi_azure_native/deviceregistry/get_asset_endpoint_profile.py +2 -2
- pulumi_azure_native/deviceregistry/get_namespace.py +4 -0
- pulumi_azure_native/deviceregistry/get_namespace_asset.py +4 -0
- pulumi_azure_native/deviceregistry/get_namespace_device.py +4 -0
- pulumi_azure_native/deviceregistry/get_namespace_discovered_asset.py +4 -0
- pulumi_azure_native/deviceregistry/get_namespace_discovered_device.py +4 -0
- pulumi_azure_native/deviceregistry/get_schema.py +2 -2
- pulumi_azure_native/deviceregistry/get_schema_registry.py +2 -2
- pulumi_azure_native/deviceregistry/get_schema_version.py +2 -2
- pulumi_azure_native/deviceregistry/namespace.py +5 -1
- pulumi_azure_native/deviceregistry/namespace_asset.py +5 -1
- pulumi_azure_native/deviceregistry/namespace_device.py +5 -1
- pulumi_azure_native/deviceregistry/namespace_discovered_asset.py +5 -1
- pulumi_azure_native/deviceregistry/namespace_discovered_device.py +5 -1
- pulumi_azure_native/deviceregistry/schema.py +3 -3
- pulumi_azure_native/deviceregistry/schema_registry.py +3 -3
- pulumi_azure_native/deviceregistry/schema_version.py +3 -3
- pulumi_azure_native/devopsinfrastructure/get_pool.py +2 -2
- pulumi_azure_native/devopsinfrastructure/pool.py +3 -3
- pulumi_azure_native/dnsresolver/dns_forwarding_ruleset.py +3 -3
- pulumi_azure_native/dnsresolver/dns_resolver.py +3 -3
- pulumi_azure_native/dnsresolver/dns_resolver_domain_list.py +3 -3
- pulumi_azure_native/dnsresolver/dns_resolver_policy.py +3 -3
- pulumi_azure_native/dnsresolver/dns_resolver_policy_virtual_network_link.py +3 -3
- pulumi_azure_native/dnsresolver/dns_security_rule.py +3 -3
- pulumi_azure_native/dnsresolver/forwarding_rule.py +3 -3
- pulumi_azure_native/dnsresolver/get_dns_forwarding_ruleset.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_resolver.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_resolver_domain_list.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_resolver_policy.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_resolver_policy_virtual_network_link.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_security_rule.py +2 -2
- pulumi_azure_native/dnsresolver/get_forwarding_rule.py +2 -2
- pulumi_azure_native/dnsresolver/get_inbound_endpoint.py +2 -2
- pulumi_azure_native/dnsresolver/get_outbound_endpoint.py +2 -2
- pulumi_azure_native/dnsresolver/get_private_resolver_virtual_network_link.py +2 -2
- pulumi_azure_native/dnsresolver/inbound_endpoint.py +3 -3
- pulumi_azure_native/dnsresolver/list_dns_forwarding_ruleset_by_virtual_network.py +2 -2
- pulumi_azure_native/dnsresolver/list_dns_resolver_by_virtual_network.py +2 -2
- pulumi_azure_native/dnsresolver/list_dns_resolver_policy_by_virtual_network.py +2 -2
- pulumi_azure_native/dnsresolver/outbound_endpoint.py +3 -3
- pulumi_azure_native/dnsresolver/private_resolver_virtual_network_link.py +3 -3
- pulumi_azure_native/durabletask/get_retention_policy.py +4 -0
- pulumi_azure_native/durabletask/get_scheduler.py +2 -2
- pulumi_azure_native/durabletask/get_task_hub.py +2 -2
- pulumi_azure_native/durabletask/retention_policy.py +5 -1
- pulumi_azure_native/durabletask/scheduler.py +3 -3
- pulumi_azure_native/durabletask/task_hub.py +3 -3
- pulumi_azure_native/edge/__init__.py +2 -0
- pulumi_azure_native/edge/_inputs.py +39 -2
- pulumi_azure_native/edge/get_schema_reference.py +180 -0
- pulumi_azure_native/edge/get_site.py +2 -2
- pulumi_azure_native/edge/get_sites_by_service_group.py +2 -2
- pulumi_azure_native/edge/get_sites_by_subscription.py +2 -2
- pulumi_azure_native/edge/outputs.py +55 -2
- pulumi_azure_native/edge/schema_reference.py +229 -0
- pulumi_azure_native/edge/site.py +3 -3
- pulumi_azure_native/edge/sites_by_service_group.py +3 -3
- pulumi_azure_native/edge/sites_by_subscription.py +3 -3
- pulumi_azure_native/hybridcontainerservice/__init__.py +4 -0
- pulumi_azure_native/hybridcontainerservice/_enums.py +9 -0
- pulumi_azure_native/hybridcontainerservice/_inputs.py +58 -0
- pulumi_azure_native/hybridcontainerservice/cluster_instance_hybrid_identity_metadatum.py +3 -3
- pulumi_azure_native/hybridcontainerservice/get_cluster_instance_hybrid_identity_metadatum.py +2 -2
- pulumi_azure_native/hybridcontainerservice/get_kubernetes_versions.py +171 -0
- pulumi_azure_native/hybridcontainerservice/get_virtual_network_retrieve.py +2 -2
- pulumi_azure_native/hybridcontainerservice/get_vm_skus.py +171 -0
- pulumi_azure_native/hybridcontainerservice/kubernetes_versions.py +207 -0
- pulumi_azure_native/hybridcontainerservice/list_provisioned_cluster_instance_admin_kubeconfig.py +2 -2
- pulumi_azure_native/hybridcontainerservice/list_provisioned_cluster_instance_user_kubeconfig.py +2 -2
- pulumi_azure_native/hybridcontainerservice/outputs.py +430 -0
- pulumi_azure_native/hybridcontainerservice/virtual_network_retrieve.py +3 -3
- pulumi_azure_native/hybridcontainerservice/vm_skus.py +207 -0
- pulumi_azure_native/iotfirmwaredefense/firmware.py +3 -3
- pulumi_azure_native/iotfirmwaredefense/get_firmware.py +2 -2
- pulumi_azure_native/iotfirmwaredefense/get_workspace.py +2 -2
- pulumi_azure_native/iotfirmwaredefense/workspace.py +3 -3
- pulumi_azure_native/iothub/certificate.py +3 -3
- pulumi_azure_native/iothub/get_certificate.py +2 -2
- pulumi_azure_native/iothub/get_iot_hub_resource.py +2 -2
- pulumi_azure_native/iothub/get_iot_hub_resource_event_hub_consumer_group.py +2 -2
- pulumi_azure_native/iothub/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/iothub/iot_hub_resource.py +3 -3
- pulumi_azure_native/iothub/iot_hub_resource_event_hub_consumer_group.py +3 -3
- pulumi_azure_native/iothub/list_iot_hub_resource_keys.py +2 -2
- pulumi_azure_native/iothub/list_iot_hub_resource_keys_for_key_name.py +2 -2
- pulumi_azure_native/iothub/private_endpoint_connection.py +3 -3
- pulumi_azure_native/iotoperations/akri_connector.py +5 -1
- pulumi_azure_native/iotoperations/akri_connector_template.py +5 -1
- pulumi_azure_native/iotoperations/broker.py +3 -3
- pulumi_azure_native/iotoperations/broker_authentication.py +3 -3
- pulumi_azure_native/iotoperations/broker_authorization.py +3 -3
- pulumi_azure_native/iotoperations/broker_listener.py +3 -3
- pulumi_azure_native/iotoperations/dataflow.py +3 -3
- pulumi_azure_native/iotoperations/dataflow_endpoint.py +3 -3
- pulumi_azure_native/iotoperations/dataflow_graph.py +5 -1
- pulumi_azure_native/iotoperations/dataflow_profile.py +3 -3
- pulumi_azure_native/iotoperations/get_akri_connector.py +4 -0
- pulumi_azure_native/iotoperations/get_akri_connector_template.py +4 -0
- pulumi_azure_native/iotoperations/get_broker.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_authentication.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_authorization.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_listener.py +2 -2
- pulumi_azure_native/iotoperations/get_dataflow.py +2 -2
- pulumi_azure_native/iotoperations/get_dataflow_endpoint.py +2 -2
- pulumi_azure_native/iotoperations/get_dataflow_graph.py +4 -0
- pulumi_azure_native/iotoperations/get_dataflow_profile.py +2 -2
- pulumi_azure_native/iotoperations/get_instance.py +2 -2
- pulumi_azure_native/iotoperations/get_registry_endpoint.py +4 -0
- pulumi_azure_native/iotoperations/instance.py +3 -3
- pulumi_azure_native/iotoperations/registry_endpoint.py +5 -1
- pulumi_azure_native/keyvault/get_key.py +2 -2
- pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
- pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
- pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/keyvault/get_secret.py +2 -2
- pulumi_azure_native/keyvault/get_vault.py +2 -2
- pulumi_azure_native/keyvault/key.py +3 -3
- pulumi_azure_native/keyvault/managed_hsm.py +3 -3
- pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
- pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
- pulumi_azure_native/keyvault/secret.py +3 -3
- pulumi_azure_native/keyvault/vault.py +3 -3
- pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
- pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
- pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
- pulumi_azure_native/machinelearningservices/_enums.py +24 -0
- pulumi_azure_native/machinelearningservices/_inputs.py +84 -20
- pulumi_azure_native/machinelearningservices/batch_deployment.py +5 -5
- pulumi_azure_native/machinelearningservices/batch_endpoint.py +5 -5
- pulumi_azure_native/machinelearningservices/capability_host.py +5 -5
- pulumi_azure_native/machinelearningservices/code_container.py +5 -5
- pulumi_azure_native/machinelearningservices/code_version.py +5 -5
- pulumi_azure_native/machinelearningservices/component_container.py +5 -5
- pulumi_azure_native/machinelearningservices/component_version.py +5 -5
- pulumi_azure_native/machinelearningservices/compute.py +5 -5
- pulumi_azure_native/machinelearningservices/data_container.py +5 -5
- pulumi_azure_native/machinelearningservices/data_version.py +5 -5
- pulumi_azure_native/machinelearningservices/datastore.py +5 -5
- pulumi_azure_native/machinelearningservices/environment_container.py +5 -5
- pulumi_azure_native/machinelearningservices/environment_specification_version.py +1 -1
- pulumi_azure_native/machinelearningservices/environment_version.py +5 -5
- pulumi_azure_native/machinelearningservices/featureset_container_entity.py +5 -5
- pulumi_azure_native/machinelearningservices/featureset_version.py +5 -5
- pulumi_azure_native/machinelearningservices/featurestore_entity_container_entity.py +5 -5
- pulumi_azure_native/machinelearningservices/featurestore_entity_version.py +5 -5
- pulumi_azure_native/machinelearningservices/get_batch_deployment.py +4 -4
- pulumi_azure_native/machinelearningservices/get_batch_endpoint.py +4 -4
- pulumi_azure_native/machinelearningservices/get_capability_host.py +4 -4
- pulumi_azure_native/machinelearningservices/get_code_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_code_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_component_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_component_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_compute.py +4 -4
- pulumi_azure_native/machinelearningservices/get_data_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_data_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_datastore.py +4 -4
- pulumi_azure_native/machinelearningservices/get_environment_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_environment_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_featureset_container_entity.py +4 -4
- pulumi_azure_native/machinelearningservices/get_featureset_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_featurestore_entity_container_entity.py +4 -4
- pulumi_azure_native/machinelearningservices/get_featurestore_entity_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_job.py +4 -4
- pulumi_azure_native/machinelearningservices/get_managed_network_settings_rule.py +4 -4
- pulumi_azure_native/machinelearningservices/get_marketplace_subscription.py +4 -4
- pulumi_azure_native/machinelearningservices/get_model_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_model_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_online_deployment.py +4 -4
- pulumi_azure_native/machinelearningservices/get_online_deployment_logs.py +4 -4
- pulumi_azure_native/machinelearningservices/get_online_endpoint.py +4 -4
- pulumi_azure_native/machinelearningservices/get_online_endpoint_token.py +4 -4
- pulumi_azure_native/machinelearningservices/get_private_endpoint_connection.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_code_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_code_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_component_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_component_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_data_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_data_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_environment_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_environment_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_model_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_model_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_schedule.py +4 -4
- pulumi_azure_native/machinelearningservices/get_serverless_endpoint.py +4 -4
- pulumi_azure_native/machinelearningservices/get_workspace.py +44 -5
- pulumi_azure_native/machinelearningservices/get_workspace_connection.py +4 -4
- pulumi_azure_native/machinelearningservices/job.py +5 -5
- pulumi_azure_native/machinelearningservices/list_batch_endpoint_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_compute_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_compute_nodes.py +4 -4
- pulumi_azure_native/machinelearningservices/list_datastore_secrets.py +4 -4
- pulumi_azure_native/machinelearningservices/list_online_endpoint_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_serverless_endpoint_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_workspace_connection_secrets.py +4 -4
- pulumi_azure_native/machinelearningservices/list_workspace_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_workspace_notebook_access_token.py +4 -4
- pulumi_azure_native/machinelearningservices/list_workspace_notebook_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_workspace_storage_account_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/machine_learning_datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/managed_network_settings_rule.py +5 -5
- pulumi_azure_native/machinelearningservices/marketplace_subscription.py +5 -5
- pulumi_azure_native/machinelearningservices/model_container.py +5 -5
- pulumi_azure_native/machinelearningservices/model_version.py +5 -5
- pulumi_azure_native/machinelearningservices/online_deployment.py +5 -5
- pulumi_azure_native/machinelearningservices/online_endpoint.py +5 -5
- pulumi_azure_native/machinelearningservices/outputs.py +209 -74
- pulumi_azure_native/machinelearningservices/private_endpoint_connection.py +5 -5
- pulumi_azure_native/machinelearningservices/registry.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_code_container.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_code_version.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_component_container.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_component_version.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_data_container.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_data_version.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_environment_container.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_environment_version.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_model_container.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_model_version.py +5 -5
- pulumi_azure_native/machinelearningservices/schedule.py +5 -5
- pulumi_azure_native/machinelearningservices/serverless_endpoint.py +5 -5
- pulumi_azure_native/machinelearningservices/workspace.py +84 -5
- pulumi_azure_native/machinelearningservices/workspace_connection.py +5 -5
- pulumi_azure_native/mongocluster/firewall_rule.py +3 -3
- pulumi_azure_native/mongocluster/get_firewall_rule.py +2 -2
- pulumi_azure_native/mongocluster/get_mongo_cluster.py +2 -2
- pulumi_azure_native/mongocluster/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/mongocluster/get_user.py +2 -2
- pulumi_azure_native/mongocluster/list_mongo_cluster_connection_strings.py +2 -2
- pulumi_azure_native/mongocluster/mongo_cluster.py +3 -3
- pulumi_azure_native/mongocluster/private_endpoint_connection.py +3 -3
- pulumi_azure_native/mongocluster/user.py +3 -3
- pulumi_azure_native/monitor/__init__.py +16 -0
- pulumi_azure_native/monitor/_enums.py +260 -0
- pulumi_azure_native/monitor/_inputs.py +2492 -79
- pulumi_azure_native/monitor/authentication_setting.py +257 -0
- pulumi_azure_native/monitor/data_collection_endpoint.py +5 -1
- pulumi_azure_native/monitor/data_collection_rule.py +5 -1
- pulumi_azure_native/monitor/data_collection_rule_association.py +5 -1
- pulumi_azure_native/monitor/discovery_rule.py +258 -0
- pulumi_azure_native/monitor/entity.py +258 -0
- pulumi_azure_native/monitor/get_authentication_setting.py +174 -0
- pulumi_azure_native/monitor/get_data_collection_endpoint.py +4 -0
- pulumi_azure_native/monitor/get_data_collection_rule.py +4 -0
- pulumi_azure_native/monitor/get_data_collection_rule_association.py +4 -0
- pulumi_azure_native/monitor/get_discovery_rule.py +174 -0
- pulumi_azure_native/monitor/get_entity.py +174 -0
- pulumi_azure_native/{hybriddata/get_data_manager.py → monitor/get_health_model.py} +72 -55
- pulumi_azure_native/monitor/get_issue.py +168 -0
- pulumi_azure_native/monitor/get_metric_alert.py +4 -0
- pulumi_azure_native/monitor/get_relationship.py +174 -0
- pulumi_azure_native/monitor/get_signal_definition.py +174 -0
- pulumi_azure_native/monitor/health_model.py +324 -0
- pulumi_azure_native/monitor/issue.py +277 -0
- pulumi_azure_native/monitor/list_issue_alerts.py +118 -0
- pulumi_azure_native/monitor/list_issue_resources.py +118 -0
- pulumi_azure_native/monitor/metric_alert.py +5 -1
- pulumi_azure_native/monitor/outputs.py +2829 -100
- pulumi_azure_native/monitor/relationship.py +257 -0
- pulumi_azure_native/monitor/signal_definition.py +258 -0
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +3 -3
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/capacity_pool.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_bucket.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_snapshot.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_subvolume.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_volume.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_volume_quota_rule.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_account_change_key_vault_information.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_bucket.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/list_capacity_pool_volume_quota_report.py +2 -2
- pulumi_azure_native/netapp/list_capacity_pool_volume_replications.py +2 -2
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/network/__init__.py +2 -0
- pulumi_azure_native/network/admin_rule.py +3 -3
- pulumi_azure_native/network/admin_rule_collection.py +3 -3
- pulumi_azure_native/network/application_gateway.py +3 -3
- pulumi_azure_native/network/application_gateway_private_endpoint_connection.py +3 -3
- pulumi_azure_native/network/application_security_group.py +3 -3
- pulumi_azure_native/network/azure_firewall.py +3 -3
- pulumi_azure_native/network/bastion_host.py +3 -3
- pulumi_azure_native/network/configuration_policy_group.py +3 -3
- pulumi_azure_native/network/connection_monitor.py +3 -3
- pulumi_azure_native/network/connectivity_configuration.py +3 -3
- pulumi_azure_native/network/custom_ip_prefix.py +3 -3
- pulumi_azure_native/network/ddos_custom_policy.py +3 -3
- pulumi_azure_native/network/ddos_protection_plan.py +3 -3
- pulumi_azure_native/network/default_admin_rule.py +1 -1
- pulumi_azure_native/network/default_user_rule.py +1 -1
- pulumi_azure_native/network/dscp_configuration.py +3 -3
- pulumi_azure_native/network/express_route_circuit.py +3 -3
- pulumi_azure_native/network/express_route_circuit_authorization.py +3 -3
- pulumi_azure_native/network/express_route_circuit_connection.py +3 -3
- pulumi_azure_native/network/express_route_circuit_peering.py +3 -3
- pulumi_azure_native/network/express_route_connection.py +3 -3
- pulumi_azure_native/network/express_route_cross_connection_peering.py +3 -3
- pulumi_azure_native/network/express_route_gateway.py +3 -3
- pulumi_azure_native/network/express_route_port.py +3 -3
- pulumi_azure_native/network/express_route_port_authorization.py +3 -3
- pulumi_azure_native/network/firewall_policy.py +3 -3
- pulumi_azure_native/network/firewall_policy_draft.py +3 -3
- pulumi_azure_native/network/firewall_policy_rule_collection_group.py +3 -3
- pulumi_azure_native/network/firewall_policy_rule_collection_group_draft.py +3 -3
- pulumi_azure_native/network/flow_log.py +3 -3
- pulumi_azure_native/network/get_active_sessions.py +2 -2
- pulumi_azure_native/network/get_admin_rule.py +2 -2
- pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
- pulumi_azure_native/network/get_application_gateway.py +2 -2
- pulumi_azure_native/network/get_application_gateway_backend_health_on_demand.py +2 -2
- pulumi_azure_native/network/get_application_gateway_private_endpoint_connection.py +2 -2
- pulumi_azure_native/network/get_application_security_group.py +2 -2
- pulumi_azure_native/network/get_azure_firewall.py +2 -2
- pulumi_azure_native/network/get_bastion_host.py +2 -2
- pulumi_azure_native/network/get_bastion_shareable_link.py +2 -2
- pulumi_azure_native/network/get_configuration_policy_group.py +2 -2
- pulumi_azure_native/network/get_connection_monitor.py +2 -2
- pulumi_azure_native/network/get_connectivity_configuration.py +2 -2
- pulumi_azure_native/network/get_custom_ip_prefix.py +2 -2
- pulumi_azure_native/network/get_ddos_custom_policy.py +2 -2
- pulumi_azure_native/network/get_ddos_protection_plan.py +2 -2
- pulumi_azure_native/network/get_dscp_configuration.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_authorization.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_connection.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_peering.py +2 -2
- pulumi_azure_native/network/get_express_route_connection.py +2 -2
- pulumi_azure_native/network/get_express_route_cross_connection_peering.py +2 -2
- pulumi_azure_native/network/get_express_route_gateway.py +2 -2
- pulumi_azure_native/network/get_express_route_port.py +2 -2
- pulumi_azure_native/network/get_express_route_port_authorization.py +2 -2
- pulumi_azure_native/network/get_firewall_policy.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_draft.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_rule_collection_group.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_rule_collection_group_draft.py +2 -2
- pulumi_azure_native/network/get_flow_log.py +2 -2
- pulumi_azure_native/network/get_hub_route_table.py +2 -2
- pulumi_azure_native/network/get_hub_virtual_network_connection.py +2 -2
- pulumi_azure_native/network/get_inbound_nat_rule.py +2 -2
- pulumi_azure_native/network/get_ip_allocation.py +2 -2
- pulumi_azure_native/network/get_ip_group.py +2 -2
- pulumi_azure_native/network/get_ipam_pool.py +2 -2
- pulumi_azure_native/network/get_ipam_pool_usage.py +2 -2
- pulumi_azure_native/network/get_load_balancer.py +2 -2
- pulumi_azure_native/network/get_load_balancer_backend_address_pool.py +2 -2
- pulumi_azure_native/network/get_local_network_gateway.py +2 -2
- pulumi_azure_native/network/get_management_group_network_manager_connection.py +2 -2
- pulumi_azure_native/network/get_nat_gateway.py +2 -2
- pulumi_azure_native/network/get_nat_rule.py +2 -2
- pulumi_azure_native/network/get_network_group.py +2 -2
- pulumi_azure_native/network/get_network_interface.py +2 -2
- pulumi_azure_native/network/get_network_interface_tap_configuration.py +2 -2
- pulumi_azure_native/network/get_network_manager.py +2 -2
- pulumi_azure_native/network/get_network_manager_routing_configuration.py +2 -2
- pulumi_azure_native/network/get_network_profile.py +2 -2
- pulumi_azure_native/network/get_network_security_group.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_access_rule.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_association.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_link.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_logging_configuration.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_profile.py +2 -2
- pulumi_azure_native/network/get_network_virtual_appliance.py +2 -2
- pulumi_azure_native/network/get_network_virtual_appliance_boot_diagnostic_logs.py +4 -0
- pulumi_azure_native/network/get_network_virtual_appliance_connection.py +2 -2
- pulumi_azure_native/network/get_network_watcher.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +2 -2
- pulumi_azure_native/network/get_packet_capture.py +2 -2
- pulumi_azure_native/network/get_private_dns_zone_group.py +2 -2
- pulumi_azure_native/network/get_private_endpoint.py +2 -2
- pulumi_azure_native/network/get_private_link_service.py +2 -2
- pulumi_azure_native/network/get_private_link_service_private_endpoint_connection.py +2 -2
- pulumi_azure_native/network/get_public_ip_address.py +2 -2
- pulumi_azure_native/network/get_public_ip_prefix.py +2 -2
- pulumi_azure_native/network/get_reachability_analysis_intent.py +2 -2
- pulumi_azure_native/network/get_reachability_analysis_run.py +2 -2
- pulumi_azure_native/network/get_route.py +2 -2
- pulumi_azure_native/network/get_route_filter.py +2 -2
- pulumi_azure_native/network/get_route_filter_rule.py +2 -2
- pulumi_azure_native/network/get_route_map.py +2 -2
- pulumi_azure_native/network/get_route_table.py +2 -2
- pulumi_azure_native/network/get_routing_intent.py +2 -2
- pulumi_azure_native/network/get_routing_rule.py +2 -2
- pulumi_azure_native/network/get_routing_rule_collection.py +2 -2
- pulumi_azure_native/network/get_scope_connection.py +2 -2
- pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
- pulumi_azure_native/network/get_security_partner_provider.py +2 -2
- pulumi_azure_native/network/get_security_rule.py +2 -2
- pulumi_azure_native/network/get_security_user_configuration.py +2 -2
- pulumi_azure_native/network/get_security_user_rule.py +2 -2
- pulumi_azure_native/network/get_security_user_rule_collection.py +2 -2
- pulumi_azure_native/network/get_service_endpoint_policy.py +2 -2
- pulumi_azure_native/network/get_service_endpoint_policy_definition.py +2 -2
- pulumi_azure_native/network/get_static_cidr.py +2 -2
- pulumi_azure_native/network/get_static_member.py +2 -2
- pulumi_azure_native/network/get_subnet.py +2 -2
- pulumi_azure_native/network/get_subscription_network_manager_connection.py +2 -2
- pulumi_azure_native/network/get_verifier_workspace.py +2 -2
- pulumi_azure_native/network/get_virtual_appliance_site.py +2 -2
- pulumi_azure_native/network/get_virtual_hub.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_bgp_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_ip_configuration.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_route_table_v2.py +2 -2
- pulumi_azure_native/network/get_virtual_network.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_advertised_routes.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_bgp_peer_status.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_connection_ike_sas.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_learned_routes.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_nat_rule.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_resiliency_information.py +4 -0
- pulumi_azure_native/network/get_virtual_network_gateway_routes_information.py +4 -0
- pulumi_azure_native/network/get_virtual_network_gateway_vpn_profile_package_url.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_connection_health.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +2 -2
- pulumi_azure_native/network/get_virtual_network_peering.py +2 -2
- pulumi_azure_native/network/get_virtual_network_tap.py +2 -2
- pulumi_azure_native/network/get_virtual_router.py +2 -2
- pulumi_azure_native/network/get_virtual_router_peering.py +2 -2
- pulumi_azure_native/network/get_virtual_wan.py +2 -2
- pulumi_azure_native/network/get_vpn_connection.py +2 -2
- pulumi_azure_native/network/get_vpn_gateway.py +2 -2
- pulumi_azure_native/network/get_vpn_link_connection_ike_sas.py +2 -2
- pulumi_azure_native/network/get_vpn_server_configuration.py +2 -2
- pulumi_azure_native/network/get_vpn_site.py +2 -2
- pulumi_azure_native/network/get_web_application_firewall_policy.py +2 -2
- pulumi_azure_native/network/hub_route_table.py +3 -3
- pulumi_azure_native/network/hub_virtual_network_connection.py +3 -3
- pulumi_azure_native/network/inbound_nat_rule.py +3 -3
- pulumi_azure_native/network/interface_endpoint.py +1 -1
- pulumi_azure_native/network/ip_allocation.py +3 -3
- pulumi_azure_native/network/ip_group.py +3 -3
- pulumi_azure_native/network/ipam_pool.py +3 -3
- pulumi_azure_native/network/list_active_connectivity_configurations.py +2 -2
- pulumi_azure_native/network/list_active_security_admin_rules.py +2 -2
- pulumi_azure_native/network/list_firewall_policy_idps_signature.py +2 -2
- pulumi_azure_native/network/list_firewall_policy_idps_signatures_filter_value.py +2 -2
- pulumi_azure_native/network/list_ipam_pool_associated_resources.py +2 -2
- pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
- pulumi_azure_native/network/list_network_manager_effective_connectivity_configurations.py +2 -2
- pulumi_azure_native/network/list_network_manager_effective_security_admin_rules.py +2 -2
- pulumi_azure_native/network/list_virtual_network_gateway_radius_secrets.py +106 -0
- pulumi_azure_native/network/list_vpn_link_connection_default_shared_key.py +2 -2
- pulumi_azure_native/network/list_vpn_server_configuration_radius_secrets.py +106 -0
- pulumi_azure_native/network/load_balancer.py +3 -3
- pulumi_azure_native/network/load_balancer_backend_address_pool.py +3 -3
- pulumi_azure_native/network/local_network_gateway.py +3 -3
- pulumi_azure_native/network/management_group_network_manager_connection.py +3 -3
- pulumi_azure_native/network/nat_gateway.py +3 -3
- pulumi_azure_native/network/nat_rule.py +3 -3
- pulumi_azure_native/network/network_group.py +3 -3
- pulumi_azure_native/network/network_interface.py +3 -3
- pulumi_azure_native/network/network_interface_tap_configuration.py +3 -3
- pulumi_azure_native/network/network_manager.py +3 -3
- pulumi_azure_native/network/network_manager_routing_configuration.py +3 -3
- pulumi_azure_native/network/network_profile.py +3 -3
- pulumi_azure_native/network/network_security_group.py +3 -3
- pulumi_azure_native/network/network_security_perimeter.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_access_rule.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_association.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_link.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_logging_configuration.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_profile.py +3 -3
- pulumi_azure_native/network/network_virtual_appliance.py +3 -3
- pulumi_azure_native/network/network_virtual_appliance_connection.py +3 -3
- pulumi_azure_native/network/network_watcher.py +3 -3
- pulumi_azure_native/network/nsp_access_rule.py +1 -1
- pulumi_azure_native/network/nsp_association.py +1 -1
- pulumi_azure_native/network/nsp_link.py +1 -1
- pulumi_azure_native/network/nsp_profile.py +1 -1
- pulumi_azure_native/network/outputs.py +36 -0
- pulumi_azure_native/network/p2s_vpn_gateway.py +3 -3
- pulumi_azure_native/network/packet_capture.py +3 -3
- pulumi_azure_native/network/private_dns_zone_group.py +3 -3
- pulumi_azure_native/network/private_endpoint.py +3 -3
- pulumi_azure_native/network/private_link_service.py +3 -3
- pulumi_azure_native/network/private_link_service_private_endpoint_connection.py +3 -3
- pulumi_azure_native/network/public_ip_address.py +3 -3
- pulumi_azure_native/network/public_ip_prefix.py +3 -3
- pulumi_azure_native/network/reachability_analysis_intent.py +3 -3
- pulumi_azure_native/network/reachability_analysis_run.py +3 -3
- pulumi_azure_native/network/route.py +3 -3
- pulumi_azure_native/network/route_filter.py +3 -3
- pulumi_azure_native/network/route_filter_rule.py +3 -3
- pulumi_azure_native/network/route_map.py +3 -3
- pulumi_azure_native/network/route_table.py +3 -3
- pulumi_azure_native/network/routing_intent.py +3 -3
- pulumi_azure_native/network/routing_rule.py +3 -3
- pulumi_azure_native/network/routing_rule_collection.py +3 -3
- pulumi_azure_native/network/scope_connection.py +3 -3
- pulumi_azure_native/network/security_admin_configuration.py +3 -3
- pulumi_azure_native/network/security_partner_provider.py +3 -3
- pulumi_azure_native/network/security_rule.py +3 -3
- pulumi_azure_native/network/security_user_configuration.py +3 -3
- pulumi_azure_native/network/security_user_rule.py +3 -3
- pulumi_azure_native/network/security_user_rule_collection.py +3 -3
- pulumi_azure_native/network/service_endpoint_policy.py +3 -3
- pulumi_azure_native/network/service_endpoint_policy_definition.py +3 -3
- pulumi_azure_native/network/static_cidr.py +3 -3
- pulumi_azure_native/network/static_member.py +3 -3
- pulumi_azure_native/network/subnet.py +3 -3
- pulumi_azure_native/network/subscription_network_manager_connection.py +3 -3
- pulumi_azure_native/network/user_rule.py +1 -1
- pulumi_azure_native/network/user_rule_collection.py +1 -1
- pulumi_azure_native/network/verifier_workspace.py +3 -3
- pulumi_azure_native/network/virtual_appliance_site.py +3 -3
- pulumi_azure_native/network/virtual_hub.py +3 -3
- pulumi_azure_native/network/virtual_hub_bgp_connection.py +3 -3
- pulumi_azure_native/network/virtual_hub_ip_configuration.py +3 -3
- pulumi_azure_native/network/virtual_hub_route_table_v2.py +3 -3
- pulumi_azure_native/network/virtual_network.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway_connection.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway_nat_rule.py +3 -3
- pulumi_azure_native/network/virtual_network_peering.py +3 -3
- pulumi_azure_native/network/virtual_network_tap.py +3 -3
- pulumi_azure_native/network/virtual_router.py +3 -3
- pulumi_azure_native/network/virtual_router_peering.py +3 -3
- pulumi_azure_native/network/virtual_wan.py +3 -3
- pulumi_azure_native/network/vpn_connection.py +3 -3
- pulumi_azure_native/network/vpn_gateway.py +3 -3
- pulumi_azure_native/network/vpn_server_configuration.py +3 -3
- pulumi_azure_native/network/vpn_site.py +3 -3
- pulumi_azure_native/network/web_application_firewall_policy.py +3 -3
- pulumi_azure_native/networkcloud/agent_pool.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
- pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
- pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
- pulumi_azure_native/networkcloud/cluster.py +3 -3
- pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
- pulumi_azure_native/networkcloud/console.py +3 -3
- pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
- pulumi_azure_native/networkcloud/get_console.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +2 -2
- pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
- pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
- pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
- pulumi_azure_native/networkcloud/get_rack.py +2 -2
- pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
- pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
- pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_volume.py +2 -2
- pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
- pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +3 -3
- pulumi_azure_native/networkcloud/l2_network.py +3 -3
- pulumi_azure_native/networkcloud/l3_network.py +3 -3
- pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
- pulumi_azure_native/networkcloud/rack.py +3 -3
- pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
- pulumi_azure_native/networkcloud/trunked_network.py +3 -3
- pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
- pulumi_azure_native/networkcloud/volume.py +3 -3
- pulumi_azure_native/offazure/get_hyperv_cluster_controller_cluster.py +2 -2
- pulumi_azure_native/offazure/get_hyperv_host_controller.py +2 -2
- pulumi_azure_native/offazure/get_hyperv_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_import_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_master_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_private_endpoint_connection_controller.py +2 -2
- pulumi_azure_native/offazure/get_server_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_sql_discovery_site_data_source_controller.py +2 -2
- pulumi_azure_native/offazure/get_sql_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_vcenter_controller.py +2 -2
- pulumi_azure_native/offazure/get_web_app_discovery_site_data_sources_controller.py +2 -2
- pulumi_azure_native/offazure/get_web_app_sites_controller.py +2 -2
- pulumi_azure_native/offazure/hyper_v_site.py +1 -1
- pulumi_azure_native/offazure/hyperv_cluster_controller_cluster.py +3 -3
- pulumi_azure_native/offazure/hyperv_host_controller.py +3 -3
- pulumi_azure_native/offazure/hyperv_sites_controller.py +3 -3
- pulumi_azure_native/offazure/import_sites_controller.py +3 -3
- pulumi_azure_native/offazure/list_hyperv_sites_controller_health_summary.py +2 -2
- pulumi_azure_native/offazure/list_server_sites_controller_health_summary.py +2 -2
- pulumi_azure_native/offazure/list_sites_controller_health_summary.py +2 -2
- pulumi_azure_native/offazure/master_sites_controller.py +3 -3
- pulumi_azure_native/offazure/private_endpoint_connection.py +1 -1
- pulumi_azure_native/offazure/private_endpoint_connection_controller.py +3 -3
- pulumi_azure_native/offazure/server_sites_controller.py +3 -3
- pulumi_azure_native/offazure/site.py +1 -1
- pulumi_azure_native/offazure/sites_controller.py +3 -3
- pulumi_azure_native/offazure/sql_discovery_site_data_source_controller.py +3 -3
- pulumi_azure_native/offazure/sql_sites_controller.py +3 -3
- pulumi_azure_native/offazure/vcenter_controller.py +3 -3
- pulumi_azure_native/offazure/web_app_discovery_site_data_sources_controller.py +3 -3
- pulumi_azure_native/offazure/web_app_sites_controller.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quantum/get_workspace.py +2 -2
- pulumi_azure_native/quantum/list_workspace_keys.py +2 -2
- pulumi_azure_native/quantum/workspace.py +3 -3
- pulumi_azure_native/quota/get_group_quota.py +2 -2
- pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
- pulumi_azure_native/quota/group_quota.py +3 -3
- pulumi_azure_native/quota/group_quota_subscription.py +3 -3
- pulumi_azure_native/recoveryservices/get_vault.py +2 -2
- pulumi_azure_native/recoveryservices/vault.py +3 -3
- pulumi_azure_native/redis/_enums.py +52 -1
- pulumi_azure_native/redis/_inputs.py +9 -9
- pulumi_azure_native/redis/access_policy.py +11 -0
- pulumi_azure_native/redis/access_policy_assignment.py +11 -0
- pulumi_azure_native/redis/firewall_rule.py +11 -0
- pulumi_azure_native/redis/get_access_policy.py +17 -2
- pulumi_azure_native/redis/get_access_policy_assignment.py +17 -2
- pulumi_azure_native/redis/get_firewall_rule.py +17 -2
- pulumi_azure_native/redis/get_linked_server.py +19 -4
- pulumi_azure_native/redis/get_patch_schedule.py +18 -4
- pulumi_azure_native/redis/get_private_endpoint_connection.py +34 -6
- pulumi_azure_native/redis/get_redis.py +22 -8
- pulumi_azure_native/redis/linked_server.py +17 -6
- pulumi_azure_native/redis/list_redis_keys.py +2 -2
- pulumi_azure_native/redis/outputs.py +159 -22
- pulumi_azure_native/redis/patch_schedule.py +16 -6
- pulumi_azure_native/redis/private_endpoint_connection.py +26 -6
- pulumi_azure_native/redis/redis.py +20 -14
- pulumi_azure_native/redisenterprise/access_policy_assignment.py +3 -3
- pulumi_azure_native/redisenterprise/database.py +3 -3
- pulumi_azure_native/redisenterprise/get_access_policy_assignment.py +2 -2
- pulumi_azure_native/redisenterprise/get_database.py +2 -2
- pulumi_azure_native/redisenterprise/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/redisenterprise/get_redis_enterprise.py +2 -2
- pulumi_azure_native/redisenterprise/list_database_keys.py +2 -2
- pulumi_azure_native/redisenterprise/list_redis_enterprise_skus_for_scaling.py +4 -0
- pulumi_azure_native/redisenterprise/private_endpoint_connection.py +3 -3
- pulumi_azure_native/redisenterprise/redis_enterprise.py +3 -3
- pulumi_azure_native/relay/get_hybrid_connection.py +4 -4
- pulumi_azure_native/relay/get_hybrid_connection_authorization_rule.py +4 -4
- pulumi_azure_native/relay/get_namespace.py +7 -7
- pulumi_azure_native/relay/get_namespace_authorization_rule.py +4 -4
- pulumi_azure_native/relay/get_private_endpoint_connection.py +4 -4
- pulumi_azure_native/relay/get_wcf_relay.py +4 -4
- pulumi_azure_native/relay/get_wcf_relay_authorization_rule.py +4 -4
- pulumi_azure_native/relay/hybrid_connection.py +5 -5
- pulumi_azure_native/relay/hybrid_connection_authorization_rule.py +5 -5
- pulumi_azure_native/relay/list_hybrid_connection_keys.py +2 -2
- pulumi_azure_native/relay/list_namespace_keys.py +2 -2
- pulumi_azure_native/relay/list_wcf_relay_keys.py +2 -2
- pulumi_azure_native/relay/namespace.py +10 -10
- pulumi_azure_native/relay/namespace_authorization_rule.py +5 -5
- pulumi_azure_native/relay/outputs.py +4 -4
- pulumi_azure_native/relay/private_endpoint_connection.py +5 -5
- pulumi_azure_native/relay/wcf_relay.py +5 -5
- pulumi_azure_native/relay/wcf_relay_authorization_rule.py +5 -5
- pulumi_azure_native/resources/_enums.py +6 -0
- pulumi_azure_native/resources/deployment_stack_at_management_group.py +13 -13
- pulumi_azure_native/resources/deployment_stack_at_resource_group.py +10 -10
- pulumi_azure_native/resources/deployment_stack_at_subscription.py +10 -10
- pulumi_azure_native/resources/get_deployment_stack_at_management_group.py +9 -9
- pulumi_azure_native/resources/get_deployment_stack_at_resource_group.py +7 -7
- pulumi_azure_native/resources/get_deployment_stack_at_subscription.py +7 -7
- pulumi_azure_native/resources/outputs.py +6 -6
- pulumi_azure_native/search/_enums.py +9 -9
- pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/search/get_service.py +4 -4
- pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
- pulumi_azure_native/search/list_admin_key.py +2 -2
- pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
- pulumi_azure_native/search/private_endpoint_connection.py +3 -3
- pulumi_azure_native/search/service.py +15 -15
- pulumi_azure_native/search/shared_private_link_resource.py +3 -3
- pulumi_azure_native/security/defender_for_storage.py +3 -3
- pulumi_azure_native/security/get_defender_for_storage.py +2 -2
- pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/action.py +3 -3
- pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/automation_rule.py +3 -3
- pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/bookmark.py +3 -3
- pulumi_azure_native/securityinsights/content_package.py +3 -3
- pulumi_azure_native/securityinsights/content_template.py +3 -3
- pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/get_action.py +2 -2
- pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
- pulumi_azure_native/securityinsights/get_content_package.py +2 -2
- pulumi_azure_native/securityinsights/get_content_template.py +2 -2
- pulumi_azure_native/securityinsights/get_incident.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
- pulumi_azure_native/securityinsights/get_metadata.py +2 -2
- pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
- pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
- pulumi_azure_native/securityinsights/incident.py +3 -3
- pulumi_azure_native/securityinsights/incident_comment.py +3 -3
- pulumi_azure_native/securityinsights/incident_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident_task.py +3 -3
- pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
- pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/metadata.py +3 -3
- pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/premium_microsoft_defender_for_threat_intelligence.py +1 -1
- pulumi_azure_native/securityinsights/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
- pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
- pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/watchlist.py +3 -3
- pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
- pulumi_azure_native/storagecache/__init__.py +2 -0
- pulumi_azure_native/storagecache/_enums.py +10 -0
- pulumi_azure_native/storagecache/aml_filesystem.py +3 -3
- pulumi_azure_native/storagecache/auto_export_job.py +5 -1
- pulumi_azure_native/storagecache/auto_import_job.py +632 -0
- pulumi_azure_native/storagecache/cache.py +3 -3
- pulumi_azure_native/storagecache/get_aml_filesystem.py +2 -2
- pulumi_azure_native/storagecache/get_auto_export_job.py +4 -0
- pulumi_azure_native/storagecache/get_auto_import_job.py +546 -0
- pulumi_azure_native/storagecache/get_cache.py +2 -2
- pulumi_azure_native/storagecache/get_import_job.py +2 -2
- pulumi_azure_native/storagecache/get_required_aml_fs_subnets_size.py +2 -2
- pulumi_azure_native/storagecache/get_storage_target.py +2 -2
- pulumi_azure_native/storagecache/import_job.py +3 -3
- pulumi_azure_native/storagecache/outputs.py +194 -0
- pulumi_azure_native/storagecache/storage_target.py +3 -3
- pulumi_azure_native/storagediscovery/get_storage_discovery_workspace.py +4 -0
- pulumi_azure_native/storagediscovery/storage_discovery_workspace.py +5 -1
- pulumi_azure_native/storagemover/agent.py +3 -3
- pulumi_azure_native/storagemover/endpoint.py +3 -3
- pulumi_azure_native/storagemover/get_agent.py +2 -2
- pulumi_azure_native/storagemover/get_endpoint.py +2 -2
- pulumi_azure_native/storagemover/get_job_definition.py +3 -3
- pulumi_azure_native/storagemover/get_project.py +2 -2
- pulumi_azure_native/storagemover/get_storage_mover.py +2 -2
- pulumi_azure_native/storagemover/job_definition.py +7 -7
- pulumi_azure_native/storagemover/project.py +3 -3
- pulumi_azure_native/storagemover/storage_mover.py +3 -3
- pulumi_azure_native/storagesync/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/storagesync/get_storage_sync_service.py +1 -1
- pulumi_azure_native/storagesync/private_endpoint_connection.py +3 -3
- pulumi_azure_native/storagesync/server_endpoint.py +12 -0
- pulumi_azure_native/storagesync/storage_sync_service.py +1 -1
- pulumi_azure_native/web/__init__.py +4 -0
- pulumi_azure_native/web/get_web_app_auth_settings_v2_without_secrets.py +222 -0
- pulumi_azure_native/web/get_web_app_auth_settings_v2_without_secrets_slot.py +228 -0
- pulumi_azure_native/web/web_app_auth_settings_v2.py +1 -1
- pulumi_azure_native/web/web_app_auth_settings_v2_slot.py +1 -1
- pulumi_azure_native/web/web_app_auth_settings_v2_without_secrets.py +355 -0
- pulumi_azure_native/web/web_app_auth_settings_v2_without_secrets_slot.py +376 -0
- {pulumi_azure_native-3.8.0a1756942349.dist-info → pulumi_azure_native-3.11.0a1761334446.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.8.0a1756942349.dist-info → pulumi_azure_native-3.11.0a1761334446.dist-info}/RECORD +1218 -1202
- pulumi_azure_native/hybriddata/__init__.py +0 -17
- pulumi_azure_native/hybriddata/_enums.py +0 -78
- pulumi_azure_native/hybriddata/_inputs.py +0 -214
- pulumi_azure_native/hybriddata/data_store.py +0 -345
- pulumi_azure_native/hybriddata/get_data_store.py +0 -210
- pulumi_azure_native/hybriddata/get_job_definition.py +0 -272
- pulumi_azure_native/hybriddata/job_definition.py +0 -487
- pulumi_azure_native/hybriddata/outputs.py +0 -174
- pulumi_azure_native/storsimple/__init__.py +0 -34
- pulumi_azure_native/storsimple/_enums.py +0 -134
- pulumi_azure_native/storsimple/_inputs.py +0 -418
- pulumi_azure_native/storsimple/access_control_record.py +0 -265
- pulumi_azure_native/storsimple/backup_policy.py +0 -336
- pulumi_azure_native/storsimple/backup_schedule.py +0 -429
- pulumi_azure_native/storsimple/bandwidth_setting.py +0 -267
- pulumi_azure_native/storsimple/get_access_control_record.py +0 -181
- pulumi_azure_native/storsimple/get_backup_policy.py +0 -257
- pulumi_azure_native/storsimple/get_backup_schedule.py +0 -250
- pulumi_azure_native/storsimple/get_bandwidth_setting.py +0 -182
- pulumi_azure_native/storsimple/get_manager.py +0 -218
- pulumi_azure_native/storsimple/get_manager_device_public_encryption_key.py +0 -97
- pulumi_azure_native/storsimple/get_manager_extended_info.py +0 -245
- pulumi_azure_native/storsimple/get_storage_account_credential.py +0 -210
- pulumi_azure_native/storsimple/get_volume.py +0 -291
- pulumi_azure_native/storsimple/get_volume_container.py +0 -272
- pulumi_azure_native/storsimple/list_device_failover_sets.py +0 -98
- pulumi_azure_native/storsimple/list_device_failover_tars.py +0 -104
- pulumi_azure_native/storsimple/list_manager_activation_key.py +0 -91
- pulumi_azure_native/storsimple/list_manager_public_encryption_key.py +0 -119
- pulumi_azure_native/storsimple/manager.py +0 -332
- pulumi_azure_native/storsimple/manager_extended_info.py +0 -391
- pulumi_azure_native/storsimple/outputs.py +0 -750
- pulumi_azure_native/storsimple/storage_account_credential.py +0 -326
- pulumi_azure_native/storsimple/volume.py +0 -457
- pulumi_azure_native/storsimple/volume_container.py +0 -405
- {pulumi_azure_native-3.8.0a1756942349.dist-info → pulumi_azure_native-3.11.0a1761334446.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.8.0a1756942349.dist-info → pulumi_azure_native-3.11.0a1761334446.dist-info}/top_level.txt +0 -0
|
@@ -25,17 +25,25 @@ __all__ = [
|
|
|
25
25
|
'ActiveDirectoryConnectorStatusResponse',
|
|
26
26
|
'ActiveDirectoryDomainControllerResponse',
|
|
27
27
|
'ActiveDirectoryDomainControllersResponse',
|
|
28
|
+
'AuthenticationResponse',
|
|
28
29
|
'AvailabilityGroupConfigureResponse',
|
|
29
30
|
'AvailabilityGroupInfoResponse',
|
|
30
31
|
'AvailabilityGroupStateResponse',
|
|
31
32
|
'BackgroundJobResponse',
|
|
32
33
|
'BackupPolicyResponse',
|
|
33
34
|
'BasicLoginInformationResponse',
|
|
35
|
+
'ClientConnectionResponse',
|
|
36
|
+
'DBMEndpointResponse',
|
|
37
|
+
'DataBaseMigrationAssessmentResponse',
|
|
38
|
+
'DataBaseMigrationAssessmentResponseDatabaseAssessments',
|
|
39
|
+
'DataBaseMigrationResponse',
|
|
34
40
|
'DataControllerPropertiesResponse',
|
|
41
|
+
'EntraAuthenticationResponse',
|
|
35
42
|
'ExtendedLocationResponse',
|
|
36
43
|
'FailoverClusterResponse',
|
|
37
44
|
'FailoverGroupPropertiesResponse',
|
|
38
45
|
'FailoverGroupSpecResponse',
|
|
46
|
+
'HostIPAddressInformationResponse',
|
|
39
47
|
'K8sActiveDirectoryResponse',
|
|
40
48
|
'K8sActiveDirectoryResponseConnector',
|
|
41
49
|
'K8sNetworkSettingsResponse',
|
|
@@ -46,13 +54,31 @@ __all__ = [
|
|
|
46
54
|
'K8sSettingsResponse',
|
|
47
55
|
'K8stransparentDataEncryptionResponse',
|
|
48
56
|
'LogAnalyticsWorkspaceConfigResponse',
|
|
57
|
+
'MigrationAssessmentResponse',
|
|
58
|
+
'MigrationAssessmentResponseImpactedObjects',
|
|
59
|
+
'MigrationAssessmentResponseServerAssessments',
|
|
60
|
+
'MigrationResponse',
|
|
49
61
|
'MonitoringResponse',
|
|
50
62
|
'OnPremisePropertyResponse',
|
|
51
63
|
'PostgresInstancePropertiesResponse',
|
|
52
64
|
'PostgresInstanceSkuResponse',
|
|
53
65
|
'SequencerActionResponse',
|
|
66
|
+
'SkuRecommendationResultsAzureSqlDatabaseResponse',
|
|
67
|
+
'SkuRecommendationResultsAzureSqlDatabaseResponseCategory',
|
|
68
|
+
'SkuRecommendationResultsAzureSqlDatabaseResponseTargetSku',
|
|
69
|
+
'SkuRecommendationResultsAzureSqlManagedInstanceResponse',
|
|
70
|
+
'SkuRecommendationResultsAzureSqlManagedInstanceResponseCategory',
|
|
71
|
+
'SkuRecommendationResultsAzureSqlManagedInstanceResponseTargetSku',
|
|
72
|
+
'SkuRecommendationResultsAzureSqlVirtualMachineResponse',
|
|
73
|
+
'SkuRecommendationResultsAzureSqlVirtualMachineResponseCategory',
|
|
74
|
+
'SkuRecommendationResultsAzureSqlVirtualMachineResponseTargetSku',
|
|
75
|
+
'SkuRecommendationResultsMonthlyCostResponse',
|
|
76
|
+
'SkuRecommendationResultsResponse',
|
|
77
|
+
'SkuRecommendationSummaryResponse',
|
|
54
78
|
'SqlAvailabilityGroupDatabaseReplicaResourcePropertiesResponse',
|
|
55
79
|
'SqlAvailabilityGroupReplicaResourcePropertiesResponse',
|
|
80
|
+
'SqlAvailabilityGroupStaticIPListenerPropertiesResponse',
|
|
81
|
+
'SqlAvailabilityGroupStaticIPListenerPropertiesResponseIpV4AddressesAndMasks',
|
|
56
82
|
'SqlManagedInstanceK8sRawResponse',
|
|
57
83
|
'SqlManagedInstanceK8sSpecResponse',
|
|
58
84
|
'SqlManagedInstancePropertiesResponse',
|
|
@@ -69,6 +95,7 @@ __all__ = [
|
|
|
69
95
|
'SqlServerInstanceTelemetryColumnResponse',
|
|
70
96
|
'SqlServerLicensePropertiesResponse',
|
|
71
97
|
'SystemDataResponse',
|
|
98
|
+
'TargetReadinessResponse',
|
|
72
99
|
'UploadServicePrincipalResponse',
|
|
73
100
|
'UploadWatermarkResponse',
|
|
74
101
|
]
|
|
@@ -519,6 +546,58 @@ class ActiveDirectoryDomainControllersResponse(dict):
|
|
|
519
546
|
return pulumi.get(self, "secondary_domain_controllers")
|
|
520
547
|
|
|
521
548
|
|
|
549
|
+
@pulumi.output_type
|
|
550
|
+
class AuthenticationResponse(dict):
|
|
551
|
+
"""
|
|
552
|
+
Authentication related configuration for the SQL Server Instance.
|
|
553
|
+
"""
|
|
554
|
+
@staticmethod
|
|
555
|
+
def __key_warning(key: str):
|
|
556
|
+
suggest = None
|
|
557
|
+
if key == "sqlServerEntraIdentity":
|
|
558
|
+
suggest = "sql_server_entra_identity"
|
|
559
|
+
|
|
560
|
+
if suggest:
|
|
561
|
+
pulumi.log.warn(f"Key '{key}' not found in AuthenticationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
562
|
+
|
|
563
|
+
def __getitem__(self, key: str) -> Any:
|
|
564
|
+
AuthenticationResponse.__key_warning(key)
|
|
565
|
+
return super().__getitem__(key)
|
|
566
|
+
|
|
567
|
+
def get(self, key: str, default = None) -> Any:
|
|
568
|
+
AuthenticationResponse.__key_warning(key)
|
|
569
|
+
return super().get(key, default)
|
|
570
|
+
|
|
571
|
+
def __init__(__self__, *,
|
|
572
|
+
mode: Optional[builtins.str] = None,
|
|
573
|
+
sql_server_entra_identity: Optional[Sequence['outputs.EntraAuthenticationResponse']] = None):
|
|
574
|
+
"""
|
|
575
|
+
Authentication related configuration for the SQL Server Instance.
|
|
576
|
+
:param builtins.str mode: Mode of authentication in SqlServer.
|
|
577
|
+
:param Sequence['EntraAuthenticationResponse'] sql_server_entra_identity: Entra Authentication configuration for the SQL Server Instance.
|
|
578
|
+
"""
|
|
579
|
+
if mode is not None:
|
|
580
|
+
pulumi.set(__self__, "mode", mode)
|
|
581
|
+
if sql_server_entra_identity is not None:
|
|
582
|
+
pulumi.set(__self__, "sql_server_entra_identity", sql_server_entra_identity)
|
|
583
|
+
|
|
584
|
+
@property
|
|
585
|
+
@pulumi.getter
|
|
586
|
+
def mode(self) -> Optional[builtins.str]:
|
|
587
|
+
"""
|
|
588
|
+
Mode of authentication in SqlServer.
|
|
589
|
+
"""
|
|
590
|
+
return pulumi.get(self, "mode")
|
|
591
|
+
|
|
592
|
+
@property
|
|
593
|
+
@pulumi.getter(name="sqlServerEntraIdentity")
|
|
594
|
+
def sql_server_entra_identity(self) -> Optional[Sequence['outputs.EntraAuthenticationResponse']]:
|
|
595
|
+
"""
|
|
596
|
+
Entra Authentication configuration for the SQL Server Instance.
|
|
597
|
+
"""
|
|
598
|
+
return pulumi.get(self, "sql_server_entra_identity")
|
|
599
|
+
|
|
600
|
+
|
|
522
601
|
@pulumi.output_type
|
|
523
602
|
class AvailabilityGroupConfigureResponse(dict):
|
|
524
603
|
"""
|
|
@@ -541,14 +620,32 @@ class AvailabilityGroupConfigureResponse(dict):
|
|
|
541
620
|
suggest = "secondary_role_allow_connections_description"
|
|
542
621
|
elif key == "seedingModeDescription":
|
|
543
622
|
suggest = "seeding_mode_description"
|
|
623
|
+
elif key == "availabilityMode":
|
|
624
|
+
suggest = "availability_mode"
|
|
544
625
|
elif key == "backupPriority":
|
|
545
626
|
suggest = "backup_priority"
|
|
627
|
+
elif key == "certificateName":
|
|
628
|
+
suggest = "certificate_name"
|
|
629
|
+
elif key == "endpointAuthenticationMode":
|
|
630
|
+
suggest = "endpoint_authentication_mode"
|
|
631
|
+
elif key == "endpointConnectLogin":
|
|
632
|
+
suggest = "endpoint_connect_login"
|
|
633
|
+
elif key == "endpointName":
|
|
634
|
+
suggest = "endpoint_name"
|
|
546
635
|
elif key == "endpointUrl":
|
|
547
636
|
suggest = "endpoint_url"
|
|
637
|
+
elif key == "failoverMode":
|
|
638
|
+
suggest = "failover_mode"
|
|
639
|
+
elif key == "primaryAllowConnections":
|
|
640
|
+
suggest = "primary_allow_connections"
|
|
548
641
|
elif key == "readOnlyRoutingUrl":
|
|
549
642
|
suggest = "read_only_routing_url"
|
|
550
643
|
elif key == "readWriteRoutingUrl":
|
|
551
644
|
suggest = "read_write_routing_url"
|
|
645
|
+
elif key == "secondaryAllowConnections":
|
|
646
|
+
suggest = "secondary_allow_connections"
|
|
647
|
+
elif key == "seedingMode":
|
|
648
|
+
suggest = "seeding_mode"
|
|
552
649
|
elif key == "sessionTimeout":
|
|
553
650
|
suggest = "session_timeout"
|
|
554
651
|
|
|
@@ -571,10 +668,19 @@ class AvailabilityGroupConfigureResponse(dict):
|
|
|
571
668
|
replica_modify_date: builtins.str,
|
|
572
669
|
secondary_role_allow_connections_description: builtins.str,
|
|
573
670
|
seeding_mode_description: builtins.str,
|
|
671
|
+
availability_mode: Optional[builtins.str] = None,
|
|
574
672
|
backup_priority: Optional[builtins.int] = None,
|
|
673
|
+
certificate_name: Optional[builtins.str] = None,
|
|
674
|
+
endpoint_authentication_mode: Optional[builtins.str] = None,
|
|
675
|
+
endpoint_connect_login: Optional[builtins.str] = None,
|
|
676
|
+
endpoint_name: Optional[builtins.str] = None,
|
|
575
677
|
endpoint_url: Optional[builtins.str] = None,
|
|
678
|
+
failover_mode: Optional[builtins.str] = None,
|
|
679
|
+
primary_allow_connections: Optional[builtins.str] = None,
|
|
576
680
|
read_only_routing_url: Optional[builtins.str] = None,
|
|
577
681
|
read_write_routing_url: Optional[builtins.str] = None,
|
|
682
|
+
secondary_allow_connections: Optional[builtins.str] = None,
|
|
683
|
+
seeding_mode: Optional[builtins.str] = None,
|
|
578
684
|
session_timeout: Optional[builtins.int] = None):
|
|
579
685
|
"""
|
|
580
686
|
The specifications of the availability group replica configuration
|
|
@@ -585,10 +691,19 @@ class AvailabilityGroupConfigureResponse(dict):
|
|
|
585
691
|
:param builtins.str replica_modify_date: Date that the replica was modified.
|
|
586
692
|
:param builtins.str secondary_role_allow_connections_description: Whether an availability replica that is performing the secondary role (that is, a secondary replica) can accept connections from clients.
|
|
587
693
|
:param builtins.str seeding_mode_description: Describes seeding mode.
|
|
694
|
+
:param builtins.str availability_mode: Property that determines whether a given availability replica can run in synchronous-commit mode
|
|
588
695
|
:param builtins.int backup_priority: Represents the user-specified priority for performing backups on this replica relative to the other replicas in the same availability group.
|
|
696
|
+
:param builtins.str certificate_name: Name of certificate to use for authentication. Required if any CERTIFICATE authentication modes are specified.
|
|
697
|
+
:param builtins.str endpoint_authentication_mode: Permitted authentication modes for the mirroring endpoint.
|
|
698
|
+
:param builtins.str endpoint_connect_login: The login which will connect to the mirroring endpoint.
|
|
699
|
+
:param builtins.str endpoint_name: Name of the mirroring endpoint URL
|
|
589
700
|
:param builtins.str endpoint_url: Mirroring endpoint URL of availability group replica
|
|
701
|
+
:param builtins.str failover_mode: Property to set the failover mode of the availability group replica
|
|
702
|
+
:param builtins.str primary_allow_connections: Whether the primary replica should allow all connections or only READ_WRITE connections (disallowing ReadOnly connections)
|
|
590
703
|
:param builtins.str read_only_routing_url: Connectivity endpoint (URL) of the read only availability replica.
|
|
591
704
|
:param builtins.str read_write_routing_url: Connectivity endpoint (URL) of the read write availability replica.
|
|
705
|
+
:param builtins.str secondary_allow_connections: Whether the secondary replica should allow all connections, no connections, or only ReadOnly connections.
|
|
706
|
+
:param builtins.str seeding_mode: Specifies how the secondary replica will be initially seeded. AUTOMATIC enables direct seeding. This method will seed the secondary replica over the network. This method does not require you to backup and restore a copy of the primary database on the replica. MANUAL specifies manual seeding (default). This method requires you to create a backup of the database on the primary replica and manually restore that backup on the secondary replica.
|
|
592
707
|
:param builtins.int session_timeout: The time-out period of availability group session replica, in seconds.
|
|
593
708
|
"""
|
|
594
709
|
pulumi.set(__self__, "availability_mode_description", availability_mode_description)
|
|
@@ -598,14 +713,32 @@ class AvailabilityGroupConfigureResponse(dict):
|
|
|
598
713
|
pulumi.set(__self__, "replica_modify_date", replica_modify_date)
|
|
599
714
|
pulumi.set(__self__, "secondary_role_allow_connections_description", secondary_role_allow_connections_description)
|
|
600
715
|
pulumi.set(__self__, "seeding_mode_description", seeding_mode_description)
|
|
716
|
+
if availability_mode is not None:
|
|
717
|
+
pulumi.set(__self__, "availability_mode", availability_mode)
|
|
601
718
|
if backup_priority is not None:
|
|
602
719
|
pulumi.set(__self__, "backup_priority", backup_priority)
|
|
720
|
+
if certificate_name is not None:
|
|
721
|
+
pulumi.set(__self__, "certificate_name", certificate_name)
|
|
722
|
+
if endpoint_authentication_mode is not None:
|
|
723
|
+
pulumi.set(__self__, "endpoint_authentication_mode", endpoint_authentication_mode)
|
|
724
|
+
if endpoint_connect_login is not None:
|
|
725
|
+
pulumi.set(__self__, "endpoint_connect_login", endpoint_connect_login)
|
|
726
|
+
if endpoint_name is not None:
|
|
727
|
+
pulumi.set(__self__, "endpoint_name", endpoint_name)
|
|
603
728
|
if endpoint_url is not None:
|
|
604
729
|
pulumi.set(__self__, "endpoint_url", endpoint_url)
|
|
730
|
+
if failover_mode is not None:
|
|
731
|
+
pulumi.set(__self__, "failover_mode", failover_mode)
|
|
732
|
+
if primary_allow_connections is not None:
|
|
733
|
+
pulumi.set(__self__, "primary_allow_connections", primary_allow_connections)
|
|
605
734
|
if read_only_routing_url is not None:
|
|
606
735
|
pulumi.set(__self__, "read_only_routing_url", read_only_routing_url)
|
|
607
736
|
if read_write_routing_url is not None:
|
|
608
737
|
pulumi.set(__self__, "read_write_routing_url", read_write_routing_url)
|
|
738
|
+
if secondary_allow_connections is not None:
|
|
739
|
+
pulumi.set(__self__, "secondary_allow_connections", secondary_allow_connections)
|
|
740
|
+
if seeding_mode is not None:
|
|
741
|
+
pulumi.set(__self__, "seeding_mode", seeding_mode)
|
|
609
742
|
if session_timeout is not None:
|
|
610
743
|
pulumi.set(__self__, "session_timeout", session_timeout)
|
|
611
744
|
|
|
@@ -665,6 +798,14 @@ class AvailabilityGroupConfigureResponse(dict):
|
|
|
665
798
|
"""
|
|
666
799
|
return pulumi.get(self, "seeding_mode_description")
|
|
667
800
|
|
|
801
|
+
@property
|
|
802
|
+
@pulumi.getter(name="availabilityMode")
|
|
803
|
+
def availability_mode(self) -> Optional[builtins.str]:
|
|
804
|
+
"""
|
|
805
|
+
Property that determines whether a given availability replica can run in synchronous-commit mode
|
|
806
|
+
"""
|
|
807
|
+
return pulumi.get(self, "availability_mode")
|
|
808
|
+
|
|
668
809
|
@property
|
|
669
810
|
@pulumi.getter(name="backupPriority")
|
|
670
811
|
def backup_priority(self) -> Optional[builtins.int]:
|
|
@@ -673,6 +814,38 @@ class AvailabilityGroupConfigureResponse(dict):
|
|
|
673
814
|
"""
|
|
674
815
|
return pulumi.get(self, "backup_priority")
|
|
675
816
|
|
|
817
|
+
@property
|
|
818
|
+
@pulumi.getter(name="certificateName")
|
|
819
|
+
def certificate_name(self) -> Optional[builtins.str]:
|
|
820
|
+
"""
|
|
821
|
+
Name of certificate to use for authentication. Required if any CERTIFICATE authentication modes are specified.
|
|
822
|
+
"""
|
|
823
|
+
return pulumi.get(self, "certificate_name")
|
|
824
|
+
|
|
825
|
+
@property
|
|
826
|
+
@pulumi.getter(name="endpointAuthenticationMode")
|
|
827
|
+
def endpoint_authentication_mode(self) -> Optional[builtins.str]:
|
|
828
|
+
"""
|
|
829
|
+
Permitted authentication modes for the mirroring endpoint.
|
|
830
|
+
"""
|
|
831
|
+
return pulumi.get(self, "endpoint_authentication_mode")
|
|
832
|
+
|
|
833
|
+
@property
|
|
834
|
+
@pulumi.getter(name="endpointConnectLogin")
|
|
835
|
+
def endpoint_connect_login(self) -> Optional[builtins.str]:
|
|
836
|
+
"""
|
|
837
|
+
The login which will connect to the mirroring endpoint.
|
|
838
|
+
"""
|
|
839
|
+
return pulumi.get(self, "endpoint_connect_login")
|
|
840
|
+
|
|
841
|
+
@property
|
|
842
|
+
@pulumi.getter(name="endpointName")
|
|
843
|
+
def endpoint_name(self) -> Optional[builtins.str]:
|
|
844
|
+
"""
|
|
845
|
+
Name of the mirroring endpoint URL
|
|
846
|
+
"""
|
|
847
|
+
return pulumi.get(self, "endpoint_name")
|
|
848
|
+
|
|
676
849
|
@property
|
|
677
850
|
@pulumi.getter(name="endpointUrl")
|
|
678
851
|
def endpoint_url(self) -> Optional[builtins.str]:
|
|
@@ -681,6 +854,22 @@ class AvailabilityGroupConfigureResponse(dict):
|
|
|
681
854
|
"""
|
|
682
855
|
return pulumi.get(self, "endpoint_url")
|
|
683
856
|
|
|
857
|
+
@property
|
|
858
|
+
@pulumi.getter(name="failoverMode")
|
|
859
|
+
def failover_mode(self) -> Optional[builtins.str]:
|
|
860
|
+
"""
|
|
861
|
+
Property to set the failover mode of the availability group replica
|
|
862
|
+
"""
|
|
863
|
+
return pulumi.get(self, "failover_mode")
|
|
864
|
+
|
|
865
|
+
@property
|
|
866
|
+
@pulumi.getter(name="primaryAllowConnections")
|
|
867
|
+
def primary_allow_connections(self) -> Optional[builtins.str]:
|
|
868
|
+
"""
|
|
869
|
+
Whether the primary replica should allow all connections or only READ_WRITE connections (disallowing ReadOnly connections)
|
|
870
|
+
"""
|
|
871
|
+
return pulumi.get(self, "primary_allow_connections")
|
|
872
|
+
|
|
684
873
|
@property
|
|
685
874
|
@pulumi.getter(name="readOnlyRoutingUrl")
|
|
686
875
|
def read_only_routing_url(self) -> Optional[builtins.str]:
|
|
@@ -697,6 +886,22 @@ class AvailabilityGroupConfigureResponse(dict):
|
|
|
697
886
|
"""
|
|
698
887
|
return pulumi.get(self, "read_write_routing_url")
|
|
699
888
|
|
|
889
|
+
@property
|
|
890
|
+
@pulumi.getter(name="secondaryAllowConnections")
|
|
891
|
+
def secondary_allow_connections(self) -> Optional[builtins.str]:
|
|
892
|
+
"""
|
|
893
|
+
Whether the secondary replica should allow all connections, no connections, or only ReadOnly connections.
|
|
894
|
+
"""
|
|
895
|
+
return pulumi.get(self, "secondary_allow_connections")
|
|
896
|
+
|
|
897
|
+
@property
|
|
898
|
+
@pulumi.getter(name="seedingMode")
|
|
899
|
+
def seeding_mode(self) -> Optional[builtins.str]:
|
|
900
|
+
"""
|
|
901
|
+
Specifies how the secondary replica will be initially seeded. AUTOMATIC enables direct seeding. This method will seed the secondary replica over the network. This method does not require you to backup and restore a copy of the primary database on the replica. MANUAL specifies manual seeding (default). This method requires you to create a backup of the database on the primary replica and manually restore that backup on the secondary replica.
|
|
902
|
+
"""
|
|
903
|
+
return pulumi.get(self, "seeding_mode")
|
|
904
|
+
|
|
700
905
|
@property
|
|
701
906
|
@pulumi.getter(name="sessionTimeout")
|
|
702
907
|
def session_timeout(self) -> Optional[builtins.int]:
|
|
@@ -772,6 +977,7 @@ class AvailabilityGroupInfoResponse(dict):
|
|
|
772
977
|
health_check_timeout: Optional[builtins.int] = None,
|
|
773
978
|
is_contained: Optional[builtins.bool] = None,
|
|
774
979
|
is_distributed: Optional[builtins.bool] = None,
|
|
980
|
+
listener: Optional['outputs.SqlAvailabilityGroupStaticIPListenerPropertiesResponse'] = None,
|
|
775
981
|
required_synchronized_secondaries_to_commit: Optional[builtins.int] = None):
|
|
776
982
|
"""
|
|
777
983
|
The specifications of the availability group state
|
|
@@ -789,6 +995,7 @@ class AvailabilityGroupInfoResponse(dict):
|
|
|
789
995
|
:param builtins.int health_check_timeout: Wait time (in milliseconds) for the sp_server_diagnostics system stored procedure to return server-health information, before the server instance is assumed to be slow or not responding.
|
|
790
996
|
:param builtins.bool is_contained: SQL Server availability group contained system databases.
|
|
791
997
|
:param builtins.bool is_distributed: Specifies whether this is a distributed availability group.
|
|
998
|
+
:param 'SqlAvailabilityGroupStaticIPListenerPropertiesResponse' listener: The listener for the sql server availability group
|
|
792
999
|
:param builtins.int required_synchronized_secondaries_to_commit: The number of secondary replicas that must be in a synchronized state for a commit to complete.
|
|
793
1000
|
"""
|
|
794
1001
|
pulumi.set(__self__, "automated_backup_preference_description", automated_backup_preference_description)
|
|
@@ -813,6 +1020,8 @@ class AvailabilityGroupInfoResponse(dict):
|
|
|
813
1020
|
pulumi.set(__self__, "is_contained", is_contained)
|
|
814
1021
|
if is_distributed is not None:
|
|
815
1022
|
pulumi.set(__self__, "is_distributed", is_distributed)
|
|
1023
|
+
if listener is not None:
|
|
1024
|
+
pulumi.set(__self__, "listener", listener)
|
|
816
1025
|
if required_synchronized_secondaries_to_commit is not None:
|
|
817
1026
|
pulumi.set(__self__, "required_synchronized_secondaries_to_commit", required_synchronized_secondaries_to_commit)
|
|
818
1027
|
|
|
@@ -933,6 +1142,14 @@ class AvailabilityGroupInfoResponse(dict):
|
|
|
933
1142
|
"""
|
|
934
1143
|
return pulumi.get(self, "is_distributed")
|
|
935
1144
|
|
|
1145
|
+
@property
|
|
1146
|
+
@pulumi.getter
|
|
1147
|
+
def listener(self) -> Optional['outputs.SqlAvailabilityGroupStaticIPListenerPropertiesResponse']:
|
|
1148
|
+
"""
|
|
1149
|
+
The listener for the sql server availability group
|
|
1150
|
+
"""
|
|
1151
|
+
return pulumi.get(self, "listener")
|
|
1152
|
+
|
|
936
1153
|
@property
|
|
937
1154
|
@pulumi.getter(name="requiredSynchronizedSecondariesToCommit")
|
|
938
1155
|
def required_synchronized_secondaries_to_commit(self) -> Optional[builtins.int]:
|
|
@@ -1247,6 +1464,316 @@ class BasicLoginInformationResponse(dict):
|
|
|
1247
1464
|
return pulumi.get(self, "username")
|
|
1248
1465
|
|
|
1249
1466
|
|
|
1467
|
+
@pulumi.output_type
|
|
1468
|
+
class ClientConnectionResponse(dict):
|
|
1469
|
+
"""
|
|
1470
|
+
Client connection related configuration.
|
|
1471
|
+
"""
|
|
1472
|
+
def __init__(__self__, *,
|
|
1473
|
+
enabled: Optional[builtins.bool] = None):
|
|
1474
|
+
"""
|
|
1475
|
+
Client connection related configuration.
|
|
1476
|
+
:param builtins.bool enabled: Indicates if client connection is enabled for this SQL Server instance.
|
|
1477
|
+
"""
|
|
1478
|
+
if enabled is not None:
|
|
1479
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
1480
|
+
|
|
1481
|
+
@property
|
|
1482
|
+
@pulumi.getter
|
|
1483
|
+
def enabled(self) -> Optional[builtins.bool]:
|
|
1484
|
+
"""
|
|
1485
|
+
Indicates if client connection is enabled for this SQL Server instance.
|
|
1486
|
+
"""
|
|
1487
|
+
return pulumi.get(self, "enabled")
|
|
1488
|
+
|
|
1489
|
+
|
|
1490
|
+
@pulumi.output_type
|
|
1491
|
+
class DBMEndpointResponse(dict):
|
|
1492
|
+
"""
|
|
1493
|
+
Database mirroring endpoint related properties.
|
|
1494
|
+
"""
|
|
1495
|
+
@staticmethod
|
|
1496
|
+
def __key_warning(key: str):
|
|
1497
|
+
suggest = None
|
|
1498
|
+
if key == "certificateName":
|
|
1499
|
+
suggest = "certificate_name"
|
|
1500
|
+
elif key == "connectionAuth":
|
|
1501
|
+
suggest = "connection_auth"
|
|
1502
|
+
elif key == "encryptionAlgorithm":
|
|
1503
|
+
suggest = "encryption_algorithm"
|
|
1504
|
+
elif key == "endpointName":
|
|
1505
|
+
suggest = "endpoint_name"
|
|
1506
|
+
elif key == "ipAddress":
|
|
1507
|
+
suggest = "ip_address"
|
|
1508
|
+
elif key == "isDynamicPort":
|
|
1509
|
+
suggest = "is_dynamic_port"
|
|
1510
|
+
elif key == "isEncryptionEnabled":
|
|
1511
|
+
suggest = "is_encryption_enabled"
|
|
1512
|
+
|
|
1513
|
+
if suggest:
|
|
1514
|
+
pulumi.log.warn(f"Key '{key}' not found in DBMEndpointResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1515
|
+
|
|
1516
|
+
def __getitem__(self, key: str) -> Any:
|
|
1517
|
+
DBMEndpointResponse.__key_warning(key)
|
|
1518
|
+
return super().__getitem__(key)
|
|
1519
|
+
|
|
1520
|
+
def get(self, key: str, default = None) -> Any:
|
|
1521
|
+
DBMEndpointResponse.__key_warning(key)
|
|
1522
|
+
return super().get(key, default)
|
|
1523
|
+
|
|
1524
|
+
def __init__(__self__, *,
|
|
1525
|
+
certificate_name: builtins.str,
|
|
1526
|
+
connection_auth: builtins.str,
|
|
1527
|
+
encryption_algorithm: builtins.str,
|
|
1528
|
+
endpoint_name: builtins.str,
|
|
1529
|
+
ip_address: builtins.str,
|
|
1530
|
+
is_dynamic_port: builtins.bool,
|
|
1531
|
+
is_encryption_enabled: builtins.bool,
|
|
1532
|
+
port: builtins.int,
|
|
1533
|
+
role: builtins.str):
|
|
1534
|
+
"""
|
|
1535
|
+
Database mirroring endpoint related properties.
|
|
1536
|
+
:param builtins.str certificate_name: Name of the certificate.
|
|
1537
|
+
:param builtins.str connection_auth: The type of connection authentication required for connections to this endpoint
|
|
1538
|
+
:param builtins.str encryption_algorithm: Encryption Algorithm
|
|
1539
|
+
:param builtins.str endpoint_name: Name of the database mirroring endpoint.
|
|
1540
|
+
:param builtins.str ip_address: Listener IP address.
|
|
1541
|
+
:param builtins.bool is_dynamic_port: Is the port number dynamically assigned.
|
|
1542
|
+
:param builtins.bool is_encryption_enabled: Is Encryption enabled
|
|
1543
|
+
:param builtins.int port: The port number that the endpoint is listening on.
|
|
1544
|
+
:param builtins.str role: Mirroring Role
|
|
1545
|
+
"""
|
|
1546
|
+
pulumi.set(__self__, "certificate_name", certificate_name)
|
|
1547
|
+
pulumi.set(__self__, "connection_auth", connection_auth)
|
|
1548
|
+
pulumi.set(__self__, "encryption_algorithm", encryption_algorithm)
|
|
1549
|
+
pulumi.set(__self__, "endpoint_name", endpoint_name)
|
|
1550
|
+
pulumi.set(__self__, "ip_address", ip_address)
|
|
1551
|
+
pulumi.set(__self__, "is_dynamic_port", is_dynamic_port)
|
|
1552
|
+
pulumi.set(__self__, "is_encryption_enabled", is_encryption_enabled)
|
|
1553
|
+
pulumi.set(__self__, "port", port)
|
|
1554
|
+
pulumi.set(__self__, "role", role)
|
|
1555
|
+
|
|
1556
|
+
@property
|
|
1557
|
+
@pulumi.getter(name="certificateName")
|
|
1558
|
+
def certificate_name(self) -> builtins.str:
|
|
1559
|
+
"""
|
|
1560
|
+
Name of the certificate.
|
|
1561
|
+
"""
|
|
1562
|
+
return pulumi.get(self, "certificate_name")
|
|
1563
|
+
|
|
1564
|
+
@property
|
|
1565
|
+
@pulumi.getter(name="connectionAuth")
|
|
1566
|
+
def connection_auth(self) -> builtins.str:
|
|
1567
|
+
"""
|
|
1568
|
+
The type of connection authentication required for connections to this endpoint
|
|
1569
|
+
"""
|
|
1570
|
+
return pulumi.get(self, "connection_auth")
|
|
1571
|
+
|
|
1572
|
+
@property
|
|
1573
|
+
@pulumi.getter(name="encryptionAlgorithm")
|
|
1574
|
+
def encryption_algorithm(self) -> builtins.str:
|
|
1575
|
+
"""
|
|
1576
|
+
Encryption Algorithm
|
|
1577
|
+
"""
|
|
1578
|
+
return pulumi.get(self, "encryption_algorithm")
|
|
1579
|
+
|
|
1580
|
+
@property
|
|
1581
|
+
@pulumi.getter(name="endpointName")
|
|
1582
|
+
def endpoint_name(self) -> builtins.str:
|
|
1583
|
+
"""
|
|
1584
|
+
Name of the database mirroring endpoint.
|
|
1585
|
+
"""
|
|
1586
|
+
return pulumi.get(self, "endpoint_name")
|
|
1587
|
+
|
|
1588
|
+
@property
|
|
1589
|
+
@pulumi.getter(name="ipAddress")
|
|
1590
|
+
def ip_address(self) -> builtins.str:
|
|
1591
|
+
"""
|
|
1592
|
+
Listener IP address.
|
|
1593
|
+
"""
|
|
1594
|
+
return pulumi.get(self, "ip_address")
|
|
1595
|
+
|
|
1596
|
+
@property
|
|
1597
|
+
@pulumi.getter(name="isDynamicPort")
|
|
1598
|
+
def is_dynamic_port(self) -> builtins.bool:
|
|
1599
|
+
"""
|
|
1600
|
+
Is the port number dynamically assigned.
|
|
1601
|
+
"""
|
|
1602
|
+
return pulumi.get(self, "is_dynamic_port")
|
|
1603
|
+
|
|
1604
|
+
@property
|
|
1605
|
+
@pulumi.getter(name="isEncryptionEnabled")
|
|
1606
|
+
def is_encryption_enabled(self) -> builtins.bool:
|
|
1607
|
+
"""
|
|
1608
|
+
Is Encryption enabled
|
|
1609
|
+
"""
|
|
1610
|
+
return pulumi.get(self, "is_encryption_enabled")
|
|
1611
|
+
|
|
1612
|
+
@property
|
|
1613
|
+
@pulumi.getter
|
|
1614
|
+
def port(self) -> builtins.int:
|
|
1615
|
+
"""
|
|
1616
|
+
The port number that the endpoint is listening on.
|
|
1617
|
+
"""
|
|
1618
|
+
return pulumi.get(self, "port")
|
|
1619
|
+
|
|
1620
|
+
@property
|
|
1621
|
+
@pulumi.getter
|
|
1622
|
+
def role(self) -> builtins.str:
|
|
1623
|
+
"""
|
|
1624
|
+
Mirroring Role
|
|
1625
|
+
"""
|
|
1626
|
+
return pulumi.get(self, "role")
|
|
1627
|
+
|
|
1628
|
+
|
|
1629
|
+
@pulumi.output_type
|
|
1630
|
+
class DataBaseMigrationAssessmentResponse(dict):
|
|
1631
|
+
"""
|
|
1632
|
+
The migration assessment related configuration.
|
|
1633
|
+
"""
|
|
1634
|
+
@staticmethod
|
|
1635
|
+
def __key_warning(key: str):
|
|
1636
|
+
suggest = None
|
|
1637
|
+
if key == "assessmentUploadTime":
|
|
1638
|
+
suggest = "assessment_upload_time"
|
|
1639
|
+
elif key == "databaseAssessments":
|
|
1640
|
+
suggest = "database_assessments"
|
|
1641
|
+
elif key == "targetReadiness":
|
|
1642
|
+
suggest = "target_readiness"
|
|
1643
|
+
|
|
1644
|
+
if suggest:
|
|
1645
|
+
pulumi.log.warn(f"Key '{key}' not found in DataBaseMigrationAssessmentResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1646
|
+
|
|
1647
|
+
def __getitem__(self, key: str) -> Any:
|
|
1648
|
+
DataBaseMigrationAssessmentResponse.__key_warning(key)
|
|
1649
|
+
return super().__getitem__(key)
|
|
1650
|
+
|
|
1651
|
+
def get(self, key: str, default = None) -> Any:
|
|
1652
|
+
DataBaseMigrationAssessmentResponse.__key_warning(key)
|
|
1653
|
+
return super().get(key, default)
|
|
1654
|
+
|
|
1655
|
+
def __init__(__self__, *,
|
|
1656
|
+
assessment_upload_time: builtins.str,
|
|
1657
|
+
database_assessments: Sequence['outputs.DataBaseMigrationAssessmentResponseDatabaseAssessments'],
|
|
1658
|
+
target_readiness: 'outputs.TargetReadinessResponse'):
|
|
1659
|
+
"""
|
|
1660
|
+
The migration assessment related configuration.
|
|
1661
|
+
:param builtins.str assessment_upload_time: The time when Migration Assessment Report upload was last performed.
|
|
1662
|
+
:param Sequence['DataBaseMigrationAssessmentResponseDatabaseAssessments'] database_assessments: Issues and warnings impacting the migration of Database to particular Azure Migration Target.
|
|
1663
|
+
:param 'TargetReadinessResponse' target_readiness: The target readiness for migration for this database.
|
|
1664
|
+
"""
|
|
1665
|
+
pulumi.set(__self__, "assessment_upload_time", assessment_upload_time)
|
|
1666
|
+
pulumi.set(__self__, "database_assessments", database_assessments)
|
|
1667
|
+
pulumi.set(__self__, "target_readiness", target_readiness)
|
|
1668
|
+
|
|
1669
|
+
@property
|
|
1670
|
+
@pulumi.getter(name="assessmentUploadTime")
|
|
1671
|
+
def assessment_upload_time(self) -> builtins.str:
|
|
1672
|
+
"""
|
|
1673
|
+
The time when Migration Assessment Report upload was last performed.
|
|
1674
|
+
"""
|
|
1675
|
+
return pulumi.get(self, "assessment_upload_time")
|
|
1676
|
+
|
|
1677
|
+
@property
|
|
1678
|
+
@pulumi.getter(name="databaseAssessments")
|
|
1679
|
+
def database_assessments(self) -> Sequence['outputs.DataBaseMigrationAssessmentResponseDatabaseAssessments']:
|
|
1680
|
+
"""
|
|
1681
|
+
Issues and warnings impacting the migration of Database to particular Azure Migration Target.
|
|
1682
|
+
"""
|
|
1683
|
+
return pulumi.get(self, "database_assessments")
|
|
1684
|
+
|
|
1685
|
+
@property
|
|
1686
|
+
@pulumi.getter(name="targetReadiness")
|
|
1687
|
+
def target_readiness(self) -> 'outputs.TargetReadinessResponse':
|
|
1688
|
+
"""
|
|
1689
|
+
The target readiness for migration for this database.
|
|
1690
|
+
"""
|
|
1691
|
+
return pulumi.get(self, "target_readiness")
|
|
1692
|
+
|
|
1693
|
+
|
|
1694
|
+
@pulumi.output_type
|
|
1695
|
+
class DataBaseMigrationAssessmentResponseDatabaseAssessments(dict):
|
|
1696
|
+
@staticmethod
|
|
1697
|
+
def __key_warning(key: str):
|
|
1698
|
+
suggest = None
|
|
1699
|
+
if key == "appliesToMigrationTargetPlatform":
|
|
1700
|
+
suggest = "applies_to_migration_target_platform"
|
|
1701
|
+
elif key == "featureId":
|
|
1702
|
+
suggest = "feature_id"
|
|
1703
|
+
elif key == "issueCategory":
|
|
1704
|
+
suggest = "issue_category"
|
|
1705
|
+
elif key == "moreInformation":
|
|
1706
|
+
suggest = "more_information"
|
|
1707
|
+
|
|
1708
|
+
if suggest:
|
|
1709
|
+
pulumi.log.warn(f"Key '{key}' not found in DataBaseMigrationAssessmentResponseDatabaseAssessments. Access the value via the '{suggest}' property getter instead.")
|
|
1710
|
+
|
|
1711
|
+
def __getitem__(self, key: str) -> Any:
|
|
1712
|
+
DataBaseMigrationAssessmentResponseDatabaseAssessments.__key_warning(key)
|
|
1713
|
+
return super().__getitem__(key)
|
|
1714
|
+
|
|
1715
|
+
def get(self, key: str, default = None) -> Any:
|
|
1716
|
+
DataBaseMigrationAssessmentResponseDatabaseAssessments.__key_warning(key)
|
|
1717
|
+
return super().get(key, default)
|
|
1718
|
+
|
|
1719
|
+
def __init__(__self__, *,
|
|
1720
|
+
applies_to_migration_target_platform: Optional[builtins.str] = None,
|
|
1721
|
+
feature_id: Optional[builtins.str] = None,
|
|
1722
|
+
issue_category: Optional[builtins.str] = None,
|
|
1723
|
+
more_information: Optional[builtins.str] = None):
|
|
1724
|
+
if applies_to_migration_target_platform is not None:
|
|
1725
|
+
pulumi.set(__self__, "applies_to_migration_target_platform", applies_to_migration_target_platform)
|
|
1726
|
+
if feature_id is not None:
|
|
1727
|
+
pulumi.set(__self__, "feature_id", feature_id)
|
|
1728
|
+
if issue_category is not None:
|
|
1729
|
+
pulumi.set(__self__, "issue_category", issue_category)
|
|
1730
|
+
if more_information is not None:
|
|
1731
|
+
pulumi.set(__self__, "more_information", more_information)
|
|
1732
|
+
|
|
1733
|
+
@property
|
|
1734
|
+
@pulumi.getter(name="appliesToMigrationTargetPlatform")
|
|
1735
|
+
def applies_to_migration_target_platform(self) -> Optional[builtins.str]:
|
|
1736
|
+
return pulumi.get(self, "applies_to_migration_target_platform")
|
|
1737
|
+
|
|
1738
|
+
@property
|
|
1739
|
+
@pulumi.getter(name="featureId")
|
|
1740
|
+
def feature_id(self) -> Optional[builtins.str]:
|
|
1741
|
+
return pulumi.get(self, "feature_id")
|
|
1742
|
+
|
|
1743
|
+
@property
|
|
1744
|
+
@pulumi.getter(name="issueCategory")
|
|
1745
|
+
def issue_category(self) -> Optional[builtins.str]:
|
|
1746
|
+
return pulumi.get(self, "issue_category")
|
|
1747
|
+
|
|
1748
|
+
@property
|
|
1749
|
+
@pulumi.getter(name="moreInformation")
|
|
1750
|
+
def more_information(self) -> Optional[builtins.str]:
|
|
1751
|
+
return pulumi.get(self, "more_information")
|
|
1752
|
+
|
|
1753
|
+
|
|
1754
|
+
@pulumi.output_type
|
|
1755
|
+
class DataBaseMigrationResponse(dict):
|
|
1756
|
+
"""
|
|
1757
|
+
Migration related configuration.
|
|
1758
|
+
"""
|
|
1759
|
+
def __init__(__self__, *,
|
|
1760
|
+
assessment: Optional['outputs.DataBaseMigrationAssessmentResponse'] = None):
|
|
1761
|
+
"""
|
|
1762
|
+
Migration related configuration.
|
|
1763
|
+
:param 'DataBaseMigrationAssessmentResponse' assessment: Migration assessments related configuration.
|
|
1764
|
+
"""
|
|
1765
|
+
if assessment is not None:
|
|
1766
|
+
pulumi.set(__self__, "assessment", assessment)
|
|
1767
|
+
|
|
1768
|
+
@property
|
|
1769
|
+
@pulumi.getter
|
|
1770
|
+
def assessment(self) -> Optional['outputs.DataBaseMigrationAssessmentResponse']:
|
|
1771
|
+
"""
|
|
1772
|
+
Migration assessments related configuration.
|
|
1773
|
+
"""
|
|
1774
|
+
return pulumi.get(self, "assessment")
|
|
1775
|
+
|
|
1776
|
+
|
|
1250
1777
|
@pulumi.output_type
|
|
1251
1778
|
class DataControllerPropertiesResponse(dict):
|
|
1252
1779
|
"""
|
|
@@ -1455,30 +1982,84 @@ class DataControllerPropertiesResponse(dict):
|
|
|
1455
1982
|
|
|
1456
1983
|
|
|
1457
1984
|
@pulumi.output_type
|
|
1458
|
-
class
|
|
1985
|
+
class EntraAuthenticationResponse(dict):
|
|
1459
1986
|
"""
|
|
1460
|
-
|
|
1987
|
+
Entra Authentication configuration.
|
|
1461
1988
|
"""
|
|
1989
|
+
@staticmethod
|
|
1990
|
+
def __key_warning(key: str):
|
|
1991
|
+
suggest = None
|
|
1992
|
+
if key == "clientId":
|
|
1993
|
+
suggest = "client_id"
|
|
1994
|
+
elif key == "identityType":
|
|
1995
|
+
suggest = "identity_type"
|
|
1996
|
+
|
|
1997
|
+
if suggest:
|
|
1998
|
+
pulumi.log.warn(f"Key '{key}' not found in EntraAuthenticationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1999
|
+
|
|
2000
|
+
def __getitem__(self, key: str) -> Any:
|
|
2001
|
+
EntraAuthenticationResponse.__key_warning(key)
|
|
2002
|
+
return super().__getitem__(key)
|
|
2003
|
+
|
|
2004
|
+
def get(self, key: str, default = None) -> Any:
|
|
2005
|
+
EntraAuthenticationResponse.__key_warning(key)
|
|
2006
|
+
return super().get(key, default)
|
|
2007
|
+
|
|
1462
2008
|
def __init__(__self__, *,
|
|
1463
|
-
|
|
1464
|
-
|
|
2009
|
+
client_id: Optional[builtins.str] = None,
|
|
2010
|
+
identity_type: Optional[builtins.str] = None):
|
|
1465
2011
|
"""
|
|
1466
|
-
|
|
1467
|
-
:param builtins.str
|
|
1468
|
-
:param builtins.str
|
|
2012
|
+
Entra Authentication configuration.
|
|
2013
|
+
:param builtins.str client_id: The client Id of the Managed Identity to query Microsoft Graph API. An empty string must be used for the system assigned Managed Identity.
|
|
2014
|
+
:param builtins.str identity_type: The method used for Entra authentication
|
|
1469
2015
|
"""
|
|
1470
|
-
if
|
|
1471
|
-
pulumi.set(__self__, "
|
|
1472
|
-
if
|
|
1473
|
-
pulumi.set(__self__, "
|
|
2016
|
+
if client_id is not None:
|
|
2017
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
2018
|
+
if identity_type is not None:
|
|
2019
|
+
pulumi.set(__self__, "identity_type", identity_type)
|
|
1474
2020
|
|
|
1475
2021
|
@property
|
|
1476
|
-
@pulumi.getter
|
|
1477
|
-
def
|
|
2022
|
+
@pulumi.getter(name="clientId")
|
|
2023
|
+
def client_id(self) -> Optional[builtins.str]:
|
|
1478
2024
|
"""
|
|
1479
|
-
The
|
|
2025
|
+
The client Id of the Managed Identity to query Microsoft Graph API. An empty string must be used for the system assigned Managed Identity.
|
|
1480
2026
|
"""
|
|
1481
|
-
return pulumi.get(self, "
|
|
2027
|
+
return pulumi.get(self, "client_id")
|
|
2028
|
+
|
|
2029
|
+
@property
|
|
2030
|
+
@pulumi.getter(name="identityType")
|
|
2031
|
+
def identity_type(self) -> Optional[builtins.str]:
|
|
2032
|
+
"""
|
|
2033
|
+
The method used for Entra authentication
|
|
2034
|
+
"""
|
|
2035
|
+
return pulumi.get(self, "identity_type")
|
|
2036
|
+
|
|
2037
|
+
|
|
2038
|
+
@pulumi.output_type
|
|
2039
|
+
class ExtendedLocationResponse(dict):
|
|
2040
|
+
"""
|
|
2041
|
+
The complex type of the extended location.
|
|
2042
|
+
"""
|
|
2043
|
+
def __init__(__self__, *,
|
|
2044
|
+
name: Optional[builtins.str] = None,
|
|
2045
|
+
type: Optional[builtins.str] = None):
|
|
2046
|
+
"""
|
|
2047
|
+
The complex type of the extended location.
|
|
2048
|
+
:param builtins.str name: The name of the extended location.
|
|
2049
|
+
:param builtins.str type: The type of the extended location.
|
|
2050
|
+
"""
|
|
2051
|
+
if name is not None:
|
|
2052
|
+
pulumi.set(__self__, "name", name)
|
|
2053
|
+
if type is not None:
|
|
2054
|
+
pulumi.set(__self__, "type", type)
|
|
2055
|
+
|
|
2056
|
+
@property
|
|
2057
|
+
@pulumi.getter
|
|
2058
|
+
def name(self) -> Optional[builtins.str]:
|
|
2059
|
+
"""
|
|
2060
|
+
The name of the extended location.
|
|
2061
|
+
"""
|
|
2062
|
+
return pulumi.get(self, "name")
|
|
1482
2063
|
|
|
1483
2064
|
@property
|
|
1484
2065
|
@pulumi.getter
|
|
@@ -1497,7 +2078,9 @@ class FailoverClusterResponse(dict):
|
|
|
1497
2078
|
@staticmethod
|
|
1498
2079
|
def __key_warning(key: str):
|
|
1499
2080
|
suggest = None
|
|
1500
|
-
if key == "
|
|
2081
|
+
if key == "hostIPAddresses":
|
|
2082
|
+
suggest = "host_ip_addresses"
|
|
2083
|
+
elif key == "hostNames":
|
|
1501
2084
|
suggest = "host_names"
|
|
1502
2085
|
elif key == "networkName":
|
|
1503
2086
|
suggest = "network_name"
|
|
@@ -1516,22 +2099,33 @@ class FailoverClusterResponse(dict):
|
|
|
1516
2099
|
return super().get(key, default)
|
|
1517
2100
|
|
|
1518
2101
|
def __init__(__self__, *,
|
|
2102
|
+
host_ip_addresses: Sequence['outputs.HostIPAddressInformationResponse'],
|
|
1519
2103
|
host_names: Sequence[builtins.str],
|
|
1520
2104
|
id: builtins.str,
|
|
1521
2105
|
network_name: builtins.str,
|
|
1522
2106
|
sql_instance_ids: Sequence[builtins.str]):
|
|
1523
2107
|
"""
|
|
1524
2108
|
Failover Cluster Instance properties.
|
|
2109
|
+
:param Sequence['HostIPAddressInformationResponse'] host_ip_addresses: The IP addresses and subnet masks associated with the SQL Failover Cluster Instance on this host.
|
|
1525
2110
|
:param Sequence[builtins.str] host_names: The host names which are part of the SQL FCI resource group.
|
|
1526
2111
|
:param builtins.str id: The GUID of the SQL Server's underlying Failover Cluster.
|
|
1527
2112
|
:param builtins.str network_name: The network name to connect to the SQL FCI.
|
|
1528
2113
|
:param Sequence[builtins.str] sql_instance_ids: The ARM IDs of the Arc SQL Server resources, belonging to the current server's Failover cluster.
|
|
1529
2114
|
"""
|
|
2115
|
+
pulumi.set(__self__, "host_ip_addresses", host_ip_addresses)
|
|
1530
2116
|
pulumi.set(__self__, "host_names", host_names)
|
|
1531
2117
|
pulumi.set(__self__, "id", id)
|
|
1532
2118
|
pulumi.set(__self__, "network_name", network_name)
|
|
1533
2119
|
pulumi.set(__self__, "sql_instance_ids", sql_instance_ids)
|
|
1534
2120
|
|
|
2121
|
+
@property
|
|
2122
|
+
@pulumi.getter(name="hostIPAddresses")
|
|
2123
|
+
def host_ip_addresses(self) -> Sequence['outputs.HostIPAddressInformationResponse']:
|
|
2124
|
+
"""
|
|
2125
|
+
The IP addresses and subnet masks associated with the SQL Failover Cluster Instance on this host.
|
|
2126
|
+
"""
|
|
2127
|
+
return pulumi.get(self, "host_ip_addresses")
|
|
2128
|
+
|
|
1535
2129
|
@property
|
|
1536
2130
|
@pulumi.getter(name="hostNames")
|
|
1537
2131
|
def host_names(self) -> Sequence[builtins.str]:
|
|
@@ -1765,6 +2359,58 @@ class FailoverGroupSpecResponse(dict):
|
|
|
1765
2359
|
return pulumi.get(self, "source_mi")
|
|
1766
2360
|
|
|
1767
2361
|
|
|
2362
|
+
@pulumi.output_type
|
|
2363
|
+
class HostIPAddressInformationResponse(dict):
|
|
2364
|
+
"""
|
|
2365
|
+
IP address and subnet mask.
|
|
2366
|
+
"""
|
|
2367
|
+
@staticmethod
|
|
2368
|
+
def __key_warning(key: str):
|
|
2369
|
+
suggest = None
|
|
2370
|
+
if key == "ipAddress":
|
|
2371
|
+
suggest = "ip_address"
|
|
2372
|
+
elif key == "subnetMask":
|
|
2373
|
+
suggest = "subnet_mask"
|
|
2374
|
+
|
|
2375
|
+
if suggest:
|
|
2376
|
+
pulumi.log.warn(f"Key '{key}' not found in HostIPAddressInformationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2377
|
+
|
|
2378
|
+
def __getitem__(self, key: str) -> Any:
|
|
2379
|
+
HostIPAddressInformationResponse.__key_warning(key)
|
|
2380
|
+
return super().__getitem__(key)
|
|
2381
|
+
|
|
2382
|
+
def get(self, key: str, default = None) -> Any:
|
|
2383
|
+
HostIPAddressInformationResponse.__key_warning(key)
|
|
2384
|
+
return super().get(key, default)
|
|
2385
|
+
|
|
2386
|
+
def __init__(__self__, *,
|
|
2387
|
+
ip_address: builtins.str,
|
|
2388
|
+
subnet_mask: builtins.str):
|
|
2389
|
+
"""
|
|
2390
|
+
IP address and subnet mask.
|
|
2391
|
+
:param builtins.str ip_address: IP address
|
|
2392
|
+
:param builtins.str subnet_mask: Subnet mask
|
|
2393
|
+
"""
|
|
2394
|
+
pulumi.set(__self__, "ip_address", ip_address)
|
|
2395
|
+
pulumi.set(__self__, "subnet_mask", subnet_mask)
|
|
2396
|
+
|
|
2397
|
+
@property
|
|
2398
|
+
@pulumi.getter(name="ipAddress")
|
|
2399
|
+
def ip_address(self) -> builtins.str:
|
|
2400
|
+
"""
|
|
2401
|
+
IP address
|
|
2402
|
+
"""
|
|
2403
|
+
return pulumi.get(self, "ip_address")
|
|
2404
|
+
|
|
2405
|
+
@property
|
|
2406
|
+
@pulumi.getter(name="subnetMask")
|
|
2407
|
+
def subnet_mask(self) -> builtins.str:
|
|
2408
|
+
"""
|
|
2409
|
+
Subnet mask
|
|
2410
|
+
"""
|
|
2411
|
+
return pulumi.get(self, "subnet_mask")
|
|
2412
|
+
|
|
2413
|
+
|
|
1768
2414
|
@pulumi.output_type
|
|
1769
2415
|
class K8sActiveDirectoryResponse(dict):
|
|
1770
2416
|
"""
|
|
@@ -2197,6 +2843,224 @@ class LogAnalyticsWorkspaceConfigResponse(dict):
|
|
|
2197
2843
|
return pulumi.get(self, "workspace_id")
|
|
2198
2844
|
|
|
2199
2845
|
|
|
2846
|
+
@pulumi.output_type
|
|
2847
|
+
class MigrationAssessmentResponse(dict):
|
|
2848
|
+
"""
|
|
2849
|
+
The migration assessment related configuration.
|
|
2850
|
+
"""
|
|
2851
|
+
@staticmethod
|
|
2852
|
+
def __key_warning(key: str):
|
|
2853
|
+
suggest = None
|
|
2854
|
+
if key == "assessmentUploadTime":
|
|
2855
|
+
suggest = "assessment_upload_time"
|
|
2856
|
+
elif key == "serverAssessments":
|
|
2857
|
+
suggest = "server_assessments"
|
|
2858
|
+
elif key == "skuRecommendationResults":
|
|
2859
|
+
suggest = "sku_recommendation_results"
|
|
2860
|
+
|
|
2861
|
+
if suggest:
|
|
2862
|
+
pulumi.log.warn(f"Key '{key}' not found in MigrationAssessmentResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2863
|
+
|
|
2864
|
+
def __getitem__(self, key: str) -> Any:
|
|
2865
|
+
MigrationAssessmentResponse.__key_warning(key)
|
|
2866
|
+
return super().__getitem__(key)
|
|
2867
|
+
|
|
2868
|
+
def get(self, key: str, default = None) -> Any:
|
|
2869
|
+
MigrationAssessmentResponse.__key_warning(key)
|
|
2870
|
+
return super().get(key, default)
|
|
2871
|
+
|
|
2872
|
+
def __init__(__self__, *,
|
|
2873
|
+
assessment_upload_time: builtins.str,
|
|
2874
|
+
server_assessments: Sequence['outputs.MigrationAssessmentResponseServerAssessments'],
|
|
2875
|
+
sku_recommendation_results: 'outputs.SkuRecommendationResultsResponse',
|
|
2876
|
+
enabled: Optional[builtins.bool] = None):
|
|
2877
|
+
"""
|
|
2878
|
+
The migration assessment related configuration.
|
|
2879
|
+
:param builtins.str assessment_upload_time: The time when Migration Assessment Report upload was last performed.
|
|
2880
|
+
:param Sequence['MigrationAssessmentResponseServerAssessments'] server_assessments: Issues and warnings impacting the migration of SQL Server instance to particular Azure Migration Target.
|
|
2881
|
+
:param 'SkuRecommendationResultsResponse' sku_recommendation_results: SKU Recommendation results for Azure migration targets for SQL Server.
|
|
2882
|
+
:param builtins.bool enabled: Indicates if migration assessment is enabled for this SQL Server instance.
|
|
2883
|
+
"""
|
|
2884
|
+
pulumi.set(__self__, "assessment_upload_time", assessment_upload_time)
|
|
2885
|
+
pulumi.set(__self__, "server_assessments", server_assessments)
|
|
2886
|
+
pulumi.set(__self__, "sku_recommendation_results", sku_recommendation_results)
|
|
2887
|
+
if enabled is not None:
|
|
2888
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
2889
|
+
|
|
2890
|
+
@property
|
|
2891
|
+
@pulumi.getter(name="assessmentUploadTime")
|
|
2892
|
+
def assessment_upload_time(self) -> builtins.str:
|
|
2893
|
+
"""
|
|
2894
|
+
The time when Migration Assessment Report upload was last performed.
|
|
2895
|
+
"""
|
|
2896
|
+
return pulumi.get(self, "assessment_upload_time")
|
|
2897
|
+
|
|
2898
|
+
@property
|
|
2899
|
+
@pulumi.getter(name="serverAssessments")
|
|
2900
|
+
def server_assessments(self) -> Sequence['outputs.MigrationAssessmentResponseServerAssessments']:
|
|
2901
|
+
"""
|
|
2902
|
+
Issues and warnings impacting the migration of SQL Server instance to particular Azure Migration Target.
|
|
2903
|
+
"""
|
|
2904
|
+
return pulumi.get(self, "server_assessments")
|
|
2905
|
+
|
|
2906
|
+
@property
|
|
2907
|
+
@pulumi.getter(name="skuRecommendationResults")
|
|
2908
|
+
def sku_recommendation_results(self) -> 'outputs.SkuRecommendationResultsResponse':
|
|
2909
|
+
"""
|
|
2910
|
+
SKU Recommendation results for Azure migration targets for SQL Server.
|
|
2911
|
+
"""
|
|
2912
|
+
return pulumi.get(self, "sku_recommendation_results")
|
|
2913
|
+
|
|
2914
|
+
@property
|
|
2915
|
+
@pulumi.getter
|
|
2916
|
+
def enabled(self) -> Optional[builtins.bool]:
|
|
2917
|
+
"""
|
|
2918
|
+
Indicates if migration assessment is enabled for this SQL Server instance.
|
|
2919
|
+
"""
|
|
2920
|
+
return pulumi.get(self, "enabled")
|
|
2921
|
+
|
|
2922
|
+
|
|
2923
|
+
@pulumi.output_type
|
|
2924
|
+
class MigrationAssessmentResponseImpactedObjects(dict):
|
|
2925
|
+
@staticmethod
|
|
2926
|
+
def __key_warning(key: str):
|
|
2927
|
+
suggest = None
|
|
2928
|
+
if key == "impactDetail":
|
|
2929
|
+
suggest = "impact_detail"
|
|
2930
|
+
elif key == "objectType":
|
|
2931
|
+
suggest = "object_type"
|
|
2932
|
+
|
|
2933
|
+
if suggest:
|
|
2934
|
+
pulumi.log.warn(f"Key '{key}' not found in MigrationAssessmentResponseImpactedObjects. Access the value via the '{suggest}' property getter instead.")
|
|
2935
|
+
|
|
2936
|
+
def __getitem__(self, key: str) -> Any:
|
|
2937
|
+
MigrationAssessmentResponseImpactedObjects.__key_warning(key)
|
|
2938
|
+
return super().__getitem__(key)
|
|
2939
|
+
|
|
2940
|
+
def get(self, key: str, default = None) -> Any:
|
|
2941
|
+
MigrationAssessmentResponseImpactedObjects.__key_warning(key)
|
|
2942
|
+
return super().get(key, default)
|
|
2943
|
+
|
|
2944
|
+
def __init__(__self__, *,
|
|
2945
|
+
impact_detail: Optional[builtins.str] = None,
|
|
2946
|
+
name: Optional[builtins.str] = None,
|
|
2947
|
+
object_type: Optional[builtins.str] = None):
|
|
2948
|
+
if impact_detail is not None:
|
|
2949
|
+
pulumi.set(__self__, "impact_detail", impact_detail)
|
|
2950
|
+
if name is not None:
|
|
2951
|
+
pulumi.set(__self__, "name", name)
|
|
2952
|
+
if object_type is not None:
|
|
2953
|
+
pulumi.set(__self__, "object_type", object_type)
|
|
2954
|
+
|
|
2955
|
+
@property
|
|
2956
|
+
@pulumi.getter(name="impactDetail")
|
|
2957
|
+
def impact_detail(self) -> Optional[builtins.str]:
|
|
2958
|
+
return pulumi.get(self, "impact_detail")
|
|
2959
|
+
|
|
2960
|
+
@property
|
|
2961
|
+
@pulumi.getter
|
|
2962
|
+
def name(self) -> Optional[builtins.str]:
|
|
2963
|
+
return pulumi.get(self, "name")
|
|
2964
|
+
|
|
2965
|
+
@property
|
|
2966
|
+
@pulumi.getter(name="objectType")
|
|
2967
|
+
def object_type(self) -> Optional[builtins.str]:
|
|
2968
|
+
return pulumi.get(self, "object_type")
|
|
2969
|
+
|
|
2970
|
+
|
|
2971
|
+
@pulumi.output_type
|
|
2972
|
+
class MigrationAssessmentResponseServerAssessments(dict):
|
|
2973
|
+
@staticmethod
|
|
2974
|
+
def __key_warning(key: str):
|
|
2975
|
+
suggest = None
|
|
2976
|
+
if key == "appliesToMigrationTargetPlatform":
|
|
2977
|
+
suggest = "applies_to_migration_target_platform"
|
|
2978
|
+
elif key == "featureId":
|
|
2979
|
+
suggest = "feature_id"
|
|
2980
|
+
elif key == "impactedObjects":
|
|
2981
|
+
suggest = "impacted_objects"
|
|
2982
|
+
elif key == "issueCategory":
|
|
2983
|
+
suggest = "issue_category"
|
|
2984
|
+
elif key == "moreInformation":
|
|
2985
|
+
suggest = "more_information"
|
|
2986
|
+
|
|
2987
|
+
if suggest:
|
|
2988
|
+
pulumi.log.warn(f"Key '{key}' not found in MigrationAssessmentResponseServerAssessments. Access the value via the '{suggest}' property getter instead.")
|
|
2989
|
+
|
|
2990
|
+
def __getitem__(self, key: str) -> Any:
|
|
2991
|
+
MigrationAssessmentResponseServerAssessments.__key_warning(key)
|
|
2992
|
+
return super().__getitem__(key)
|
|
2993
|
+
|
|
2994
|
+
def get(self, key: str, default = None) -> Any:
|
|
2995
|
+
MigrationAssessmentResponseServerAssessments.__key_warning(key)
|
|
2996
|
+
return super().get(key, default)
|
|
2997
|
+
|
|
2998
|
+
def __init__(__self__, *,
|
|
2999
|
+
applies_to_migration_target_platform: Optional[builtins.str] = None,
|
|
3000
|
+
feature_id: Optional[builtins.str] = None,
|
|
3001
|
+
impacted_objects: Optional[Sequence['outputs.MigrationAssessmentResponseImpactedObjects']] = None,
|
|
3002
|
+
issue_category: Optional[builtins.str] = None,
|
|
3003
|
+
more_information: Optional[builtins.str] = None):
|
|
3004
|
+
if applies_to_migration_target_platform is not None:
|
|
3005
|
+
pulumi.set(__self__, "applies_to_migration_target_platform", applies_to_migration_target_platform)
|
|
3006
|
+
if feature_id is not None:
|
|
3007
|
+
pulumi.set(__self__, "feature_id", feature_id)
|
|
3008
|
+
if impacted_objects is not None:
|
|
3009
|
+
pulumi.set(__self__, "impacted_objects", impacted_objects)
|
|
3010
|
+
if issue_category is not None:
|
|
3011
|
+
pulumi.set(__self__, "issue_category", issue_category)
|
|
3012
|
+
if more_information is not None:
|
|
3013
|
+
pulumi.set(__self__, "more_information", more_information)
|
|
3014
|
+
|
|
3015
|
+
@property
|
|
3016
|
+
@pulumi.getter(name="appliesToMigrationTargetPlatform")
|
|
3017
|
+
def applies_to_migration_target_platform(self) -> Optional[builtins.str]:
|
|
3018
|
+
return pulumi.get(self, "applies_to_migration_target_platform")
|
|
3019
|
+
|
|
3020
|
+
@property
|
|
3021
|
+
@pulumi.getter(name="featureId")
|
|
3022
|
+
def feature_id(self) -> Optional[builtins.str]:
|
|
3023
|
+
return pulumi.get(self, "feature_id")
|
|
3024
|
+
|
|
3025
|
+
@property
|
|
3026
|
+
@pulumi.getter(name="impactedObjects")
|
|
3027
|
+
def impacted_objects(self) -> Optional[Sequence['outputs.MigrationAssessmentResponseImpactedObjects']]:
|
|
3028
|
+
return pulumi.get(self, "impacted_objects")
|
|
3029
|
+
|
|
3030
|
+
@property
|
|
3031
|
+
@pulumi.getter(name="issueCategory")
|
|
3032
|
+
def issue_category(self) -> Optional[builtins.str]:
|
|
3033
|
+
return pulumi.get(self, "issue_category")
|
|
3034
|
+
|
|
3035
|
+
@property
|
|
3036
|
+
@pulumi.getter(name="moreInformation")
|
|
3037
|
+
def more_information(self) -> Optional[builtins.str]:
|
|
3038
|
+
return pulumi.get(self, "more_information")
|
|
3039
|
+
|
|
3040
|
+
|
|
3041
|
+
@pulumi.output_type
|
|
3042
|
+
class MigrationResponse(dict):
|
|
3043
|
+
"""
|
|
3044
|
+
Migration related configuration.
|
|
3045
|
+
"""
|
|
3046
|
+
def __init__(__self__, *,
|
|
3047
|
+
assessment: Optional['outputs.MigrationAssessmentResponse'] = None):
|
|
3048
|
+
"""
|
|
3049
|
+
Migration related configuration.
|
|
3050
|
+
:param 'MigrationAssessmentResponse' assessment: Migration assessments related configuration.
|
|
3051
|
+
"""
|
|
3052
|
+
if assessment is not None:
|
|
3053
|
+
pulumi.set(__self__, "assessment", assessment)
|
|
3054
|
+
|
|
3055
|
+
@property
|
|
3056
|
+
@pulumi.getter
|
|
3057
|
+
def assessment(self) -> Optional['outputs.MigrationAssessmentResponse']:
|
|
3058
|
+
"""
|
|
3059
|
+
Migration assessments related configuration.
|
|
3060
|
+
"""
|
|
3061
|
+
return pulumi.get(self, "assessment")
|
|
3062
|
+
|
|
3063
|
+
|
|
2200
3064
|
@pulumi.output_type
|
|
2201
3065
|
class MonitoringResponse(dict):
|
|
2202
3066
|
"""
|
|
@@ -2429,99 +3293,796 @@ class PostgresInstanceSkuResponse(dict):
|
|
|
2429
3293
|
pulumi.set(__self__, "tier", tier)
|
|
2430
3294
|
|
|
2431
3295
|
@property
|
|
2432
|
-
@pulumi.getter
|
|
2433
|
-
def name(self) -> builtins.str:
|
|
3296
|
+
@pulumi.getter
|
|
3297
|
+
def name(self) -> builtins.str:
|
|
3298
|
+
"""
|
|
3299
|
+
The name of the SKU. It is typically a letter+number code
|
|
3300
|
+
"""
|
|
3301
|
+
return pulumi.get(self, "name")
|
|
3302
|
+
|
|
3303
|
+
@property
|
|
3304
|
+
@pulumi.getter
|
|
3305
|
+
def capacity(self) -> Optional[builtins.int]:
|
|
3306
|
+
"""
|
|
3307
|
+
If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
|
|
3308
|
+
"""
|
|
3309
|
+
return pulumi.get(self, "capacity")
|
|
3310
|
+
|
|
3311
|
+
@property
|
|
3312
|
+
@pulumi.getter
|
|
3313
|
+
def dev(self) -> Optional[builtins.bool]:
|
|
3314
|
+
"""
|
|
3315
|
+
Whether dev/test is enabled. When the dev field is set to true, the resource is used for dev/test purpose.
|
|
3316
|
+
"""
|
|
3317
|
+
return pulumi.get(self, "dev")
|
|
3318
|
+
|
|
3319
|
+
@property
|
|
3320
|
+
@pulumi.getter
|
|
3321
|
+
def family(self) -> Optional[builtins.str]:
|
|
3322
|
+
"""
|
|
3323
|
+
If the service has different generations of hardware, for the same SKU, then that can be captured here.
|
|
3324
|
+
"""
|
|
3325
|
+
return pulumi.get(self, "family")
|
|
3326
|
+
|
|
3327
|
+
@property
|
|
3328
|
+
@pulumi.getter
|
|
3329
|
+
def size(self) -> Optional[builtins.str]:
|
|
3330
|
+
"""
|
|
3331
|
+
The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
|
|
3332
|
+
"""
|
|
3333
|
+
return pulumi.get(self, "size")
|
|
3334
|
+
|
|
3335
|
+
@property
|
|
3336
|
+
@pulumi.getter
|
|
3337
|
+
def tier(self) -> Optional[builtins.str]:
|
|
3338
|
+
"""
|
|
3339
|
+
This field is required to be implemented by the Resource Provider if the service has more than one tier.
|
|
3340
|
+
"""
|
|
3341
|
+
return pulumi.get(self, "tier")
|
|
3342
|
+
|
|
3343
|
+
|
|
3344
|
+
@pulumi.output_type
|
|
3345
|
+
class SequencerActionResponse(dict):
|
|
3346
|
+
"""
|
|
3347
|
+
The sequencer action details.
|
|
3348
|
+
"""
|
|
3349
|
+
def __init__(__self__, *,
|
|
3350
|
+
action_id: Optional[builtins.str] = None,
|
|
3351
|
+
result: Optional[builtins.str] = None,
|
|
3352
|
+
state: Optional[builtins.str] = None):
|
|
3353
|
+
"""
|
|
3354
|
+
The sequencer action details.
|
|
3355
|
+
:param builtins.str action_id: The unique identifier of the sequencer action.
|
|
3356
|
+
:param builtins.str result: The result of the sequencer action.
|
|
3357
|
+
:param builtins.str state: The state of the sequencer action.
|
|
3358
|
+
"""
|
|
3359
|
+
if action_id is not None:
|
|
3360
|
+
pulumi.set(__self__, "action_id", action_id)
|
|
3361
|
+
if result is not None:
|
|
3362
|
+
pulumi.set(__self__, "result", result)
|
|
3363
|
+
if state is not None:
|
|
3364
|
+
pulumi.set(__self__, "state", state)
|
|
3365
|
+
|
|
3366
|
+
@property
|
|
3367
|
+
@pulumi.getter(name="actionId")
|
|
3368
|
+
def action_id(self) -> Optional[builtins.str]:
|
|
3369
|
+
"""
|
|
3370
|
+
The unique identifier of the sequencer action.
|
|
3371
|
+
"""
|
|
3372
|
+
return pulumi.get(self, "action_id")
|
|
3373
|
+
|
|
3374
|
+
@property
|
|
3375
|
+
@pulumi.getter
|
|
3376
|
+
def result(self) -> Optional[builtins.str]:
|
|
3377
|
+
"""
|
|
3378
|
+
The result of the sequencer action.
|
|
3379
|
+
"""
|
|
3380
|
+
return pulumi.get(self, "result")
|
|
3381
|
+
|
|
3382
|
+
@property
|
|
3383
|
+
@pulumi.getter
|
|
3384
|
+
def state(self) -> Optional[builtins.str]:
|
|
3385
|
+
"""
|
|
3386
|
+
The state of the sequencer action.
|
|
3387
|
+
"""
|
|
3388
|
+
return pulumi.get(self, "state")
|
|
3389
|
+
|
|
3390
|
+
|
|
3391
|
+
@pulumi.output_type
|
|
3392
|
+
class SkuRecommendationResultsAzureSqlDatabaseResponse(dict):
|
|
3393
|
+
"""
|
|
3394
|
+
SKU Recommendation results for Azure SQL Database.
|
|
3395
|
+
"""
|
|
3396
|
+
@staticmethod
|
|
3397
|
+
def __key_warning(key: str):
|
|
3398
|
+
suggest = None
|
|
3399
|
+
if key == "monthlyCost":
|
|
3400
|
+
suggest = "monthly_cost"
|
|
3401
|
+
elif key == "numberOfServerBlockerIssues":
|
|
3402
|
+
suggest = "number_of_server_blocker_issues"
|
|
3403
|
+
elif key == "recommendationStatus":
|
|
3404
|
+
suggest = "recommendation_status"
|
|
3405
|
+
elif key == "targetSku":
|
|
3406
|
+
suggest = "target_sku"
|
|
3407
|
+
|
|
3408
|
+
if suggest:
|
|
3409
|
+
pulumi.log.warn(f"Key '{key}' not found in SkuRecommendationResultsAzureSqlDatabaseResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3410
|
+
|
|
3411
|
+
def __getitem__(self, key: str) -> Any:
|
|
3412
|
+
SkuRecommendationResultsAzureSqlDatabaseResponse.__key_warning(key)
|
|
3413
|
+
return super().__getitem__(key)
|
|
3414
|
+
|
|
3415
|
+
def get(self, key: str, default = None) -> Any:
|
|
3416
|
+
SkuRecommendationResultsAzureSqlDatabaseResponse.__key_warning(key)
|
|
3417
|
+
return super().get(key, default)
|
|
3418
|
+
|
|
3419
|
+
def __init__(__self__, *,
|
|
3420
|
+
monthly_cost: Optional['outputs.SkuRecommendationResultsMonthlyCostResponse'] = None,
|
|
3421
|
+
number_of_server_blocker_issues: Optional[builtins.int] = None,
|
|
3422
|
+
recommendation_status: Optional[builtins.str] = None,
|
|
3423
|
+
target_sku: Optional['outputs.SkuRecommendationResultsAzureSqlDatabaseResponseTargetSku'] = None):
|
|
3424
|
+
"""
|
|
3425
|
+
SKU Recommendation results for Azure SQL Database.
|
|
3426
|
+
:param 'SkuRecommendationResultsMonthlyCostResponse' monthly_cost: The Monthly cost of the particular SKU.
|
|
3427
|
+
:param builtins.int number_of_server_blocker_issues: Number of blocker issues to fix before migrating to the target platform.
|
|
3428
|
+
:param builtins.str recommendation_status: The target recommendation Status for this database.
|
|
3429
|
+
"""
|
|
3430
|
+
if monthly_cost is not None:
|
|
3431
|
+
pulumi.set(__self__, "monthly_cost", monthly_cost)
|
|
3432
|
+
if number_of_server_blocker_issues is not None:
|
|
3433
|
+
pulumi.set(__self__, "number_of_server_blocker_issues", number_of_server_blocker_issues)
|
|
3434
|
+
if recommendation_status is not None:
|
|
3435
|
+
pulumi.set(__self__, "recommendation_status", recommendation_status)
|
|
3436
|
+
if target_sku is not None:
|
|
3437
|
+
pulumi.set(__self__, "target_sku", target_sku)
|
|
3438
|
+
|
|
3439
|
+
@property
|
|
3440
|
+
@pulumi.getter(name="monthlyCost")
|
|
3441
|
+
def monthly_cost(self) -> Optional['outputs.SkuRecommendationResultsMonthlyCostResponse']:
|
|
3442
|
+
"""
|
|
3443
|
+
The Monthly cost of the particular SKU.
|
|
3444
|
+
"""
|
|
3445
|
+
return pulumi.get(self, "monthly_cost")
|
|
3446
|
+
|
|
3447
|
+
@property
|
|
3448
|
+
@pulumi.getter(name="numberOfServerBlockerIssues")
|
|
3449
|
+
def number_of_server_blocker_issues(self) -> Optional[builtins.int]:
|
|
3450
|
+
"""
|
|
3451
|
+
Number of blocker issues to fix before migrating to the target platform.
|
|
3452
|
+
"""
|
|
3453
|
+
return pulumi.get(self, "number_of_server_blocker_issues")
|
|
3454
|
+
|
|
3455
|
+
@property
|
|
3456
|
+
@pulumi.getter(name="recommendationStatus")
|
|
3457
|
+
def recommendation_status(self) -> Optional[builtins.str]:
|
|
3458
|
+
"""
|
|
3459
|
+
The target recommendation Status for this database.
|
|
3460
|
+
"""
|
|
3461
|
+
return pulumi.get(self, "recommendation_status")
|
|
3462
|
+
|
|
3463
|
+
@property
|
|
3464
|
+
@pulumi.getter(name="targetSku")
|
|
3465
|
+
def target_sku(self) -> Optional['outputs.SkuRecommendationResultsAzureSqlDatabaseResponseTargetSku']:
|
|
3466
|
+
return pulumi.get(self, "target_sku")
|
|
3467
|
+
|
|
3468
|
+
|
|
3469
|
+
@pulumi.output_type
|
|
3470
|
+
class SkuRecommendationResultsAzureSqlDatabaseResponseCategory(dict):
|
|
3471
|
+
@staticmethod
|
|
3472
|
+
def __key_warning(key: str):
|
|
3473
|
+
suggest = None
|
|
3474
|
+
if key == "computeTier":
|
|
3475
|
+
suggest = "compute_tier"
|
|
3476
|
+
elif key == "hardwareType":
|
|
3477
|
+
suggest = "hardware_type"
|
|
3478
|
+
elif key == "sqlPurchasingModel":
|
|
3479
|
+
suggest = "sql_purchasing_model"
|
|
3480
|
+
elif key == "sqlServiceTier":
|
|
3481
|
+
suggest = "sql_service_tier"
|
|
3482
|
+
elif key == "zoneRedundancyAvailable":
|
|
3483
|
+
suggest = "zone_redundancy_available"
|
|
3484
|
+
|
|
3485
|
+
if suggest:
|
|
3486
|
+
pulumi.log.warn(f"Key '{key}' not found in SkuRecommendationResultsAzureSqlDatabaseResponseCategory. Access the value via the '{suggest}' property getter instead.")
|
|
3487
|
+
|
|
3488
|
+
def __getitem__(self, key: str) -> Any:
|
|
3489
|
+
SkuRecommendationResultsAzureSqlDatabaseResponseCategory.__key_warning(key)
|
|
3490
|
+
return super().__getitem__(key)
|
|
3491
|
+
|
|
3492
|
+
def get(self, key: str, default = None) -> Any:
|
|
3493
|
+
SkuRecommendationResultsAzureSqlDatabaseResponseCategory.__key_warning(key)
|
|
3494
|
+
return super().get(key, default)
|
|
3495
|
+
|
|
3496
|
+
def __init__(__self__, *,
|
|
3497
|
+
compute_tier: Optional[builtins.str] = None,
|
|
3498
|
+
hardware_type: Optional[builtins.str] = None,
|
|
3499
|
+
sql_purchasing_model: Optional[builtins.str] = None,
|
|
3500
|
+
sql_service_tier: Optional[builtins.str] = None,
|
|
3501
|
+
zone_redundancy_available: Optional[builtins.bool] = None):
|
|
3502
|
+
"""
|
|
3503
|
+
:param builtins.str compute_tier: The compute tier of the target SKU.
|
|
3504
|
+
:param builtins.str hardware_type: The hardware type of the target SKU.
|
|
3505
|
+
:param builtins.str sql_purchasing_model: The SQL purchasing model of the target SKU.
|
|
3506
|
+
:param builtins.str sql_service_tier: The SQL service tier of the target SKU.
|
|
3507
|
+
:param builtins.bool zone_redundancy_available: Indicates if zone redundancy is available for the target SKU.
|
|
3508
|
+
"""
|
|
3509
|
+
if compute_tier is not None:
|
|
3510
|
+
pulumi.set(__self__, "compute_tier", compute_tier)
|
|
3511
|
+
if hardware_type is not None:
|
|
3512
|
+
pulumi.set(__self__, "hardware_type", hardware_type)
|
|
3513
|
+
if sql_purchasing_model is not None:
|
|
3514
|
+
pulumi.set(__self__, "sql_purchasing_model", sql_purchasing_model)
|
|
3515
|
+
if sql_service_tier is not None:
|
|
3516
|
+
pulumi.set(__self__, "sql_service_tier", sql_service_tier)
|
|
3517
|
+
if zone_redundancy_available is not None:
|
|
3518
|
+
pulumi.set(__self__, "zone_redundancy_available", zone_redundancy_available)
|
|
3519
|
+
|
|
3520
|
+
@property
|
|
3521
|
+
@pulumi.getter(name="computeTier")
|
|
3522
|
+
def compute_tier(self) -> Optional[builtins.str]:
|
|
3523
|
+
"""
|
|
3524
|
+
The compute tier of the target SKU.
|
|
3525
|
+
"""
|
|
3526
|
+
return pulumi.get(self, "compute_tier")
|
|
3527
|
+
|
|
3528
|
+
@property
|
|
3529
|
+
@pulumi.getter(name="hardwareType")
|
|
3530
|
+
def hardware_type(self) -> Optional[builtins.str]:
|
|
3531
|
+
"""
|
|
3532
|
+
The hardware type of the target SKU.
|
|
3533
|
+
"""
|
|
3534
|
+
return pulumi.get(self, "hardware_type")
|
|
3535
|
+
|
|
3536
|
+
@property
|
|
3537
|
+
@pulumi.getter(name="sqlPurchasingModel")
|
|
3538
|
+
def sql_purchasing_model(self) -> Optional[builtins.str]:
|
|
3539
|
+
"""
|
|
3540
|
+
The SQL purchasing model of the target SKU.
|
|
3541
|
+
"""
|
|
3542
|
+
return pulumi.get(self, "sql_purchasing_model")
|
|
3543
|
+
|
|
3544
|
+
@property
|
|
3545
|
+
@pulumi.getter(name="sqlServiceTier")
|
|
3546
|
+
def sql_service_tier(self) -> Optional[builtins.str]:
|
|
3547
|
+
"""
|
|
3548
|
+
The SQL service tier of the target SKU.
|
|
3549
|
+
"""
|
|
3550
|
+
return pulumi.get(self, "sql_service_tier")
|
|
3551
|
+
|
|
3552
|
+
@property
|
|
3553
|
+
@pulumi.getter(name="zoneRedundancyAvailable")
|
|
3554
|
+
def zone_redundancy_available(self) -> Optional[builtins.bool]:
|
|
3555
|
+
"""
|
|
3556
|
+
Indicates if zone redundancy is available for the target SKU.
|
|
3557
|
+
"""
|
|
3558
|
+
return pulumi.get(self, "zone_redundancy_available")
|
|
3559
|
+
|
|
3560
|
+
|
|
3561
|
+
@pulumi.output_type
|
|
3562
|
+
class SkuRecommendationResultsAzureSqlDatabaseResponseTargetSku(dict):
|
|
3563
|
+
def __init__(__self__, *,
|
|
3564
|
+
category: Optional['outputs.SkuRecommendationResultsAzureSqlDatabaseResponseCategory'] = None):
|
|
3565
|
+
if category is not None:
|
|
3566
|
+
pulumi.set(__self__, "category", category)
|
|
3567
|
+
|
|
3568
|
+
@property
|
|
3569
|
+
@pulumi.getter
|
|
3570
|
+
def category(self) -> Optional['outputs.SkuRecommendationResultsAzureSqlDatabaseResponseCategory']:
|
|
3571
|
+
return pulumi.get(self, "category")
|
|
3572
|
+
|
|
3573
|
+
|
|
3574
|
+
@pulumi.output_type
|
|
3575
|
+
class SkuRecommendationResultsAzureSqlManagedInstanceResponse(dict):
|
|
3576
|
+
"""
|
|
3577
|
+
SKU Recommendation results for Azure SQL Managed Instance.
|
|
3578
|
+
"""
|
|
3579
|
+
@staticmethod
|
|
3580
|
+
def __key_warning(key: str):
|
|
3581
|
+
suggest = None
|
|
3582
|
+
if key == "monthlyCost":
|
|
3583
|
+
suggest = "monthly_cost"
|
|
3584
|
+
elif key == "numberOfServerBlockerIssues":
|
|
3585
|
+
suggest = "number_of_server_blocker_issues"
|
|
3586
|
+
elif key == "recommendationStatus":
|
|
3587
|
+
suggest = "recommendation_status"
|
|
3588
|
+
elif key == "targetSku":
|
|
3589
|
+
suggest = "target_sku"
|
|
3590
|
+
|
|
3591
|
+
if suggest:
|
|
3592
|
+
pulumi.log.warn(f"Key '{key}' not found in SkuRecommendationResultsAzureSqlManagedInstanceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3593
|
+
|
|
3594
|
+
def __getitem__(self, key: str) -> Any:
|
|
3595
|
+
SkuRecommendationResultsAzureSqlManagedInstanceResponse.__key_warning(key)
|
|
3596
|
+
return super().__getitem__(key)
|
|
3597
|
+
|
|
3598
|
+
def get(self, key: str, default = None) -> Any:
|
|
3599
|
+
SkuRecommendationResultsAzureSqlManagedInstanceResponse.__key_warning(key)
|
|
3600
|
+
return super().get(key, default)
|
|
3601
|
+
|
|
3602
|
+
def __init__(__self__, *,
|
|
3603
|
+
monthly_cost: Optional['outputs.SkuRecommendationResultsMonthlyCostResponse'] = None,
|
|
3604
|
+
number_of_server_blocker_issues: Optional[builtins.int] = None,
|
|
3605
|
+
recommendation_status: Optional[builtins.str] = None,
|
|
3606
|
+
target_sku: Optional['outputs.SkuRecommendationResultsAzureSqlManagedInstanceResponseTargetSku'] = None):
|
|
3607
|
+
"""
|
|
3608
|
+
SKU Recommendation results for Azure SQL Managed Instance.
|
|
3609
|
+
:param 'SkuRecommendationResultsMonthlyCostResponse' monthly_cost: The Monthly cost of the particular SKU.
|
|
3610
|
+
:param builtins.int number_of_server_blocker_issues: Number of blocker issues to fix before migrating to the target platform.
|
|
3611
|
+
:param builtins.str recommendation_status: The target recommendation Status for this database.
|
|
3612
|
+
"""
|
|
3613
|
+
if monthly_cost is not None:
|
|
3614
|
+
pulumi.set(__self__, "monthly_cost", monthly_cost)
|
|
3615
|
+
if number_of_server_blocker_issues is not None:
|
|
3616
|
+
pulumi.set(__self__, "number_of_server_blocker_issues", number_of_server_blocker_issues)
|
|
3617
|
+
if recommendation_status is not None:
|
|
3618
|
+
pulumi.set(__self__, "recommendation_status", recommendation_status)
|
|
3619
|
+
if target_sku is not None:
|
|
3620
|
+
pulumi.set(__self__, "target_sku", target_sku)
|
|
3621
|
+
|
|
3622
|
+
@property
|
|
3623
|
+
@pulumi.getter(name="monthlyCost")
|
|
3624
|
+
def monthly_cost(self) -> Optional['outputs.SkuRecommendationResultsMonthlyCostResponse']:
|
|
3625
|
+
"""
|
|
3626
|
+
The Monthly cost of the particular SKU.
|
|
3627
|
+
"""
|
|
3628
|
+
return pulumi.get(self, "monthly_cost")
|
|
3629
|
+
|
|
3630
|
+
@property
|
|
3631
|
+
@pulumi.getter(name="numberOfServerBlockerIssues")
|
|
3632
|
+
def number_of_server_blocker_issues(self) -> Optional[builtins.int]:
|
|
3633
|
+
"""
|
|
3634
|
+
Number of blocker issues to fix before migrating to the target platform.
|
|
3635
|
+
"""
|
|
3636
|
+
return pulumi.get(self, "number_of_server_blocker_issues")
|
|
3637
|
+
|
|
3638
|
+
@property
|
|
3639
|
+
@pulumi.getter(name="recommendationStatus")
|
|
3640
|
+
def recommendation_status(self) -> Optional[builtins.str]:
|
|
3641
|
+
"""
|
|
3642
|
+
The target recommendation Status for this database.
|
|
3643
|
+
"""
|
|
3644
|
+
return pulumi.get(self, "recommendation_status")
|
|
3645
|
+
|
|
3646
|
+
@property
|
|
3647
|
+
@pulumi.getter(name="targetSku")
|
|
3648
|
+
def target_sku(self) -> Optional['outputs.SkuRecommendationResultsAzureSqlManagedInstanceResponseTargetSku']:
|
|
3649
|
+
return pulumi.get(self, "target_sku")
|
|
3650
|
+
|
|
3651
|
+
|
|
3652
|
+
@pulumi.output_type
|
|
3653
|
+
class SkuRecommendationResultsAzureSqlManagedInstanceResponseCategory(dict):
|
|
3654
|
+
@staticmethod
|
|
3655
|
+
def __key_warning(key: str):
|
|
3656
|
+
suggest = None
|
|
3657
|
+
if key == "computeTier":
|
|
3658
|
+
suggest = "compute_tier"
|
|
3659
|
+
elif key == "hardwareType":
|
|
3660
|
+
suggest = "hardware_type"
|
|
3661
|
+
elif key == "sqlPurchasingModel":
|
|
3662
|
+
suggest = "sql_purchasing_model"
|
|
3663
|
+
elif key == "sqlServiceTier":
|
|
3664
|
+
suggest = "sql_service_tier"
|
|
3665
|
+
elif key == "zoneRedundancyAvailable":
|
|
3666
|
+
suggest = "zone_redundancy_available"
|
|
3667
|
+
|
|
3668
|
+
if suggest:
|
|
3669
|
+
pulumi.log.warn(f"Key '{key}' not found in SkuRecommendationResultsAzureSqlManagedInstanceResponseCategory. Access the value via the '{suggest}' property getter instead.")
|
|
3670
|
+
|
|
3671
|
+
def __getitem__(self, key: str) -> Any:
|
|
3672
|
+
SkuRecommendationResultsAzureSqlManagedInstanceResponseCategory.__key_warning(key)
|
|
3673
|
+
return super().__getitem__(key)
|
|
3674
|
+
|
|
3675
|
+
def get(self, key: str, default = None) -> Any:
|
|
3676
|
+
SkuRecommendationResultsAzureSqlManagedInstanceResponseCategory.__key_warning(key)
|
|
3677
|
+
return super().get(key, default)
|
|
3678
|
+
|
|
3679
|
+
def __init__(__self__, *,
|
|
3680
|
+
compute_tier: Optional[builtins.str] = None,
|
|
3681
|
+
hardware_type: Optional[builtins.str] = None,
|
|
3682
|
+
sql_purchasing_model: Optional[builtins.str] = None,
|
|
3683
|
+
sql_service_tier: Optional[builtins.str] = None,
|
|
3684
|
+
zone_redundancy_available: Optional[builtins.bool] = None):
|
|
3685
|
+
"""
|
|
3686
|
+
:param builtins.str compute_tier: The compute tier of the target SKU.
|
|
3687
|
+
:param builtins.str hardware_type: The hardware type of the target SKU.
|
|
3688
|
+
:param builtins.str sql_purchasing_model: The SQL purchasing model of the target SKU.
|
|
3689
|
+
:param builtins.str sql_service_tier: The SQL service tier of the target SKU.
|
|
3690
|
+
:param builtins.bool zone_redundancy_available: Indicates if zone redundancy is available for the target SKU.
|
|
3691
|
+
"""
|
|
3692
|
+
if compute_tier is not None:
|
|
3693
|
+
pulumi.set(__self__, "compute_tier", compute_tier)
|
|
3694
|
+
if hardware_type is not None:
|
|
3695
|
+
pulumi.set(__self__, "hardware_type", hardware_type)
|
|
3696
|
+
if sql_purchasing_model is not None:
|
|
3697
|
+
pulumi.set(__self__, "sql_purchasing_model", sql_purchasing_model)
|
|
3698
|
+
if sql_service_tier is not None:
|
|
3699
|
+
pulumi.set(__self__, "sql_service_tier", sql_service_tier)
|
|
3700
|
+
if zone_redundancy_available is not None:
|
|
3701
|
+
pulumi.set(__self__, "zone_redundancy_available", zone_redundancy_available)
|
|
3702
|
+
|
|
3703
|
+
@property
|
|
3704
|
+
@pulumi.getter(name="computeTier")
|
|
3705
|
+
def compute_tier(self) -> Optional[builtins.str]:
|
|
3706
|
+
"""
|
|
3707
|
+
The compute tier of the target SKU.
|
|
3708
|
+
"""
|
|
3709
|
+
return pulumi.get(self, "compute_tier")
|
|
3710
|
+
|
|
3711
|
+
@property
|
|
3712
|
+
@pulumi.getter(name="hardwareType")
|
|
3713
|
+
def hardware_type(self) -> Optional[builtins.str]:
|
|
3714
|
+
"""
|
|
3715
|
+
The hardware type of the target SKU.
|
|
3716
|
+
"""
|
|
3717
|
+
return pulumi.get(self, "hardware_type")
|
|
3718
|
+
|
|
3719
|
+
@property
|
|
3720
|
+
@pulumi.getter(name="sqlPurchasingModel")
|
|
3721
|
+
def sql_purchasing_model(self) -> Optional[builtins.str]:
|
|
3722
|
+
"""
|
|
3723
|
+
The SQL purchasing model of the target SKU.
|
|
3724
|
+
"""
|
|
3725
|
+
return pulumi.get(self, "sql_purchasing_model")
|
|
3726
|
+
|
|
3727
|
+
@property
|
|
3728
|
+
@pulumi.getter(name="sqlServiceTier")
|
|
3729
|
+
def sql_service_tier(self) -> Optional[builtins.str]:
|
|
3730
|
+
"""
|
|
3731
|
+
The SQL service tier of the target SKU.
|
|
3732
|
+
"""
|
|
3733
|
+
return pulumi.get(self, "sql_service_tier")
|
|
3734
|
+
|
|
3735
|
+
@property
|
|
3736
|
+
@pulumi.getter(name="zoneRedundancyAvailable")
|
|
3737
|
+
def zone_redundancy_available(self) -> Optional[builtins.bool]:
|
|
3738
|
+
"""
|
|
3739
|
+
Indicates if zone redundancy is available for the target SKU.
|
|
3740
|
+
"""
|
|
3741
|
+
return pulumi.get(self, "zone_redundancy_available")
|
|
3742
|
+
|
|
3743
|
+
|
|
3744
|
+
@pulumi.output_type
|
|
3745
|
+
class SkuRecommendationResultsAzureSqlManagedInstanceResponseTargetSku(dict):
|
|
3746
|
+
def __init__(__self__, *,
|
|
3747
|
+
category: Optional['outputs.SkuRecommendationResultsAzureSqlManagedInstanceResponseCategory'] = None):
|
|
3748
|
+
if category is not None:
|
|
3749
|
+
pulumi.set(__self__, "category", category)
|
|
3750
|
+
|
|
3751
|
+
@property
|
|
3752
|
+
@pulumi.getter
|
|
3753
|
+
def category(self) -> Optional['outputs.SkuRecommendationResultsAzureSqlManagedInstanceResponseCategory']:
|
|
3754
|
+
return pulumi.get(self, "category")
|
|
3755
|
+
|
|
3756
|
+
|
|
3757
|
+
@pulumi.output_type
|
|
3758
|
+
class SkuRecommendationResultsAzureSqlVirtualMachineResponse(dict):
|
|
3759
|
+
"""
|
|
3760
|
+
SKU Recommendation results for Azure SQL Virtual Machine.
|
|
3761
|
+
"""
|
|
3762
|
+
@staticmethod
|
|
3763
|
+
def __key_warning(key: str):
|
|
3764
|
+
suggest = None
|
|
3765
|
+
if key == "monthlyCost":
|
|
3766
|
+
suggest = "monthly_cost"
|
|
3767
|
+
elif key == "numberOfServerBlockerIssues":
|
|
3768
|
+
suggest = "number_of_server_blocker_issues"
|
|
3769
|
+
elif key == "recommendationStatus":
|
|
3770
|
+
suggest = "recommendation_status"
|
|
3771
|
+
elif key == "targetSku":
|
|
3772
|
+
suggest = "target_sku"
|
|
3773
|
+
|
|
3774
|
+
if suggest:
|
|
3775
|
+
pulumi.log.warn(f"Key '{key}' not found in SkuRecommendationResultsAzureSqlVirtualMachineResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3776
|
+
|
|
3777
|
+
def __getitem__(self, key: str) -> Any:
|
|
3778
|
+
SkuRecommendationResultsAzureSqlVirtualMachineResponse.__key_warning(key)
|
|
3779
|
+
return super().__getitem__(key)
|
|
3780
|
+
|
|
3781
|
+
def get(self, key: str, default = None) -> Any:
|
|
3782
|
+
SkuRecommendationResultsAzureSqlVirtualMachineResponse.__key_warning(key)
|
|
3783
|
+
return super().get(key, default)
|
|
3784
|
+
|
|
3785
|
+
def __init__(__self__, *,
|
|
3786
|
+
monthly_cost: Optional['outputs.SkuRecommendationResultsMonthlyCostResponse'] = None,
|
|
3787
|
+
number_of_server_blocker_issues: Optional[builtins.int] = None,
|
|
3788
|
+
recommendation_status: Optional[builtins.str] = None,
|
|
3789
|
+
target_sku: Optional['outputs.SkuRecommendationResultsAzureSqlVirtualMachineResponseTargetSku'] = None):
|
|
3790
|
+
"""
|
|
3791
|
+
SKU Recommendation results for Azure SQL Virtual Machine.
|
|
3792
|
+
:param 'SkuRecommendationResultsMonthlyCostResponse' monthly_cost: The Monthly cost of the particular SKU.
|
|
3793
|
+
:param builtins.int number_of_server_blocker_issues: Number of blocker issues to fix before migrating to the target platform.
|
|
3794
|
+
:param builtins.str recommendation_status: The target recommendation Status for this database.
|
|
3795
|
+
"""
|
|
3796
|
+
if monthly_cost is not None:
|
|
3797
|
+
pulumi.set(__self__, "monthly_cost", monthly_cost)
|
|
3798
|
+
if number_of_server_blocker_issues is not None:
|
|
3799
|
+
pulumi.set(__self__, "number_of_server_blocker_issues", number_of_server_blocker_issues)
|
|
3800
|
+
if recommendation_status is not None:
|
|
3801
|
+
pulumi.set(__self__, "recommendation_status", recommendation_status)
|
|
3802
|
+
if target_sku is not None:
|
|
3803
|
+
pulumi.set(__self__, "target_sku", target_sku)
|
|
3804
|
+
|
|
3805
|
+
@property
|
|
3806
|
+
@pulumi.getter(name="monthlyCost")
|
|
3807
|
+
def monthly_cost(self) -> Optional['outputs.SkuRecommendationResultsMonthlyCostResponse']:
|
|
3808
|
+
"""
|
|
3809
|
+
The Monthly cost of the particular SKU.
|
|
3810
|
+
"""
|
|
3811
|
+
return pulumi.get(self, "monthly_cost")
|
|
3812
|
+
|
|
3813
|
+
@property
|
|
3814
|
+
@pulumi.getter(name="numberOfServerBlockerIssues")
|
|
3815
|
+
def number_of_server_blocker_issues(self) -> Optional[builtins.int]:
|
|
3816
|
+
"""
|
|
3817
|
+
Number of blocker issues to fix before migrating to the target platform.
|
|
3818
|
+
"""
|
|
3819
|
+
return pulumi.get(self, "number_of_server_blocker_issues")
|
|
3820
|
+
|
|
3821
|
+
@property
|
|
3822
|
+
@pulumi.getter(name="recommendationStatus")
|
|
3823
|
+
def recommendation_status(self) -> Optional[builtins.str]:
|
|
3824
|
+
"""
|
|
3825
|
+
The target recommendation Status for this database.
|
|
3826
|
+
"""
|
|
3827
|
+
return pulumi.get(self, "recommendation_status")
|
|
3828
|
+
|
|
3829
|
+
@property
|
|
3830
|
+
@pulumi.getter(name="targetSku")
|
|
3831
|
+
def target_sku(self) -> Optional['outputs.SkuRecommendationResultsAzureSqlVirtualMachineResponseTargetSku']:
|
|
3832
|
+
return pulumi.get(self, "target_sku")
|
|
3833
|
+
|
|
3834
|
+
|
|
3835
|
+
@pulumi.output_type
|
|
3836
|
+
class SkuRecommendationResultsAzureSqlVirtualMachineResponseCategory(dict):
|
|
3837
|
+
@staticmethod
|
|
3838
|
+
def __key_warning(key: str):
|
|
3839
|
+
suggest = None
|
|
3840
|
+
if key == "availableVmSkus":
|
|
3841
|
+
suggest = "available_vm_skus"
|
|
3842
|
+
elif key == "virtualMachineFamily":
|
|
3843
|
+
suggest = "virtual_machine_family"
|
|
3844
|
+
|
|
3845
|
+
if suggest:
|
|
3846
|
+
pulumi.log.warn(f"Key '{key}' not found in SkuRecommendationResultsAzureSqlVirtualMachineResponseCategory. Access the value via the '{suggest}' property getter instead.")
|
|
3847
|
+
|
|
3848
|
+
def __getitem__(self, key: str) -> Any:
|
|
3849
|
+
SkuRecommendationResultsAzureSqlVirtualMachineResponseCategory.__key_warning(key)
|
|
3850
|
+
return super().__getitem__(key)
|
|
3851
|
+
|
|
3852
|
+
def get(self, key: str, default = None) -> Any:
|
|
3853
|
+
SkuRecommendationResultsAzureSqlVirtualMachineResponseCategory.__key_warning(key)
|
|
3854
|
+
return super().get(key, default)
|
|
3855
|
+
|
|
3856
|
+
def __init__(__self__, *,
|
|
3857
|
+
available_vm_skus: Optional[Sequence[builtins.str]] = None,
|
|
3858
|
+
virtual_machine_family: Optional[builtins.str] = None):
|
|
3859
|
+
"""
|
|
3860
|
+
:param Sequence[builtins.str] available_vm_skus: Available VM SKUs for the Azure SQL Virtual Machine.
|
|
3861
|
+
:param builtins.str virtual_machine_family: The virtual machine family of the target SKU.
|
|
3862
|
+
"""
|
|
3863
|
+
if available_vm_skus is not None:
|
|
3864
|
+
pulumi.set(__self__, "available_vm_skus", available_vm_skus)
|
|
3865
|
+
if virtual_machine_family is not None:
|
|
3866
|
+
pulumi.set(__self__, "virtual_machine_family", virtual_machine_family)
|
|
3867
|
+
|
|
3868
|
+
@property
|
|
3869
|
+
@pulumi.getter(name="availableVmSkus")
|
|
3870
|
+
def available_vm_skus(self) -> Optional[Sequence[builtins.str]]:
|
|
3871
|
+
"""
|
|
3872
|
+
Available VM SKUs for the Azure SQL Virtual Machine.
|
|
3873
|
+
"""
|
|
3874
|
+
return pulumi.get(self, "available_vm_skus")
|
|
3875
|
+
|
|
3876
|
+
@property
|
|
3877
|
+
@pulumi.getter(name="virtualMachineFamily")
|
|
3878
|
+
def virtual_machine_family(self) -> Optional[builtins.str]:
|
|
3879
|
+
"""
|
|
3880
|
+
The virtual machine family of the target SKU.
|
|
3881
|
+
"""
|
|
3882
|
+
return pulumi.get(self, "virtual_machine_family")
|
|
3883
|
+
|
|
3884
|
+
|
|
3885
|
+
@pulumi.output_type
|
|
3886
|
+
class SkuRecommendationResultsAzureSqlVirtualMachineResponseTargetSku(dict):
|
|
3887
|
+
def __init__(__self__, *,
|
|
3888
|
+
category: Optional['outputs.SkuRecommendationResultsAzureSqlVirtualMachineResponseCategory'] = None):
|
|
3889
|
+
if category is not None:
|
|
3890
|
+
pulumi.set(__self__, "category", category)
|
|
3891
|
+
|
|
3892
|
+
@property
|
|
3893
|
+
@pulumi.getter
|
|
3894
|
+
def category(self) -> Optional['outputs.SkuRecommendationResultsAzureSqlVirtualMachineResponseCategory']:
|
|
3895
|
+
return pulumi.get(self, "category")
|
|
3896
|
+
|
|
3897
|
+
|
|
3898
|
+
@pulumi.output_type
|
|
3899
|
+
class SkuRecommendationResultsMonthlyCostResponse(dict):
|
|
3900
|
+
"""
|
|
3901
|
+
The Monthly cost of the particular SKU.
|
|
3902
|
+
"""
|
|
3903
|
+
@staticmethod
|
|
3904
|
+
def __key_warning(key: str):
|
|
3905
|
+
suggest = None
|
|
3906
|
+
if key == "computeCost":
|
|
3907
|
+
suggest = "compute_cost"
|
|
3908
|
+
elif key == "storageCost":
|
|
3909
|
+
suggest = "storage_cost"
|
|
3910
|
+
elif key == "totalCost":
|
|
3911
|
+
suggest = "total_cost"
|
|
3912
|
+
|
|
3913
|
+
if suggest:
|
|
3914
|
+
pulumi.log.warn(f"Key '{key}' not found in SkuRecommendationResultsMonthlyCostResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3915
|
+
|
|
3916
|
+
def __getitem__(self, key: str) -> Any:
|
|
3917
|
+
SkuRecommendationResultsMonthlyCostResponse.__key_warning(key)
|
|
3918
|
+
return super().__getitem__(key)
|
|
3919
|
+
|
|
3920
|
+
def get(self, key: str, default = None) -> Any:
|
|
3921
|
+
SkuRecommendationResultsMonthlyCostResponse.__key_warning(key)
|
|
3922
|
+
return super().get(key, default)
|
|
3923
|
+
|
|
3924
|
+
def __init__(__self__, *,
|
|
3925
|
+
compute_cost: Optional[builtins.float] = None,
|
|
3926
|
+
storage_cost: Optional[builtins.float] = None,
|
|
3927
|
+
total_cost: Optional[builtins.float] = None):
|
|
3928
|
+
"""
|
|
3929
|
+
The Monthly cost of the particular SKU.
|
|
3930
|
+
:param builtins.float compute_cost: Represents the Cost of Compute.
|
|
3931
|
+
:param builtins.float storage_cost: Represents the Cost of Storage.
|
|
3932
|
+
:param builtins.float total_cost: Represents the Total Cost.
|
|
3933
|
+
"""
|
|
3934
|
+
if compute_cost is not None:
|
|
3935
|
+
pulumi.set(__self__, "compute_cost", compute_cost)
|
|
3936
|
+
if storage_cost is not None:
|
|
3937
|
+
pulumi.set(__self__, "storage_cost", storage_cost)
|
|
3938
|
+
if total_cost is not None:
|
|
3939
|
+
pulumi.set(__self__, "total_cost", total_cost)
|
|
3940
|
+
|
|
3941
|
+
@property
|
|
3942
|
+
@pulumi.getter(name="computeCost")
|
|
3943
|
+
def compute_cost(self) -> Optional[builtins.float]:
|
|
3944
|
+
"""
|
|
3945
|
+
Represents the Cost of Compute.
|
|
3946
|
+
"""
|
|
3947
|
+
return pulumi.get(self, "compute_cost")
|
|
3948
|
+
|
|
3949
|
+
@property
|
|
3950
|
+
@pulumi.getter(name="storageCost")
|
|
3951
|
+
def storage_cost(self) -> Optional[builtins.float]:
|
|
2434
3952
|
"""
|
|
2435
|
-
|
|
3953
|
+
Represents the Cost of Storage.
|
|
2436
3954
|
"""
|
|
2437
|
-
return pulumi.get(self, "
|
|
3955
|
+
return pulumi.get(self, "storage_cost")
|
|
2438
3956
|
|
|
2439
3957
|
@property
|
|
2440
|
-
@pulumi.getter
|
|
2441
|
-
def
|
|
3958
|
+
@pulumi.getter(name="totalCost")
|
|
3959
|
+
def total_cost(self) -> Optional[builtins.float]:
|
|
2442
3960
|
"""
|
|
2443
|
-
|
|
3961
|
+
Represents the Total Cost.
|
|
2444
3962
|
"""
|
|
2445
|
-
return pulumi.get(self, "
|
|
3963
|
+
return pulumi.get(self, "total_cost")
|
|
2446
3964
|
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
3965
|
+
|
|
3966
|
+
@pulumi.output_type
|
|
3967
|
+
class SkuRecommendationResultsResponse(dict):
|
|
3968
|
+
"""
|
|
3969
|
+
SKU Recommendation results for Azure migration targets for SQL Server.
|
|
3970
|
+
"""
|
|
3971
|
+
@staticmethod
|
|
3972
|
+
def __key_warning(key: str):
|
|
3973
|
+
suggest = None
|
|
3974
|
+
if key == "azureSqlDatabase":
|
|
3975
|
+
suggest = "azure_sql_database"
|
|
3976
|
+
elif key == "azureSqlManagedInstance":
|
|
3977
|
+
suggest = "azure_sql_managed_instance"
|
|
3978
|
+
elif key == "azureSqlVirtualMachine":
|
|
3979
|
+
suggest = "azure_sql_virtual_machine"
|
|
3980
|
+
|
|
3981
|
+
if suggest:
|
|
3982
|
+
pulumi.log.warn(f"Key '{key}' not found in SkuRecommendationResultsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3983
|
+
|
|
3984
|
+
def __getitem__(self, key: str) -> Any:
|
|
3985
|
+
SkuRecommendationResultsResponse.__key_warning(key)
|
|
3986
|
+
return super().__getitem__(key)
|
|
3987
|
+
|
|
3988
|
+
def get(self, key: str, default = None) -> Any:
|
|
3989
|
+
SkuRecommendationResultsResponse.__key_warning(key)
|
|
3990
|
+
return super().get(key, default)
|
|
3991
|
+
|
|
3992
|
+
def __init__(__self__, *,
|
|
3993
|
+
azure_sql_database: Optional['outputs.SkuRecommendationResultsAzureSqlDatabaseResponse'] = None,
|
|
3994
|
+
azure_sql_managed_instance: Optional['outputs.SkuRecommendationResultsAzureSqlManagedInstanceResponse'] = None,
|
|
3995
|
+
azure_sql_virtual_machine: Optional['outputs.SkuRecommendationResultsAzureSqlVirtualMachineResponse'] = None):
|
|
2450
3996
|
"""
|
|
2451
|
-
|
|
3997
|
+
SKU Recommendation results for Azure migration targets for SQL Server.
|
|
3998
|
+
:param 'SkuRecommendationResultsAzureSqlDatabaseResponse' azure_sql_database: SKU Recommendation results for Azure SQL Database.
|
|
3999
|
+
:param 'SkuRecommendationResultsAzureSqlManagedInstanceResponse' azure_sql_managed_instance: SKU Recommendation results for Azure SQL Managed Instance.
|
|
4000
|
+
:param 'SkuRecommendationResultsAzureSqlVirtualMachineResponse' azure_sql_virtual_machine: SKU Recommendation results for Azure SQL Virtual Machine.
|
|
2452
4001
|
"""
|
|
2453
|
-
|
|
4002
|
+
if azure_sql_database is not None:
|
|
4003
|
+
pulumi.set(__self__, "azure_sql_database", azure_sql_database)
|
|
4004
|
+
if azure_sql_managed_instance is not None:
|
|
4005
|
+
pulumi.set(__self__, "azure_sql_managed_instance", azure_sql_managed_instance)
|
|
4006
|
+
if azure_sql_virtual_machine is not None:
|
|
4007
|
+
pulumi.set(__self__, "azure_sql_virtual_machine", azure_sql_virtual_machine)
|
|
2454
4008
|
|
|
2455
4009
|
@property
|
|
2456
|
-
@pulumi.getter
|
|
2457
|
-
def
|
|
4010
|
+
@pulumi.getter(name="azureSqlDatabase")
|
|
4011
|
+
def azure_sql_database(self) -> Optional['outputs.SkuRecommendationResultsAzureSqlDatabaseResponse']:
|
|
2458
4012
|
"""
|
|
2459
|
-
|
|
4013
|
+
SKU Recommendation results for Azure SQL Database.
|
|
2460
4014
|
"""
|
|
2461
|
-
return pulumi.get(self, "
|
|
4015
|
+
return pulumi.get(self, "azure_sql_database")
|
|
2462
4016
|
|
|
2463
4017
|
@property
|
|
2464
|
-
@pulumi.getter
|
|
2465
|
-
def
|
|
4018
|
+
@pulumi.getter(name="azureSqlManagedInstance")
|
|
4019
|
+
def azure_sql_managed_instance(self) -> Optional['outputs.SkuRecommendationResultsAzureSqlManagedInstanceResponse']:
|
|
2466
4020
|
"""
|
|
2467
|
-
|
|
4021
|
+
SKU Recommendation results for Azure SQL Managed Instance.
|
|
2468
4022
|
"""
|
|
2469
|
-
return pulumi.get(self, "
|
|
4023
|
+
return pulumi.get(self, "azure_sql_managed_instance")
|
|
2470
4024
|
|
|
2471
4025
|
@property
|
|
2472
|
-
@pulumi.getter
|
|
2473
|
-
def
|
|
4026
|
+
@pulumi.getter(name="azureSqlVirtualMachine")
|
|
4027
|
+
def azure_sql_virtual_machine(self) -> Optional['outputs.SkuRecommendationResultsAzureSqlVirtualMachineResponse']:
|
|
2474
4028
|
"""
|
|
2475
|
-
|
|
4029
|
+
SKU Recommendation results for Azure SQL Virtual Machine.
|
|
2476
4030
|
"""
|
|
2477
|
-
return pulumi.get(self, "
|
|
4031
|
+
return pulumi.get(self, "azure_sql_virtual_machine")
|
|
2478
4032
|
|
|
2479
4033
|
|
|
2480
4034
|
@pulumi.output_type
|
|
2481
|
-
class
|
|
4035
|
+
class SkuRecommendationSummaryResponse(dict):
|
|
2482
4036
|
"""
|
|
2483
|
-
The
|
|
4037
|
+
The SKU recommendation summary.
|
|
2484
4038
|
"""
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
:param builtins.str result: The result of the sequencer action.
|
|
2493
|
-
:param builtins.str state: The state of the sequencer action.
|
|
2494
|
-
"""
|
|
2495
|
-
if action_id is not None:
|
|
2496
|
-
pulumi.set(__self__, "action_id", action_id)
|
|
2497
|
-
if result is not None:
|
|
2498
|
-
pulumi.set(__self__, "result", result)
|
|
2499
|
-
if state is not None:
|
|
2500
|
-
pulumi.set(__self__, "state", state)
|
|
4039
|
+
@staticmethod
|
|
4040
|
+
def __key_warning(key: str):
|
|
4041
|
+
suggest = None
|
|
4042
|
+
if key == "numOfBlockerIssues":
|
|
4043
|
+
suggest = "num_of_blocker_issues"
|
|
4044
|
+
elif key == "recommendationStatus":
|
|
4045
|
+
suggest = "recommendation_status"
|
|
2501
4046
|
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
4047
|
+
if suggest:
|
|
4048
|
+
pulumi.log.warn(f"Key '{key}' not found in SkuRecommendationSummaryResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4049
|
+
|
|
4050
|
+
def __getitem__(self, key: str) -> Any:
|
|
4051
|
+
SkuRecommendationSummaryResponse.__key_warning(key)
|
|
4052
|
+
return super().__getitem__(key)
|
|
4053
|
+
|
|
4054
|
+
def get(self, key: str, default = None) -> Any:
|
|
4055
|
+
SkuRecommendationSummaryResponse.__key_warning(key)
|
|
4056
|
+
return super().get(key, default)
|
|
4057
|
+
|
|
4058
|
+
def __init__(__self__, *,
|
|
4059
|
+
num_of_blocker_issues: Optional[builtins.int] = None,
|
|
4060
|
+
recommendation_status: Optional[builtins.str] = None):
|
|
2505
4061
|
"""
|
|
2506
|
-
The
|
|
4062
|
+
The SKU recommendation summary.
|
|
4063
|
+
:param builtins.int num_of_blocker_issues: Number of blocker issues to fix before migrating this database to the target platform.
|
|
4064
|
+
:param builtins.str recommendation_status: The target recommendation Status for this database.
|
|
2507
4065
|
"""
|
|
2508
|
-
|
|
4066
|
+
if num_of_blocker_issues is not None:
|
|
4067
|
+
pulumi.set(__self__, "num_of_blocker_issues", num_of_blocker_issues)
|
|
4068
|
+
if recommendation_status is not None:
|
|
4069
|
+
pulumi.set(__self__, "recommendation_status", recommendation_status)
|
|
2509
4070
|
|
|
2510
4071
|
@property
|
|
2511
|
-
@pulumi.getter
|
|
2512
|
-
def
|
|
4072
|
+
@pulumi.getter(name="numOfBlockerIssues")
|
|
4073
|
+
def num_of_blocker_issues(self) -> Optional[builtins.int]:
|
|
2513
4074
|
"""
|
|
2514
|
-
|
|
4075
|
+
Number of blocker issues to fix before migrating this database to the target platform.
|
|
2515
4076
|
"""
|
|
2516
|
-
return pulumi.get(self, "
|
|
4077
|
+
return pulumi.get(self, "num_of_blocker_issues")
|
|
2517
4078
|
|
|
2518
4079
|
@property
|
|
2519
|
-
@pulumi.getter
|
|
2520
|
-
def
|
|
4080
|
+
@pulumi.getter(name="recommendationStatus")
|
|
4081
|
+
def recommendation_status(self) -> Optional[builtins.str]:
|
|
2521
4082
|
"""
|
|
2522
|
-
The
|
|
4083
|
+
The target recommendation Status for this database.
|
|
2523
4084
|
"""
|
|
2524
|
-
return pulumi.get(self, "
|
|
4085
|
+
return pulumi.get(self, "recommendation_status")
|
|
2525
4086
|
|
|
2526
4087
|
|
|
2527
4088
|
@pulumi.output_type
|
|
@@ -2693,6 +4254,8 @@ class SqlAvailabilityGroupReplicaResourcePropertiesResponse(dict):
|
|
|
2693
4254
|
suggest = "replica_id"
|
|
2694
4255
|
elif key == "replicaName":
|
|
2695
4256
|
suggest = "replica_name"
|
|
4257
|
+
elif key == "replicaResourceId":
|
|
4258
|
+
suggest = "replica_resource_id"
|
|
2696
4259
|
|
|
2697
4260
|
if suggest:
|
|
2698
4261
|
pulumi.log.warn(f"Key '{key}' not found in SqlAvailabilityGroupReplicaResourcePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -2709,12 +4272,14 @@ class SqlAvailabilityGroupReplicaResourcePropertiesResponse(dict):
|
|
|
2709
4272
|
replica_id: builtins.str,
|
|
2710
4273
|
configure: Optional['outputs.AvailabilityGroupConfigureResponse'] = None,
|
|
2711
4274
|
replica_name: Optional[builtins.str] = None,
|
|
4275
|
+
replica_resource_id: Optional[builtins.str] = None,
|
|
2712
4276
|
state: Optional['outputs.AvailabilityGroupStateResponse'] = None):
|
|
2713
4277
|
"""
|
|
2714
4278
|
The properties of Arc Sql availability group replica resource
|
|
2715
4279
|
:param builtins.str replica_id: ID GUID of the availability group.
|
|
2716
4280
|
:param 'AvailabilityGroupConfigureResponse' configure: null
|
|
2717
|
-
:param builtins.str replica_name:
|
|
4281
|
+
:param builtins.str replica_name: The replica name.
|
|
4282
|
+
:param builtins.str replica_resource_id: Resource id of this replica. This is required for a distributed availability group, in which case it describes the location of the availability group that hosts one replica in the DAG. In a non-distributed availability group this field is optional but can be used to store the Azure resource id for AG.
|
|
2718
4283
|
:param 'AvailabilityGroupStateResponse' state: null
|
|
2719
4284
|
"""
|
|
2720
4285
|
pulumi.set(__self__, "replica_id", replica_id)
|
|
@@ -2722,6 +4287,8 @@ class SqlAvailabilityGroupReplicaResourcePropertiesResponse(dict):
|
|
|
2722
4287
|
pulumi.set(__self__, "configure", configure)
|
|
2723
4288
|
if replica_name is not None:
|
|
2724
4289
|
pulumi.set(__self__, "replica_name", replica_name)
|
|
4290
|
+
if replica_resource_id is not None:
|
|
4291
|
+
pulumi.set(__self__, "replica_resource_id", replica_resource_id)
|
|
2725
4292
|
if state is not None:
|
|
2726
4293
|
pulumi.set(__self__, "state", state)
|
|
2727
4294
|
|
|
@@ -2745,10 +4312,18 @@ class SqlAvailabilityGroupReplicaResourcePropertiesResponse(dict):
|
|
|
2745
4312
|
@pulumi.getter(name="replicaName")
|
|
2746
4313
|
def replica_name(self) -> Optional[builtins.str]:
|
|
2747
4314
|
"""
|
|
2748
|
-
|
|
4315
|
+
The replica name.
|
|
2749
4316
|
"""
|
|
2750
4317
|
return pulumi.get(self, "replica_name")
|
|
2751
4318
|
|
|
4319
|
+
@property
|
|
4320
|
+
@pulumi.getter(name="replicaResourceId")
|
|
4321
|
+
def replica_resource_id(self) -> Optional[builtins.str]:
|
|
4322
|
+
"""
|
|
4323
|
+
Resource id of this replica. This is required for a distributed availability group, in which case it describes the location of the availability group that hosts one replica in the DAG. In a non-distributed availability group this field is optional but can be used to store the Azure resource id for AG.
|
|
4324
|
+
"""
|
|
4325
|
+
return pulumi.get(self, "replica_resource_id")
|
|
4326
|
+
|
|
2752
4327
|
@property
|
|
2753
4328
|
@pulumi.getter
|
|
2754
4329
|
def state(self) -> Optional['outputs.AvailabilityGroupStateResponse']:
|
|
@@ -2758,6 +4333,134 @@ class SqlAvailabilityGroupReplicaResourcePropertiesResponse(dict):
|
|
|
2758
4333
|
return pulumi.get(self, "state")
|
|
2759
4334
|
|
|
2760
4335
|
|
|
4336
|
+
@pulumi.output_type
|
|
4337
|
+
class SqlAvailabilityGroupStaticIPListenerPropertiesResponse(dict):
|
|
4338
|
+
"""
|
|
4339
|
+
The properties of a static IP Arc Sql availability group listener
|
|
4340
|
+
"""
|
|
4341
|
+
@staticmethod
|
|
4342
|
+
def __key_warning(key: str):
|
|
4343
|
+
suggest = None
|
|
4344
|
+
if key == "dnsName":
|
|
4345
|
+
suggest = "dns_name"
|
|
4346
|
+
elif key == "ipV4AddressesAndMasks":
|
|
4347
|
+
suggest = "ip_v4_addresses_and_masks"
|
|
4348
|
+
elif key == "ipV6Addresses":
|
|
4349
|
+
suggest = "ip_v6_addresses"
|
|
4350
|
+
|
|
4351
|
+
if suggest:
|
|
4352
|
+
pulumi.log.warn(f"Key '{key}' not found in SqlAvailabilityGroupStaticIPListenerPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4353
|
+
|
|
4354
|
+
def __getitem__(self, key: str) -> Any:
|
|
4355
|
+
SqlAvailabilityGroupStaticIPListenerPropertiesResponse.__key_warning(key)
|
|
4356
|
+
return super().__getitem__(key)
|
|
4357
|
+
|
|
4358
|
+
def get(self, key: str, default = None) -> Any:
|
|
4359
|
+
SqlAvailabilityGroupStaticIPListenerPropertiesResponse.__key_warning(key)
|
|
4360
|
+
return super().get(key, default)
|
|
4361
|
+
|
|
4362
|
+
def __init__(__self__, *,
|
|
4363
|
+
dns_name: Optional[builtins.str] = None,
|
|
4364
|
+
ip_v4_addresses_and_masks: Optional[Sequence['outputs.SqlAvailabilityGroupStaticIPListenerPropertiesResponseIpV4AddressesAndMasks']] = None,
|
|
4365
|
+
ip_v6_addresses: Optional[Sequence[builtins.str]] = None,
|
|
4366
|
+
port: Optional[builtins.int] = None):
|
|
4367
|
+
"""
|
|
4368
|
+
The properties of a static IP Arc Sql availability group listener
|
|
4369
|
+
:param builtins.str dns_name: the DNS name for the listener.
|
|
4370
|
+
:param Sequence['SqlAvailabilityGroupStaticIPListenerPropertiesResponseIpV4AddressesAndMasks'] ip_v4_addresses_and_masks: IP V4 Addresses and masks for the listener.
|
|
4371
|
+
:param Sequence[builtins.str] ip_v6_addresses: IP V6 Addresses for the listener
|
|
4372
|
+
:param builtins.int port: Network port for the listener. Default is 1433.
|
|
4373
|
+
"""
|
|
4374
|
+
if dns_name is not None:
|
|
4375
|
+
pulumi.set(__self__, "dns_name", dns_name)
|
|
4376
|
+
if ip_v4_addresses_and_masks is not None:
|
|
4377
|
+
pulumi.set(__self__, "ip_v4_addresses_and_masks", ip_v4_addresses_and_masks)
|
|
4378
|
+
if ip_v6_addresses is not None:
|
|
4379
|
+
pulumi.set(__self__, "ip_v6_addresses", ip_v6_addresses)
|
|
4380
|
+
if port is not None:
|
|
4381
|
+
pulumi.set(__self__, "port", port)
|
|
4382
|
+
|
|
4383
|
+
@property
|
|
4384
|
+
@pulumi.getter(name="dnsName")
|
|
4385
|
+
def dns_name(self) -> Optional[builtins.str]:
|
|
4386
|
+
"""
|
|
4387
|
+
the DNS name for the listener.
|
|
4388
|
+
"""
|
|
4389
|
+
return pulumi.get(self, "dns_name")
|
|
4390
|
+
|
|
4391
|
+
@property
|
|
4392
|
+
@pulumi.getter(name="ipV4AddressesAndMasks")
|
|
4393
|
+
def ip_v4_addresses_and_masks(self) -> Optional[Sequence['outputs.SqlAvailabilityGroupStaticIPListenerPropertiesResponseIpV4AddressesAndMasks']]:
|
|
4394
|
+
"""
|
|
4395
|
+
IP V4 Addresses and masks for the listener.
|
|
4396
|
+
"""
|
|
4397
|
+
return pulumi.get(self, "ip_v4_addresses_and_masks")
|
|
4398
|
+
|
|
4399
|
+
@property
|
|
4400
|
+
@pulumi.getter(name="ipV6Addresses")
|
|
4401
|
+
def ip_v6_addresses(self) -> Optional[Sequence[builtins.str]]:
|
|
4402
|
+
"""
|
|
4403
|
+
IP V6 Addresses for the listener
|
|
4404
|
+
"""
|
|
4405
|
+
return pulumi.get(self, "ip_v6_addresses")
|
|
4406
|
+
|
|
4407
|
+
@property
|
|
4408
|
+
@pulumi.getter
|
|
4409
|
+
def port(self) -> Optional[builtins.int]:
|
|
4410
|
+
"""
|
|
4411
|
+
Network port for the listener. Default is 1433.
|
|
4412
|
+
"""
|
|
4413
|
+
return pulumi.get(self, "port")
|
|
4414
|
+
|
|
4415
|
+
|
|
4416
|
+
@pulumi.output_type
|
|
4417
|
+
class SqlAvailabilityGroupStaticIPListenerPropertiesResponseIpV4AddressesAndMasks(dict):
|
|
4418
|
+
@staticmethod
|
|
4419
|
+
def __key_warning(key: str):
|
|
4420
|
+
suggest = None
|
|
4421
|
+
if key == "ipAddress":
|
|
4422
|
+
suggest = "ip_address"
|
|
4423
|
+
|
|
4424
|
+
if suggest:
|
|
4425
|
+
pulumi.log.warn(f"Key '{key}' not found in SqlAvailabilityGroupStaticIPListenerPropertiesResponseIpV4AddressesAndMasks. Access the value via the '{suggest}' property getter instead.")
|
|
4426
|
+
|
|
4427
|
+
def __getitem__(self, key: str) -> Any:
|
|
4428
|
+
SqlAvailabilityGroupStaticIPListenerPropertiesResponseIpV4AddressesAndMasks.__key_warning(key)
|
|
4429
|
+
return super().__getitem__(key)
|
|
4430
|
+
|
|
4431
|
+
def get(self, key: str, default = None) -> Any:
|
|
4432
|
+
SqlAvailabilityGroupStaticIPListenerPropertiesResponseIpV4AddressesAndMasks.__key_warning(key)
|
|
4433
|
+
return super().get(key, default)
|
|
4434
|
+
|
|
4435
|
+
def __init__(__self__, *,
|
|
4436
|
+
ip_address: Optional[builtins.str] = None,
|
|
4437
|
+
mask: Optional[builtins.str] = None):
|
|
4438
|
+
"""
|
|
4439
|
+
:param builtins.str ip_address: IPV4 address
|
|
4440
|
+
:param builtins.str mask: IPV4 netmask
|
|
4441
|
+
"""
|
|
4442
|
+
if ip_address is not None:
|
|
4443
|
+
pulumi.set(__self__, "ip_address", ip_address)
|
|
4444
|
+
if mask is not None:
|
|
4445
|
+
pulumi.set(__self__, "mask", mask)
|
|
4446
|
+
|
|
4447
|
+
@property
|
|
4448
|
+
@pulumi.getter(name="ipAddress")
|
|
4449
|
+
def ip_address(self) -> Optional[builtins.str]:
|
|
4450
|
+
"""
|
|
4451
|
+
IPV4 address
|
|
4452
|
+
"""
|
|
4453
|
+
return pulumi.get(self, "ip_address")
|
|
4454
|
+
|
|
4455
|
+
@property
|
|
4456
|
+
@pulumi.getter
|
|
4457
|
+
def mask(self) -> Optional[builtins.str]:
|
|
4458
|
+
"""
|
|
4459
|
+
IPV4 netmask
|
|
4460
|
+
"""
|
|
4461
|
+
return pulumi.get(self, "mask")
|
|
4462
|
+
|
|
4463
|
+
|
|
2761
4464
|
@pulumi.output_type
|
|
2762
4465
|
class SqlManagedInstanceK8sRawResponse(dict):
|
|
2763
4466
|
"""
|
|
@@ -3123,6 +4826,8 @@ class SqlServerAvailabilityGroupResourcePropertiesResponse(dict):
|
|
|
3123
4826
|
suggest = "provisioning_state"
|
|
3124
4827
|
elif key == "serverName":
|
|
3125
4828
|
suggest = "server_name"
|
|
4829
|
+
elif key == "vmId":
|
|
4830
|
+
suggest = "vm_id"
|
|
3126
4831
|
|
|
3127
4832
|
if suggest:
|
|
3128
4833
|
pulumi.log.warn(f"Key '{key}' not found in SqlServerAvailabilityGroupResourcePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -3141,6 +4846,7 @@ class SqlServerAvailabilityGroupResourcePropertiesResponse(dict):
|
|
|
3141
4846
|
instance_name: builtins.str,
|
|
3142
4847
|
provisioning_state: builtins.str,
|
|
3143
4848
|
server_name: builtins.str,
|
|
4849
|
+
vm_id: builtins.str,
|
|
3144
4850
|
databases: Optional['outputs.SqlServerAvailabilityGroupResourcePropertiesResponseDatabases'] = None,
|
|
3145
4851
|
info: Optional['outputs.AvailabilityGroupInfoResponse'] = None,
|
|
3146
4852
|
replicas: Optional['outputs.SqlServerAvailabilityGroupResourcePropertiesResponseReplicas'] = None):
|
|
@@ -3151,6 +4857,7 @@ class SqlServerAvailabilityGroupResourcePropertiesResponse(dict):
|
|
|
3151
4857
|
:param builtins.str instance_name: the SQL Server Instance name.
|
|
3152
4858
|
:param builtins.str provisioning_state: The provisioning state of the Arc-enabled SQL Server availability group resource.
|
|
3153
4859
|
:param builtins.str server_name: the SQL server name.
|
|
4860
|
+
:param builtins.str vm_id: The unique ID of the hybrid machine that this resource belongs to.
|
|
3154
4861
|
:param 'SqlServerAvailabilityGroupResourcePropertiesResponseDatabases' databases: A list of Availability Group Database Replicas.
|
|
3155
4862
|
:param 'AvailabilityGroupInfoResponse' info: Availability Group Info
|
|
3156
4863
|
:param 'SqlServerAvailabilityGroupResourcePropertiesResponseReplicas' replicas: A list of Availability Group Replicas.
|
|
@@ -3160,6 +4867,7 @@ class SqlServerAvailabilityGroupResourcePropertiesResponse(dict):
|
|
|
3160
4867
|
pulumi.set(__self__, "instance_name", instance_name)
|
|
3161
4868
|
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
3162
4869
|
pulumi.set(__self__, "server_name", server_name)
|
|
4870
|
+
pulumi.set(__self__, "vm_id", vm_id)
|
|
3163
4871
|
if databases is not None:
|
|
3164
4872
|
pulumi.set(__self__, "databases", databases)
|
|
3165
4873
|
if info is not None:
|
|
@@ -3207,6 +4915,14 @@ class SqlServerAvailabilityGroupResourcePropertiesResponse(dict):
|
|
|
3207
4915
|
"""
|
|
3208
4916
|
return pulumi.get(self, "server_name")
|
|
3209
4917
|
|
|
4918
|
+
@property
|
|
4919
|
+
@pulumi.getter(name="vmId")
|
|
4920
|
+
def vm_id(self) -> builtins.str:
|
|
4921
|
+
"""
|
|
4922
|
+
The unique ID of the hybrid machine that this resource belongs to.
|
|
4923
|
+
"""
|
|
4924
|
+
return pulumi.get(self, "vm_id")
|
|
4925
|
+
|
|
3210
4926
|
@property
|
|
3211
4927
|
@pulumi.getter
|
|
3212
4928
|
def databases(self) -> Optional['outputs.SqlServerAvailabilityGroupResourcePropertiesResponseDatabases']:
|
|
@@ -3348,6 +5064,8 @@ class SqlServerDatabaseResourcePropertiesResponse(dict):
|
|
|
3348
5064
|
suggest = "last_database_upload_time"
|
|
3349
5065
|
elif key == "provisioningState":
|
|
3350
5066
|
suggest = "provisioning_state"
|
|
5067
|
+
elif key == "vmId":
|
|
5068
|
+
suggest = "vm_id"
|
|
3351
5069
|
elif key == "backupInformation":
|
|
3352
5070
|
suggest = "backup_information"
|
|
3353
5071
|
elif key == "backupPolicy":
|
|
@@ -3358,12 +5076,16 @@ class SqlServerDatabaseResourcePropertiesResponse(dict):
|
|
|
3358
5076
|
suggest = "compatibility_level"
|
|
3359
5077
|
elif key == "createMode":
|
|
3360
5078
|
suggest = "create_mode"
|
|
5079
|
+
elif key == "dataFileSizeMB":
|
|
5080
|
+
suggest = "data_file_size_mb"
|
|
3361
5081
|
elif key == "databaseCreationDate":
|
|
3362
5082
|
suggest = "database_creation_date"
|
|
3363
5083
|
elif key == "databaseOptions":
|
|
3364
5084
|
suggest = "database_options"
|
|
3365
5085
|
elif key == "isReadOnly":
|
|
3366
5086
|
suggest = "is_read_only"
|
|
5087
|
+
elif key == "logFileSizeMB":
|
|
5088
|
+
suggest = "log_file_size_mb"
|
|
3367
5089
|
elif key == "recoveryMode":
|
|
3368
5090
|
suggest = "recovery_mode"
|
|
3369
5091
|
elif key == "restorePointInTime":
|
|
@@ -3390,14 +5112,18 @@ class SqlServerDatabaseResourcePropertiesResponse(dict):
|
|
|
3390
5112
|
earliest_restore_date: builtins.str,
|
|
3391
5113
|
last_database_upload_time: builtins.str,
|
|
3392
5114
|
provisioning_state: builtins.str,
|
|
5115
|
+
vm_id: builtins.str,
|
|
3393
5116
|
backup_information: Optional['outputs.SqlServerDatabaseResourcePropertiesResponseBackupInformation'] = None,
|
|
3394
5117
|
backup_policy: Optional['outputs.BackupPolicyResponse'] = None,
|
|
3395
5118
|
collation_name: Optional[builtins.str] = None,
|
|
3396
5119
|
compatibility_level: Optional[builtins.int] = None,
|
|
3397
5120
|
create_mode: Optional[builtins.str] = None,
|
|
5121
|
+
data_file_size_mb: Optional[builtins.float] = None,
|
|
3398
5122
|
database_creation_date: Optional[builtins.str] = None,
|
|
3399
5123
|
database_options: Optional['outputs.SqlServerDatabaseResourcePropertiesResponseDatabaseOptions'] = None,
|
|
3400
5124
|
is_read_only: Optional[builtins.bool] = None,
|
|
5125
|
+
log_file_size_mb: Optional[builtins.float] = None,
|
|
5126
|
+
migration: Optional['outputs.DataBaseMigrationResponse'] = None,
|
|
3401
5127
|
recovery_mode: Optional[builtins.str] = None,
|
|
3402
5128
|
restore_point_in_time: Optional[builtins.str] = None,
|
|
3403
5129
|
size_mb: Optional[builtins.float] = None,
|
|
@@ -3409,23 +5135,28 @@ class SqlServerDatabaseResourcePropertiesResponse(dict):
|
|
|
3409
5135
|
:param builtins.str earliest_restore_date: This records the earliest start date and time that restore is available for this database (ISO8601 format).
|
|
3410
5136
|
:param builtins.str last_database_upload_time: The time when last successful database upload was performed.
|
|
3411
5137
|
:param builtins.str provisioning_state: The provisioning state of the Arc-enabled SQL Server database resource.
|
|
5138
|
+
:param builtins.str vm_id: The unique ID of the hybrid machine that this resource belongs to.
|
|
3412
5139
|
:param 'BackupPolicyResponse' backup_policy: The backup profile for the SQL server.
|
|
3413
5140
|
:param builtins.str collation_name: Collation of the database.
|
|
3414
5141
|
:param builtins.int compatibility_level: Compatibility level of the database
|
|
3415
5142
|
:param builtins.str create_mode: Database create mode. PointInTimeRestore: Create a database by restoring a point in time backup of an existing database. sourceDatabaseId and restorePointInTime must be specified.
|
|
5143
|
+
:param builtins.float data_file_size_mb: Total size in MB for the data (mdf and ndf) files for this database.
|
|
3416
5144
|
:param builtins.str database_creation_date: Creation date of the database.
|
|
3417
5145
|
:param 'SqlServerDatabaseResourcePropertiesResponseDatabaseOptions' database_options: List of features that are enabled for the database
|
|
3418
5146
|
:param builtins.bool is_read_only: Whether the database is read only or not.
|
|
5147
|
+
:param builtins.float log_file_size_mb: Total size in MB for the log (ldf) files for this database.
|
|
5148
|
+
:param 'DataBaseMigrationResponse' migration: Migration related configuration.
|
|
3419
5149
|
:param builtins.str recovery_mode: Status of the database.
|
|
3420
5150
|
:param builtins.str restore_point_in_time: Conditional. If createMode is PointInTimeRestore, this value is required. Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database.
|
|
3421
5151
|
:param builtins.float size_mb: Size of the database.
|
|
3422
|
-
:param builtins.str source_database_id: The
|
|
5152
|
+
:param builtins.str source_database_id: The name of the source database associated with create operation of this database.
|
|
3423
5153
|
:param builtins.float space_available_mb: Space left of the database.
|
|
3424
5154
|
:param builtins.str state: State of the database.
|
|
3425
5155
|
"""
|
|
3426
5156
|
pulumi.set(__self__, "earliest_restore_date", earliest_restore_date)
|
|
3427
5157
|
pulumi.set(__self__, "last_database_upload_time", last_database_upload_time)
|
|
3428
5158
|
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
5159
|
+
pulumi.set(__self__, "vm_id", vm_id)
|
|
3429
5160
|
if backup_information is not None:
|
|
3430
5161
|
pulumi.set(__self__, "backup_information", backup_information)
|
|
3431
5162
|
if backup_policy is not None:
|
|
@@ -3436,12 +5167,18 @@ class SqlServerDatabaseResourcePropertiesResponse(dict):
|
|
|
3436
5167
|
pulumi.set(__self__, "compatibility_level", compatibility_level)
|
|
3437
5168
|
if create_mode is not None:
|
|
3438
5169
|
pulumi.set(__self__, "create_mode", create_mode)
|
|
5170
|
+
if data_file_size_mb is not None:
|
|
5171
|
+
pulumi.set(__self__, "data_file_size_mb", data_file_size_mb)
|
|
3439
5172
|
if database_creation_date is not None:
|
|
3440
5173
|
pulumi.set(__self__, "database_creation_date", database_creation_date)
|
|
3441
5174
|
if database_options is not None:
|
|
3442
5175
|
pulumi.set(__self__, "database_options", database_options)
|
|
3443
5176
|
if is_read_only is not None:
|
|
3444
5177
|
pulumi.set(__self__, "is_read_only", is_read_only)
|
|
5178
|
+
if log_file_size_mb is not None:
|
|
5179
|
+
pulumi.set(__self__, "log_file_size_mb", log_file_size_mb)
|
|
5180
|
+
if migration is not None:
|
|
5181
|
+
pulumi.set(__self__, "migration", migration)
|
|
3445
5182
|
if recovery_mode is not None:
|
|
3446
5183
|
pulumi.set(__self__, "recovery_mode", recovery_mode)
|
|
3447
5184
|
if restore_point_in_time is not None:
|
|
@@ -3479,6 +5216,14 @@ class SqlServerDatabaseResourcePropertiesResponse(dict):
|
|
|
3479
5216
|
"""
|
|
3480
5217
|
return pulumi.get(self, "provisioning_state")
|
|
3481
5218
|
|
|
5219
|
+
@property
|
|
5220
|
+
@pulumi.getter(name="vmId")
|
|
5221
|
+
def vm_id(self) -> builtins.str:
|
|
5222
|
+
"""
|
|
5223
|
+
The unique ID of the hybrid machine that this resource belongs to.
|
|
5224
|
+
"""
|
|
5225
|
+
return pulumi.get(self, "vm_id")
|
|
5226
|
+
|
|
3482
5227
|
@property
|
|
3483
5228
|
@pulumi.getter(name="backupInformation")
|
|
3484
5229
|
def backup_information(self) -> Optional['outputs.SqlServerDatabaseResourcePropertiesResponseBackupInformation']:
|
|
@@ -3516,6 +5261,14 @@ class SqlServerDatabaseResourcePropertiesResponse(dict):
|
|
|
3516
5261
|
"""
|
|
3517
5262
|
return pulumi.get(self, "create_mode")
|
|
3518
5263
|
|
|
5264
|
+
@property
|
|
5265
|
+
@pulumi.getter(name="dataFileSizeMB")
|
|
5266
|
+
def data_file_size_mb(self) -> Optional[builtins.float]:
|
|
5267
|
+
"""
|
|
5268
|
+
Total size in MB for the data (mdf and ndf) files for this database.
|
|
5269
|
+
"""
|
|
5270
|
+
return pulumi.get(self, "data_file_size_mb")
|
|
5271
|
+
|
|
3519
5272
|
@property
|
|
3520
5273
|
@pulumi.getter(name="databaseCreationDate")
|
|
3521
5274
|
def database_creation_date(self) -> Optional[builtins.str]:
|
|
@@ -3540,6 +5293,22 @@ class SqlServerDatabaseResourcePropertiesResponse(dict):
|
|
|
3540
5293
|
"""
|
|
3541
5294
|
return pulumi.get(self, "is_read_only")
|
|
3542
5295
|
|
|
5296
|
+
@property
|
|
5297
|
+
@pulumi.getter(name="logFileSizeMB")
|
|
5298
|
+
def log_file_size_mb(self) -> Optional[builtins.float]:
|
|
5299
|
+
"""
|
|
5300
|
+
Total size in MB for the log (ldf) files for this database.
|
|
5301
|
+
"""
|
|
5302
|
+
return pulumi.get(self, "log_file_size_mb")
|
|
5303
|
+
|
|
5304
|
+
@property
|
|
5305
|
+
@pulumi.getter
|
|
5306
|
+
def migration(self) -> Optional['outputs.DataBaseMigrationResponse']:
|
|
5307
|
+
"""
|
|
5308
|
+
Migration related configuration.
|
|
5309
|
+
"""
|
|
5310
|
+
return pulumi.get(self, "migration")
|
|
5311
|
+
|
|
3543
5312
|
@property
|
|
3544
5313
|
@pulumi.getter(name="recoveryMode")
|
|
3545
5314
|
def recovery_mode(self) -> Optional[builtins.str]:
|
|
@@ -3568,7 +5337,7 @@ class SqlServerDatabaseResourcePropertiesResponse(dict):
|
|
|
3568
5337
|
@pulumi.getter(name="sourceDatabaseId")
|
|
3569
5338
|
def source_database_id(self) -> Optional[builtins.str]:
|
|
3570
5339
|
"""
|
|
3571
|
-
The
|
|
5340
|
+
The name of the source database associated with create operation of this database.
|
|
3572
5341
|
"""
|
|
3573
5342
|
return pulumi.get(self, "source_database_id")
|
|
3574
5343
|
|
|
@@ -3989,12 +5758,22 @@ class SqlServerInstancePropertiesResponse(dict):
|
|
|
3989
5758
|
suggest = "create_time"
|
|
3990
5759
|
elif key == "currentVersion":
|
|
3991
5760
|
suggest = "current_version"
|
|
5761
|
+
elif key == "dbMasterKeyExists":
|
|
5762
|
+
suggest = "db_master_key_exists"
|
|
5763
|
+
elif key == "isDigiCertPkiCertTrustConfigured":
|
|
5764
|
+
suggest = "is_digi_cert_pki_cert_trust_configured"
|
|
5765
|
+
elif key == "isHadrEnabled":
|
|
5766
|
+
suggest = "is_hadr_enabled"
|
|
5767
|
+
elif key == "isMicrosoftPkiCertTrustConfigured":
|
|
5768
|
+
suggest = "is_microsoft_pki_cert_trust_configured"
|
|
3992
5769
|
elif key == "lastInventoryUploadTime":
|
|
3993
5770
|
suggest = "last_inventory_upload_time"
|
|
3994
5771
|
elif key == "lastUsageUploadTime":
|
|
3995
5772
|
suggest = "last_usage_upload_time"
|
|
3996
5773
|
elif key == "licenseType":
|
|
3997
5774
|
suggest = "license_type"
|
|
5775
|
+
elif key == "maxServerMemoryMB":
|
|
5776
|
+
suggest = "max_server_memory_mb"
|
|
3998
5777
|
elif key == "patchLevel":
|
|
3999
5778
|
suggest = "patch_level"
|
|
4000
5779
|
elif key == "productId":
|
|
@@ -4005,16 +5784,26 @@ class SqlServerInstancePropertiesResponse(dict):
|
|
|
4005
5784
|
suggest = "tcp_dynamic_ports"
|
|
4006
5785
|
elif key == "tcpStaticPorts":
|
|
4007
5786
|
suggest = "tcp_static_ports"
|
|
5787
|
+
elif key == "traceFlags":
|
|
5788
|
+
suggest = "trace_flags"
|
|
4008
5789
|
elif key == "vCore":
|
|
4009
5790
|
suggest = "v_core"
|
|
5791
|
+
elif key == "vmId":
|
|
5792
|
+
suggest = "vm_id"
|
|
4010
5793
|
elif key == "backupPolicy":
|
|
4011
5794
|
suggest = "backup_policy"
|
|
5795
|
+
elif key == "clientConnection":
|
|
5796
|
+
suggest = "client_connection"
|
|
5797
|
+
elif key == "databaseMirroringEndpoint":
|
|
5798
|
+
suggest = "database_mirroring_endpoint"
|
|
4012
5799
|
elif key == "failoverCluster":
|
|
4013
5800
|
suggest = "failover_cluster"
|
|
4014
5801
|
elif key == "hostType":
|
|
4015
5802
|
suggest = "host_type"
|
|
4016
5803
|
elif key == "instanceName":
|
|
4017
5804
|
suggest = "instance_name"
|
|
5805
|
+
elif key == "serviceType":
|
|
5806
|
+
suggest = "service_type"
|
|
4018
5807
|
elif key == "upgradeLockedUntil":
|
|
4019
5808
|
suggest = "upgrade_locked_until"
|
|
4020
5809
|
|
|
@@ -4037,23 +5826,35 @@ class SqlServerInstancePropertiesResponse(dict):
|
|
|
4037
5826
|
container_resource_id: builtins.str,
|
|
4038
5827
|
create_time: builtins.str,
|
|
4039
5828
|
current_version: builtins.str,
|
|
5829
|
+
db_master_key_exists: builtins.bool,
|
|
5830
|
+
is_digi_cert_pki_cert_trust_configured: builtins.bool,
|
|
5831
|
+
is_hadr_enabled: builtins.bool,
|
|
5832
|
+
is_microsoft_pki_cert_trust_configured: builtins.bool,
|
|
4040
5833
|
last_inventory_upload_time: builtins.str,
|
|
4041
5834
|
last_usage_upload_time: builtins.str,
|
|
4042
5835
|
license_type: builtins.str,
|
|
5836
|
+
max_server_memory_mb: builtins.float,
|
|
4043
5837
|
patch_level: builtins.str,
|
|
4044
5838
|
product_id: builtins.str,
|
|
4045
5839
|
provisioning_state: builtins.str,
|
|
4046
5840
|
status: builtins.str,
|
|
4047
5841
|
tcp_dynamic_ports: builtins.str,
|
|
4048
5842
|
tcp_static_ports: builtins.str,
|
|
5843
|
+
trace_flags: Sequence[builtins.int],
|
|
4049
5844
|
v_core: builtins.str,
|
|
5845
|
+
vm_id: builtins.str,
|
|
5846
|
+
authentication: Optional['outputs.AuthenticationResponse'] = None,
|
|
4050
5847
|
backup_policy: Optional['outputs.BackupPolicyResponse'] = None,
|
|
5848
|
+
client_connection: Optional['outputs.ClientConnectionResponse'] = None,
|
|
4051
5849
|
cores: Optional[builtins.str] = None,
|
|
5850
|
+
database_mirroring_endpoint: Optional['outputs.DBMEndpointResponse'] = None,
|
|
4052
5851
|
edition: Optional[builtins.str] = None,
|
|
4053
5852
|
failover_cluster: Optional['outputs.FailoverClusterResponse'] = None,
|
|
4054
5853
|
host_type: Optional[builtins.str] = None,
|
|
4055
5854
|
instance_name: Optional[builtins.str] = None,
|
|
5855
|
+
migration: Optional['outputs.MigrationResponse'] = None,
|
|
4056
5856
|
monitoring: Optional['outputs.MonitoringResponse'] = None,
|
|
5857
|
+
service_type: Optional[builtins.str] = None,
|
|
4057
5858
|
upgrade_locked_until: Optional[builtins.str] = None,
|
|
4058
5859
|
version: Optional[builtins.str] = None):
|
|
4059
5860
|
"""
|
|
@@ -4065,23 +5866,35 @@ class SqlServerInstancePropertiesResponse(dict):
|
|
|
4065
5866
|
:param builtins.str container_resource_id: ARM Resource id of the container resource (Azure Arc for Servers).
|
|
4066
5867
|
:param builtins.str create_time: The time when the resource was created.
|
|
4067
5868
|
:param builtins.str current_version: SQL Server current version.
|
|
5869
|
+
:param builtins.bool db_master_key_exists: Indicates whether database master key exists in SQL Server.
|
|
5870
|
+
:param builtins.bool is_digi_cert_pki_cert_trust_configured: Indicates whether DigiCert PKI root-authority certificate (trusted by Azure) exists in SQL Server and trusted for Azure database.windows.net domains.
|
|
5871
|
+
:param builtins.bool is_hadr_enabled: Indicates whether always On availability groups is enabled in SQL Server.
|
|
5872
|
+
:param builtins.bool is_microsoft_pki_cert_trust_configured: Indicates whether Microsoft PKI root-authority certificate (trusted by Azure) exists in SQL Server and trusted for Azure database.windows.net domains.
|
|
4068
5873
|
:param builtins.str last_inventory_upload_time: The time when last successful inventory upload was performed.
|
|
4069
5874
|
:param builtins.str last_usage_upload_time: The time when last successful usage upload was performed.
|
|
4070
5875
|
:param builtins.str license_type: SQL Server license type.
|
|
5876
|
+
:param builtins.float max_server_memory_mb: max server memory (MB) value configured for this instance.
|
|
4071
5877
|
:param builtins.str patch_level: SQL Server update level.
|
|
4072
5878
|
:param builtins.str product_id: SQL Server product ID.
|
|
4073
5879
|
:param builtins.str provisioning_state: The provisioning state of the Arc-enabled SQL Server resource.
|
|
4074
5880
|
:param builtins.str status: The cloud connectivity status.
|
|
4075
5881
|
:param builtins.str tcp_dynamic_ports: Dynamic TCP ports used by SQL Server.
|
|
4076
5882
|
:param builtins.str tcp_static_ports: Static TCP ports used by SQL Server.
|
|
5883
|
+
:param Sequence[builtins.int] trace_flags: An array of integers, where each value represents the enabled trace flags in SQL Server.
|
|
4077
5884
|
:param builtins.str v_core: The number of logical processors used by the SQL Server instance.
|
|
5885
|
+
:param builtins.str vm_id: The unique ID of the hybrid machine that this resource belongs to.
|
|
5886
|
+
:param 'AuthenticationResponse' authentication: Authentication related configuration for the SQL Server Instance.
|
|
4078
5887
|
:param 'BackupPolicyResponse' backup_policy: The backup profile for the SQL server.
|
|
5888
|
+
:param 'ClientConnectionResponse' client_connection: Client connection related configuration.
|
|
4079
5889
|
:param builtins.str cores: The number of total cores of the Operating System Environment (OSE) hosting the SQL Server instance.
|
|
5890
|
+
:param 'DBMEndpointResponse' database_mirroring_endpoint: Database mirroring endpoint related properties.
|
|
4080
5891
|
:param builtins.str edition: SQL Server edition.
|
|
4081
5892
|
:param 'FailoverClusterResponse' failover_cluster: Failover Cluster Instance properties.
|
|
4082
5893
|
:param builtins.str host_type: Type of host for Azure Arc SQL Server
|
|
4083
5894
|
:param builtins.str instance_name: SQL Server instance name.
|
|
5895
|
+
:param 'MigrationResponse' migration: Migration related configuration.
|
|
4084
5896
|
:param 'MonitoringResponse' monitoring: The monitoring configuration.
|
|
5897
|
+
:param builtins.str service_type: Indicates if the resource represents a SQL Server engine or a SQL Server component service installed on the host.
|
|
4085
5898
|
:param builtins.str upgrade_locked_until: Upgrade Action for this resource is locked until it expires. The Expiration time indicated by this value. It is not locked when it is empty.
|
|
4086
5899
|
:param builtins.str version: SQL Server version.
|
|
4087
5900
|
"""
|
|
@@ -4092,20 +5905,33 @@ class SqlServerInstancePropertiesResponse(dict):
|
|
|
4092
5905
|
pulumi.set(__self__, "container_resource_id", container_resource_id)
|
|
4093
5906
|
pulumi.set(__self__, "create_time", create_time)
|
|
4094
5907
|
pulumi.set(__self__, "current_version", current_version)
|
|
5908
|
+
pulumi.set(__self__, "db_master_key_exists", db_master_key_exists)
|
|
5909
|
+
pulumi.set(__self__, "is_digi_cert_pki_cert_trust_configured", is_digi_cert_pki_cert_trust_configured)
|
|
5910
|
+
pulumi.set(__self__, "is_hadr_enabled", is_hadr_enabled)
|
|
5911
|
+
pulumi.set(__self__, "is_microsoft_pki_cert_trust_configured", is_microsoft_pki_cert_trust_configured)
|
|
4095
5912
|
pulumi.set(__self__, "last_inventory_upload_time", last_inventory_upload_time)
|
|
4096
5913
|
pulumi.set(__self__, "last_usage_upload_time", last_usage_upload_time)
|
|
4097
5914
|
pulumi.set(__self__, "license_type", license_type)
|
|
5915
|
+
pulumi.set(__self__, "max_server_memory_mb", max_server_memory_mb)
|
|
4098
5916
|
pulumi.set(__self__, "patch_level", patch_level)
|
|
4099
5917
|
pulumi.set(__self__, "product_id", product_id)
|
|
4100
5918
|
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
4101
5919
|
pulumi.set(__self__, "status", status)
|
|
4102
5920
|
pulumi.set(__self__, "tcp_dynamic_ports", tcp_dynamic_ports)
|
|
4103
5921
|
pulumi.set(__self__, "tcp_static_ports", tcp_static_ports)
|
|
5922
|
+
pulumi.set(__self__, "trace_flags", trace_flags)
|
|
4104
5923
|
pulumi.set(__self__, "v_core", v_core)
|
|
5924
|
+
pulumi.set(__self__, "vm_id", vm_id)
|
|
5925
|
+
if authentication is not None:
|
|
5926
|
+
pulumi.set(__self__, "authentication", authentication)
|
|
4105
5927
|
if backup_policy is not None:
|
|
4106
5928
|
pulumi.set(__self__, "backup_policy", backup_policy)
|
|
5929
|
+
if client_connection is not None:
|
|
5930
|
+
pulumi.set(__self__, "client_connection", client_connection)
|
|
4107
5931
|
if cores is not None:
|
|
4108
5932
|
pulumi.set(__self__, "cores", cores)
|
|
5933
|
+
if database_mirroring_endpoint is not None:
|
|
5934
|
+
pulumi.set(__self__, "database_mirroring_endpoint", database_mirroring_endpoint)
|
|
4109
5935
|
if edition is not None:
|
|
4110
5936
|
pulumi.set(__self__, "edition", edition)
|
|
4111
5937
|
if failover_cluster is not None:
|
|
@@ -4114,8 +5940,12 @@ class SqlServerInstancePropertiesResponse(dict):
|
|
|
4114
5940
|
pulumi.set(__self__, "host_type", host_type)
|
|
4115
5941
|
if instance_name is not None:
|
|
4116
5942
|
pulumi.set(__self__, "instance_name", instance_name)
|
|
5943
|
+
if migration is not None:
|
|
5944
|
+
pulumi.set(__self__, "migration", migration)
|
|
4117
5945
|
if monitoring is not None:
|
|
4118
5946
|
pulumi.set(__self__, "monitoring", monitoring)
|
|
5947
|
+
if service_type is not None:
|
|
5948
|
+
pulumi.set(__self__, "service_type", service_type)
|
|
4119
5949
|
if upgrade_locked_until is not None:
|
|
4120
5950
|
pulumi.set(__self__, "upgrade_locked_until", upgrade_locked_until)
|
|
4121
5951
|
if version is not None:
|
|
@@ -4177,6 +6007,38 @@ class SqlServerInstancePropertiesResponse(dict):
|
|
|
4177
6007
|
"""
|
|
4178
6008
|
return pulumi.get(self, "current_version")
|
|
4179
6009
|
|
|
6010
|
+
@property
|
|
6011
|
+
@pulumi.getter(name="dbMasterKeyExists")
|
|
6012
|
+
def db_master_key_exists(self) -> builtins.bool:
|
|
6013
|
+
"""
|
|
6014
|
+
Indicates whether database master key exists in SQL Server.
|
|
6015
|
+
"""
|
|
6016
|
+
return pulumi.get(self, "db_master_key_exists")
|
|
6017
|
+
|
|
6018
|
+
@property
|
|
6019
|
+
@pulumi.getter(name="isDigiCertPkiCertTrustConfigured")
|
|
6020
|
+
def is_digi_cert_pki_cert_trust_configured(self) -> builtins.bool:
|
|
6021
|
+
"""
|
|
6022
|
+
Indicates whether DigiCert PKI root-authority certificate (trusted by Azure) exists in SQL Server and trusted for Azure database.windows.net domains.
|
|
6023
|
+
"""
|
|
6024
|
+
return pulumi.get(self, "is_digi_cert_pki_cert_trust_configured")
|
|
6025
|
+
|
|
6026
|
+
@property
|
|
6027
|
+
@pulumi.getter(name="isHadrEnabled")
|
|
6028
|
+
def is_hadr_enabled(self) -> builtins.bool:
|
|
6029
|
+
"""
|
|
6030
|
+
Indicates whether always On availability groups is enabled in SQL Server.
|
|
6031
|
+
"""
|
|
6032
|
+
return pulumi.get(self, "is_hadr_enabled")
|
|
6033
|
+
|
|
6034
|
+
@property
|
|
6035
|
+
@pulumi.getter(name="isMicrosoftPkiCertTrustConfigured")
|
|
6036
|
+
def is_microsoft_pki_cert_trust_configured(self) -> builtins.bool:
|
|
6037
|
+
"""
|
|
6038
|
+
Indicates whether Microsoft PKI root-authority certificate (trusted by Azure) exists in SQL Server and trusted for Azure database.windows.net domains.
|
|
6039
|
+
"""
|
|
6040
|
+
return pulumi.get(self, "is_microsoft_pki_cert_trust_configured")
|
|
6041
|
+
|
|
4180
6042
|
@property
|
|
4181
6043
|
@pulumi.getter(name="lastInventoryUploadTime")
|
|
4182
6044
|
def last_inventory_upload_time(self) -> builtins.str:
|
|
@@ -4201,6 +6063,14 @@ class SqlServerInstancePropertiesResponse(dict):
|
|
|
4201
6063
|
"""
|
|
4202
6064
|
return pulumi.get(self, "license_type")
|
|
4203
6065
|
|
|
6066
|
+
@property
|
|
6067
|
+
@pulumi.getter(name="maxServerMemoryMB")
|
|
6068
|
+
def max_server_memory_mb(self) -> builtins.float:
|
|
6069
|
+
"""
|
|
6070
|
+
max server memory (MB) value configured for this instance.
|
|
6071
|
+
"""
|
|
6072
|
+
return pulumi.get(self, "max_server_memory_mb")
|
|
6073
|
+
|
|
4204
6074
|
@property
|
|
4205
6075
|
@pulumi.getter(name="patchLevel")
|
|
4206
6076
|
def patch_level(self) -> builtins.str:
|
|
@@ -4249,6 +6119,14 @@ class SqlServerInstancePropertiesResponse(dict):
|
|
|
4249
6119
|
"""
|
|
4250
6120
|
return pulumi.get(self, "tcp_static_ports")
|
|
4251
6121
|
|
|
6122
|
+
@property
|
|
6123
|
+
@pulumi.getter(name="traceFlags")
|
|
6124
|
+
def trace_flags(self) -> Sequence[builtins.int]:
|
|
6125
|
+
"""
|
|
6126
|
+
An array of integers, where each value represents the enabled trace flags in SQL Server.
|
|
6127
|
+
"""
|
|
6128
|
+
return pulumi.get(self, "trace_flags")
|
|
6129
|
+
|
|
4252
6130
|
@property
|
|
4253
6131
|
@pulumi.getter(name="vCore")
|
|
4254
6132
|
def v_core(self) -> builtins.str:
|
|
@@ -4257,6 +6135,22 @@ class SqlServerInstancePropertiesResponse(dict):
|
|
|
4257
6135
|
"""
|
|
4258
6136
|
return pulumi.get(self, "v_core")
|
|
4259
6137
|
|
|
6138
|
+
@property
|
|
6139
|
+
@pulumi.getter(name="vmId")
|
|
6140
|
+
def vm_id(self) -> builtins.str:
|
|
6141
|
+
"""
|
|
6142
|
+
The unique ID of the hybrid machine that this resource belongs to.
|
|
6143
|
+
"""
|
|
6144
|
+
return pulumi.get(self, "vm_id")
|
|
6145
|
+
|
|
6146
|
+
@property
|
|
6147
|
+
@pulumi.getter
|
|
6148
|
+
def authentication(self) -> Optional['outputs.AuthenticationResponse']:
|
|
6149
|
+
"""
|
|
6150
|
+
Authentication related configuration for the SQL Server Instance.
|
|
6151
|
+
"""
|
|
6152
|
+
return pulumi.get(self, "authentication")
|
|
6153
|
+
|
|
4260
6154
|
@property
|
|
4261
6155
|
@pulumi.getter(name="backupPolicy")
|
|
4262
6156
|
def backup_policy(self) -> Optional['outputs.BackupPolicyResponse']:
|
|
@@ -4265,6 +6159,14 @@ class SqlServerInstancePropertiesResponse(dict):
|
|
|
4265
6159
|
"""
|
|
4266
6160
|
return pulumi.get(self, "backup_policy")
|
|
4267
6161
|
|
|
6162
|
+
@property
|
|
6163
|
+
@pulumi.getter(name="clientConnection")
|
|
6164
|
+
def client_connection(self) -> Optional['outputs.ClientConnectionResponse']:
|
|
6165
|
+
"""
|
|
6166
|
+
Client connection related configuration.
|
|
6167
|
+
"""
|
|
6168
|
+
return pulumi.get(self, "client_connection")
|
|
6169
|
+
|
|
4268
6170
|
@property
|
|
4269
6171
|
@pulumi.getter
|
|
4270
6172
|
def cores(self) -> Optional[builtins.str]:
|
|
@@ -4273,6 +6175,14 @@ class SqlServerInstancePropertiesResponse(dict):
|
|
|
4273
6175
|
"""
|
|
4274
6176
|
return pulumi.get(self, "cores")
|
|
4275
6177
|
|
|
6178
|
+
@property
|
|
6179
|
+
@pulumi.getter(name="databaseMirroringEndpoint")
|
|
6180
|
+
def database_mirroring_endpoint(self) -> Optional['outputs.DBMEndpointResponse']:
|
|
6181
|
+
"""
|
|
6182
|
+
Database mirroring endpoint related properties.
|
|
6183
|
+
"""
|
|
6184
|
+
return pulumi.get(self, "database_mirroring_endpoint")
|
|
6185
|
+
|
|
4276
6186
|
@property
|
|
4277
6187
|
@pulumi.getter
|
|
4278
6188
|
def edition(self) -> Optional[builtins.str]:
|
|
@@ -4305,6 +6215,14 @@ class SqlServerInstancePropertiesResponse(dict):
|
|
|
4305
6215
|
"""
|
|
4306
6216
|
return pulumi.get(self, "instance_name")
|
|
4307
6217
|
|
|
6218
|
+
@property
|
|
6219
|
+
@pulumi.getter
|
|
6220
|
+
def migration(self) -> Optional['outputs.MigrationResponse']:
|
|
6221
|
+
"""
|
|
6222
|
+
Migration related configuration.
|
|
6223
|
+
"""
|
|
6224
|
+
return pulumi.get(self, "migration")
|
|
6225
|
+
|
|
4308
6226
|
@property
|
|
4309
6227
|
@pulumi.getter
|
|
4310
6228
|
def monitoring(self) -> Optional['outputs.MonitoringResponse']:
|
|
@@ -4313,6 +6231,14 @@ class SqlServerInstancePropertiesResponse(dict):
|
|
|
4313
6231
|
"""
|
|
4314
6232
|
return pulumi.get(self, "monitoring")
|
|
4315
6233
|
|
|
6234
|
+
@property
|
|
6235
|
+
@pulumi.getter(name="serviceType")
|
|
6236
|
+
def service_type(self) -> Optional[builtins.str]:
|
|
6237
|
+
"""
|
|
6238
|
+
Indicates if the resource represents a SQL Server engine or a SQL Server component service installed on the host.
|
|
6239
|
+
"""
|
|
6240
|
+
return pulumi.get(self, "service_type")
|
|
6241
|
+
|
|
4316
6242
|
@property
|
|
4317
6243
|
@pulumi.getter(name="upgradeLockedUntil")
|
|
4318
6244
|
def upgrade_locked_until(self) -> Optional[builtins.str]:
|
|
@@ -4605,6 +6531,74 @@ class SystemDataResponse(dict):
|
|
|
4605
6531
|
return pulumi.get(self, "last_modified_by_type")
|
|
4606
6532
|
|
|
4607
6533
|
|
|
6534
|
+
@pulumi.output_type
|
|
6535
|
+
class TargetReadinessResponse(dict):
|
|
6536
|
+
"""
|
|
6537
|
+
The target readiness for migration for this database.
|
|
6538
|
+
"""
|
|
6539
|
+
@staticmethod
|
|
6540
|
+
def __key_warning(key: str):
|
|
6541
|
+
suggest = None
|
|
6542
|
+
if key == "azureSqlDatabase":
|
|
6543
|
+
suggest = "azure_sql_database"
|
|
6544
|
+
elif key == "azureSqlManagedInstance":
|
|
6545
|
+
suggest = "azure_sql_managed_instance"
|
|
6546
|
+
elif key == "azureSqlVirtualMachine":
|
|
6547
|
+
suggest = "azure_sql_virtual_machine"
|
|
6548
|
+
|
|
6549
|
+
if suggest:
|
|
6550
|
+
pulumi.log.warn(f"Key '{key}' not found in TargetReadinessResponse. Access the value via the '{suggest}' property getter instead.")
|
|
6551
|
+
|
|
6552
|
+
def __getitem__(self, key: str) -> Any:
|
|
6553
|
+
TargetReadinessResponse.__key_warning(key)
|
|
6554
|
+
return super().__getitem__(key)
|
|
6555
|
+
|
|
6556
|
+
def get(self, key: str, default = None) -> Any:
|
|
6557
|
+
TargetReadinessResponse.__key_warning(key)
|
|
6558
|
+
return super().get(key, default)
|
|
6559
|
+
|
|
6560
|
+
def __init__(__self__, *,
|
|
6561
|
+
azure_sql_database: Optional['outputs.SkuRecommendationSummaryResponse'] = None,
|
|
6562
|
+
azure_sql_managed_instance: Optional['outputs.SkuRecommendationSummaryResponse'] = None,
|
|
6563
|
+
azure_sql_virtual_machine: Optional['outputs.SkuRecommendationSummaryResponse'] = None):
|
|
6564
|
+
"""
|
|
6565
|
+
The target readiness for migration for this database.
|
|
6566
|
+
:param 'SkuRecommendationSummaryResponse' azure_sql_database: The SKU recommendation summary.
|
|
6567
|
+
:param 'SkuRecommendationSummaryResponse' azure_sql_managed_instance: The SKU recommendation summary.
|
|
6568
|
+
:param 'SkuRecommendationSummaryResponse' azure_sql_virtual_machine: The SKU recommendation summary.
|
|
6569
|
+
"""
|
|
6570
|
+
if azure_sql_database is not None:
|
|
6571
|
+
pulumi.set(__self__, "azure_sql_database", azure_sql_database)
|
|
6572
|
+
if azure_sql_managed_instance is not None:
|
|
6573
|
+
pulumi.set(__self__, "azure_sql_managed_instance", azure_sql_managed_instance)
|
|
6574
|
+
if azure_sql_virtual_machine is not None:
|
|
6575
|
+
pulumi.set(__self__, "azure_sql_virtual_machine", azure_sql_virtual_machine)
|
|
6576
|
+
|
|
6577
|
+
@property
|
|
6578
|
+
@pulumi.getter(name="azureSqlDatabase")
|
|
6579
|
+
def azure_sql_database(self) -> Optional['outputs.SkuRecommendationSummaryResponse']:
|
|
6580
|
+
"""
|
|
6581
|
+
The SKU recommendation summary.
|
|
6582
|
+
"""
|
|
6583
|
+
return pulumi.get(self, "azure_sql_database")
|
|
6584
|
+
|
|
6585
|
+
@property
|
|
6586
|
+
@pulumi.getter(name="azureSqlManagedInstance")
|
|
6587
|
+
def azure_sql_managed_instance(self) -> Optional['outputs.SkuRecommendationSummaryResponse']:
|
|
6588
|
+
"""
|
|
6589
|
+
The SKU recommendation summary.
|
|
6590
|
+
"""
|
|
6591
|
+
return pulumi.get(self, "azure_sql_managed_instance")
|
|
6592
|
+
|
|
6593
|
+
@property
|
|
6594
|
+
@pulumi.getter(name="azureSqlVirtualMachine")
|
|
6595
|
+
def azure_sql_virtual_machine(self) -> Optional['outputs.SkuRecommendationSummaryResponse']:
|
|
6596
|
+
"""
|
|
6597
|
+
The SKU recommendation summary.
|
|
6598
|
+
"""
|
|
6599
|
+
return pulumi.get(self, "azure_sql_virtual_machine")
|
|
6600
|
+
|
|
6601
|
+
|
|
4608
6602
|
@pulumi.output_type
|
|
4609
6603
|
class UploadServicePrincipalResponse(dict):
|
|
4610
6604
|
"""
|