pulumi-azure-native 2.58.0a1724403460__py3-none-any.whl → 2.59.0__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 +116 -2
- pulumi_azure_native/azurefleet/_enums.py +1 -1
- pulumi_azure_native/azurefleet/v20231101preview/_enums.py +1 -1
- pulumi_azure_native/azurefleet/v20240501preview/_enums.py +1 -1
- pulumi_azure_native/azureplaywrightservice/__init__.py +3 -0
- pulumi_azure_native/azureplaywrightservice/account.py +3 -3
- pulumi_azure_native/azureplaywrightservice/get_account.py +2 -2
- pulumi_azure_native/azureplaywrightservice/v20231001preview/account.py +1 -1
- pulumi_azure_native/azureplaywrightservice/v20240201preview/account.py +1 -1
- pulumi_azure_native/azureplaywrightservice/v20240801preview/__init__.py +11 -0
- pulumi_azure_native/azureplaywrightservice/v20240801preview/_enums.py +23 -0
- pulumi_azure_native/azureplaywrightservice/v20240801preview/account.py +380 -0
- pulumi_azure_native/azureplaywrightservice/v20240801preview/get_account.py +227 -0
- pulumi_azure_native/azureplaywrightservice/v20240801preview/outputs.py +131 -0
- pulumi_azure_native/azurestackhci/__init__.py +3 -0
- pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
- pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_security_group.py +4 -0
- pulumi_azure_native/azurestackhci/get_security_rule.py +4 -0
- pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/logical_network.py +3 -3
- pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/network_interface.py +3 -3
- pulumi_azure_native/azurestackhci/network_security_group.py +5 -1
- pulumi_azure_native/azurestackhci/security_rule.py +5 -1
- pulumi_azure_native/azurestackhci/storage_container.py +3 -3
- pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/__init__.py +30 -0
- pulumi_azure_native/azurestackhci/v20240501preview/_enums.py +321 -0
- pulumi_azure_native/azurestackhci/v20240501preview/_inputs.py +2265 -0
- pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +511 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_gallery_image.py +292 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_guest_agent.py +170 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_logical_network.py +227 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_marketplace_gallery_image.py +266 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_network_interface.py +240 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_network_security_group.py +214 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_security_rule.py +271 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_storage_container.py +201 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_virtual_hard_disk.py +305 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_virtual_machine_instance.py +300 -0
- pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +229 -0
- pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +365 -0
- pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +453 -0
- pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +394 -0
- pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +298 -0
- pulumi_azure_native/azurestackhci/v20240501preview/outputs.py +3744 -0
- pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +496 -0
- pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +308 -0
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +539 -0
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +462 -0
- pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
- pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
- pulumi_azure_native/consumption/__init__.py +3 -0
- pulumi_azure_native/consumption/budget.py +3 -3
- pulumi_azure_native/consumption/get_budget.py +2 -2
- pulumi_azure_native/consumption/v20230501/budget.py +1 -1
- pulumi_azure_native/consumption/v20231101/budget.py +1 -1
- pulumi_azure_native/consumption/v20240801/__init__.py +12 -0
- pulumi_azure_native/consumption/v20240801/_enums.py +99 -0
- pulumi_azure_native/consumption/v20240801/_inputs.py +466 -0
- pulumi_azure_native/consumption/v20240801/budget.py +388 -0
- pulumi_azure_native/consumption/v20240801/get_budget.py +227 -0
- pulumi_azure_native/consumption/v20240801/outputs.py +418 -0
- pulumi_azure_native/containerservice/__init__.py +3 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/_inputs.py +3 -3
- pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/outputs.py +2 -2
- pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/_inputs.py +3 -3
- pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/outputs.py +2 -2
- pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/_inputs.py +3 -3
- pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/outputs.py +2 -2
- pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240701/__init__.py +25 -0
- pulumi_azure_native/containerservice/v20240701/_enums.py +628 -0
- pulumi_azure_native/containerservice/v20240701/_inputs.py +7532 -0
- pulumi_azure_native/containerservice/v20240701/agent_pool.py +1420 -0
- pulumi_azure_native/containerservice/v20240701/get_agent_pool.py +687 -0
- pulumi_azure_native/containerservice/v20240701/get_maintenance_configuration.py +167 -0
- pulumi_azure_native/containerservice/v20240701/get_managed_cluster.py +721 -0
- pulumi_azure_native/containerservice/v20240701/get_private_endpoint_connection.py +154 -0
- pulumi_azure_native/containerservice/v20240701/get_snapshot.py +253 -0
- pulumi_azure_native/containerservice/v20240701/get_trusted_access_role_binding.py +167 -0
- pulumi_azure_native/containerservice/v20240701/list_managed_cluster_admin_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20240701/list_managed_cluster_monitoring_user_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20240701/list_managed_cluster_user_credentials.py +94 -0
- pulumi_azure_native/containerservice/v20240701/maintenance_configuration.py +279 -0
- pulumi_azure_native/containerservice/v20240701/managed_cluster.py +1353 -0
- pulumi_azure_native/containerservice/v20240701/outputs.py +6472 -0
- pulumi_azure_native/containerservice/v20240701/private_endpoint_connection.py +251 -0
- pulumi_azure_native/containerservice/v20240701/snapshot.py +347 -0
- pulumi_azure_native/containerservice/v20240701/trusted_access_role_binding.py +260 -0
- pulumi_azure_native/databricks/__init__.py +3 -0
- pulumi_azure_native/databricks/access_connector.py +3 -3
- pulumi_azure_native/databricks/get_access_connector.py +2 -2
- pulumi_azure_native/databricks/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/databricks/get_workspace.py +2 -2
- pulumi_azure_native/databricks/private_endpoint_connection.py +3 -3
- pulumi_azure_native/databricks/v20220401preview/access_connector.py +1 -1
- pulumi_azure_native/databricks/v20230201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/databricks/v20230201/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/v20230201/workspace.py +1 -1
- pulumi_azure_native/databricks/v20230501/access_connector.py +1 -1
- pulumi_azure_native/databricks/v20230915preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/databricks/v20230915preview/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/v20230915preview/workspace.py +1 -1
- pulumi_azure_native/databricks/v20240501/access_connector.py +1 -1
- pulumi_azure_native/databricks/v20240501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/databricks/v20240501/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/v20240501/workspace.py +1 -1
- pulumi_azure_native/databricks/v20240901preview/__init__.py +18 -0
- pulumi_azure_native/databricks/v20240901preview/_enums.py +122 -0
- pulumi_azure_native/databricks/v20240901preview/_inputs.py +1712 -0
- pulumi_azure_native/databricks/v20240901preview/access_connector.py +268 -0
- pulumi_azure_native/databricks/v20240901preview/get_access_connector.py +175 -0
- pulumi_azure_native/databricks/v20240901preview/get_private_endpoint_connection.py +128 -0
- pulumi_azure_native/databricks/v20240901preview/get_v_net_peering.py +245 -0
- pulumi_azure_native/databricks/v20240901preview/get_workspace.py +448 -0
- pulumi_azure_native/databricks/v20240901preview/outputs.py +1954 -0
- pulumi_azure_native/databricks/v20240901preview/private_endpoint_connection.py +212 -0
- pulumi_azure_native/databricks/v20240901preview/v_net_peering.py +434 -0
- pulumi_azure_native/databricks/v20240901preview/workspace.py +688 -0
- pulumi_azure_native/databricks/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/workspace.py +3 -3
- pulumi_azure_native/hybridconnectivity/__init__.py +3 -0
- pulumi_azure_native/hybridconnectivity/endpoint.py +3 -3
- pulumi_azure_native/hybridconnectivity/get_endpoint.py +2 -2
- pulumi_azure_native/hybridconnectivity/get_service_configuration.py +4 -0
- pulumi_azure_native/hybridconnectivity/list_endpoint_credentials.py +2 -2
- pulumi_azure_native/hybridconnectivity/list_endpoint_ingress_gateway_credentials.py +4 -0
- pulumi_azure_native/hybridconnectivity/list_endpoint_managed_proxy_details.py +2 -2
- pulumi_azure_native/hybridconnectivity/service_configuration.py +5 -1
- pulumi_azure_native/hybridconnectivity/v20220501preview/endpoint.py +1 -1
- pulumi_azure_native/hybridconnectivity/v20230315/endpoint.py +1 -1
- pulumi_azure_native/hybridconnectivity/v20230315/service_configuration.py +1 -1
- pulumi_azure_native/hybridconnectivity/v20241201/__init__.py +17 -0
- pulumi_azure_native/hybridconnectivity/v20241201/_enums.py +37 -0
- pulumi_azure_native/hybridconnectivity/v20241201/_inputs.py +79 -0
- pulumi_azure_native/hybridconnectivity/v20241201/endpoint.py +374 -0
- pulumi_azure_native/hybridconnectivity/v20241201/get_endpoint.py +214 -0
- pulumi_azure_native/hybridconnectivity/v20241201/get_service_configuration.py +258 -0
- pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_credentials.py +159 -0
- pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_ingress_gateway_credentials.py +198 -0
- pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_managed_proxy_details.py +112 -0
- pulumi_azure_native/hybridconnectivity/v20241201/outputs.py +196 -0
- pulumi_azure_native/hybridconnectivity/v20241201/service_configuration.py +463 -0
- pulumi_azure_native/iotoperations/v20240815preview/_enums.py +2 -2
- pulumi_azure_native/iotoperations/v20240815preview/_inputs.py +19 -22
- pulumi_azure_native/iotoperations/v20240815preview/outputs.py +11 -14
- pulumi_azure_native/networkcloud/__init__.py +5 -0
- pulumi_azure_native/networkcloud/_inputs.py +52 -0
- pulumi_azure_native/networkcloud/agent_pool.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
- pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
- pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
- pulumi_azure_native/networkcloud/cluster.py +3 -3
- pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
- pulumi_azure_native/networkcloud/console.py +3 -3
- pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
- pulumi_azure_native/networkcloud/get_console.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +244 -0
- pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
- pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
- pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
- pulumi_azure_native/networkcloud/get_rack.py +2 -2
- pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
- pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
- pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_volume.py +2 -2
- pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
- pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +338 -0
- pulumi_azure_native/networkcloud/l2_network.py +3 -3
- pulumi_azure_native/networkcloud/l3_network.py +3 -3
- pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
- pulumi_azure_native/networkcloud/outputs.py +30 -0
- pulumi_azure_native/networkcloud/rack.py +3 -3
- pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
- pulumi_azure_native/networkcloud/trunked_network.py +3 -3
- pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/__init__.py +46 -0
- pulumi_azure_native/networkcloud/v20240601preview/_enums.py +327 -0
- pulumi_azure_native/networkcloud/v20240601preview/_inputs.py +3436 -0
- pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +610 -0
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +795 -0
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +507 -0
- pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +448 -0
- pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +417 -0
- pulumi_azure_native/networkcloud/v20240601preview/cluster.py +830 -0
- pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +452 -0
- pulumi_azure_native/networkcloud/v20240601preview/console.py +417 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_agent_pool.py +346 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine.py +575 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine_key_set.py +307 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_bmc_key_set.py +281 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_cloud_services_network.py +308 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_cluster.py +524 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_cluster_manager.py +289 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_console.py +268 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_kubernetes_cluster.py +380 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_kubernetes_cluster_feature.py +242 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_l2_network.py +289 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_l3_network.py +356 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_metrics_configuration.py +242 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_rack.py +263 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_storage_appliance.py +393 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_trunked_network.py +302 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_virtual_machine.py +471 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_volume.py +237 -0
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +564 -0
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +336 -0
- pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +419 -0
- pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +581 -0
- pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +376 -0
- pulumi_azure_native/networkcloud/v20240601preview/outputs.py +4231 -0
- pulumi_azure_native/networkcloud/v20240601preview/rack.py +416 -0
- pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +536 -0
- pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +449 -0
- pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +823 -0
- pulumi_azure_native/networkcloud/v20240601preview/volume.py +336 -0
- pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
- pulumi_azure_native/networkcloud/volume.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/security/__init__.py +0 -2
- pulumi_azure_native/security/_inputs.py +0 -536
- pulumi_azure_native/security/outputs.py +0 -465
- pulumi_azure_native/security/v20200101/__init__.py +0 -2
- pulumi_azure_native/security/v20200101/_inputs.py +0 -536
- pulumi_azure_native/security/v20200101/outputs.py +0 -465
- pulumi_azure_native/servicefabric/__init__.py +3 -0
- pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_application.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_application_type.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_application_type_version.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_service.py +2 -2
- pulumi_azure_native/servicefabric/get_node_type.py +2 -2
- pulumi_azure_native/servicefabric/getmanaged_az_resiliency_status.py +2 -2
- pulumi_azure_native/servicefabric/getmanaged_maintenance_window_status.py +2 -2
- pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application_type.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_service.py +3 -3
- pulumi_azure_native/servicefabric/node_type.py +3 -3
- pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/__init__.py +24 -0
- pulumi_azure_native/servicefabric/v20240601preview/_enums.py +511 -0
- pulumi_azure_native/servicefabric/v20240601preview/_inputs.py +5399 -0
- pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster.py +708 -0
- pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_application.py +233 -0
- pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_application_type.py +167 -0
- pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_application_type_version.py +185 -0
- pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_service.py +172 -0
- pulumi_azure_native/servicefabric/v20240601preview/get_node_type.py +804 -0
- pulumi_azure_native/servicefabric/v20240601preview/getmanaged_az_resiliency_status.py +97 -0
- pulumi_azure_native/servicefabric/v20240601preview/getmanaged_maintenance_window_status.py +161 -0
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster.py +1339 -0
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application.py +409 -0
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type.py +258 -0
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type_version.py +309 -0
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_service.py +300 -0
- pulumi_azure_native/servicefabric/v20240601preview/node_type.py +1695 -0
- pulumi_azure_native/servicefabric/v20240601preview/outputs.py +4591 -0
- pulumi_azure_native/workloads/__init__.py +3 -0
- pulumi_azure_native/workloads/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/sap_central_instance.py +1 -1
- pulumi_azure_native/workloads/sap_database_instance.py +1 -1
- pulumi_azure_native/workloads/sap_virtual_instance.py +1 -1
- pulumi_azure_native/workloads/v20211201preview/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_central_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_database_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_virtual_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_central_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_database_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_virtual_instance.py +1 -1
- pulumi_azure_native/workloads/v20240901/__init__.py +22 -0
- pulumi_azure_native/workloads/v20240901/_enums.py +242 -0
- pulumi_azure_native/workloads/v20240901/_inputs.py +3277 -0
- pulumi_azure_native/workloads/v20240901/get_sap_application_server_instance.py +362 -0
- pulumi_azure_native/workloads/v20240901/get_sap_central_server_instance.py +336 -0
- pulumi_azure_native/workloads/v20240901/get_sap_database_instance.py +271 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance.py +292 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_availability_zone_details.py +95 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_disk_configurations.py +110 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_sap_supported_sku.py +110 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_sizing_recommendations.py +124 -0
- pulumi_azure_native/workloads/v20240901/outputs.py +3879 -0
- pulumi_azure_native/workloads/v20240901/sap_application_server_instance.py +408 -0
- pulumi_azure_native/workloads/v20240901/sap_central_server_instance.py +388 -0
- pulumi_azure_native/workloads/v20240901/sap_database_instance.py +338 -0
- pulumi_azure_native/workloads/v20240901/sap_virtual_instance.py +456 -0
- {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0.dist-info}/RECORD +583 -434
- {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0.dist-info}/WHEEL +1 -1
- pulumi_azure_native/security/adaptive_application_control.py +0 -311
- pulumi_azure_native/security/get_adaptive_application_control.py +0 -221
- pulumi_azure_native/security/v20200101/adaptive_application_control.py +0 -305
- pulumi_azure_native/security/v20200101/get_adaptive_application_control.py +0 -215
- {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['PrivateEndpointConnectionArgs', 'PrivateEndpointConnection']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class PrivateEndpointConnectionArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
properties: pulumi.Input['PrivateEndpointConnectionPropertiesArgs'],
|
|
26
|
+
resource_group_name: pulumi.Input[str],
|
|
27
|
+
workspace_name: pulumi.Input[str],
|
|
28
|
+
private_endpoint_connection_name: Optional[pulumi.Input[str]] = None):
|
|
29
|
+
"""
|
|
30
|
+
The set of arguments for constructing a PrivateEndpointConnection resource.
|
|
31
|
+
:param pulumi.Input['PrivateEndpointConnectionPropertiesArgs'] properties: The private endpoint connection properties.
|
|
32
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
33
|
+
:param pulumi.Input[str] workspace_name: The name of the workspace.
|
|
34
|
+
:param pulumi.Input[str] private_endpoint_connection_name: The name of the private endpoint connection
|
|
35
|
+
"""
|
|
36
|
+
pulumi.set(__self__, "properties", properties)
|
|
37
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
38
|
+
pulumi.set(__self__, "workspace_name", workspace_name)
|
|
39
|
+
if private_endpoint_connection_name is not None:
|
|
40
|
+
pulumi.set(__self__, "private_endpoint_connection_name", private_endpoint_connection_name)
|
|
41
|
+
|
|
42
|
+
@property
|
|
43
|
+
@pulumi.getter
|
|
44
|
+
def properties(self) -> pulumi.Input['PrivateEndpointConnectionPropertiesArgs']:
|
|
45
|
+
"""
|
|
46
|
+
The private endpoint connection properties.
|
|
47
|
+
"""
|
|
48
|
+
return pulumi.get(self, "properties")
|
|
49
|
+
|
|
50
|
+
@properties.setter
|
|
51
|
+
def properties(self, value: pulumi.Input['PrivateEndpointConnectionPropertiesArgs']):
|
|
52
|
+
pulumi.set(self, "properties", value)
|
|
53
|
+
|
|
54
|
+
@property
|
|
55
|
+
@pulumi.getter(name="resourceGroupName")
|
|
56
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
57
|
+
"""
|
|
58
|
+
The name of the resource group. The name is case insensitive.
|
|
59
|
+
"""
|
|
60
|
+
return pulumi.get(self, "resource_group_name")
|
|
61
|
+
|
|
62
|
+
@resource_group_name.setter
|
|
63
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
64
|
+
pulumi.set(self, "resource_group_name", value)
|
|
65
|
+
|
|
66
|
+
@property
|
|
67
|
+
@pulumi.getter(name="workspaceName")
|
|
68
|
+
def workspace_name(self) -> pulumi.Input[str]:
|
|
69
|
+
"""
|
|
70
|
+
The name of the workspace.
|
|
71
|
+
"""
|
|
72
|
+
return pulumi.get(self, "workspace_name")
|
|
73
|
+
|
|
74
|
+
@workspace_name.setter
|
|
75
|
+
def workspace_name(self, value: pulumi.Input[str]):
|
|
76
|
+
pulumi.set(self, "workspace_name", value)
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter(name="privateEndpointConnectionName")
|
|
80
|
+
def private_endpoint_connection_name(self) -> Optional[pulumi.Input[str]]:
|
|
81
|
+
"""
|
|
82
|
+
The name of the private endpoint connection
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "private_endpoint_connection_name")
|
|
85
|
+
|
|
86
|
+
@private_endpoint_connection_name.setter
|
|
87
|
+
def private_endpoint_connection_name(self, value: Optional[pulumi.Input[str]]):
|
|
88
|
+
pulumi.set(self, "private_endpoint_connection_name", value)
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
class PrivateEndpointConnection(pulumi.CustomResource):
|
|
92
|
+
@overload
|
|
93
|
+
def __init__(__self__,
|
|
94
|
+
resource_name: str,
|
|
95
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
96
|
+
private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
97
|
+
properties: Optional[pulumi.Input[Union['PrivateEndpointConnectionPropertiesArgs', 'PrivateEndpointConnectionPropertiesArgsDict']]] = None,
|
|
98
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
99
|
+
workspace_name: Optional[pulumi.Input[str]] = None,
|
|
100
|
+
__props__=None):
|
|
101
|
+
"""
|
|
102
|
+
The private endpoint connection of a workspace
|
|
103
|
+
|
|
104
|
+
:param str resource_name: The name of the resource.
|
|
105
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
106
|
+
:param pulumi.Input[str] private_endpoint_connection_name: The name of the private endpoint connection
|
|
107
|
+
:param pulumi.Input[Union['PrivateEndpointConnectionPropertiesArgs', 'PrivateEndpointConnectionPropertiesArgsDict']] properties: The private endpoint connection properties.
|
|
108
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
109
|
+
:param pulumi.Input[str] workspace_name: The name of the workspace.
|
|
110
|
+
"""
|
|
111
|
+
...
|
|
112
|
+
@overload
|
|
113
|
+
def __init__(__self__,
|
|
114
|
+
resource_name: str,
|
|
115
|
+
args: PrivateEndpointConnectionArgs,
|
|
116
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
117
|
+
"""
|
|
118
|
+
The private endpoint connection of a workspace
|
|
119
|
+
|
|
120
|
+
:param str resource_name: The name of the resource.
|
|
121
|
+
:param PrivateEndpointConnectionArgs args: The arguments to use to populate this resource's properties.
|
|
122
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
123
|
+
"""
|
|
124
|
+
...
|
|
125
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
126
|
+
resource_args, opts = _utilities.get_resource_args_opts(PrivateEndpointConnectionArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
127
|
+
if resource_args is not None:
|
|
128
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
129
|
+
else:
|
|
130
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
131
|
+
|
|
132
|
+
def _internal_init(__self__,
|
|
133
|
+
resource_name: str,
|
|
134
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
135
|
+
private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
136
|
+
properties: Optional[pulumi.Input[Union['PrivateEndpointConnectionPropertiesArgs', 'PrivateEndpointConnectionPropertiesArgsDict']]] = None,
|
|
137
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
138
|
+
workspace_name: Optional[pulumi.Input[str]] = None,
|
|
139
|
+
__props__=None):
|
|
140
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
141
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
142
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
143
|
+
if opts.id is None:
|
|
144
|
+
if __props__ is not None:
|
|
145
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
146
|
+
__props__ = PrivateEndpointConnectionArgs.__new__(PrivateEndpointConnectionArgs)
|
|
147
|
+
|
|
148
|
+
__props__.__dict__["private_endpoint_connection_name"] = private_endpoint_connection_name
|
|
149
|
+
if properties is None and not opts.urn:
|
|
150
|
+
raise TypeError("Missing required property 'properties'")
|
|
151
|
+
__props__.__dict__["properties"] = properties
|
|
152
|
+
if resource_group_name is None and not opts.urn:
|
|
153
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
154
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
155
|
+
if workspace_name is None and not opts.urn:
|
|
156
|
+
raise TypeError("Missing required property 'workspace_name'")
|
|
157
|
+
__props__.__dict__["workspace_name"] = workspace_name
|
|
158
|
+
__props__.__dict__["name"] = None
|
|
159
|
+
__props__.__dict__["type"] = None
|
|
160
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databricks:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:databricks/v20210401preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:databricks/v20220401preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:databricks/v20230201:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:databricks/v20230915preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:databricks/v20240501:PrivateEndpointConnection")])
|
|
161
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
162
|
+
super(PrivateEndpointConnection, __self__).__init__(
|
|
163
|
+
'azure-native:databricks/v20240901preview:PrivateEndpointConnection',
|
|
164
|
+
resource_name,
|
|
165
|
+
__props__,
|
|
166
|
+
opts)
|
|
167
|
+
|
|
168
|
+
@staticmethod
|
|
169
|
+
def get(resource_name: str,
|
|
170
|
+
id: pulumi.Input[str],
|
|
171
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'PrivateEndpointConnection':
|
|
172
|
+
"""
|
|
173
|
+
Get an existing PrivateEndpointConnection resource's state with the given name, id, and optional extra
|
|
174
|
+
properties used to qualify the lookup.
|
|
175
|
+
|
|
176
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
177
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
178
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
179
|
+
"""
|
|
180
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
181
|
+
|
|
182
|
+
__props__ = PrivateEndpointConnectionArgs.__new__(PrivateEndpointConnectionArgs)
|
|
183
|
+
|
|
184
|
+
__props__.__dict__["name"] = None
|
|
185
|
+
__props__.__dict__["properties"] = None
|
|
186
|
+
__props__.__dict__["type"] = None
|
|
187
|
+
return PrivateEndpointConnection(resource_name, opts=opts, __props__=__props__)
|
|
188
|
+
|
|
189
|
+
@property
|
|
190
|
+
@pulumi.getter
|
|
191
|
+
def name(self) -> pulumi.Output[str]:
|
|
192
|
+
"""
|
|
193
|
+
The resource name.
|
|
194
|
+
"""
|
|
195
|
+
return pulumi.get(self, "name")
|
|
196
|
+
|
|
197
|
+
@property
|
|
198
|
+
@pulumi.getter
|
|
199
|
+
def properties(self) -> pulumi.Output['outputs.PrivateEndpointConnectionPropertiesResponse']:
|
|
200
|
+
"""
|
|
201
|
+
The private endpoint connection properties.
|
|
202
|
+
"""
|
|
203
|
+
return pulumi.get(self, "properties")
|
|
204
|
+
|
|
205
|
+
@property
|
|
206
|
+
@pulumi.getter
|
|
207
|
+
def type(self) -> pulumi.Output[str]:
|
|
208
|
+
"""
|
|
209
|
+
The resource type.
|
|
210
|
+
"""
|
|
211
|
+
return pulumi.get(self, "type")
|
|
212
|
+
|
|
@@ -0,0 +1,434 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._inputs import *
|
|
18
|
+
|
|
19
|
+
__all__ = ['VNetPeeringArgs', 'VNetPeering']
|
|
20
|
+
|
|
21
|
+
@pulumi.input_type
|
|
22
|
+
class VNetPeeringArgs:
|
|
23
|
+
def __init__(__self__, *,
|
|
24
|
+
remote_virtual_network: pulumi.Input['VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetworkArgs'],
|
|
25
|
+
resource_group_name: pulumi.Input[str],
|
|
26
|
+
workspace_name: pulumi.Input[str],
|
|
27
|
+
allow_forwarded_traffic: Optional[pulumi.Input[bool]] = None,
|
|
28
|
+
allow_gateway_transit: Optional[pulumi.Input[bool]] = None,
|
|
29
|
+
allow_virtual_network_access: Optional[pulumi.Input[bool]] = None,
|
|
30
|
+
databricks_address_space: Optional[pulumi.Input['AddressSpaceArgs']] = None,
|
|
31
|
+
databricks_virtual_network: Optional[pulumi.Input['VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetworkArgs']] = None,
|
|
32
|
+
peering_name: Optional[pulumi.Input[str]] = None,
|
|
33
|
+
remote_address_space: Optional[pulumi.Input['AddressSpaceArgs']] = None,
|
|
34
|
+
use_remote_gateways: Optional[pulumi.Input[bool]] = None):
|
|
35
|
+
"""
|
|
36
|
+
The set of arguments for constructing a VNetPeering resource.
|
|
37
|
+
:param pulumi.Input['VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetworkArgs'] remote_virtual_network: The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
|
|
38
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
39
|
+
:param pulumi.Input[str] workspace_name: The name of the workspace.
|
|
40
|
+
:param pulumi.Input[bool] allow_forwarded_traffic: Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network.
|
|
41
|
+
:param pulumi.Input[bool] allow_gateway_transit: If gateway links can be used in remote virtual networking to link to this virtual network.
|
|
42
|
+
:param pulumi.Input[bool] allow_virtual_network_access: Whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space.
|
|
43
|
+
:param pulumi.Input['AddressSpaceArgs'] databricks_address_space: The reference to the databricks virtual network address space.
|
|
44
|
+
:param pulumi.Input['VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetworkArgs'] databricks_virtual_network: The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
|
|
45
|
+
:param pulumi.Input[str] peering_name: The name of the workspace vNet peering.
|
|
46
|
+
:param pulumi.Input['AddressSpaceArgs'] remote_address_space: The reference to the remote virtual network address space.
|
|
47
|
+
:param pulumi.Input[bool] use_remote_gateways: If remote gateways can be used on this virtual network. If the flag is set to true, and allowGatewayTransit on remote peering is also true, virtual network will use gateways of remote virtual network for transit. Only one peering can have this flag set to true. This flag cannot be set if virtual network already has a gateway.
|
|
48
|
+
"""
|
|
49
|
+
pulumi.set(__self__, "remote_virtual_network", remote_virtual_network)
|
|
50
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
51
|
+
pulumi.set(__self__, "workspace_name", workspace_name)
|
|
52
|
+
if allow_forwarded_traffic is not None:
|
|
53
|
+
pulumi.set(__self__, "allow_forwarded_traffic", allow_forwarded_traffic)
|
|
54
|
+
if allow_gateway_transit is not None:
|
|
55
|
+
pulumi.set(__self__, "allow_gateway_transit", allow_gateway_transit)
|
|
56
|
+
if allow_virtual_network_access is not None:
|
|
57
|
+
pulumi.set(__self__, "allow_virtual_network_access", allow_virtual_network_access)
|
|
58
|
+
if databricks_address_space is not None:
|
|
59
|
+
pulumi.set(__self__, "databricks_address_space", databricks_address_space)
|
|
60
|
+
if databricks_virtual_network is not None:
|
|
61
|
+
pulumi.set(__self__, "databricks_virtual_network", databricks_virtual_network)
|
|
62
|
+
if peering_name is not None:
|
|
63
|
+
pulumi.set(__self__, "peering_name", peering_name)
|
|
64
|
+
if remote_address_space is not None:
|
|
65
|
+
pulumi.set(__self__, "remote_address_space", remote_address_space)
|
|
66
|
+
if use_remote_gateways is not None:
|
|
67
|
+
pulumi.set(__self__, "use_remote_gateways", use_remote_gateways)
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter(name="remoteVirtualNetwork")
|
|
71
|
+
def remote_virtual_network(self) -> pulumi.Input['VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetworkArgs']:
|
|
72
|
+
"""
|
|
73
|
+
The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "remote_virtual_network")
|
|
76
|
+
|
|
77
|
+
@remote_virtual_network.setter
|
|
78
|
+
def remote_virtual_network(self, value: pulumi.Input['VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetworkArgs']):
|
|
79
|
+
pulumi.set(self, "remote_virtual_network", value)
|
|
80
|
+
|
|
81
|
+
@property
|
|
82
|
+
@pulumi.getter(name="resourceGroupName")
|
|
83
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
84
|
+
"""
|
|
85
|
+
The name of the resource group. The name is case insensitive.
|
|
86
|
+
"""
|
|
87
|
+
return pulumi.get(self, "resource_group_name")
|
|
88
|
+
|
|
89
|
+
@resource_group_name.setter
|
|
90
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
91
|
+
pulumi.set(self, "resource_group_name", value)
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
@pulumi.getter(name="workspaceName")
|
|
95
|
+
def workspace_name(self) -> pulumi.Input[str]:
|
|
96
|
+
"""
|
|
97
|
+
The name of the workspace.
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "workspace_name")
|
|
100
|
+
|
|
101
|
+
@workspace_name.setter
|
|
102
|
+
def workspace_name(self, value: pulumi.Input[str]):
|
|
103
|
+
pulumi.set(self, "workspace_name", value)
|
|
104
|
+
|
|
105
|
+
@property
|
|
106
|
+
@pulumi.getter(name="allowForwardedTraffic")
|
|
107
|
+
def allow_forwarded_traffic(self) -> Optional[pulumi.Input[bool]]:
|
|
108
|
+
"""
|
|
109
|
+
Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network.
|
|
110
|
+
"""
|
|
111
|
+
return pulumi.get(self, "allow_forwarded_traffic")
|
|
112
|
+
|
|
113
|
+
@allow_forwarded_traffic.setter
|
|
114
|
+
def allow_forwarded_traffic(self, value: Optional[pulumi.Input[bool]]):
|
|
115
|
+
pulumi.set(self, "allow_forwarded_traffic", value)
|
|
116
|
+
|
|
117
|
+
@property
|
|
118
|
+
@pulumi.getter(name="allowGatewayTransit")
|
|
119
|
+
def allow_gateway_transit(self) -> Optional[pulumi.Input[bool]]:
|
|
120
|
+
"""
|
|
121
|
+
If gateway links can be used in remote virtual networking to link to this virtual network.
|
|
122
|
+
"""
|
|
123
|
+
return pulumi.get(self, "allow_gateway_transit")
|
|
124
|
+
|
|
125
|
+
@allow_gateway_transit.setter
|
|
126
|
+
def allow_gateway_transit(self, value: Optional[pulumi.Input[bool]]):
|
|
127
|
+
pulumi.set(self, "allow_gateway_transit", value)
|
|
128
|
+
|
|
129
|
+
@property
|
|
130
|
+
@pulumi.getter(name="allowVirtualNetworkAccess")
|
|
131
|
+
def allow_virtual_network_access(self) -> Optional[pulumi.Input[bool]]:
|
|
132
|
+
"""
|
|
133
|
+
Whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space.
|
|
134
|
+
"""
|
|
135
|
+
return pulumi.get(self, "allow_virtual_network_access")
|
|
136
|
+
|
|
137
|
+
@allow_virtual_network_access.setter
|
|
138
|
+
def allow_virtual_network_access(self, value: Optional[pulumi.Input[bool]]):
|
|
139
|
+
pulumi.set(self, "allow_virtual_network_access", value)
|
|
140
|
+
|
|
141
|
+
@property
|
|
142
|
+
@pulumi.getter(name="databricksAddressSpace")
|
|
143
|
+
def databricks_address_space(self) -> Optional[pulumi.Input['AddressSpaceArgs']]:
|
|
144
|
+
"""
|
|
145
|
+
The reference to the databricks virtual network address space.
|
|
146
|
+
"""
|
|
147
|
+
return pulumi.get(self, "databricks_address_space")
|
|
148
|
+
|
|
149
|
+
@databricks_address_space.setter
|
|
150
|
+
def databricks_address_space(self, value: Optional[pulumi.Input['AddressSpaceArgs']]):
|
|
151
|
+
pulumi.set(self, "databricks_address_space", value)
|
|
152
|
+
|
|
153
|
+
@property
|
|
154
|
+
@pulumi.getter(name="databricksVirtualNetwork")
|
|
155
|
+
def databricks_virtual_network(self) -> Optional[pulumi.Input['VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetworkArgs']]:
|
|
156
|
+
"""
|
|
157
|
+
The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
|
|
158
|
+
"""
|
|
159
|
+
return pulumi.get(self, "databricks_virtual_network")
|
|
160
|
+
|
|
161
|
+
@databricks_virtual_network.setter
|
|
162
|
+
def databricks_virtual_network(self, value: Optional[pulumi.Input['VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetworkArgs']]):
|
|
163
|
+
pulumi.set(self, "databricks_virtual_network", value)
|
|
164
|
+
|
|
165
|
+
@property
|
|
166
|
+
@pulumi.getter(name="peeringName")
|
|
167
|
+
def peering_name(self) -> Optional[pulumi.Input[str]]:
|
|
168
|
+
"""
|
|
169
|
+
The name of the workspace vNet peering.
|
|
170
|
+
"""
|
|
171
|
+
return pulumi.get(self, "peering_name")
|
|
172
|
+
|
|
173
|
+
@peering_name.setter
|
|
174
|
+
def peering_name(self, value: Optional[pulumi.Input[str]]):
|
|
175
|
+
pulumi.set(self, "peering_name", value)
|
|
176
|
+
|
|
177
|
+
@property
|
|
178
|
+
@pulumi.getter(name="remoteAddressSpace")
|
|
179
|
+
def remote_address_space(self) -> Optional[pulumi.Input['AddressSpaceArgs']]:
|
|
180
|
+
"""
|
|
181
|
+
The reference to the remote virtual network address space.
|
|
182
|
+
"""
|
|
183
|
+
return pulumi.get(self, "remote_address_space")
|
|
184
|
+
|
|
185
|
+
@remote_address_space.setter
|
|
186
|
+
def remote_address_space(self, value: Optional[pulumi.Input['AddressSpaceArgs']]):
|
|
187
|
+
pulumi.set(self, "remote_address_space", value)
|
|
188
|
+
|
|
189
|
+
@property
|
|
190
|
+
@pulumi.getter(name="useRemoteGateways")
|
|
191
|
+
def use_remote_gateways(self) -> Optional[pulumi.Input[bool]]:
|
|
192
|
+
"""
|
|
193
|
+
If remote gateways can be used on this virtual network. If the flag is set to true, and allowGatewayTransit on remote peering is also true, virtual network will use gateways of remote virtual network for transit. Only one peering can have this flag set to true. This flag cannot be set if virtual network already has a gateway.
|
|
194
|
+
"""
|
|
195
|
+
return pulumi.get(self, "use_remote_gateways")
|
|
196
|
+
|
|
197
|
+
@use_remote_gateways.setter
|
|
198
|
+
def use_remote_gateways(self, value: Optional[pulumi.Input[bool]]):
|
|
199
|
+
pulumi.set(self, "use_remote_gateways", value)
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
class VNetPeering(pulumi.CustomResource):
|
|
203
|
+
@overload
|
|
204
|
+
def __init__(__self__,
|
|
205
|
+
resource_name: str,
|
|
206
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
207
|
+
allow_forwarded_traffic: Optional[pulumi.Input[bool]] = None,
|
|
208
|
+
allow_gateway_transit: Optional[pulumi.Input[bool]] = None,
|
|
209
|
+
allow_virtual_network_access: Optional[pulumi.Input[bool]] = None,
|
|
210
|
+
databricks_address_space: Optional[pulumi.Input[Union['AddressSpaceArgs', 'AddressSpaceArgsDict']]] = None,
|
|
211
|
+
databricks_virtual_network: Optional[pulumi.Input[Union['VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetworkArgs', 'VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetworkArgsDict']]] = None,
|
|
212
|
+
peering_name: Optional[pulumi.Input[str]] = None,
|
|
213
|
+
remote_address_space: Optional[pulumi.Input[Union['AddressSpaceArgs', 'AddressSpaceArgsDict']]] = None,
|
|
214
|
+
remote_virtual_network: Optional[pulumi.Input[Union['VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetworkArgs', 'VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetworkArgsDict']]] = None,
|
|
215
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
216
|
+
use_remote_gateways: Optional[pulumi.Input[bool]] = None,
|
|
217
|
+
workspace_name: Optional[pulumi.Input[str]] = None,
|
|
218
|
+
__props__=None):
|
|
219
|
+
"""
|
|
220
|
+
Peerings in a VirtualNetwork resource
|
|
221
|
+
|
|
222
|
+
:param str resource_name: The name of the resource.
|
|
223
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
224
|
+
:param pulumi.Input[bool] allow_forwarded_traffic: Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network.
|
|
225
|
+
:param pulumi.Input[bool] allow_gateway_transit: If gateway links can be used in remote virtual networking to link to this virtual network.
|
|
226
|
+
:param pulumi.Input[bool] allow_virtual_network_access: Whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space.
|
|
227
|
+
:param pulumi.Input[Union['AddressSpaceArgs', 'AddressSpaceArgsDict']] databricks_address_space: The reference to the databricks virtual network address space.
|
|
228
|
+
:param pulumi.Input[Union['VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetworkArgs', 'VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetworkArgsDict']] databricks_virtual_network: The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
|
|
229
|
+
:param pulumi.Input[str] peering_name: The name of the workspace vNet peering.
|
|
230
|
+
:param pulumi.Input[Union['AddressSpaceArgs', 'AddressSpaceArgsDict']] remote_address_space: The reference to the remote virtual network address space.
|
|
231
|
+
:param pulumi.Input[Union['VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetworkArgs', 'VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetworkArgsDict']] remote_virtual_network: The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
|
|
232
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
233
|
+
:param pulumi.Input[bool] use_remote_gateways: If remote gateways can be used on this virtual network. If the flag is set to true, and allowGatewayTransit on remote peering is also true, virtual network will use gateways of remote virtual network for transit. Only one peering can have this flag set to true. This flag cannot be set if virtual network already has a gateway.
|
|
234
|
+
:param pulumi.Input[str] workspace_name: The name of the workspace.
|
|
235
|
+
"""
|
|
236
|
+
...
|
|
237
|
+
@overload
|
|
238
|
+
def __init__(__self__,
|
|
239
|
+
resource_name: str,
|
|
240
|
+
args: VNetPeeringArgs,
|
|
241
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
242
|
+
"""
|
|
243
|
+
Peerings in a VirtualNetwork resource
|
|
244
|
+
|
|
245
|
+
:param str resource_name: The name of the resource.
|
|
246
|
+
:param VNetPeeringArgs args: The arguments to use to populate this resource's properties.
|
|
247
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
248
|
+
"""
|
|
249
|
+
...
|
|
250
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
251
|
+
resource_args, opts = _utilities.get_resource_args_opts(VNetPeeringArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
252
|
+
if resource_args is not None:
|
|
253
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
254
|
+
else:
|
|
255
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
256
|
+
|
|
257
|
+
def _internal_init(__self__,
|
|
258
|
+
resource_name: str,
|
|
259
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
260
|
+
allow_forwarded_traffic: Optional[pulumi.Input[bool]] = None,
|
|
261
|
+
allow_gateway_transit: Optional[pulumi.Input[bool]] = None,
|
|
262
|
+
allow_virtual_network_access: Optional[pulumi.Input[bool]] = None,
|
|
263
|
+
databricks_address_space: Optional[pulumi.Input[Union['AddressSpaceArgs', 'AddressSpaceArgsDict']]] = None,
|
|
264
|
+
databricks_virtual_network: Optional[pulumi.Input[Union['VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetworkArgs', 'VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetworkArgsDict']]] = None,
|
|
265
|
+
peering_name: Optional[pulumi.Input[str]] = None,
|
|
266
|
+
remote_address_space: Optional[pulumi.Input[Union['AddressSpaceArgs', 'AddressSpaceArgsDict']]] = None,
|
|
267
|
+
remote_virtual_network: Optional[pulumi.Input[Union['VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetworkArgs', 'VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetworkArgsDict']]] = None,
|
|
268
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
269
|
+
use_remote_gateways: Optional[pulumi.Input[bool]] = None,
|
|
270
|
+
workspace_name: Optional[pulumi.Input[str]] = None,
|
|
271
|
+
__props__=None):
|
|
272
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
273
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
274
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
275
|
+
if opts.id is None:
|
|
276
|
+
if __props__ is not None:
|
|
277
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
278
|
+
__props__ = VNetPeeringArgs.__new__(VNetPeeringArgs)
|
|
279
|
+
|
|
280
|
+
__props__.__dict__["allow_forwarded_traffic"] = allow_forwarded_traffic
|
|
281
|
+
__props__.__dict__["allow_gateway_transit"] = allow_gateway_transit
|
|
282
|
+
__props__.__dict__["allow_virtual_network_access"] = allow_virtual_network_access
|
|
283
|
+
__props__.__dict__["databricks_address_space"] = databricks_address_space
|
|
284
|
+
__props__.__dict__["databricks_virtual_network"] = databricks_virtual_network
|
|
285
|
+
__props__.__dict__["peering_name"] = peering_name
|
|
286
|
+
__props__.__dict__["remote_address_space"] = remote_address_space
|
|
287
|
+
if remote_virtual_network is None and not opts.urn:
|
|
288
|
+
raise TypeError("Missing required property 'remote_virtual_network'")
|
|
289
|
+
__props__.__dict__["remote_virtual_network"] = remote_virtual_network
|
|
290
|
+
if resource_group_name is None and not opts.urn:
|
|
291
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
292
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
293
|
+
__props__.__dict__["use_remote_gateways"] = use_remote_gateways
|
|
294
|
+
if workspace_name is None and not opts.urn:
|
|
295
|
+
raise TypeError("Missing required property 'workspace_name'")
|
|
296
|
+
__props__.__dict__["workspace_name"] = workspace_name
|
|
297
|
+
__props__.__dict__["name"] = None
|
|
298
|
+
__props__.__dict__["peering_state"] = None
|
|
299
|
+
__props__.__dict__["provisioning_state"] = None
|
|
300
|
+
__props__.__dict__["type"] = None
|
|
301
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:databricks/v20240901preview:vNetPeering"), pulumi.Alias(type_="azure-native:databricks:VNetPeering"), pulumi.Alias(type_="azure-native:databricks:vNetPeering"), pulumi.Alias(type_="azure-native:databricks/v20180401:VNetPeering"), pulumi.Alias(type_="azure-native:databricks/v20180401:vNetPeering"), pulumi.Alias(type_="azure-native:databricks/v20210401preview:VNetPeering"), pulumi.Alias(type_="azure-native:databricks/v20210401preview:vNetPeering"), pulumi.Alias(type_="azure-native:databricks/v20220401preview:VNetPeering"), pulumi.Alias(type_="azure-native:databricks/v20220401preview:vNetPeering"), pulumi.Alias(type_="azure-native:databricks/v20230201:VNetPeering"), pulumi.Alias(type_="azure-native:databricks/v20230201:vNetPeering"), pulumi.Alias(type_="azure-native:databricks/v20230915preview:VNetPeering"), pulumi.Alias(type_="azure-native:databricks/v20230915preview:vNetPeering"), pulumi.Alias(type_="azure-native:databricks/v20240501:VNetPeering"), pulumi.Alias(type_="azure-native:databricks/v20240501:vNetPeering")])
|
|
302
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
303
|
+
super(VNetPeering, __self__).__init__(
|
|
304
|
+
'azure-native:databricks/v20240901preview:VNetPeering',
|
|
305
|
+
resource_name,
|
|
306
|
+
__props__,
|
|
307
|
+
opts)
|
|
308
|
+
|
|
309
|
+
@staticmethod
|
|
310
|
+
def get(resource_name: str,
|
|
311
|
+
id: pulumi.Input[str],
|
|
312
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'VNetPeering':
|
|
313
|
+
"""
|
|
314
|
+
Get an existing VNetPeering resource's state with the given name, id, and optional extra
|
|
315
|
+
properties used to qualify the lookup.
|
|
316
|
+
|
|
317
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
318
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
319
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
320
|
+
"""
|
|
321
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
322
|
+
|
|
323
|
+
__props__ = VNetPeeringArgs.__new__(VNetPeeringArgs)
|
|
324
|
+
|
|
325
|
+
__props__.__dict__["allow_forwarded_traffic"] = None
|
|
326
|
+
__props__.__dict__["allow_gateway_transit"] = None
|
|
327
|
+
__props__.__dict__["allow_virtual_network_access"] = None
|
|
328
|
+
__props__.__dict__["databricks_address_space"] = None
|
|
329
|
+
__props__.__dict__["databricks_virtual_network"] = None
|
|
330
|
+
__props__.__dict__["name"] = None
|
|
331
|
+
__props__.__dict__["peering_state"] = None
|
|
332
|
+
__props__.__dict__["provisioning_state"] = None
|
|
333
|
+
__props__.__dict__["remote_address_space"] = None
|
|
334
|
+
__props__.__dict__["remote_virtual_network"] = None
|
|
335
|
+
__props__.__dict__["type"] = None
|
|
336
|
+
__props__.__dict__["use_remote_gateways"] = None
|
|
337
|
+
return VNetPeering(resource_name, opts=opts, __props__=__props__)
|
|
338
|
+
|
|
339
|
+
@property
|
|
340
|
+
@pulumi.getter(name="allowForwardedTraffic")
|
|
341
|
+
def allow_forwarded_traffic(self) -> pulumi.Output[Optional[bool]]:
|
|
342
|
+
"""
|
|
343
|
+
Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network.
|
|
344
|
+
"""
|
|
345
|
+
return pulumi.get(self, "allow_forwarded_traffic")
|
|
346
|
+
|
|
347
|
+
@property
|
|
348
|
+
@pulumi.getter(name="allowGatewayTransit")
|
|
349
|
+
def allow_gateway_transit(self) -> pulumi.Output[Optional[bool]]:
|
|
350
|
+
"""
|
|
351
|
+
If gateway links can be used in remote virtual networking to link to this virtual network.
|
|
352
|
+
"""
|
|
353
|
+
return pulumi.get(self, "allow_gateway_transit")
|
|
354
|
+
|
|
355
|
+
@property
|
|
356
|
+
@pulumi.getter(name="allowVirtualNetworkAccess")
|
|
357
|
+
def allow_virtual_network_access(self) -> pulumi.Output[Optional[bool]]:
|
|
358
|
+
"""
|
|
359
|
+
Whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space.
|
|
360
|
+
"""
|
|
361
|
+
return pulumi.get(self, "allow_virtual_network_access")
|
|
362
|
+
|
|
363
|
+
@property
|
|
364
|
+
@pulumi.getter(name="databricksAddressSpace")
|
|
365
|
+
def databricks_address_space(self) -> pulumi.Output[Optional['outputs.AddressSpaceResponse']]:
|
|
366
|
+
"""
|
|
367
|
+
The reference to the databricks virtual network address space.
|
|
368
|
+
"""
|
|
369
|
+
return pulumi.get(self, "databricks_address_space")
|
|
370
|
+
|
|
371
|
+
@property
|
|
372
|
+
@pulumi.getter(name="databricksVirtualNetwork")
|
|
373
|
+
def databricks_virtual_network(self) -> pulumi.Output[Optional['outputs.VirtualNetworkPeeringPropertiesFormatResponseDatabricksVirtualNetwork']]:
|
|
374
|
+
"""
|
|
375
|
+
The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
|
|
376
|
+
"""
|
|
377
|
+
return pulumi.get(self, "databricks_virtual_network")
|
|
378
|
+
|
|
379
|
+
@property
|
|
380
|
+
@pulumi.getter
|
|
381
|
+
def name(self) -> pulumi.Output[str]:
|
|
382
|
+
"""
|
|
383
|
+
Name of the virtual network peering resource
|
|
384
|
+
"""
|
|
385
|
+
return pulumi.get(self, "name")
|
|
386
|
+
|
|
387
|
+
@property
|
|
388
|
+
@pulumi.getter(name="peeringState")
|
|
389
|
+
def peering_state(self) -> pulumi.Output[str]:
|
|
390
|
+
"""
|
|
391
|
+
The status of the virtual network peering.
|
|
392
|
+
"""
|
|
393
|
+
return pulumi.get(self, "peering_state")
|
|
394
|
+
|
|
395
|
+
@property
|
|
396
|
+
@pulumi.getter(name="provisioningState")
|
|
397
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
398
|
+
"""
|
|
399
|
+
The provisioning state of the virtual network peering resource.
|
|
400
|
+
"""
|
|
401
|
+
return pulumi.get(self, "provisioning_state")
|
|
402
|
+
|
|
403
|
+
@property
|
|
404
|
+
@pulumi.getter(name="remoteAddressSpace")
|
|
405
|
+
def remote_address_space(self) -> pulumi.Output[Optional['outputs.AddressSpaceResponse']]:
|
|
406
|
+
"""
|
|
407
|
+
The reference to the remote virtual network address space.
|
|
408
|
+
"""
|
|
409
|
+
return pulumi.get(self, "remote_address_space")
|
|
410
|
+
|
|
411
|
+
@property
|
|
412
|
+
@pulumi.getter(name="remoteVirtualNetwork")
|
|
413
|
+
def remote_virtual_network(self) -> pulumi.Output['outputs.VirtualNetworkPeeringPropertiesFormatResponseRemoteVirtualNetwork']:
|
|
414
|
+
"""
|
|
415
|
+
The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
|
|
416
|
+
"""
|
|
417
|
+
return pulumi.get(self, "remote_virtual_network")
|
|
418
|
+
|
|
419
|
+
@property
|
|
420
|
+
@pulumi.getter
|
|
421
|
+
def type(self) -> pulumi.Output[str]:
|
|
422
|
+
"""
|
|
423
|
+
type of the virtual network peering resource
|
|
424
|
+
"""
|
|
425
|
+
return pulumi.get(self, "type")
|
|
426
|
+
|
|
427
|
+
@property
|
|
428
|
+
@pulumi.getter(name="useRemoteGateways")
|
|
429
|
+
def use_remote_gateways(self) -> pulumi.Output[Optional[bool]]:
|
|
430
|
+
"""
|
|
431
|
+
If remote gateways can be used on this virtual network. If the flag is set to true, and allowGatewayTransit on remote peering is also true, virtual network will use gateways of remote virtual network for transit. Only one peering can have this flag set to true. This flag cannot be set if virtual network already has a gateway.
|
|
432
|
+
"""
|
|
433
|
+
return pulumi.get(self, "use_remote_gateways")
|
|
434
|
+
|