pulumi-azure-native 2.36.1a1712854250__py3-none-any.whl → 2.37.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 +134 -0
- pulumi_azure_native/authorization/__init__.py +3 -0
- pulumi_azure_native/authorization/get_policy_assignment.py +2 -2
- pulumi_azure_native/authorization/policy_assignment.py +3 -3
- pulumi_azure_native/authorization/v20190601/policy_assignment.py +1 -1
- pulumi_azure_native/authorization/v20200301/policy_assignment.py +1 -1
- pulumi_azure_native/authorization/v20220601/policy_assignment.py +1 -1
- pulumi_azure_native/authorization/v20230401/policy_assignment.py +1 -1
- pulumi_azure_native/authorization/v20240401/__init__.py +12 -0
- pulumi_azure_native/authorization/v20240401/_enums.py +76 -0
- pulumi_azure_native/authorization/v20240401/_inputs.py +276 -0
- pulumi_azure_native/authorization/v20240401/get_policy_assignment.py +300 -0
- pulumi_azure_native/authorization/v20240401/outputs.py +482 -0
- pulumi_azure_native/authorization/v20240401/policy_assignment.py +556 -0
- pulumi_azure_native/eventhub/__init__.py +3 -0
- pulumi_azure_native/eventhub/application_group.py +3 -3
- pulumi_azure_native/eventhub/cluster.py +3 -3
- pulumi_azure_native/eventhub/consumer_group.py +3 -3
- pulumi_azure_native/eventhub/disaster_recovery_config.py +3 -3
- pulumi_azure_native/eventhub/event_hub.py +3 -3
- pulumi_azure_native/eventhub/event_hub_authorization_rule.py +3 -3
- pulumi_azure_native/eventhub/get_application_group.py +2 -2
- pulumi_azure_native/eventhub/get_cluster.py +2 -2
- pulumi_azure_native/eventhub/get_consumer_group.py +2 -2
- pulumi_azure_native/eventhub/get_disaster_recovery_config.py +2 -2
- pulumi_azure_native/eventhub/get_event_hub.py +2 -2
- pulumi_azure_native/eventhub/get_event_hub_authorization_rule.py +2 -2
- pulumi_azure_native/eventhub/get_namespace.py +2 -2
- pulumi_azure_native/eventhub/get_namespace_authorization_rule.py +2 -2
- pulumi_azure_native/eventhub/get_namespace_network_rule_set.py +2 -2
- pulumi_azure_native/eventhub/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/eventhub/get_schema_registry.py +2 -2
- pulumi_azure_native/eventhub/list_disaster_recovery_config_keys.py +2 -2
- pulumi_azure_native/eventhub/list_event_hub_keys.py +2 -2
- pulumi_azure_native/eventhub/list_namespace_keys.py +2 -2
- pulumi_azure_native/eventhub/namespace.py +3 -3
- pulumi_azure_native/eventhub/namespace_authorization_rule.py +3 -3
- pulumi_azure_native/eventhub/namespace_network_rule_set.py +3 -3
- pulumi_azure_native/eventhub/private_endpoint_connection.py +3 -3
- pulumi_azure_native/eventhub/schema_registry.py +3 -3
- pulumi_azure_native/eventhub/v20221001preview/application_group.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/cluster.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/consumer_group.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/disaster_recovery_config.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/event_hub.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/event_hub_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/namespace.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/namespace_network_rule_set.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventhub/v20221001preview/schema_registry.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/application_group.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/cluster.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/consumer_group.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/disaster_recovery_config.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/event_hub.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/event_hub_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/namespace.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/namespace_network_rule_set.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventhub/v20230101preview/schema_registry.py +1 -1
- pulumi_azure_native/eventhub/v20240101/application_group.py +1 -1
- pulumi_azure_native/eventhub/v20240101/cluster.py +1 -1
- pulumi_azure_native/eventhub/v20240101/consumer_group.py +1 -1
- pulumi_azure_native/eventhub/v20240101/disaster_recovery_config.py +1 -1
- pulumi_azure_native/eventhub/v20240101/event_hub.py +1 -1
- pulumi_azure_native/eventhub/v20240101/event_hub_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20240101/namespace.py +1 -1
- pulumi_azure_native/eventhub/v20240101/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/eventhub/v20240101/namespace_network_rule_set.py +1 -1
- pulumi_azure_native/eventhub/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventhub/v20240101/schema_registry.py +1 -1
- pulumi_azure_native/eventhub/v20240501preview/__init__.py +35 -0
- pulumi_azure_native/eventhub/v20240501preview/_enums.py +229 -0
- pulumi_azure_native/eventhub/v20240501preview/_inputs.py +1059 -0
- pulumi_azure_native/eventhub/v20240501preview/application_group.py +285 -0
- pulumi_azure_native/eventhub/v20240501preview/cluster.py +332 -0
- pulumi_azure_native/eventhub/v20240501preview/consumer_group.py +265 -0
- pulumi_azure_native/eventhub/v20240501preview/disaster_recovery_config.py +283 -0
- pulumi_azure_native/eventhub/v20240501preview/event_hub.py +440 -0
- pulumi_azure_native/eventhub/v20240501preview/event_hub_authorization_rule.py +247 -0
- pulumi_azure_native/eventhub/v20240501preview/get_application_group.py +175 -0
- pulumi_azure_native/eventhub/v20240501preview/get_cluster.py +235 -0
- pulumi_azure_native/eventhub/v20240501preview/get_consumer_group.py +180 -0
- pulumi_azure_native/eventhub/v20240501preview/get_disaster_recovery_config.py +201 -0
- pulumi_azure_native/eventhub/v20240501preview/get_event_hub.py +279 -0
- pulumi_azure_native/eventhub/v20240501preview/get_event_hub_authorization_rule.py +154 -0
- pulumi_azure_native/eventhub/v20240501preview/get_namespace.py +404 -0
- pulumi_azure_native/eventhub/v20240501preview/get_namespace_authorization_rule.py +149 -0
- pulumi_azure_native/eventhub/v20240501preview/get_namespace_network_rule_set.py +196 -0
- pulumi_azure_native/eventhub/v20240501preview/get_private_endpoint_connection.py +175 -0
- pulumi_azure_native/eventhub/v20240501preview/get_schema_registry.py +208 -0
- pulumi_azure_native/eventhub/v20240501preview/list_disaster_recovery_config_keys.py +166 -0
- pulumi_azure_native/eventhub/v20240501preview/list_event_hub_keys.py +166 -0
- pulumi_azure_native/eventhub/v20240501preview/list_namespace_keys.py +161 -0
- pulumi_azure_native/eventhub/v20240501preview/namespace.py +697 -0
- pulumi_azure_native/eventhub/v20240501preview/namespace_authorization_rule.py +226 -0
- pulumi_azure_native/eventhub/v20240501preview/namespace_network_rule_set.py +326 -0
- pulumi_azure_native/eventhub/v20240501preview/outputs.py +1430 -0
- pulumi_azure_native/eventhub/v20240501preview/private_endpoint_connection.py +284 -0
- pulumi_azure_native/eventhub/v20240501preview/schema_registry.py +297 -0
- pulumi_azure_native/network/__init__.py +7 -0
- pulumi_azure_native/network/_enums.py +12 -1
- pulumi_azure_native/network/_inputs.py +19 -3
- pulumi_azure_native/network/admin_rule.py +3 -3
- pulumi_azure_native/network/admin_rule_collection.py +3 -3
- pulumi_azure_native/network/application_gateway.py +3 -3
- pulumi_azure_native/network/application_gateway_private_endpoint_connection.py +3 -3
- pulumi_azure_native/network/application_security_group.py +3 -3
- pulumi_azure_native/network/azure_firewall.py +3 -3
- pulumi_azure_native/network/bastion_host.py +3 -3
- pulumi_azure_native/network/configuration_policy_group.py +3 -3
- pulumi_azure_native/network/connection_monitor.py +3 -3
- pulumi_azure_native/network/connectivity_configuration.py +3 -3
- pulumi_azure_native/network/custom_ip_prefix.py +3 -3
- pulumi_azure_native/network/ddos_custom_policy.py +3 -3
- pulumi_azure_native/network/ddos_protection_plan.py +3 -3
- pulumi_azure_native/network/default_admin_rule.py +1 -1
- pulumi_azure_native/network/dscp_configuration.py +3 -3
- pulumi_azure_native/network/express_route_circuit.py +3 -3
- pulumi_azure_native/network/express_route_circuit_authorization.py +3 -3
- pulumi_azure_native/network/express_route_circuit_connection.py +3 -3
- pulumi_azure_native/network/express_route_circuit_peering.py +3 -3
- pulumi_azure_native/network/express_route_connection.py +3 -3
- pulumi_azure_native/network/express_route_cross_connection_peering.py +3 -3
- pulumi_azure_native/network/express_route_gateway.py +3 -3
- pulumi_azure_native/network/express_route_port.py +3 -3
- pulumi_azure_native/network/express_route_port_authorization.py +3 -3
- pulumi_azure_native/network/firewall_policy.py +3 -3
- pulumi_azure_native/network/firewall_policy_draft.py +498 -0
- pulumi_azure_native/network/firewall_policy_rule_collection_group.py +3 -3
- pulumi_azure_native/network/firewall_policy_rule_collection_group_draft.py +287 -0
- pulumi_azure_native/network/flow_log.py +3 -3
- pulumi_azure_native/network/get_active_sessions.py +2 -2
- pulumi_azure_native/network/get_admin_rule.py +2 -2
- pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
- pulumi_azure_native/network/get_application_gateway.py +2 -2
- pulumi_azure_native/network/get_application_gateway_backend_health_on_demand.py +2 -2
- pulumi_azure_native/network/get_application_gateway_private_endpoint_connection.py +2 -2
- pulumi_azure_native/network/get_application_security_group.py +2 -2
- pulumi_azure_native/network/get_azure_firewall.py +2 -2
- pulumi_azure_native/network/get_bastion_host.py +2 -2
- pulumi_azure_native/network/get_bastion_shareable_link.py +2 -2
- pulumi_azure_native/network/get_configuration_policy_group.py +2 -2
- pulumi_azure_native/network/get_connection_monitor.py +2 -2
- pulumi_azure_native/network/get_connectivity_configuration.py +2 -2
- pulumi_azure_native/network/get_custom_ip_prefix.py +2 -2
- pulumi_azure_native/network/get_ddos_custom_policy.py +2 -2
- pulumi_azure_native/network/get_ddos_protection_plan.py +2 -2
- pulumi_azure_native/network/get_dscp_configuration.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_authorization.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_connection.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_peering.py +2 -2
- pulumi_azure_native/network/get_express_route_connection.py +2 -2
- pulumi_azure_native/network/get_express_route_cross_connection_peering.py +2 -2
- pulumi_azure_native/network/get_express_route_gateway.py +2 -2
- pulumi_azure_native/network/get_express_route_port.py +2 -2
- pulumi_azure_native/network/get_express_route_port_authorization.py +2 -2
- pulumi_azure_native/network/get_firewall_policy.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_draft.py +250 -0
- pulumi_azure_native/network/get_firewall_policy_rule_collection_group.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_rule_collection_group_draft.py +151 -0
- pulumi_azure_native/network/get_flow_log.py +2 -2
- pulumi_azure_native/network/get_hub_route_table.py +2 -2
- pulumi_azure_native/network/get_hub_virtual_network_connection.py +2 -2
- pulumi_azure_native/network/get_inbound_nat_rule.py +2 -2
- pulumi_azure_native/network/get_ip_allocation.py +2 -2
- pulumi_azure_native/network/get_ip_group.py +2 -2
- pulumi_azure_native/network/get_load_balancer.py +2 -2
- pulumi_azure_native/network/get_load_balancer_backend_address_pool.py +2 -2
- pulumi_azure_native/network/get_local_network_gateway.py +2 -2
- pulumi_azure_native/network/get_management_group_network_manager_connection.py +2 -2
- pulumi_azure_native/network/get_nat_gateway.py +2 -2
- pulumi_azure_native/network/get_nat_rule.py +2 -2
- pulumi_azure_native/network/get_network_group.py +2 -2
- pulumi_azure_native/network/get_network_interface.py +2 -2
- pulumi_azure_native/network/get_network_interface_tap_configuration.py +2 -2
- pulumi_azure_native/network/get_network_manager.py +2 -2
- pulumi_azure_native/network/get_network_profile.py +2 -2
- pulumi_azure_native/network/get_network_security_group.py +2 -2
- pulumi_azure_native/network/get_network_virtual_appliance.py +2 -2
- pulumi_azure_native/network/get_network_watcher.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +2 -2
- pulumi_azure_native/network/get_packet_capture.py +2 -2
- pulumi_azure_native/network/get_private_dns_zone_group.py +2 -2
- pulumi_azure_native/network/get_private_endpoint.py +2 -2
- pulumi_azure_native/network/get_private_link_service.py +2 -2
- pulumi_azure_native/network/get_private_link_service_private_endpoint_connection.py +2 -2
- pulumi_azure_native/network/get_public_ip_address.py +2 -2
- pulumi_azure_native/network/get_public_ip_prefix.py +2 -2
- pulumi_azure_native/network/get_route.py +2 -2
- pulumi_azure_native/network/get_route_filter.py +2 -2
- pulumi_azure_native/network/get_route_filter_rule.py +2 -2
- pulumi_azure_native/network/get_route_map.py +2 -2
- pulumi_azure_native/network/get_route_table.py +2 -2
- pulumi_azure_native/network/get_routing_intent.py +2 -2
- pulumi_azure_native/network/get_scope_connection.py +2 -2
- pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
- pulumi_azure_native/network/get_security_partner_provider.py +2 -2
- pulumi_azure_native/network/get_security_rule.py +2 -2
- pulumi_azure_native/network/get_service_endpoint_policy.py +2 -2
- pulumi_azure_native/network/get_service_endpoint_policy_definition.py +2 -2
- pulumi_azure_native/network/get_static_member.py +2 -2
- pulumi_azure_native/network/get_subnet.py +2 -2
- pulumi_azure_native/network/get_subscription_network_manager_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_appliance_site.py +2 -2
- pulumi_azure_native/network/get_virtual_hub.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_bgp_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_ip_configuration.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_route_table_v2.py +2 -2
- pulumi_azure_native/network/get_virtual_network.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_advertised_routes.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_bgp_peer_status.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_connection_ike_sas.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_learned_routes.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_nat_rule.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpn_profile_package_url.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_connection_health.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +2 -2
- pulumi_azure_native/network/get_virtual_network_peering.py +2 -2
- pulumi_azure_native/network/get_virtual_network_tap.py +2 -2
- pulumi_azure_native/network/get_virtual_router.py +2 -2
- pulumi_azure_native/network/get_virtual_router_peering.py +2 -2
- pulumi_azure_native/network/get_virtual_wan.py +2 -2
- pulumi_azure_native/network/get_vpn_connection.py +2 -2
- pulumi_azure_native/network/get_vpn_gateway.py +2 -2
- pulumi_azure_native/network/get_vpn_link_connection_ike_sas.py +2 -2
- pulumi_azure_native/network/get_vpn_server_configuration.py +2 -2
- pulumi_azure_native/network/get_vpn_site.py +2 -2
- pulumi_azure_native/network/get_web_application_firewall_policy.py +2 -2
- pulumi_azure_native/network/hub_route_table.py +3 -3
- pulumi_azure_native/network/hub_virtual_network_connection.py +3 -3
- pulumi_azure_native/network/inbound_nat_rule.py +3 -3
- pulumi_azure_native/network/interface_endpoint.py +1 -1
- pulumi_azure_native/network/ip_allocation.py +3 -3
- pulumi_azure_native/network/ip_group.py +3 -3
- pulumi_azure_native/network/list_active_connectivity_configurations.py +2 -2
- pulumi_azure_native/network/list_active_security_admin_rules.py +2 -2
- pulumi_azure_native/network/list_firewall_policy_idps_signature.py +2 -2
- pulumi_azure_native/network/list_firewall_policy_idps_signatures_filter_value.py +2 -2
- pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
- pulumi_azure_native/network/list_network_manager_effective_connectivity_configurations.py +2 -2
- pulumi_azure_native/network/list_network_manager_effective_security_admin_rules.py +2 -2
- pulumi_azure_native/network/load_balancer.py +3 -3
- pulumi_azure_native/network/load_balancer_backend_address_pool.py +3 -3
- pulumi_azure_native/network/local_network_gateway.py +3 -3
- pulumi_azure_native/network/management_group_network_manager_connection.py +3 -3
- pulumi_azure_native/network/nat_gateway.py +3 -3
- pulumi_azure_native/network/nat_rule.py +3 -3
- pulumi_azure_native/network/network_group.py +3 -3
- pulumi_azure_native/network/network_interface.py +3 -3
- pulumi_azure_native/network/network_interface_tap_configuration.py +3 -3
- pulumi_azure_native/network/network_manager.py +3 -3
- pulumi_azure_native/network/network_profile.py +3 -3
- pulumi_azure_native/network/network_security_group.py +3 -3
- pulumi_azure_native/network/network_virtual_appliance.py +3 -3
- pulumi_azure_native/network/network_watcher.py +3 -3
- pulumi_azure_native/network/outputs.py +15 -3
- pulumi_azure_native/network/p2s_vpn_gateway.py +3 -3
- pulumi_azure_native/network/packet_capture.py +3 -3
- pulumi_azure_native/network/private_dns_zone_group.py +3 -3
- pulumi_azure_native/network/private_endpoint.py +3 -3
- pulumi_azure_native/network/private_link_service.py +3 -3
- pulumi_azure_native/network/private_link_service_private_endpoint_connection.py +3 -3
- pulumi_azure_native/network/public_ip_address.py +3 -3
- pulumi_azure_native/network/public_ip_prefix.py +3 -3
- pulumi_azure_native/network/route.py +3 -3
- pulumi_azure_native/network/route_filter.py +3 -3
- pulumi_azure_native/network/route_filter_rule.py +3 -3
- pulumi_azure_native/network/route_map.py +3 -3
- pulumi_azure_native/network/route_table.py +3 -3
- pulumi_azure_native/network/routing_intent.py +3 -3
- pulumi_azure_native/network/scope_connection.py +3 -3
- pulumi_azure_native/network/security_admin_configuration.py +3 -3
- pulumi_azure_native/network/security_partner_provider.py +3 -3
- pulumi_azure_native/network/security_rule.py +3 -3
- pulumi_azure_native/network/service_endpoint_policy.py +3 -3
- pulumi_azure_native/network/service_endpoint_policy_definition.py +3 -3
- pulumi_azure_native/network/static_member.py +3 -3
- pulumi_azure_native/network/subnet.py +3 -3
- pulumi_azure_native/network/subscription_network_manager_connection.py +3 -3
- pulumi_azure_native/network/v20180601/load_balancer.py +1 -1
- pulumi_azure_native/network/v20180701/network_interface.py +1 -1
- pulumi_azure_native/network/v20180701/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20180701/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20180701/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20180701/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20180701/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20180701/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20180701/vpn_site.py +1 -1
- pulumi_azure_native/network/v20181201/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20190201/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20190201/interface_endpoint.py +1 -1
- pulumi_azure_native/network/v20190201/network_interface.py +1 -1
- pulumi_azure_native/network/v20190201/subnet.py +1 -1
- pulumi_azure_native/network/v20190601/application_gateway.py +1 -1
- pulumi_azure_native/network/v20190601/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20190601/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20190601/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20190601/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20190601/load_balancer.py +1 -1
- pulumi_azure_native/network/v20190601/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20190601/network_interface.py +1 -1
- pulumi_azure_native/network/v20190601/network_security_group.py +1 -1
- pulumi_azure_native/network/v20190601/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20190601/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20190601/route.py +1 -1
- pulumi_azure_native/network/v20190601/route_table.py +1 -1
- pulumi_azure_native/network/v20190601/security_rule.py +1 -1
- pulumi_azure_native/network/v20190601/subnet.py +1 -1
- pulumi_azure_native/network/v20190601/virtual_network.py +1 -1
- pulumi_azure_native/network/v20190601/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20190701/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20190701/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20190701/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20190801/application_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20190801/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20190801/express_route_port.py +1 -1
- pulumi_azure_native/network/v20190801/load_balancer.py +1 -1
- pulumi_azure_native/network/v20190801/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/network_interface.py +1 -1
- pulumi_azure_native/network/v20190801/network_profile.py +1 -1
- pulumi_azure_native/network/v20190801/network_security_group.py +1 -1
- pulumi_azure_native/network/v20190801/private_link_service.py +1 -1
- pulumi_azure_native/network/v20190801/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20190801/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20190801/route_filter.py +1 -1
- pulumi_azure_native/network/v20190801/subnet.py +1 -1
- pulumi_azure_native/network/v20190801/virtual_network.py +1 -1
- pulumi_azure_native/network/v20190801/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20190801/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20190901/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20200401/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20200401/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20200401/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20200401/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20200601/packet_capture.py +1 -1
- pulumi_azure_native/network/v20200601/subnet.py +1 -1
- pulumi_azure_native/network/v20200601/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20210201/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20210201/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20210201/private_link_service.py +1 -1
- pulumi_azure_native/network/v20210201preview/admin_rule.py +1 -1
- pulumi_azure_native/network/v20210201preview/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210201preview/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20210201preview/network_group.py +1 -1
- pulumi_azure_native/network/v20210201preview/network_manager.py +1 -1
- pulumi_azure_native/network/v20210301/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20210301/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20210501preview/admin_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20210501preview/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20210501preview/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20210501preview/network_group.py +1 -1
- pulumi_azure_native/network/v20210501preview/network_manager.py +1 -1
- pulumi_azure_native/network/v20210501preview/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20210801/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20220101/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20220401preview/network_group.py +1 -1
- pulumi_azure_native/network/v20220501/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20220501/network_watcher.py +1 -1
- pulumi_azure_native/network/v20220701/security_rule.py +1 -1
- pulumi_azure_native/network/v20220701/subnet.py +1 -1
- pulumi_azure_native/network/v20230201/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230201/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230201/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230201/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230201/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230201/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230201/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230201/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230201/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230201/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230201/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230201/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230201/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230201/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230201/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230201/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230201/flow_log.py +1 -1
- pulumi_azure_native/network/v20230201/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230201/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230201/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230201/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230201/ip_group.py +1 -1
- pulumi_azure_native/network/v20230201/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230201/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230201/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230201/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230201/network_group.py +1 -1
- pulumi_azure_native/network/v20230201/network_interface.py +1 -1
- pulumi_azure_native/network/v20230201/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/network_manager.py +1 -1
- pulumi_azure_native/network/v20230201/network_profile.py +1 -1
- pulumi_azure_native/network/v20230201/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230201/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230201/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230201/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230201/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230201/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230201/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230201/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230201/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230201/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230201/route.py +1 -1
- pulumi_azure_native/network/v20230201/route_filter.py +1 -1
- pulumi_azure_native/network/v20230201/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230201/route_map.py +1 -1
- pulumi_azure_native/network/v20230201/route_table.py +1 -1
- pulumi_azure_native/network/v20230201/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230201/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230201/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230201/security_rule.py +1 -1
- pulumi_azure_native/network/v20230201/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230201/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230201/static_member.py +1 -1
- pulumi_azure_native/network/v20230201/subnet.py +1 -1
- pulumi_azure_native/network/v20230201/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230201/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230201/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230201/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230401/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230401/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230401/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230401/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230401/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230401/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230401/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230401/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230401/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230401/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230401/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230401/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230401/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230401/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230401/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230401/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230401/flow_log.py +1 -1
- pulumi_azure_native/network/v20230401/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230401/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230401/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230401/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230401/ip_group.py +1 -1
- pulumi_azure_native/network/v20230401/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230401/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230401/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230401/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230401/network_group.py +1 -1
- pulumi_azure_native/network/v20230401/network_interface.py +1 -1
- pulumi_azure_native/network/v20230401/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/network_manager.py +1 -1
- pulumi_azure_native/network/v20230401/network_profile.py +1 -1
- pulumi_azure_native/network/v20230401/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230401/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230401/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230401/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230401/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230401/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230401/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230401/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230401/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230401/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230401/route.py +1 -1
- pulumi_azure_native/network/v20230401/route_filter.py +1 -1
- pulumi_azure_native/network/v20230401/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230401/route_map.py +1 -1
- pulumi_azure_native/network/v20230401/route_table.py +1 -1
- pulumi_azure_native/network/v20230401/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230401/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230401/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230401/security_rule.py +1 -1
- pulumi_azure_native/network/v20230401/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230401/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230401/static_member.py +1 -1
- pulumi_azure_native/network/v20230401/subnet.py +1 -1
- pulumi_azure_native/network/v20230401/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230401/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230401/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230401/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230501/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230501/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230501/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230501/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230501/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230501/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230501/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230501/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230501/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230501/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230501/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230501/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230501/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230501/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230501/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230501/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230501/flow_log.py +1 -1
- pulumi_azure_native/network/v20230501/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230501/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230501/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230501/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230501/ip_group.py +1 -1
- pulumi_azure_native/network/v20230501/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230501/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230501/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230501/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230501/network_group.py +1 -1
- pulumi_azure_native/network/v20230501/network_interface.py +1 -1
- pulumi_azure_native/network/v20230501/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/network_manager.py +1 -1
- pulumi_azure_native/network/v20230501/network_profile.py +1 -1
- pulumi_azure_native/network/v20230501/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230501/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230501/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230501/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230501/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230501/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230501/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230501/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230501/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230501/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230501/route.py +1 -1
- pulumi_azure_native/network/v20230501/route_filter.py +1 -1
- pulumi_azure_native/network/v20230501/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230501/route_map.py +1 -1
- pulumi_azure_native/network/v20230501/route_table.py +1 -1
- pulumi_azure_native/network/v20230501/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230501/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230501/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230501/security_rule.py +1 -1
- pulumi_azure_native/network/v20230501/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230501/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230501/static_member.py +1 -1
- pulumi_azure_native/network/v20230501/subnet.py +1 -1
- pulumi_azure_native/network/v20230501/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230501/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230501/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230501/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230601/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230601/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230601/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230601/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230601/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230601/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230601/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230601/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230601/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230601/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230601/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230601/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230601/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230601/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230601/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230601/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230601/flow_log.py +1 -1
- pulumi_azure_native/network/v20230601/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230601/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230601/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230601/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230601/ip_group.py +1 -1
- pulumi_azure_native/network/v20230601/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230601/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230601/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230601/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230601/network_group.py +1 -1
- pulumi_azure_native/network/v20230601/network_interface.py +1 -1
- pulumi_azure_native/network/v20230601/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/network_manager.py +1 -1
- pulumi_azure_native/network/v20230601/network_profile.py +1 -1
- pulumi_azure_native/network/v20230601/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230601/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230601/network_virtual_appliance_connection.py +1 -1
- pulumi_azure_native/network/v20230601/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230601/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230601/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230601/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230601/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230601/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230601/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230601/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230601/route.py +1 -1
- pulumi_azure_native/network/v20230601/route_filter.py +1 -1
- pulumi_azure_native/network/v20230601/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230601/route_map.py +1 -1
- pulumi_azure_native/network/v20230601/route_table.py +1 -1
- pulumi_azure_native/network/v20230601/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230601/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230601/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230601/security_rule.py +1 -1
- pulumi_azure_native/network/v20230601/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230601/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230601/static_member.py +1 -1
- pulumi_azure_native/network/v20230601/subnet.py +1 -1
- pulumi_azure_native/network/v20230601/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230601/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230601/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230601/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230901/admin_rule.py +1 -1
- pulumi_azure_native/network/v20230901/admin_rule_collection.py +1 -1
- pulumi_azure_native/network/v20230901/application_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/application_gateway_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230901/application_security_group.py +1 -1
- pulumi_azure_native/network/v20230901/azure_firewall.py +1 -1
- pulumi_azure_native/network/v20230901/bastion_host.py +1 -1
- pulumi_azure_native/network/v20230901/configuration_policy_group.py +1 -1
- pulumi_azure_native/network/v20230901/connection_monitor.py +1 -1
- pulumi_azure_native/network/v20230901/connectivity_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/custom_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230901/ddos_custom_policy.py +1 -1
- pulumi_azure_native/network/v20230901/ddos_protection_plan.py +1 -1
- pulumi_azure_native/network/v20230901/default_admin_rule.py +1 -1
- pulumi_azure_native/network/v20230901/dscp_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit_authorization.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit_connection.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_circuit_peering.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_connection.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_cross_connection_peering.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_port.py +1 -1
- pulumi_azure_native/network/v20230901/express_route_port_authorization.py +1 -1
- pulumi_azure_native/network/v20230901/firewall_policy.py +1 -1
- pulumi_azure_native/network/v20230901/firewall_policy_rule_collection_group.py +1 -1
- pulumi_azure_native/network/v20230901/flow_log.py +1 -1
- pulumi_azure_native/network/v20230901/hub_route_table.py +1 -1
- pulumi_azure_native/network/v20230901/hub_virtual_network_connection.py +1 -1
- pulumi_azure_native/network/v20230901/inbound_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230901/ip_allocation.py +1 -1
- pulumi_azure_native/network/v20230901/ip_group.py +1 -1
- pulumi_azure_native/network/v20230901/load_balancer.py +1 -1
- pulumi_azure_native/network/v20230901/load_balancer_backend_address_pool.py +1 -1
- pulumi_azure_native/network/v20230901/local_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/management_group_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230901/nat_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/nat_rule.py +1 -1
- pulumi_azure_native/network/v20230901/network_group.py +1 -1
- pulumi_azure_native/network/v20230901/network_interface.py +1 -1
- pulumi_azure_native/network/v20230901/network_interface_tap_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/network_manager.py +1 -1
- pulumi_azure_native/network/v20230901/network_profile.py +1 -1
- pulumi_azure_native/network/v20230901/network_security_group.py +1 -1
- pulumi_azure_native/network/v20230901/network_virtual_appliance.py +1 -1
- pulumi_azure_native/network/v20230901/network_virtual_appliance_connection.py +1 -1
- pulumi_azure_native/network/v20230901/network_watcher.py +1 -1
- pulumi_azure_native/network/v20230901/p2s_vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/packet_capture.py +1 -1
- pulumi_azure_native/network/v20230901/private_dns_zone_group.py +1 -1
- pulumi_azure_native/network/v20230901/private_endpoint.py +1 -1
- pulumi_azure_native/network/v20230901/private_link_service.py +1 -1
- pulumi_azure_native/network/v20230901/private_link_service_private_endpoint_connection.py +1 -1
- pulumi_azure_native/network/v20230901/public_ip_address.py +1 -1
- pulumi_azure_native/network/v20230901/public_ip_prefix.py +1 -1
- pulumi_azure_native/network/v20230901/route.py +1 -1
- pulumi_azure_native/network/v20230901/route_filter.py +1 -1
- pulumi_azure_native/network/v20230901/route_filter_rule.py +1 -1
- pulumi_azure_native/network/v20230901/route_map.py +1 -1
- pulumi_azure_native/network/v20230901/route_table.py +1 -1
- pulumi_azure_native/network/v20230901/routing_intent.py +1 -1
- pulumi_azure_native/network/v20230901/scope_connection.py +1 -1
- pulumi_azure_native/network/v20230901/security_admin_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/security_partner_provider.py +1 -1
- pulumi_azure_native/network/v20230901/security_rule.py +1 -1
- pulumi_azure_native/network/v20230901/service_endpoint_policy.py +1 -1
- pulumi_azure_native/network/v20230901/service_endpoint_policy_definition.py +1 -1
- pulumi_azure_native/network/v20230901/static_member.py +1 -1
- pulumi_azure_native/network/v20230901/subnet.py +1 -1
- pulumi_azure_native/network/v20230901/subscription_network_manager_connection.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_appliance_site.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub_bgp_connection.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub_ip_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_hub_route_table_v2.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_gateway_connection.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_gateway_nat_rule.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_peering.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_network_tap.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_router.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_router_peering.py +1 -1
- pulumi_azure_native/network/v20230901/virtual_wan.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_connection.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_gateway.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_server_configuration.py +1 -1
- pulumi_azure_native/network/v20230901/vpn_site.py +1 -1
- pulumi_azure_native/network/v20230901/web_application_firewall_policy.py +1 -1
- pulumi_azure_native/network/v20231101/__init__.py +212 -0
- pulumi_azure_native/network/v20231101/_enums.py +1755 -0
- pulumi_azure_native/network/v20231101/_inputs.py +20855 -0
- pulumi_azure_native/network/v20231101/admin_rule.py +558 -0
- pulumi_azure_native/network/v20231101/admin_rule_collection.py +296 -0
- pulumi_azure_native/network/v20231101/application_gateway.py +1251 -0
- pulumi_azure_native/network/v20231101/application_gateway_private_endpoint_connection.py +284 -0
- pulumi_azure_native/network/v20231101/application_security_group.py +261 -0
- pulumi_azure_native/network/v20231101/azure_firewall.py +612 -0
- pulumi_azure_native/network/v20231101/bastion_host.py +647 -0
- pulumi_azure_native/network/v20231101/configuration_policy_group.py +333 -0
- pulumi_azure_native/network/v20231101/connection_monitor.py +574 -0
- pulumi_azure_native/network/v20231101/connectivity_configuration.py +393 -0
- pulumi_azure_native/network/v20231101/custom_ip_prefix.py +642 -0
- pulumi_azure_native/network/v20231101/ddos_custom_policy.py +261 -0
- pulumi_azure_native/network/v20231101/ddos_protection_plan.py +262 -0
- pulumi_azure_native/network/v20231101/default_admin_rule.py +410 -0
- pulumi_azure_native/network/v20231101/dscp_configuration.py +487 -0
- pulumi_azure_native/network/v20231101/express_route_circuit.py +715 -0
- pulumi_azure_native/network/v20231101/express_route_circuit_authorization.py +292 -0
- pulumi_azure_native/network/v20231101/express_route_circuit_connection.py +411 -0
- pulumi_azure_native/network/v20231101/express_route_circuit_peering.py +733 -0
- pulumi_azure_native/network/v20231101/express_route_connection.py +421 -0
- pulumi_azure_native/network/v20231101/express_route_cross_connection_peering.py +556 -0
- pulumi_azure_native/network/v20231101/express_route_gateway.py +374 -0
- pulumi_azure_native/network/v20231101/express_route_port.py +488 -0
- pulumi_azure_native/network/v20231101/express_route_port_authorization.py +263 -0
- pulumi_azure_native/network/v20231101/firewall_policy.py +642 -0
- pulumi_azure_native/network/v20231101/firewall_policy_draft.py +496 -0
- pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group.py +304 -0
- pulumi_azure_native/network/v20231101/firewall_policy_rule_collection_group_draft.py +285 -0
- pulumi_azure_native/network/v20231101/flow_log.py +490 -0
- pulumi_azure_native/network/v20231101/get_active_sessions.py +92 -0
- pulumi_azure_native/network/v20231101/get_admin_rule.py +303 -0
- pulumi_azure_native/network/v20231101/get_admin_rule_collection.py +193 -0
- pulumi_azure_native/network/v20231101/get_application_gateway.py +638 -0
- pulumi_azure_native/network/v20231101/get_application_gateway_backend_health_on_demand.py +139 -0
- pulumi_azure_native/network/v20231101/get_application_gateway_private_endpoint_connection.py +175 -0
- pulumi_azure_native/network/v20231101/get_application_security_group.py +169 -0
- pulumi_azure_native/network/v20231101/get_azure_firewall.py +326 -0
- pulumi_azure_native/network/v20231101/get_bastion_host.py +323 -0
- pulumi_azure_native/network/v20231101/get_bastion_shareable_link.py +98 -0
- pulumi_azure_native/network/v20231101/get_configuration_policy_group.py +188 -0
- pulumi_azure_native/network/v20231101/get_connection_monitor.py +318 -0
- pulumi_azure_native/network/v20231101/get_connectivity_configuration.py +240 -0
- pulumi_azure_native/network/v20231101/get_custom_ip_prefix.py +370 -0
- pulumi_azure_native/network/v20231101/get_ddos_custom_policy.py +169 -0
- pulumi_azure_native/network/v20231101/get_ddos_protection_plan.py +196 -0
- pulumi_azure_native/network/v20231101/get_default_admin_rule.py +316 -0
- pulumi_azure_native/network/v20231101/get_dscp_configuration.py +287 -0
- pulumi_azure_native/network/v20231101/get_express_route_circuit.py +378 -0
- pulumi_azure_native/network/v20231101/get_express_route_circuit_authorization.py +161 -0
- pulumi_azure_native/network/v20231101/get_express_route_circuit_connection.py +219 -0
- pulumi_azure_native/network/v20231101/get_express_route_circuit_peering.py +383 -0
- pulumi_azure_native/network/v20231101/get_express_route_connection.py +201 -0
- pulumi_azure_native/network/v20231101/get_express_route_cross_connection_peering.py +305 -0
- pulumi_azure_native/network/v20231101/get_express_route_gateway.py +209 -0
- pulumi_azure_native/network/v20231101/get_express_route_port.py +313 -0
- pulumi_azure_native/network/v20231101/get_express_route_port_authorization.py +174 -0
- pulumi_azure_native/network/v20231101/get_firewall_policy.py +370 -0
- pulumi_azure_native/network/v20231101/get_firewall_policy_draft.py +248 -0
- pulumi_azure_native/network/v20231101/get_firewall_policy_rule_collection_group.py +175 -0
- pulumi_azure_native/network/v20231101/get_firewall_policy_rule_collection_group_draft.py +149 -0
- pulumi_azure_native/network/v20231101/get_flow_log.py +266 -0
- pulumi_azure_native/network/v20231101/get_hub_route_table.py +188 -0
- pulumi_azure_native/network/v20231101/get_hub_virtual_network_connection.py +188 -0
- pulumi_azure_native/network/v20231101/get_inbound_nat_rule.py +284 -0
- pulumi_azure_native/network/v20231101/get_ip_allocation.py +240 -0
- pulumi_azure_native/network/v20231101/get_ip_group.py +201 -0
- pulumi_azure_native/network/v20231101/get_load_balancer.py +292 -0
- pulumi_azure_native/network/v20231101/get_load_balancer_backend_address_pool.py +279 -0
- pulumi_azure_native/network/v20231101/get_local_network_gateway.py +222 -0
- pulumi_azure_native/network/v20231101/get_management_group_network_manager_connection.py +157 -0
- pulumi_azure_native/network/v20231101/get_nat_gateway.py +253 -0
- pulumi_azure_native/network/v20231101/get_nat_rule.py +214 -0
- pulumi_azure_native/network/v20231101/get_network_group.py +175 -0
- pulumi_azure_native/network/v20231101/get_network_interface.py +448 -0
- pulumi_azure_native/network/v20231101/get_network_interface_tap_configuration.py +149 -0
- pulumi_azure_native/network/v20231101/get_network_manager.py +222 -0
- pulumi_azure_native/network/v20231101/get_network_profile.py +201 -0
- pulumi_azure_native/network/v20231101/get_network_security_group.py +253 -0
- pulumi_azure_native/network/v20231101/get_network_virtual_appliance.py +409 -0
- pulumi_azure_native/network/v20231101/get_network_virtual_appliance_connection.py +175 -0
- pulumi_azure_native/network/v20231101/get_network_watcher.py +156 -0
- pulumi_azure_native/network/v20231101/get_p2s_vpn_gateway.py +248 -0
- pulumi_azure_native/network/v20231101/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +248 -0
- pulumi_azure_native/network/v20231101/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +88 -0
- pulumi_azure_native/network/v20231101/get_packet_capture.py +253 -0
- pulumi_azure_native/network/v20231101/get_private_dns_zone_group.py +136 -0
- pulumi_azure_native/network/v20231101/get_private_endpoint.py +279 -0
- pulumi_azure_native/network/v20231101/get_private_link_service.py +292 -0
- pulumi_azure_native/network/v20231101/get_private_link_service_private_endpoint_connection.py +193 -0
- pulumi_azure_native/network/v20231101/get_public_ip_address.py +396 -0
- pulumi_azure_native/network/v20231101/get_public_ip_prefix.py +318 -0
- pulumi_azure_native/network/v20231101/get_route.py +187 -0
- pulumi_azure_native/network/v20231101/get_route_filter.py +201 -0
- pulumi_azure_native/network/v20231101/get_route_filter_rule.py +174 -0
- pulumi_azure_native/network/v20231101/get_route_map.py +175 -0
- pulumi_azure_native/network/v20231101/get_route_table.py +214 -0
- pulumi_azure_native/network/v20231101/get_routing_intent.py +149 -0
- pulumi_azure_native/network/v20231101/get_scope_connection.py +175 -0
- pulumi_azure_native/network/v20231101/get_security_admin_configuration.py +188 -0
- pulumi_azure_native/network/v20231101/get_security_partner_provider.py +196 -0
- pulumi_azure_native/network/v20231101/get_security_rule.py +331 -0
- pulumi_azure_native/network/v20231101/get_service_endpoint_policy.py +240 -0
- pulumi_azure_native/network/v20231101/get_service_endpoint_policy_definition.py +174 -0
- pulumi_azure_native/network/v20231101/get_static_member.py +180 -0
- pulumi_azure_native/network/v20231101/get_subnet.py +401 -0
- pulumi_azure_native/network/v20231101/get_subscription_network_manager_connection.py +152 -0
- pulumi_azure_native/network/v20231101/get_virtual_appliance_site.py +162 -0
- pulumi_azure_native/network/v20231101/get_virtual_hub.py +443 -0
- pulumi_azure_native/network/v20231101/get_virtual_hub_bgp_connection.py +188 -0
- pulumi_azure_native/network/v20231101/get_virtual_hub_ip_configuration.py +188 -0
- pulumi_azure_native/network/v20231101/get_virtual_hub_route_table_v2.py +149 -0
- pulumi_azure_native/network/v20231101/get_virtual_network.py +344 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway.py +482 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_advertised_routes.py +84 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_bgp_peer_status.py +84 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_connection.py +495 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_connection_ike_sas.py +72 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_learned_routes.py +79 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_nat_rule.py +188 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_vpn_profile_package_url.py +72 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_vpnclient_connection_health.py +79 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +169 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_peering.py +383 -0
- pulumi_azure_native/network/v20231101/get_virtual_network_tap.py +222 -0
- pulumi_azure_native/network/v20231101/get_virtual_router.py +227 -0
- pulumi_azure_native/network/v20231101/get_virtual_router_peering.py +161 -0
- pulumi_azure_native/network/v20231101/get_virtual_wan.py +235 -0
- pulumi_azure_native/network/v20231101/get_vpn_connection.py +357 -0
- pulumi_azure_native/network/v20231101/get_vpn_gateway.py +261 -0
- pulumi_azure_native/network/v20231101/get_vpn_link_connection_ike_sas.py +82 -0
- pulumi_azure_native/network/v20231101/get_vpn_server_configuration.py +326 -0
- pulumi_azure_native/network/v20231101/get_vpn_site.py +274 -0
- pulumi_azure_native/network/v20231101/get_web_application_firewall_policy.py +248 -0
- pulumi_azure_native/network/v20231101/hub_route_table.py +313 -0
- pulumi_azure_native/network/v20231101/hub_virtual_network_connection.py +371 -0
- pulumi_azure_native/network/v20231101/inbound_nat_rule.py +536 -0
- pulumi_azure_native/network/v20231101/ip_allocation.py +431 -0
- pulumi_azure_native/network/v20231101/ip_group.py +301 -0
- pulumi_azure_native/network/v20231101/list_active_connectivity_configurations.py +107 -0
- pulumi_azure_native/network/v20231101/list_active_security_admin_rules.py +107 -0
- pulumi_azure_native/network/v20231101/list_firewall_policy_idps_signature.py +119 -0
- pulumi_azure_native/network/v20231101/list_firewall_policy_idps_signatures_filter_value.py +83 -0
- pulumi_azure_native/network/v20231101/list_network_manager_deployment_status.py +113 -0
- pulumi_azure_native/network/v20231101/list_network_manager_effective_connectivity_configurations.py +102 -0
- pulumi_azure_native/network/v20231101/list_network_manager_effective_security_admin_rules.py +102 -0
- pulumi_azure_native/network/v20231101/load_balancer.py +531 -0
- pulumi_azure_native/network/v20231101/load_balancer_backend_address_pool.py +460 -0
- pulumi_azure_native/network/v20231101/local_network_gateway.py +379 -0
- pulumi_azure_native/network/v20231101/management_group_network_manager_connection.py +232 -0
- pulumi_azure_native/network/v20231101/nat_gateway.py +419 -0
- pulumi_azure_native/network/v20231101/nat_rule.py +391 -0
- pulumi_azure_native/network/v20231101/network_group.py +244 -0
- pulumi_azure_native/network/v20231101/network_interface.py +721 -0
- pulumi_azure_native/network/v20231101/network_interface_tap_configuration.py +265 -0
- pulumi_azure_native/network/v20231101/network_manager.py +363 -0
- pulumi_azure_native/network/v20231101/network_profile.py +303 -0
- pulumi_azure_native/network/v20231101/network_security_group.py +365 -0
- pulumi_azure_native/network/v20231101/network_virtual_appliance.py +672 -0
- pulumi_azure_native/network/v20231101/network_virtual_appliance_connection.py +361 -0
- pulumi_azure_native/network/v20231101/network_watcher.py +251 -0
- pulumi_azure_native/network/v20231101/outputs.py +30957 -0
- pulumi_azure_native/network/v20231101/p2s_vpn_gateway.py +438 -0
- pulumi_azure_native/network/v20231101/packet_capture.py +491 -0
- pulumi_azure_native/network/v20231101/private_dns_zone_group.py +254 -0
- pulumi_azure_native/network/v20231101/private_endpoint.py +496 -0
- pulumi_azure_native/network/v20231101/private_link_service.py +487 -0
- pulumi_azure_native/network/v20231101/private_link_service_private_endpoint_connection.py +294 -0
- pulumi_azure_native/network/v20231101/public_ip_address.py +738 -0
- pulumi_azure_native/network/v20231101/public_ip_prefix.py +526 -0
- pulumi_azure_native/network/v20231101/route.py +370 -0
- pulumi_azure_native/network/v20231101/route_filter.py +306 -0
- pulumi_azure_native/network/v20231101/route_filter_rule.py +343 -0
- pulumi_azure_native/network/v20231101/route_map.py +304 -0
- pulumi_azure_native/network/v20231101/route_table.py +335 -0
- pulumi_azure_native/network/v20231101/routing_intent.py +264 -0
- pulumi_azure_native/network/v20231101/scope_connection.py +282 -0
- pulumi_azure_native/network/v20231101/security_admin_configuration.py +274 -0
- pulumi_azure_native/network/v20231101/security_partner_provider.py +322 -0
- pulumi_azure_native/network/v20231101/security_rule.py +694 -0
- pulumi_azure_native/network/v20231101/service_endpoint_policy.py +373 -0
- pulumi_azure_native/network/v20231101/service_endpoint_policy_definition.py +339 -0
- pulumi_azure_native/network/v20231101/static_member.py +265 -0
- pulumi_azure_native/network/v20231101/subnet.py +729 -0
- pulumi_azure_native/network/v20231101/subscription_network_manager_connection.py +211 -0
- pulumi_azure_native/network/v20231101/virtual_appliance_site.py +293 -0
- pulumi_azure_native/network/v20231101/virtual_hub.py +800 -0
- pulumi_azure_native/network/v20231101/virtual_hub_bgp_connection.py +332 -0
- pulumi_azure_native/network/v20231101/virtual_hub_ip_configuration.py +352 -0
- pulumi_azure_native/network/v20231101/virtual_hub_route_table_v2.py +283 -0
- pulumi_azure_native/network/v20231101/virtual_network.py +636 -0
- pulumi_azure_native/network/v20231101/virtual_network_gateway.py +944 -0
- pulumi_azure_native/network/v20231101/virtual_network_gateway_connection.py +915 -0
- pulumi_azure_native/network/v20231101/virtual_network_gateway_nat_rule.py +371 -0
- pulumi_azure_native/network/v20231101/virtual_network_peering.py +788 -0
- pulumi_azure_native/network/v20231101/virtual_network_tap.py +361 -0
- pulumi_azure_native/network/v20231101/virtual_router.py +379 -0
- pulumi_azure_native/network/v20231101/virtual_router_peering.py +291 -0
- pulumi_azure_native/network/v20231101/virtual_wan.py +388 -0
- pulumi_azure_native/network/v20231101/vpn_connection.py +691 -0
- pulumi_azure_native/network/v20231101/vpn_gateway.py +473 -0
- pulumi_azure_native/network/v20231101/vpn_server_configuration.py +634 -0
- pulumi_azure_native/network/v20231101/vpn_site.py +514 -0
- pulumi_azure_native/network/v20231101/web_application_firewall_policy.py +382 -0
- pulumi_azure_native/network/v20240201/_inputs.py +2 -4
- pulumi_azure_native/network/v20240201/outputs.py +2 -4
- pulumi_azure_native/network/virtual_appliance_site.py +3 -3
- pulumi_azure_native/network/virtual_hub.py +3 -3
- pulumi_azure_native/network/virtual_hub_bgp_connection.py +3 -3
- pulumi_azure_native/network/virtual_hub_ip_configuration.py +3 -3
- pulumi_azure_native/network/virtual_hub_route_table_v2.py +3 -3
- pulumi_azure_native/network/virtual_network.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway_connection.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway_nat_rule.py +3 -3
- pulumi_azure_native/network/virtual_network_peering.py +3 -3
- pulumi_azure_native/network/virtual_network_tap.py +3 -3
- pulumi_azure_native/network/virtual_router.py +3 -3
- pulumi_azure_native/network/virtual_router_peering.py +3 -3
- pulumi_azure_native/network/virtual_wan.py +3 -3
- pulumi_azure_native/network/vpn_connection.py +3 -3
- pulumi_azure_native/network/vpn_gateway.py +3 -3
- pulumi_azure_native/network/vpn_server_configuration.py +3 -3
- pulumi_azure_native/network/vpn_site.py +3 -3
- pulumi_azure_native/network/web_application_firewall_policy.py +3 -3
- pulumi_azure_native/videoindexer/__init__.py +3 -0
- pulumi_azure_native/videoindexer/account.py +3 -3
- pulumi_azure_native/videoindexer/get_account.py +2 -2
- pulumi_azure_native/videoindexer/v20220801/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240101/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240401preview/__init__.py +12 -0
- pulumi_azure_native/videoindexer/v20240401preview/_enums.py +19 -0
- pulumi_azure_native/videoindexer/v20240401preview/_inputs.py +137 -0
- pulumi_azure_native/videoindexer/v20240401preview/account.py +383 -0
- pulumi_azure_native/videoindexer/v20240401preview/get_account.py +248 -0
- pulumi_azure_native/videoindexer/v20240401preview/outputs.py +368 -0
- {pulumi_azure_native-2.36.1a1712854250.dist-info → pulumi_azure_native-2.37.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.36.1a1712854250.dist-info → pulumi_azure_native-2.37.0.dist-info}/RECORD +1055 -804
- {pulumi_azure_native-2.36.1a1712854250.dist-info → pulumi_azure_native-2.37.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.36.1a1712854250.dist-info → pulumi_azure_native-2.37.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,638 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetApplicationGatewayResult',
|
|
15
|
+
'AwaitableGetApplicationGatewayResult',
|
|
16
|
+
'get_application_gateway',
|
|
17
|
+
'get_application_gateway_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetApplicationGatewayResult:
|
|
22
|
+
"""
|
|
23
|
+
Application gateway resource.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, authentication_certificates=None, autoscale_configuration=None, backend_address_pools=None, backend_http_settings_collection=None, backend_settings_collection=None, custom_error_configurations=None, default_predefined_ssl_policy=None, enable_fips=None, enable_http2=None, etag=None, firewall_policy=None, force_firewall_policy_association=None, frontend_ip_configurations=None, frontend_ports=None, gateway_ip_configurations=None, global_configuration=None, http_listeners=None, id=None, identity=None, listeners=None, load_distribution_policies=None, location=None, name=None, operational_state=None, private_endpoint_connections=None, private_link_configurations=None, probes=None, provisioning_state=None, redirect_configurations=None, request_routing_rules=None, resource_guid=None, rewrite_rule_sets=None, routing_rules=None, sku=None, ssl_certificates=None, ssl_policy=None, ssl_profiles=None, tags=None, trusted_client_certificates=None, trusted_root_certificates=None, type=None, url_path_maps=None, web_application_firewall_configuration=None, zones=None):
|
|
26
|
+
if authentication_certificates and not isinstance(authentication_certificates, list):
|
|
27
|
+
raise TypeError("Expected argument 'authentication_certificates' to be a list")
|
|
28
|
+
pulumi.set(__self__, "authentication_certificates", authentication_certificates)
|
|
29
|
+
if autoscale_configuration and not isinstance(autoscale_configuration, dict):
|
|
30
|
+
raise TypeError("Expected argument 'autoscale_configuration' to be a dict")
|
|
31
|
+
pulumi.set(__self__, "autoscale_configuration", autoscale_configuration)
|
|
32
|
+
if backend_address_pools and not isinstance(backend_address_pools, list):
|
|
33
|
+
raise TypeError("Expected argument 'backend_address_pools' to be a list")
|
|
34
|
+
pulumi.set(__self__, "backend_address_pools", backend_address_pools)
|
|
35
|
+
if backend_http_settings_collection and not isinstance(backend_http_settings_collection, list):
|
|
36
|
+
raise TypeError("Expected argument 'backend_http_settings_collection' to be a list")
|
|
37
|
+
pulumi.set(__self__, "backend_http_settings_collection", backend_http_settings_collection)
|
|
38
|
+
if backend_settings_collection and not isinstance(backend_settings_collection, list):
|
|
39
|
+
raise TypeError("Expected argument 'backend_settings_collection' to be a list")
|
|
40
|
+
pulumi.set(__self__, "backend_settings_collection", backend_settings_collection)
|
|
41
|
+
if custom_error_configurations and not isinstance(custom_error_configurations, list):
|
|
42
|
+
raise TypeError("Expected argument 'custom_error_configurations' to be a list")
|
|
43
|
+
pulumi.set(__self__, "custom_error_configurations", custom_error_configurations)
|
|
44
|
+
if default_predefined_ssl_policy and not isinstance(default_predefined_ssl_policy, str):
|
|
45
|
+
raise TypeError("Expected argument 'default_predefined_ssl_policy' to be a str")
|
|
46
|
+
pulumi.set(__self__, "default_predefined_ssl_policy", default_predefined_ssl_policy)
|
|
47
|
+
if enable_fips and not isinstance(enable_fips, bool):
|
|
48
|
+
raise TypeError("Expected argument 'enable_fips' to be a bool")
|
|
49
|
+
pulumi.set(__self__, "enable_fips", enable_fips)
|
|
50
|
+
if enable_http2 and not isinstance(enable_http2, bool):
|
|
51
|
+
raise TypeError("Expected argument 'enable_http2' to be a bool")
|
|
52
|
+
pulumi.set(__self__, "enable_http2", enable_http2)
|
|
53
|
+
if etag and not isinstance(etag, str):
|
|
54
|
+
raise TypeError("Expected argument 'etag' to be a str")
|
|
55
|
+
pulumi.set(__self__, "etag", etag)
|
|
56
|
+
if firewall_policy and not isinstance(firewall_policy, dict):
|
|
57
|
+
raise TypeError("Expected argument 'firewall_policy' to be a dict")
|
|
58
|
+
pulumi.set(__self__, "firewall_policy", firewall_policy)
|
|
59
|
+
if force_firewall_policy_association and not isinstance(force_firewall_policy_association, bool):
|
|
60
|
+
raise TypeError("Expected argument 'force_firewall_policy_association' to be a bool")
|
|
61
|
+
pulumi.set(__self__, "force_firewall_policy_association", force_firewall_policy_association)
|
|
62
|
+
if frontend_ip_configurations and not isinstance(frontend_ip_configurations, list):
|
|
63
|
+
raise TypeError("Expected argument 'frontend_ip_configurations' to be a list")
|
|
64
|
+
pulumi.set(__self__, "frontend_ip_configurations", frontend_ip_configurations)
|
|
65
|
+
if frontend_ports and not isinstance(frontend_ports, list):
|
|
66
|
+
raise TypeError("Expected argument 'frontend_ports' to be a list")
|
|
67
|
+
pulumi.set(__self__, "frontend_ports", frontend_ports)
|
|
68
|
+
if gateway_ip_configurations and not isinstance(gateway_ip_configurations, list):
|
|
69
|
+
raise TypeError("Expected argument 'gateway_ip_configurations' to be a list")
|
|
70
|
+
pulumi.set(__self__, "gateway_ip_configurations", gateway_ip_configurations)
|
|
71
|
+
if global_configuration and not isinstance(global_configuration, dict):
|
|
72
|
+
raise TypeError("Expected argument 'global_configuration' to be a dict")
|
|
73
|
+
pulumi.set(__self__, "global_configuration", global_configuration)
|
|
74
|
+
if http_listeners and not isinstance(http_listeners, list):
|
|
75
|
+
raise TypeError("Expected argument 'http_listeners' to be a list")
|
|
76
|
+
pulumi.set(__self__, "http_listeners", http_listeners)
|
|
77
|
+
if id and not isinstance(id, str):
|
|
78
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
79
|
+
pulumi.set(__self__, "id", id)
|
|
80
|
+
if identity and not isinstance(identity, dict):
|
|
81
|
+
raise TypeError("Expected argument 'identity' to be a dict")
|
|
82
|
+
pulumi.set(__self__, "identity", identity)
|
|
83
|
+
if listeners and not isinstance(listeners, list):
|
|
84
|
+
raise TypeError("Expected argument 'listeners' to be a list")
|
|
85
|
+
pulumi.set(__self__, "listeners", listeners)
|
|
86
|
+
if load_distribution_policies and not isinstance(load_distribution_policies, list):
|
|
87
|
+
raise TypeError("Expected argument 'load_distribution_policies' to be a list")
|
|
88
|
+
pulumi.set(__self__, "load_distribution_policies", load_distribution_policies)
|
|
89
|
+
if location and not isinstance(location, str):
|
|
90
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
91
|
+
pulumi.set(__self__, "location", location)
|
|
92
|
+
if name and not isinstance(name, str):
|
|
93
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
94
|
+
pulumi.set(__self__, "name", name)
|
|
95
|
+
if operational_state and not isinstance(operational_state, str):
|
|
96
|
+
raise TypeError("Expected argument 'operational_state' to be a str")
|
|
97
|
+
pulumi.set(__self__, "operational_state", operational_state)
|
|
98
|
+
if private_endpoint_connections and not isinstance(private_endpoint_connections, list):
|
|
99
|
+
raise TypeError("Expected argument 'private_endpoint_connections' to be a list")
|
|
100
|
+
pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
|
|
101
|
+
if private_link_configurations and not isinstance(private_link_configurations, list):
|
|
102
|
+
raise TypeError("Expected argument 'private_link_configurations' to be a list")
|
|
103
|
+
pulumi.set(__self__, "private_link_configurations", private_link_configurations)
|
|
104
|
+
if probes and not isinstance(probes, list):
|
|
105
|
+
raise TypeError("Expected argument 'probes' to be a list")
|
|
106
|
+
pulumi.set(__self__, "probes", probes)
|
|
107
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
108
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
109
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
110
|
+
if redirect_configurations and not isinstance(redirect_configurations, list):
|
|
111
|
+
raise TypeError("Expected argument 'redirect_configurations' to be a list")
|
|
112
|
+
pulumi.set(__self__, "redirect_configurations", redirect_configurations)
|
|
113
|
+
if request_routing_rules and not isinstance(request_routing_rules, list):
|
|
114
|
+
raise TypeError("Expected argument 'request_routing_rules' to be a list")
|
|
115
|
+
pulumi.set(__self__, "request_routing_rules", request_routing_rules)
|
|
116
|
+
if resource_guid and not isinstance(resource_guid, str):
|
|
117
|
+
raise TypeError("Expected argument 'resource_guid' to be a str")
|
|
118
|
+
pulumi.set(__self__, "resource_guid", resource_guid)
|
|
119
|
+
if rewrite_rule_sets and not isinstance(rewrite_rule_sets, list):
|
|
120
|
+
raise TypeError("Expected argument 'rewrite_rule_sets' to be a list")
|
|
121
|
+
pulumi.set(__self__, "rewrite_rule_sets", rewrite_rule_sets)
|
|
122
|
+
if routing_rules and not isinstance(routing_rules, list):
|
|
123
|
+
raise TypeError("Expected argument 'routing_rules' to be a list")
|
|
124
|
+
pulumi.set(__self__, "routing_rules", routing_rules)
|
|
125
|
+
if sku and not isinstance(sku, dict):
|
|
126
|
+
raise TypeError("Expected argument 'sku' to be a dict")
|
|
127
|
+
pulumi.set(__self__, "sku", sku)
|
|
128
|
+
if ssl_certificates and not isinstance(ssl_certificates, list):
|
|
129
|
+
raise TypeError("Expected argument 'ssl_certificates' to be a list")
|
|
130
|
+
pulumi.set(__self__, "ssl_certificates", ssl_certificates)
|
|
131
|
+
if ssl_policy and not isinstance(ssl_policy, dict):
|
|
132
|
+
raise TypeError("Expected argument 'ssl_policy' to be a dict")
|
|
133
|
+
pulumi.set(__self__, "ssl_policy", ssl_policy)
|
|
134
|
+
if ssl_profiles and not isinstance(ssl_profiles, list):
|
|
135
|
+
raise TypeError("Expected argument 'ssl_profiles' to be a list")
|
|
136
|
+
pulumi.set(__self__, "ssl_profiles", ssl_profiles)
|
|
137
|
+
if tags and not isinstance(tags, dict):
|
|
138
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
139
|
+
pulumi.set(__self__, "tags", tags)
|
|
140
|
+
if trusted_client_certificates and not isinstance(trusted_client_certificates, list):
|
|
141
|
+
raise TypeError("Expected argument 'trusted_client_certificates' to be a list")
|
|
142
|
+
pulumi.set(__self__, "trusted_client_certificates", trusted_client_certificates)
|
|
143
|
+
if trusted_root_certificates and not isinstance(trusted_root_certificates, list):
|
|
144
|
+
raise TypeError("Expected argument 'trusted_root_certificates' to be a list")
|
|
145
|
+
pulumi.set(__self__, "trusted_root_certificates", trusted_root_certificates)
|
|
146
|
+
if type and not isinstance(type, str):
|
|
147
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
148
|
+
pulumi.set(__self__, "type", type)
|
|
149
|
+
if url_path_maps and not isinstance(url_path_maps, list):
|
|
150
|
+
raise TypeError("Expected argument 'url_path_maps' to be a list")
|
|
151
|
+
pulumi.set(__self__, "url_path_maps", url_path_maps)
|
|
152
|
+
if web_application_firewall_configuration and not isinstance(web_application_firewall_configuration, dict):
|
|
153
|
+
raise TypeError("Expected argument 'web_application_firewall_configuration' to be a dict")
|
|
154
|
+
pulumi.set(__self__, "web_application_firewall_configuration", web_application_firewall_configuration)
|
|
155
|
+
if zones and not isinstance(zones, list):
|
|
156
|
+
raise TypeError("Expected argument 'zones' to be a list")
|
|
157
|
+
pulumi.set(__self__, "zones", zones)
|
|
158
|
+
|
|
159
|
+
@property
|
|
160
|
+
@pulumi.getter(name="authenticationCertificates")
|
|
161
|
+
def authentication_certificates(self) -> Optional[Sequence['outputs.ApplicationGatewayAuthenticationCertificateResponse']]:
|
|
162
|
+
"""
|
|
163
|
+
Authentication certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
|
|
164
|
+
"""
|
|
165
|
+
return pulumi.get(self, "authentication_certificates")
|
|
166
|
+
|
|
167
|
+
@property
|
|
168
|
+
@pulumi.getter(name="autoscaleConfiguration")
|
|
169
|
+
def autoscale_configuration(self) -> Optional['outputs.ApplicationGatewayAutoscaleConfigurationResponse']:
|
|
170
|
+
"""
|
|
171
|
+
Autoscale Configuration.
|
|
172
|
+
"""
|
|
173
|
+
return pulumi.get(self, "autoscale_configuration")
|
|
174
|
+
|
|
175
|
+
@property
|
|
176
|
+
@pulumi.getter(name="backendAddressPools")
|
|
177
|
+
def backend_address_pools(self) -> Optional[Sequence['outputs.ApplicationGatewayBackendAddressPoolResponse']]:
|
|
178
|
+
"""
|
|
179
|
+
Backend address pool of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
|
|
180
|
+
"""
|
|
181
|
+
return pulumi.get(self, "backend_address_pools")
|
|
182
|
+
|
|
183
|
+
@property
|
|
184
|
+
@pulumi.getter(name="backendHttpSettingsCollection")
|
|
185
|
+
def backend_http_settings_collection(self) -> Optional[Sequence['outputs.ApplicationGatewayBackendHttpSettingsResponse']]:
|
|
186
|
+
"""
|
|
187
|
+
Backend http settings of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
|
|
188
|
+
"""
|
|
189
|
+
return pulumi.get(self, "backend_http_settings_collection")
|
|
190
|
+
|
|
191
|
+
@property
|
|
192
|
+
@pulumi.getter(name="backendSettingsCollection")
|
|
193
|
+
def backend_settings_collection(self) -> Optional[Sequence['outputs.ApplicationGatewayBackendSettingsResponse']]:
|
|
194
|
+
"""
|
|
195
|
+
Backend settings of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
|
|
196
|
+
"""
|
|
197
|
+
return pulumi.get(self, "backend_settings_collection")
|
|
198
|
+
|
|
199
|
+
@property
|
|
200
|
+
@pulumi.getter(name="customErrorConfigurations")
|
|
201
|
+
def custom_error_configurations(self) -> Optional[Sequence['outputs.ApplicationGatewayCustomErrorResponse']]:
|
|
202
|
+
"""
|
|
203
|
+
Custom error configurations of the application gateway resource.
|
|
204
|
+
"""
|
|
205
|
+
return pulumi.get(self, "custom_error_configurations")
|
|
206
|
+
|
|
207
|
+
@property
|
|
208
|
+
@pulumi.getter(name="defaultPredefinedSslPolicy")
|
|
209
|
+
def default_predefined_ssl_policy(self) -> str:
|
|
210
|
+
"""
|
|
211
|
+
The default predefined SSL Policy applied on the application gateway resource.
|
|
212
|
+
"""
|
|
213
|
+
return pulumi.get(self, "default_predefined_ssl_policy")
|
|
214
|
+
|
|
215
|
+
@property
|
|
216
|
+
@pulumi.getter(name="enableFips")
|
|
217
|
+
def enable_fips(self) -> Optional[bool]:
|
|
218
|
+
"""
|
|
219
|
+
Whether FIPS is enabled on the application gateway resource.
|
|
220
|
+
"""
|
|
221
|
+
return pulumi.get(self, "enable_fips")
|
|
222
|
+
|
|
223
|
+
@property
|
|
224
|
+
@pulumi.getter(name="enableHttp2")
|
|
225
|
+
def enable_http2(self) -> Optional[bool]:
|
|
226
|
+
"""
|
|
227
|
+
Whether HTTP2 is enabled on the application gateway resource.
|
|
228
|
+
"""
|
|
229
|
+
return pulumi.get(self, "enable_http2")
|
|
230
|
+
|
|
231
|
+
@property
|
|
232
|
+
@pulumi.getter
|
|
233
|
+
def etag(self) -> str:
|
|
234
|
+
"""
|
|
235
|
+
A unique read-only string that changes whenever the resource is updated.
|
|
236
|
+
"""
|
|
237
|
+
return pulumi.get(self, "etag")
|
|
238
|
+
|
|
239
|
+
@property
|
|
240
|
+
@pulumi.getter(name="firewallPolicy")
|
|
241
|
+
def firewall_policy(self) -> Optional['outputs.SubResourceResponse']:
|
|
242
|
+
"""
|
|
243
|
+
Reference to the FirewallPolicy resource.
|
|
244
|
+
"""
|
|
245
|
+
return pulumi.get(self, "firewall_policy")
|
|
246
|
+
|
|
247
|
+
@property
|
|
248
|
+
@pulumi.getter(name="forceFirewallPolicyAssociation")
|
|
249
|
+
def force_firewall_policy_association(self) -> Optional[bool]:
|
|
250
|
+
"""
|
|
251
|
+
If true, associates a firewall policy with an application gateway regardless whether the policy differs from the WAF Config.
|
|
252
|
+
"""
|
|
253
|
+
return pulumi.get(self, "force_firewall_policy_association")
|
|
254
|
+
|
|
255
|
+
@property
|
|
256
|
+
@pulumi.getter(name="frontendIPConfigurations")
|
|
257
|
+
def frontend_ip_configurations(self) -> Optional[Sequence['outputs.ApplicationGatewayFrontendIPConfigurationResponse']]:
|
|
258
|
+
"""
|
|
259
|
+
Frontend IP addresses of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
|
|
260
|
+
"""
|
|
261
|
+
return pulumi.get(self, "frontend_ip_configurations")
|
|
262
|
+
|
|
263
|
+
@property
|
|
264
|
+
@pulumi.getter(name="frontendPorts")
|
|
265
|
+
def frontend_ports(self) -> Optional[Sequence['outputs.ApplicationGatewayFrontendPortResponse']]:
|
|
266
|
+
"""
|
|
267
|
+
Frontend ports of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
|
|
268
|
+
"""
|
|
269
|
+
return pulumi.get(self, "frontend_ports")
|
|
270
|
+
|
|
271
|
+
@property
|
|
272
|
+
@pulumi.getter(name="gatewayIPConfigurations")
|
|
273
|
+
def gateway_ip_configurations(self) -> Optional[Sequence['outputs.ApplicationGatewayIPConfigurationResponse']]:
|
|
274
|
+
"""
|
|
275
|
+
Subnets of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
|
|
276
|
+
"""
|
|
277
|
+
return pulumi.get(self, "gateway_ip_configurations")
|
|
278
|
+
|
|
279
|
+
@property
|
|
280
|
+
@pulumi.getter(name="globalConfiguration")
|
|
281
|
+
def global_configuration(self) -> Optional['outputs.ApplicationGatewayGlobalConfigurationResponse']:
|
|
282
|
+
"""
|
|
283
|
+
Global Configuration.
|
|
284
|
+
"""
|
|
285
|
+
return pulumi.get(self, "global_configuration")
|
|
286
|
+
|
|
287
|
+
@property
|
|
288
|
+
@pulumi.getter(name="httpListeners")
|
|
289
|
+
def http_listeners(self) -> Optional[Sequence['outputs.ApplicationGatewayHttpListenerResponse']]:
|
|
290
|
+
"""
|
|
291
|
+
Http listeners of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
|
|
292
|
+
"""
|
|
293
|
+
return pulumi.get(self, "http_listeners")
|
|
294
|
+
|
|
295
|
+
@property
|
|
296
|
+
@pulumi.getter
|
|
297
|
+
def id(self) -> Optional[str]:
|
|
298
|
+
"""
|
|
299
|
+
Resource ID.
|
|
300
|
+
"""
|
|
301
|
+
return pulumi.get(self, "id")
|
|
302
|
+
|
|
303
|
+
@property
|
|
304
|
+
@pulumi.getter
|
|
305
|
+
def identity(self) -> Optional['outputs.ManagedServiceIdentityResponse']:
|
|
306
|
+
"""
|
|
307
|
+
The identity of the application gateway, if configured.
|
|
308
|
+
"""
|
|
309
|
+
return pulumi.get(self, "identity")
|
|
310
|
+
|
|
311
|
+
@property
|
|
312
|
+
@pulumi.getter
|
|
313
|
+
def listeners(self) -> Optional[Sequence['outputs.ApplicationGatewayListenerResponse']]:
|
|
314
|
+
"""
|
|
315
|
+
Listeners of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
|
|
316
|
+
"""
|
|
317
|
+
return pulumi.get(self, "listeners")
|
|
318
|
+
|
|
319
|
+
@property
|
|
320
|
+
@pulumi.getter(name="loadDistributionPolicies")
|
|
321
|
+
def load_distribution_policies(self) -> Optional[Sequence['outputs.ApplicationGatewayLoadDistributionPolicyResponse']]:
|
|
322
|
+
"""
|
|
323
|
+
Load distribution policies of the application gateway resource.
|
|
324
|
+
"""
|
|
325
|
+
return pulumi.get(self, "load_distribution_policies")
|
|
326
|
+
|
|
327
|
+
@property
|
|
328
|
+
@pulumi.getter
|
|
329
|
+
def location(self) -> Optional[str]:
|
|
330
|
+
"""
|
|
331
|
+
Resource location.
|
|
332
|
+
"""
|
|
333
|
+
return pulumi.get(self, "location")
|
|
334
|
+
|
|
335
|
+
@property
|
|
336
|
+
@pulumi.getter
|
|
337
|
+
def name(self) -> str:
|
|
338
|
+
"""
|
|
339
|
+
Resource name.
|
|
340
|
+
"""
|
|
341
|
+
return pulumi.get(self, "name")
|
|
342
|
+
|
|
343
|
+
@property
|
|
344
|
+
@pulumi.getter(name="operationalState")
|
|
345
|
+
def operational_state(self) -> str:
|
|
346
|
+
"""
|
|
347
|
+
Operational state of the application gateway resource.
|
|
348
|
+
"""
|
|
349
|
+
return pulumi.get(self, "operational_state")
|
|
350
|
+
|
|
351
|
+
@property
|
|
352
|
+
@pulumi.getter(name="privateEndpointConnections")
|
|
353
|
+
def private_endpoint_connections(self) -> Sequence['outputs.ApplicationGatewayPrivateEndpointConnectionResponse']:
|
|
354
|
+
"""
|
|
355
|
+
Private Endpoint connections on application gateway.
|
|
356
|
+
"""
|
|
357
|
+
return pulumi.get(self, "private_endpoint_connections")
|
|
358
|
+
|
|
359
|
+
@property
|
|
360
|
+
@pulumi.getter(name="privateLinkConfigurations")
|
|
361
|
+
def private_link_configurations(self) -> Optional[Sequence['outputs.ApplicationGatewayPrivateLinkConfigurationResponse']]:
|
|
362
|
+
"""
|
|
363
|
+
PrivateLink configurations on application gateway.
|
|
364
|
+
"""
|
|
365
|
+
return pulumi.get(self, "private_link_configurations")
|
|
366
|
+
|
|
367
|
+
@property
|
|
368
|
+
@pulumi.getter
|
|
369
|
+
def probes(self) -> Optional[Sequence['outputs.ApplicationGatewayProbeResponse']]:
|
|
370
|
+
"""
|
|
371
|
+
Probes of the application gateway resource.
|
|
372
|
+
"""
|
|
373
|
+
return pulumi.get(self, "probes")
|
|
374
|
+
|
|
375
|
+
@property
|
|
376
|
+
@pulumi.getter(name="provisioningState")
|
|
377
|
+
def provisioning_state(self) -> str:
|
|
378
|
+
"""
|
|
379
|
+
The provisioning state of the application gateway resource.
|
|
380
|
+
"""
|
|
381
|
+
return pulumi.get(self, "provisioning_state")
|
|
382
|
+
|
|
383
|
+
@property
|
|
384
|
+
@pulumi.getter(name="redirectConfigurations")
|
|
385
|
+
def redirect_configurations(self) -> Optional[Sequence['outputs.ApplicationGatewayRedirectConfigurationResponse']]:
|
|
386
|
+
"""
|
|
387
|
+
Redirect configurations of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
|
|
388
|
+
"""
|
|
389
|
+
return pulumi.get(self, "redirect_configurations")
|
|
390
|
+
|
|
391
|
+
@property
|
|
392
|
+
@pulumi.getter(name="requestRoutingRules")
|
|
393
|
+
def request_routing_rules(self) -> Optional[Sequence['outputs.ApplicationGatewayRequestRoutingRuleResponse']]:
|
|
394
|
+
"""
|
|
395
|
+
Request routing rules of the application gateway resource.
|
|
396
|
+
"""
|
|
397
|
+
return pulumi.get(self, "request_routing_rules")
|
|
398
|
+
|
|
399
|
+
@property
|
|
400
|
+
@pulumi.getter(name="resourceGuid")
|
|
401
|
+
def resource_guid(self) -> str:
|
|
402
|
+
"""
|
|
403
|
+
The resource GUID property of the application gateway resource.
|
|
404
|
+
"""
|
|
405
|
+
return pulumi.get(self, "resource_guid")
|
|
406
|
+
|
|
407
|
+
@property
|
|
408
|
+
@pulumi.getter(name="rewriteRuleSets")
|
|
409
|
+
def rewrite_rule_sets(self) -> Optional[Sequence['outputs.ApplicationGatewayRewriteRuleSetResponse']]:
|
|
410
|
+
"""
|
|
411
|
+
Rewrite rules for the application gateway resource.
|
|
412
|
+
"""
|
|
413
|
+
return pulumi.get(self, "rewrite_rule_sets")
|
|
414
|
+
|
|
415
|
+
@property
|
|
416
|
+
@pulumi.getter(name="routingRules")
|
|
417
|
+
def routing_rules(self) -> Optional[Sequence['outputs.ApplicationGatewayRoutingRuleResponse']]:
|
|
418
|
+
"""
|
|
419
|
+
Routing rules of the application gateway resource.
|
|
420
|
+
"""
|
|
421
|
+
return pulumi.get(self, "routing_rules")
|
|
422
|
+
|
|
423
|
+
@property
|
|
424
|
+
@pulumi.getter
|
|
425
|
+
def sku(self) -> Optional['outputs.ApplicationGatewaySkuResponse']:
|
|
426
|
+
"""
|
|
427
|
+
SKU of the application gateway resource.
|
|
428
|
+
"""
|
|
429
|
+
return pulumi.get(self, "sku")
|
|
430
|
+
|
|
431
|
+
@property
|
|
432
|
+
@pulumi.getter(name="sslCertificates")
|
|
433
|
+
def ssl_certificates(self) -> Optional[Sequence['outputs.ApplicationGatewaySslCertificateResponse']]:
|
|
434
|
+
"""
|
|
435
|
+
SSL certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
|
|
436
|
+
"""
|
|
437
|
+
return pulumi.get(self, "ssl_certificates")
|
|
438
|
+
|
|
439
|
+
@property
|
|
440
|
+
@pulumi.getter(name="sslPolicy")
|
|
441
|
+
def ssl_policy(self) -> Optional['outputs.ApplicationGatewaySslPolicyResponse']:
|
|
442
|
+
"""
|
|
443
|
+
SSL policy of the application gateway resource.
|
|
444
|
+
"""
|
|
445
|
+
return pulumi.get(self, "ssl_policy")
|
|
446
|
+
|
|
447
|
+
@property
|
|
448
|
+
@pulumi.getter(name="sslProfiles")
|
|
449
|
+
def ssl_profiles(self) -> Optional[Sequence['outputs.ApplicationGatewaySslProfileResponse']]:
|
|
450
|
+
"""
|
|
451
|
+
SSL profiles of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
|
|
452
|
+
"""
|
|
453
|
+
return pulumi.get(self, "ssl_profiles")
|
|
454
|
+
|
|
455
|
+
@property
|
|
456
|
+
@pulumi.getter
|
|
457
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
458
|
+
"""
|
|
459
|
+
Resource tags.
|
|
460
|
+
"""
|
|
461
|
+
return pulumi.get(self, "tags")
|
|
462
|
+
|
|
463
|
+
@property
|
|
464
|
+
@pulumi.getter(name="trustedClientCertificates")
|
|
465
|
+
def trusted_client_certificates(self) -> Optional[Sequence['outputs.ApplicationGatewayTrustedClientCertificateResponse']]:
|
|
466
|
+
"""
|
|
467
|
+
Trusted client certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
|
|
468
|
+
"""
|
|
469
|
+
return pulumi.get(self, "trusted_client_certificates")
|
|
470
|
+
|
|
471
|
+
@property
|
|
472
|
+
@pulumi.getter(name="trustedRootCertificates")
|
|
473
|
+
def trusted_root_certificates(self) -> Optional[Sequence['outputs.ApplicationGatewayTrustedRootCertificateResponse']]:
|
|
474
|
+
"""
|
|
475
|
+
Trusted Root certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
|
|
476
|
+
"""
|
|
477
|
+
return pulumi.get(self, "trusted_root_certificates")
|
|
478
|
+
|
|
479
|
+
@property
|
|
480
|
+
@pulumi.getter
|
|
481
|
+
def type(self) -> str:
|
|
482
|
+
"""
|
|
483
|
+
Resource type.
|
|
484
|
+
"""
|
|
485
|
+
return pulumi.get(self, "type")
|
|
486
|
+
|
|
487
|
+
@property
|
|
488
|
+
@pulumi.getter(name="urlPathMaps")
|
|
489
|
+
def url_path_maps(self) -> Optional[Sequence['outputs.ApplicationGatewayUrlPathMapResponse']]:
|
|
490
|
+
"""
|
|
491
|
+
URL path map of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
|
|
492
|
+
"""
|
|
493
|
+
return pulumi.get(self, "url_path_maps")
|
|
494
|
+
|
|
495
|
+
@property
|
|
496
|
+
@pulumi.getter(name="webApplicationFirewallConfiguration")
|
|
497
|
+
def web_application_firewall_configuration(self) -> Optional['outputs.ApplicationGatewayWebApplicationFirewallConfigurationResponse']:
|
|
498
|
+
"""
|
|
499
|
+
Web application firewall configuration.
|
|
500
|
+
"""
|
|
501
|
+
return pulumi.get(self, "web_application_firewall_configuration")
|
|
502
|
+
|
|
503
|
+
@property
|
|
504
|
+
@pulumi.getter
|
|
505
|
+
def zones(self) -> Optional[Sequence[str]]:
|
|
506
|
+
"""
|
|
507
|
+
A list of availability zones denoting where the resource needs to come from.
|
|
508
|
+
"""
|
|
509
|
+
return pulumi.get(self, "zones")
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
class AwaitableGetApplicationGatewayResult(GetApplicationGatewayResult):
|
|
513
|
+
# pylint: disable=using-constant-test
|
|
514
|
+
def __await__(self):
|
|
515
|
+
if False:
|
|
516
|
+
yield self
|
|
517
|
+
return GetApplicationGatewayResult(
|
|
518
|
+
authentication_certificates=self.authentication_certificates,
|
|
519
|
+
autoscale_configuration=self.autoscale_configuration,
|
|
520
|
+
backend_address_pools=self.backend_address_pools,
|
|
521
|
+
backend_http_settings_collection=self.backend_http_settings_collection,
|
|
522
|
+
backend_settings_collection=self.backend_settings_collection,
|
|
523
|
+
custom_error_configurations=self.custom_error_configurations,
|
|
524
|
+
default_predefined_ssl_policy=self.default_predefined_ssl_policy,
|
|
525
|
+
enable_fips=self.enable_fips,
|
|
526
|
+
enable_http2=self.enable_http2,
|
|
527
|
+
etag=self.etag,
|
|
528
|
+
firewall_policy=self.firewall_policy,
|
|
529
|
+
force_firewall_policy_association=self.force_firewall_policy_association,
|
|
530
|
+
frontend_ip_configurations=self.frontend_ip_configurations,
|
|
531
|
+
frontend_ports=self.frontend_ports,
|
|
532
|
+
gateway_ip_configurations=self.gateway_ip_configurations,
|
|
533
|
+
global_configuration=self.global_configuration,
|
|
534
|
+
http_listeners=self.http_listeners,
|
|
535
|
+
id=self.id,
|
|
536
|
+
identity=self.identity,
|
|
537
|
+
listeners=self.listeners,
|
|
538
|
+
load_distribution_policies=self.load_distribution_policies,
|
|
539
|
+
location=self.location,
|
|
540
|
+
name=self.name,
|
|
541
|
+
operational_state=self.operational_state,
|
|
542
|
+
private_endpoint_connections=self.private_endpoint_connections,
|
|
543
|
+
private_link_configurations=self.private_link_configurations,
|
|
544
|
+
probes=self.probes,
|
|
545
|
+
provisioning_state=self.provisioning_state,
|
|
546
|
+
redirect_configurations=self.redirect_configurations,
|
|
547
|
+
request_routing_rules=self.request_routing_rules,
|
|
548
|
+
resource_guid=self.resource_guid,
|
|
549
|
+
rewrite_rule_sets=self.rewrite_rule_sets,
|
|
550
|
+
routing_rules=self.routing_rules,
|
|
551
|
+
sku=self.sku,
|
|
552
|
+
ssl_certificates=self.ssl_certificates,
|
|
553
|
+
ssl_policy=self.ssl_policy,
|
|
554
|
+
ssl_profiles=self.ssl_profiles,
|
|
555
|
+
tags=self.tags,
|
|
556
|
+
trusted_client_certificates=self.trusted_client_certificates,
|
|
557
|
+
trusted_root_certificates=self.trusted_root_certificates,
|
|
558
|
+
type=self.type,
|
|
559
|
+
url_path_maps=self.url_path_maps,
|
|
560
|
+
web_application_firewall_configuration=self.web_application_firewall_configuration,
|
|
561
|
+
zones=self.zones)
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
def get_application_gateway(application_gateway_name: Optional[str] = None,
|
|
565
|
+
resource_group_name: Optional[str] = None,
|
|
566
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetApplicationGatewayResult:
|
|
567
|
+
"""
|
|
568
|
+
Gets the specified application gateway.
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
:param str application_gateway_name: The name of the application gateway.
|
|
572
|
+
:param str resource_group_name: The name of the resource group.
|
|
573
|
+
"""
|
|
574
|
+
__args__ = dict()
|
|
575
|
+
__args__['applicationGatewayName'] = application_gateway_name
|
|
576
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
577
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
578
|
+
__ret__ = pulumi.runtime.invoke('azure-native:network/v20231101:getApplicationGateway', __args__, opts=opts, typ=GetApplicationGatewayResult).value
|
|
579
|
+
|
|
580
|
+
return AwaitableGetApplicationGatewayResult(
|
|
581
|
+
authentication_certificates=pulumi.get(__ret__, 'authentication_certificates'),
|
|
582
|
+
autoscale_configuration=pulumi.get(__ret__, 'autoscale_configuration'),
|
|
583
|
+
backend_address_pools=pulumi.get(__ret__, 'backend_address_pools'),
|
|
584
|
+
backend_http_settings_collection=pulumi.get(__ret__, 'backend_http_settings_collection'),
|
|
585
|
+
backend_settings_collection=pulumi.get(__ret__, 'backend_settings_collection'),
|
|
586
|
+
custom_error_configurations=pulumi.get(__ret__, 'custom_error_configurations'),
|
|
587
|
+
default_predefined_ssl_policy=pulumi.get(__ret__, 'default_predefined_ssl_policy'),
|
|
588
|
+
enable_fips=pulumi.get(__ret__, 'enable_fips'),
|
|
589
|
+
enable_http2=pulumi.get(__ret__, 'enable_http2'),
|
|
590
|
+
etag=pulumi.get(__ret__, 'etag'),
|
|
591
|
+
firewall_policy=pulumi.get(__ret__, 'firewall_policy'),
|
|
592
|
+
force_firewall_policy_association=pulumi.get(__ret__, 'force_firewall_policy_association'),
|
|
593
|
+
frontend_ip_configurations=pulumi.get(__ret__, 'frontend_ip_configurations'),
|
|
594
|
+
frontend_ports=pulumi.get(__ret__, 'frontend_ports'),
|
|
595
|
+
gateway_ip_configurations=pulumi.get(__ret__, 'gateway_ip_configurations'),
|
|
596
|
+
global_configuration=pulumi.get(__ret__, 'global_configuration'),
|
|
597
|
+
http_listeners=pulumi.get(__ret__, 'http_listeners'),
|
|
598
|
+
id=pulumi.get(__ret__, 'id'),
|
|
599
|
+
identity=pulumi.get(__ret__, 'identity'),
|
|
600
|
+
listeners=pulumi.get(__ret__, 'listeners'),
|
|
601
|
+
load_distribution_policies=pulumi.get(__ret__, 'load_distribution_policies'),
|
|
602
|
+
location=pulumi.get(__ret__, 'location'),
|
|
603
|
+
name=pulumi.get(__ret__, 'name'),
|
|
604
|
+
operational_state=pulumi.get(__ret__, 'operational_state'),
|
|
605
|
+
private_endpoint_connections=pulumi.get(__ret__, 'private_endpoint_connections'),
|
|
606
|
+
private_link_configurations=pulumi.get(__ret__, 'private_link_configurations'),
|
|
607
|
+
probes=pulumi.get(__ret__, 'probes'),
|
|
608
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
609
|
+
redirect_configurations=pulumi.get(__ret__, 'redirect_configurations'),
|
|
610
|
+
request_routing_rules=pulumi.get(__ret__, 'request_routing_rules'),
|
|
611
|
+
resource_guid=pulumi.get(__ret__, 'resource_guid'),
|
|
612
|
+
rewrite_rule_sets=pulumi.get(__ret__, 'rewrite_rule_sets'),
|
|
613
|
+
routing_rules=pulumi.get(__ret__, 'routing_rules'),
|
|
614
|
+
sku=pulumi.get(__ret__, 'sku'),
|
|
615
|
+
ssl_certificates=pulumi.get(__ret__, 'ssl_certificates'),
|
|
616
|
+
ssl_policy=pulumi.get(__ret__, 'ssl_policy'),
|
|
617
|
+
ssl_profiles=pulumi.get(__ret__, 'ssl_profiles'),
|
|
618
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
619
|
+
trusted_client_certificates=pulumi.get(__ret__, 'trusted_client_certificates'),
|
|
620
|
+
trusted_root_certificates=pulumi.get(__ret__, 'trusted_root_certificates'),
|
|
621
|
+
type=pulumi.get(__ret__, 'type'),
|
|
622
|
+
url_path_maps=pulumi.get(__ret__, 'url_path_maps'),
|
|
623
|
+
web_application_firewall_configuration=pulumi.get(__ret__, 'web_application_firewall_configuration'),
|
|
624
|
+
zones=pulumi.get(__ret__, 'zones'))
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
@_utilities.lift_output_func(get_application_gateway)
|
|
628
|
+
def get_application_gateway_output(application_gateway_name: Optional[pulumi.Input[str]] = None,
|
|
629
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
630
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetApplicationGatewayResult]:
|
|
631
|
+
"""
|
|
632
|
+
Gets the specified application gateway.
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
:param str application_gateway_name: The name of the application gateway.
|
|
636
|
+
:param str resource_group_name: The name of the resource group.
|
|
637
|
+
"""
|
|
638
|
+
...
|