pulumi-azure-native 2.49.0a1720441543__py3-none-any.whl → 2.50.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +53 -0
- pulumi_azure_native/botservice/v20230915preview/_inputs.py +1 -1
- pulumi_azure_native/botservice/v20230915preview/outputs.py +1 -1
- 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/__init__.py +25 -0
- pulumi_azure_native/containerservice/v20240501/_enums.py +628 -0
- pulumi_azure_native/containerservice/v20240501/_inputs.py +7454 -0
- pulumi_azure_native/containerservice/v20240501/agent_pool.py +1391 -0
- pulumi_azure_native/containerservice/v20240501/get_agent_pool.py +674 -0
- pulumi_azure_native/containerservice/v20240501/get_maintenance_configuration.py +167 -0
- pulumi_azure_native/containerservice/v20240501/get_managed_cluster.py +721 -0
- pulumi_azure_native/containerservice/v20240501/get_private_endpoint_connection.py +154 -0
- pulumi_azure_native/containerservice/v20240501/get_snapshot.py +253 -0
- pulumi_azure_native/containerservice/v20240501/get_trusted_access_role_binding.py +167 -0
- pulumi_azure_native/containerservice/v20240501/list_managed_cluster_admin_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20240501/list_managed_cluster_monitoring_user_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20240501/list_managed_cluster_user_credentials.py +94 -0
- pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +279 -0
- pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1353 -0
- pulumi_azure_native/containerservice/v20240501/outputs.py +6403 -0
- pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +251 -0
- pulumi_azure_native/containerservice/v20240501/snapshot.py +347 -0
- pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +260 -0
- pulumi_azure_native/guestconfiguration/__init__.py +3 -0
- pulumi_azure_native/guestconfiguration/get_guest_configuration_assignment.py +4 -0
- pulumi_azure_native/guestconfiguration/get_guest_configuration_assignments_vmss.py +4 -0
- pulumi_azure_native/guestconfiguration/get_guest_configuration_connected_v_mwarev_sphere_assignment.py +4 -0
- pulumi_azure_native/guestconfiguration/get_guest_configuration_hcrpassignment.py +4 -0
- pulumi_azure_native/guestconfiguration/guest_configuration_assignment.py +5 -1
- pulumi_azure_native/guestconfiguration/guest_configuration_assignments_vmss.py +5 -1
- pulumi_azure_native/guestconfiguration/guest_configuration_connected_v_mwarev_sphere_assignment.py +5 -1
- pulumi_azure_native/guestconfiguration/guest_configuration_hcrpassignment.py +5 -1
- pulumi_azure_native/guestconfiguration/v20220125/guest_configuration_assignment.py +1 -1
- pulumi_azure_native/guestconfiguration/v20220125/guest_configuration_assignments_vmss.py +1 -1
- pulumi_azure_native/guestconfiguration/v20220125/guest_configuration_connected_v_mwarev_sphere_assignment.py +1 -1
- pulumi_azure_native/guestconfiguration/v20220125/guest_configuration_hcrpassignment.py +1 -1
- pulumi_azure_native/guestconfiguration/v20240405/__init__.py +18 -0
- pulumi_azure_native/guestconfiguration/v20240405/_enums.py +27 -0
- pulumi_azure_native/guestconfiguration/v20240405/_inputs.py +336 -0
- pulumi_azure_native/guestconfiguration/v20240405/get_guest_configuration_assignment.py +154 -0
- pulumi_azure_native/guestconfiguration/v20240405/get_guest_configuration_assignments_vmss.py +154 -0
- pulumi_azure_native/guestconfiguration/v20240405/get_guest_configuration_connected_v_mwarev_sphere_assignment.py +154 -0
- pulumi_azure_native/guestconfiguration/v20240405/get_guest_configuration_hcrpassignment.py +154 -0
- pulumi_azure_native/guestconfiguration/v20240405/guest_configuration_assignment.py +269 -0
- pulumi_azure_native/guestconfiguration/v20240405/guest_configuration_assignments_vmss.py +249 -0
- pulumi_azure_native/guestconfiguration/v20240405/guest_configuration_connected_v_mwarev_sphere_assignment.py +269 -0
- pulumi_azure_native/guestconfiguration/v20240405/guest_configuration_hcrpassignment.py +269 -0
- pulumi_azure_native/guestconfiguration/v20240405/outputs.py +1088 -0
- pulumi_azure_native/network/__init__.py +3 -0
- pulumi_azure_native/network/get_private_record_set.py +4 -0
- pulumi_azure_native/network/get_private_zone.py +4 -0
- pulumi_azure_native/network/get_virtual_network_link.py +4 -0
- pulumi_azure_native/network/private_record_set.py +5 -1
- pulumi_azure_native/network/private_zone.py +5 -1
- pulumi_azure_native/network/v20200601/private_record_set.py +1 -1
- pulumi_azure_native/network/v20200601/private_zone.py +1 -1
- pulumi_azure_native/network/v20200601/virtual_network_link.py +1 -1
- pulumi_azure_native/network/v20240601/__init__.py +16 -0
- pulumi_azure_native/network/v20240601/_enums.py +17 -0
- pulumi_azure_native/network/v20240601/_inputs.py +573 -0
- pulumi_azure_native/network/v20240601/get_private_record_set.py +289 -0
- pulumi_azure_native/network/v20240601/get_private_zone.py +252 -0
- pulumi_azure_native/network/v20240601/get_virtual_network_link.py +219 -0
- pulumi_azure_native/network/v20240601/outputs.py +415 -0
- pulumi_azure_native/network/v20240601/private_record_set.py +522 -0
- pulumi_azure_native/network/v20240601/private_zone.py +306 -0
- pulumi_azure_native/network/v20240601/virtual_network_link.py +357 -0
- pulumi_azure_native/network/virtual_network_link.py +5 -1
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/servicebus/__init__.py +3 -0
- pulumi_azure_native/servicebus/disaster_recovery_config.py +3 -3
- pulumi_azure_native/servicebus/get_disaster_recovery_config.py +2 -2
- pulumi_azure_native/servicebus/get_migration_config.py +2 -2
- pulumi_azure_native/servicebus/get_namespace.py +2 -2
- pulumi_azure_native/servicebus/get_namespace_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/get_namespace_network_rule_set.py +2 -2
- pulumi_azure_native/servicebus/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/servicebus/get_queue.py +2 -2
- pulumi_azure_native/servicebus/get_queue_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/get_rule.py +2 -2
- pulumi_azure_native/servicebus/get_subscription.py +2 -2
- pulumi_azure_native/servicebus/get_topic.py +2 -2
- pulumi_azure_native/servicebus/get_topic_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/list_disaster_recovery_config_keys.py +2 -2
- pulumi_azure_native/servicebus/list_namespace_keys.py +2 -2
- pulumi_azure_native/servicebus/list_queue_keys.py +2 -2
- pulumi_azure_native/servicebus/list_topic_keys.py +2 -2
- pulumi_azure_native/servicebus/migration_config.py +3 -3
- pulumi_azure_native/servicebus/namespace.py +3 -3
- pulumi_azure_native/servicebus/namespace_authorization_rule.py +3 -3
- pulumi_azure_native/servicebus/namespace_network_rule_set.py +3 -3
- pulumi_azure_native/servicebus/private_endpoint_connection.py +3 -3
- pulumi_azure_native/servicebus/queue.py +3 -3
- pulumi_azure_native/servicebus/queue_authorization_rule.py +3 -3
- pulumi_azure_native/servicebus/rule.py +3 -3
- pulumi_azure_native/servicebus/subscription.py +3 -3
- pulumi_azure_native/servicebus/topic.py +3 -3
- pulumi_azure_native/servicebus/topic_authorization_rule.py +3 -3
- pulumi_azure_native/servicebus/v20220101preview/disaster_recovery_config.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/migration_config.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/namespace.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/namespace_network_rule_set.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/queue.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/queue_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/rule.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/subscription.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/topic.py +1 -1
- pulumi_azure_native/servicebus/v20220101preview/topic_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/disaster_recovery_config.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/migration_config.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/namespace.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/namespace_network_rule_set.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/queue.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/queue_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/rule.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/subscription.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/topic.py +1 -1
- pulumi_azure_native/servicebus/v20221001preview/topic_authorization_rule.py +1 -1
- pulumi_azure_native/servicebus/v20230101preview/__init__.py +38 -0
- pulumi_azure_native/servicebus/v20230101preview/_enums.py +158 -0
- pulumi_azure_native/servicebus/v20230101preview/_inputs.py +1285 -0
- pulumi_azure_native/servicebus/v20230101preview/disaster_recovery_config.py +288 -0
- pulumi_azure_native/servicebus/v20230101preview/get_disaster_recovery_config.py +206 -0
- pulumi_azure_native/servicebus/v20230101preview/get_migration_config.py +206 -0
- pulumi_azure_native/servicebus/v20230101preview/get_namespace.py +370 -0
- pulumi_azure_native/servicebus/v20230101preview/get_namespace_authorization_rule.py +154 -0
- pulumi_azure_native/servicebus/v20230101preview/get_namespace_network_rule_set.py +201 -0
- pulumi_azure_native/servicebus/v20230101preview/get_private_endpoint_connection.py +180 -0
- pulumi_azure_native/servicebus/v20230101preview/get_queue.py +427 -0
- pulumi_azure_native/servicebus/v20230101preview/get_queue_authorization_rule.py +159 -0
- pulumi_azure_native/servicebus/v20230101preview/get_rule.py +203 -0
- pulumi_azure_native/servicebus/v20230101preview/get_subscription.py +393 -0
- pulumi_azure_native/servicebus/v20230101preview/get_topic.py +362 -0
- pulumi_azure_native/servicebus/v20230101preview/get_topic_authorization_rule.py +159 -0
- pulumi_azure_native/servicebus/v20230101preview/list_disaster_recovery_config_keys.py +171 -0
- pulumi_azure_native/servicebus/v20230101preview/list_namespace_keys.py +166 -0
- pulumi_azure_native/servicebus/v20230101preview/list_queue_keys.py +171 -0
- pulumi_azure_native/servicebus/v20230101preview/list_topic_keys.py +171 -0
- pulumi_azure_native/servicebus/v20230101preview/migration_config.py +290 -0
- pulumi_azure_native/servicebus/v20230101preview/namespace.py +615 -0
- pulumi_azure_native/servicebus/v20230101preview/namespace_authorization_rule.py +231 -0
- pulumi_azure_native/servicebus/v20230101preview/namespace_network_rule_set.py +331 -0
- pulumi_azure_native/servicebus/v20230101preview/outputs.py +1401 -0
- pulumi_azure_native/servicebus/v20230101preview/private_endpoint_connection.py +289 -0
- pulumi_azure_native/servicebus/v20230101preview/queue.py +725 -0
- pulumi_azure_native/servicebus/v20230101preview/queue_authorization_rule.py +252 -0
- pulumi_azure_native/servicebus/v20230101preview/rule.py +360 -0
- pulumi_azure_native/servicebus/v20230101preview/subscription.py +679 -0
- pulumi_azure_native/servicebus/v20230101preview/topic.py +580 -0
- pulumi_azure_native/servicebus/v20230101preview/topic_authorization_rule.py +252 -0
- pulumi_azure_native/storage/blob.py +7 -7
- {pulumi_azure_native-2.49.0a1720441543.dist-info → pulumi_azure_native-2.50.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.49.0a1720441543.dist-info → pulumi_azure_native-2.50.0.dist-info}/RECORD +296 -223
- {pulumi_azure_native-2.49.0a1720441543.dist-info → pulumi_azure_native-2.50.0.dist-info}/WHEEL +1 -1
- {pulumi_azure_native-2.49.0a1720441543.dist-info → pulumi_azure_native-2.50.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,289 @@
|
|
|
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
|
+
'GetPrivateRecordSetResult',
|
|
20
|
+
'AwaitableGetPrivateRecordSetResult',
|
|
21
|
+
'get_private_record_set',
|
|
22
|
+
'get_private_record_set_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetPrivateRecordSetResult:
|
|
27
|
+
"""
|
|
28
|
+
Describes a DNS record set (a collection of DNS records with the same name and type) in a Private DNS zone.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, a_records=None, aaaa_records=None, cname_record=None, etag=None, fqdn=None, id=None, is_auto_registered=None, metadata=None, mx_records=None, name=None, ptr_records=None, soa_record=None, srv_records=None, ttl=None, txt_records=None, type=None):
|
|
31
|
+
if a_records and not isinstance(a_records, list):
|
|
32
|
+
raise TypeError("Expected argument 'a_records' to be a list")
|
|
33
|
+
pulumi.set(__self__, "a_records", a_records)
|
|
34
|
+
if aaaa_records and not isinstance(aaaa_records, list):
|
|
35
|
+
raise TypeError("Expected argument 'aaaa_records' to be a list")
|
|
36
|
+
pulumi.set(__self__, "aaaa_records", aaaa_records)
|
|
37
|
+
if cname_record and not isinstance(cname_record, dict):
|
|
38
|
+
raise TypeError("Expected argument 'cname_record' to be a dict")
|
|
39
|
+
pulumi.set(__self__, "cname_record", cname_record)
|
|
40
|
+
if etag and not isinstance(etag, str):
|
|
41
|
+
raise TypeError("Expected argument 'etag' to be a str")
|
|
42
|
+
pulumi.set(__self__, "etag", etag)
|
|
43
|
+
if fqdn and not isinstance(fqdn, str):
|
|
44
|
+
raise TypeError("Expected argument 'fqdn' to be a str")
|
|
45
|
+
pulumi.set(__self__, "fqdn", fqdn)
|
|
46
|
+
if id and not isinstance(id, str):
|
|
47
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
48
|
+
pulumi.set(__self__, "id", id)
|
|
49
|
+
if is_auto_registered and not isinstance(is_auto_registered, bool):
|
|
50
|
+
raise TypeError("Expected argument 'is_auto_registered' to be a bool")
|
|
51
|
+
pulumi.set(__self__, "is_auto_registered", is_auto_registered)
|
|
52
|
+
if metadata and not isinstance(metadata, dict):
|
|
53
|
+
raise TypeError("Expected argument 'metadata' to be a dict")
|
|
54
|
+
pulumi.set(__self__, "metadata", metadata)
|
|
55
|
+
if mx_records and not isinstance(mx_records, list):
|
|
56
|
+
raise TypeError("Expected argument 'mx_records' to be a list")
|
|
57
|
+
pulumi.set(__self__, "mx_records", mx_records)
|
|
58
|
+
if name and not isinstance(name, str):
|
|
59
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
60
|
+
pulumi.set(__self__, "name", name)
|
|
61
|
+
if ptr_records and not isinstance(ptr_records, list):
|
|
62
|
+
raise TypeError("Expected argument 'ptr_records' to be a list")
|
|
63
|
+
pulumi.set(__self__, "ptr_records", ptr_records)
|
|
64
|
+
if soa_record and not isinstance(soa_record, dict):
|
|
65
|
+
raise TypeError("Expected argument 'soa_record' to be a dict")
|
|
66
|
+
pulumi.set(__self__, "soa_record", soa_record)
|
|
67
|
+
if srv_records and not isinstance(srv_records, list):
|
|
68
|
+
raise TypeError("Expected argument 'srv_records' to be a list")
|
|
69
|
+
pulumi.set(__self__, "srv_records", srv_records)
|
|
70
|
+
if ttl and not isinstance(ttl, float):
|
|
71
|
+
raise TypeError("Expected argument 'ttl' to be a float")
|
|
72
|
+
pulumi.set(__self__, "ttl", ttl)
|
|
73
|
+
if txt_records and not isinstance(txt_records, list):
|
|
74
|
+
raise TypeError("Expected argument 'txt_records' to be a list")
|
|
75
|
+
pulumi.set(__self__, "txt_records", txt_records)
|
|
76
|
+
if type and not isinstance(type, str):
|
|
77
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
78
|
+
pulumi.set(__self__, "type", type)
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
@pulumi.getter(name="aRecords")
|
|
82
|
+
def a_records(self) -> Optional[Sequence['outputs.ARecordResponse']]:
|
|
83
|
+
"""
|
|
84
|
+
The list of A records in the record set.
|
|
85
|
+
"""
|
|
86
|
+
return pulumi.get(self, "a_records")
|
|
87
|
+
|
|
88
|
+
@property
|
|
89
|
+
@pulumi.getter(name="aaaaRecords")
|
|
90
|
+
def aaaa_records(self) -> Optional[Sequence['outputs.AaaaRecordResponse']]:
|
|
91
|
+
"""
|
|
92
|
+
The list of AAAA records in the record set.
|
|
93
|
+
"""
|
|
94
|
+
return pulumi.get(self, "aaaa_records")
|
|
95
|
+
|
|
96
|
+
@property
|
|
97
|
+
@pulumi.getter(name="cnameRecord")
|
|
98
|
+
def cname_record(self) -> Optional['outputs.CnameRecordResponse']:
|
|
99
|
+
"""
|
|
100
|
+
The CNAME record in the record set.
|
|
101
|
+
"""
|
|
102
|
+
return pulumi.get(self, "cname_record")
|
|
103
|
+
|
|
104
|
+
@property
|
|
105
|
+
@pulumi.getter
|
|
106
|
+
def etag(self) -> Optional[str]:
|
|
107
|
+
"""
|
|
108
|
+
The ETag of the record set.
|
|
109
|
+
"""
|
|
110
|
+
return pulumi.get(self, "etag")
|
|
111
|
+
|
|
112
|
+
@property
|
|
113
|
+
@pulumi.getter
|
|
114
|
+
def fqdn(self) -> str:
|
|
115
|
+
"""
|
|
116
|
+
Fully qualified domain name of the record set.
|
|
117
|
+
"""
|
|
118
|
+
return pulumi.get(self, "fqdn")
|
|
119
|
+
|
|
120
|
+
@property
|
|
121
|
+
@pulumi.getter
|
|
122
|
+
def id(self) -> str:
|
|
123
|
+
"""
|
|
124
|
+
Fully qualified resource Id for the resource. Example - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateDnsZoneName}'.
|
|
125
|
+
"""
|
|
126
|
+
return pulumi.get(self, "id")
|
|
127
|
+
|
|
128
|
+
@property
|
|
129
|
+
@pulumi.getter(name="isAutoRegistered")
|
|
130
|
+
def is_auto_registered(self) -> bool:
|
|
131
|
+
"""
|
|
132
|
+
Is the record set auto-registered in the Private DNS zone through a virtual network link?
|
|
133
|
+
"""
|
|
134
|
+
return pulumi.get(self, "is_auto_registered")
|
|
135
|
+
|
|
136
|
+
@property
|
|
137
|
+
@pulumi.getter
|
|
138
|
+
def metadata(self) -> Optional[Mapping[str, str]]:
|
|
139
|
+
"""
|
|
140
|
+
The metadata attached to the record set.
|
|
141
|
+
"""
|
|
142
|
+
return pulumi.get(self, "metadata")
|
|
143
|
+
|
|
144
|
+
@property
|
|
145
|
+
@pulumi.getter(name="mxRecords")
|
|
146
|
+
def mx_records(self) -> Optional[Sequence['outputs.MxRecordResponse']]:
|
|
147
|
+
"""
|
|
148
|
+
The list of MX records in the record set.
|
|
149
|
+
"""
|
|
150
|
+
return pulumi.get(self, "mx_records")
|
|
151
|
+
|
|
152
|
+
@property
|
|
153
|
+
@pulumi.getter
|
|
154
|
+
def name(self) -> str:
|
|
155
|
+
"""
|
|
156
|
+
The name of the resource
|
|
157
|
+
"""
|
|
158
|
+
return pulumi.get(self, "name")
|
|
159
|
+
|
|
160
|
+
@property
|
|
161
|
+
@pulumi.getter(name="ptrRecords")
|
|
162
|
+
def ptr_records(self) -> Optional[Sequence['outputs.PtrRecordResponse']]:
|
|
163
|
+
"""
|
|
164
|
+
The list of PTR records in the record set.
|
|
165
|
+
"""
|
|
166
|
+
return pulumi.get(self, "ptr_records")
|
|
167
|
+
|
|
168
|
+
@property
|
|
169
|
+
@pulumi.getter(name="soaRecord")
|
|
170
|
+
def soa_record(self) -> Optional['outputs.SoaRecordResponse']:
|
|
171
|
+
"""
|
|
172
|
+
The SOA record in the record set.
|
|
173
|
+
"""
|
|
174
|
+
return pulumi.get(self, "soa_record")
|
|
175
|
+
|
|
176
|
+
@property
|
|
177
|
+
@pulumi.getter(name="srvRecords")
|
|
178
|
+
def srv_records(self) -> Optional[Sequence['outputs.SrvRecordResponse']]:
|
|
179
|
+
"""
|
|
180
|
+
The list of SRV records in the record set.
|
|
181
|
+
"""
|
|
182
|
+
return pulumi.get(self, "srv_records")
|
|
183
|
+
|
|
184
|
+
@property
|
|
185
|
+
@pulumi.getter
|
|
186
|
+
def ttl(self) -> Optional[float]:
|
|
187
|
+
"""
|
|
188
|
+
The TTL (time-to-live) of the records in the record set.
|
|
189
|
+
"""
|
|
190
|
+
return pulumi.get(self, "ttl")
|
|
191
|
+
|
|
192
|
+
@property
|
|
193
|
+
@pulumi.getter(name="txtRecords")
|
|
194
|
+
def txt_records(self) -> Optional[Sequence['outputs.TxtRecordResponse']]:
|
|
195
|
+
"""
|
|
196
|
+
The list of TXT records in the record set.
|
|
197
|
+
"""
|
|
198
|
+
return pulumi.get(self, "txt_records")
|
|
199
|
+
|
|
200
|
+
@property
|
|
201
|
+
@pulumi.getter
|
|
202
|
+
def type(self) -> str:
|
|
203
|
+
"""
|
|
204
|
+
The type of the resource. Example - 'Microsoft.Network/privateDnsZones'.
|
|
205
|
+
"""
|
|
206
|
+
return pulumi.get(self, "type")
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
class AwaitableGetPrivateRecordSetResult(GetPrivateRecordSetResult):
|
|
210
|
+
# pylint: disable=using-constant-test
|
|
211
|
+
def __await__(self):
|
|
212
|
+
if False:
|
|
213
|
+
yield self
|
|
214
|
+
return GetPrivateRecordSetResult(
|
|
215
|
+
a_records=self.a_records,
|
|
216
|
+
aaaa_records=self.aaaa_records,
|
|
217
|
+
cname_record=self.cname_record,
|
|
218
|
+
etag=self.etag,
|
|
219
|
+
fqdn=self.fqdn,
|
|
220
|
+
id=self.id,
|
|
221
|
+
is_auto_registered=self.is_auto_registered,
|
|
222
|
+
metadata=self.metadata,
|
|
223
|
+
mx_records=self.mx_records,
|
|
224
|
+
name=self.name,
|
|
225
|
+
ptr_records=self.ptr_records,
|
|
226
|
+
soa_record=self.soa_record,
|
|
227
|
+
srv_records=self.srv_records,
|
|
228
|
+
ttl=self.ttl,
|
|
229
|
+
txt_records=self.txt_records,
|
|
230
|
+
type=self.type)
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
def get_private_record_set(private_zone_name: Optional[str] = None,
|
|
234
|
+
record_type: Optional[str] = None,
|
|
235
|
+
relative_record_set_name: Optional[str] = None,
|
|
236
|
+
resource_group_name: Optional[str] = None,
|
|
237
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateRecordSetResult:
|
|
238
|
+
"""
|
|
239
|
+
Gets a record set.
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
:param str private_zone_name: The name of the Private DNS zone (without a terminating dot).
|
|
243
|
+
:param str record_type: The type of DNS record in this record set.
|
|
244
|
+
:param str relative_record_set_name: The name of the record set, relative to the name of the zone.
|
|
245
|
+
:param str resource_group_name: The name of the resource group.
|
|
246
|
+
"""
|
|
247
|
+
__args__ = dict()
|
|
248
|
+
__args__['privateZoneName'] = private_zone_name
|
|
249
|
+
__args__['recordType'] = record_type
|
|
250
|
+
__args__['relativeRecordSetName'] = relative_record_set_name
|
|
251
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
252
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
253
|
+
__ret__ = pulumi.runtime.invoke('azure-native:network/v20240601:getPrivateRecordSet', __args__, opts=opts, typ=GetPrivateRecordSetResult).value
|
|
254
|
+
|
|
255
|
+
return AwaitableGetPrivateRecordSetResult(
|
|
256
|
+
a_records=pulumi.get(__ret__, 'a_records'),
|
|
257
|
+
aaaa_records=pulumi.get(__ret__, 'aaaa_records'),
|
|
258
|
+
cname_record=pulumi.get(__ret__, 'cname_record'),
|
|
259
|
+
etag=pulumi.get(__ret__, 'etag'),
|
|
260
|
+
fqdn=pulumi.get(__ret__, 'fqdn'),
|
|
261
|
+
id=pulumi.get(__ret__, 'id'),
|
|
262
|
+
is_auto_registered=pulumi.get(__ret__, 'is_auto_registered'),
|
|
263
|
+
metadata=pulumi.get(__ret__, 'metadata'),
|
|
264
|
+
mx_records=pulumi.get(__ret__, 'mx_records'),
|
|
265
|
+
name=pulumi.get(__ret__, 'name'),
|
|
266
|
+
ptr_records=pulumi.get(__ret__, 'ptr_records'),
|
|
267
|
+
soa_record=pulumi.get(__ret__, 'soa_record'),
|
|
268
|
+
srv_records=pulumi.get(__ret__, 'srv_records'),
|
|
269
|
+
ttl=pulumi.get(__ret__, 'ttl'),
|
|
270
|
+
txt_records=pulumi.get(__ret__, 'txt_records'),
|
|
271
|
+
type=pulumi.get(__ret__, 'type'))
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
@_utilities.lift_output_func(get_private_record_set)
|
|
275
|
+
def get_private_record_set_output(private_zone_name: Optional[pulumi.Input[str]] = None,
|
|
276
|
+
record_type: Optional[pulumi.Input[str]] = None,
|
|
277
|
+
relative_record_set_name: Optional[pulumi.Input[str]] = None,
|
|
278
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
279
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPrivateRecordSetResult]:
|
|
280
|
+
"""
|
|
281
|
+
Gets a record set.
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
:param str private_zone_name: The name of the Private DNS zone (without a terminating dot).
|
|
285
|
+
:param str record_type: The type of DNS record in this record set.
|
|
286
|
+
:param str relative_record_set_name: The name of the record set, relative to the name of the zone.
|
|
287
|
+
:param str resource_group_name: The name of the resource group.
|
|
288
|
+
"""
|
|
289
|
+
...
|
|
@@ -0,0 +1,252 @@
|
|
|
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
|
+
|
|
17
|
+
__all__ = [
|
|
18
|
+
'GetPrivateZoneResult',
|
|
19
|
+
'AwaitableGetPrivateZoneResult',
|
|
20
|
+
'get_private_zone',
|
|
21
|
+
'get_private_zone_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class GetPrivateZoneResult:
|
|
26
|
+
"""
|
|
27
|
+
Describes a Private DNS zone.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, etag=None, id=None, internal_id=None, location=None, max_number_of_record_sets=None, max_number_of_virtual_network_links=None, max_number_of_virtual_network_links_with_registration=None, name=None, number_of_record_sets=None, number_of_virtual_network_links=None, number_of_virtual_network_links_with_registration=None, provisioning_state=None, tags=None, type=None):
|
|
30
|
+
if etag and not isinstance(etag, str):
|
|
31
|
+
raise TypeError("Expected argument 'etag' to be a str")
|
|
32
|
+
pulumi.set(__self__, "etag", etag)
|
|
33
|
+
if id and not isinstance(id, str):
|
|
34
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
35
|
+
pulumi.set(__self__, "id", id)
|
|
36
|
+
if internal_id and not isinstance(internal_id, str):
|
|
37
|
+
raise TypeError("Expected argument 'internal_id' to be a str")
|
|
38
|
+
pulumi.set(__self__, "internal_id", internal_id)
|
|
39
|
+
if location and not isinstance(location, str):
|
|
40
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
41
|
+
pulumi.set(__self__, "location", location)
|
|
42
|
+
if max_number_of_record_sets and not isinstance(max_number_of_record_sets, float):
|
|
43
|
+
raise TypeError("Expected argument 'max_number_of_record_sets' to be a float")
|
|
44
|
+
pulumi.set(__self__, "max_number_of_record_sets", max_number_of_record_sets)
|
|
45
|
+
if max_number_of_virtual_network_links and not isinstance(max_number_of_virtual_network_links, float):
|
|
46
|
+
raise TypeError("Expected argument 'max_number_of_virtual_network_links' to be a float")
|
|
47
|
+
pulumi.set(__self__, "max_number_of_virtual_network_links", max_number_of_virtual_network_links)
|
|
48
|
+
if max_number_of_virtual_network_links_with_registration and not isinstance(max_number_of_virtual_network_links_with_registration, float):
|
|
49
|
+
raise TypeError("Expected argument 'max_number_of_virtual_network_links_with_registration' to be a float")
|
|
50
|
+
pulumi.set(__self__, "max_number_of_virtual_network_links_with_registration", max_number_of_virtual_network_links_with_registration)
|
|
51
|
+
if name and not isinstance(name, str):
|
|
52
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
53
|
+
pulumi.set(__self__, "name", name)
|
|
54
|
+
if number_of_record_sets and not isinstance(number_of_record_sets, float):
|
|
55
|
+
raise TypeError("Expected argument 'number_of_record_sets' to be a float")
|
|
56
|
+
pulumi.set(__self__, "number_of_record_sets", number_of_record_sets)
|
|
57
|
+
if number_of_virtual_network_links and not isinstance(number_of_virtual_network_links, float):
|
|
58
|
+
raise TypeError("Expected argument 'number_of_virtual_network_links' to be a float")
|
|
59
|
+
pulumi.set(__self__, "number_of_virtual_network_links", number_of_virtual_network_links)
|
|
60
|
+
if number_of_virtual_network_links_with_registration and not isinstance(number_of_virtual_network_links_with_registration, float):
|
|
61
|
+
raise TypeError("Expected argument 'number_of_virtual_network_links_with_registration' to be a float")
|
|
62
|
+
pulumi.set(__self__, "number_of_virtual_network_links_with_registration", number_of_virtual_network_links_with_registration)
|
|
63
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
64
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
65
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
66
|
+
if tags and not isinstance(tags, dict):
|
|
67
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
68
|
+
pulumi.set(__self__, "tags", tags)
|
|
69
|
+
if type and not isinstance(type, str):
|
|
70
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
71
|
+
pulumi.set(__self__, "type", type)
|
|
72
|
+
|
|
73
|
+
@property
|
|
74
|
+
@pulumi.getter
|
|
75
|
+
def etag(self) -> Optional[str]:
|
|
76
|
+
"""
|
|
77
|
+
The ETag of the zone.
|
|
78
|
+
"""
|
|
79
|
+
return pulumi.get(self, "etag")
|
|
80
|
+
|
|
81
|
+
@property
|
|
82
|
+
@pulumi.getter
|
|
83
|
+
def id(self) -> str:
|
|
84
|
+
"""
|
|
85
|
+
Fully qualified resource Id for the resource. Example - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateDnsZoneName}'.
|
|
86
|
+
"""
|
|
87
|
+
return pulumi.get(self, "id")
|
|
88
|
+
|
|
89
|
+
@property
|
|
90
|
+
@pulumi.getter(name="internalId")
|
|
91
|
+
def internal_id(self) -> str:
|
|
92
|
+
"""
|
|
93
|
+
Private zone internal Id
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "internal_id")
|
|
96
|
+
|
|
97
|
+
@property
|
|
98
|
+
@pulumi.getter
|
|
99
|
+
def location(self) -> Optional[str]:
|
|
100
|
+
"""
|
|
101
|
+
The Azure Region where the resource lives
|
|
102
|
+
"""
|
|
103
|
+
return pulumi.get(self, "location")
|
|
104
|
+
|
|
105
|
+
@property
|
|
106
|
+
@pulumi.getter(name="maxNumberOfRecordSets")
|
|
107
|
+
def max_number_of_record_sets(self) -> float:
|
|
108
|
+
"""
|
|
109
|
+
The maximum number of record sets that can be created in this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
|
|
110
|
+
"""
|
|
111
|
+
return pulumi.get(self, "max_number_of_record_sets")
|
|
112
|
+
|
|
113
|
+
@property
|
|
114
|
+
@pulumi.getter(name="maxNumberOfVirtualNetworkLinks")
|
|
115
|
+
def max_number_of_virtual_network_links(self) -> float:
|
|
116
|
+
"""
|
|
117
|
+
The maximum number of virtual networks that can be linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
|
|
118
|
+
"""
|
|
119
|
+
return pulumi.get(self, "max_number_of_virtual_network_links")
|
|
120
|
+
|
|
121
|
+
@property
|
|
122
|
+
@pulumi.getter(name="maxNumberOfVirtualNetworkLinksWithRegistration")
|
|
123
|
+
def max_number_of_virtual_network_links_with_registration(self) -> float:
|
|
124
|
+
"""
|
|
125
|
+
The maximum number of virtual networks that can be linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored.
|
|
126
|
+
"""
|
|
127
|
+
return pulumi.get(self, "max_number_of_virtual_network_links_with_registration")
|
|
128
|
+
|
|
129
|
+
@property
|
|
130
|
+
@pulumi.getter
|
|
131
|
+
def name(self) -> str:
|
|
132
|
+
"""
|
|
133
|
+
The name of the resource
|
|
134
|
+
"""
|
|
135
|
+
return pulumi.get(self, "name")
|
|
136
|
+
|
|
137
|
+
@property
|
|
138
|
+
@pulumi.getter(name="numberOfRecordSets")
|
|
139
|
+
def number_of_record_sets(self) -> float:
|
|
140
|
+
"""
|
|
141
|
+
The current number of record sets in this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
|
|
142
|
+
"""
|
|
143
|
+
return pulumi.get(self, "number_of_record_sets")
|
|
144
|
+
|
|
145
|
+
@property
|
|
146
|
+
@pulumi.getter(name="numberOfVirtualNetworkLinks")
|
|
147
|
+
def number_of_virtual_network_links(self) -> float:
|
|
148
|
+
"""
|
|
149
|
+
The current number of virtual networks that are linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
|
|
150
|
+
"""
|
|
151
|
+
return pulumi.get(self, "number_of_virtual_network_links")
|
|
152
|
+
|
|
153
|
+
@property
|
|
154
|
+
@pulumi.getter(name="numberOfVirtualNetworkLinksWithRegistration")
|
|
155
|
+
def number_of_virtual_network_links_with_registration(self) -> float:
|
|
156
|
+
"""
|
|
157
|
+
The current number of virtual networks that are linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored.
|
|
158
|
+
"""
|
|
159
|
+
return pulumi.get(self, "number_of_virtual_network_links_with_registration")
|
|
160
|
+
|
|
161
|
+
@property
|
|
162
|
+
@pulumi.getter(name="provisioningState")
|
|
163
|
+
def provisioning_state(self) -> str:
|
|
164
|
+
"""
|
|
165
|
+
The provisioning state of the resource. This is a read-only property and any attempt to set this value will be ignored.
|
|
166
|
+
"""
|
|
167
|
+
return pulumi.get(self, "provisioning_state")
|
|
168
|
+
|
|
169
|
+
@property
|
|
170
|
+
@pulumi.getter
|
|
171
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
172
|
+
"""
|
|
173
|
+
Resource tags.
|
|
174
|
+
"""
|
|
175
|
+
return pulumi.get(self, "tags")
|
|
176
|
+
|
|
177
|
+
@property
|
|
178
|
+
@pulumi.getter
|
|
179
|
+
def type(self) -> str:
|
|
180
|
+
"""
|
|
181
|
+
The type of the resource. Example - 'Microsoft.Network/privateDnsZones'.
|
|
182
|
+
"""
|
|
183
|
+
return pulumi.get(self, "type")
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
class AwaitableGetPrivateZoneResult(GetPrivateZoneResult):
|
|
187
|
+
# pylint: disable=using-constant-test
|
|
188
|
+
def __await__(self):
|
|
189
|
+
if False:
|
|
190
|
+
yield self
|
|
191
|
+
return GetPrivateZoneResult(
|
|
192
|
+
etag=self.etag,
|
|
193
|
+
id=self.id,
|
|
194
|
+
internal_id=self.internal_id,
|
|
195
|
+
location=self.location,
|
|
196
|
+
max_number_of_record_sets=self.max_number_of_record_sets,
|
|
197
|
+
max_number_of_virtual_network_links=self.max_number_of_virtual_network_links,
|
|
198
|
+
max_number_of_virtual_network_links_with_registration=self.max_number_of_virtual_network_links_with_registration,
|
|
199
|
+
name=self.name,
|
|
200
|
+
number_of_record_sets=self.number_of_record_sets,
|
|
201
|
+
number_of_virtual_network_links=self.number_of_virtual_network_links,
|
|
202
|
+
number_of_virtual_network_links_with_registration=self.number_of_virtual_network_links_with_registration,
|
|
203
|
+
provisioning_state=self.provisioning_state,
|
|
204
|
+
tags=self.tags,
|
|
205
|
+
type=self.type)
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
def get_private_zone(private_zone_name: Optional[str] = None,
|
|
209
|
+
resource_group_name: Optional[str] = None,
|
|
210
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateZoneResult:
|
|
211
|
+
"""
|
|
212
|
+
Gets a Private DNS zone. Retrieves the zone properties, but not the virtual networks links or the record sets within the zone.
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
:param str private_zone_name: The name of the Private DNS zone (without a terminating dot).
|
|
216
|
+
:param str resource_group_name: The name of the resource group.
|
|
217
|
+
"""
|
|
218
|
+
__args__ = dict()
|
|
219
|
+
__args__['privateZoneName'] = private_zone_name
|
|
220
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
221
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
222
|
+
__ret__ = pulumi.runtime.invoke('azure-native:network/v20240601:getPrivateZone', __args__, opts=opts, typ=GetPrivateZoneResult).value
|
|
223
|
+
|
|
224
|
+
return AwaitableGetPrivateZoneResult(
|
|
225
|
+
etag=pulumi.get(__ret__, 'etag'),
|
|
226
|
+
id=pulumi.get(__ret__, 'id'),
|
|
227
|
+
internal_id=pulumi.get(__ret__, 'internal_id'),
|
|
228
|
+
location=pulumi.get(__ret__, 'location'),
|
|
229
|
+
max_number_of_record_sets=pulumi.get(__ret__, 'max_number_of_record_sets'),
|
|
230
|
+
max_number_of_virtual_network_links=pulumi.get(__ret__, 'max_number_of_virtual_network_links'),
|
|
231
|
+
max_number_of_virtual_network_links_with_registration=pulumi.get(__ret__, 'max_number_of_virtual_network_links_with_registration'),
|
|
232
|
+
name=pulumi.get(__ret__, 'name'),
|
|
233
|
+
number_of_record_sets=pulumi.get(__ret__, 'number_of_record_sets'),
|
|
234
|
+
number_of_virtual_network_links=pulumi.get(__ret__, 'number_of_virtual_network_links'),
|
|
235
|
+
number_of_virtual_network_links_with_registration=pulumi.get(__ret__, 'number_of_virtual_network_links_with_registration'),
|
|
236
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
237
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
238
|
+
type=pulumi.get(__ret__, 'type'))
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
@_utilities.lift_output_func(get_private_zone)
|
|
242
|
+
def get_private_zone_output(private_zone_name: Optional[pulumi.Input[str]] = None,
|
|
243
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
244
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPrivateZoneResult]:
|
|
245
|
+
"""
|
|
246
|
+
Gets a Private DNS zone. Retrieves the zone properties, but not the virtual networks links or the record sets within the zone.
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
:param str private_zone_name: The name of the Private DNS zone (without a terminating dot).
|
|
250
|
+
:param str resource_group_name: The name of the resource group.
|
|
251
|
+
"""
|
|
252
|
+
...
|