pulumi-azure-native 2.59.0a1724845184__py3-none-any.whl → 2.59.0a1725270690__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 +51 -0
- 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/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/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/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/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/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/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/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/pulumi-plugin.json +1 -1
- 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-2.59.0a1724845184.dist-info → pulumi_azure_native-2.59.0a1725270690.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.59.0a1724845184.dist-info → pulumi_azure_native-2.59.0a1725270690.dist-info}/RECORD +357 -291
- {pulumi_azure_native-2.59.0a1724845184.dist-info → pulumi_azure_native-2.59.0a1725270690.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.59.0a1724845184.dist-info → pulumi_azure_native-2.59.0a1725270690.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,708 @@
|
|
|
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
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetManagedClusterResult',
|
|
20
|
+
'AwaitableGetManagedClusterResult',
|
|
21
|
+
'get_managed_cluster',
|
|
22
|
+
'get_managed_cluster_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetManagedClusterResult:
|
|
27
|
+
"""
|
|
28
|
+
The managed cluster resource
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, addon_features=None, admin_password=None, admin_user_name=None, allow_rdp_access=None, application_type_versions_cleanup_policy=None, auto_generated_domain_name_label_scope=None, auxiliary_subnets=None, azure_active_directory=None, client_connection_port=None, clients=None, cluster_certificate_thumbprints=None, cluster_code_version=None, cluster_id=None, cluster_state=None, cluster_upgrade_cadence=None, cluster_upgrade_mode=None, custom_fqdn=None, ddos_protection_plan_id=None, dns_name=None, enable_auto_os_upgrade=None, enable_http_gateway_exclusive_auth_mode=None, enable_ipv6=None, enable_service_public_ip=None, etag=None, fabric_settings=None, fqdn=None, http_gateway_connection_port=None, http_gateway_token_auth_connection_port=None, id=None, ip_tags=None, ipv4_address=None, ipv6_address=None, load_balancing_rules=None, location=None, name=None, network_security_rules=None, provisioning_state=None, public_ip_prefix_id=None, public_i_pv6_prefix_id=None, service_endpoints=None, sku=None, subnet_id=None, system_data=None, tags=None, type=None, upgrade_description=None, use_custom_vnet=None, zonal_resiliency=None, zonal_update_mode=None):
|
|
31
|
+
if addon_features and not isinstance(addon_features, list):
|
|
32
|
+
raise TypeError("Expected argument 'addon_features' to be a list")
|
|
33
|
+
pulumi.set(__self__, "addon_features", addon_features)
|
|
34
|
+
if admin_password and not isinstance(admin_password, str):
|
|
35
|
+
raise TypeError("Expected argument 'admin_password' to be a str")
|
|
36
|
+
pulumi.set(__self__, "admin_password", admin_password)
|
|
37
|
+
if admin_user_name and not isinstance(admin_user_name, str):
|
|
38
|
+
raise TypeError("Expected argument 'admin_user_name' to be a str")
|
|
39
|
+
pulumi.set(__self__, "admin_user_name", admin_user_name)
|
|
40
|
+
if allow_rdp_access and not isinstance(allow_rdp_access, bool):
|
|
41
|
+
raise TypeError("Expected argument 'allow_rdp_access' to be a bool")
|
|
42
|
+
pulumi.set(__self__, "allow_rdp_access", allow_rdp_access)
|
|
43
|
+
if application_type_versions_cleanup_policy and not isinstance(application_type_versions_cleanup_policy, dict):
|
|
44
|
+
raise TypeError("Expected argument 'application_type_versions_cleanup_policy' to be a dict")
|
|
45
|
+
pulumi.set(__self__, "application_type_versions_cleanup_policy", application_type_versions_cleanup_policy)
|
|
46
|
+
if auto_generated_domain_name_label_scope and not isinstance(auto_generated_domain_name_label_scope, str):
|
|
47
|
+
raise TypeError("Expected argument 'auto_generated_domain_name_label_scope' to be a str")
|
|
48
|
+
pulumi.set(__self__, "auto_generated_domain_name_label_scope", auto_generated_domain_name_label_scope)
|
|
49
|
+
if auxiliary_subnets and not isinstance(auxiliary_subnets, list):
|
|
50
|
+
raise TypeError("Expected argument 'auxiliary_subnets' to be a list")
|
|
51
|
+
pulumi.set(__self__, "auxiliary_subnets", auxiliary_subnets)
|
|
52
|
+
if azure_active_directory and not isinstance(azure_active_directory, dict):
|
|
53
|
+
raise TypeError("Expected argument 'azure_active_directory' to be a dict")
|
|
54
|
+
pulumi.set(__self__, "azure_active_directory", azure_active_directory)
|
|
55
|
+
if client_connection_port and not isinstance(client_connection_port, int):
|
|
56
|
+
raise TypeError("Expected argument 'client_connection_port' to be a int")
|
|
57
|
+
pulumi.set(__self__, "client_connection_port", client_connection_port)
|
|
58
|
+
if clients and not isinstance(clients, list):
|
|
59
|
+
raise TypeError("Expected argument 'clients' to be a list")
|
|
60
|
+
pulumi.set(__self__, "clients", clients)
|
|
61
|
+
if cluster_certificate_thumbprints and not isinstance(cluster_certificate_thumbprints, list):
|
|
62
|
+
raise TypeError("Expected argument 'cluster_certificate_thumbprints' to be a list")
|
|
63
|
+
pulumi.set(__self__, "cluster_certificate_thumbprints", cluster_certificate_thumbprints)
|
|
64
|
+
if cluster_code_version and not isinstance(cluster_code_version, str):
|
|
65
|
+
raise TypeError("Expected argument 'cluster_code_version' to be a str")
|
|
66
|
+
pulumi.set(__self__, "cluster_code_version", cluster_code_version)
|
|
67
|
+
if cluster_id and not isinstance(cluster_id, str):
|
|
68
|
+
raise TypeError("Expected argument 'cluster_id' to be a str")
|
|
69
|
+
pulumi.set(__self__, "cluster_id", cluster_id)
|
|
70
|
+
if cluster_state and not isinstance(cluster_state, str):
|
|
71
|
+
raise TypeError("Expected argument 'cluster_state' to be a str")
|
|
72
|
+
pulumi.set(__self__, "cluster_state", cluster_state)
|
|
73
|
+
if cluster_upgrade_cadence and not isinstance(cluster_upgrade_cadence, str):
|
|
74
|
+
raise TypeError("Expected argument 'cluster_upgrade_cadence' to be a str")
|
|
75
|
+
pulumi.set(__self__, "cluster_upgrade_cadence", cluster_upgrade_cadence)
|
|
76
|
+
if cluster_upgrade_mode and not isinstance(cluster_upgrade_mode, str):
|
|
77
|
+
raise TypeError("Expected argument 'cluster_upgrade_mode' to be a str")
|
|
78
|
+
pulumi.set(__self__, "cluster_upgrade_mode", cluster_upgrade_mode)
|
|
79
|
+
if custom_fqdn and not isinstance(custom_fqdn, str):
|
|
80
|
+
raise TypeError("Expected argument 'custom_fqdn' to be a str")
|
|
81
|
+
pulumi.set(__self__, "custom_fqdn", custom_fqdn)
|
|
82
|
+
if ddos_protection_plan_id and not isinstance(ddos_protection_plan_id, str):
|
|
83
|
+
raise TypeError("Expected argument 'ddos_protection_plan_id' to be a str")
|
|
84
|
+
pulumi.set(__self__, "ddos_protection_plan_id", ddos_protection_plan_id)
|
|
85
|
+
if dns_name and not isinstance(dns_name, str):
|
|
86
|
+
raise TypeError("Expected argument 'dns_name' to be a str")
|
|
87
|
+
pulumi.set(__self__, "dns_name", dns_name)
|
|
88
|
+
if enable_auto_os_upgrade and not isinstance(enable_auto_os_upgrade, bool):
|
|
89
|
+
raise TypeError("Expected argument 'enable_auto_os_upgrade' to be a bool")
|
|
90
|
+
pulumi.set(__self__, "enable_auto_os_upgrade", enable_auto_os_upgrade)
|
|
91
|
+
if enable_http_gateway_exclusive_auth_mode and not isinstance(enable_http_gateway_exclusive_auth_mode, bool):
|
|
92
|
+
raise TypeError("Expected argument 'enable_http_gateway_exclusive_auth_mode' to be a bool")
|
|
93
|
+
pulumi.set(__self__, "enable_http_gateway_exclusive_auth_mode", enable_http_gateway_exclusive_auth_mode)
|
|
94
|
+
if enable_ipv6 and not isinstance(enable_ipv6, bool):
|
|
95
|
+
raise TypeError("Expected argument 'enable_ipv6' to be a bool")
|
|
96
|
+
pulumi.set(__self__, "enable_ipv6", enable_ipv6)
|
|
97
|
+
if enable_service_public_ip and not isinstance(enable_service_public_ip, bool):
|
|
98
|
+
raise TypeError("Expected argument 'enable_service_public_ip' to be a bool")
|
|
99
|
+
pulumi.set(__self__, "enable_service_public_ip", enable_service_public_ip)
|
|
100
|
+
if etag and not isinstance(etag, str):
|
|
101
|
+
raise TypeError("Expected argument 'etag' to be a str")
|
|
102
|
+
pulumi.set(__self__, "etag", etag)
|
|
103
|
+
if fabric_settings and not isinstance(fabric_settings, list):
|
|
104
|
+
raise TypeError("Expected argument 'fabric_settings' to be a list")
|
|
105
|
+
pulumi.set(__self__, "fabric_settings", fabric_settings)
|
|
106
|
+
if fqdn and not isinstance(fqdn, str):
|
|
107
|
+
raise TypeError("Expected argument 'fqdn' to be a str")
|
|
108
|
+
pulumi.set(__self__, "fqdn", fqdn)
|
|
109
|
+
if http_gateway_connection_port and not isinstance(http_gateway_connection_port, int):
|
|
110
|
+
raise TypeError("Expected argument 'http_gateway_connection_port' to be a int")
|
|
111
|
+
pulumi.set(__self__, "http_gateway_connection_port", http_gateway_connection_port)
|
|
112
|
+
if http_gateway_token_auth_connection_port and not isinstance(http_gateway_token_auth_connection_port, int):
|
|
113
|
+
raise TypeError("Expected argument 'http_gateway_token_auth_connection_port' to be a int")
|
|
114
|
+
pulumi.set(__self__, "http_gateway_token_auth_connection_port", http_gateway_token_auth_connection_port)
|
|
115
|
+
if id and not isinstance(id, str):
|
|
116
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
117
|
+
pulumi.set(__self__, "id", id)
|
|
118
|
+
if ip_tags and not isinstance(ip_tags, list):
|
|
119
|
+
raise TypeError("Expected argument 'ip_tags' to be a list")
|
|
120
|
+
pulumi.set(__self__, "ip_tags", ip_tags)
|
|
121
|
+
if ipv4_address and not isinstance(ipv4_address, str):
|
|
122
|
+
raise TypeError("Expected argument 'ipv4_address' to be a str")
|
|
123
|
+
pulumi.set(__self__, "ipv4_address", ipv4_address)
|
|
124
|
+
if ipv6_address and not isinstance(ipv6_address, str):
|
|
125
|
+
raise TypeError("Expected argument 'ipv6_address' to be a str")
|
|
126
|
+
pulumi.set(__self__, "ipv6_address", ipv6_address)
|
|
127
|
+
if load_balancing_rules and not isinstance(load_balancing_rules, list):
|
|
128
|
+
raise TypeError("Expected argument 'load_balancing_rules' to be a list")
|
|
129
|
+
pulumi.set(__self__, "load_balancing_rules", load_balancing_rules)
|
|
130
|
+
if location and not isinstance(location, str):
|
|
131
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
132
|
+
pulumi.set(__self__, "location", location)
|
|
133
|
+
if name and not isinstance(name, str):
|
|
134
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
135
|
+
pulumi.set(__self__, "name", name)
|
|
136
|
+
if network_security_rules and not isinstance(network_security_rules, list):
|
|
137
|
+
raise TypeError("Expected argument 'network_security_rules' to be a list")
|
|
138
|
+
pulumi.set(__self__, "network_security_rules", network_security_rules)
|
|
139
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
140
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
141
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
142
|
+
if public_ip_prefix_id and not isinstance(public_ip_prefix_id, str):
|
|
143
|
+
raise TypeError("Expected argument 'public_ip_prefix_id' to be a str")
|
|
144
|
+
pulumi.set(__self__, "public_ip_prefix_id", public_ip_prefix_id)
|
|
145
|
+
if public_i_pv6_prefix_id and not isinstance(public_i_pv6_prefix_id, str):
|
|
146
|
+
raise TypeError("Expected argument 'public_i_pv6_prefix_id' to be a str")
|
|
147
|
+
pulumi.set(__self__, "public_i_pv6_prefix_id", public_i_pv6_prefix_id)
|
|
148
|
+
if service_endpoints and not isinstance(service_endpoints, list):
|
|
149
|
+
raise TypeError("Expected argument 'service_endpoints' to be a list")
|
|
150
|
+
pulumi.set(__self__, "service_endpoints", service_endpoints)
|
|
151
|
+
if sku and not isinstance(sku, dict):
|
|
152
|
+
raise TypeError("Expected argument 'sku' to be a dict")
|
|
153
|
+
pulumi.set(__self__, "sku", sku)
|
|
154
|
+
if subnet_id and not isinstance(subnet_id, str):
|
|
155
|
+
raise TypeError("Expected argument 'subnet_id' to be a str")
|
|
156
|
+
pulumi.set(__self__, "subnet_id", subnet_id)
|
|
157
|
+
if system_data and not isinstance(system_data, dict):
|
|
158
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
159
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
160
|
+
if tags and not isinstance(tags, dict):
|
|
161
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
162
|
+
pulumi.set(__self__, "tags", tags)
|
|
163
|
+
if type and not isinstance(type, str):
|
|
164
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
165
|
+
pulumi.set(__self__, "type", type)
|
|
166
|
+
if upgrade_description and not isinstance(upgrade_description, dict):
|
|
167
|
+
raise TypeError("Expected argument 'upgrade_description' to be a dict")
|
|
168
|
+
pulumi.set(__self__, "upgrade_description", upgrade_description)
|
|
169
|
+
if use_custom_vnet and not isinstance(use_custom_vnet, bool):
|
|
170
|
+
raise TypeError("Expected argument 'use_custom_vnet' to be a bool")
|
|
171
|
+
pulumi.set(__self__, "use_custom_vnet", use_custom_vnet)
|
|
172
|
+
if zonal_resiliency and not isinstance(zonal_resiliency, bool):
|
|
173
|
+
raise TypeError("Expected argument 'zonal_resiliency' to be a bool")
|
|
174
|
+
pulumi.set(__self__, "zonal_resiliency", zonal_resiliency)
|
|
175
|
+
if zonal_update_mode and not isinstance(zonal_update_mode, str):
|
|
176
|
+
raise TypeError("Expected argument 'zonal_update_mode' to be a str")
|
|
177
|
+
pulumi.set(__self__, "zonal_update_mode", zonal_update_mode)
|
|
178
|
+
|
|
179
|
+
@property
|
|
180
|
+
@pulumi.getter(name="addonFeatures")
|
|
181
|
+
def addon_features(self) -> Optional[Sequence[str]]:
|
|
182
|
+
"""
|
|
183
|
+
List of add-on features to enable on the cluster.
|
|
184
|
+
"""
|
|
185
|
+
return pulumi.get(self, "addon_features")
|
|
186
|
+
|
|
187
|
+
@property
|
|
188
|
+
@pulumi.getter(name="adminPassword")
|
|
189
|
+
def admin_password(self) -> Optional[str]:
|
|
190
|
+
"""
|
|
191
|
+
VM admin user password.
|
|
192
|
+
"""
|
|
193
|
+
return pulumi.get(self, "admin_password")
|
|
194
|
+
|
|
195
|
+
@property
|
|
196
|
+
@pulumi.getter(name="adminUserName")
|
|
197
|
+
def admin_user_name(self) -> str:
|
|
198
|
+
"""
|
|
199
|
+
VM admin user name.
|
|
200
|
+
"""
|
|
201
|
+
return pulumi.get(self, "admin_user_name")
|
|
202
|
+
|
|
203
|
+
@property
|
|
204
|
+
@pulumi.getter(name="allowRdpAccess")
|
|
205
|
+
def allow_rdp_access(self) -> Optional[bool]:
|
|
206
|
+
"""
|
|
207
|
+
Setting this to true enables RDP access to the VM. The default NSG rule opens RDP port to Internet which can be overridden with custom Network Security Rules. The default value for this setting is false.
|
|
208
|
+
"""
|
|
209
|
+
return pulumi.get(self, "allow_rdp_access")
|
|
210
|
+
|
|
211
|
+
@property
|
|
212
|
+
@pulumi.getter(name="applicationTypeVersionsCleanupPolicy")
|
|
213
|
+
def application_type_versions_cleanup_policy(self) -> Optional['outputs.ApplicationTypeVersionsCleanupPolicyResponse']:
|
|
214
|
+
"""
|
|
215
|
+
The policy used to clean up unused versions.
|
|
216
|
+
"""
|
|
217
|
+
return pulumi.get(self, "application_type_versions_cleanup_policy")
|
|
218
|
+
|
|
219
|
+
@property
|
|
220
|
+
@pulumi.getter(name="autoGeneratedDomainNameLabelScope")
|
|
221
|
+
def auto_generated_domain_name_label_scope(self) -> Optional[str]:
|
|
222
|
+
"""
|
|
223
|
+
This property is the entry point to using a public CA cert for your cluster cert. It specifies the level of reuse allowed for the custom FQDN created, matching the subject of the public CA cert.
|
|
224
|
+
"""
|
|
225
|
+
return pulumi.get(self, "auto_generated_domain_name_label_scope")
|
|
226
|
+
|
|
227
|
+
@property
|
|
228
|
+
@pulumi.getter(name="auxiliarySubnets")
|
|
229
|
+
def auxiliary_subnets(self) -> Optional[Sequence['outputs.SubnetResponse']]:
|
|
230
|
+
"""
|
|
231
|
+
Auxiliary subnets for the cluster.
|
|
232
|
+
"""
|
|
233
|
+
return pulumi.get(self, "auxiliary_subnets")
|
|
234
|
+
|
|
235
|
+
@property
|
|
236
|
+
@pulumi.getter(name="azureActiveDirectory")
|
|
237
|
+
def azure_active_directory(self) -> Optional['outputs.AzureActiveDirectoryResponse']:
|
|
238
|
+
"""
|
|
239
|
+
The AAD authentication settings of the cluster.
|
|
240
|
+
"""
|
|
241
|
+
return pulumi.get(self, "azure_active_directory")
|
|
242
|
+
|
|
243
|
+
@property
|
|
244
|
+
@pulumi.getter(name="clientConnectionPort")
|
|
245
|
+
def client_connection_port(self) -> Optional[int]:
|
|
246
|
+
"""
|
|
247
|
+
The port used for client connections to the cluster.
|
|
248
|
+
"""
|
|
249
|
+
return pulumi.get(self, "client_connection_port")
|
|
250
|
+
|
|
251
|
+
@property
|
|
252
|
+
@pulumi.getter
|
|
253
|
+
def clients(self) -> Optional[Sequence['outputs.ClientCertificateResponse']]:
|
|
254
|
+
"""
|
|
255
|
+
Client certificates that are allowed to manage the cluster.
|
|
256
|
+
"""
|
|
257
|
+
return pulumi.get(self, "clients")
|
|
258
|
+
|
|
259
|
+
@property
|
|
260
|
+
@pulumi.getter(name="clusterCertificateThumbprints")
|
|
261
|
+
def cluster_certificate_thumbprints(self) -> Sequence[str]:
|
|
262
|
+
"""
|
|
263
|
+
List of thumbprints of the cluster certificates.
|
|
264
|
+
"""
|
|
265
|
+
return pulumi.get(self, "cluster_certificate_thumbprints")
|
|
266
|
+
|
|
267
|
+
@property
|
|
268
|
+
@pulumi.getter(name="clusterCodeVersion")
|
|
269
|
+
def cluster_code_version(self) -> Optional[str]:
|
|
270
|
+
"""
|
|
271
|
+
The Service Fabric runtime version of the cluster. This property is required when **clusterUpgradeMode** is set to 'Manual'. To get list of available Service Fabric versions for new clusters use [ClusterVersion API](./ClusterVersion.md). To get the list of available version for existing clusters use **availableClusterVersions**.
|
|
272
|
+
"""
|
|
273
|
+
return pulumi.get(self, "cluster_code_version")
|
|
274
|
+
|
|
275
|
+
@property
|
|
276
|
+
@pulumi.getter(name="clusterId")
|
|
277
|
+
def cluster_id(self) -> str:
|
|
278
|
+
"""
|
|
279
|
+
A service generated unique identifier for the cluster resource.
|
|
280
|
+
"""
|
|
281
|
+
return pulumi.get(self, "cluster_id")
|
|
282
|
+
|
|
283
|
+
@property
|
|
284
|
+
@pulumi.getter(name="clusterState")
|
|
285
|
+
def cluster_state(self) -> str:
|
|
286
|
+
"""
|
|
287
|
+
The current state of the cluster.
|
|
288
|
+
"""
|
|
289
|
+
return pulumi.get(self, "cluster_state")
|
|
290
|
+
|
|
291
|
+
@property
|
|
292
|
+
@pulumi.getter(name="clusterUpgradeCadence")
|
|
293
|
+
def cluster_upgrade_cadence(self) -> Optional[str]:
|
|
294
|
+
"""
|
|
295
|
+
Indicates when new cluster runtime version upgrades will be applied after they are released. By default is Wave0. Only applies when **clusterUpgradeMode** is set to 'Automatic'.
|
|
296
|
+
"""
|
|
297
|
+
return pulumi.get(self, "cluster_upgrade_cadence")
|
|
298
|
+
|
|
299
|
+
@property
|
|
300
|
+
@pulumi.getter(name="clusterUpgradeMode")
|
|
301
|
+
def cluster_upgrade_mode(self) -> Optional[str]:
|
|
302
|
+
"""
|
|
303
|
+
The upgrade mode of the cluster when new Service Fabric runtime version is available.
|
|
304
|
+
"""
|
|
305
|
+
return pulumi.get(self, "cluster_upgrade_mode")
|
|
306
|
+
|
|
307
|
+
@property
|
|
308
|
+
@pulumi.getter(name="customFqdn")
|
|
309
|
+
def custom_fqdn(self) -> Optional[str]:
|
|
310
|
+
"""
|
|
311
|
+
If using autoGeneratedDomainNameLabelScope, this is the fully qualified domain name using SFMC's domain, pointing to the public load balancer of the cluster.
|
|
312
|
+
"""
|
|
313
|
+
return pulumi.get(self, "custom_fqdn")
|
|
314
|
+
|
|
315
|
+
@property
|
|
316
|
+
@pulumi.getter(name="ddosProtectionPlanId")
|
|
317
|
+
def ddos_protection_plan_id(self) -> Optional[str]:
|
|
318
|
+
"""
|
|
319
|
+
Specify the resource id of a DDoS network protection plan that will be associated with the virtual network of the cluster.
|
|
320
|
+
"""
|
|
321
|
+
return pulumi.get(self, "ddos_protection_plan_id")
|
|
322
|
+
|
|
323
|
+
@property
|
|
324
|
+
@pulumi.getter(name="dnsName")
|
|
325
|
+
def dns_name(self) -> str:
|
|
326
|
+
"""
|
|
327
|
+
The cluster dns name.
|
|
328
|
+
"""
|
|
329
|
+
return pulumi.get(self, "dns_name")
|
|
330
|
+
|
|
331
|
+
@property
|
|
332
|
+
@pulumi.getter(name="enableAutoOSUpgrade")
|
|
333
|
+
def enable_auto_os_upgrade(self) -> Optional[bool]:
|
|
334
|
+
"""
|
|
335
|
+
Setting this to true enables automatic OS upgrade for the node types that are created using any platform OS image with version 'latest'. The default value for this setting is false.
|
|
336
|
+
"""
|
|
337
|
+
return pulumi.get(self, "enable_auto_os_upgrade")
|
|
338
|
+
|
|
339
|
+
@property
|
|
340
|
+
@pulumi.getter(name="enableHttpGatewayExclusiveAuthMode")
|
|
341
|
+
def enable_http_gateway_exclusive_auth_mode(self) -> Optional[bool]:
|
|
342
|
+
"""
|
|
343
|
+
If true, token-based authentication is not allowed on the HttpGatewayEndpoint. This is required to support TLS versions 1.3 and above. If token-based authentication is used, HttpGatewayTokenAuthConnectionPort must be defined.
|
|
344
|
+
"""
|
|
345
|
+
return pulumi.get(self, "enable_http_gateway_exclusive_auth_mode")
|
|
346
|
+
|
|
347
|
+
@property
|
|
348
|
+
@pulumi.getter(name="enableIpv6")
|
|
349
|
+
def enable_ipv6(self) -> Optional[bool]:
|
|
350
|
+
"""
|
|
351
|
+
Setting this to true creates IPv6 address space for the default VNet used by the cluster. This setting cannot be changed once the cluster is created. The default value for this setting is false.
|
|
352
|
+
"""
|
|
353
|
+
return pulumi.get(self, "enable_ipv6")
|
|
354
|
+
|
|
355
|
+
@property
|
|
356
|
+
@pulumi.getter(name="enableServicePublicIP")
|
|
357
|
+
def enable_service_public_ip(self) -> Optional[bool]:
|
|
358
|
+
"""
|
|
359
|
+
Setting this to true will link the IPv4 address as the ServicePublicIP of the IPv6 address. It can only be set to True if IPv6 is enabled on the cluster.
|
|
360
|
+
"""
|
|
361
|
+
return pulumi.get(self, "enable_service_public_ip")
|
|
362
|
+
|
|
363
|
+
@property
|
|
364
|
+
@pulumi.getter
|
|
365
|
+
def etag(self) -> str:
|
|
366
|
+
"""
|
|
367
|
+
Azure resource etag.
|
|
368
|
+
"""
|
|
369
|
+
return pulumi.get(self, "etag")
|
|
370
|
+
|
|
371
|
+
@property
|
|
372
|
+
@pulumi.getter(name="fabricSettings")
|
|
373
|
+
def fabric_settings(self) -> Optional[Sequence['outputs.SettingsSectionDescriptionResponse']]:
|
|
374
|
+
"""
|
|
375
|
+
The list of custom fabric settings to configure the cluster.
|
|
376
|
+
"""
|
|
377
|
+
return pulumi.get(self, "fabric_settings")
|
|
378
|
+
|
|
379
|
+
@property
|
|
380
|
+
@pulumi.getter
|
|
381
|
+
def fqdn(self) -> str:
|
|
382
|
+
"""
|
|
383
|
+
The fully qualified domain name associated with the public load balancer of the cluster.
|
|
384
|
+
"""
|
|
385
|
+
return pulumi.get(self, "fqdn")
|
|
386
|
+
|
|
387
|
+
@property
|
|
388
|
+
@pulumi.getter(name="httpGatewayConnectionPort")
|
|
389
|
+
def http_gateway_connection_port(self) -> Optional[int]:
|
|
390
|
+
"""
|
|
391
|
+
The port used for HTTP connections to the cluster.
|
|
392
|
+
"""
|
|
393
|
+
return pulumi.get(self, "http_gateway_connection_port")
|
|
394
|
+
|
|
395
|
+
@property
|
|
396
|
+
@pulumi.getter(name="httpGatewayTokenAuthConnectionPort")
|
|
397
|
+
def http_gateway_token_auth_connection_port(self) -> Optional[int]:
|
|
398
|
+
"""
|
|
399
|
+
The port used for token-auth based HTTPS connections to the cluster. Cannot be set to the same port as HttpGatewayEndpoint.
|
|
400
|
+
"""
|
|
401
|
+
return pulumi.get(self, "http_gateway_token_auth_connection_port")
|
|
402
|
+
|
|
403
|
+
@property
|
|
404
|
+
@pulumi.getter
|
|
405
|
+
def id(self) -> str:
|
|
406
|
+
"""
|
|
407
|
+
Azure resource identifier.
|
|
408
|
+
"""
|
|
409
|
+
return pulumi.get(self, "id")
|
|
410
|
+
|
|
411
|
+
@property
|
|
412
|
+
@pulumi.getter(name="ipTags")
|
|
413
|
+
def ip_tags(self) -> Optional[Sequence['outputs.IpTagResponse']]:
|
|
414
|
+
"""
|
|
415
|
+
The list of IP tags associated with the default public IP address of the cluster.
|
|
416
|
+
"""
|
|
417
|
+
return pulumi.get(self, "ip_tags")
|
|
418
|
+
|
|
419
|
+
@property
|
|
420
|
+
@pulumi.getter(name="ipv4Address")
|
|
421
|
+
def ipv4_address(self) -> str:
|
|
422
|
+
"""
|
|
423
|
+
The IPv4 address associated with the public load balancer of the cluster.
|
|
424
|
+
"""
|
|
425
|
+
return pulumi.get(self, "ipv4_address")
|
|
426
|
+
|
|
427
|
+
@property
|
|
428
|
+
@pulumi.getter(name="ipv6Address")
|
|
429
|
+
def ipv6_address(self) -> str:
|
|
430
|
+
"""
|
|
431
|
+
IPv6 address for the cluster if IPv6 is enabled.
|
|
432
|
+
"""
|
|
433
|
+
return pulumi.get(self, "ipv6_address")
|
|
434
|
+
|
|
435
|
+
@property
|
|
436
|
+
@pulumi.getter(name="loadBalancingRules")
|
|
437
|
+
def load_balancing_rules(self) -> Optional[Sequence['outputs.LoadBalancingRuleResponse']]:
|
|
438
|
+
"""
|
|
439
|
+
Load balancing rules that are applied to the public load balancer of the cluster.
|
|
440
|
+
"""
|
|
441
|
+
return pulumi.get(self, "load_balancing_rules")
|
|
442
|
+
|
|
443
|
+
@property
|
|
444
|
+
@pulumi.getter
|
|
445
|
+
def location(self) -> str:
|
|
446
|
+
"""
|
|
447
|
+
Azure resource location.
|
|
448
|
+
"""
|
|
449
|
+
return pulumi.get(self, "location")
|
|
450
|
+
|
|
451
|
+
@property
|
|
452
|
+
@pulumi.getter
|
|
453
|
+
def name(self) -> str:
|
|
454
|
+
"""
|
|
455
|
+
Azure resource name.
|
|
456
|
+
"""
|
|
457
|
+
return pulumi.get(self, "name")
|
|
458
|
+
|
|
459
|
+
@property
|
|
460
|
+
@pulumi.getter(name="networkSecurityRules")
|
|
461
|
+
def network_security_rules(self) -> Optional[Sequence['outputs.NetworkSecurityRuleResponse']]:
|
|
462
|
+
"""
|
|
463
|
+
Custom Network Security Rules that are applied to the Virtual Network of the cluster.
|
|
464
|
+
"""
|
|
465
|
+
return pulumi.get(self, "network_security_rules")
|
|
466
|
+
|
|
467
|
+
@property
|
|
468
|
+
@pulumi.getter(name="provisioningState")
|
|
469
|
+
def provisioning_state(self) -> str:
|
|
470
|
+
"""
|
|
471
|
+
The provisioning state of the managed cluster resource.
|
|
472
|
+
"""
|
|
473
|
+
return pulumi.get(self, "provisioning_state")
|
|
474
|
+
|
|
475
|
+
@property
|
|
476
|
+
@pulumi.getter(name="publicIPPrefixId")
|
|
477
|
+
def public_ip_prefix_id(self) -> Optional[str]:
|
|
478
|
+
"""
|
|
479
|
+
Specify the resource id of a public IPv4 prefix that the load balancer will allocate a public IPv4 address from. This setting cannot be changed once the cluster is created.
|
|
480
|
+
"""
|
|
481
|
+
return pulumi.get(self, "public_ip_prefix_id")
|
|
482
|
+
|
|
483
|
+
@property
|
|
484
|
+
@pulumi.getter(name="publicIPv6PrefixId")
|
|
485
|
+
def public_i_pv6_prefix_id(self) -> Optional[str]:
|
|
486
|
+
"""
|
|
487
|
+
Specify the resource id of a public IPv6 prefix that the load balancer will allocate a public IPv6 address from. This setting cannot be changed once the cluster is created.
|
|
488
|
+
"""
|
|
489
|
+
return pulumi.get(self, "public_i_pv6_prefix_id")
|
|
490
|
+
|
|
491
|
+
@property
|
|
492
|
+
@pulumi.getter(name="serviceEndpoints")
|
|
493
|
+
def service_endpoints(self) -> Optional[Sequence['outputs.ServiceEndpointResponse']]:
|
|
494
|
+
"""
|
|
495
|
+
Service endpoints for subnets in the cluster.
|
|
496
|
+
"""
|
|
497
|
+
return pulumi.get(self, "service_endpoints")
|
|
498
|
+
|
|
499
|
+
@property
|
|
500
|
+
@pulumi.getter
|
|
501
|
+
def sku(self) -> 'outputs.SkuResponse':
|
|
502
|
+
"""
|
|
503
|
+
The sku of the managed cluster
|
|
504
|
+
"""
|
|
505
|
+
return pulumi.get(self, "sku")
|
|
506
|
+
|
|
507
|
+
@property
|
|
508
|
+
@pulumi.getter(name="subnetId")
|
|
509
|
+
def subnet_id(self) -> Optional[str]:
|
|
510
|
+
"""
|
|
511
|
+
If specified, the node types for the cluster are created in this subnet instead of the default VNet. The **networkSecurityRules** specified for the cluster are also applied to this subnet. This setting cannot be changed once the cluster is created.
|
|
512
|
+
"""
|
|
513
|
+
return pulumi.get(self, "subnet_id")
|
|
514
|
+
|
|
515
|
+
@property
|
|
516
|
+
@pulumi.getter(name="systemData")
|
|
517
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
518
|
+
"""
|
|
519
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
520
|
+
"""
|
|
521
|
+
return pulumi.get(self, "system_data")
|
|
522
|
+
|
|
523
|
+
@property
|
|
524
|
+
@pulumi.getter
|
|
525
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
526
|
+
"""
|
|
527
|
+
Azure resource tags.
|
|
528
|
+
"""
|
|
529
|
+
return pulumi.get(self, "tags")
|
|
530
|
+
|
|
531
|
+
@property
|
|
532
|
+
@pulumi.getter
|
|
533
|
+
def type(self) -> str:
|
|
534
|
+
"""
|
|
535
|
+
Azure resource type.
|
|
536
|
+
"""
|
|
537
|
+
return pulumi.get(self, "type")
|
|
538
|
+
|
|
539
|
+
@property
|
|
540
|
+
@pulumi.getter(name="upgradeDescription")
|
|
541
|
+
def upgrade_description(self) -> Optional['outputs.ClusterUpgradePolicyResponse']:
|
|
542
|
+
"""
|
|
543
|
+
The policy to use when upgrading the cluster.
|
|
544
|
+
"""
|
|
545
|
+
return pulumi.get(self, "upgrade_description")
|
|
546
|
+
|
|
547
|
+
@property
|
|
548
|
+
@pulumi.getter(name="useCustomVnet")
|
|
549
|
+
def use_custom_vnet(self) -> Optional[bool]:
|
|
550
|
+
"""
|
|
551
|
+
For new clusters, this parameter indicates that it uses Bring your own VNet, but the subnet is specified at node type level; and for such clusters, the subnetId property is required for node types.
|
|
552
|
+
"""
|
|
553
|
+
return pulumi.get(self, "use_custom_vnet")
|
|
554
|
+
|
|
555
|
+
@property
|
|
556
|
+
@pulumi.getter(name="zonalResiliency")
|
|
557
|
+
def zonal_resiliency(self) -> Optional[bool]:
|
|
558
|
+
"""
|
|
559
|
+
Indicates if the cluster has zone resiliency.
|
|
560
|
+
"""
|
|
561
|
+
return pulumi.get(self, "zonal_resiliency")
|
|
562
|
+
|
|
563
|
+
@property
|
|
564
|
+
@pulumi.getter(name="zonalUpdateMode")
|
|
565
|
+
def zonal_update_mode(self) -> Optional[str]:
|
|
566
|
+
"""
|
|
567
|
+
Indicates the update mode for Cross Az clusters.
|
|
568
|
+
"""
|
|
569
|
+
return pulumi.get(self, "zonal_update_mode")
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
class AwaitableGetManagedClusterResult(GetManagedClusterResult):
|
|
573
|
+
# pylint: disable=using-constant-test
|
|
574
|
+
def __await__(self):
|
|
575
|
+
if False:
|
|
576
|
+
yield self
|
|
577
|
+
return GetManagedClusterResult(
|
|
578
|
+
addon_features=self.addon_features,
|
|
579
|
+
admin_password=self.admin_password,
|
|
580
|
+
admin_user_name=self.admin_user_name,
|
|
581
|
+
allow_rdp_access=self.allow_rdp_access,
|
|
582
|
+
application_type_versions_cleanup_policy=self.application_type_versions_cleanup_policy,
|
|
583
|
+
auto_generated_domain_name_label_scope=self.auto_generated_domain_name_label_scope,
|
|
584
|
+
auxiliary_subnets=self.auxiliary_subnets,
|
|
585
|
+
azure_active_directory=self.azure_active_directory,
|
|
586
|
+
client_connection_port=self.client_connection_port,
|
|
587
|
+
clients=self.clients,
|
|
588
|
+
cluster_certificate_thumbprints=self.cluster_certificate_thumbprints,
|
|
589
|
+
cluster_code_version=self.cluster_code_version,
|
|
590
|
+
cluster_id=self.cluster_id,
|
|
591
|
+
cluster_state=self.cluster_state,
|
|
592
|
+
cluster_upgrade_cadence=self.cluster_upgrade_cadence,
|
|
593
|
+
cluster_upgrade_mode=self.cluster_upgrade_mode,
|
|
594
|
+
custom_fqdn=self.custom_fqdn,
|
|
595
|
+
ddos_protection_plan_id=self.ddos_protection_plan_id,
|
|
596
|
+
dns_name=self.dns_name,
|
|
597
|
+
enable_auto_os_upgrade=self.enable_auto_os_upgrade,
|
|
598
|
+
enable_http_gateway_exclusive_auth_mode=self.enable_http_gateway_exclusive_auth_mode,
|
|
599
|
+
enable_ipv6=self.enable_ipv6,
|
|
600
|
+
enable_service_public_ip=self.enable_service_public_ip,
|
|
601
|
+
etag=self.etag,
|
|
602
|
+
fabric_settings=self.fabric_settings,
|
|
603
|
+
fqdn=self.fqdn,
|
|
604
|
+
http_gateway_connection_port=self.http_gateway_connection_port,
|
|
605
|
+
http_gateway_token_auth_connection_port=self.http_gateway_token_auth_connection_port,
|
|
606
|
+
id=self.id,
|
|
607
|
+
ip_tags=self.ip_tags,
|
|
608
|
+
ipv4_address=self.ipv4_address,
|
|
609
|
+
ipv6_address=self.ipv6_address,
|
|
610
|
+
load_balancing_rules=self.load_balancing_rules,
|
|
611
|
+
location=self.location,
|
|
612
|
+
name=self.name,
|
|
613
|
+
network_security_rules=self.network_security_rules,
|
|
614
|
+
provisioning_state=self.provisioning_state,
|
|
615
|
+
public_ip_prefix_id=self.public_ip_prefix_id,
|
|
616
|
+
public_i_pv6_prefix_id=self.public_i_pv6_prefix_id,
|
|
617
|
+
service_endpoints=self.service_endpoints,
|
|
618
|
+
sku=self.sku,
|
|
619
|
+
subnet_id=self.subnet_id,
|
|
620
|
+
system_data=self.system_data,
|
|
621
|
+
tags=self.tags,
|
|
622
|
+
type=self.type,
|
|
623
|
+
upgrade_description=self.upgrade_description,
|
|
624
|
+
use_custom_vnet=self.use_custom_vnet,
|
|
625
|
+
zonal_resiliency=self.zonal_resiliency,
|
|
626
|
+
zonal_update_mode=self.zonal_update_mode)
|
|
627
|
+
|
|
628
|
+
|
|
629
|
+
def get_managed_cluster(cluster_name: Optional[str] = None,
|
|
630
|
+
resource_group_name: Optional[str] = None,
|
|
631
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetManagedClusterResult:
|
|
632
|
+
"""
|
|
633
|
+
Get a Service Fabric managed cluster resource created or in the process of being created in the specified resource group.
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
:param str cluster_name: The name of the cluster resource.
|
|
637
|
+
:param str resource_group_name: The name of the resource group.
|
|
638
|
+
"""
|
|
639
|
+
__args__ = dict()
|
|
640
|
+
__args__['clusterName'] = cluster_name
|
|
641
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
642
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
643
|
+
__ret__ = pulumi.runtime.invoke('azure-native:servicefabric/v20240601preview:getManagedCluster', __args__, opts=opts, typ=GetManagedClusterResult).value
|
|
644
|
+
|
|
645
|
+
return AwaitableGetManagedClusterResult(
|
|
646
|
+
addon_features=pulumi.get(__ret__, 'addon_features'),
|
|
647
|
+
admin_password=pulumi.get(__ret__, 'admin_password'),
|
|
648
|
+
admin_user_name=pulumi.get(__ret__, 'admin_user_name'),
|
|
649
|
+
allow_rdp_access=pulumi.get(__ret__, 'allow_rdp_access'),
|
|
650
|
+
application_type_versions_cleanup_policy=pulumi.get(__ret__, 'application_type_versions_cleanup_policy'),
|
|
651
|
+
auto_generated_domain_name_label_scope=pulumi.get(__ret__, 'auto_generated_domain_name_label_scope'),
|
|
652
|
+
auxiliary_subnets=pulumi.get(__ret__, 'auxiliary_subnets'),
|
|
653
|
+
azure_active_directory=pulumi.get(__ret__, 'azure_active_directory'),
|
|
654
|
+
client_connection_port=pulumi.get(__ret__, 'client_connection_port'),
|
|
655
|
+
clients=pulumi.get(__ret__, 'clients'),
|
|
656
|
+
cluster_certificate_thumbprints=pulumi.get(__ret__, 'cluster_certificate_thumbprints'),
|
|
657
|
+
cluster_code_version=pulumi.get(__ret__, 'cluster_code_version'),
|
|
658
|
+
cluster_id=pulumi.get(__ret__, 'cluster_id'),
|
|
659
|
+
cluster_state=pulumi.get(__ret__, 'cluster_state'),
|
|
660
|
+
cluster_upgrade_cadence=pulumi.get(__ret__, 'cluster_upgrade_cadence'),
|
|
661
|
+
cluster_upgrade_mode=pulumi.get(__ret__, 'cluster_upgrade_mode'),
|
|
662
|
+
custom_fqdn=pulumi.get(__ret__, 'custom_fqdn'),
|
|
663
|
+
ddos_protection_plan_id=pulumi.get(__ret__, 'ddos_protection_plan_id'),
|
|
664
|
+
dns_name=pulumi.get(__ret__, 'dns_name'),
|
|
665
|
+
enable_auto_os_upgrade=pulumi.get(__ret__, 'enable_auto_os_upgrade'),
|
|
666
|
+
enable_http_gateway_exclusive_auth_mode=pulumi.get(__ret__, 'enable_http_gateway_exclusive_auth_mode'),
|
|
667
|
+
enable_ipv6=pulumi.get(__ret__, 'enable_ipv6'),
|
|
668
|
+
enable_service_public_ip=pulumi.get(__ret__, 'enable_service_public_ip'),
|
|
669
|
+
etag=pulumi.get(__ret__, 'etag'),
|
|
670
|
+
fabric_settings=pulumi.get(__ret__, 'fabric_settings'),
|
|
671
|
+
fqdn=pulumi.get(__ret__, 'fqdn'),
|
|
672
|
+
http_gateway_connection_port=pulumi.get(__ret__, 'http_gateway_connection_port'),
|
|
673
|
+
http_gateway_token_auth_connection_port=pulumi.get(__ret__, 'http_gateway_token_auth_connection_port'),
|
|
674
|
+
id=pulumi.get(__ret__, 'id'),
|
|
675
|
+
ip_tags=pulumi.get(__ret__, 'ip_tags'),
|
|
676
|
+
ipv4_address=pulumi.get(__ret__, 'ipv4_address'),
|
|
677
|
+
ipv6_address=pulumi.get(__ret__, 'ipv6_address'),
|
|
678
|
+
load_balancing_rules=pulumi.get(__ret__, 'load_balancing_rules'),
|
|
679
|
+
location=pulumi.get(__ret__, 'location'),
|
|
680
|
+
name=pulumi.get(__ret__, 'name'),
|
|
681
|
+
network_security_rules=pulumi.get(__ret__, 'network_security_rules'),
|
|
682
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
683
|
+
public_ip_prefix_id=pulumi.get(__ret__, 'public_ip_prefix_id'),
|
|
684
|
+
public_i_pv6_prefix_id=pulumi.get(__ret__, 'public_i_pv6_prefix_id'),
|
|
685
|
+
service_endpoints=pulumi.get(__ret__, 'service_endpoints'),
|
|
686
|
+
sku=pulumi.get(__ret__, 'sku'),
|
|
687
|
+
subnet_id=pulumi.get(__ret__, 'subnet_id'),
|
|
688
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
689
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
690
|
+
type=pulumi.get(__ret__, 'type'),
|
|
691
|
+
upgrade_description=pulumi.get(__ret__, 'upgrade_description'),
|
|
692
|
+
use_custom_vnet=pulumi.get(__ret__, 'use_custom_vnet'),
|
|
693
|
+
zonal_resiliency=pulumi.get(__ret__, 'zonal_resiliency'),
|
|
694
|
+
zonal_update_mode=pulumi.get(__ret__, 'zonal_update_mode'))
|
|
695
|
+
|
|
696
|
+
|
|
697
|
+
@_utilities.lift_output_func(get_managed_cluster)
|
|
698
|
+
def get_managed_cluster_output(cluster_name: Optional[pulumi.Input[str]] = None,
|
|
699
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
700
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetManagedClusterResult]:
|
|
701
|
+
"""
|
|
702
|
+
Get a Service Fabric managed cluster resource created or in the process of being created in the specified resource group.
|
|
703
|
+
|
|
704
|
+
|
|
705
|
+
:param str cluster_name: The name of the cluster resource.
|
|
706
|
+
:param str resource_group_name: The name of the resource group.
|
|
707
|
+
"""
|
|
708
|
+
...
|