pulumi-azure-native 2.38.0__py3-none-any.whl → 2.38.1a1714382243__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 +173 -63
- pulumi_azure_native/authorization/v20240401/_enums.py +11 -0
- pulumi_azure_native/authorization/v20240401/get_policy_assignment.py +14 -14
- pulumi_azure_native/authorization/v20240401/policy_assignment.py +29 -29
- pulumi_azure_native/cache/v20230501preview/_inputs.py +16 -0
- pulumi_azure_native/cache/v20230501preview/outputs.py +14 -0
- pulumi_azure_native/cache/v20230801/_inputs.py +16 -0
- pulumi_azure_native/cache/v20230801/outputs.py +14 -0
- pulumi_azure_native/connectedvmwarevsphere/__init__.py +3 -0
- pulumi_azure_native/connectedvmwarevsphere/cluster.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/datastore.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/get_cluster.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_datastore.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_host.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_inventory_item.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_resource_pool.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_v_center.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_virtual_machine_template.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_virtual_network.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_vm_instance_guest_agent.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/host.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/inventory_item.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/resource_pool.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/v20220715preview/cluster.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20220715preview/datastore.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20220715preview/host.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20220715preview/inventory_item.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20220715preview/resource_pool.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20220715preview/v_center.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20220715preview/virtual_machine_template.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20220715preview/virtual_network.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/cluster.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/datastore.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/host.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/inventory_item.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/resource_pool.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/v_center.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/virtual_machine_template.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/virtual_network.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/vm_instance_guest_agent.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/cluster.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/datastore.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/host.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/inventory_item.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/resource_pool.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/v_center.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/virtual_machine_instance.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/virtual_machine_template.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/virtual_network.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/vm_instance_guest_agent.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231201/__init__.py +30 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/_enums.py +110 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/_inputs.py +1119 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/cluster.py +478 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/datastore.py +438 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_cluster.py +352 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_datastore.py +300 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_host.py +352 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_inventory_item.py +201 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_resource_pool.py +436 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_v_center.py +300 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_virtual_machine_instance.py +269 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_virtual_machine_template.py +419 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_virtual_network.py +274 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_vm_instance_guest_agent.py +230 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/host.py +478 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/inventory_item.py +342 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/outputs.py +1848 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/resource_pool.py +544 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/v_center.py +439 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/virtual_machine_instance.py +418 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/virtual_machine_template.py +533 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/virtual_network.py +418 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/vm_instance_guest_agent.py +312 -0
- pulumi_azure_native/connectedvmwarevsphere/v_center.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/virtual_machine_instance.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/virtual_machine_template.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/virtual_network.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/vm_instance_guest_agent.py +3 -3
- pulumi_azure_native/containerservice/__init__.py +3 -0
- pulumi_azure_native/containerservice/fleet.py +3 -3
- pulumi_azure_native/containerservice/fleet_member.py +3 -3
- pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
- pulumi_azure_native/containerservice/get_fleet.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
- pulumi_azure_native/containerservice/get_update_run.py +2 -2
- pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
- pulumi_azure_native/containerservice/update_run.py +3 -3
- pulumi_azure_native/containerservice/v20220702preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20220702preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230315preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20230315preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230315preview/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20230615preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20230615preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230615preview/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/fleet_update_strategy.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20231015/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20231015/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20231015/fleet_update_strategy.py +1 -1
- pulumi_azure_native/containerservice/v20231015/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/fleet_update_strategy.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20240401/__init__.py +19 -0
- pulumi_azure_native/containerservice/v20240401/_enums.py +53 -0
- pulumi_azure_native/containerservice/v20240401/_inputs.py +394 -0
- pulumi_azure_native/containerservice/v20240401/fleet.py +302 -0
- pulumi_azure_native/containerservice/v20240401/fleet_member.py +264 -0
- pulumi_azure_native/containerservice/v20240401/fleet_update_strategy.py +236 -0
- pulumi_azure_native/containerservice/v20240401/get_fleet.py +196 -0
- pulumi_azure_native/containerservice/v20240401/get_fleet_member.py +175 -0
- pulumi_azure_native/containerservice/v20240401/get_fleet_update_strategy.py +162 -0
- pulumi_azure_native/containerservice/v20240401/get_update_run.py +214 -0
- pulumi_azure_native/containerservice/v20240401/list_fleet_credentials.py +79 -0
- pulumi_azure_native/containerservice/v20240401/outputs.py +1318 -0
- pulumi_azure_native/containerservice/v20240401/update_run.py +357 -0
- pulumi_azure_native/costmanagement/__init__.py +3 -0
- pulumi_azure_native/costmanagement/export.py +3 -3
- pulumi_azure_native/costmanagement/get_export.py +2 -2
- pulumi_azure_native/costmanagement/get_scheduled_action.py +2 -2
- pulumi_azure_native/costmanagement/get_scheduled_action_by_scope.py +2 -2
- pulumi_azure_native/costmanagement/get_view.py +2 -2
- pulumi_azure_native/costmanagement/get_view_by_scope.py +2 -2
- pulumi_azure_native/costmanagement/scheduled_action.py +3 -3
- pulumi_azure_native/costmanagement/scheduled_action_by_scope.py +3 -3
- pulumi_azure_native/costmanagement/v20191001/export.py +1 -1
- pulumi_azure_native/costmanagement/v20191101/view.py +1 -1
- pulumi_azure_native/costmanagement/v20191101/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20200601/view.py +1 -1
- pulumi_azure_native/costmanagement/v20200601/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20221001/view.py +1 -1
- pulumi_azure_native/costmanagement/v20221001/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20221005preview/view.py +1 -1
- pulumi_azure_native/costmanagement/v20221005preview/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230301/export.py +1 -1
- pulumi_azure_native/costmanagement/v20230301/scheduled_action.py +1 -1
- pulumi_azure_native/costmanagement/v20230301/scheduled_action_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230301/view.py +1 -1
- pulumi_azure_native/costmanagement/v20230301/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/export.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/scheduled_action.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/scheduled_action_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/view.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230701preview/__init__.py +20 -0
- pulumi_azure_native/costmanagement/v20230701preview/_enums.py +325 -0
- pulumi_azure_native/costmanagement/v20230701preview/_inputs.py +1255 -0
- pulumi_azure_native/costmanagement/v20230701preview/export.py +507 -0
- pulumi_azure_native/costmanagement/v20230701preview/get_export.py +292 -0
- pulumi_azure_native/costmanagement/v20230701preview/get_scheduled_action.py +243 -0
- pulumi_azure_native/costmanagement/v20230701preview/get_scheduled_action_by_scope.py +248 -0
- pulumi_azure_native/costmanagement/v20230701preview/get_view.py +308 -0
- pulumi_azure_native/costmanagement/v20230701preview/get_view_by_scope.py +313 -0
- pulumi_azure_native/costmanagement/v20230701preview/outputs.py +1943 -0
- pulumi_azure_native/costmanagement/v20230701preview/scheduled_action.py +420 -0
- pulumi_azure_native/costmanagement/v20230701preview/scheduled_action_by_scope.py +421 -0
- pulumi_azure_native/costmanagement/v20230701preview/view.py +582 -0
- pulumi_azure_native/costmanagement/v20230701preview/view_by_scope.py +583 -0
- pulumi_azure_native/costmanagement/v20230801/export.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/scheduled_action.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/scheduled_action_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/view.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230901/export.py +1 -1
- pulumi_azure_native/costmanagement/v20230901/scheduled_action.py +1 -1
- pulumi_azure_native/costmanagement/v20230901/scheduled_action_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230901/view.py +1 -1
- pulumi_azure_native/costmanagement/v20230901/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/export.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/scheduled_action.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/scheduled_action_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/view.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/view.py +3 -3
- pulumi_azure_native/costmanagement/view_by_scope.py +3 -3
- pulumi_azure_native/databox/v20240301preview/_enums.py +0 -31
- pulumi_azure_native/databox/v20240301preview/_inputs.py +1 -17
- pulumi_azure_native/databox/v20240301preview/outputs.py +12 -13
- pulumi_azure_native/datafactory/_enums.py +51 -0
- pulumi_azure_native/datafactory/_inputs.py +1827 -78
- pulumi_azure_native/datafactory/outputs.py +1563 -72
- pulumi_azure_native/datafactory/v20180601/_enums.py +51 -0
- pulumi_azure_native/datafactory/v20180601/_inputs.py +1827 -78
- pulumi_azure_native/datafactory/v20180601/outputs.py +1563 -72
- pulumi_azure_native/devopsinfrastructure/__init__.py +3 -0
- pulumi_azure_native/devopsinfrastructure/get_pool.py +2 -2
- pulumi_azure_native/devopsinfrastructure/pool.py +3 -3
- pulumi_azure_native/devopsinfrastructure/v20231030preview/pool.py +1 -1
- pulumi_azure_native/devopsinfrastructure/v20231213preview/pool.py +1 -1
- pulumi_azure_native/devopsinfrastructure/v20240326preview/pool.py +1 -1
- pulumi_azure_native/{machinelearningcompute/v20170801preview → devopsinfrastructure/v20240404preview}/__init__.py +2 -3
- pulumi_azure_native/devopsinfrastructure/v20240404preview/_enums.py +195 -0
- pulumi_azure_native/devopsinfrastructure/v20240404preview/_inputs.py +958 -0
- pulumi_azure_native/devopsinfrastructure/v20240404preview/get_pool.py +235 -0
- pulumi_azure_native/devopsinfrastructure/v20240404preview/outputs.py +1237 -0
- pulumi_azure_native/devopsinfrastructure/v20240404preview/pool.py +432 -0
- pulumi_azure_native/eventgrid/__init__.py +4 -0
- pulumi_azure_native/eventgrid/ca_certificate.py +3 -3
- pulumi_azure_native/eventgrid/channel.py +3 -3
- pulumi_azure_native/eventgrid/client.py +3 -3
- pulumi_azure_native/eventgrid/client_group.py +3 -3
- pulumi_azure_native/eventgrid/domain.py +3 -3
- pulumi_azure_native/eventgrid/domain_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/domain_topic.py +3 -3
- pulumi_azure_native/eventgrid/domain_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/get_ca_certificate.py +2 -2
- pulumi_azure_native/eventgrid/get_channel.py +2 -2
- pulumi_azure_native/eventgrid/get_channel_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_client.py +2 -2
- pulumi_azure_native/eventgrid/get_client_group.py +2 -2
- pulumi_azure_native/eventgrid/get_domain.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_delivery_attributes.py +4 -0
- pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_full_url.py +90 -0
- pulumi_azure_native/eventgrid/get_partner_configuration.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_destination.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_namespace.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_registration.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_permission_binding.py +2 -2
- pulumi_azure_native/eventgrid/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_space.py +2 -2
- pulumi_azure_native/eventgrid/list_domain_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_namespace_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_namespace_topic_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_partner_namespace_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_topic_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/namespace.py +3 -3
- pulumi_azure_native/eventgrid/namespace_topic.py +3 -3
- pulumi_azure_native/eventgrid/namespace_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/partner_configuration.py +3 -3
- pulumi_azure_native/eventgrid/partner_destination.py +3 -3
- pulumi_azure_native/eventgrid/partner_namespace.py +3 -3
- pulumi_azure_native/eventgrid/partner_registration.py +3 -3
- pulumi_azure_native/eventgrid/partner_topic.py +3 -3
- pulumi_azure_native/eventgrid/partner_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/permission_binding.py +3 -3
- pulumi_azure_native/eventgrid/private_endpoint_connection.py +3 -3
- pulumi_azure_native/eventgrid/system_topic.py +3 -3
- pulumi_azure_native/eventgrid/system_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/topic.py +3 -3
- pulumi_azure_native/eventgrid/topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/topic_space.py +3 -3
- pulumi_azure_native/eventgrid/v20200401preview/domain.py +1 -1
- pulumi_azure_native/eventgrid/v20200401preview/topic.py +1 -1
- pulumi_azure_native/eventgrid/v20211015preview/partner_destination.py +1 -1
- pulumi_azure_native/eventgrid/v20211015preview/partner_registration.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/channel.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/domain.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/domain_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/domain_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/domain_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/partner_configuration.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/partner_namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/partner_registration.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/partner_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/partner_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/system_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/system_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/topic.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/ca_certificate.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/channel.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/client.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/client_group.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/domain.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/domain_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/domain_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/domain_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/namespace_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/namespace_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_configuration.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_destination.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_registration.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/permission_binding.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/system_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/system_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/topic.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/topic_space.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/ca_certificate.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/channel.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/client.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/client_group.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/domain.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/domain_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/domain_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/domain_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/namespace_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/namespace_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_configuration.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_destination.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_registration.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/permission_binding.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/system_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/system_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/topic.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/topic_space.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/__init__.py +80 -0
- pulumi_azure_native/eventgrid/v20240601preview/_enums.py +473 -0
- pulumi_azure_native/eventgrid/v20240601preview/_inputs.py +5577 -0
- pulumi_azure_native/eventgrid/v20240601preview/ca_certificate.py +273 -0
- pulumi_azure_native/eventgrid/v20240601preview/channel.py +394 -0
- pulumi_azure_native/eventgrid/v20240601preview/client.py +354 -0
- pulumi_azure_native/eventgrid/v20240601preview/client_group.py +257 -0
- pulumi_azure_native/eventgrid/v20240601preview/domain.py +688 -0
- pulumi_azure_native/eventgrid/v20240601preview/domain_event_subscription.py +488 -0
- pulumi_azure_native/eventgrid/v20240601preview/domain_topic.py +195 -0
- pulumi_azure_native/eventgrid/v20240601preview/domain_topic_event_subscription.py +509 -0
- pulumi_azure_native/eventgrid/v20240601preview/event_subscription.py +467 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_ca_certificate.py +188 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_channel.py +215 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_channel_full_url.py +83 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_client.py +203 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_client_group.py +163 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_domain.py +366 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_domain_event_subscription.py +270 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_domain_event_subscription_delivery_attributes.py +84 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_domain_event_subscription_full_url.py +83 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic.py +136 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic_event_subscription.py +275 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic_event_subscription_delivery_attributes.py +89 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic_event_subscription_full_url.py +88 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_event_subscription.py +265 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_event_subscription_delivery_attributes.py +79 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_event_subscription_full_url.py +78 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_namespace.py +279 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic.py +176 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic_event_subscription.py +193 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic_event_subscription_delivery_attributes.py +89 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic_event_subscription_full_url.py +88 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_partner_configuration.py +165 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_partner_destination.py +236 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_partner_namespace.py +264 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_partner_registration.py +171 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic.py +263 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic_event_subscription.py +270 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic_event_subscription_delivery_attributes.py +84 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic_event_subscription_full_url.py +83 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_permission_binding.py +190 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_private_endpoint_connection.py +164 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_system_topic.py +209 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_system_topic_event_subscription.py +270 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_system_topic_event_subscription_delivery_attributes.py +84 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_system_topic_event_subscription_full_url.py +83 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_topic.py +354 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_topic_event_subscription.py +270 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_topic_event_subscription_delivery_attributes.py +84 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_topic_event_subscription_full_url.py +83 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_topic_space.py +166 -0
- pulumi_azure_native/eventgrid/v20240601preview/list_domain_shared_access_keys.py +91 -0
- pulumi_azure_native/eventgrid/v20240601preview/list_namespace_shared_access_keys.py +91 -0
- pulumi_azure_native/eventgrid/v20240601preview/list_namespace_topic_shared_access_keys.py +96 -0
- pulumi_azure_native/eventgrid/v20240601preview/list_partner_namespace_shared_access_keys.py +91 -0
- pulumi_azure_native/eventgrid/v20240601preview/list_topic_shared_access_keys.py +91 -0
- pulumi_azure_native/eventgrid/v20240601preview/namespace.py +515 -0
- pulumi_azure_native/eventgrid/v20240601preview/namespace_topic.py +291 -0
- pulumi_azure_native/eventgrid/v20240601preview/namespace_topic_event_subscription.py +334 -0
- pulumi_azure_native/eventgrid/v20240601preview/outputs.py +6511 -0
- pulumi_azure_native/eventgrid/v20240601preview/partner_configuration.py +262 -0
- pulumi_azure_native/eventgrid/v20240601preview/partner_destination.py +411 -0
- pulumi_azure_native/eventgrid/v20240601preview/partner_namespace.py +452 -0
- pulumi_azure_native/eventgrid/v20240601preview/partner_registration.py +265 -0
- pulumi_azure_native/eventgrid/v20240601preview/partner_topic.py +474 -0
- pulumi_azure_native/eventgrid/v20240601preview/partner_topic_event_subscription.py +488 -0
- pulumi_azure_native/eventgrid/v20240601preview/permission_binding.py +320 -0
- pulumi_azure_native/eventgrid/v20240601preview/private_endpoint_connection.py +312 -0
- pulumi_azure_native/eventgrid/v20240601preview/system_topic.py +331 -0
- pulumi_azure_native/eventgrid/v20240601preview/system_topic_event_subscription.py +488 -0
- pulumi_azure_native/eventgrid/v20240601preview/topic.py +636 -0
- pulumi_azure_native/eventgrid/v20240601preview/topic_event_subscription.py +488 -0
- pulumi_azure_native/eventgrid/v20240601preview/topic_space.py +269 -0
- pulumi_azure_native/insights/__init__.py +3 -0
- pulumi_azure_native/insights/action_group.py +5 -1
- pulumi_azure_native/insights/get_action_group.py +4 -0
- pulumi_azure_native/insights/v20230101/action_group.py +1 -1
- pulumi_azure_native/{machinelearningexperimentation/v20170501preview → insights/v20230901preview}/__init__.py +3 -6
- pulumi_azure_native/{blockchain → insights/v20230901preview}/_enums.py +4 -7
- pulumi_azure_native/insights/v20230901preview/_inputs.py +972 -0
- pulumi_azure_native/insights/v20230901preview/action_group.py +626 -0
- pulumi_azure_native/insights/v20230901preview/get_action_group.py +313 -0
- pulumi_azure_native/insights/v20230901preview/outputs.py +1072 -0
- pulumi_azure_native/machinelearningservices/__init__.py +3 -0
- pulumi_azure_native/machinelearningservices/batch_deployment.py +3 -3
- pulumi_azure_native/machinelearningservices/batch_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/code_container.py +3 -3
- pulumi_azure_native/machinelearningservices/code_version.py +3 -3
- pulumi_azure_native/machinelearningservices/component_container.py +3 -3
- pulumi_azure_native/machinelearningservices/component_version.py +3 -3
- pulumi_azure_native/machinelearningservices/compute.py +3 -3
- pulumi_azure_native/machinelearningservices/data_container.py +3 -3
- pulumi_azure_native/machinelearningservices/data_version.py +3 -3
- pulumi_azure_native/machinelearningservices/datastore.py +3 -3
- pulumi_azure_native/machinelearningservices/environment_container.py +3 -3
- pulumi_azure_native/machinelearningservices/environment_specification_version.py +1 -1
- pulumi_azure_native/machinelearningservices/environment_version.py +3 -3
- pulumi_azure_native/machinelearningservices/featureset_container_entity.py +3 -3
- pulumi_azure_native/machinelearningservices/featureset_version.py +3 -3
- pulumi_azure_native/machinelearningservices/featurestore_entity_container_entity.py +3 -3
- pulumi_azure_native/machinelearningservices/featurestore_entity_version.py +3 -3
- pulumi_azure_native/machinelearningservices/get_batch_deployment.py +2 -2
- pulumi_azure_native/machinelearningservices/get_batch_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/get_code_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_code_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_component_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_component_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_compute.py +2 -2
- pulumi_azure_native/machinelearningservices/get_data_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_data_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_datastore.py +2 -2
- pulumi_azure_native/machinelearningservices/get_environment_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_environment_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featureset_container_entity.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featureset_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featurestore_entity_container_entity.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featurestore_entity_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_job.py +2 -2
- pulumi_azure_native/machinelearningservices/get_managed_network_settings_rule.py +2 -2
- pulumi_azure_native/machinelearningservices/get_model_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_model_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_deployment.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_deployment_logs.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_endpoint_token.py +2 -2
- pulumi_azure_native/machinelearningservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_code_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_code_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_component_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_component_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_data_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_data_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_environment_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_environment_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_model_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_model_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_schedule.py +2 -2
- pulumi_azure_native/machinelearningservices/get_workspace.py +2 -2
- pulumi_azure_native/machinelearningservices/get_workspace_connection.py +2 -2
- pulumi_azure_native/machinelearningservices/job.py +3 -3
- pulumi_azure_native/machinelearningservices/list_batch_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_compute_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_compute_nodes.py +2 -2
- pulumi_azure_native/machinelearningservices/list_datastore_secrets.py +2 -2
- pulumi_azure_native/machinelearningservices/list_online_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_connection_secrets.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_notebook_access_token.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_notebook_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_storage_account_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/machine_learning_datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/managed_network_settings_rule.py +3 -3
- pulumi_azure_native/machinelearningservices/model_container.py +3 -3
- pulumi_azure_native/machinelearningservices/model_version.py +3 -3
- pulumi_azure_native/machinelearningservices/online_deployment.py +3 -3
- pulumi_azure_native/machinelearningservices/online_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/machinelearningservices/registry.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_code_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_code_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_component_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_component_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_data_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_data_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_environment_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_environment_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_model_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_model_version.py +3 -3
- pulumi_azure_native/machinelearningservices/schedule.py +3 -3
- pulumi_azure_native/machinelearningservices/v20200501preview/machine_learning_datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20200801/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20200901preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/environment_specification_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210401/machine_learning_compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210401/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220101preview/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220101preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220101preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/featureset_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/featureset_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/featurestore_entity_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/featurestore_entity_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/managed_network_settings_rule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/featureset_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/featureset_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/featurestore_entity_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/featurestore_entity_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/managed_network_settings_rule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/featureset_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/featureset_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/featurestore_entity_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/featurestore_entity_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/managed_network_settings_rule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/featureset_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/featureset_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/featurestore_entity_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/featurestore_entity_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/managed_network_settings_rule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/featureset_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/featureset_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/featurestore_entity_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/featurestore_entity_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/managed_network_settings_rule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/__init__.py +96 -0
- pulumi_azure_native/machinelearningservices/v20240401/_enums.py +2033 -0
- pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +26309 -0
- pulumi_azure_native/machinelearningservices/v20240401/batch_deployment.py +381 -0
- pulumi_azure_native/machinelearningservices/v20240401/batch_endpoint.py +360 -0
- pulumi_azure_native/machinelearningservices/v20240401/code_container.py +215 -0
- pulumi_azure_native/machinelearningservices/v20240401/code_version.py +236 -0
- pulumi_azure_native/machinelearningservices/v20240401/component_container.py +215 -0
- pulumi_azure_native/machinelearningservices/v20240401/component_version.py +236 -0
- pulumi_azure_native/machinelearningservices/v20240401/compute.py +332 -0
- pulumi_azure_native/machinelearningservices/v20240401/data_container.py +216 -0
- pulumi_azure_native/machinelearningservices/v20240401/data_version.py +236 -0
- pulumi_azure_native/machinelearningservices/v20240401/datastore.py +236 -0
- pulumi_azure_native/machinelearningservices/v20240401/environment_container.py +215 -0
- pulumi_azure_native/machinelearningservices/v20240401/environment_version.py +237 -0
- pulumi_azure_native/machinelearningservices/v20240401/featureset_container_entity.py +215 -0
- pulumi_azure_native/machinelearningservices/v20240401/featureset_version.py +237 -0
- pulumi_azure_native/machinelearningservices/v20240401/featurestore_entity_container_entity.py +215 -0
- pulumi_azure_native/machinelearningservices/v20240401/featurestore_entity_version.py +237 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_batch_deployment.py +201 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_batch_endpoint.py +196 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_code_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_code_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_component_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_component_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_compute.py +188 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_data_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_data_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_datastore.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_environment_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_environment_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_featureset_container_entity.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_featureset_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_featurestore_entity_container_entity.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_featurestore_entity_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_job.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_managed_network_settings_rule.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_model_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_model_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_online_deployment.py +201 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_online_deployment_logs.py +94 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_online_endpoint.py +196 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_online_endpoint_token.py +122 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_private_endpoint_connection.py +214 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry.py +191 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_code_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_code_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_component_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_component_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_data_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_data_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_environment_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_environment_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_model_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_model_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_schedule.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_workspace.py +587 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_workspace_connection.py +128 -0
- pulumi_azure_native/machinelearningservices/v20240401/job.py +217 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_batch_endpoint_keys.py +96 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_compute_keys.py +83 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_compute_nodes.py +97 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_datastore_secrets.py +83 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_online_endpoint_keys.py +96 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_workspace_connection_secrets.py +128 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_workspace_keys.py +113 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_workspace_notebook_access_token.py +142 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_workspace_notebook_keys.py +82 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_workspace_storage_account_keys.py +72 -0
- pulumi_azure_native/machinelearningservices/v20240401/managed_network_settings_rule.py +217 -0
- pulumi_azure_native/machinelearningservices/v20240401/model_container.py +215 -0
- pulumi_azure_native/machinelearningservices/v20240401/model_version.py +236 -0
- pulumi_azure_native/machinelearningservices/v20240401/online_deployment.py +381 -0
- pulumi_azure_native/machinelearningservices/v20240401/online_endpoint.py +360 -0
- pulumi_azure_native/machinelearningservices/v20240401/outputs.py +29784 -0
- pulumi_azure_native/machinelearningservices/v20240401/private_endpoint_connection.py +353 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry.py +339 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_code_container.py +216 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_code_version.py +237 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_component_container.py +216 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_component_version.py +237 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_data_container.py +216 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_data_version.py +236 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_environment_container.py +216 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_environment_version.py +238 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_model_container.py +216 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_model_version.py +237 -0
- pulumi_azure_native/machinelearningservices/v20240401/schedule.py +216 -0
- pulumi_azure_native/machinelearningservices/v20240401/workspace.py +1048 -0
- pulumi_azure_native/machinelearningservices/v20240401/workspace_connection.py +207 -0
- pulumi_azure_native/machinelearningservices/v20240401preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/featureset_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/featureset_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/featurestore_entity_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/featurestore_entity_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/managed_network_settings_rule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/workspace.py +3 -3
- pulumi_azure_native/machinelearningservices/workspace_connection.py +3 -3
- pulumi_azure_native/netapp/__init__.py +3 -0
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +2 -2
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/get_account.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_pool.py +2 -2
- pulumi_azure_native/netapp/get_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_volume.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/list_volume_replications.py +2 -2
- pulumi_azure_native/netapp/pool.py +3 -3
- pulumi_azure_native/netapp/snapshot.py +3 -3
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/subvolume.py +3 -3
- pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20220501/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501/account.py +1 -1
- pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701/account.py +1 -1
- pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101/__init__.py +35 -0
- pulumi_azure_native/netapp/v20231101/_enums.py +267 -0
- pulumi_azure_native/netapp/v20231101/_inputs.py +2253 -0
- pulumi_azure_native/netapp/v20231101/account.py +341 -0
- pulumi_azure_native/netapp/v20231101/backup.py +397 -0
- pulumi_azure_native/netapp/v20231101/backup_policy.py +409 -0
- pulumi_azure_native/{machinelearningexperimentation/v20170501preview/workspace.py → netapp/v20231101/backup_vault.py} +61 -139
- pulumi_azure_native/netapp/v20231101/get_account.py +222 -0
- pulumi_azure_native/netapp/v20231101/get_backup.py +271 -0
- pulumi_azure_native/netapp/v20231101/get_backup_policy.py +266 -0
- pulumi_azure_native/netapp/v20231101/get_backup_vault.py +162 -0
- pulumi_azure_native/netapp/v20231101/get_pool.py +279 -0
- pulumi_azure_native/netapp/v20231101/get_snapshot.py +185 -0
- pulumi_azure_native/netapp/v20231101/get_snapshot_policy.py +240 -0
- pulumi_azure_native/netapp/v20231101/get_subvolume.py +185 -0
- pulumi_azure_native/netapp/v20231101/get_subvolume_metadata.py +249 -0
- pulumi_azure_native/netapp/v20231101/get_volume.py +882 -0
- pulumi_azure_native/netapp/v20231101/get_volume_group.py +162 -0
- pulumi_azure_native/netapp/v20231101/get_volume_group_id_for_ldap_user.py +93 -0
- pulumi_azure_native/netapp/v20231101/get_volume_quota_rule.py +211 -0
- pulumi_azure_native/netapp/v20231101/list_volume_replications.py +89 -0
- pulumi_azure_native/netapp/v20231101/outputs.py +3018 -0
- pulumi_azure_native/netapp/v20231101/pool.py +457 -0
- pulumi_azure_native/netapp/v20231101/snapshot.py +286 -0
- pulumi_azure_native/netapp/v20231101/snapshot_policy.py +409 -0
- pulumi_azure_native/netapp/v20231101/subvolume.py +324 -0
- pulumi_azure_native/netapp/v20231101/volume.py +1634 -0
- pulumi_azure_native/netapp/v20231101/volume_group.py +274 -0
- pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +383 -0
- pulumi_azure_native/netapp/volume.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
- pulumi_azure_native/servicelinker/__init__.py +3 -0
- pulumi_azure_native/servicelinker/connector.py +3 -3
- pulumi_azure_native/servicelinker/connector_dryrun.py +3 -3
- pulumi_azure_native/servicelinker/get_connector.py +2 -2
- pulumi_azure_native/servicelinker/get_connector_dryrun.py +2 -2
- pulumi_azure_native/servicelinker/get_linker.py +2 -2
- pulumi_azure_native/servicelinker/get_linker_dryrun.py +2 -2
- pulumi_azure_native/servicelinker/linker.py +3 -3
- pulumi_azure_native/servicelinker/linker_dryrun.py +3 -3
- pulumi_azure_native/servicelinker/list_linker_configurations.py +2 -2
- pulumi_azure_native/servicelinker/v20211101preview/linker.py +1 -1
- pulumi_azure_native/servicelinker/v20221101preview/connector.py +1 -1
- pulumi_azure_native/servicelinker/v20221101preview/connector_dryrun.py +1 -1
- pulumi_azure_native/servicelinker/v20221101preview/linker.py +1 -1
- pulumi_azure_native/servicelinker/v20221101preview/linker_dryrun.py +1 -1
- pulumi_azure_native/servicelinker/v20230401preview/connector.py +1 -1
- pulumi_azure_native/servicelinker/v20230401preview/connector_dryrun.py +1 -1
- pulumi_azure_native/servicelinker/v20230401preview/linker.py +1 -1
- pulumi_azure_native/servicelinker/v20230401preview/linker_dryrun.py +1 -1
- pulumi_azure_native/{blockchain/v20180601preview → servicelinker/v20240401}/__init__.py +9 -7
- pulumi_azure_native/servicelinker/v20240401/_enums.py +149 -0
- pulumi_azure_native/servicelinker/v20240401/_inputs.py +1851 -0
- pulumi_azure_native/servicelinker/v20240401/connector.py +449 -0
- pulumi_azure_native/servicelinker/v20240401/connector_dryrun.py +266 -0
- pulumi_azure_native/servicelinker/v20240401/get_connector.py +245 -0
- pulumi_azure_native/servicelinker/v20240401/get_connector_dryrun.py +180 -0
- pulumi_azure_native/servicelinker/v20240401/get_linker.py +235 -0
- pulumi_azure_native/servicelinker/v20240401/get_linker_dryrun.py +170 -0
- pulumi_azure_native/servicelinker/v20240401/linker.py +408 -0
- pulumi_azure_native/servicelinker/v20240401/linker_dryrun.py +225 -0
- pulumi_azure_native/servicelinker/v20240401/list_linker_configurations.py +79 -0
- pulumi_azure_native/servicelinker/v20240401/outputs.py +2426 -0
- pulumi_azure_native/storagecache/__init__.py +5 -0
- pulumi_azure_native/storagecache/_enums.py +11 -0
- pulumi_azure_native/storagecache/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/cache.py +3 -3
- pulumi_azure_native/storagecache/get_cache.py +2 -2
- pulumi_azure_native/storagecache/get_import_job.py +333 -0
- 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 +451 -0
- pulumi_azure_native/storagecache/storage_target.py +3 -3
- pulumi_azure_native/storagecache/v20210301/cache.py +1 -1
- pulumi_azure_native/storagecache/v20210301/storage_target.py +1 -1
- pulumi_azure_native/storagecache/v20230301preview/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/v20230301preview/cache.py +1 -1
- pulumi_azure_native/storagecache/v20230501/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/v20230501/cache.py +1 -1
- pulumi_azure_native/storagecache/v20230501/storage_target.py +1 -1
- pulumi_azure_native/storagecache/v20231101preview/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/v20231101preview/cache.py +1 -1
- pulumi_azure_native/storagecache/v20231101preview/storage_target.py +1 -1
- pulumi_azure_native/storagecache/v20240301/__init__.py +19 -0
- pulumi_azure_native/storagecache/v20240301/_enums.py +116 -0
- pulumi_azure_native/storagecache/v20240301/_inputs.py +1518 -0
- pulumi_azure_native/storagecache/v20240301/aml_filesystem.py +528 -0
- pulumi_azure_native/storagecache/v20240301/cache.py +574 -0
- pulumi_azure_native/storagecache/v20240301/get_aml_filesystem.py +313 -0
- pulumi_azure_native/storagecache/v20240301/get_cache.py +352 -0
- pulumi_azure_native/storagecache/v20240301/get_import_job.py +331 -0
- pulumi_azure_native/storagecache/v20240301/get_required_aml_fs_subnets_size.py +79 -0
- pulumi_azure_native/storagecache/v20240301/get_storage_target.py +253 -0
- pulumi_azure_native/storagecache/v20240301/import_job.py +449 -0
- pulumi_azure_native/storagecache/v20240301/outputs.py +2730 -0
- pulumi_azure_native/storagecache/v20240301/storage_target.py +421 -0
- {pulumi_azure_native-2.38.0.dist-info → pulumi_azure_native-2.38.1a1714382243.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.38.0.dist-info → pulumi_azure_native-2.38.1a1714382243.dist-info}/RECORD +1090 -859
- pulumi_azure_native/blockchain/__init__.py +0 -25
- pulumi_azure_native/blockchain/_inputs.py +0 -138
- pulumi_azure_native/blockchain/blockchain_member.py +0 -537
- pulumi_azure_native/blockchain/get_blockchain_member.py +0 -328
- pulumi_azure_native/blockchain/get_transaction_node.py +0 -203
- pulumi_azure_native/blockchain/list_blockchain_member_api_keys.py +0 -81
- pulumi_azure_native/blockchain/list_location_consortiums.py +0 -76
- pulumi_azure_native/blockchain/list_transaction_node_api_keys.py +0 -86
- pulumi_azure_native/blockchain/outputs.py +0 -216
- pulumi_azure_native/blockchain/transaction_node.py +0 -305
- pulumi_azure_native/blockchain/v20180601preview/_enums.py +0 -19
- pulumi_azure_native/blockchain/v20180601preview/_inputs.py +0 -138
- pulumi_azure_native/blockchain/v20180601preview/blockchain_member.py +0 -535
- pulumi_azure_native/blockchain/v20180601preview/get_blockchain_member.py +0 -326
- pulumi_azure_native/blockchain/v20180601preview/get_transaction_node.py +0 -201
- pulumi_azure_native/blockchain/v20180601preview/list_blockchain_member_api_keys.py +0 -79
- pulumi_azure_native/blockchain/v20180601preview/list_location_consortiums.py +0 -74
- pulumi_azure_native/blockchain/v20180601preview/list_transaction_node_api_keys.py +0 -84
- pulumi_azure_native/blockchain/v20180601preview/outputs.py +0 -216
- pulumi_azure_native/blockchain/v20180601preview/transaction_node.py +0 -303
- pulumi_azure_native/machinelearningcompute/__init__.py +0 -21
- pulumi_azure_native/machinelearningcompute/_enums.py +0 -99
- pulumi_azure_native/machinelearningcompute/_inputs.py +0 -570
- pulumi_azure_native/machinelearningcompute/get_operationalization_cluster.py +0 -280
- pulumi_azure_native/machinelearningcompute/list_operationalization_cluster_keys.py +0 -150
- pulumi_azure_native/machinelearningcompute/operationalization_cluster.py +0 -464
- pulumi_azure_native/machinelearningcompute/outputs.py +0 -1005
- pulumi_azure_native/machinelearningcompute/v20170801preview/_enums.py +0 -99
- pulumi_azure_native/machinelearningcompute/v20170801preview/_inputs.py +0 -570
- pulumi_azure_native/machinelearningcompute/v20170801preview/get_operationalization_cluster.py +0 -274
- pulumi_azure_native/machinelearningcompute/v20170801preview/list_operationalization_cluster_keys.py +0 -144
- pulumi_azure_native/machinelearningcompute/v20170801preview/operationalization_cluster.py +0 -458
- pulumi_azure_native/machinelearningcompute/v20170801preview/outputs.py +0 -1005
- pulumi_azure_native/machinelearningexperimentation/__init__.py +0 -23
- pulumi_azure_native/machinelearningexperimentation/_inputs.py +0 -53
- pulumi_azure_native/machinelearningexperimentation/account.py +0 -432
- pulumi_azure_native/machinelearningexperimentation/get_account.py +0 -263
- pulumi_azure_native/machinelearningexperimentation/get_project.py +0 -246
- pulumi_azure_native/machinelearningexperimentation/get_workspace.py +0 -215
- pulumi_azure_native/machinelearningexperimentation/outputs.py +0 -67
- pulumi_azure_native/machinelearningexperimentation/project.py +0 -393
- pulumi_azure_native/machinelearningexperimentation/v20170501preview/_inputs.py +0 -53
- pulumi_azure_native/machinelearningexperimentation/v20170501preview/account.py +0 -430
- pulumi_azure_native/machinelearningexperimentation/v20170501preview/get_account.py +0 -261
- pulumi_azure_native/machinelearningexperimentation/v20170501preview/get_project.py +0 -244
- pulumi_azure_native/machinelearningexperimentation/v20170501preview/get_workspace.py +0 -213
- pulumi_azure_native/machinelearningexperimentation/v20170501preview/outputs.py +0 -67
- pulumi_azure_native/machinelearningexperimentation/v20170501preview/project.py +0 -391
- pulumi_azure_native/machinelearningexperimentation/workspace.py +0 -333
- {pulumi_azure_native-2.38.0.dist-info → pulumi_azure_native-2.38.1a1714382243.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.38.0.dist-info → pulumi_azure_native-2.38.1a1714382243.dist-info}/top_level.txt +0 -0
|
@@ -1825,61 +1825,130 @@ class AmazonRdsForOracleTableDatasetArgs:
|
|
|
1825
1825
|
@pulumi.input_type
|
|
1826
1826
|
class AmazonRdsForSqlServerLinkedServiceArgs:
|
|
1827
1827
|
def __init__(__self__, *,
|
|
1828
|
-
connection_string: Any,
|
|
1829
1828
|
type: pulumi.Input[str],
|
|
1830
1829
|
always_encrypted_settings: Optional[pulumi.Input['SqlAlwaysEncryptedPropertiesArgs']] = None,
|
|
1831
1830
|
annotations: Optional[pulumi.Input[Sequence[Any]]] = None,
|
|
1831
|
+
application_intent: Optional[Any] = None,
|
|
1832
|
+
authentication_type: Optional[pulumi.Input[Union[str, 'AmazonRdsForSqlAuthenticationType']]] = None,
|
|
1833
|
+
command_timeout: Optional[Any] = None,
|
|
1834
|
+
connect_retry_count: Optional[Any] = None,
|
|
1835
|
+
connect_retry_interval: Optional[Any] = None,
|
|
1836
|
+
connect_timeout: Optional[Any] = None,
|
|
1832
1837
|
connect_via: Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']] = None,
|
|
1838
|
+
connection_string: Optional[Any] = None,
|
|
1839
|
+
database: Optional[Any] = None,
|
|
1833
1840
|
description: Optional[pulumi.Input[str]] = None,
|
|
1841
|
+
encrypt: Optional[Any] = None,
|
|
1834
1842
|
encrypted_credential: Optional[pulumi.Input[str]] = None,
|
|
1843
|
+
failover_partner: Optional[Any] = None,
|
|
1844
|
+
host_name_in_certificate: Optional[Any] = None,
|
|
1845
|
+
integrated_security: Optional[Any] = None,
|
|
1846
|
+
load_balance_timeout: Optional[Any] = None,
|
|
1847
|
+
max_pool_size: Optional[Any] = None,
|
|
1848
|
+
min_pool_size: Optional[Any] = None,
|
|
1849
|
+
multi_subnet_failover: Optional[Any] = None,
|
|
1850
|
+
multiple_active_result_sets: Optional[Any] = None,
|
|
1851
|
+
packet_size: Optional[Any] = None,
|
|
1835
1852
|
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]]] = None,
|
|
1836
1853
|
password: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]] = None,
|
|
1854
|
+
pooling: Optional[Any] = None,
|
|
1855
|
+
server: Optional[Any] = None,
|
|
1856
|
+
trust_server_certificate: Optional[Any] = None,
|
|
1837
1857
|
user_name: Optional[Any] = None):
|
|
1838
1858
|
"""
|
|
1839
1859
|
Amazon RDS for SQL Server linked service.
|
|
1840
|
-
:param Any connection_string: The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
1841
1860
|
:param pulumi.Input[str] type: Type of linked service.
|
|
1842
1861
|
Expected value is 'AmazonRdsForSqlServer'.
|
|
1843
1862
|
:param pulumi.Input['SqlAlwaysEncryptedPropertiesArgs'] always_encrypted_settings: Sql always encrypted properties.
|
|
1844
1863
|
:param pulumi.Input[Sequence[Any]] annotations: List of tags that can be used for describing the linked service.
|
|
1864
|
+
:param Any application_intent: The application workload type when connecting to a server, used by recommended version. Possible values are ReadOnly and ReadWrite. Type: string (or Expression with resultType string).
|
|
1865
|
+
:param pulumi.Input[Union[str, 'AmazonRdsForSqlAuthenticationType']] authentication_type: The type used for authentication. Type: string.
|
|
1866
|
+
:param Any command_timeout: The default wait time (in seconds) before terminating the attempt to execute a command and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
1867
|
+
:param Any connect_retry_count: The number of re-connections attempted after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 0 and 255. Type: integer (or Expression with resultType integer).
|
|
1868
|
+
:param Any connect_retry_interval: The amount of time (in seconds) between each re-connection attempt after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 1 and 60. Type: integer (or Expression with resultType integer).
|
|
1869
|
+
:param Any connect_timeout: The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
1845
1870
|
:param pulumi.Input['IntegrationRuntimeReferenceArgs'] connect_via: The integration runtime reference.
|
|
1871
|
+
:param Any connection_string: The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
1872
|
+
:param Any database: The name of the database, used by recommended version. Type: string (or Expression with resultType string).
|
|
1846
1873
|
:param pulumi.Input[str] description: Linked service description.
|
|
1874
|
+
:param Any encrypt: Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string).
|
|
1847
1875
|
:param pulumi.Input[str] encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
1876
|
+
:param Any failover_partner: The name or address of the partner server to connect to if the primary server is down, used by recommended version. Type: string (or Expression with resultType string).
|
|
1877
|
+
:param Any host_name_in_certificate: The host name to use when validating the server certificate for the connection. When not specified, the server name from the Data Source is used for certificate validation, used by recommended version. Type: string (or Expression with resultType string).
|
|
1878
|
+
:param Any integrated_security: Indicate whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true), used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
1879
|
+
:param Any load_balance_timeout: The minimum time, in seconds, for the connection to live in the connection pool before being destroyed, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
1880
|
+
:param Any max_pool_size: The maximum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
1881
|
+
:param Any min_pool_size: The minimum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
1882
|
+
:param Any multi_subnet_failover: If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
1883
|
+
:param Any multiple_active_result_sets: When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
1884
|
+
:param Any packet_size: The size in bytes of the network packets used to communicate with an instance of server, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
1848
1885
|
:param pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]] parameters: Parameters for linked service.
|
|
1849
1886
|
:param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] password: The on-premises Windows authentication password.
|
|
1887
|
+
:param Any pooling: Indicate whether the connection will be pooled or explicitly opened every time that the connection is requested, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
1888
|
+
:param Any server: The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string).
|
|
1889
|
+
:param Any trust_server_certificate: Indicate whether the channel will be encrypted while bypassing walking the certificate chain to validate trust, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
1850
1890
|
:param Any user_name: The on-premises Windows authentication user name. Type: string (or Expression with resultType string).
|
|
1851
1891
|
"""
|
|
1852
|
-
pulumi.set(__self__, "connection_string", connection_string)
|
|
1853
1892
|
pulumi.set(__self__, "type", 'AmazonRdsForSqlServer')
|
|
1854
1893
|
if always_encrypted_settings is not None:
|
|
1855
1894
|
pulumi.set(__self__, "always_encrypted_settings", always_encrypted_settings)
|
|
1856
1895
|
if annotations is not None:
|
|
1857
1896
|
pulumi.set(__self__, "annotations", annotations)
|
|
1897
|
+
if application_intent is not None:
|
|
1898
|
+
pulumi.set(__self__, "application_intent", application_intent)
|
|
1899
|
+
if authentication_type is not None:
|
|
1900
|
+
pulumi.set(__self__, "authentication_type", authentication_type)
|
|
1901
|
+
if command_timeout is not None:
|
|
1902
|
+
pulumi.set(__self__, "command_timeout", command_timeout)
|
|
1903
|
+
if connect_retry_count is not None:
|
|
1904
|
+
pulumi.set(__self__, "connect_retry_count", connect_retry_count)
|
|
1905
|
+
if connect_retry_interval is not None:
|
|
1906
|
+
pulumi.set(__self__, "connect_retry_interval", connect_retry_interval)
|
|
1907
|
+
if connect_timeout is not None:
|
|
1908
|
+
pulumi.set(__self__, "connect_timeout", connect_timeout)
|
|
1858
1909
|
if connect_via is not None:
|
|
1859
1910
|
pulumi.set(__self__, "connect_via", connect_via)
|
|
1911
|
+
if connection_string is not None:
|
|
1912
|
+
pulumi.set(__self__, "connection_string", connection_string)
|
|
1913
|
+
if database is not None:
|
|
1914
|
+
pulumi.set(__self__, "database", database)
|
|
1860
1915
|
if description is not None:
|
|
1861
1916
|
pulumi.set(__self__, "description", description)
|
|
1917
|
+
if encrypt is not None:
|
|
1918
|
+
pulumi.set(__self__, "encrypt", encrypt)
|
|
1862
1919
|
if encrypted_credential is not None:
|
|
1863
1920
|
pulumi.set(__self__, "encrypted_credential", encrypted_credential)
|
|
1921
|
+
if failover_partner is not None:
|
|
1922
|
+
pulumi.set(__self__, "failover_partner", failover_partner)
|
|
1923
|
+
if host_name_in_certificate is not None:
|
|
1924
|
+
pulumi.set(__self__, "host_name_in_certificate", host_name_in_certificate)
|
|
1925
|
+
if integrated_security is not None:
|
|
1926
|
+
pulumi.set(__self__, "integrated_security", integrated_security)
|
|
1927
|
+
if load_balance_timeout is not None:
|
|
1928
|
+
pulumi.set(__self__, "load_balance_timeout", load_balance_timeout)
|
|
1929
|
+
if max_pool_size is not None:
|
|
1930
|
+
pulumi.set(__self__, "max_pool_size", max_pool_size)
|
|
1931
|
+
if min_pool_size is not None:
|
|
1932
|
+
pulumi.set(__self__, "min_pool_size", min_pool_size)
|
|
1933
|
+
if multi_subnet_failover is not None:
|
|
1934
|
+
pulumi.set(__self__, "multi_subnet_failover", multi_subnet_failover)
|
|
1935
|
+
if multiple_active_result_sets is not None:
|
|
1936
|
+
pulumi.set(__self__, "multiple_active_result_sets", multiple_active_result_sets)
|
|
1937
|
+
if packet_size is not None:
|
|
1938
|
+
pulumi.set(__self__, "packet_size", packet_size)
|
|
1864
1939
|
if parameters is not None:
|
|
1865
1940
|
pulumi.set(__self__, "parameters", parameters)
|
|
1866
1941
|
if password is not None:
|
|
1867
1942
|
pulumi.set(__self__, "password", password)
|
|
1943
|
+
if pooling is not None:
|
|
1944
|
+
pulumi.set(__self__, "pooling", pooling)
|
|
1945
|
+
if server is not None:
|
|
1946
|
+
pulumi.set(__self__, "server", server)
|
|
1947
|
+
if trust_server_certificate is not None:
|
|
1948
|
+
pulumi.set(__self__, "trust_server_certificate", trust_server_certificate)
|
|
1868
1949
|
if user_name is not None:
|
|
1869
1950
|
pulumi.set(__self__, "user_name", user_name)
|
|
1870
1951
|
|
|
1871
|
-
@property
|
|
1872
|
-
@pulumi.getter(name="connectionString")
|
|
1873
|
-
def connection_string(self) -> Any:
|
|
1874
|
-
"""
|
|
1875
|
-
The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
1876
|
-
"""
|
|
1877
|
-
return pulumi.get(self, "connection_string")
|
|
1878
|
-
|
|
1879
|
-
@connection_string.setter
|
|
1880
|
-
def connection_string(self, value: Any):
|
|
1881
|
-
pulumi.set(self, "connection_string", value)
|
|
1882
|
-
|
|
1883
1952
|
@property
|
|
1884
1953
|
@pulumi.getter
|
|
1885
1954
|
def type(self) -> pulumi.Input[str]:
|
|
@@ -1917,6 +1986,78 @@ class AmazonRdsForSqlServerLinkedServiceArgs:
|
|
|
1917
1986
|
def annotations(self, value: Optional[pulumi.Input[Sequence[Any]]]):
|
|
1918
1987
|
pulumi.set(self, "annotations", value)
|
|
1919
1988
|
|
|
1989
|
+
@property
|
|
1990
|
+
@pulumi.getter(name="applicationIntent")
|
|
1991
|
+
def application_intent(self) -> Optional[Any]:
|
|
1992
|
+
"""
|
|
1993
|
+
The application workload type when connecting to a server, used by recommended version. Possible values are ReadOnly and ReadWrite. Type: string (or Expression with resultType string).
|
|
1994
|
+
"""
|
|
1995
|
+
return pulumi.get(self, "application_intent")
|
|
1996
|
+
|
|
1997
|
+
@application_intent.setter
|
|
1998
|
+
def application_intent(self, value: Optional[Any]):
|
|
1999
|
+
pulumi.set(self, "application_intent", value)
|
|
2000
|
+
|
|
2001
|
+
@property
|
|
2002
|
+
@pulumi.getter(name="authenticationType")
|
|
2003
|
+
def authentication_type(self) -> Optional[pulumi.Input[Union[str, 'AmazonRdsForSqlAuthenticationType']]]:
|
|
2004
|
+
"""
|
|
2005
|
+
The type used for authentication. Type: string.
|
|
2006
|
+
"""
|
|
2007
|
+
return pulumi.get(self, "authentication_type")
|
|
2008
|
+
|
|
2009
|
+
@authentication_type.setter
|
|
2010
|
+
def authentication_type(self, value: Optional[pulumi.Input[Union[str, 'AmazonRdsForSqlAuthenticationType']]]):
|
|
2011
|
+
pulumi.set(self, "authentication_type", value)
|
|
2012
|
+
|
|
2013
|
+
@property
|
|
2014
|
+
@pulumi.getter(name="commandTimeout")
|
|
2015
|
+
def command_timeout(self) -> Optional[Any]:
|
|
2016
|
+
"""
|
|
2017
|
+
The default wait time (in seconds) before terminating the attempt to execute a command and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
2018
|
+
"""
|
|
2019
|
+
return pulumi.get(self, "command_timeout")
|
|
2020
|
+
|
|
2021
|
+
@command_timeout.setter
|
|
2022
|
+
def command_timeout(self, value: Optional[Any]):
|
|
2023
|
+
pulumi.set(self, "command_timeout", value)
|
|
2024
|
+
|
|
2025
|
+
@property
|
|
2026
|
+
@pulumi.getter(name="connectRetryCount")
|
|
2027
|
+
def connect_retry_count(self) -> Optional[Any]:
|
|
2028
|
+
"""
|
|
2029
|
+
The number of re-connections attempted after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 0 and 255. Type: integer (or Expression with resultType integer).
|
|
2030
|
+
"""
|
|
2031
|
+
return pulumi.get(self, "connect_retry_count")
|
|
2032
|
+
|
|
2033
|
+
@connect_retry_count.setter
|
|
2034
|
+
def connect_retry_count(self, value: Optional[Any]):
|
|
2035
|
+
pulumi.set(self, "connect_retry_count", value)
|
|
2036
|
+
|
|
2037
|
+
@property
|
|
2038
|
+
@pulumi.getter(name="connectRetryInterval")
|
|
2039
|
+
def connect_retry_interval(self) -> Optional[Any]:
|
|
2040
|
+
"""
|
|
2041
|
+
The amount of time (in seconds) between each re-connection attempt after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 1 and 60. Type: integer (or Expression with resultType integer).
|
|
2042
|
+
"""
|
|
2043
|
+
return pulumi.get(self, "connect_retry_interval")
|
|
2044
|
+
|
|
2045
|
+
@connect_retry_interval.setter
|
|
2046
|
+
def connect_retry_interval(self, value: Optional[Any]):
|
|
2047
|
+
pulumi.set(self, "connect_retry_interval", value)
|
|
2048
|
+
|
|
2049
|
+
@property
|
|
2050
|
+
@pulumi.getter(name="connectTimeout")
|
|
2051
|
+
def connect_timeout(self) -> Optional[Any]:
|
|
2052
|
+
"""
|
|
2053
|
+
The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
2054
|
+
"""
|
|
2055
|
+
return pulumi.get(self, "connect_timeout")
|
|
2056
|
+
|
|
2057
|
+
@connect_timeout.setter
|
|
2058
|
+
def connect_timeout(self, value: Optional[Any]):
|
|
2059
|
+
pulumi.set(self, "connect_timeout", value)
|
|
2060
|
+
|
|
1920
2061
|
@property
|
|
1921
2062
|
@pulumi.getter(name="connectVia")
|
|
1922
2063
|
def connect_via(self) -> Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']]:
|
|
@@ -1929,6 +2070,30 @@ class AmazonRdsForSqlServerLinkedServiceArgs:
|
|
|
1929
2070
|
def connect_via(self, value: Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']]):
|
|
1930
2071
|
pulumi.set(self, "connect_via", value)
|
|
1931
2072
|
|
|
2073
|
+
@property
|
|
2074
|
+
@pulumi.getter(name="connectionString")
|
|
2075
|
+
def connection_string(self) -> Optional[Any]:
|
|
2076
|
+
"""
|
|
2077
|
+
The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
2078
|
+
"""
|
|
2079
|
+
return pulumi.get(self, "connection_string")
|
|
2080
|
+
|
|
2081
|
+
@connection_string.setter
|
|
2082
|
+
def connection_string(self, value: Optional[Any]):
|
|
2083
|
+
pulumi.set(self, "connection_string", value)
|
|
2084
|
+
|
|
2085
|
+
@property
|
|
2086
|
+
@pulumi.getter
|
|
2087
|
+
def database(self) -> Optional[Any]:
|
|
2088
|
+
"""
|
|
2089
|
+
The name of the database, used by recommended version. Type: string (or Expression with resultType string).
|
|
2090
|
+
"""
|
|
2091
|
+
return pulumi.get(self, "database")
|
|
2092
|
+
|
|
2093
|
+
@database.setter
|
|
2094
|
+
def database(self, value: Optional[Any]):
|
|
2095
|
+
pulumi.set(self, "database", value)
|
|
2096
|
+
|
|
1932
2097
|
@property
|
|
1933
2098
|
@pulumi.getter
|
|
1934
2099
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -1941,6 +2106,18 @@ class AmazonRdsForSqlServerLinkedServiceArgs:
|
|
|
1941
2106
|
def description(self, value: Optional[pulumi.Input[str]]):
|
|
1942
2107
|
pulumi.set(self, "description", value)
|
|
1943
2108
|
|
|
2109
|
+
@property
|
|
2110
|
+
@pulumi.getter
|
|
2111
|
+
def encrypt(self) -> Optional[Any]:
|
|
2112
|
+
"""
|
|
2113
|
+
Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string).
|
|
2114
|
+
"""
|
|
2115
|
+
return pulumi.get(self, "encrypt")
|
|
2116
|
+
|
|
2117
|
+
@encrypt.setter
|
|
2118
|
+
def encrypt(self, value: Optional[Any]):
|
|
2119
|
+
pulumi.set(self, "encrypt", value)
|
|
2120
|
+
|
|
1944
2121
|
@property
|
|
1945
2122
|
@pulumi.getter(name="encryptedCredential")
|
|
1946
2123
|
def encrypted_credential(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -1953,6 +2130,114 @@ class AmazonRdsForSqlServerLinkedServiceArgs:
|
|
|
1953
2130
|
def encrypted_credential(self, value: Optional[pulumi.Input[str]]):
|
|
1954
2131
|
pulumi.set(self, "encrypted_credential", value)
|
|
1955
2132
|
|
|
2133
|
+
@property
|
|
2134
|
+
@pulumi.getter(name="failoverPartner")
|
|
2135
|
+
def failover_partner(self) -> Optional[Any]:
|
|
2136
|
+
"""
|
|
2137
|
+
The name or address of the partner server to connect to if the primary server is down, used by recommended version. Type: string (or Expression with resultType string).
|
|
2138
|
+
"""
|
|
2139
|
+
return pulumi.get(self, "failover_partner")
|
|
2140
|
+
|
|
2141
|
+
@failover_partner.setter
|
|
2142
|
+
def failover_partner(self, value: Optional[Any]):
|
|
2143
|
+
pulumi.set(self, "failover_partner", value)
|
|
2144
|
+
|
|
2145
|
+
@property
|
|
2146
|
+
@pulumi.getter(name="hostNameInCertificate")
|
|
2147
|
+
def host_name_in_certificate(self) -> Optional[Any]:
|
|
2148
|
+
"""
|
|
2149
|
+
The host name to use when validating the server certificate for the connection. When not specified, the server name from the Data Source is used for certificate validation, used by recommended version. Type: string (or Expression with resultType string).
|
|
2150
|
+
"""
|
|
2151
|
+
return pulumi.get(self, "host_name_in_certificate")
|
|
2152
|
+
|
|
2153
|
+
@host_name_in_certificate.setter
|
|
2154
|
+
def host_name_in_certificate(self, value: Optional[Any]):
|
|
2155
|
+
pulumi.set(self, "host_name_in_certificate", value)
|
|
2156
|
+
|
|
2157
|
+
@property
|
|
2158
|
+
@pulumi.getter(name="integratedSecurity")
|
|
2159
|
+
def integrated_security(self) -> Optional[Any]:
|
|
2160
|
+
"""
|
|
2161
|
+
Indicate whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true), used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
2162
|
+
"""
|
|
2163
|
+
return pulumi.get(self, "integrated_security")
|
|
2164
|
+
|
|
2165
|
+
@integrated_security.setter
|
|
2166
|
+
def integrated_security(self, value: Optional[Any]):
|
|
2167
|
+
pulumi.set(self, "integrated_security", value)
|
|
2168
|
+
|
|
2169
|
+
@property
|
|
2170
|
+
@pulumi.getter(name="loadBalanceTimeout")
|
|
2171
|
+
def load_balance_timeout(self) -> Optional[Any]:
|
|
2172
|
+
"""
|
|
2173
|
+
The minimum time, in seconds, for the connection to live in the connection pool before being destroyed, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
2174
|
+
"""
|
|
2175
|
+
return pulumi.get(self, "load_balance_timeout")
|
|
2176
|
+
|
|
2177
|
+
@load_balance_timeout.setter
|
|
2178
|
+
def load_balance_timeout(self, value: Optional[Any]):
|
|
2179
|
+
pulumi.set(self, "load_balance_timeout", value)
|
|
2180
|
+
|
|
2181
|
+
@property
|
|
2182
|
+
@pulumi.getter(name="maxPoolSize")
|
|
2183
|
+
def max_pool_size(self) -> Optional[Any]:
|
|
2184
|
+
"""
|
|
2185
|
+
The maximum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
2186
|
+
"""
|
|
2187
|
+
return pulumi.get(self, "max_pool_size")
|
|
2188
|
+
|
|
2189
|
+
@max_pool_size.setter
|
|
2190
|
+
def max_pool_size(self, value: Optional[Any]):
|
|
2191
|
+
pulumi.set(self, "max_pool_size", value)
|
|
2192
|
+
|
|
2193
|
+
@property
|
|
2194
|
+
@pulumi.getter(name="minPoolSize")
|
|
2195
|
+
def min_pool_size(self) -> Optional[Any]:
|
|
2196
|
+
"""
|
|
2197
|
+
The minimum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
2198
|
+
"""
|
|
2199
|
+
return pulumi.get(self, "min_pool_size")
|
|
2200
|
+
|
|
2201
|
+
@min_pool_size.setter
|
|
2202
|
+
def min_pool_size(self, value: Optional[Any]):
|
|
2203
|
+
pulumi.set(self, "min_pool_size", value)
|
|
2204
|
+
|
|
2205
|
+
@property
|
|
2206
|
+
@pulumi.getter(name="multiSubnetFailover")
|
|
2207
|
+
def multi_subnet_failover(self) -> Optional[Any]:
|
|
2208
|
+
"""
|
|
2209
|
+
If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
2210
|
+
"""
|
|
2211
|
+
return pulumi.get(self, "multi_subnet_failover")
|
|
2212
|
+
|
|
2213
|
+
@multi_subnet_failover.setter
|
|
2214
|
+
def multi_subnet_failover(self, value: Optional[Any]):
|
|
2215
|
+
pulumi.set(self, "multi_subnet_failover", value)
|
|
2216
|
+
|
|
2217
|
+
@property
|
|
2218
|
+
@pulumi.getter(name="multipleActiveResultSets")
|
|
2219
|
+
def multiple_active_result_sets(self) -> Optional[Any]:
|
|
2220
|
+
"""
|
|
2221
|
+
When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
2222
|
+
"""
|
|
2223
|
+
return pulumi.get(self, "multiple_active_result_sets")
|
|
2224
|
+
|
|
2225
|
+
@multiple_active_result_sets.setter
|
|
2226
|
+
def multiple_active_result_sets(self, value: Optional[Any]):
|
|
2227
|
+
pulumi.set(self, "multiple_active_result_sets", value)
|
|
2228
|
+
|
|
2229
|
+
@property
|
|
2230
|
+
@pulumi.getter(name="packetSize")
|
|
2231
|
+
def packet_size(self) -> Optional[Any]:
|
|
2232
|
+
"""
|
|
2233
|
+
The size in bytes of the network packets used to communicate with an instance of server, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
2234
|
+
"""
|
|
2235
|
+
return pulumi.get(self, "packet_size")
|
|
2236
|
+
|
|
2237
|
+
@packet_size.setter
|
|
2238
|
+
def packet_size(self, value: Optional[Any]):
|
|
2239
|
+
pulumi.set(self, "packet_size", value)
|
|
2240
|
+
|
|
1956
2241
|
@property
|
|
1957
2242
|
@pulumi.getter
|
|
1958
2243
|
def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]]]:
|
|
@@ -1977,6 +2262,42 @@ class AmazonRdsForSqlServerLinkedServiceArgs:
|
|
|
1977
2262
|
def password(self, value: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]):
|
|
1978
2263
|
pulumi.set(self, "password", value)
|
|
1979
2264
|
|
|
2265
|
+
@property
|
|
2266
|
+
@pulumi.getter
|
|
2267
|
+
def pooling(self) -> Optional[Any]:
|
|
2268
|
+
"""
|
|
2269
|
+
Indicate whether the connection will be pooled or explicitly opened every time that the connection is requested, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
2270
|
+
"""
|
|
2271
|
+
return pulumi.get(self, "pooling")
|
|
2272
|
+
|
|
2273
|
+
@pooling.setter
|
|
2274
|
+
def pooling(self, value: Optional[Any]):
|
|
2275
|
+
pulumi.set(self, "pooling", value)
|
|
2276
|
+
|
|
2277
|
+
@property
|
|
2278
|
+
@pulumi.getter
|
|
2279
|
+
def server(self) -> Optional[Any]:
|
|
2280
|
+
"""
|
|
2281
|
+
The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string).
|
|
2282
|
+
"""
|
|
2283
|
+
return pulumi.get(self, "server")
|
|
2284
|
+
|
|
2285
|
+
@server.setter
|
|
2286
|
+
def server(self, value: Optional[Any]):
|
|
2287
|
+
pulumi.set(self, "server", value)
|
|
2288
|
+
|
|
2289
|
+
@property
|
|
2290
|
+
@pulumi.getter(name="trustServerCertificate")
|
|
2291
|
+
def trust_server_certificate(self) -> Optional[Any]:
|
|
2292
|
+
"""
|
|
2293
|
+
Indicate whether the channel will be encrypted while bypassing walking the certificate chain to validate trust, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
2294
|
+
"""
|
|
2295
|
+
return pulumi.get(self, "trust_server_certificate")
|
|
2296
|
+
|
|
2297
|
+
@trust_server_certificate.setter
|
|
2298
|
+
def trust_server_certificate(self, value: Optional[Any]):
|
|
2299
|
+
pulumi.set(self, "trust_server_certificate", value)
|
|
2300
|
+
|
|
1980
2301
|
@property
|
|
1981
2302
|
@pulumi.getter(name="userName")
|
|
1982
2303
|
def user_name(self) -> Optional[Any]:
|
|
@@ -15219,72 +15540,153 @@ class AzureSearchLinkedServiceArgs:
|
|
|
15219
15540
|
@pulumi.input_type
|
|
15220
15541
|
class AzureSqlDWLinkedServiceArgs:
|
|
15221
15542
|
def __init__(__self__, *,
|
|
15222
|
-
connection_string: Any,
|
|
15223
15543
|
type: pulumi.Input[str],
|
|
15224
15544
|
annotations: Optional[pulumi.Input[Sequence[Any]]] = None,
|
|
15545
|
+
application_intent: Optional[Any] = None,
|
|
15546
|
+
authentication_type: Optional[pulumi.Input[Union[str, 'AzureSqlDWAuthenticationType']]] = None,
|
|
15225
15547
|
azure_cloud_type: Optional[Any] = None,
|
|
15548
|
+
command_timeout: Optional[Any] = None,
|
|
15549
|
+
connect_retry_count: Optional[Any] = None,
|
|
15550
|
+
connect_retry_interval: Optional[Any] = None,
|
|
15551
|
+
connect_timeout: Optional[Any] = None,
|
|
15226
15552
|
connect_via: Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']] = None,
|
|
15553
|
+
connection_string: Optional[Any] = None,
|
|
15227
15554
|
credential: Optional[pulumi.Input['CredentialReferenceArgs']] = None,
|
|
15555
|
+
database: Optional[Any] = None,
|
|
15228
15556
|
description: Optional[pulumi.Input[str]] = None,
|
|
15557
|
+
encrypt: Optional[Any] = None,
|
|
15229
15558
|
encrypted_credential: Optional[pulumi.Input[str]] = None,
|
|
15559
|
+
failover_partner: Optional[Any] = None,
|
|
15560
|
+
host_name_in_certificate: Optional[Any] = None,
|
|
15561
|
+
integrated_security: Optional[Any] = None,
|
|
15562
|
+
load_balance_timeout: Optional[Any] = None,
|
|
15563
|
+
max_pool_size: Optional[Any] = None,
|
|
15564
|
+
min_pool_size: Optional[Any] = None,
|
|
15565
|
+
multi_subnet_failover: Optional[Any] = None,
|
|
15566
|
+
multiple_active_result_sets: Optional[Any] = None,
|
|
15567
|
+
packet_size: Optional[Any] = None,
|
|
15230
15568
|
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]]] = None,
|
|
15231
15569
|
password: Optional[pulumi.Input['AzureKeyVaultSecretReferenceArgs']] = None,
|
|
15570
|
+
pooling: Optional[Any] = None,
|
|
15571
|
+
server: Optional[Any] = None,
|
|
15572
|
+
service_principal_credential: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]] = None,
|
|
15573
|
+
service_principal_credential_type: Optional[Any] = None,
|
|
15232
15574
|
service_principal_id: Optional[Any] = None,
|
|
15233
15575
|
service_principal_key: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]] = None,
|
|
15234
|
-
tenant: Optional[Any] = None
|
|
15576
|
+
tenant: Optional[Any] = None,
|
|
15577
|
+
trust_server_certificate: Optional[Any] = None,
|
|
15578
|
+
user_name: Optional[Any] = None):
|
|
15235
15579
|
"""
|
|
15236
15580
|
Azure SQL Data Warehouse linked service.
|
|
15237
|
-
:param Any connection_string: The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
15238
15581
|
:param pulumi.Input[str] type: Type of linked service.
|
|
15239
15582
|
Expected value is 'AzureSqlDW'.
|
|
15240
15583
|
:param pulumi.Input[Sequence[Any]] annotations: List of tags that can be used for describing the linked service.
|
|
15584
|
+
:param Any application_intent: The application workload type when connecting to a server, used by recommended version. Possible values are ReadOnly and ReadWrite. Type: string (or Expression with resultType string).
|
|
15585
|
+
:param pulumi.Input[Union[str, 'AzureSqlDWAuthenticationType']] authentication_type: The type used for authentication. Type: string.
|
|
15241
15586
|
:param Any azure_cloud_type: Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string).
|
|
15587
|
+
:param Any command_timeout: The default wait time (in seconds) before terminating the attempt to execute a command and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
15588
|
+
:param Any connect_retry_count: The number of re-connections attempted after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 0 and 255. Type: integer (or Expression with resultType integer).
|
|
15589
|
+
:param Any connect_retry_interval: The amount of time (in seconds) between each re-connection attempt after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 1 and 60. Type: integer (or Expression with resultType integer).
|
|
15590
|
+
:param Any connect_timeout: The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
15242
15591
|
:param pulumi.Input['IntegrationRuntimeReferenceArgs'] connect_via: The integration runtime reference.
|
|
15592
|
+
:param Any connection_string: The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
15243
15593
|
:param pulumi.Input['CredentialReferenceArgs'] credential: The credential reference containing authentication information.
|
|
15594
|
+
:param Any database: The name of the database, used by recommended version. Type: string (or Expression with resultType string).
|
|
15244
15595
|
:param pulumi.Input[str] description: Linked service description.
|
|
15596
|
+
:param Any encrypt: Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string).
|
|
15245
15597
|
:param pulumi.Input[str] encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
15598
|
+
:param Any failover_partner: The name or address of the partner server to connect to if the primary server is down, used by recommended version. Type: string (or Expression with resultType string).
|
|
15599
|
+
:param Any host_name_in_certificate: The host name to use when validating the server certificate for the connection. When not specified, the server name from the Data Source is used for certificate validation, used by recommended version. Type: string (or Expression with resultType string).
|
|
15600
|
+
:param Any integrated_security: Indicate whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true), used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
15601
|
+
:param Any load_balance_timeout: The minimum time, in seconds, for the connection to live in the connection pool before being destroyed, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
15602
|
+
:param Any max_pool_size: The maximum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
15603
|
+
:param Any min_pool_size: The minimum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
15604
|
+
:param Any multi_subnet_failover: If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
15605
|
+
:param Any multiple_active_result_sets: When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
15606
|
+
:param Any packet_size: The size in bytes of the network packets used to communicate with an instance of server, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
15246
15607
|
:param pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]] parameters: Parameters for linked service.
|
|
15247
15608
|
:param pulumi.Input['AzureKeyVaultSecretReferenceArgs'] password: The Azure key vault secret reference of password in connection string.
|
|
15609
|
+
:param Any pooling: Indicate whether the connection will be pooled or explicitly opened every time that the connection is requested, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
15610
|
+
:param Any server: The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string).
|
|
15611
|
+
:param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] service_principal_credential: The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference.
|
|
15612
|
+
:param Any service_principal_credential_type: The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
|
|
15248
15613
|
:param Any service_principal_id: The ID of the service principal used to authenticate against Azure SQL Data Warehouse. Type: string (or Expression with resultType string).
|
|
15249
15614
|
:param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] service_principal_key: The key of the service principal used to authenticate against Azure SQL Data Warehouse.
|
|
15250
15615
|
:param Any tenant: The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).
|
|
15616
|
+
:param Any trust_server_certificate: Indicate whether the channel will be encrypted while bypassing walking the certificate chain to validate trust, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
15617
|
+
:param Any user_name: The user name to be used when connecting to server. Type: string (or Expression with resultType string).
|
|
15251
15618
|
"""
|
|
15252
|
-
pulumi.set(__self__, "connection_string", connection_string)
|
|
15253
15619
|
pulumi.set(__self__, "type", 'AzureSqlDW')
|
|
15254
15620
|
if annotations is not None:
|
|
15255
15621
|
pulumi.set(__self__, "annotations", annotations)
|
|
15622
|
+
if application_intent is not None:
|
|
15623
|
+
pulumi.set(__self__, "application_intent", application_intent)
|
|
15624
|
+
if authentication_type is not None:
|
|
15625
|
+
pulumi.set(__self__, "authentication_type", authentication_type)
|
|
15256
15626
|
if azure_cloud_type is not None:
|
|
15257
15627
|
pulumi.set(__self__, "azure_cloud_type", azure_cloud_type)
|
|
15628
|
+
if command_timeout is not None:
|
|
15629
|
+
pulumi.set(__self__, "command_timeout", command_timeout)
|
|
15630
|
+
if connect_retry_count is not None:
|
|
15631
|
+
pulumi.set(__self__, "connect_retry_count", connect_retry_count)
|
|
15632
|
+
if connect_retry_interval is not None:
|
|
15633
|
+
pulumi.set(__self__, "connect_retry_interval", connect_retry_interval)
|
|
15634
|
+
if connect_timeout is not None:
|
|
15635
|
+
pulumi.set(__self__, "connect_timeout", connect_timeout)
|
|
15258
15636
|
if connect_via is not None:
|
|
15259
15637
|
pulumi.set(__self__, "connect_via", connect_via)
|
|
15638
|
+
if connection_string is not None:
|
|
15639
|
+
pulumi.set(__self__, "connection_string", connection_string)
|
|
15260
15640
|
if credential is not None:
|
|
15261
15641
|
pulumi.set(__self__, "credential", credential)
|
|
15642
|
+
if database is not None:
|
|
15643
|
+
pulumi.set(__self__, "database", database)
|
|
15262
15644
|
if description is not None:
|
|
15263
15645
|
pulumi.set(__self__, "description", description)
|
|
15646
|
+
if encrypt is not None:
|
|
15647
|
+
pulumi.set(__self__, "encrypt", encrypt)
|
|
15264
15648
|
if encrypted_credential is not None:
|
|
15265
15649
|
pulumi.set(__self__, "encrypted_credential", encrypted_credential)
|
|
15650
|
+
if failover_partner is not None:
|
|
15651
|
+
pulumi.set(__self__, "failover_partner", failover_partner)
|
|
15652
|
+
if host_name_in_certificate is not None:
|
|
15653
|
+
pulumi.set(__self__, "host_name_in_certificate", host_name_in_certificate)
|
|
15654
|
+
if integrated_security is not None:
|
|
15655
|
+
pulumi.set(__self__, "integrated_security", integrated_security)
|
|
15656
|
+
if load_balance_timeout is not None:
|
|
15657
|
+
pulumi.set(__self__, "load_balance_timeout", load_balance_timeout)
|
|
15658
|
+
if max_pool_size is not None:
|
|
15659
|
+
pulumi.set(__self__, "max_pool_size", max_pool_size)
|
|
15660
|
+
if min_pool_size is not None:
|
|
15661
|
+
pulumi.set(__self__, "min_pool_size", min_pool_size)
|
|
15662
|
+
if multi_subnet_failover is not None:
|
|
15663
|
+
pulumi.set(__self__, "multi_subnet_failover", multi_subnet_failover)
|
|
15664
|
+
if multiple_active_result_sets is not None:
|
|
15665
|
+
pulumi.set(__self__, "multiple_active_result_sets", multiple_active_result_sets)
|
|
15666
|
+
if packet_size is not None:
|
|
15667
|
+
pulumi.set(__self__, "packet_size", packet_size)
|
|
15266
15668
|
if parameters is not None:
|
|
15267
15669
|
pulumi.set(__self__, "parameters", parameters)
|
|
15268
15670
|
if password is not None:
|
|
15269
15671
|
pulumi.set(__self__, "password", password)
|
|
15672
|
+
if pooling is not None:
|
|
15673
|
+
pulumi.set(__self__, "pooling", pooling)
|
|
15674
|
+
if server is not None:
|
|
15675
|
+
pulumi.set(__self__, "server", server)
|
|
15676
|
+
if service_principal_credential is not None:
|
|
15677
|
+
pulumi.set(__self__, "service_principal_credential", service_principal_credential)
|
|
15678
|
+
if service_principal_credential_type is not None:
|
|
15679
|
+
pulumi.set(__self__, "service_principal_credential_type", service_principal_credential_type)
|
|
15270
15680
|
if service_principal_id is not None:
|
|
15271
15681
|
pulumi.set(__self__, "service_principal_id", service_principal_id)
|
|
15272
15682
|
if service_principal_key is not None:
|
|
15273
15683
|
pulumi.set(__self__, "service_principal_key", service_principal_key)
|
|
15274
15684
|
if tenant is not None:
|
|
15275
15685
|
pulumi.set(__self__, "tenant", tenant)
|
|
15276
|
-
|
|
15277
|
-
|
|
15278
|
-
|
|
15279
|
-
|
|
15280
|
-
"""
|
|
15281
|
-
The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
15282
|
-
"""
|
|
15283
|
-
return pulumi.get(self, "connection_string")
|
|
15284
|
-
|
|
15285
|
-
@connection_string.setter
|
|
15286
|
-
def connection_string(self, value: Any):
|
|
15287
|
-
pulumi.set(self, "connection_string", value)
|
|
15686
|
+
if trust_server_certificate is not None:
|
|
15687
|
+
pulumi.set(__self__, "trust_server_certificate", trust_server_certificate)
|
|
15688
|
+
if user_name is not None:
|
|
15689
|
+
pulumi.set(__self__, "user_name", user_name)
|
|
15288
15690
|
|
|
15289
15691
|
@property
|
|
15290
15692
|
@pulumi.getter
|
|
@@ -15311,6 +15713,30 @@ class AzureSqlDWLinkedServiceArgs:
|
|
|
15311
15713
|
def annotations(self, value: Optional[pulumi.Input[Sequence[Any]]]):
|
|
15312
15714
|
pulumi.set(self, "annotations", value)
|
|
15313
15715
|
|
|
15716
|
+
@property
|
|
15717
|
+
@pulumi.getter(name="applicationIntent")
|
|
15718
|
+
def application_intent(self) -> Optional[Any]:
|
|
15719
|
+
"""
|
|
15720
|
+
The application workload type when connecting to a server, used by recommended version. Possible values are ReadOnly and ReadWrite. Type: string (or Expression with resultType string).
|
|
15721
|
+
"""
|
|
15722
|
+
return pulumi.get(self, "application_intent")
|
|
15723
|
+
|
|
15724
|
+
@application_intent.setter
|
|
15725
|
+
def application_intent(self, value: Optional[Any]):
|
|
15726
|
+
pulumi.set(self, "application_intent", value)
|
|
15727
|
+
|
|
15728
|
+
@property
|
|
15729
|
+
@pulumi.getter(name="authenticationType")
|
|
15730
|
+
def authentication_type(self) -> Optional[pulumi.Input[Union[str, 'AzureSqlDWAuthenticationType']]]:
|
|
15731
|
+
"""
|
|
15732
|
+
The type used for authentication. Type: string.
|
|
15733
|
+
"""
|
|
15734
|
+
return pulumi.get(self, "authentication_type")
|
|
15735
|
+
|
|
15736
|
+
@authentication_type.setter
|
|
15737
|
+
def authentication_type(self, value: Optional[pulumi.Input[Union[str, 'AzureSqlDWAuthenticationType']]]):
|
|
15738
|
+
pulumi.set(self, "authentication_type", value)
|
|
15739
|
+
|
|
15314
15740
|
@property
|
|
15315
15741
|
@pulumi.getter(name="azureCloudType")
|
|
15316
15742
|
def azure_cloud_type(self) -> Optional[Any]:
|
|
@@ -15323,6 +15749,54 @@ class AzureSqlDWLinkedServiceArgs:
|
|
|
15323
15749
|
def azure_cloud_type(self, value: Optional[Any]):
|
|
15324
15750
|
pulumi.set(self, "azure_cloud_type", value)
|
|
15325
15751
|
|
|
15752
|
+
@property
|
|
15753
|
+
@pulumi.getter(name="commandTimeout")
|
|
15754
|
+
def command_timeout(self) -> Optional[Any]:
|
|
15755
|
+
"""
|
|
15756
|
+
The default wait time (in seconds) before terminating the attempt to execute a command and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
15757
|
+
"""
|
|
15758
|
+
return pulumi.get(self, "command_timeout")
|
|
15759
|
+
|
|
15760
|
+
@command_timeout.setter
|
|
15761
|
+
def command_timeout(self, value: Optional[Any]):
|
|
15762
|
+
pulumi.set(self, "command_timeout", value)
|
|
15763
|
+
|
|
15764
|
+
@property
|
|
15765
|
+
@pulumi.getter(name="connectRetryCount")
|
|
15766
|
+
def connect_retry_count(self) -> Optional[Any]:
|
|
15767
|
+
"""
|
|
15768
|
+
The number of re-connections attempted after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 0 and 255. Type: integer (or Expression with resultType integer).
|
|
15769
|
+
"""
|
|
15770
|
+
return pulumi.get(self, "connect_retry_count")
|
|
15771
|
+
|
|
15772
|
+
@connect_retry_count.setter
|
|
15773
|
+
def connect_retry_count(self, value: Optional[Any]):
|
|
15774
|
+
pulumi.set(self, "connect_retry_count", value)
|
|
15775
|
+
|
|
15776
|
+
@property
|
|
15777
|
+
@pulumi.getter(name="connectRetryInterval")
|
|
15778
|
+
def connect_retry_interval(self) -> Optional[Any]:
|
|
15779
|
+
"""
|
|
15780
|
+
The amount of time (in seconds) between each re-connection attempt after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 1 and 60. Type: integer (or Expression with resultType integer).
|
|
15781
|
+
"""
|
|
15782
|
+
return pulumi.get(self, "connect_retry_interval")
|
|
15783
|
+
|
|
15784
|
+
@connect_retry_interval.setter
|
|
15785
|
+
def connect_retry_interval(self, value: Optional[Any]):
|
|
15786
|
+
pulumi.set(self, "connect_retry_interval", value)
|
|
15787
|
+
|
|
15788
|
+
@property
|
|
15789
|
+
@pulumi.getter(name="connectTimeout")
|
|
15790
|
+
def connect_timeout(self) -> Optional[Any]:
|
|
15791
|
+
"""
|
|
15792
|
+
The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
15793
|
+
"""
|
|
15794
|
+
return pulumi.get(self, "connect_timeout")
|
|
15795
|
+
|
|
15796
|
+
@connect_timeout.setter
|
|
15797
|
+
def connect_timeout(self, value: Optional[Any]):
|
|
15798
|
+
pulumi.set(self, "connect_timeout", value)
|
|
15799
|
+
|
|
15326
15800
|
@property
|
|
15327
15801
|
@pulumi.getter(name="connectVia")
|
|
15328
15802
|
def connect_via(self) -> Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']]:
|
|
@@ -15335,6 +15809,18 @@ class AzureSqlDWLinkedServiceArgs:
|
|
|
15335
15809
|
def connect_via(self, value: Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']]):
|
|
15336
15810
|
pulumi.set(self, "connect_via", value)
|
|
15337
15811
|
|
|
15812
|
+
@property
|
|
15813
|
+
@pulumi.getter(name="connectionString")
|
|
15814
|
+
def connection_string(self) -> Optional[Any]:
|
|
15815
|
+
"""
|
|
15816
|
+
The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
15817
|
+
"""
|
|
15818
|
+
return pulumi.get(self, "connection_string")
|
|
15819
|
+
|
|
15820
|
+
@connection_string.setter
|
|
15821
|
+
def connection_string(self, value: Optional[Any]):
|
|
15822
|
+
pulumi.set(self, "connection_string", value)
|
|
15823
|
+
|
|
15338
15824
|
@property
|
|
15339
15825
|
@pulumi.getter
|
|
15340
15826
|
def credential(self) -> Optional[pulumi.Input['CredentialReferenceArgs']]:
|
|
@@ -15347,6 +15833,18 @@ class AzureSqlDWLinkedServiceArgs:
|
|
|
15347
15833
|
def credential(self, value: Optional[pulumi.Input['CredentialReferenceArgs']]):
|
|
15348
15834
|
pulumi.set(self, "credential", value)
|
|
15349
15835
|
|
|
15836
|
+
@property
|
|
15837
|
+
@pulumi.getter
|
|
15838
|
+
def database(self) -> Optional[Any]:
|
|
15839
|
+
"""
|
|
15840
|
+
The name of the database, used by recommended version. Type: string (or Expression with resultType string).
|
|
15841
|
+
"""
|
|
15842
|
+
return pulumi.get(self, "database")
|
|
15843
|
+
|
|
15844
|
+
@database.setter
|
|
15845
|
+
def database(self, value: Optional[Any]):
|
|
15846
|
+
pulumi.set(self, "database", value)
|
|
15847
|
+
|
|
15350
15848
|
@property
|
|
15351
15849
|
@pulumi.getter
|
|
15352
15850
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -15359,6 +15857,18 @@ class AzureSqlDWLinkedServiceArgs:
|
|
|
15359
15857
|
def description(self, value: Optional[pulumi.Input[str]]):
|
|
15360
15858
|
pulumi.set(self, "description", value)
|
|
15361
15859
|
|
|
15860
|
+
@property
|
|
15861
|
+
@pulumi.getter
|
|
15862
|
+
def encrypt(self) -> Optional[Any]:
|
|
15863
|
+
"""
|
|
15864
|
+
Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string).
|
|
15865
|
+
"""
|
|
15866
|
+
return pulumi.get(self, "encrypt")
|
|
15867
|
+
|
|
15868
|
+
@encrypt.setter
|
|
15869
|
+
def encrypt(self, value: Optional[Any]):
|
|
15870
|
+
pulumi.set(self, "encrypt", value)
|
|
15871
|
+
|
|
15362
15872
|
@property
|
|
15363
15873
|
@pulumi.getter(name="encryptedCredential")
|
|
15364
15874
|
def encrypted_credential(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -15371,6 +15881,114 @@ class AzureSqlDWLinkedServiceArgs:
|
|
|
15371
15881
|
def encrypted_credential(self, value: Optional[pulumi.Input[str]]):
|
|
15372
15882
|
pulumi.set(self, "encrypted_credential", value)
|
|
15373
15883
|
|
|
15884
|
+
@property
|
|
15885
|
+
@pulumi.getter(name="failoverPartner")
|
|
15886
|
+
def failover_partner(self) -> Optional[Any]:
|
|
15887
|
+
"""
|
|
15888
|
+
The name or address of the partner server to connect to if the primary server is down, used by recommended version. Type: string (or Expression with resultType string).
|
|
15889
|
+
"""
|
|
15890
|
+
return pulumi.get(self, "failover_partner")
|
|
15891
|
+
|
|
15892
|
+
@failover_partner.setter
|
|
15893
|
+
def failover_partner(self, value: Optional[Any]):
|
|
15894
|
+
pulumi.set(self, "failover_partner", value)
|
|
15895
|
+
|
|
15896
|
+
@property
|
|
15897
|
+
@pulumi.getter(name="hostNameInCertificate")
|
|
15898
|
+
def host_name_in_certificate(self) -> Optional[Any]:
|
|
15899
|
+
"""
|
|
15900
|
+
The host name to use when validating the server certificate for the connection. When not specified, the server name from the Data Source is used for certificate validation, used by recommended version. Type: string (or Expression with resultType string).
|
|
15901
|
+
"""
|
|
15902
|
+
return pulumi.get(self, "host_name_in_certificate")
|
|
15903
|
+
|
|
15904
|
+
@host_name_in_certificate.setter
|
|
15905
|
+
def host_name_in_certificate(self, value: Optional[Any]):
|
|
15906
|
+
pulumi.set(self, "host_name_in_certificate", value)
|
|
15907
|
+
|
|
15908
|
+
@property
|
|
15909
|
+
@pulumi.getter(name="integratedSecurity")
|
|
15910
|
+
def integrated_security(self) -> Optional[Any]:
|
|
15911
|
+
"""
|
|
15912
|
+
Indicate whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true), used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
15913
|
+
"""
|
|
15914
|
+
return pulumi.get(self, "integrated_security")
|
|
15915
|
+
|
|
15916
|
+
@integrated_security.setter
|
|
15917
|
+
def integrated_security(self, value: Optional[Any]):
|
|
15918
|
+
pulumi.set(self, "integrated_security", value)
|
|
15919
|
+
|
|
15920
|
+
@property
|
|
15921
|
+
@pulumi.getter(name="loadBalanceTimeout")
|
|
15922
|
+
def load_balance_timeout(self) -> Optional[Any]:
|
|
15923
|
+
"""
|
|
15924
|
+
The minimum time, in seconds, for the connection to live in the connection pool before being destroyed, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
15925
|
+
"""
|
|
15926
|
+
return pulumi.get(self, "load_balance_timeout")
|
|
15927
|
+
|
|
15928
|
+
@load_balance_timeout.setter
|
|
15929
|
+
def load_balance_timeout(self, value: Optional[Any]):
|
|
15930
|
+
pulumi.set(self, "load_balance_timeout", value)
|
|
15931
|
+
|
|
15932
|
+
@property
|
|
15933
|
+
@pulumi.getter(name="maxPoolSize")
|
|
15934
|
+
def max_pool_size(self) -> Optional[Any]:
|
|
15935
|
+
"""
|
|
15936
|
+
The maximum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
15937
|
+
"""
|
|
15938
|
+
return pulumi.get(self, "max_pool_size")
|
|
15939
|
+
|
|
15940
|
+
@max_pool_size.setter
|
|
15941
|
+
def max_pool_size(self, value: Optional[Any]):
|
|
15942
|
+
pulumi.set(self, "max_pool_size", value)
|
|
15943
|
+
|
|
15944
|
+
@property
|
|
15945
|
+
@pulumi.getter(name="minPoolSize")
|
|
15946
|
+
def min_pool_size(self) -> Optional[Any]:
|
|
15947
|
+
"""
|
|
15948
|
+
The minimum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
15949
|
+
"""
|
|
15950
|
+
return pulumi.get(self, "min_pool_size")
|
|
15951
|
+
|
|
15952
|
+
@min_pool_size.setter
|
|
15953
|
+
def min_pool_size(self, value: Optional[Any]):
|
|
15954
|
+
pulumi.set(self, "min_pool_size", value)
|
|
15955
|
+
|
|
15956
|
+
@property
|
|
15957
|
+
@pulumi.getter(name="multiSubnetFailover")
|
|
15958
|
+
def multi_subnet_failover(self) -> Optional[Any]:
|
|
15959
|
+
"""
|
|
15960
|
+
If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
15961
|
+
"""
|
|
15962
|
+
return pulumi.get(self, "multi_subnet_failover")
|
|
15963
|
+
|
|
15964
|
+
@multi_subnet_failover.setter
|
|
15965
|
+
def multi_subnet_failover(self, value: Optional[Any]):
|
|
15966
|
+
pulumi.set(self, "multi_subnet_failover", value)
|
|
15967
|
+
|
|
15968
|
+
@property
|
|
15969
|
+
@pulumi.getter(name="multipleActiveResultSets")
|
|
15970
|
+
def multiple_active_result_sets(self) -> Optional[Any]:
|
|
15971
|
+
"""
|
|
15972
|
+
When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
15973
|
+
"""
|
|
15974
|
+
return pulumi.get(self, "multiple_active_result_sets")
|
|
15975
|
+
|
|
15976
|
+
@multiple_active_result_sets.setter
|
|
15977
|
+
def multiple_active_result_sets(self, value: Optional[Any]):
|
|
15978
|
+
pulumi.set(self, "multiple_active_result_sets", value)
|
|
15979
|
+
|
|
15980
|
+
@property
|
|
15981
|
+
@pulumi.getter(name="packetSize")
|
|
15982
|
+
def packet_size(self) -> Optional[Any]:
|
|
15983
|
+
"""
|
|
15984
|
+
The size in bytes of the network packets used to communicate with an instance of server, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
15985
|
+
"""
|
|
15986
|
+
return pulumi.get(self, "packet_size")
|
|
15987
|
+
|
|
15988
|
+
@packet_size.setter
|
|
15989
|
+
def packet_size(self, value: Optional[Any]):
|
|
15990
|
+
pulumi.set(self, "packet_size", value)
|
|
15991
|
+
|
|
15374
15992
|
@property
|
|
15375
15993
|
@pulumi.getter
|
|
15376
15994
|
def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]]]:
|
|
@@ -15395,6 +16013,54 @@ class AzureSqlDWLinkedServiceArgs:
|
|
|
15395
16013
|
def password(self, value: Optional[pulumi.Input['AzureKeyVaultSecretReferenceArgs']]):
|
|
15396
16014
|
pulumi.set(self, "password", value)
|
|
15397
16015
|
|
|
16016
|
+
@property
|
|
16017
|
+
@pulumi.getter
|
|
16018
|
+
def pooling(self) -> Optional[Any]:
|
|
16019
|
+
"""
|
|
16020
|
+
Indicate whether the connection will be pooled or explicitly opened every time that the connection is requested, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
16021
|
+
"""
|
|
16022
|
+
return pulumi.get(self, "pooling")
|
|
16023
|
+
|
|
16024
|
+
@pooling.setter
|
|
16025
|
+
def pooling(self, value: Optional[Any]):
|
|
16026
|
+
pulumi.set(self, "pooling", value)
|
|
16027
|
+
|
|
16028
|
+
@property
|
|
16029
|
+
@pulumi.getter
|
|
16030
|
+
def server(self) -> Optional[Any]:
|
|
16031
|
+
"""
|
|
16032
|
+
The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string).
|
|
16033
|
+
"""
|
|
16034
|
+
return pulumi.get(self, "server")
|
|
16035
|
+
|
|
16036
|
+
@server.setter
|
|
16037
|
+
def server(self, value: Optional[Any]):
|
|
16038
|
+
pulumi.set(self, "server", value)
|
|
16039
|
+
|
|
16040
|
+
@property
|
|
16041
|
+
@pulumi.getter(name="servicePrincipalCredential")
|
|
16042
|
+
def service_principal_credential(self) -> Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]:
|
|
16043
|
+
"""
|
|
16044
|
+
The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference.
|
|
16045
|
+
"""
|
|
16046
|
+
return pulumi.get(self, "service_principal_credential")
|
|
16047
|
+
|
|
16048
|
+
@service_principal_credential.setter
|
|
16049
|
+
def service_principal_credential(self, value: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]):
|
|
16050
|
+
pulumi.set(self, "service_principal_credential", value)
|
|
16051
|
+
|
|
16052
|
+
@property
|
|
16053
|
+
@pulumi.getter(name="servicePrincipalCredentialType")
|
|
16054
|
+
def service_principal_credential_type(self) -> Optional[Any]:
|
|
16055
|
+
"""
|
|
16056
|
+
The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
|
|
16057
|
+
"""
|
|
16058
|
+
return pulumi.get(self, "service_principal_credential_type")
|
|
16059
|
+
|
|
16060
|
+
@service_principal_credential_type.setter
|
|
16061
|
+
def service_principal_credential_type(self, value: Optional[Any]):
|
|
16062
|
+
pulumi.set(self, "service_principal_credential_type", value)
|
|
16063
|
+
|
|
15398
16064
|
@property
|
|
15399
16065
|
@pulumi.getter(name="servicePrincipalId")
|
|
15400
16066
|
def service_principal_id(self) -> Optional[Any]:
|
|
@@ -15431,6 +16097,30 @@ class AzureSqlDWLinkedServiceArgs:
|
|
|
15431
16097
|
def tenant(self, value: Optional[Any]):
|
|
15432
16098
|
pulumi.set(self, "tenant", value)
|
|
15433
16099
|
|
|
16100
|
+
@property
|
|
16101
|
+
@pulumi.getter(name="trustServerCertificate")
|
|
16102
|
+
def trust_server_certificate(self) -> Optional[Any]:
|
|
16103
|
+
"""
|
|
16104
|
+
Indicate whether the channel will be encrypted while bypassing walking the certificate chain to validate trust, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
16105
|
+
"""
|
|
16106
|
+
return pulumi.get(self, "trust_server_certificate")
|
|
16107
|
+
|
|
16108
|
+
@trust_server_certificate.setter
|
|
16109
|
+
def trust_server_certificate(self, value: Optional[Any]):
|
|
16110
|
+
pulumi.set(self, "trust_server_certificate", value)
|
|
16111
|
+
|
|
16112
|
+
@property
|
|
16113
|
+
@pulumi.getter(name="userName")
|
|
16114
|
+
def user_name(self) -> Optional[Any]:
|
|
16115
|
+
"""
|
|
16116
|
+
The user name to be used when connecting to server. Type: string (or Expression with resultType string).
|
|
16117
|
+
"""
|
|
16118
|
+
return pulumi.get(self, "user_name")
|
|
16119
|
+
|
|
16120
|
+
@user_name.setter
|
|
16121
|
+
def user_name(self, value: Optional[Any]):
|
|
16122
|
+
pulumi.set(self, "user_name", value)
|
|
16123
|
+
|
|
15434
16124
|
|
|
15435
16125
|
@pulumi.input_type
|
|
15436
16126
|
class AzureSqlDWTableDatasetArgs:
|
|
@@ -15603,76 +16293,157 @@ class AzureSqlDWTableDatasetArgs:
|
|
|
15603
16293
|
@pulumi.input_type
|
|
15604
16294
|
class AzureSqlDatabaseLinkedServiceArgs:
|
|
15605
16295
|
def __init__(__self__, *,
|
|
15606
|
-
connection_string: Any,
|
|
15607
16296
|
type: pulumi.Input[str],
|
|
15608
16297
|
always_encrypted_settings: Optional[pulumi.Input['SqlAlwaysEncryptedPropertiesArgs']] = None,
|
|
15609
16298
|
annotations: Optional[pulumi.Input[Sequence[Any]]] = None,
|
|
16299
|
+
application_intent: Optional[Any] = None,
|
|
16300
|
+
authentication_type: Optional[pulumi.Input[Union[str, 'AzureSqlDatabaseAuthenticationType']]] = None,
|
|
15610
16301
|
azure_cloud_type: Optional[Any] = None,
|
|
16302
|
+
command_timeout: Optional[Any] = None,
|
|
16303
|
+
connect_retry_count: Optional[Any] = None,
|
|
16304
|
+
connect_retry_interval: Optional[Any] = None,
|
|
16305
|
+
connect_timeout: Optional[Any] = None,
|
|
15611
16306
|
connect_via: Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']] = None,
|
|
16307
|
+
connection_string: Optional[Any] = None,
|
|
15612
16308
|
credential: Optional[pulumi.Input['CredentialReferenceArgs']] = None,
|
|
16309
|
+
database: Optional[Any] = None,
|
|
15613
16310
|
description: Optional[pulumi.Input[str]] = None,
|
|
16311
|
+
encrypt: Optional[Any] = None,
|
|
15614
16312
|
encrypted_credential: Optional[pulumi.Input[str]] = None,
|
|
16313
|
+
failover_partner: Optional[Any] = None,
|
|
16314
|
+
host_name_in_certificate: Optional[Any] = None,
|
|
16315
|
+
integrated_security: Optional[Any] = None,
|
|
16316
|
+
load_balance_timeout: Optional[Any] = None,
|
|
16317
|
+
max_pool_size: Optional[Any] = None,
|
|
16318
|
+
min_pool_size: Optional[Any] = None,
|
|
16319
|
+
multi_subnet_failover: Optional[Any] = None,
|
|
16320
|
+
multiple_active_result_sets: Optional[Any] = None,
|
|
16321
|
+
packet_size: Optional[Any] = None,
|
|
15615
16322
|
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]]] = None,
|
|
15616
16323
|
password: Optional[pulumi.Input['AzureKeyVaultSecretReferenceArgs']] = None,
|
|
16324
|
+
pooling: Optional[Any] = None,
|
|
16325
|
+
server: Optional[Any] = None,
|
|
16326
|
+
service_principal_credential: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]] = None,
|
|
16327
|
+
service_principal_credential_type: Optional[Any] = None,
|
|
15617
16328
|
service_principal_id: Optional[Any] = None,
|
|
15618
16329
|
service_principal_key: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]] = None,
|
|
15619
|
-
tenant: Optional[Any] = None
|
|
16330
|
+
tenant: Optional[Any] = None,
|
|
16331
|
+
trust_server_certificate: Optional[Any] = None,
|
|
16332
|
+
user_name: Optional[Any] = None):
|
|
15620
16333
|
"""
|
|
15621
16334
|
Microsoft Azure SQL Database linked service.
|
|
15622
|
-
:param Any connection_string: The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
15623
16335
|
:param pulumi.Input[str] type: Type of linked service.
|
|
15624
16336
|
Expected value is 'AzureSqlDatabase'.
|
|
15625
16337
|
:param pulumi.Input['SqlAlwaysEncryptedPropertiesArgs'] always_encrypted_settings: Sql always encrypted properties.
|
|
15626
16338
|
:param pulumi.Input[Sequence[Any]] annotations: List of tags that can be used for describing the linked service.
|
|
16339
|
+
:param Any application_intent: The application workload type when connecting to a server, used by recommended version. Possible values are ReadOnly and ReadWrite. Type: string (or Expression with resultType string).
|
|
16340
|
+
:param pulumi.Input[Union[str, 'AzureSqlDatabaseAuthenticationType']] authentication_type: The type used for authentication. Type: string.
|
|
15627
16341
|
:param Any azure_cloud_type: Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string).
|
|
16342
|
+
:param Any command_timeout: The default wait time (in seconds) before terminating the attempt to execute a command and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
16343
|
+
:param Any connect_retry_count: The number of re-connections attempted after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 0 and 255. Type: integer (or Expression with resultType integer).
|
|
16344
|
+
:param Any connect_retry_interval: The amount of time (in seconds) between each re-connection attempt after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 1 and 60. Type: integer (or Expression with resultType integer).
|
|
16345
|
+
:param Any connect_timeout: The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
15628
16346
|
:param pulumi.Input['IntegrationRuntimeReferenceArgs'] connect_via: The integration runtime reference.
|
|
16347
|
+
:param Any connection_string: The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
15629
16348
|
:param pulumi.Input['CredentialReferenceArgs'] credential: The credential reference containing authentication information.
|
|
16349
|
+
:param Any database: The name of the database, used by recommended version. Type: string (or Expression with resultType string).
|
|
15630
16350
|
:param pulumi.Input[str] description: Linked service description.
|
|
16351
|
+
:param Any encrypt: Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string).
|
|
15631
16352
|
:param pulumi.Input[str] encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
16353
|
+
:param Any failover_partner: The name or address of the partner server to connect to if the primary server is down, used by recommended version. Type: string (or Expression with resultType string).
|
|
16354
|
+
:param Any host_name_in_certificate: The host name to use when validating the server certificate for the connection. When not specified, the server name from the Data Source is used for certificate validation, used by recommended version. Type: string (or Expression with resultType string).
|
|
16355
|
+
:param Any integrated_security: Indicate whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true), used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
16356
|
+
:param Any load_balance_timeout: The minimum time, in seconds, for the connection to live in the connection pool before being destroyed, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
16357
|
+
:param Any max_pool_size: The maximum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
16358
|
+
:param Any min_pool_size: The minimum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
16359
|
+
:param Any multi_subnet_failover: If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
16360
|
+
:param Any multiple_active_result_sets: When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
16361
|
+
:param Any packet_size: The size in bytes of the network packets used to communicate with an instance of server, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
15632
16362
|
:param pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]] parameters: Parameters for linked service.
|
|
15633
16363
|
:param pulumi.Input['AzureKeyVaultSecretReferenceArgs'] password: The Azure key vault secret reference of password in connection string.
|
|
16364
|
+
:param Any pooling: Indicate whether the connection will be pooled or explicitly opened every time that the connection is requested, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
16365
|
+
:param Any server: The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string).
|
|
16366
|
+
:param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] service_principal_credential: The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference.
|
|
16367
|
+
:param Any service_principal_credential_type: The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
|
|
15634
16368
|
:param Any service_principal_id: The ID of the service principal used to authenticate against Azure SQL Database. Type: string (or Expression with resultType string).
|
|
15635
16369
|
:param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] service_principal_key: The key of the service principal used to authenticate against Azure SQL Database.
|
|
15636
16370
|
:param Any tenant: The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).
|
|
16371
|
+
:param Any trust_server_certificate: Indicate whether the channel will be encrypted while bypassing walking the certificate chain to validate trust, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
16372
|
+
:param Any user_name: The user name to be used when connecting to server. Type: string (or Expression with resultType string).
|
|
15637
16373
|
"""
|
|
15638
|
-
pulumi.set(__self__, "connection_string", connection_string)
|
|
15639
16374
|
pulumi.set(__self__, "type", 'AzureSqlDatabase')
|
|
15640
16375
|
if always_encrypted_settings is not None:
|
|
15641
16376
|
pulumi.set(__self__, "always_encrypted_settings", always_encrypted_settings)
|
|
15642
16377
|
if annotations is not None:
|
|
15643
16378
|
pulumi.set(__self__, "annotations", annotations)
|
|
16379
|
+
if application_intent is not None:
|
|
16380
|
+
pulumi.set(__self__, "application_intent", application_intent)
|
|
16381
|
+
if authentication_type is not None:
|
|
16382
|
+
pulumi.set(__self__, "authentication_type", authentication_type)
|
|
15644
16383
|
if azure_cloud_type is not None:
|
|
15645
16384
|
pulumi.set(__self__, "azure_cloud_type", azure_cloud_type)
|
|
16385
|
+
if command_timeout is not None:
|
|
16386
|
+
pulumi.set(__self__, "command_timeout", command_timeout)
|
|
16387
|
+
if connect_retry_count is not None:
|
|
16388
|
+
pulumi.set(__self__, "connect_retry_count", connect_retry_count)
|
|
16389
|
+
if connect_retry_interval is not None:
|
|
16390
|
+
pulumi.set(__self__, "connect_retry_interval", connect_retry_interval)
|
|
16391
|
+
if connect_timeout is not None:
|
|
16392
|
+
pulumi.set(__self__, "connect_timeout", connect_timeout)
|
|
15646
16393
|
if connect_via is not None:
|
|
15647
16394
|
pulumi.set(__self__, "connect_via", connect_via)
|
|
16395
|
+
if connection_string is not None:
|
|
16396
|
+
pulumi.set(__self__, "connection_string", connection_string)
|
|
15648
16397
|
if credential is not None:
|
|
15649
16398
|
pulumi.set(__self__, "credential", credential)
|
|
16399
|
+
if database is not None:
|
|
16400
|
+
pulumi.set(__self__, "database", database)
|
|
15650
16401
|
if description is not None:
|
|
15651
16402
|
pulumi.set(__self__, "description", description)
|
|
16403
|
+
if encrypt is not None:
|
|
16404
|
+
pulumi.set(__self__, "encrypt", encrypt)
|
|
15652
16405
|
if encrypted_credential is not None:
|
|
15653
16406
|
pulumi.set(__self__, "encrypted_credential", encrypted_credential)
|
|
16407
|
+
if failover_partner is not None:
|
|
16408
|
+
pulumi.set(__self__, "failover_partner", failover_partner)
|
|
16409
|
+
if host_name_in_certificate is not None:
|
|
16410
|
+
pulumi.set(__self__, "host_name_in_certificate", host_name_in_certificate)
|
|
16411
|
+
if integrated_security is not None:
|
|
16412
|
+
pulumi.set(__self__, "integrated_security", integrated_security)
|
|
16413
|
+
if load_balance_timeout is not None:
|
|
16414
|
+
pulumi.set(__self__, "load_balance_timeout", load_balance_timeout)
|
|
16415
|
+
if max_pool_size is not None:
|
|
16416
|
+
pulumi.set(__self__, "max_pool_size", max_pool_size)
|
|
16417
|
+
if min_pool_size is not None:
|
|
16418
|
+
pulumi.set(__self__, "min_pool_size", min_pool_size)
|
|
16419
|
+
if multi_subnet_failover is not None:
|
|
16420
|
+
pulumi.set(__self__, "multi_subnet_failover", multi_subnet_failover)
|
|
16421
|
+
if multiple_active_result_sets is not None:
|
|
16422
|
+
pulumi.set(__self__, "multiple_active_result_sets", multiple_active_result_sets)
|
|
16423
|
+
if packet_size is not None:
|
|
16424
|
+
pulumi.set(__self__, "packet_size", packet_size)
|
|
15654
16425
|
if parameters is not None:
|
|
15655
16426
|
pulumi.set(__self__, "parameters", parameters)
|
|
15656
16427
|
if password is not None:
|
|
15657
16428
|
pulumi.set(__self__, "password", password)
|
|
16429
|
+
if pooling is not None:
|
|
16430
|
+
pulumi.set(__self__, "pooling", pooling)
|
|
16431
|
+
if server is not None:
|
|
16432
|
+
pulumi.set(__self__, "server", server)
|
|
16433
|
+
if service_principal_credential is not None:
|
|
16434
|
+
pulumi.set(__self__, "service_principal_credential", service_principal_credential)
|
|
16435
|
+
if service_principal_credential_type is not None:
|
|
16436
|
+
pulumi.set(__self__, "service_principal_credential_type", service_principal_credential_type)
|
|
15658
16437
|
if service_principal_id is not None:
|
|
15659
16438
|
pulumi.set(__self__, "service_principal_id", service_principal_id)
|
|
15660
16439
|
if service_principal_key is not None:
|
|
15661
16440
|
pulumi.set(__self__, "service_principal_key", service_principal_key)
|
|
15662
16441
|
if tenant is not None:
|
|
15663
16442
|
pulumi.set(__self__, "tenant", tenant)
|
|
15664
|
-
|
|
15665
|
-
|
|
15666
|
-
|
|
15667
|
-
|
|
15668
|
-
"""
|
|
15669
|
-
The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
15670
|
-
"""
|
|
15671
|
-
return pulumi.get(self, "connection_string")
|
|
15672
|
-
|
|
15673
|
-
@connection_string.setter
|
|
15674
|
-
def connection_string(self, value: Any):
|
|
15675
|
-
pulumi.set(self, "connection_string", value)
|
|
16443
|
+
if trust_server_certificate is not None:
|
|
16444
|
+
pulumi.set(__self__, "trust_server_certificate", trust_server_certificate)
|
|
16445
|
+
if user_name is not None:
|
|
16446
|
+
pulumi.set(__self__, "user_name", user_name)
|
|
15676
16447
|
|
|
15677
16448
|
@property
|
|
15678
16449
|
@pulumi.getter
|
|
@@ -15711,6 +16482,30 @@ class AzureSqlDatabaseLinkedServiceArgs:
|
|
|
15711
16482
|
def annotations(self, value: Optional[pulumi.Input[Sequence[Any]]]):
|
|
15712
16483
|
pulumi.set(self, "annotations", value)
|
|
15713
16484
|
|
|
16485
|
+
@property
|
|
16486
|
+
@pulumi.getter(name="applicationIntent")
|
|
16487
|
+
def application_intent(self) -> Optional[Any]:
|
|
16488
|
+
"""
|
|
16489
|
+
The application workload type when connecting to a server, used by recommended version. Possible values are ReadOnly and ReadWrite. Type: string (or Expression with resultType string).
|
|
16490
|
+
"""
|
|
16491
|
+
return pulumi.get(self, "application_intent")
|
|
16492
|
+
|
|
16493
|
+
@application_intent.setter
|
|
16494
|
+
def application_intent(self, value: Optional[Any]):
|
|
16495
|
+
pulumi.set(self, "application_intent", value)
|
|
16496
|
+
|
|
16497
|
+
@property
|
|
16498
|
+
@pulumi.getter(name="authenticationType")
|
|
16499
|
+
def authentication_type(self) -> Optional[pulumi.Input[Union[str, 'AzureSqlDatabaseAuthenticationType']]]:
|
|
16500
|
+
"""
|
|
16501
|
+
The type used for authentication. Type: string.
|
|
16502
|
+
"""
|
|
16503
|
+
return pulumi.get(self, "authentication_type")
|
|
16504
|
+
|
|
16505
|
+
@authentication_type.setter
|
|
16506
|
+
def authentication_type(self, value: Optional[pulumi.Input[Union[str, 'AzureSqlDatabaseAuthenticationType']]]):
|
|
16507
|
+
pulumi.set(self, "authentication_type", value)
|
|
16508
|
+
|
|
15714
16509
|
@property
|
|
15715
16510
|
@pulumi.getter(name="azureCloudType")
|
|
15716
16511
|
def azure_cloud_type(self) -> Optional[Any]:
|
|
@@ -15723,6 +16518,54 @@ class AzureSqlDatabaseLinkedServiceArgs:
|
|
|
15723
16518
|
def azure_cloud_type(self, value: Optional[Any]):
|
|
15724
16519
|
pulumi.set(self, "azure_cloud_type", value)
|
|
15725
16520
|
|
|
16521
|
+
@property
|
|
16522
|
+
@pulumi.getter(name="commandTimeout")
|
|
16523
|
+
def command_timeout(self) -> Optional[Any]:
|
|
16524
|
+
"""
|
|
16525
|
+
The default wait time (in seconds) before terminating the attempt to execute a command and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
16526
|
+
"""
|
|
16527
|
+
return pulumi.get(self, "command_timeout")
|
|
16528
|
+
|
|
16529
|
+
@command_timeout.setter
|
|
16530
|
+
def command_timeout(self, value: Optional[Any]):
|
|
16531
|
+
pulumi.set(self, "command_timeout", value)
|
|
16532
|
+
|
|
16533
|
+
@property
|
|
16534
|
+
@pulumi.getter(name="connectRetryCount")
|
|
16535
|
+
def connect_retry_count(self) -> Optional[Any]:
|
|
16536
|
+
"""
|
|
16537
|
+
The number of re-connections attempted after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 0 and 255. Type: integer (or Expression with resultType integer).
|
|
16538
|
+
"""
|
|
16539
|
+
return pulumi.get(self, "connect_retry_count")
|
|
16540
|
+
|
|
16541
|
+
@connect_retry_count.setter
|
|
16542
|
+
def connect_retry_count(self, value: Optional[Any]):
|
|
16543
|
+
pulumi.set(self, "connect_retry_count", value)
|
|
16544
|
+
|
|
16545
|
+
@property
|
|
16546
|
+
@pulumi.getter(name="connectRetryInterval")
|
|
16547
|
+
def connect_retry_interval(self) -> Optional[Any]:
|
|
16548
|
+
"""
|
|
16549
|
+
The amount of time (in seconds) between each re-connection attempt after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 1 and 60. Type: integer (or Expression with resultType integer).
|
|
16550
|
+
"""
|
|
16551
|
+
return pulumi.get(self, "connect_retry_interval")
|
|
16552
|
+
|
|
16553
|
+
@connect_retry_interval.setter
|
|
16554
|
+
def connect_retry_interval(self, value: Optional[Any]):
|
|
16555
|
+
pulumi.set(self, "connect_retry_interval", value)
|
|
16556
|
+
|
|
16557
|
+
@property
|
|
16558
|
+
@pulumi.getter(name="connectTimeout")
|
|
16559
|
+
def connect_timeout(self) -> Optional[Any]:
|
|
16560
|
+
"""
|
|
16561
|
+
The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
16562
|
+
"""
|
|
16563
|
+
return pulumi.get(self, "connect_timeout")
|
|
16564
|
+
|
|
16565
|
+
@connect_timeout.setter
|
|
16566
|
+
def connect_timeout(self, value: Optional[Any]):
|
|
16567
|
+
pulumi.set(self, "connect_timeout", value)
|
|
16568
|
+
|
|
15726
16569
|
@property
|
|
15727
16570
|
@pulumi.getter(name="connectVia")
|
|
15728
16571
|
def connect_via(self) -> Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']]:
|
|
@@ -15735,6 +16578,18 @@ class AzureSqlDatabaseLinkedServiceArgs:
|
|
|
15735
16578
|
def connect_via(self, value: Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']]):
|
|
15736
16579
|
pulumi.set(self, "connect_via", value)
|
|
15737
16580
|
|
|
16581
|
+
@property
|
|
16582
|
+
@pulumi.getter(name="connectionString")
|
|
16583
|
+
def connection_string(self) -> Optional[Any]:
|
|
16584
|
+
"""
|
|
16585
|
+
The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
16586
|
+
"""
|
|
16587
|
+
return pulumi.get(self, "connection_string")
|
|
16588
|
+
|
|
16589
|
+
@connection_string.setter
|
|
16590
|
+
def connection_string(self, value: Optional[Any]):
|
|
16591
|
+
pulumi.set(self, "connection_string", value)
|
|
16592
|
+
|
|
15738
16593
|
@property
|
|
15739
16594
|
@pulumi.getter
|
|
15740
16595
|
def credential(self) -> Optional[pulumi.Input['CredentialReferenceArgs']]:
|
|
@@ -15747,6 +16602,18 @@ class AzureSqlDatabaseLinkedServiceArgs:
|
|
|
15747
16602
|
def credential(self, value: Optional[pulumi.Input['CredentialReferenceArgs']]):
|
|
15748
16603
|
pulumi.set(self, "credential", value)
|
|
15749
16604
|
|
|
16605
|
+
@property
|
|
16606
|
+
@pulumi.getter
|
|
16607
|
+
def database(self) -> Optional[Any]:
|
|
16608
|
+
"""
|
|
16609
|
+
The name of the database, used by recommended version. Type: string (or Expression with resultType string).
|
|
16610
|
+
"""
|
|
16611
|
+
return pulumi.get(self, "database")
|
|
16612
|
+
|
|
16613
|
+
@database.setter
|
|
16614
|
+
def database(self, value: Optional[Any]):
|
|
16615
|
+
pulumi.set(self, "database", value)
|
|
16616
|
+
|
|
15750
16617
|
@property
|
|
15751
16618
|
@pulumi.getter
|
|
15752
16619
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -15759,6 +16626,18 @@ class AzureSqlDatabaseLinkedServiceArgs:
|
|
|
15759
16626
|
def description(self, value: Optional[pulumi.Input[str]]):
|
|
15760
16627
|
pulumi.set(self, "description", value)
|
|
15761
16628
|
|
|
16629
|
+
@property
|
|
16630
|
+
@pulumi.getter
|
|
16631
|
+
def encrypt(self) -> Optional[Any]:
|
|
16632
|
+
"""
|
|
16633
|
+
Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string).
|
|
16634
|
+
"""
|
|
16635
|
+
return pulumi.get(self, "encrypt")
|
|
16636
|
+
|
|
16637
|
+
@encrypt.setter
|
|
16638
|
+
def encrypt(self, value: Optional[Any]):
|
|
16639
|
+
pulumi.set(self, "encrypt", value)
|
|
16640
|
+
|
|
15762
16641
|
@property
|
|
15763
16642
|
@pulumi.getter(name="encryptedCredential")
|
|
15764
16643
|
def encrypted_credential(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -15771,6 +16650,114 @@ class AzureSqlDatabaseLinkedServiceArgs:
|
|
|
15771
16650
|
def encrypted_credential(self, value: Optional[pulumi.Input[str]]):
|
|
15772
16651
|
pulumi.set(self, "encrypted_credential", value)
|
|
15773
16652
|
|
|
16653
|
+
@property
|
|
16654
|
+
@pulumi.getter(name="failoverPartner")
|
|
16655
|
+
def failover_partner(self) -> Optional[Any]:
|
|
16656
|
+
"""
|
|
16657
|
+
The name or address of the partner server to connect to if the primary server is down, used by recommended version. Type: string (or Expression with resultType string).
|
|
16658
|
+
"""
|
|
16659
|
+
return pulumi.get(self, "failover_partner")
|
|
16660
|
+
|
|
16661
|
+
@failover_partner.setter
|
|
16662
|
+
def failover_partner(self, value: Optional[Any]):
|
|
16663
|
+
pulumi.set(self, "failover_partner", value)
|
|
16664
|
+
|
|
16665
|
+
@property
|
|
16666
|
+
@pulumi.getter(name="hostNameInCertificate")
|
|
16667
|
+
def host_name_in_certificate(self) -> Optional[Any]:
|
|
16668
|
+
"""
|
|
16669
|
+
The host name to use when validating the server certificate for the connection. When not specified, the server name from the Data Source is used for certificate validation, used by recommended version. Type: string (or Expression with resultType string).
|
|
16670
|
+
"""
|
|
16671
|
+
return pulumi.get(self, "host_name_in_certificate")
|
|
16672
|
+
|
|
16673
|
+
@host_name_in_certificate.setter
|
|
16674
|
+
def host_name_in_certificate(self, value: Optional[Any]):
|
|
16675
|
+
pulumi.set(self, "host_name_in_certificate", value)
|
|
16676
|
+
|
|
16677
|
+
@property
|
|
16678
|
+
@pulumi.getter(name="integratedSecurity")
|
|
16679
|
+
def integrated_security(self) -> Optional[Any]:
|
|
16680
|
+
"""
|
|
16681
|
+
Indicate whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true), used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
16682
|
+
"""
|
|
16683
|
+
return pulumi.get(self, "integrated_security")
|
|
16684
|
+
|
|
16685
|
+
@integrated_security.setter
|
|
16686
|
+
def integrated_security(self, value: Optional[Any]):
|
|
16687
|
+
pulumi.set(self, "integrated_security", value)
|
|
16688
|
+
|
|
16689
|
+
@property
|
|
16690
|
+
@pulumi.getter(name="loadBalanceTimeout")
|
|
16691
|
+
def load_balance_timeout(self) -> Optional[Any]:
|
|
16692
|
+
"""
|
|
16693
|
+
The minimum time, in seconds, for the connection to live in the connection pool before being destroyed, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
16694
|
+
"""
|
|
16695
|
+
return pulumi.get(self, "load_balance_timeout")
|
|
16696
|
+
|
|
16697
|
+
@load_balance_timeout.setter
|
|
16698
|
+
def load_balance_timeout(self, value: Optional[Any]):
|
|
16699
|
+
pulumi.set(self, "load_balance_timeout", value)
|
|
16700
|
+
|
|
16701
|
+
@property
|
|
16702
|
+
@pulumi.getter(name="maxPoolSize")
|
|
16703
|
+
def max_pool_size(self) -> Optional[Any]:
|
|
16704
|
+
"""
|
|
16705
|
+
The maximum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
16706
|
+
"""
|
|
16707
|
+
return pulumi.get(self, "max_pool_size")
|
|
16708
|
+
|
|
16709
|
+
@max_pool_size.setter
|
|
16710
|
+
def max_pool_size(self, value: Optional[Any]):
|
|
16711
|
+
pulumi.set(self, "max_pool_size", value)
|
|
16712
|
+
|
|
16713
|
+
@property
|
|
16714
|
+
@pulumi.getter(name="minPoolSize")
|
|
16715
|
+
def min_pool_size(self) -> Optional[Any]:
|
|
16716
|
+
"""
|
|
16717
|
+
The minimum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
16718
|
+
"""
|
|
16719
|
+
return pulumi.get(self, "min_pool_size")
|
|
16720
|
+
|
|
16721
|
+
@min_pool_size.setter
|
|
16722
|
+
def min_pool_size(self, value: Optional[Any]):
|
|
16723
|
+
pulumi.set(self, "min_pool_size", value)
|
|
16724
|
+
|
|
16725
|
+
@property
|
|
16726
|
+
@pulumi.getter(name="multiSubnetFailover")
|
|
16727
|
+
def multi_subnet_failover(self) -> Optional[Any]:
|
|
16728
|
+
"""
|
|
16729
|
+
If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
16730
|
+
"""
|
|
16731
|
+
return pulumi.get(self, "multi_subnet_failover")
|
|
16732
|
+
|
|
16733
|
+
@multi_subnet_failover.setter
|
|
16734
|
+
def multi_subnet_failover(self, value: Optional[Any]):
|
|
16735
|
+
pulumi.set(self, "multi_subnet_failover", value)
|
|
16736
|
+
|
|
16737
|
+
@property
|
|
16738
|
+
@pulumi.getter(name="multipleActiveResultSets")
|
|
16739
|
+
def multiple_active_result_sets(self) -> Optional[Any]:
|
|
16740
|
+
"""
|
|
16741
|
+
When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
16742
|
+
"""
|
|
16743
|
+
return pulumi.get(self, "multiple_active_result_sets")
|
|
16744
|
+
|
|
16745
|
+
@multiple_active_result_sets.setter
|
|
16746
|
+
def multiple_active_result_sets(self, value: Optional[Any]):
|
|
16747
|
+
pulumi.set(self, "multiple_active_result_sets", value)
|
|
16748
|
+
|
|
16749
|
+
@property
|
|
16750
|
+
@pulumi.getter(name="packetSize")
|
|
16751
|
+
def packet_size(self) -> Optional[Any]:
|
|
16752
|
+
"""
|
|
16753
|
+
The size in bytes of the network packets used to communicate with an instance of server, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
16754
|
+
"""
|
|
16755
|
+
return pulumi.get(self, "packet_size")
|
|
16756
|
+
|
|
16757
|
+
@packet_size.setter
|
|
16758
|
+
def packet_size(self, value: Optional[Any]):
|
|
16759
|
+
pulumi.set(self, "packet_size", value)
|
|
16760
|
+
|
|
15774
16761
|
@property
|
|
15775
16762
|
@pulumi.getter
|
|
15776
16763
|
def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]]]:
|
|
@@ -15795,6 +16782,54 @@ class AzureSqlDatabaseLinkedServiceArgs:
|
|
|
15795
16782
|
def password(self, value: Optional[pulumi.Input['AzureKeyVaultSecretReferenceArgs']]):
|
|
15796
16783
|
pulumi.set(self, "password", value)
|
|
15797
16784
|
|
|
16785
|
+
@property
|
|
16786
|
+
@pulumi.getter
|
|
16787
|
+
def pooling(self) -> Optional[Any]:
|
|
16788
|
+
"""
|
|
16789
|
+
Indicate whether the connection will be pooled or explicitly opened every time that the connection is requested, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
16790
|
+
"""
|
|
16791
|
+
return pulumi.get(self, "pooling")
|
|
16792
|
+
|
|
16793
|
+
@pooling.setter
|
|
16794
|
+
def pooling(self, value: Optional[Any]):
|
|
16795
|
+
pulumi.set(self, "pooling", value)
|
|
16796
|
+
|
|
16797
|
+
@property
|
|
16798
|
+
@pulumi.getter
|
|
16799
|
+
def server(self) -> Optional[Any]:
|
|
16800
|
+
"""
|
|
16801
|
+
The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string).
|
|
16802
|
+
"""
|
|
16803
|
+
return pulumi.get(self, "server")
|
|
16804
|
+
|
|
16805
|
+
@server.setter
|
|
16806
|
+
def server(self, value: Optional[Any]):
|
|
16807
|
+
pulumi.set(self, "server", value)
|
|
16808
|
+
|
|
16809
|
+
@property
|
|
16810
|
+
@pulumi.getter(name="servicePrincipalCredential")
|
|
16811
|
+
def service_principal_credential(self) -> Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]:
|
|
16812
|
+
"""
|
|
16813
|
+
The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference.
|
|
16814
|
+
"""
|
|
16815
|
+
return pulumi.get(self, "service_principal_credential")
|
|
16816
|
+
|
|
16817
|
+
@service_principal_credential.setter
|
|
16818
|
+
def service_principal_credential(self, value: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]):
|
|
16819
|
+
pulumi.set(self, "service_principal_credential", value)
|
|
16820
|
+
|
|
16821
|
+
@property
|
|
16822
|
+
@pulumi.getter(name="servicePrincipalCredentialType")
|
|
16823
|
+
def service_principal_credential_type(self) -> Optional[Any]:
|
|
16824
|
+
"""
|
|
16825
|
+
The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
|
|
16826
|
+
"""
|
|
16827
|
+
return pulumi.get(self, "service_principal_credential_type")
|
|
16828
|
+
|
|
16829
|
+
@service_principal_credential_type.setter
|
|
16830
|
+
def service_principal_credential_type(self, value: Optional[Any]):
|
|
16831
|
+
pulumi.set(self, "service_principal_credential_type", value)
|
|
16832
|
+
|
|
15798
16833
|
@property
|
|
15799
16834
|
@pulumi.getter(name="servicePrincipalId")
|
|
15800
16835
|
def service_principal_id(self) -> Optional[Any]:
|
|
@@ -15831,80 +16866,185 @@ class AzureSqlDatabaseLinkedServiceArgs:
|
|
|
15831
16866
|
def tenant(self, value: Optional[Any]):
|
|
15832
16867
|
pulumi.set(self, "tenant", value)
|
|
15833
16868
|
|
|
16869
|
+
@property
|
|
16870
|
+
@pulumi.getter(name="trustServerCertificate")
|
|
16871
|
+
def trust_server_certificate(self) -> Optional[Any]:
|
|
16872
|
+
"""
|
|
16873
|
+
Indicate whether the channel will be encrypted while bypassing walking the certificate chain to validate trust, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
16874
|
+
"""
|
|
16875
|
+
return pulumi.get(self, "trust_server_certificate")
|
|
16876
|
+
|
|
16877
|
+
@trust_server_certificate.setter
|
|
16878
|
+
def trust_server_certificate(self, value: Optional[Any]):
|
|
16879
|
+
pulumi.set(self, "trust_server_certificate", value)
|
|
16880
|
+
|
|
16881
|
+
@property
|
|
16882
|
+
@pulumi.getter(name="userName")
|
|
16883
|
+
def user_name(self) -> Optional[Any]:
|
|
16884
|
+
"""
|
|
16885
|
+
The user name to be used when connecting to server. Type: string (or Expression with resultType string).
|
|
16886
|
+
"""
|
|
16887
|
+
return pulumi.get(self, "user_name")
|
|
16888
|
+
|
|
16889
|
+
@user_name.setter
|
|
16890
|
+
def user_name(self, value: Optional[Any]):
|
|
16891
|
+
pulumi.set(self, "user_name", value)
|
|
16892
|
+
|
|
15834
16893
|
|
|
15835
16894
|
@pulumi.input_type
|
|
15836
16895
|
class AzureSqlMILinkedServiceArgs:
|
|
15837
16896
|
def __init__(__self__, *,
|
|
15838
|
-
connection_string: Any,
|
|
15839
16897
|
type: pulumi.Input[str],
|
|
15840
16898
|
always_encrypted_settings: Optional[pulumi.Input['SqlAlwaysEncryptedPropertiesArgs']] = None,
|
|
15841
16899
|
annotations: Optional[pulumi.Input[Sequence[Any]]] = None,
|
|
16900
|
+
application_intent: Optional[Any] = None,
|
|
16901
|
+
authentication_type: Optional[pulumi.Input[Union[str, 'AzureSqlMIAuthenticationType']]] = None,
|
|
15842
16902
|
azure_cloud_type: Optional[Any] = None,
|
|
16903
|
+
command_timeout: Optional[Any] = None,
|
|
16904
|
+
connect_retry_count: Optional[Any] = None,
|
|
16905
|
+
connect_retry_interval: Optional[Any] = None,
|
|
16906
|
+
connect_timeout: Optional[Any] = None,
|
|
15843
16907
|
connect_via: Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']] = None,
|
|
16908
|
+
connection_string: Optional[Any] = None,
|
|
15844
16909
|
credential: Optional[pulumi.Input['CredentialReferenceArgs']] = None,
|
|
16910
|
+
database: Optional[Any] = None,
|
|
15845
16911
|
description: Optional[pulumi.Input[str]] = None,
|
|
16912
|
+
encrypt: Optional[Any] = None,
|
|
15846
16913
|
encrypted_credential: Optional[pulumi.Input[str]] = None,
|
|
16914
|
+
failover_partner: Optional[Any] = None,
|
|
16915
|
+
host_name_in_certificate: Optional[Any] = None,
|
|
16916
|
+
integrated_security: Optional[Any] = None,
|
|
16917
|
+
load_balance_timeout: Optional[Any] = None,
|
|
16918
|
+
max_pool_size: Optional[Any] = None,
|
|
16919
|
+
min_pool_size: Optional[Any] = None,
|
|
16920
|
+
multi_subnet_failover: Optional[Any] = None,
|
|
16921
|
+
multiple_active_result_sets: Optional[Any] = None,
|
|
16922
|
+
packet_size: Optional[Any] = None,
|
|
15847
16923
|
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]]] = None,
|
|
15848
16924
|
password: Optional[pulumi.Input['AzureKeyVaultSecretReferenceArgs']] = None,
|
|
16925
|
+
pooling: Optional[Any] = None,
|
|
16926
|
+
server: Optional[Any] = None,
|
|
16927
|
+
service_principal_credential: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]] = None,
|
|
16928
|
+
service_principal_credential_type: Optional[Any] = None,
|
|
15849
16929
|
service_principal_id: Optional[Any] = None,
|
|
15850
16930
|
service_principal_key: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]] = None,
|
|
15851
|
-
tenant: Optional[Any] = None
|
|
16931
|
+
tenant: Optional[Any] = None,
|
|
16932
|
+
trust_server_certificate: Optional[Any] = None,
|
|
16933
|
+
user_name: Optional[Any] = None):
|
|
15852
16934
|
"""
|
|
15853
16935
|
Azure SQL Managed Instance linked service.
|
|
15854
|
-
:param Any connection_string: The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
15855
16936
|
:param pulumi.Input[str] type: Type of linked service.
|
|
15856
16937
|
Expected value is 'AzureSqlMI'.
|
|
15857
16938
|
:param pulumi.Input['SqlAlwaysEncryptedPropertiesArgs'] always_encrypted_settings: Sql always encrypted properties.
|
|
15858
16939
|
:param pulumi.Input[Sequence[Any]] annotations: List of tags that can be used for describing the linked service.
|
|
16940
|
+
:param Any application_intent: The application workload type when connecting to a server, used by recommended version. Possible values are ReadOnly and ReadWrite. Type: string (or Expression with resultType string).
|
|
16941
|
+
:param pulumi.Input[Union[str, 'AzureSqlMIAuthenticationType']] authentication_type: The type used for authentication. Type: string.
|
|
15859
16942
|
:param Any azure_cloud_type: Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string).
|
|
16943
|
+
:param Any command_timeout: The default wait time (in seconds) before terminating the attempt to execute a command and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
16944
|
+
:param Any connect_retry_count: The number of re-connections attempted after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 0 and 255. Type: integer (or Expression with resultType integer).
|
|
16945
|
+
:param Any connect_retry_interval: The amount of time (in seconds) between each re-connection attempt after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 1 and 60. Type: integer (or Expression with resultType integer).
|
|
16946
|
+
:param Any connect_timeout: The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
15860
16947
|
:param pulumi.Input['IntegrationRuntimeReferenceArgs'] connect_via: The integration runtime reference.
|
|
16948
|
+
:param Any connection_string: The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
15861
16949
|
:param pulumi.Input['CredentialReferenceArgs'] credential: The credential reference containing authentication information.
|
|
16950
|
+
:param Any database: The name of the database, used by recommended version. Type: string (or Expression with resultType string).
|
|
15862
16951
|
:param pulumi.Input[str] description: Linked service description.
|
|
16952
|
+
:param Any encrypt: Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string).
|
|
15863
16953
|
:param pulumi.Input[str] encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
16954
|
+
:param Any failover_partner: The name or address of the partner server to connect to if the primary server is down, used by recommended version. Type: string (or Expression with resultType string).
|
|
16955
|
+
:param Any host_name_in_certificate: The host name to use when validating the server certificate for the connection. When not specified, the server name from the Data Source is used for certificate validation, used by recommended version. Type: string (or Expression with resultType string).
|
|
16956
|
+
:param Any integrated_security: Indicate whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true), used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
16957
|
+
:param Any load_balance_timeout: The minimum time, in seconds, for the connection to live in the connection pool before being destroyed, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
16958
|
+
:param Any max_pool_size: The maximum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
16959
|
+
:param Any min_pool_size: The minimum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
16960
|
+
:param Any multi_subnet_failover: If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
16961
|
+
:param Any multiple_active_result_sets: When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
16962
|
+
:param Any packet_size: The size in bytes of the network packets used to communicate with an instance of server, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
15864
16963
|
:param pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]] parameters: Parameters for linked service.
|
|
15865
16964
|
:param pulumi.Input['AzureKeyVaultSecretReferenceArgs'] password: The Azure key vault secret reference of password in connection string.
|
|
16965
|
+
:param Any pooling: Indicate whether the connection will be pooled or explicitly opened every time that the connection is requested, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
16966
|
+
:param Any server: The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string).
|
|
16967
|
+
:param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] service_principal_credential: The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference.
|
|
16968
|
+
:param Any service_principal_credential_type: The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
|
|
15866
16969
|
:param Any service_principal_id: The ID of the service principal used to authenticate against Azure SQL Managed Instance. Type: string (or Expression with resultType string).
|
|
15867
16970
|
:param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] service_principal_key: The key of the service principal used to authenticate against Azure SQL Managed Instance.
|
|
15868
16971
|
:param Any tenant: The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).
|
|
16972
|
+
:param Any trust_server_certificate: Indicate whether the channel will be encrypted while bypassing walking the certificate chain to validate trust, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
16973
|
+
:param Any user_name: The user name to be used when connecting to server. Type: string (or Expression with resultType string).
|
|
15869
16974
|
"""
|
|
15870
|
-
pulumi.set(__self__, "connection_string", connection_string)
|
|
15871
16975
|
pulumi.set(__self__, "type", 'AzureSqlMI')
|
|
15872
16976
|
if always_encrypted_settings is not None:
|
|
15873
16977
|
pulumi.set(__self__, "always_encrypted_settings", always_encrypted_settings)
|
|
15874
16978
|
if annotations is not None:
|
|
15875
16979
|
pulumi.set(__self__, "annotations", annotations)
|
|
16980
|
+
if application_intent is not None:
|
|
16981
|
+
pulumi.set(__self__, "application_intent", application_intent)
|
|
16982
|
+
if authentication_type is not None:
|
|
16983
|
+
pulumi.set(__self__, "authentication_type", authentication_type)
|
|
15876
16984
|
if azure_cloud_type is not None:
|
|
15877
16985
|
pulumi.set(__self__, "azure_cloud_type", azure_cloud_type)
|
|
16986
|
+
if command_timeout is not None:
|
|
16987
|
+
pulumi.set(__self__, "command_timeout", command_timeout)
|
|
16988
|
+
if connect_retry_count is not None:
|
|
16989
|
+
pulumi.set(__self__, "connect_retry_count", connect_retry_count)
|
|
16990
|
+
if connect_retry_interval is not None:
|
|
16991
|
+
pulumi.set(__self__, "connect_retry_interval", connect_retry_interval)
|
|
16992
|
+
if connect_timeout is not None:
|
|
16993
|
+
pulumi.set(__self__, "connect_timeout", connect_timeout)
|
|
15878
16994
|
if connect_via is not None:
|
|
15879
16995
|
pulumi.set(__self__, "connect_via", connect_via)
|
|
16996
|
+
if connection_string is not None:
|
|
16997
|
+
pulumi.set(__self__, "connection_string", connection_string)
|
|
15880
16998
|
if credential is not None:
|
|
15881
16999
|
pulumi.set(__self__, "credential", credential)
|
|
17000
|
+
if database is not None:
|
|
17001
|
+
pulumi.set(__self__, "database", database)
|
|
15882
17002
|
if description is not None:
|
|
15883
17003
|
pulumi.set(__self__, "description", description)
|
|
17004
|
+
if encrypt is not None:
|
|
17005
|
+
pulumi.set(__self__, "encrypt", encrypt)
|
|
15884
17006
|
if encrypted_credential is not None:
|
|
15885
17007
|
pulumi.set(__self__, "encrypted_credential", encrypted_credential)
|
|
17008
|
+
if failover_partner is not None:
|
|
17009
|
+
pulumi.set(__self__, "failover_partner", failover_partner)
|
|
17010
|
+
if host_name_in_certificate is not None:
|
|
17011
|
+
pulumi.set(__self__, "host_name_in_certificate", host_name_in_certificate)
|
|
17012
|
+
if integrated_security is not None:
|
|
17013
|
+
pulumi.set(__self__, "integrated_security", integrated_security)
|
|
17014
|
+
if load_balance_timeout is not None:
|
|
17015
|
+
pulumi.set(__self__, "load_balance_timeout", load_balance_timeout)
|
|
17016
|
+
if max_pool_size is not None:
|
|
17017
|
+
pulumi.set(__self__, "max_pool_size", max_pool_size)
|
|
17018
|
+
if min_pool_size is not None:
|
|
17019
|
+
pulumi.set(__self__, "min_pool_size", min_pool_size)
|
|
17020
|
+
if multi_subnet_failover is not None:
|
|
17021
|
+
pulumi.set(__self__, "multi_subnet_failover", multi_subnet_failover)
|
|
17022
|
+
if multiple_active_result_sets is not None:
|
|
17023
|
+
pulumi.set(__self__, "multiple_active_result_sets", multiple_active_result_sets)
|
|
17024
|
+
if packet_size is not None:
|
|
17025
|
+
pulumi.set(__self__, "packet_size", packet_size)
|
|
15886
17026
|
if parameters is not None:
|
|
15887
17027
|
pulumi.set(__self__, "parameters", parameters)
|
|
15888
17028
|
if password is not None:
|
|
15889
17029
|
pulumi.set(__self__, "password", password)
|
|
17030
|
+
if pooling is not None:
|
|
17031
|
+
pulumi.set(__self__, "pooling", pooling)
|
|
17032
|
+
if server is not None:
|
|
17033
|
+
pulumi.set(__self__, "server", server)
|
|
17034
|
+
if service_principal_credential is not None:
|
|
17035
|
+
pulumi.set(__self__, "service_principal_credential", service_principal_credential)
|
|
17036
|
+
if service_principal_credential_type is not None:
|
|
17037
|
+
pulumi.set(__self__, "service_principal_credential_type", service_principal_credential_type)
|
|
15890
17038
|
if service_principal_id is not None:
|
|
15891
17039
|
pulumi.set(__self__, "service_principal_id", service_principal_id)
|
|
15892
17040
|
if service_principal_key is not None:
|
|
15893
17041
|
pulumi.set(__self__, "service_principal_key", service_principal_key)
|
|
15894
17042
|
if tenant is not None:
|
|
15895
17043
|
pulumi.set(__self__, "tenant", tenant)
|
|
15896
|
-
|
|
15897
|
-
|
|
15898
|
-
|
|
15899
|
-
|
|
15900
|
-
"""
|
|
15901
|
-
The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
15902
|
-
"""
|
|
15903
|
-
return pulumi.get(self, "connection_string")
|
|
15904
|
-
|
|
15905
|
-
@connection_string.setter
|
|
15906
|
-
def connection_string(self, value: Any):
|
|
15907
|
-
pulumi.set(self, "connection_string", value)
|
|
17044
|
+
if trust_server_certificate is not None:
|
|
17045
|
+
pulumi.set(__self__, "trust_server_certificate", trust_server_certificate)
|
|
17046
|
+
if user_name is not None:
|
|
17047
|
+
pulumi.set(__self__, "user_name", user_name)
|
|
15908
17048
|
|
|
15909
17049
|
@property
|
|
15910
17050
|
@pulumi.getter
|
|
@@ -15943,6 +17083,30 @@ class AzureSqlMILinkedServiceArgs:
|
|
|
15943
17083
|
def annotations(self, value: Optional[pulumi.Input[Sequence[Any]]]):
|
|
15944
17084
|
pulumi.set(self, "annotations", value)
|
|
15945
17085
|
|
|
17086
|
+
@property
|
|
17087
|
+
@pulumi.getter(name="applicationIntent")
|
|
17088
|
+
def application_intent(self) -> Optional[Any]:
|
|
17089
|
+
"""
|
|
17090
|
+
The application workload type when connecting to a server, used by recommended version. Possible values are ReadOnly and ReadWrite. Type: string (or Expression with resultType string).
|
|
17091
|
+
"""
|
|
17092
|
+
return pulumi.get(self, "application_intent")
|
|
17093
|
+
|
|
17094
|
+
@application_intent.setter
|
|
17095
|
+
def application_intent(self, value: Optional[Any]):
|
|
17096
|
+
pulumi.set(self, "application_intent", value)
|
|
17097
|
+
|
|
17098
|
+
@property
|
|
17099
|
+
@pulumi.getter(name="authenticationType")
|
|
17100
|
+
def authentication_type(self) -> Optional[pulumi.Input[Union[str, 'AzureSqlMIAuthenticationType']]]:
|
|
17101
|
+
"""
|
|
17102
|
+
The type used for authentication. Type: string.
|
|
17103
|
+
"""
|
|
17104
|
+
return pulumi.get(self, "authentication_type")
|
|
17105
|
+
|
|
17106
|
+
@authentication_type.setter
|
|
17107
|
+
def authentication_type(self, value: Optional[pulumi.Input[Union[str, 'AzureSqlMIAuthenticationType']]]):
|
|
17108
|
+
pulumi.set(self, "authentication_type", value)
|
|
17109
|
+
|
|
15946
17110
|
@property
|
|
15947
17111
|
@pulumi.getter(name="azureCloudType")
|
|
15948
17112
|
def azure_cloud_type(self) -> Optional[Any]:
|
|
@@ -15955,6 +17119,54 @@ class AzureSqlMILinkedServiceArgs:
|
|
|
15955
17119
|
def azure_cloud_type(self, value: Optional[Any]):
|
|
15956
17120
|
pulumi.set(self, "azure_cloud_type", value)
|
|
15957
17121
|
|
|
17122
|
+
@property
|
|
17123
|
+
@pulumi.getter(name="commandTimeout")
|
|
17124
|
+
def command_timeout(self) -> Optional[Any]:
|
|
17125
|
+
"""
|
|
17126
|
+
The default wait time (in seconds) before terminating the attempt to execute a command and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
17127
|
+
"""
|
|
17128
|
+
return pulumi.get(self, "command_timeout")
|
|
17129
|
+
|
|
17130
|
+
@command_timeout.setter
|
|
17131
|
+
def command_timeout(self, value: Optional[Any]):
|
|
17132
|
+
pulumi.set(self, "command_timeout", value)
|
|
17133
|
+
|
|
17134
|
+
@property
|
|
17135
|
+
@pulumi.getter(name="connectRetryCount")
|
|
17136
|
+
def connect_retry_count(self) -> Optional[Any]:
|
|
17137
|
+
"""
|
|
17138
|
+
The number of re-connections attempted after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 0 and 255. Type: integer (or Expression with resultType integer).
|
|
17139
|
+
"""
|
|
17140
|
+
return pulumi.get(self, "connect_retry_count")
|
|
17141
|
+
|
|
17142
|
+
@connect_retry_count.setter
|
|
17143
|
+
def connect_retry_count(self, value: Optional[Any]):
|
|
17144
|
+
pulumi.set(self, "connect_retry_count", value)
|
|
17145
|
+
|
|
17146
|
+
@property
|
|
17147
|
+
@pulumi.getter(name="connectRetryInterval")
|
|
17148
|
+
def connect_retry_interval(self) -> Optional[Any]:
|
|
17149
|
+
"""
|
|
17150
|
+
The amount of time (in seconds) between each re-connection attempt after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 1 and 60. Type: integer (or Expression with resultType integer).
|
|
17151
|
+
"""
|
|
17152
|
+
return pulumi.get(self, "connect_retry_interval")
|
|
17153
|
+
|
|
17154
|
+
@connect_retry_interval.setter
|
|
17155
|
+
def connect_retry_interval(self, value: Optional[Any]):
|
|
17156
|
+
pulumi.set(self, "connect_retry_interval", value)
|
|
17157
|
+
|
|
17158
|
+
@property
|
|
17159
|
+
@pulumi.getter(name="connectTimeout")
|
|
17160
|
+
def connect_timeout(self) -> Optional[Any]:
|
|
17161
|
+
"""
|
|
17162
|
+
The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
17163
|
+
"""
|
|
17164
|
+
return pulumi.get(self, "connect_timeout")
|
|
17165
|
+
|
|
17166
|
+
@connect_timeout.setter
|
|
17167
|
+
def connect_timeout(self, value: Optional[Any]):
|
|
17168
|
+
pulumi.set(self, "connect_timeout", value)
|
|
17169
|
+
|
|
15958
17170
|
@property
|
|
15959
17171
|
@pulumi.getter(name="connectVia")
|
|
15960
17172
|
def connect_via(self) -> Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']]:
|
|
@@ -15967,6 +17179,18 @@ class AzureSqlMILinkedServiceArgs:
|
|
|
15967
17179
|
def connect_via(self, value: Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']]):
|
|
15968
17180
|
pulumi.set(self, "connect_via", value)
|
|
15969
17181
|
|
|
17182
|
+
@property
|
|
17183
|
+
@pulumi.getter(name="connectionString")
|
|
17184
|
+
def connection_string(self) -> Optional[Any]:
|
|
17185
|
+
"""
|
|
17186
|
+
The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
17187
|
+
"""
|
|
17188
|
+
return pulumi.get(self, "connection_string")
|
|
17189
|
+
|
|
17190
|
+
@connection_string.setter
|
|
17191
|
+
def connection_string(self, value: Optional[Any]):
|
|
17192
|
+
pulumi.set(self, "connection_string", value)
|
|
17193
|
+
|
|
15970
17194
|
@property
|
|
15971
17195
|
@pulumi.getter
|
|
15972
17196
|
def credential(self) -> Optional[pulumi.Input['CredentialReferenceArgs']]:
|
|
@@ -15979,6 +17203,18 @@ class AzureSqlMILinkedServiceArgs:
|
|
|
15979
17203
|
def credential(self, value: Optional[pulumi.Input['CredentialReferenceArgs']]):
|
|
15980
17204
|
pulumi.set(self, "credential", value)
|
|
15981
17205
|
|
|
17206
|
+
@property
|
|
17207
|
+
@pulumi.getter
|
|
17208
|
+
def database(self) -> Optional[Any]:
|
|
17209
|
+
"""
|
|
17210
|
+
The name of the database, used by recommended version. Type: string (or Expression with resultType string).
|
|
17211
|
+
"""
|
|
17212
|
+
return pulumi.get(self, "database")
|
|
17213
|
+
|
|
17214
|
+
@database.setter
|
|
17215
|
+
def database(self, value: Optional[Any]):
|
|
17216
|
+
pulumi.set(self, "database", value)
|
|
17217
|
+
|
|
15982
17218
|
@property
|
|
15983
17219
|
@pulumi.getter
|
|
15984
17220
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -15991,6 +17227,18 @@ class AzureSqlMILinkedServiceArgs:
|
|
|
15991
17227
|
def description(self, value: Optional[pulumi.Input[str]]):
|
|
15992
17228
|
pulumi.set(self, "description", value)
|
|
15993
17229
|
|
|
17230
|
+
@property
|
|
17231
|
+
@pulumi.getter
|
|
17232
|
+
def encrypt(self) -> Optional[Any]:
|
|
17233
|
+
"""
|
|
17234
|
+
Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string).
|
|
17235
|
+
"""
|
|
17236
|
+
return pulumi.get(self, "encrypt")
|
|
17237
|
+
|
|
17238
|
+
@encrypt.setter
|
|
17239
|
+
def encrypt(self, value: Optional[Any]):
|
|
17240
|
+
pulumi.set(self, "encrypt", value)
|
|
17241
|
+
|
|
15994
17242
|
@property
|
|
15995
17243
|
@pulumi.getter(name="encryptedCredential")
|
|
15996
17244
|
def encrypted_credential(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -16003,6 +17251,114 @@ class AzureSqlMILinkedServiceArgs:
|
|
|
16003
17251
|
def encrypted_credential(self, value: Optional[pulumi.Input[str]]):
|
|
16004
17252
|
pulumi.set(self, "encrypted_credential", value)
|
|
16005
17253
|
|
|
17254
|
+
@property
|
|
17255
|
+
@pulumi.getter(name="failoverPartner")
|
|
17256
|
+
def failover_partner(self) -> Optional[Any]:
|
|
17257
|
+
"""
|
|
17258
|
+
The name or address of the partner server to connect to if the primary server is down, used by recommended version. Type: string (or Expression with resultType string).
|
|
17259
|
+
"""
|
|
17260
|
+
return pulumi.get(self, "failover_partner")
|
|
17261
|
+
|
|
17262
|
+
@failover_partner.setter
|
|
17263
|
+
def failover_partner(self, value: Optional[Any]):
|
|
17264
|
+
pulumi.set(self, "failover_partner", value)
|
|
17265
|
+
|
|
17266
|
+
@property
|
|
17267
|
+
@pulumi.getter(name="hostNameInCertificate")
|
|
17268
|
+
def host_name_in_certificate(self) -> Optional[Any]:
|
|
17269
|
+
"""
|
|
17270
|
+
The host name to use when validating the server certificate for the connection. When not specified, the server name from the Data Source is used for certificate validation, used by recommended version. Type: string (or Expression with resultType string).
|
|
17271
|
+
"""
|
|
17272
|
+
return pulumi.get(self, "host_name_in_certificate")
|
|
17273
|
+
|
|
17274
|
+
@host_name_in_certificate.setter
|
|
17275
|
+
def host_name_in_certificate(self, value: Optional[Any]):
|
|
17276
|
+
pulumi.set(self, "host_name_in_certificate", value)
|
|
17277
|
+
|
|
17278
|
+
@property
|
|
17279
|
+
@pulumi.getter(name="integratedSecurity")
|
|
17280
|
+
def integrated_security(self) -> Optional[Any]:
|
|
17281
|
+
"""
|
|
17282
|
+
Indicate whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true), used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
17283
|
+
"""
|
|
17284
|
+
return pulumi.get(self, "integrated_security")
|
|
17285
|
+
|
|
17286
|
+
@integrated_security.setter
|
|
17287
|
+
def integrated_security(self, value: Optional[Any]):
|
|
17288
|
+
pulumi.set(self, "integrated_security", value)
|
|
17289
|
+
|
|
17290
|
+
@property
|
|
17291
|
+
@pulumi.getter(name="loadBalanceTimeout")
|
|
17292
|
+
def load_balance_timeout(self) -> Optional[Any]:
|
|
17293
|
+
"""
|
|
17294
|
+
The minimum time, in seconds, for the connection to live in the connection pool before being destroyed, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
17295
|
+
"""
|
|
17296
|
+
return pulumi.get(self, "load_balance_timeout")
|
|
17297
|
+
|
|
17298
|
+
@load_balance_timeout.setter
|
|
17299
|
+
def load_balance_timeout(self, value: Optional[Any]):
|
|
17300
|
+
pulumi.set(self, "load_balance_timeout", value)
|
|
17301
|
+
|
|
17302
|
+
@property
|
|
17303
|
+
@pulumi.getter(name="maxPoolSize")
|
|
17304
|
+
def max_pool_size(self) -> Optional[Any]:
|
|
17305
|
+
"""
|
|
17306
|
+
The maximum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
17307
|
+
"""
|
|
17308
|
+
return pulumi.get(self, "max_pool_size")
|
|
17309
|
+
|
|
17310
|
+
@max_pool_size.setter
|
|
17311
|
+
def max_pool_size(self, value: Optional[Any]):
|
|
17312
|
+
pulumi.set(self, "max_pool_size", value)
|
|
17313
|
+
|
|
17314
|
+
@property
|
|
17315
|
+
@pulumi.getter(name="minPoolSize")
|
|
17316
|
+
def min_pool_size(self) -> Optional[Any]:
|
|
17317
|
+
"""
|
|
17318
|
+
The minimum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
17319
|
+
"""
|
|
17320
|
+
return pulumi.get(self, "min_pool_size")
|
|
17321
|
+
|
|
17322
|
+
@min_pool_size.setter
|
|
17323
|
+
def min_pool_size(self, value: Optional[Any]):
|
|
17324
|
+
pulumi.set(self, "min_pool_size", value)
|
|
17325
|
+
|
|
17326
|
+
@property
|
|
17327
|
+
@pulumi.getter(name="multiSubnetFailover")
|
|
17328
|
+
def multi_subnet_failover(self) -> Optional[Any]:
|
|
17329
|
+
"""
|
|
17330
|
+
If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
17331
|
+
"""
|
|
17332
|
+
return pulumi.get(self, "multi_subnet_failover")
|
|
17333
|
+
|
|
17334
|
+
@multi_subnet_failover.setter
|
|
17335
|
+
def multi_subnet_failover(self, value: Optional[Any]):
|
|
17336
|
+
pulumi.set(self, "multi_subnet_failover", value)
|
|
17337
|
+
|
|
17338
|
+
@property
|
|
17339
|
+
@pulumi.getter(name="multipleActiveResultSets")
|
|
17340
|
+
def multiple_active_result_sets(self) -> Optional[Any]:
|
|
17341
|
+
"""
|
|
17342
|
+
When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
17343
|
+
"""
|
|
17344
|
+
return pulumi.get(self, "multiple_active_result_sets")
|
|
17345
|
+
|
|
17346
|
+
@multiple_active_result_sets.setter
|
|
17347
|
+
def multiple_active_result_sets(self, value: Optional[Any]):
|
|
17348
|
+
pulumi.set(self, "multiple_active_result_sets", value)
|
|
17349
|
+
|
|
17350
|
+
@property
|
|
17351
|
+
@pulumi.getter(name="packetSize")
|
|
17352
|
+
def packet_size(self) -> Optional[Any]:
|
|
17353
|
+
"""
|
|
17354
|
+
The size in bytes of the network packets used to communicate with an instance of server, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
17355
|
+
"""
|
|
17356
|
+
return pulumi.get(self, "packet_size")
|
|
17357
|
+
|
|
17358
|
+
@packet_size.setter
|
|
17359
|
+
def packet_size(self, value: Optional[Any]):
|
|
17360
|
+
pulumi.set(self, "packet_size", value)
|
|
17361
|
+
|
|
16006
17362
|
@property
|
|
16007
17363
|
@pulumi.getter
|
|
16008
17364
|
def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]]]:
|
|
@@ -16027,6 +17383,54 @@ class AzureSqlMILinkedServiceArgs:
|
|
|
16027
17383
|
def password(self, value: Optional[pulumi.Input['AzureKeyVaultSecretReferenceArgs']]):
|
|
16028
17384
|
pulumi.set(self, "password", value)
|
|
16029
17385
|
|
|
17386
|
+
@property
|
|
17387
|
+
@pulumi.getter
|
|
17388
|
+
def pooling(self) -> Optional[Any]:
|
|
17389
|
+
"""
|
|
17390
|
+
Indicate whether the connection will be pooled or explicitly opened every time that the connection is requested, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
17391
|
+
"""
|
|
17392
|
+
return pulumi.get(self, "pooling")
|
|
17393
|
+
|
|
17394
|
+
@pooling.setter
|
|
17395
|
+
def pooling(self, value: Optional[Any]):
|
|
17396
|
+
pulumi.set(self, "pooling", value)
|
|
17397
|
+
|
|
17398
|
+
@property
|
|
17399
|
+
@pulumi.getter
|
|
17400
|
+
def server(self) -> Optional[Any]:
|
|
17401
|
+
"""
|
|
17402
|
+
The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string).
|
|
17403
|
+
"""
|
|
17404
|
+
return pulumi.get(self, "server")
|
|
17405
|
+
|
|
17406
|
+
@server.setter
|
|
17407
|
+
def server(self, value: Optional[Any]):
|
|
17408
|
+
pulumi.set(self, "server", value)
|
|
17409
|
+
|
|
17410
|
+
@property
|
|
17411
|
+
@pulumi.getter(name="servicePrincipalCredential")
|
|
17412
|
+
def service_principal_credential(self) -> Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]:
|
|
17413
|
+
"""
|
|
17414
|
+
The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference.
|
|
17415
|
+
"""
|
|
17416
|
+
return pulumi.get(self, "service_principal_credential")
|
|
17417
|
+
|
|
17418
|
+
@service_principal_credential.setter
|
|
17419
|
+
def service_principal_credential(self, value: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]):
|
|
17420
|
+
pulumi.set(self, "service_principal_credential", value)
|
|
17421
|
+
|
|
17422
|
+
@property
|
|
17423
|
+
@pulumi.getter(name="servicePrincipalCredentialType")
|
|
17424
|
+
def service_principal_credential_type(self) -> Optional[Any]:
|
|
17425
|
+
"""
|
|
17426
|
+
The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
|
|
17427
|
+
"""
|
|
17428
|
+
return pulumi.get(self, "service_principal_credential_type")
|
|
17429
|
+
|
|
17430
|
+
@service_principal_credential_type.setter
|
|
17431
|
+
def service_principal_credential_type(self, value: Optional[Any]):
|
|
17432
|
+
pulumi.set(self, "service_principal_credential_type", value)
|
|
17433
|
+
|
|
16030
17434
|
@property
|
|
16031
17435
|
@pulumi.getter(name="servicePrincipalId")
|
|
16032
17436
|
def service_principal_id(self) -> Optional[Any]:
|
|
@@ -16063,6 +17467,30 @@ class AzureSqlMILinkedServiceArgs:
|
|
|
16063
17467
|
def tenant(self, value: Optional[Any]):
|
|
16064
17468
|
pulumi.set(self, "tenant", value)
|
|
16065
17469
|
|
|
17470
|
+
@property
|
|
17471
|
+
@pulumi.getter(name="trustServerCertificate")
|
|
17472
|
+
def trust_server_certificate(self) -> Optional[Any]:
|
|
17473
|
+
"""
|
|
17474
|
+
Indicate whether the channel will be encrypted while bypassing walking the certificate chain to validate trust, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
17475
|
+
"""
|
|
17476
|
+
return pulumi.get(self, "trust_server_certificate")
|
|
17477
|
+
|
|
17478
|
+
@trust_server_certificate.setter
|
|
17479
|
+
def trust_server_certificate(self, value: Optional[Any]):
|
|
17480
|
+
pulumi.set(self, "trust_server_certificate", value)
|
|
17481
|
+
|
|
17482
|
+
@property
|
|
17483
|
+
@pulumi.getter(name="userName")
|
|
17484
|
+
def user_name(self) -> Optional[Any]:
|
|
17485
|
+
"""
|
|
17486
|
+
The user name to be used when connecting to server. Type: string (or Expression with resultType string).
|
|
17487
|
+
"""
|
|
17488
|
+
return pulumi.get(self, "user_name")
|
|
17489
|
+
|
|
17490
|
+
@user_name.setter
|
|
17491
|
+
def user_name(self, value: Optional[Any]):
|
|
17492
|
+
pulumi.set(self, "user_name", value)
|
|
17493
|
+
|
|
16066
17494
|
|
|
16067
17495
|
@pulumi.input_type
|
|
16068
17496
|
class AzureSqlMITableDatasetArgs:
|
|
@@ -80206,61 +81634,130 @@ class SqlPartitionSettingsArgs:
|
|
|
80206
81634
|
@pulumi.input_type
|
|
80207
81635
|
class SqlServerLinkedServiceArgs:
|
|
80208
81636
|
def __init__(__self__, *,
|
|
80209
|
-
connection_string: Any,
|
|
80210
81637
|
type: pulumi.Input[str],
|
|
80211
81638
|
always_encrypted_settings: Optional[pulumi.Input['SqlAlwaysEncryptedPropertiesArgs']] = None,
|
|
80212
81639
|
annotations: Optional[pulumi.Input[Sequence[Any]]] = None,
|
|
81640
|
+
application_intent: Optional[Any] = None,
|
|
81641
|
+
authentication_type: Optional[pulumi.Input[Union[str, 'SqlServerAuthenticationType']]] = None,
|
|
81642
|
+
command_timeout: Optional[Any] = None,
|
|
81643
|
+
connect_retry_count: Optional[Any] = None,
|
|
81644
|
+
connect_retry_interval: Optional[Any] = None,
|
|
81645
|
+
connect_timeout: Optional[Any] = None,
|
|
80213
81646
|
connect_via: Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']] = None,
|
|
81647
|
+
connection_string: Optional[Any] = None,
|
|
81648
|
+
database: Optional[Any] = None,
|
|
80214
81649
|
description: Optional[pulumi.Input[str]] = None,
|
|
81650
|
+
encrypt: Optional[Any] = None,
|
|
80215
81651
|
encrypted_credential: Optional[pulumi.Input[str]] = None,
|
|
81652
|
+
failover_partner: Optional[Any] = None,
|
|
81653
|
+
host_name_in_certificate: Optional[Any] = None,
|
|
81654
|
+
integrated_security: Optional[Any] = None,
|
|
81655
|
+
load_balance_timeout: Optional[Any] = None,
|
|
81656
|
+
max_pool_size: Optional[Any] = None,
|
|
81657
|
+
min_pool_size: Optional[Any] = None,
|
|
81658
|
+
multi_subnet_failover: Optional[Any] = None,
|
|
81659
|
+
multiple_active_result_sets: Optional[Any] = None,
|
|
81660
|
+
packet_size: Optional[Any] = None,
|
|
80216
81661
|
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]]] = None,
|
|
80217
81662
|
password: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]] = None,
|
|
81663
|
+
pooling: Optional[Any] = None,
|
|
81664
|
+
server: Optional[Any] = None,
|
|
81665
|
+
trust_server_certificate: Optional[Any] = None,
|
|
80218
81666
|
user_name: Optional[Any] = None):
|
|
80219
81667
|
"""
|
|
80220
81668
|
SQL Server linked service.
|
|
80221
|
-
:param Any connection_string: The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
80222
81669
|
:param pulumi.Input[str] type: Type of linked service.
|
|
80223
81670
|
Expected value is 'SqlServer'.
|
|
80224
81671
|
:param pulumi.Input['SqlAlwaysEncryptedPropertiesArgs'] always_encrypted_settings: Sql always encrypted properties.
|
|
80225
81672
|
:param pulumi.Input[Sequence[Any]] annotations: List of tags that can be used for describing the linked service.
|
|
81673
|
+
:param Any application_intent: The application workload type when connecting to a server, used by recommended version. Possible values are ReadOnly and ReadWrite. Type: string (or Expression with resultType string).
|
|
81674
|
+
:param pulumi.Input[Union[str, 'SqlServerAuthenticationType']] authentication_type: The type used for authentication. Type: string.
|
|
81675
|
+
:param Any command_timeout: The default wait time (in seconds) before terminating the attempt to execute a command and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
81676
|
+
:param Any connect_retry_count: The number of re-connections attempted after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 0 and 255. Type: integer (or Expression with resultType integer).
|
|
81677
|
+
:param Any connect_retry_interval: The amount of time (in seconds) between each re-connection attempt after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 1 and 60. Type: integer (or Expression with resultType integer).
|
|
81678
|
+
:param Any connect_timeout: The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
80226
81679
|
:param pulumi.Input['IntegrationRuntimeReferenceArgs'] connect_via: The integration runtime reference.
|
|
81680
|
+
:param Any connection_string: The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
81681
|
+
:param Any database: The name of the database, used by recommended version. Type: string (or Expression with resultType string).
|
|
80227
81682
|
:param pulumi.Input[str] description: Linked service description.
|
|
81683
|
+
:param Any encrypt: Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string).
|
|
80228
81684
|
:param pulumi.Input[str] encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
81685
|
+
:param Any failover_partner: The name or address of the partner server to connect to if the primary server is down, used by recommended version. Type: string (or Expression with resultType string).
|
|
81686
|
+
:param Any host_name_in_certificate: The host name to use when validating the server certificate for the connection. When not specified, the server name from the Data Source is used for certificate validation, used by recommended version. Type: string (or Expression with resultType string).
|
|
81687
|
+
:param Any integrated_security: Indicate whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true), used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
81688
|
+
:param Any load_balance_timeout: The minimum time, in seconds, for the connection to live in the connection pool before being destroyed, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
81689
|
+
:param Any max_pool_size: The maximum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
81690
|
+
:param Any min_pool_size: The minimum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
81691
|
+
:param Any multi_subnet_failover: If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
81692
|
+
:param Any multiple_active_result_sets: When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
81693
|
+
:param Any packet_size: The size in bytes of the network packets used to communicate with an instance of server, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
80229
81694
|
:param pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]] parameters: Parameters for linked service.
|
|
80230
81695
|
:param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] password: The on-premises Windows authentication password.
|
|
81696
|
+
:param Any pooling: Indicate whether the connection will be pooled or explicitly opened every time that the connection is requested, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
81697
|
+
:param Any server: The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string).
|
|
81698
|
+
:param Any trust_server_certificate: Indicate whether the channel will be encrypted while bypassing walking the certificate chain to validate trust, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
80231
81699
|
:param Any user_name: The on-premises Windows authentication user name. Type: string (or Expression with resultType string).
|
|
80232
81700
|
"""
|
|
80233
|
-
pulumi.set(__self__, "connection_string", connection_string)
|
|
80234
81701
|
pulumi.set(__self__, "type", 'SqlServer')
|
|
80235
81702
|
if always_encrypted_settings is not None:
|
|
80236
81703
|
pulumi.set(__self__, "always_encrypted_settings", always_encrypted_settings)
|
|
80237
81704
|
if annotations is not None:
|
|
80238
81705
|
pulumi.set(__self__, "annotations", annotations)
|
|
81706
|
+
if application_intent is not None:
|
|
81707
|
+
pulumi.set(__self__, "application_intent", application_intent)
|
|
81708
|
+
if authentication_type is not None:
|
|
81709
|
+
pulumi.set(__self__, "authentication_type", authentication_type)
|
|
81710
|
+
if command_timeout is not None:
|
|
81711
|
+
pulumi.set(__self__, "command_timeout", command_timeout)
|
|
81712
|
+
if connect_retry_count is not None:
|
|
81713
|
+
pulumi.set(__self__, "connect_retry_count", connect_retry_count)
|
|
81714
|
+
if connect_retry_interval is not None:
|
|
81715
|
+
pulumi.set(__self__, "connect_retry_interval", connect_retry_interval)
|
|
81716
|
+
if connect_timeout is not None:
|
|
81717
|
+
pulumi.set(__self__, "connect_timeout", connect_timeout)
|
|
80239
81718
|
if connect_via is not None:
|
|
80240
81719
|
pulumi.set(__self__, "connect_via", connect_via)
|
|
81720
|
+
if connection_string is not None:
|
|
81721
|
+
pulumi.set(__self__, "connection_string", connection_string)
|
|
81722
|
+
if database is not None:
|
|
81723
|
+
pulumi.set(__self__, "database", database)
|
|
80241
81724
|
if description is not None:
|
|
80242
81725
|
pulumi.set(__self__, "description", description)
|
|
81726
|
+
if encrypt is not None:
|
|
81727
|
+
pulumi.set(__self__, "encrypt", encrypt)
|
|
80243
81728
|
if encrypted_credential is not None:
|
|
80244
81729
|
pulumi.set(__self__, "encrypted_credential", encrypted_credential)
|
|
81730
|
+
if failover_partner is not None:
|
|
81731
|
+
pulumi.set(__self__, "failover_partner", failover_partner)
|
|
81732
|
+
if host_name_in_certificate is not None:
|
|
81733
|
+
pulumi.set(__self__, "host_name_in_certificate", host_name_in_certificate)
|
|
81734
|
+
if integrated_security is not None:
|
|
81735
|
+
pulumi.set(__self__, "integrated_security", integrated_security)
|
|
81736
|
+
if load_balance_timeout is not None:
|
|
81737
|
+
pulumi.set(__self__, "load_balance_timeout", load_balance_timeout)
|
|
81738
|
+
if max_pool_size is not None:
|
|
81739
|
+
pulumi.set(__self__, "max_pool_size", max_pool_size)
|
|
81740
|
+
if min_pool_size is not None:
|
|
81741
|
+
pulumi.set(__self__, "min_pool_size", min_pool_size)
|
|
81742
|
+
if multi_subnet_failover is not None:
|
|
81743
|
+
pulumi.set(__self__, "multi_subnet_failover", multi_subnet_failover)
|
|
81744
|
+
if multiple_active_result_sets is not None:
|
|
81745
|
+
pulumi.set(__self__, "multiple_active_result_sets", multiple_active_result_sets)
|
|
81746
|
+
if packet_size is not None:
|
|
81747
|
+
pulumi.set(__self__, "packet_size", packet_size)
|
|
80245
81748
|
if parameters is not None:
|
|
80246
81749
|
pulumi.set(__self__, "parameters", parameters)
|
|
80247
81750
|
if password is not None:
|
|
80248
81751
|
pulumi.set(__self__, "password", password)
|
|
81752
|
+
if pooling is not None:
|
|
81753
|
+
pulumi.set(__self__, "pooling", pooling)
|
|
81754
|
+
if server is not None:
|
|
81755
|
+
pulumi.set(__self__, "server", server)
|
|
81756
|
+
if trust_server_certificate is not None:
|
|
81757
|
+
pulumi.set(__self__, "trust_server_certificate", trust_server_certificate)
|
|
80249
81758
|
if user_name is not None:
|
|
80250
81759
|
pulumi.set(__self__, "user_name", user_name)
|
|
80251
81760
|
|
|
80252
|
-
@property
|
|
80253
|
-
@pulumi.getter(name="connectionString")
|
|
80254
|
-
def connection_string(self) -> Any:
|
|
80255
|
-
"""
|
|
80256
|
-
The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
80257
|
-
"""
|
|
80258
|
-
return pulumi.get(self, "connection_string")
|
|
80259
|
-
|
|
80260
|
-
@connection_string.setter
|
|
80261
|
-
def connection_string(self, value: Any):
|
|
80262
|
-
pulumi.set(self, "connection_string", value)
|
|
80263
|
-
|
|
80264
81761
|
@property
|
|
80265
81762
|
@pulumi.getter
|
|
80266
81763
|
def type(self) -> pulumi.Input[str]:
|
|
@@ -80298,6 +81795,78 @@ class SqlServerLinkedServiceArgs:
|
|
|
80298
81795
|
def annotations(self, value: Optional[pulumi.Input[Sequence[Any]]]):
|
|
80299
81796
|
pulumi.set(self, "annotations", value)
|
|
80300
81797
|
|
|
81798
|
+
@property
|
|
81799
|
+
@pulumi.getter(name="applicationIntent")
|
|
81800
|
+
def application_intent(self) -> Optional[Any]:
|
|
81801
|
+
"""
|
|
81802
|
+
The application workload type when connecting to a server, used by recommended version. Possible values are ReadOnly and ReadWrite. Type: string (or Expression with resultType string).
|
|
81803
|
+
"""
|
|
81804
|
+
return pulumi.get(self, "application_intent")
|
|
81805
|
+
|
|
81806
|
+
@application_intent.setter
|
|
81807
|
+
def application_intent(self, value: Optional[Any]):
|
|
81808
|
+
pulumi.set(self, "application_intent", value)
|
|
81809
|
+
|
|
81810
|
+
@property
|
|
81811
|
+
@pulumi.getter(name="authenticationType")
|
|
81812
|
+
def authentication_type(self) -> Optional[pulumi.Input[Union[str, 'SqlServerAuthenticationType']]]:
|
|
81813
|
+
"""
|
|
81814
|
+
The type used for authentication. Type: string.
|
|
81815
|
+
"""
|
|
81816
|
+
return pulumi.get(self, "authentication_type")
|
|
81817
|
+
|
|
81818
|
+
@authentication_type.setter
|
|
81819
|
+
def authentication_type(self, value: Optional[pulumi.Input[Union[str, 'SqlServerAuthenticationType']]]):
|
|
81820
|
+
pulumi.set(self, "authentication_type", value)
|
|
81821
|
+
|
|
81822
|
+
@property
|
|
81823
|
+
@pulumi.getter(name="commandTimeout")
|
|
81824
|
+
def command_timeout(self) -> Optional[Any]:
|
|
81825
|
+
"""
|
|
81826
|
+
The default wait time (in seconds) before terminating the attempt to execute a command and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
81827
|
+
"""
|
|
81828
|
+
return pulumi.get(self, "command_timeout")
|
|
81829
|
+
|
|
81830
|
+
@command_timeout.setter
|
|
81831
|
+
def command_timeout(self, value: Optional[Any]):
|
|
81832
|
+
pulumi.set(self, "command_timeout", value)
|
|
81833
|
+
|
|
81834
|
+
@property
|
|
81835
|
+
@pulumi.getter(name="connectRetryCount")
|
|
81836
|
+
def connect_retry_count(self) -> Optional[Any]:
|
|
81837
|
+
"""
|
|
81838
|
+
The number of re-connections attempted after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 0 and 255. Type: integer (or Expression with resultType integer).
|
|
81839
|
+
"""
|
|
81840
|
+
return pulumi.get(self, "connect_retry_count")
|
|
81841
|
+
|
|
81842
|
+
@connect_retry_count.setter
|
|
81843
|
+
def connect_retry_count(self, value: Optional[Any]):
|
|
81844
|
+
pulumi.set(self, "connect_retry_count", value)
|
|
81845
|
+
|
|
81846
|
+
@property
|
|
81847
|
+
@pulumi.getter(name="connectRetryInterval")
|
|
81848
|
+
def connect_retry_interval(self) -> Optional[Any]:
|
|
81849
|
+
"""
|
|
81850
|
+
The amount of time (in seconds) between each re-connection attempt after identifying that there was an idle connection failure, used by recommended version. This must be an integer between 1 and 60. Type: integer (or Expression with resultType integer).
|
|
81851
|
+
"""
|
|
81852
|
+
return pulumi.get(self, "connect_retry_interval")
|
|
81853
|
+
|
|
81854
|
+
@connect_retry_interval.setter
|
|
81855
|
+
def connect_retry_interval(self, value: Optional[Any]):
|
|
81856
|
+
pulumi.set(self, "connect_retry_interval", value)
|
|
81857
|
+
|
|
81858
|
+
@property
|
|
81859
|
+
@pulumi.getter(name="connectTimeout")
|
|
81860
|
+
def connect_timeout(self) -> Optional[Any]:
|
|
81861
|
+
"""
|
|
81862
|
+
The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
81863
|
+
"""
|
|
81864
|
+
return pulumi.get(self, "connect_timeout")
|
|
81865
|
+
|
|
81866
|
+
@connect_timeout.setter
|
|
81867
|
+
def connect_timeout(self, value: Optional[Any]):
|
|
81868
|
+
pulumi.set(self, "connect_timeout", value)
|
|
81869
|
+
|
|
80301
81870
|
@property
|
|
80302
81871
|
@pulumi.getter(name="connectVia")
|
|
80303
81872
|
def connect_via(self) -> Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']]:
|
|
@@ -80310,6 +81879,30 @@ class SqlServerLinkedServiceArgs:
|
|
|
80310
81879
|
def connect_via(self, value: Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']]):
|
|
80311
81880
|
pulumi.set(self, "connect_via", value)
|
|
80312
81881
|
|
|
81882
|
+
@property
|
|
81883
|
+
@pulumi.getter(name="connectionString")
|
|
81884
|
+
def connection_string(self) -> Optional[Any]:
|
|
81885
|
+
"""
|
|
81886
|
+
The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
81887
|
+
"""
|
|
81888
|
+
return pulumi.get(self, "connection_string")
|
|
81889
|
+
|
|
81890
|
+
@connection_string.setter
|
|
81891
|
+
def connection_string(self, value: Optional[Any]):
|
|
81892
|
+
pulumi.set(self, "connection_string", value)
|
|
81893
|
+
|
|
81894
|
+
@property
|
|
81895
|
+
@pulumi.getter
|
|
81896
|
+
def database(self) -> Optional[Any]:
|
|
81897
|
+
"""
|
|
81898
|
+
The name of the database, used by recommended version. Type: string (or Expression with resultType string).
|
|
81899
|
+
"""
|
|
81900
|
+
return pulumi.get(self, "database")
|
|
81901
|
+
|
|
81902
|
+
@database.setter
|
|
81903
|
+
def database(self, value: Optional[Any]):
|
|
81904
|
+
pulumi.set(self, "database", value)
|
|
81905
|
+
|
|
80313
81906
|
@property
|
|
80314
81907
|
@pulumi.getter
|
|
80315
81908
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -80322,6 +81915,18 @@ class SqlServerLinkedServiceArgs:
|
|
|
80322
81915
|
def description(self, value: Optional[pulumi.Input[str]]):
|
|
80323
81916
|
pulumi.set(self, "description", value)
|
|
80324
81917
|
|
|
81918
|
+
@property
|
|
81919
|
+
@pulumi.getter
|
|
81920
|
+
def encrypt(self) -> Optional[Any]:
|
|
81921
|
+
"""
|
|
81922
|
+
Indicate whether TLS encryption is required for all data sent between the client and server, used by recommended version. Possible values are true/yes/mandatory, false/no/optional and strict. Type: string (or Expression with resultType string).
|
|
81923
|
+
"""
|
|
81924
|
+
return pulumi.get(self, "encrypt")
|
|
81925
|
+
|
|
81926
|
+
@encrypt.setter
|
|
81927
|
+
def encrypt(self, value: Optional[Any]):
|
|
81928
|
+
pulumi.set(self, "encrypt", value)
|
|
81929
|
+
|
|
80325
81930
|
@property
|
|
80326
81931
|
@pulumi.getter(name="encryptedCredential")
|
|
80327
81932
|
def encrypted_credential(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -80334,6 +81939,114 @@ class SqlServerLinkedServiceArgs:
|
|
|
80334
81939
|
def encrypted_credential(self, value: Optional[pulumi.Input[str]]):
|
|
80335
81940
|
pulumi.set(self, "encrypted_credential", value)
|
|
80336
81941
|
|
|
81942
|
+
@property
|
|
81943
|
+
@pulumi.getter(name="failoverPartner")
|
|
81944
|
+
def failover_partner(self) -> Optional[Any]:
|
|
81945
|
+
"""
|
|
81946
|
+
The name or address of the partner server to connect to if the primary server is down, used by recommended version. Type: string (or Expression with resultType string).
|
|
81947
|
+
"""
|
|
81948
|
+
return pulumi.get(self, "failover_partner")
|
|
81949
|
+
|
|
81950
|
+
@failover_partner.setter
|
|
81951
|
+
def failover_partner(self, value: Optional[Any]):
|
|
81952
|
+
pulumi.set(self, "failover_partner", value)
|
|
81953
|
+
|
|
81954
|
+
@property
|
|
81955
|
+
@pulumi.getter(name="hostNameInCertificate")
|
|
81956
|
+
def host_name_in_certificate(self) -> Optional[Any]:
|
|
81957
|
+
"""
|
|
81958
|
+
The host name to use when validating the server certificate for the connection. When not specified, the server name from the Data Source is used for certificate validation, used by recommended version. Type: string (or Expression with resultType string).
|
|
81959
|
+
"""
|
|
81960
|
+
return pulumi.get(self, "host_name_in_certificate")
|
|
81961
|
+
|
|
81962
|
+
@host_name_in_certificate.setter
|
|
81963
|
+
def host_name_in_certificate(self, value: Optional[Any]):
|
|
81964
|
+
pulumi.set(self, "host_name_in_certificate", value)
|
|
81965
|
+
|
|
81966
|
+
@property
|
|
81967
|
+
@pulumi.getter(name="integratedSecurity")
|
|
81968
|
+
def integrated_security(self) -> Optional[Any]:
|
|
81969
|
+
"""
|
|
81970
|
+
Indicate whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true), used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
81971
|
+
"""
|
|
81972
|
+
return pulumi.get(self, "integrated_security")
|
|
81973
|
+
|
|
81974
|
+
@integrated_security.setter
|
|
81975
|
+
def integrated_security(self, value: Optional[Any]):
|
|
81976
|
+
pulumi.set(self, "integrated_security", value)
|
|
81977
|
+
|
|
81978
|
+
@property
|
|
81979
|
+
@pulumi.getter(name="loadBalanceTimeout")
|
|
81980
|
+
def load_balance_timeout(self) -> Optional[Any]:
|
|
81981
|
+
"""
|
|
81982
|
+
The minimum time, in seconds, for the connection to live in the connection pool before being destroyed, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
81983
|
+
"""
|
|
81984
|
+
return pulumi.get(self, "load_balance_timeout")
|
|
81985
|
+
|
|
81986
|
+
@load_balance_timeout.setter
|
|
81987
|
+
def load_balance_timeout(self, value: Optional[Any]):
|
|
81988
|
+
pulumi.set(self, "load_balance_timeout", value)
|
|
81989
|
+
|
|
81990
|
+
@property
|
|
81991
|
+
@pulumi.getter(name="maxPoolSize")
|
|
81992
|
+
def max_pool_size(self) -> Optional[Any]:
|
|
81993
|
+
"""
|
|
81994
|
+
The maximum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
81995
|
+
"""
|
|
81996
|
+
return pulumi.get(self, "max_pool_size")
|
|
81997
|
+
|
|
81998
|
+
@max_pool_size.setter
|
|
81999
|
+
def max_pool_size(self, value: Optional[Any]):
|
|
82000
|
+
pulumi.set(self, "max_pool_size", value)
|
|
82001
|
+
|
|
82002
|
+
@property
|
|
82003
|
+
@pulumi.getter(name="minPoolSize")
|
|
82004
|
+
def min_pool_size(self) -> Optional[Any]:
|
|
82005
|
+
"""
|
|
82006
|
+
The minimum number of connections allowed in the connection pool for this specific connection string, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
82007
|
+
"""
|
|
82008
|
+
return pulumi.get(self, "min_pool_size")
|
|
82009
|
+
|
|
82010
|
+
@min_pool_size.setter
|
|
82011
|
+
def min_pool_size(self, value: Optional[Any]):
|
|
82012
|
+
pulumi.set(self, "min_pool_size", value)
|
|
82013
|
+
|
|
82014
|
+
@property
|
|
82015
|
+
@pulumi.getter(name="multiSubnetFailover")
|
|
82016
|
+
def multi_subnet_failover(self) -> Optional[Any]:
|
|
82017
|
+
"""
|
|
82018
|
+
If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
82019
|
+
"""
|
|
82020
|
+
return pulumi.get(self, "multi_subnet_failover")
|
|
82021
|
+
|
|
82022
|
+
@multi_subnet_failover.setter
|
|
82023
|
+
def multi_subnet_failover(self, value: Optional[Any]):
|
|
82024
|
+
pulumi.set(self, "multi_subnet_failover", value)
|
|
82025
|
+
|
|
82026
|
+
@property
|
|
82027
|
+
@pulumi.getter(name="multipleActiveResultSets")
|
|
82028
|
+
def multiple_active_result_sets(self) -> Optional[Any]:
|
|
82029
|
+
"""
|
|
82030
|
+
When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
82031
|
+
"""
|
|
82032
|
+
return pulumi.get(self, "multiple_active_result_sets")
|
|
82033
|
+
|
|
82034
|
+
@multiple_active_result_sets.setter
|
|
82035
|
+
def multiple_active_result_sets(self, value: Optional[Any]):
|
|
82036
|
+
pulumi.set(self, "multiple_active_result_sets", value)
|
|
82037
|
+
|
|
82038
|
+
@property
|
|
82039
|
+
@pulumi.getter(name="packetSize")
|
|
82040
|
+
def packet_size(self) -> Optional[Any]:
|
|
82041
|
+
"""
|
|
82042
|
+
The size in bytes of the network packets used to communicate with an instance of server, used by recommended version. Type: integer (or Expression with resultType integer).
|
|
82043
|
+
"""
|
|
82044
|
+
return pulumi.get(self, "packet_size")
|
|
82045
|
+
|
|
82046
|
+
@packet_size.setter
|
|
82047
|
+
def packet_size(self, value: Optional[Any]):
|
|
82048
|
+
pulumi.set(self, "packet_size", value)
|
|
82049
|
+
|
|
80337
82050
|
@property
|
|
80338
82051
|
@pulumi.getter
|
|
80339
82052
|
def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]]]:
|
|
@@ -80358,6 +82071,42 @@ class SqlServerLinkedServiceArgs:
|
|
|
80358
82071
|
def password(self, value: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]):
|
|
80359
82072
|
pulumi.set(self, "password", value)
|
|
80360
82073
|
|
|
82074
|
+
@property
|
|
82075
|
+
@pulumi.getter
|
|
82076
|
+
def pooling(self) -> Optional[Any]:
|
|
82077
|
+
"""
|
|
82078
|
+
Indicate whether the connection will be pooled or explicitly opened every time that the connection is requested, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
82079
|
+
"""
|
|
82080
|
+
return pulumi.get(self, "pooling")
|
|
82081
|
+
|
|
82082
|
+
@pooling.setter
|
|
82083
|
+
def pooling(self, value: Optional[Any]):
|
|
82084
|
+
pulumi.set(self, "pooling", value)
|
|
82085
|
+
|
|
82086
|
+
@property
|
|
82087
|
+
@pulumi.getter
|
|
82088
|
+
def server(self) -> Optional[Any]:
|
|
82089
|
+
"""
|
|
82090
|
+
The name or network address of the instance of SQL Server to which to connect, used by recommended version. Type: string (or Expression with resultType string).
|
|
82091
|
+
"""
|
|
82092
|
+
return pulumi.get(self, "server")
|
|
82093
|
+
|
|
82094
|
+
@server.setter
|
|
82095
|
+
def server(self, value: Optional[Any]):
|
|
82096
|
+
pulumi.set(self, "server", value)
|
|
82097
|
+
|
|
82098
|
+
@property
|
|
82099
|
+
@pulumi.getter(name="trustServerCertificate")
|
|
82100
|
+
def trust_server_certificate(self) -> Optional[Any]:
|
|
82101
|
+
"""
|
|
82102
|
+
Indicate whether the channel will be encrypted while bypassing walking the certificate chain to validate trust, used by recommended version. Type: Boolean (or Expression with resultType boolean).
|
|
82103
|
+
"""
|
|
82104
|
+
return pulumi.get(self, "trust_server_certificate")
|
|
82105
|
+
|
|
82106
|
+
@trust_server_certificate.setter
|
|
82107
|
+
def trust_server_certificate(self, value: Optional[Any]):
|
|
82108
|
+
pulumi.set(self, "trust_server_certificate", value)
|
|
82109
|
+
|
|
80361
82110
|
@property
|
|
80362
82111
|
@pulumi.getter(name="userName")
|
|
80363
82112
|
def user_name(self) -> Optional[Any]:
|