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,409 @@
|
|
|
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__ = ['ManagedClusterApplicationArgs', 'ManagedClusterApplication']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class ManagedClusterApplicationArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
cluster_name: pulumi.Input[str],
|
|
26
|
+
resource_group_name: pulumi.Input[str],
|
|
27
|
+
application_name: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
identity: Optional[pulumi.Input['ManagedIdentityArgs']] = None,
|
|
29
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
30
|
+
managed_identities: Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationUserAssignedIdentityArgs']]]] = None,
|
|
31
|
+
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
32
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
33
|
+
upgrade_policy: Optional[pulumi.Input['ApplicationUpgradePolicyArgs']] = None,
|
|
34
|
+
version: Optional[pulumi.Input[str]] = None):
|
|
35
|
+
"""
|
|
36
|
+
The set of arguments for constructing a ManagedClusterApplication resource.
|
|
37
|
+
:param pulumi.Input[str] cluster_name: The name of the cluster resource.
|
|
38
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group.
|
|
39
|
+
:param pulumi.Input[str] application_name: The name of the application resource.
|
|
40
|
+
:param pulumi.Input['ManagedIdentityArgs'] identity: Describes the managed identities for an Azure resource.
|
|
41
|
+
:param pulumi.Input[str] location: Resource location depends on the parent resource.
|
|
42
|
+
:param pulumi.Input[Sequence[pulumi.Input['ApplicationUserAssignedIdentityArgs']]] managed_identities: List of user assigned identities for the application, each mapped to a friendly name.
|
|
43
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] parameters: List of application parameters with overridden values from their default values specified in the application manifest.
|
|
44
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Azure resource tags.
|
|
45
|
+
:param pulumi.Input['ApplicationUpgradePolicyArgs'] upgrade_policy: Describes the policy for a monitored application upgrade.
|
|
46
|
+
:param pulumi.Input[str] version: The version of the application type as defined in the application manifest.
|
|
47
|
+
This name must be the full Arm Resource ID for the referenced application type version.
|
|
48
|
+
"""
|
|
49
|
+
pulumi.set(__self__, "cluster_name", cluster_name)
|
|
50
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
51
|
+
if application_name is not None:
|
|
52
|
+
pulumi.set(__self__, "application_name", application_name)
|
|
53
|
+
if identity is not None:
|
|
54
|
+
pulumi.set(__self__, "identity", identity)
|
|
55
|
+
if location is not None:
|
|
56
|
+
pulumi.set(__self__, "location", location)
|
|
57
|
+
if managed_identities is not None:
|
|
58
|
+
pulumi.set(__self__, "managed_identities", managed_identities)
|
|
59
|
+
if parameters is not None:
|
|
60
|
+
pulumi.set(__self__, "parameters", parameters)
|
|
61
|
+
if tags is not None:
|
|
62
|
+
pulumi.set(__self__, "tags", tags)
|
|
63
|
+
if upgrade_policy is not None:
|
|
64
|
+
pulumi.set(__self__, "upgrade_policy", upgrade_policy)
|
|
65
|
+
if version is not None:
|
|
66
|
+
pulumi.set(__self__, "version", version)
|
|
67
|
+
|
|
68
|
+
@property
|
|
69
|
+
@pulumi.getter(name="clusterName")
|
|
70
|
+
def cluster_name(self) -> pulumi.Input[str]:
|
|
71
|
+
"""
|
|
72
|
+
The name of the cluster resource.
|
|
73
|
+
"""
|
|
74
|
+
return pulumi.get(self, "cluster_name")
|
|
75
|
+
|
|
76
|
+
@cluster_name.setter
|
|
77
|
+
def cluster_name(self, value: pulumi.Input[str]):
|
|
78
|
+
pulumi.set(self, "cluster_name", value)
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
@pulumi.getter(name="resourceGroupName")
|
|
82
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
83
|
+
"""
|
|
84
|
+
The name of the resource group.
|
|
85
|
+
"""
|
|
86
|
+
return pulumi.get(self, "resource_group_name")
|
|
87
|
+
|
|
88
|
+
@resource_group_name.setter
|
|
89
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
90
|
+
pulumi.set(self, "resource_group_name", value)
|
|
91
|
+
|
|
92
|
+
@property
|
|
93
|
+
@pulumi.getter(name="applicationName")
|
|
94
|
+
def application_name(self) -> Optional[pulumi.Input[str]]:
|
|
95
|
+
"""
|
|
96
|
+
The name of the application resource.
|
|
97
|
+
"""
|
|
98
|
+
return pulumi.get(self, "application_name")
|
|
99
|
+
|
|
100
|
+
@application_name.setter
|
|
101
|
+
def application_name(self, value: Optional[pulumi.Input[str]]):
|
|
102
|
+
pulumi.set(self, "application_name", value)
|
|
103
|
+
|
|
104
|
+
@property
|
|
105
|
+
@pulumi.getter
|
|
106
|
+
def identity(self) -> Optional[pulumi.Input['ManagedIdentityArgs']]:
|
|
107
|
+
"""
|
|
108
|
+
Describes the managed identities for an Azure resource.
|
|
109
|
+
"""
|
|
110
|
+
return pulumi.get(self, "identity")
|
|
111
|
+
|
|
112
|
+
@identity.setter
|
|
113
|
+
def identity(self, value: Optional[pulumi.Input['ManagedIdentityArgs']]):
|
|
114
|
+
pulumi.set(self, "identity", value)
|
|
115
|
+
|
|
116
|
+
@property
|
|
117
|
+
@pulumi.getter
|
|
118
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
119
|
+
"""
|
|
120
|
+
Resource location depends on the parent resource.
|
|
121
|
+
"""
|
|
122
|
+
return pulumi.get(self, "location")
|
|
123
|
+
|
|
124
|
+
@location.setter
|
|
125
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
126
|
+
pulumi.set(self, "location", value)
|
|
127
|
+
|
|
128
|
+
@property
|
|
129
|
+
@pulumi.getter(name="managedIdentities")
|
|
130
|
+
def managed_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationUserAssignedIdentityArgs']]]]:
|
|
131
|
+
"""
|
|
132
|
+
List of user assigned identities for the application, each mapped to a friendly name.
|
|
133
|
+
"""
|
|
134
|
+
return pulumi.get(self, "managed_identities")
|
|
135
|
+
|
|
136
|
+
@managed_identities.setter
|
|
137
|
+
def managed_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ApplicationUserAssignedIdentityArgs']]]]):
|
|
138
|
+
pulumi.set(self, "managed_identities", value)
|
|
139
|
+
|
|
140
|
+
@property
|
|
141
|
+
@pulumi.getter
|
|
142
|
+
def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
143
|
+
"""
|
|
144
|
+
List of application parameters with overridden values from their default values specified in the application manifest.
|
|
145
|
+
"""
|
|
146
|
+
return pulumi.get(self, "parameters")
|
|
147
|
+
|
|
148
|
+
@parameters.setter
|
|
149
|
+
def parameters(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
150
|
+
pulumi.set(self, "parameters", value)
|
|
151
|
+
|
|
152
|
+
@property
|
|
153
|
+
@pulumi.getter
|
|
154
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
155
|
+
"""
|
|
156
|
+
Azure resource tags.
|
|
157
|
+
"""
|
|
158
|
+
return pulumi.get(self, "tags")
|
|
159
|
+
|
|
160
|
+
@tags.setter
|
|
161
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
162
|
+
pulumi.set(self, "tags", value)
|
|
163
|
+
|
|
164
|
+
@property
|
|
165
|
+
@pulumi.getter(name="upgradePolicy")
|
|
166
|
+
def upgrade_policy(self) -> Optional[pulumi.Input['ApplicationUpgradePolicyArgs']]:
|
|
167
|
+
"""
|
|
168
|
+
Describes the policy for a monitored application upgrade.
|
|
169
|
+
"""
|
|
170
|
+
return pulumi.get(self, "upgrade_policy")
|
|
171
|
+
|
|
172
|
+
@upgrade_policy.setter
|
|
173
|
+
def upgrade_policy(self, value: Optional[pulumi.Input['ApplicationUpgradePolicyArgs']]):
|
|
174
|
+
pulumi.set(self, "upgrade_policy", value)
|
|
175
|
+
|
|
176
|
+
@property
|
|
177
|
+
@pulumi.getter
|
|
178
|
+
def version(self) -> Optional[pulumi.Input[str]]:
|
|
179
|
+
"""
|
|
180
|
+
The version of the application type as defined in the application manifest.
|
|
181
|
+
This name must be the full Arm Resource ID for the referenced application type version.
|
|
182
|
+
"""
|
|
183
|
+
return pulumi.get(self, "version")
|
|
184
|
+
|
|
185
|
+
@version.setter
|
|
186
|
+
def version(self, value: Optional[pulumi.Input[str]]):
|
|
187
|
+
pulumi.set(self, "version", value)
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
class ManagedClusterApplication(pulumi.CustomResource):
|
|
191
|
+
@overload
|
|
192
|
+
def __init__(__self__,
|
|
193
|
+
resource_name: str,
|
|
194
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
195
|
+
application_name: Optional[pulumi.Input[str]] = None,
|
|
196
|
+
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
197
|
+
identity: Optional[pulumi.Input[Union['ManagedIdentityArgs', 'ManagedIdentityArgsDict']]] = None,
|
|
198
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
199
|
+
managed_identities: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ApplicationUserAssignedIdentityArgs', 'ApplicationUserAssignedIdentityArgsDict']]]]] = None,
|
|
200
|
+
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
201
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
202
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
203
|
+
upgrade_policy: Optional[pulumi.Input[Union['ApplicationUpgradePolicyArgs', 'ApplicationUpgradePolicyArgsDict']]] = None,
|
|
204
|
+
version: Optional[pulumi.Input[str]] = None,
|
|
205
|
+
__props__=None):
|
|
206
|
+
"""
|
|
207
|
+
The application resource.
|
|
208
|
+
|
|
209
|
+
:param str resource_name: The name of the resource.
|
|
210
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
211
|
+
:param pulumi.Input[str] application_name: The name of the application resource.
|
|
212
|
+
:param pulumi.Input[str] cluster_name: The name of the cluster resource.
|
|
213
|
+
:param pulumi.Input[Union['ManagedIdentityArgs', 'ManagedIdentityArgsDict']] identity: Describes the managed identities for an Azure resource.
|
|
214
|
+
:param pulumi.Input[str] location: Resource location depends on the parent resource.
|
|
215
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ApplicationUserAssignedIdentityArgs', 'ApplicationUserAssignedIdentityArgsDict']]]] managed_identities: List of user assigned identities for the application, each mapped to a friendly name.
|
|
216
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] parameters: List of application parameters with overridden values from their default values specified in the application manifest.
|
|
217
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group.
|
|
218
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Azure resource tags.
|
|
219
|
+
:param pulumi.Input[Union['ApplicationUpgradePolicyArgs', 'ApplicationUpgradePolicyArgsDict']] upgrade_policy: Describes the policy for a monitored application upgrade.
|
|
220
|
+
:param pulumi.Input[str] version: The version of the application type as defined in the application manifest.
|
|
221
|
+
This name must be the full Arm Resource ID for the referenced application type version.
|
|
222
|
+
"""
|
|
223
|
+
...
|
|
224
|
+
@overload
|
|
225
|
+
def __init__(__self__,
|
|
226
|
+
resource_name: str,
|
|
227
|
+
args: ManagedClusterApplicationArgs,
|
|
228
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
229
|
+
"""
|
|
230
|
+
The application resource.
|
|
231
|
+
|
|
232
|
+
:param str resource_name: The name of the resource.
|
|
233
|
+
:param ManagedClusterApplicationArgs args: The arguments to use to populate this resource's properties.
|
|
234
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
235
|
+
"""
|
|
236
|
+
...
|
|
237
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
238
|
+
resource_args, opts = _utilities.get_resource_args_opts(ManagedClusterApplicationArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
239
|
+
if resource_args is not None:
|
|
240
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
241
|
+
else:
|
|
242
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
243
|
+
|
|
244
|
+
def _internal_init(__self__,
|
|
245
|
+
resource_name: str,
|
|
246
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
247
|
+
application_name: Optional[pulumi.Input[str]] = None,
|
|
248
|
+
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
249
|
+
identity: Optional[pulumi.Input[Union['ManagedIdentityArgs', 'ManagedIdentityArgsDict']]] = None,
|
|
250
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
251
|
+
managed_identities: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ApplicationUserAssignedIdentityArgs', 'ApplicationUserAssignedIdentityArgsDict']]]]] = None,
|
|
252
|
+
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
253
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
254
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
255
|
+
upgrade_policy: Optional[pulumi.Input[Union['ApplicationUpgradePolicyArgs', 'ApplicationUpgradePolicyArgsDict']]] = None,
|
|
256
|
+
version: Optional[pulumi.Input[str]] = None,
|
|
257
|
+
__props__=None):
|
|
258
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
259
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
260
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
261
|
+
if opts.id is None:
|
|
262
|
+
if __props__ is not None:
|
|
263
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
264
|
+
__props__ = ManagedClusterApplicationArgs.__new__(ManagedClusterApplicationArgs)
|
|
265
|
+
|
|
266
|
+
__props__.__dict__["application_name"] = application_name
|
|
267
|
+
if cluster_name is None and not opts.urn:
|
|
268
|
+
raise TypeError("Missing required property 'cluster_name'")
|
|
269
|
+
__props__.__dict__["cluster_name"] = cluster_name
|
|
270
|
+
__props__.__dict__["identity"] = identity
|
|
271
|
+
__props__.__dict__["location"] = location
|
|
272
|
+
__props__.__dict__["managed_identities"] = managed_identities
|
|
273
|
+
__props__.__dict__["parameters"] = parameters
|
|
274
|
+
if resource_group_name is None and not opts.urn:
|
|
275
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
276
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
277
|
+
__props__.__dict__["tags"] = tags
|
|
278
|
+
__props__.__dict__["upgrade_policy"] = upgrade_policy
|
|
279
|
+
__props__.__dict__["version"] = version
|
|
280
|
+
__props__.__dict__["name"] = None
|
|
281
|
+
__props__.__dict__["provisioning_state"] = None
|
|
282
|
+
__props__.__dict__["system_data"] = None
|
|
283
|
+
__props__.__dict__["type"] = None
|
|
284
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicefabric:ManagedClusterApplication"), pulumi.Alias(type_="azure-native:servicefabric/v20210101preview:ManagedClusterApplication"), pulumi.Alias(type_="azure-native:servicefabric/v20210501:ManagedClusterApplication"), pulumi.Alias(type_="azure-native:servicefabric/v20210701preview:ManagedClusterApplication"), pulumi.Alias(type_="azure-native:servicefabric/v20210901privatepreview:ManagedClusterApplication"), pulumi.Alias(type_="azure-native:servicefabric/v20211101preview:ManagedClusterApplication"), pulumi.Alias(type_="azure-native:servicefabric/v20220101:ManagedClusterApplication"), pulumi.Alias(type_="azure-native:servicefabric/v20220201preview:ManagedClusterApplication"), pulumi.Alias(type_="azure-native:servicefabric/v20220601preview:ManagedClusterApplication"), pulumi.Alias(type_="azure-native:servicefabric/v20220801preview:ManagedClusterApplication"), pulumi.Alias(type_="azure-native:servicefabric/v20221001preview:ManagedClusterApplication"), pulumi.Alias(type_="azure-native:servicefabric/v20230201preview:ManagedClusterApplication"), pulumi.Alias(type_="azure-native:servicefabric/v20230301preview:ManagedClusterApplication"), pulumi.Alias(type_="azure-native:servicefabric/v20230701preview:ManagedClusterApplication"), pulumi.Alias(type_="azure-native:servicefabric/v20230901preview:ManagedClusterApplication"), pulumi.Alias(type_="azure-native:servicefabric/v20231101preview:ManagedClusterApplication"), pulumi.Alias(type_="azure-native:servicefabric/v20231201preview:ManagedClusterApplication"), pulumi.Alias(type_="azure-native:servicefabric/v20240201preview:ManagedClusterApplication"), pulumi.Alias(type_="azure-native:servicefabric/v20240401:ManagedClusterApplication")])
|
|
285
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
286
|
+
super(ManagedClusterApplication, __self__).__init__(
|
|
287
|
+
'azure-native:servicefabric/v20240601preview:ManagedClusterApplication',
|
|
288
|
+
resource_name,
|
|
289
|
+
__props__,
|
|
290
|
+
opts)
|
|
291
|
+
|
|
292
|
+
@staticmethod
|
|
293
|
+
def get(resource_name: str,
|
|
294
|
+
id: pulumi.Input[str],
|
|
295
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'ManagedClusterApplication':
|
|
296
|
+
"""
|
|
297
|
+
Get an existing ManagedClusterApplication resource's state with the given name, id, and optional extra
|
|
298
|
+
properties used to qualify the lookup.
|
|
299
|
+
|
|
300
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
301
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
302
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
303
|
+
"""
|
|
304
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
305
|
+
|
|
306
|
+
__props__ = ManagedClusterApplicationArgs.__new__(ManagedClusterApplicationArgs)
|
|
307
|
+
|
|
308
|
+
__props__.__dict__["identity"] = None
|
|
309
|
+
__props__.__dict__["location"] = None
|
|
310
|
+
__props__.__dict__["managed_identities"] = None
|
|
311
|
+
__props__.__dict__["name"] = None
|
|
312
|
+
__props__.__dict__["parameters"] = None
|
|
313
|
+
__props__.__dict__["provisioning_state"] = None
|
|
314
|
+
__props__.__dict__["system_data"] = None
|
|
315
|
+
__props__.__dict__["tags"] = None
|
|
316
|
+
__props__.__dict__["type"] = None
|
|
317
|
+
__props__.__dict__["upgrade_policy"] = None
|
|
318
|
+
__props__.__dict__["version"] = None
|
|
319
|
+
return ManagedClusterApplication(resource_name, opts=opts, __props__=__props__)
|
|
320
|
+
|
|
321
|
+
@property
|
|
322
|
+
@pulumi.getter
|
|
323
|
+
def identity(self) -> pulumi.Output[Optional['outputs.ManagedIdentityResponse']]:
|
|
324
|
+
"""
|
|
325
|
+
Describes the managed identities for an Azure resource.
|
|
326
|
+
"""
|
|
327
|
+
return pulumi.get(self, "identity")
|
|
328
|
+
|
|
329
|
+
@property
|
|
330
|
+
@pulumi.getter
|
|
331
|
+
def location(self) -> pulumi.Output[Optional[str]]:
|
|
332
|
+
"""
|
|
333
|
+
Resource location depends on the parent resource.
|
|
334
|
+
"""
|
|
335
|
+
return pulumi.get(self, "location")
|
|
336
|
+
|
|
337
|
+
@property
|
|
338
|
+
@pulumi.getter(name="managedIdentities")
|
|
339
|
+
def managed_identities(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationUserAssignedIdentityResponse']]]:
|
|
340
|
+
"""
|
|
341
|
+
List of user assigned identities for the application, each mapped to a friendly name.
|
|
342
|
+
"""
|
|
343
|
+
return pulumi.get(self, "managed_identities")
|
|
344
|
+
|
|
345
|
+
@property
|
|
346
|
+
@pulumi.getter
|
|
347
|
+
def name(self) -> pulumi.Output[str]:
|
|
348
|
+
"""
|
|
349
|
+
Azure resource name.
|
|
350
|
+
"""
|
|
351
|
+
return pulumi.get(self, "name")
|
|
352
|
+
|
|
353
|
+
@property
|
|
354
|
+
@pulumi.getter
|
|
355
|
+
def parameters(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
356
|
+
"""
|
|
357
|
+
List of application parameters with overridden values from their default values specified in the application manifest.
|
|
358
|
+
"""
|
|
359
|
+
return pulumi.get(self, "parameters")
|
|
360
|
+
|
|
361
|
+
@property
|
|
362
|
+
@pulumi.getter(name="provisioningState")
|
|
363
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
364
|
+
"""
|
|
365
|
+
The current deployment or provisioning state, which only appears in the response
|
|
366
|
+
"""
|
|
367
|
+
return pulumi.get(self, "provisioning_state")
|
|
368
|
+
|
|
369
|
+
@property
|
|
370
|
+
@pulumi.getter(name="systemData")
|
|
371
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
372
|
+
"""
|
|
373
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
374
|
+
"""
|
|
375
|
+
return pulumi.get(self, "system_data")
|
|
376
|
+
|
|
377
|
+
@property
|
|
378
|
+
@pulumi.getter
|
|
379
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
380
|
+
"""
|
|
381
|
+
Azure resource tags.
|
|
382
|
+
"""
|
|
383
|
+
return pulumi.get(self, "tags")
|
|
384
|
+
|
|
385
|
+
@property
|
|
386
|
+
@pulumi.getter
|
|
387
|
+
def type(self) -> pulumi.Output[str]:
|
|
388
|
+
"""
|
|
389
|
+
Azure resource type.
|
|
390
|
+
"""
|
|
391
|
+
return pulumi.get(self, "type")
|
|
392
|
+
|
|
393
|
+
@property
|
|
394
|
+
@pulumi.getter(name="upgradePolicy")
|
|
395
|
+
def upgrade_policy(self) -> pulumi.Output[Optional['outputs.ApplicationUpgradePolicyResponse']]:
|
|
396
|
+
"""
|
|
397
|
+
Describes the policy for a monitored application upgrade.
|
|
398
|
+
"""
|
|
399
|
+
return pulumi.get(self, "upgrade_policy")
|
|
400
|
+
|
|
401
|
+
@property
|
|
402
|
+
@pulumi.getter
|
|
403
|
+
def version(self) -> pulumi.Output[Optional[str]]:
|
|
404
|
+
"""
|
|
405
|
+
The version of the application type as defined in the application manifest.
|
|
406
|
+
This name must be the full Arm Resource ID for the referenced application type version.
|
|
407
|
+
"""
|
|
408
|
+
return pulumi.get(self, "version")
|
|
409
|
+
|
|
@@ -0,0 +1,258 @@
|
|
|
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__ = ['ManagedClusterApplicationTypeArgs', 'ManagedClusterApplicationType']
|
|
19
|
+
|
|
20
|
+
@pulumi.input_type
|
|
21
|
+
class ManagedClusterApplicationTypeArgs:
|
|
22
|
+
def __init__(__self__, *,
|
|
23
|
+
cluster_name: pulumi.Input[str],
|
|
24
|
+
resource_group_name: pulumi.Input[str],
|
|
25
|
+
application_type_name: Optional[pulumi.Input[str]] = None,
|
|
26
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
27
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
28
|
+
"""
|
|
29
|
+
The set of arguments for constructing a ManagedClusterApplicationType resource.
|
|
30
|
+
:param pulumi.Input[str] cluster_name: The name of the cluster resource.
|
|
31
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group.
|
|
32
|
+
:param pulumi.Input[str] application_type_name: The name of the application type name resource.
|
|
33
|
+
:param pulumi.Input[str] location: Resource location depends on the parent resource.
|
|
34
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Azure resource tags.
|
|
35
|
+
"""
|
|
36
|
+
pulumi.set(__self__, "cluster_name", cluster_name)
|
|
37
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
38
|
+
if application_type_name is not None:
|
|
39
|
+
pulumi.set(__self__, "application_type_name", application_type_name)
|
|
40
|
+
if location is not None:
|
|
41
|
+
pulumi.set(__self__, "location", location)
|
|
42
|
+
if tags is not None:
|
|
43
|
+
pulumi.set(__self__, "tags", tags)
|
|
44
|
+
|
|
45
|
+
@property
|
|
46
|
+
@pulumi.getter(name="clusterName")
|
|
47
|
+
def cluster_name(self) -> pulumi.Input[str]:
|
|
48
|
+
"""
|
|
49
|
+
The name of the cluster resource.
|
|
50
|
+
"""
|
|
51
|
+
return pulumi.get(self, "cluster_name")
|
|
52
|
+
|
|
53
|
+
@cluster_name.setter
|
|
54
|
+
def cluster_name(self, value: pulumi.Input[str]):
|
|
55
|
+
pulumi.set(self, "cluster_name", value)
|
|
56
|
+
|
|
57
|
+
@property
|
|
58
|
+
@pulumi.getter(name="resourceGroupName")
|
|
59
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
60
|
+
"""
|
|
61
|
+
The name of the resource group.
|
|
62
|
+
"""
|
|
63
|
+
return pulumi.get(self, "resource_group_name")
|
|
64
|
+
|
|
65
|
+
@resource_group_name.setter
|
|
66
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
67
|
+
pulumi.set(self, "resource_group_name", value)
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter(name="applicationTypeName")
|
|
71
|
+
def application_type_name(self) -> Optional[pulumi.Input[str]]:
|
|
72
|
+
"""
|
|
73
|
+
The name of the application type name resource.
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "application_type_name")
|
|
76
|
+
|
|
77
|
+
@application_type_name.setter
|
|
78
|
+
def application_type_name(self, value: Optional[pulumi.Input[str]]):
|
|
79
|
+
pulumi.set(self, "application_type_name", value)
|
|
80
|
+
|
|
81
|
+
@property
|
|
82
|
+
@pulumi.getter
|
|
83
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
84
|
+
"""
|
|
85
|
+
Resource location depends on the parent resource.
|
|
86
|
+
"""
|
|
87
|
+
return pulumi.get(self, "location")
|
|
88
|
+
|
|
89
|
+
@location.setter
|
|
90
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
91
|
+
pulumi.set(self, "location", value)
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
@pulumi.getter
|
|
95
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
96
|
+
"""
|
|
97
|
+
Azure resource tags.
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "tags")
|
|
100
|
+
|
|
101
|
+
@tags.setter
|
|
102
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
103
|
+
pulumi.set(self, "tags", value)
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
class ManagedClusterApplicationType(pulumi.CustomResource):
|
|
107
|
+
@overload
|
|
108
|
+
def __init__(__self__,
|
|
109
|
+
resource_name: str,
|
|
110
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
111
|
+
application_type_name: Optional[pulumi.Input[str]] = None,
|
|
112
|
+
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
113
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
114
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
115
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
116
|
+
__props__=None):
|
|
117
|
+
"""
|
|
118
|
+
The application type name resource
|
|
119
|
+
|
|
120
|
+
:param str resource_name: The name of the resource.
|
|
121
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
122
|
+
:param pulumi.Input[str] application_type_name: The name of the application type name resource.
|
|
123
|
+
:param pulumi.Input[str] cluster_name: The name of the cluster resource.
|
|
124
|
+
:param pulumi.Input[str] location: Resource location depends on the parent resource.
|
|
125
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group.
|
|
126
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Azure resource tags.
|
|
127
|
+
"""
|
|
128
|
+
...
|
|
129
|
+
@overload
|
|
130
|
+
def __init__(__self__,
|
|
131
|
+
resource_name: str,
|
|
132
|
+
args: ManagedClusterApplicationTypeArgs,
|
|
133
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
134
|
+
"""
|
|
135
|
+
The application type name resource
|
|
136
|
+
|
|
137
|
+
:param str resource_name: The name of the resource.
|
|
138
|
+
:param ManagedClusterApplicationTypeArgs args: The arguments to use to populate this resource's properties.
|
|
139
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
140
|
+
"""
|
|
141
|
+
...
|
|
142
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
143
|
+
resource_args, opts = _utilities.get_resource_args_opts(ManagedClusterApplicationTypeArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
144
|
+
if resource_args is not None:
|
|
145
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
146
|
+
else:
|
|
147
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
148
|
+
|
|
149
|
+
def _internal_init(__self__,
|
|
150
|
+
resource_name: str,
|
|
151
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
152
|
+
application_type_name: Optional[pulumi.Input[str]] = None,
|
|
153
|
+
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
154
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
155
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
156
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
157
|
+
__props__=None):
|
|
158
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
159
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
160
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
161
|
+
if opts.id is None:
|
|
162
|
+
if __props__ is not None:
|
|
163
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
164
|
+
__props__ = ManagedClusterApplicationTypeArgs.__new__(ManagedClusterApplicationTypeArgs)
|
|
165
|
+
|
|
166
|
+
__props__.__dict__["application_type_name"] = application_type_name
|
|
167
|
+
if cluster_name is None and not opts.urn:
|
|
168
|
+
raise TypeError("Missing required property 'cluster_name'")
|
|
169
|
+
__props__.__dict__["cluster_name"] = cluster_name
|
|
170
|
+
__props__.__dict__["location"] = location
|
|
171
|
+
if resource_group_name is None and not opts.urn:
|
|
172
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
173
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
174
|
+
__props__.__dict__["tags"] = tags
|
|
175
|
+
__props__.__dict__["name"] = None
|
|
176
|
+
__props__.__dict__["provisioning_state"] = None
|
|
177
|
+
__props__.__dict__["system_data"] = None
|
|
178
|
+
__props__.__dict__["type"] = None
|
|
179
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicefabric:ManagedClusterApplicationType"), pulumi.Alias(type_="azure-native:servicefabric/v20210101preview:ManagedClusterApplicationType"), pulumi.Alias(type_="azure-native:servicefabric/v20210501:ManagedClusterApplicationType"), pulumi.Alias(type_="azure-native:servicefabric/v20210701preview:ManagedClusterApplicationType"), pulumi.Alias(type_="azure-native:servicefabric/v20210901privatepreview:ManagedClusterApplicationType"), pulumi.Alias(type_="azure-native:servicefabric/v20211101preview:ManagedClusterApplicationType"), pulumi.Alias(type_="azure-native:servicefabric/v20220101:ManagedClusterApplicationType"), pulumi.Alias(type_="azure-native:servicefabric/v20220201preview:ManagedClusterApplicationType"), pulumi.Alias(type_="azure-native:servicefabric/v20220601preview:ManagedClusterApplicationType"), pulumi.Alias(type_="azure-native:servicefabric/v20220801preview:ManagedClusterApplicationType"), pulumi.Alias(type_="azure-native:servicefabric/v20221001preview:ManagedClusterApplicationType"), pulumi.Alias(type_="azure-native:servicefabric/v20230201preview:ManagedClusterApplicationType"), pulumi.Alias(type_="azure-native:servicefabric/v20230301preview:ManagedClusterApplicationType"), pulumi.Alias(type_="azure-native:servicefabric/v20230701preview:ManagedClusterApplicationType"), pulumi.Alias(type_="azure-native:servicefabric/v20230901preview:ManagedClusterApplicationType"), pulumi.Alias(type_="azure-native:servicefabric/v20231101preview:ManagedClusterApplicationType"), pulumi.Alias(type_="azure-native:servicefabric/v20231201preview:ManagedClusterApplicationType"), pulumi.Alias(type_="azure-native:servicefabric/v20240201preview:ManagedClusterApplicationType"), pulumi.Alias(type_="azure-native:servicefabric/v20240401:ManagedClusterApplicationType")])
|
|
180
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
181
|
+
super(ManagedClusterApplicationType, __self__).__init__(
|
|
182
|
+
'azure-native:servicefabric/v20240601preview:ManagedClusterApplicationType',
|
|
183
|
+
resource_name,
|
|
184
|
+
__props__,
|
|
185
|
+
opts)
|
|
186
|
+
|
|
187
|
+
@staticmethod
|
|
188
|
+
def get(resource_name: str,
|
|
189
|
+
id: pulumi.Input[str],
|
|
190
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'ManagedClusterApplicationType':
|
|
191
|
+
"""
|
|
192
|
+
Get an existing ManagedClusterApplicationType resource's state with the given name, id, and optional extra
|
|
193
|
+
properties used to qualify the lookup.
|
|
194
|
+
|
|
195
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
196
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
197
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
198
|
+
"""
|
|
199
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
200
|
+
|
|
201
|
+
__props__ = ManagedClusterApplicationTypeArgs.__new__(ManagedClusterApplicationTypeArgs)
|
|
202
|
+
|
|
203
|
+
__props__.__dict__["location"] = None
|
|
204
|
+
__props__.__dict__["name"] = None
|
|
205
|
+
__props__.__dict__["provisioning_state"] = None
|
|
206
|
+
__props__.__dict__["system_data"] = None
|
|
207
|
+
__props__.__dict__["tags"] = None
|
|
208
|
+
__props__.__dict__["type"] = None
|
|
209
|
+
return ManagedClusterApplicationType(resource_name, opts=opts, __props__=__props__)
|
|
210
|
+
|
|
211
|
+
@property
|
|
212
|
+
@pulumi.getter
|
|
213
|
+
def location(self) -> pulumi.Output[Optional[str]]:
|
|
214
|
+
"""
|
|
215
|
+
Resource location depends on the parent resource.
|
|
216
|
+
"""
|
|
217
|
+
return pulumi.get(self, "location")
|
|
218
|
+
|
|
219
|
+
@property
|
|
220
|
+
@pulumi.getter
|
|
221
|
+
def name(self) -> pulumi.Output[str]:
|
|
222
|
+
"""
|
|
223
|
+
Azure resource name.
|
|
224
|
+
"""
|
|
225
|
+
return pulumi.get(self, "name")
|
|
226
|
+
|
|
227
|
+
@property
|
|
228
|
+
@pulumi.getter(name="provisioningState")
|
|
229
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
230
|
+
"""
|
|
231
|
+
The current deployment or provisioning state, which only appears in the response.
|
|
232
|
+
"""
|
|
233
|
+
return pulumi.get(self, "provisioning_state")
|
|
234
|
+
|
|
235
|
+
@property
|
|
236
|
+
@pulumi.getter(name="systemData")
|
|
237
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
238
|
+
"""
|
|
239
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
240
|
+
"""
|
|
241
|
+
return pulumi.get(self, "system_data")
|
|
242
|
+
|
|
243
|
+
@property
|
|
244
|
+
@pulumi.getter
|
|
245
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
246
|
+
"""
|
|
247
|
+
Azure resource tags.
|
|
248
|
+
"""
|
|
249
|
+
return pulumi.get(self, "tags")
|
|
250
|
+
|
|
251
|
+
@property
|
|
252
|
+
@pulumi.getter
|
|
253
|
+
def type(self) -> pulumi.Output[str]:
|
|
254
|
+
"""
|
|
255
|
+
Azure resource type.
|
|
256
|
+
"""
|
|
257
|
+
return pulumi.get(self, "type")
|
|
258
|
+
|