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,1755 @@
|
|
|
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
|
+
from enum import Enum
|
|
6
|
+
|
|
7
|
+
__all__ = [
|
|
8
|
+
'Access',
|
|
9
|
+
'ActionType',
|
|
10
|
+
'AddressPrefixType',
|
|
11
|
+
'AdminRuleKind',
|
|
12
|
+
'AdminState',
|
|
13
|
+
'ApplicationGatewayClientRevocationOptions',
|
|
14
|
+
'ApplicationGatewayCookieBasedAffinity',
|
|
15
|
+
'ApplicationGatewayCustomErrorStatusCode',
|
|
16
|
+
'ApplicationGatewayFirewallMode',
|
|
17
|
+
'ApplicationGatewayFirewallRateLimitDuration',
|
|
18
|
+
'ApplicationGatewayFirewallUserSessionVariable',
|
|
19
|
+
'ApplicationGatewayLoadDistributionAlgorithm',
|
|
20
|
+
'ApplicationGatewayProtocol',
|
|
21
|
+
'ApplicationGatewayRedirectType',
|
|
22
|
+
'ApplicationGatewayRequestRoutingRuleType',
|
|
23
|
+
'ApplicationGatewaySkuFamily',
|
|
24
|
+
'ApplicationGatewaySkuName',
|
|
25
|
+
'ApplicationGatewaySslCipherSuite',
|
|
26
|
+
'ApplicationGatewaySslPolicyName',
|
|
27
|
+
'ApplicationGatewaySslPolicyType',
|
|
28
|
+
'ApplicationGatewaySslProtocol',
|
|
29
|
+
'ApplicationGatewayTier',
|
|
30
|
+
'AuthorizationUseStatus',
|
|
31
|
+
'AutoLearnPrivateRangesMode',
|
|
32
|
+
'AzureFirewallApplicationRuleProtocolType',
|
|
33
|
+
'AzureFirewallNatRCActionType',
|
|
34
|
+
'AzureFirewallNetworkRuleProtocol',
|
|
35
|
+
'AzureFirewallRCActionType',
|
|
36
|
+
'AzureFirewallSkuName',
|
|
37
|
+
'AzureFirewallSkuTier',
|
|
38
|
+
'AzureFirewallThreatIntelMode',
|
|
39
|
+
'BastionHostSkuName',
|
|
40
|
+
'CommissionedState',
|
|
41
|
+
'ConfigurationType',
|
|
42
|
+
'ConnectionMonitorEndpointFilterItemType',
|
|
43
|
+
'ConnectionMonitorEndpointFilterType',
|
|
44
|
+
'ConnectionMonitorTestConfigurationProtocol',
|
|
45
|
+
'ConnectivityTopology',
|
|
46
|
+
'CoverageLevel',
|
|
47
|
+
'CustomIpPrefixType',
|
|
48
|
+
'DdosSettingsProtectionMode',
|
|
49
|
+
'DeleteExistingPeering',
|
|
50
|
+
'DeleteOptions',
|
|
51
|
+
'DestinationPortBehavior',
|
|
52
|
+
'DhGroup',
|
|
53
|
+
'EndpointType',
|
|
54
|
+
'ExpressRouteCircuitPeeringState',
|
|
55
|
+
'ExpressRouteCircuitSkuFamily',
|
|
56
|
+
'ExpressRouteCircuitSkuTier',
|
|
57
|
+
'ExpressRouteLinkAdminState',
|
|
58
|
+
'ExpressRouteLinkMacSecCipher',
|
|
59
|
+
'ExpressRouteLinkMacSecSciState',
|
|
60
|
+
'ExpressRoutePeeringState',
|
|
61
|
+
'ExpressRoutePeeringType',
|
|
62
|
+
'ExpressRoutePortsBillingType',
|
|
63
|
+
'ExpressRoutePortsEncapsulation',
|
|
64
|
+
'ExtendedLocationTypes',
|
|
65
|
+
'FirewallPolicyFilterRuleCollectionActionType',
|
|
66
|
+
'FirewallPolicyIDPSQuerySortOrder',
|
|
67
|
+
'FirewallPolicyIntrusionDetectionProfileType',
|
|
68
|
+
'FirewallPolicyIntrusionDetectionProtocol',
|
|
69
|
+
'FirewallPolicyIntrusionDetectionStateType',
|
|
70
|
+
'FirewallPolicyNatRuleCollectionActionType',
|
|
71
|
+
'FirewallPolicyRuleApplicationProtocolType',
|
|
72
|
+
'FirewallPolicyRuleCollectionType',
|
|
73
|
+
'FirewallPolicyRuleNetworkProtocol',
|
|
74
|
+
'FirewallPolicyRuleType',
|
|
75
|
+
'FirewallPolicySkuTier',
|
|
76
|
+
'FlowLogFormatType',
|
|
77
|
+
'GatewayLoadBalancerTunnelInterfaceType',
|
|
78
|
+
'GatewayLoadBalancerTunnelProtocol',
|
|
79
|
+
'Geo',
|
|
80
|
+
'GroupConnectivity',
|
|
81
|
+
'HTTPConfigurationMethod',
|
|
82
|
+
'HubRoutingPreference',
|
|
83
|
+
'IPAllocationMethod',
|
|
84
|
+
'IPVersion',
|
|
85
|
+
'IkeEncryption',
|
|
86
|
+
'IkeIntegrity',
|
|
87
|
+
'IpAllocationType',
|
|
88
|
+
'IpsecEncryption',
|
|
89
|
+
'IpsecIntegrity',
|
|
90
|
+
'IsGlobal',
|
|
91
|
+
'LoadBalancerBackendAddressAdminState',
|
|
92
|
+
'LoadBalancerOutboundRuleProtocol',
|
|
93
|
+
'LoadBalancerSkuName',
|
|
94
|
+
'LoadBalancerSkuTier',
|
|
95
|
+
'LoadDistribution',
|
|
96
|
+
'ManagedRuleEnabledState',
|
|
97
|
+
'NatGatewaySkuName',
|
|
98
|
+
'NetworkIntentPolicyBasedService',
|
|
99
|
+
'NetworkInterfaceAuxiliaryMode',
|
|
100
|
+
'NetworkInterfaceAuxiliarySku',
|
|
101
|
+
'NetworkInterfaceMigrationPhase',
|
|
102
|
+
'NetworkInterfaceNicType',
|
|
103
|
+
'NextStep',
|
|
104
|
+
'NicTypeInRequest',
|
|
105
|
+
'OutputType',
|
|
106
|
+
'OwaspCrsExclusionEntryMatchVariable',
|
|
107
|
+
'OwaspCrsExclusionEntrySelectorMatchOperator',
|
|
108
|
+
'PacketCaptureTargetType',
|
|
109
|
+
'PcProtocol',
|
|
110
|
+
'PfsGroup',
|
|
111
|
+
'PreferredIPVersion',
|
|
112
|
+
'PreferredRoutingGateway',
|
|
113
|
+
'ProbeProtocol',
|
|
114
|
+
'ProtocolType',
|
|
115
|
+
'PublicIPAddressMigrationPhase',
|
|
116
|
+
'PublicIPAddressSkuName',
|
|
117
|
+
'PublicIPAddressSkuTier',
|
|
118
|
+
'PublicIPPrefixSkuName',
|
|
119
|
+
'PublicIPPrefixSkuTier',
|
|
120
|
+
'PublicIpAddressDnsSettingsDomainNameLabelScope',
|
|
121
|
+
'ResourceIdentityType',
|
|
122
|
+
'RouteFilterRuleType',
|
|
123
|
+
'RouteMapActionType',
|
|
124
|
+
'RouteMapMatchCondition',
|
|
125
|
+
'RouteNextHopType',
|
|
126
|
+
'ScrubbingRuleEntryMatchOperator',
|
|
127
|
+
'ScrubbingRuleEntryMatchVariable',
|
|
128
|
+
'ScrubbingRuleEntryState',
|
|
129
|
+
'SecurityConfigurationRuleAccess',
|
|
130
|
+
'SecurityConfigurationRuleDirection',
|
|
131
|
+
'SecurityConfigurationRuleProtocol',
|
|
132
|
+
'SecurityProviderName',
|
|
133
|
+
'SecurityRuleAccess',
|
|
134
|
+
'SecurityRuleDirection',
|
|
135
|
+
'SecurityRuleProtocol',
|
|
136
|
+
'ServiceProviderProvisioningState',
|
|
137
|
+
'SharingScope',
|
|
138
|
+
'SyncMode',
|
|
139
|
+
'TransportProtocol',
|
|
140
|
+
'UseHubGateway',
|
|
141
|
+
'VirtualNetworkEncryptionEnforcement',
|
|
142
|
+
'VirtualNetworkGatewayConnectionMode',
|
|
143
|
+
'VirtualNetworkGatewayConnectionProtocol',
|
|
144
|
+
'VirtualNetworkGatewayConnectionType',
|
|
145
|
+
'VirtualNetworkGatewaySkuName',
|
|
146
|
+
'VirtualNetworkGatewaySkuTier',
|
|
147
|
+
'VirtualNetworkGatewayType',
|
|
148
|
+
'VirtualNetworkPeeringLevel',
|
|
149
|
+
'VirtualNetworkPeeringState',
|
|
150
|
+
'VirtualNetworkPrivateEndpointNetworkPolicies',
|
|
151
|
+
'VirtualNetworkPrivateLinkServiceNetworkPolicies',
|
|
152
|
+
'VnetLocalRouteOverrideCriteria',
|
|
153
|
+
'VpnAuthenticationType',
|
|
154
|
+
'VpnClientProtocol',
|
|
155
|
+
'VpnGatewayGeneration',
|
|
156
|
+
'VpnGatewayTunnelingProtocol',
|
|
157
|
+
'VpnLinkConnectionMode',
|
|
158
|
+
'VpnNatRuleMode',
|
|
159
|
+
'VpnNatRuleType',
|
|
160
|
+
'VpnPolicyMemberAttributeType',
|
|
161
|
+
'VpnType',
|
|
162
|
+
'WebApplicationFirewallAction',
|
|
163
|
+
'WebApplicationFirewallEnabledState',
|
|
164
|
+
'WebApplicationFirewallMatchVariable',
|
|
165
|
+
'WebApplicationFirewallMode',
|
|
166
|
+
'WebApplicationFirewallOperator',
|
|
167
|
+
'WebApplicationFirewallRuleType',
|
|
168
|
+
'WebApplicationFirewallScrubbingState',
|
|
169
|
+
'WebApplicationFirewallState',
|
|
170
|
+
'WebApplicationFirewallTransform',
|
|
171
|
+
]
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
class Access(str, Enum):
|
|
175
|
+
"""
|
|
176
|
+
The access type of the rule.
|
|
177
|
+
"""
|
|
178
|
+
ALLOW = "Allow"
|
|
179
|
+
DENY = "Deny"
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
class ActionType(str, Enum):
|
|
183
|
+
"""
|
|
184
|
+
Describes the override action to be applied when rule matches.
|
|
185
|
+
"""
|
|
186
|
+
ANOMALY_SCORING = "AnomalyScoring"
|
|
187
|
+
ALLOW = "Allow"
|
|
188
|
+
BLOCK = "Block"
|
|
189
|
+
LOG = "Log"
|
|
190
|
+
JS_CHALLENGE = "JSChallenge"
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
class AddressPrefixType(str, Enum):
|
|
194
|
+
"""
|
|
195
|
+
Address prefix type.
|
|
196
|
+
"""
|
|
197
|
+
IP_PREFIX = "IPPrefix"
|
|
198
|
+
SERVICE_TAG = "ServiceTag"
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
class AdminRuleKind(str, Enum):
|
|
202
|
+
"""
|
|
203
|
+
Whether the rule is custom or default.
|
|
204
|
+
"""
|
|
205
|
+
CUSTOM = "Custom"
|
|
206
|
+
DEFAULT = "Default"
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
class AdminState(str, Enum):
|
|
210
|
+
"""
|
|
211
|
+
Property to indicate if the Express Route Gateway serves traffic when there are multiple Express Route Gateways in the vnet
|
|
212
|
+
"""
|
|
213
|
+
ENABLED = "Enabled"
|
|
214
|
+
DISABLED = "Disabled"
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
class ApplicationGatewayClientRevocationOptions(str, Enum):
|
|
218
|
+
"""
|
|
219
|
+
Verify client certificate revocation status.
|
|
220
|
+
"""
|
|
221
|
+
NONE = "None"
|
|
222
|
+
OCSP = "OCSP"
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
class ApplicationGatewayCookieBasedAffinity(str, Enum):
|
|
226
|
+
"""
|
|
227
|
+
Cookie based affinity.
|
|
228
|
+
"""
|
|
229
|
+
ENABLED = "Enabled"
|
|
230
|
+
DISABLED = "Disabled"
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
class ApplicationGatewayCustomErrorStatusCode(str, Enum):
|
|
234
|
+
"""
|
|
235
|
+
Status code of the application gateway custom error.
|
|
236
|
+
"""
|
|
237
|
+
HTTP_STATUS400 = "HttpStatus400"
|
|
238
|
+
HTTP_STATUS403 = "HttpStatus403"
|
|
239
|
+
HTTP_STATUS404 = "HttpStatus404"
|
|
240
|
+
HTTP_STATUS405 = "HttpStatus405"
|
|
241
|
+
HTTP_STATUS408 = "HttpStatus408"
|
|
242
|
+
HTTP_STATUS500 = "HttpStatus500"
|
|
243
|
+
HTTP_STATUS502 = "HttpStatus502"
|
|
244
|
+
HTTP_STATUS503 = "HttpStatus503"
|
|
245
|
+
HTTP_STATUS504 = "HttpStatus504"
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
class ApplicationGatewayFirewallMode(str, Enum):
|
|
249
|
+
"""
|
|
250
|
+
Web application firewall mode.
|
|
251
|
+
"""
|
|
252
|
+
DETECTION = "Detection"
|
|
253
|
+
PREVENTION = "Prevention"
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
class ApplicationGatewayFirewallRateLimitDuration(str, Enum):
|
|
257
|
+
"""
|
|
258
|
+
Duration over which Rate Limit policy will be applied. Applies only when ruleType is RateLimitRule.
|
|
259
|
+
"""
|
|
260
|
+
ONE_MIN = "OneMin"
|
|
261
|
+
FIVE_MINS = "FiveMins"
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
class ApplicationGatewayFirewallUserSessionVariable(str, Enum):
|
|
265
|
+
"""
|
|
266
|
+
User Session clause variable.
|
|
267
|
+
"""
|
|
268
|
+
CLIENT_ADDR = "ClientAddr"
|
|
269
|
+
GEO_LOCATION = "GeoLocation"
|
|
270
|
+
NONE = "None"
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
class ApplicationGatewayLoadDistributionAlgorithm(str, Enum):
|
|
274
|
+
"""
|
|
275
|
+
Load Distribution Targets resource of an application gateway.
|
|
276
|
+
"""
|
|
277
|
+
ROUND_ROBIN = "RoundRobin"
|
|
278
|
+
LEAST_CONNECTIONS = "LeastConnections"
|
|
279
|
+
IP_HASH = "IpHash"
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
class ApplicationGatewayProtocol(str, Enum):
|
|
283
|
+
"""
|
|
284
|
+
The protocol used for the probe.
|
|
285
|
+
"""
|
|
286
|
+
HTTP = "Http"
|
|
287
|
+
"""
|
|
288
|
+
Supported for httpListeners and backendHttpSettingsCollection properties.
|
|
289
|
+
"""
|
|
290
|
+
HTTPS = "Https"
|
|
291
|
+
"""
|
|
292
|
+
Supported for httpListeners and backendHttpSettingsCollection properties.
|
|
293
|
+
"""
|
|
294
|
+
TCP = "Tcp"
|
|
295
|
+
"""
|
|
296
|
+
Supported for listeners and backendSettingsCollection properties.
|
|
297
|
+
"""
|
|
298
|
+
TLS = "Tls"
|
|
299
|
+
"""
|
|
300
|
+
Supported for listeners and backendSettingsCollection properties.
|
|
301
|
+
"""
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
class ApplicationGatewayRedirectType(str, Enum):
|
|
305
|
+
"""
|
|
306
|
+
HTTP redirection type.
|
|
307
|
+
"""
|
|
308
|
+
PERMANENT = "Permanent"
|
|
309
|
+
FOUND = "Found"
|
|
310
|
+
SEE_OTHER = "SeeOther"
|
|
311
|
+
TEMPORARY = "Temporary"
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
class ApplicationGatewayRequestRoutingRuleType(str, Enum):
|
|
315
|
+
"""
|
|
316
|
+
Rule type.
|
|
317
|
+
"""
|
|
318
|
+
BASIC = "Basic"
|
|
319
|
+
PATH_BASED_ROUTING = "PathBasedRouting"
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
class ApplicationGatewaySkuFamily(str, Enum):
|
|
323
|
+
"""
|
|
324
|
+
Family of an application gateway SKU.
|
|
325
|
+
"""
|
|
326
|
+
GENERATION_1 = "Generation_1"
|
|
327
|
+
GENERATION_2 = "Generation_2"
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
class ApplicationGatewaySkuName(str, Enum):
|
|
331
|
+
"""
|
|
332
|
+
Name of an application gateway SKU.
|
|
333
|
+
"""
|
|
334
|
+
STANDARD_SMALL = "Standard_Small"
|
|
335
|
+
STANDARD_MEDIUM = "Standard_Medium"
|
|
336
|
+
STANDARD_LARGE = "Standard_Large"
|
|
337
|
+
WA_F_MEDIUM = "WAF_Medium"
|
|
338
|
+
WA_F_LARGE = "WAF_Large"
|
|
339
|
+
STANDARD_V2 = "Standard_v2"
|
|
340
|
+
WA_F_V2 = "WAF_v2"
|
|
341
|
+
BASIC = "Basic"
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
class ApplicationGatewaySslCipherSuite(str, Enum):
|
|
345
|
+
"""
|
|
346
|
+
Ssl cipher suites enums.
|
|
347
|
+
"""
|
|
348
|
+
TL_S_ECDH_E_RS_A_WIT_H_AE_S_256_CB_C_SHA384 = "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384"
|
|
349
|
+
TL_S_ECDH_E_RS_A_WIT_H_AE_S_128_CB_C_SHA256 = "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256"
|
|
350
|
+
TL_S_ECDH_E_RS_A_WIT_H_AE_S_256_CB_C_SHA = "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA"
|
|
351
|
+
TL_S_ECDH_E_RS_A_WIT_H_AE_S_128_CB_C_SHA = "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA"
|
|
352
|
+
TL_S_DH_E_RS_A_WIT_H_AE_S_256_GC_M_SHA384 = "TLS_DHE_RSA_WITH_AES_256_GCM_SHA384"
|
|
353
|
+
TL_S_DH_E_RS_A_WIT_H_AE_S_128_GC_M_SHA256 = "TLS_DHE_RSA_WITH_AES_128_GCM_SHA256"
|
|
354
|
+
TL_S_DH_E_RS_A_WIT_H_AE_S_256_CB_C_SHA = "TLS_DHE_RSA_WITH_AES_256_CBC_SHA"
|
|
355
|
+
TL_S_DH_E_RS_A_WIT_H_AE_S_128_CB_C_SHA = "TLS_DHE_RSA_WITH_AES_128_CBC_SHA"
|
|
356
|
+
TL_S_RS_A_WIT_H_AE_S_256_GC_M_SHA384 = "TLS_RSA_WITH_AES_256_GCM_SHA384"
|
|
357
|
+
TL_S_RS_A_WIT_H_AE_S_128_GC_M_SHA256 = "TLS_RSA_WITH_AES_128_GCM_SHA256"
|
|
358
|
+
TL_S_RS_A_WIT_H_AE_S_256_CB_C_SHA256 = "TLS_RSA_WITH_AES_256_CBC_SHA256"
|
|
359
|
+
TL_S_RS_A_WIT_H_AE_S_128_CB_C_SHA256 = "TLS_RSA_WITH_AES_128_CBC_SHA256"
|
|
360
|
+
TL_S_RS_A_WIT_H_AE_S_256_CB_C_SHA = "TLS_RSA_WITH_AES_256_CBC_SHA"
|
|
361
|
+
TL_S_RS_A_WIT_H_AE_S_128_CB_C_SHA = "TLS_RSA_WITH_AES_128_CBC_SHA"
|
|
362
|
+
TL_S_ECDH_E_ECDS_A_WIT_H_AE_S_256_GC_M_SHA384 = "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384"
|
|
363
|
+
TL_S_ECDH_E_ECDS_A_WIT_H_AE_S_128_GC_M_SHA256 = "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256"
|
|
364
|
+
TL_S_ECDH_E_ECDS_A_WIT_H_AE_S_256_CB_C_SHA384 = "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384"
|
|
365
|
+
TL_S_ECDH_E_ECDS_A_WIT_H_AE_S_128_CB_C_SHA256 = "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256"
|
|
366
|
+
TL_S_ECDH_E_ECDS_A_WIT_H_AE_S_256_CB_C_SHA = "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA"
|
|
367
|
+
TL_S_ECDH_E_ECDS_A_WIT_H_AE_S_128_CB_C_SHA = "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA"
|
|
368
|
+
TL_S_DH_E_DS_S_WIT_H_AE_S_256_CB_C_SHA256 = "TLS_DHE_DSS_WITH_AES_256_CBC_SHA256"
|
|
369
|
+
TL_S_DH_E_DS_S_WIT_H_AE_S_128_CB_C_SHA256 = "TLS_DHE_DSS_WITH_AES_128_CBC_SHA256"
|
|
370
|
+
TL_S_DH_E_DS_S_WIT_H_AE_S_256_CB_C_SHA = "TLS_DHE_DSS_WITH_AES_256_CBC_SHA"
|
|
371
|
+
TL_S_DH_E_DS_S_WIT_H_AE_S_128_CB_C_SHA = "TLS_DHE_DSS_WITH_AES_128_CBC_SHA"
|
|
372
|
+
TL_S_RS_A_WIT_H_3_DE_S_ED_E_CB_C_SHA = "TLS_RSA_WITH_3DES_EDE_CBC_SHA"
|
|
373
|
+
TL_S_DH_E_DS_S_WIT_H_3_DE_S_ED_E_CB_C_SHA = "TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA"
|
|
374
|
+
TL_S_ECDH_E_RS_A_WIT_H_AE_S_128_GC_M_SHA256 = "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"
|
|
375
|
+
TL_S_ECDH_E_RS_A_WIT_H_AE_S_256_GC_M_SHA384 = "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384"
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
class ApplicationGatewaySslPolicyName(str, Enum):
|
|
379
|
+
"""
|
|
380
|
+
Name of Ssl predefined policy.
|
|
381
|
+
"""
|
|
382
|
+
APP_GW_SSL_POLICY20150501 = "AppGwSslPolicy20150501"
|
|
383
|
+
APP_GW_SSL_POLICY20170401 = "AppGwSslPolicy20170401"
|
|
384
|
+
APP_GW_SSL_POLICY20170401_S = "AppGwSslPolicy20170401S"
|
|
385
|
+
APP_GW_SSL_POLICY20220101 = "AppGwSslPolicy20220101"
|
|
386
|
+
APP_GW_SSL_POLICY20220101_S = "AppGwSslPolicy20220101S"
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
class ApplicationGatewaySslPolicyType(str, Enum):
|
|
390
|
+
"""
|
|
391
|
+
Type of Ssl Policy.
|
|
392
|
+
"""
|
|
393
|
+
PREDEFINED = "Predefined"
|
|
394
|
+
CUSTOM = "Custom"
|
|
395
|
+
CUSTOM_V2 = "CustomV2"
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
class ApplicationGatewaySslProtocol(str, Enum):
|
|
399
|
+
"""
|
|
400
|
+
Minimum version of Ssl protocol to be supported on application gateway.
|
|
401
|
+
"""
|
|
402
|
+
TL_SV1_0 = "TLSv1_0"
|
|
403
|
+
TL_SV1_1 = "TLSv1_1"
|
|
404
|
+
TL_SV1_2 = "TLSv1_2"
|
|
405
|
+
TL_SV1_3 = "TLSv1_3"
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
class ApplicationGatewayTier(str, Enum):
|
|
409
|
+
"""
|
|
410
|
+
Tier of an application gateway.
|
|
411
|
+
"""
|
|
412
|
+
STANDARD = "Standard"
|
|
413
|
+
WAF = "WAF"
|
|
414
|
+
STANDARD_V2 = "Standard_v2"
|
|
415
|
+
WA_F_V2 = "WAF_v2"
|
|
416
|
+
BASIC = "Basic"
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
class AuthorizationUseStatus(str, Enum):
|
|
420
|
+
"""
|
|
421
|
+
The authorization use status.
|
|
422
|
+
"""
|
|
423
|
+
AVAILABLE = "Available"
|
|
424
|
+
IN_USE = "InUse"
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
class AutoLearnPrivateRangesMode(str, Enum):
|
|
428
|
+
"""
|
|
429
|
+
The operation mode for automatically learning private ranges to not be SNAT
|
|
430
|
+
"""
|
|
431
|
+
ENABLED = "Enabled"
|
|
432
|
+
DISABLED = "Disabled"
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
class AzureFirewallApplicationRuleProtocolType(str, Enum):
|
|
436
|
+
"""
|
|
437
|
+
Protocol type.
|
|
438
|
+
"""
|
|
439
|
+
HTTP = "Http"
|
|
440
|
+
HTTPS = "Https"
|
|
441
|
+
MSSQL = "Mssql"
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
class AzureFirewallNatRCActionType(str, Enum):
|
|
445
|
+
"""
|
|
446
|
+
The type of action.
|
|
447
|
+
"""
|
|
448
|
+
SNAT = "Snat"
|
|
449
|
+
DNAT = "Dnat"
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
class AzureFirewallNetworkRuleProtocol(str, Enum):
|
|
453
|
+
"""
|
|
454
|
+
The protocol of a Network Rule resource.
|
|
455
|
+
"""
|
|
456
|
+
TCP = "TCP"
|
|
457
|
+
UDP = "UDP"
|
|
458
|
+
ANY = "Any"
|
|
459
|
+
ICMP = "ICMP"
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
class AzureFirewallRCActionType(str, Enum):
|
|
463
|
+
"""
|
|
464
|
+
The type of action.
|
|
465
|
+
"""
|
|
466
|
+
ALLOW = "Allow"
|
|
467
|
+
DENY = "Deny"
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
class AzureFirewallSkuName(str, Enum):
|
|
471
|
+
"""
|
|
472
|
+
Name of an Azure Firewall SKU.
|
|
473
|
+
"""
|
|
474
|
+
AZF_W_V_NET = "AZFW_VNet"
|
|
475
|
+
AZF_W_HUB = "AZFW_Hub"
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
class AzureFirewallSkuTier(str, Enum):
|
|
479
|
+
"""
|
|
480
|
+
Tier of an Azure Firewall.
|
|
481
|
+
"""
|
|
482
|
+
STANDARD = "Standard"
|
|
483
|
+
PREMIUM = "Premium"
|
|
484
|
+
BASIC = "Basic"
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
class AzureFirewallThreatIntelMode(str, Enum):
|
|
488
|
+
"""
|
|
489
|
+
The operation mode for Threat Intelligence.
|
|
490
|
+
"""
|
|
491
|
+
ALERT = "Alert"
|
|
492
|
+
DENY = "Deny"
|
|
493
|
+
OFF = "Off"
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
class BastionHostSkuName(str, Enum):
|
|
497
|
+
"""
|
|
498
|
+
The name of this Bastion Host.
|
|
499
|
+
"""
|
|
500
|
+
BASIC = "Basic"
|
|
501
|
+
STANDARD = "Standard"
|
|
502
|
+
DEVELOPER = "Developer"
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
class CommissionedState(str, Enum):
|
|
506
|
+
"""
|
|
507
|
+
The commissioned state of the Custom IP Prefix.
|
|
508
|
+
"""
|
|
509
|
+
PROVISIONING = "Provisioning"
|
|
510
|
+
PROVISIONED = "Provisioned"
|
|
511
|
+
COMMISSIONING = "Commissioning"
|
|
512
|
+
COMMISSIONED_NO_INTERNET_ADVERTISE = "CommissionedNoInternetAdvertise"
|
|
513
|
+
COMMISSIONED = "Commissioned"
|
|
514
|
+
DECOMMISSIONING = "Decommissioning"
|
|
515
|
+
DEPROVISIONING = "Deprovisioning"
|
|
516
|
+
DEPROVISIONED = "Deprovisioned"
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
class ConfigurationType(str, Enum):
|
|
520
|
+
"""
|
|
521
|
+
Configuration Deployment Type.
|
|
522
|
+
"""
|
|
523
|
+
SECURITY_ADMIN = "SecurityAdmin"
|
|
524
|
+
CONNECTIVITY = "Connectivity"
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
class ConnectionMonitorEndpointFilterItemType(str, Enum):
|
|
528
|
+
"""
|
|
529
|
+
The type of item included in the filter. Currently only 'AgentAddress' is supported.
|
|
530
|
+
"""
|
|
531
|
+
AGENT_ADDRESS = "AgentAddress"
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
class ConnectionMonitorEndpointFilterType(str, Enum):
|
|
535
|
+
"""
|
|
536
|
+
The behavior of the endpoint filter. Currently only 'Include' is supported.
|
|
537
|
+
"""
|
|
538
|
+
INCLUDE = "Include"
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
class ConnectionMonitorTestConfigurationProtocol(str, Enum):
|
|
542
|
+
"""
|
|
543
|
+
The protocol to use in test evaluation.
|
|
544
|
+
"""
|
|
545
|
+
TCP = "Tcp"
|
|
546
|
+
HTTP = "Http"
|
|
547
|
+
ICMP = "Icmp"
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
class ConnectivityTopology(str, Enum):
|
|
551
|
+
"""
|
|
552
|
+
Connectivity topology type.
|
|
553
|
+
"""
|
|
554
|
+
HUB_AND_SPOKE = "HubAndSpoke"
|
|
555
|
+
MESH = "Mesh"
|
|
556
|
+
|
|
557
|
+
|
|
558
|
+
class CoverageLevel(str, Enum):
|
|
559
|
+
"""
|
|
560
|
+
Test coverage for the endpoint.
|
|
561
|
+
"""
|
|
562
|
+
DEFAULT = "Default"
|
|
563
|
+
LOW = "Low"
|
|
564
|
+
BELOW_AVERAGE = "BelowAverage"
|
|
565
|
+
AVERAGE = "Average"
|
|
566
|
+
ABOVE_AVERAGE = "AboveAverage"
|
|
567
|
+
FULL = "Full"
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
class CustomIpPrefixType(str, Enum):
|
|
571
|
+
"""
|
|
572
|
+
Type of custom IP prefix. Should be Singular, Parent, or Child.
|
|
573
|
+
"""
|
|
574
|
+
SINGULAR = "Singular"
|
|
575
|
+
PARENT = "Parent"
|
|
576
|
+
CHILD = "Child"
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
class DdosSettingsProtectionMode(str, Enum):
|
|
580
|
+
"""
|
|
581
|
+
The DDoS protection mode of the public IP
|
|
582
|
+
"""
|
|
583
|
+
VIRTUAL_NETWORK_INHERITED = "VirtualNetworkInherited"
|
|
584
|
+
ENABLED = "Enabled"
|
|
585
|
+
DISABLED = "Disabled"
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
class DeleteExistingPeering(str, Enum):
|
|
589
|
+
"""
|
|
590
|
+
Flag if need to remove current existing peerings.
|
|
591
|
+
"""
|
|
592
|
+
FALSE = "False"
|
|
593
|
+
TRUE = "True"
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
class DeleteOptions(str, Enum):
|
|
597
|
+
"""
|
|
598
|
+
Specify what happens to the public IP address when the VM using it is deleted
|
|
599
|
+
"""
|
|
600
|
+
DELETE = "Delete"
|
|
601
|
+
DETACH = "Detach"
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
class DestinationPortBehavior(str, Enum):
|
|
605
|
+
"""
|
|
606
|
+
Destination port behavior.
|
|
607
|
+
"""
|
|
608
|
+
NONE = "None"
|
|
609
|
+
LISTEN_IF_AVAILABLE = "ListenIfAvailable"
|
|
610
|
+
|
|
611
|
+
|
|
612
|
+
class DhGroup(str, Enum):
|
|
613
|
+
"""
|
|
614
|
+
The DH Group used in IKE Phase 1 for initial SA.
|
|
615
|
+
"""
|
|
616
|
+
NONE = "None"
|
|
617
|
+
DH_GROUP1 = "DHGroup1"
|
|
618
|
+
DH_GROUP2 = "DHGroup2"
|
|
619
|
+
DH_GROUP14 = "DHGroup14"
|
|
620
|
+
DH_GROUP2048 = "DHGroup2048"
|
|
621
|
+
ECP256 = "ECP256"
|
|
622
|
+
ECP384 = "ECP384"
|
|
623
|
+
DH_GROUP24 = "DHGroup24"
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
class EndpointType(str, Enum):
|
|
627
|
+
"""
|
|
628
|
+
The endpoint type.
|
|
629
|
+
"""
|
|
630
|
+
AZURE_VM = "AzureVM"
|
|
631
|
+
AZURE_V_NET = "AzureVNet"
|
|
632
|
+
AZURE_SUBNET = "AzureSubnet"
|
|
633
|
+
EXTERNAL_ADDRESS = "ExternalAddress"
|
|
634
|
+
MMA_WORKSPACE_MACHINE = "MMAWorkspaceMachine"
|
|
635
|
+
MMA_WORKSPACE_NETWORK = "MMAWorkspaceNetwork"
|
|
636
|
+
AZURE_ARC_VM = "AzureArcVM"
|
|
637
|
+
AZURE_VMSS = "AzureVMSS"
|
|
638
|
+
AZURE_ARC_NETWORK = "AzureArcNetwork"
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
class ExpressRouteCircuitPeeringState(str, Enum):
|
|
642
|
+
"""
|
|
643
|
+
The state of peering.
|
|
644
|
+
"""
|
|
645
|
+
DISABLED = "Disabled"
|
|
646
|
+
ENABLED = "Enabled"
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
class ExpressRouteCircuitSkuFamily(str, Enum):
|
|
650
|
+
"""
|
|
651
|
+
The family of the SKU.
|
|
652
|
+
"""
|
|
653
|
+
UNLIMITED_DATA = "UnlimitedData"
|
|
654
|
+
METERED_DATA = "MeteredData"
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
class ExpressRouteCircuitSkuTier(str, Enum):
|
|
658
|
+
"""
|
|
659
|
+
The tier of the SKU.
|
|
660
|
+
"""
|
|
661
|
+
STANDARD = "Standard"
|
|
662
|
+
PREMIUM = "Premium"
|
|
663
|
+
BASIC = "Basic"
|
|
664
|
+
LOCAL = "Local"
|
|
665
|
+
|
|
666
|
+
|
|
667
|
+
class ExpressRouteLinkAdminState(str, Enum):
|
|
668
|
+
"""
|
|
669
|
+
Administrative state of the physical port.
|
|
670
|
+
"""
|
|
671
|
+
ENABLED = "Enabled"
|
|
672
|
+
DISABLED = "Disabled"
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
class ExpressRouteLinkMacSecCipher(str, Enum):
|
|
676
|
+
"""
|
|
677
|
+
Mac security cipher.
|
|
678
|
+
"""
|
|
679
|
+
GCM_AES256 = "GcmAes256"
|
|
680
|
+
GCM_AES128 = "GcmAes128"
|
|
681
|
+
GCM_AES_XPN128 = "GcmAesXpn128"
|
|
682
|
+
GCM_AES_XPN256 = "GcmAesXpn256"
|
|
683
|
+
|
|
684
|
+
|
|
685
|
+
class ExpressRouteLinkMacSecSciState(str, Enum):
|
|
686
|
+
"""
|
|
687
|
+
Sci mode enabled/disabled.
|
|
688
|
+
"""
|
|
689
|
+
DISABLED = "Disabled"
|
|
690
|
+
ENABLED = "Enabled"
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
class ExpressRoutePeeringState(str, Enum):
|
|
694
|
+
"""
|
|
695
|
+
The peering state.
|
|
696
|
+
"""
|
|
697
|
+
DISABLED = "Disabled"
|
|
698
|
+
ENABLED = "Enabled"
|
|
699
|
+
|
|
700
|
+
|
|
701
|
+
class ExpressRoutePeeringType(str, Enum):
|
|
702
|
+
"""
|
|
703
|
+
The peering type.
|
|
704
|
+
"""
|
|
705
|
+
AZURE_PUBLIC_PEERING = "AzurePublicPeering"
|
|
706
|
+
AZURE_PRIVATE_PEERING = "AzurePrivatePeering"
|
|
707
|
+
MICROSOFT_PEERING = "MicrosoftPeering"
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
class ExpressRoutePortsBillingType(str, Enum):
|
|
711
|
+
"""
|
|
712
|
+
The billing type of the ExpressRoutePort resource.
|
|
713
|
+
"""
|
|
714
|
+
METERED_DATA = "MeteredData"
|
|
715
|
+
UNLIMITED_DATA = "UnlimitedData"
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
class ExpressRoutePortsEncapsulation(str, Enum):
|
|
719
|
+
"""
|
|
720
|
+
Encapsulation method on physical ports.
|
|
721
|
+
"""
|
|
722
|
+
DOT1_Q = "Dot1Q"
|
|
723
|
+
QIN_Q = "QinQ"
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
class ExtendedLocationTypes(str, Enum):
|
|
727
|
+
"""
|
|
728
|
+
The type of the extended location.
|
|
729
|
+
"""
|
|
730
|
+
EDGE_ZONE = "EdgeZone"
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
class FirewallPolicyFilterRuleCollectionActionType(str, Enum):
|
|
734
|
+
"""
|
|
735
|
+
The type of action.
|
|
736
|
+
"""
|
|
737
|
+
ALLOW = "Allow"
|
|
738
|
+
DENY = "Deny"
|
|
739
|
+
|
|
740
|
+
|
|
741
|
+
class FirewallPolicyIDPSQuerySortOrder(str, Enum):
|
|
742
|
+
"""
|
|
743
|
+
Describes if results should be in ascending/descending order
|
|
744
|
+
"""
|
|
745
|
+
ASCENDING = "Ascending"
|
|
746
|
+
DESCENDING = "Descending"
|
|
747
|
+
|
|
748
|
+
|
|
749
|
+
class FirewallPolicyIntrusionDetectionProfileType(str, Enum):
|
|
750
|
+
"""
|
|
751
|
+
IDPS profile name. When attached to a parent policy, the firewall's effective profile is the profile name of the parent policy.
|
|
752
|
+
"""
|
|
753
|
+
BASIC = "Basic"
|
|
754
|
+
STANDARD = "Standard"
|
|
755
|
+
ADVANCED = "Advanced"
|
|
756
|
+
EXTENDED = "Extended"
|
|
757
|
+
|
|
758
|
+
|
|
759
|
+
class FirewallPolicyIntrusionDetectionProtocol(str, Enum):
|
|
760
|
+
"""
|
|
761
|
+
The rule bypass protocol.
|
|
762
|
+
"""
|
|
763
|
+
TCP = "TCP"
|
|
764
|
+
UDP = "UDP"
|
|
765
|
+
ICMP = "ICMP"
|
|
766
|
+
ANY = "ANY"
|
|
767
|
+
|
|
768
|
+
|
|
769
|
+
class FirewallPolicyIntrusionDetectionStateType(str, Enum):
|
|
770
|
+
"""
|
|
771
|
+
Intrusion detection general state. When attached to a parent policy, the firewall's effective IDPS mode is the stricter mode of the two.
|
|
772
|
+
"""
|
|
773
|
+
OFF = "Off"
|
|
774
|
+
ALERT = "Alert"
|
|
775
|
+
DENY = "Deny"
|
|
776
|
+
|
|
777
|
+
|
|
778
|
+
class FirewallPolicyNatRuleCollectionActionType(str, Enum):
|
|
779
|
+
"""
|
|
780
|
+
The type of action.
|
|
781
|
+
"""
|
|
782
|
+
DNAT = "DNAT"
|
|
783
|
+
|
|
784
|
+
|
|
785
|
+
class FirewallPolicyRuleApplicationProtocolType(str, Enum):
|
|
786
|
+
"""
|
|
787
|
+
Protocol type.
|
|
788
|
+
"""
|
|
789
|
+
HTTP = "Http"
|
|
790
|
+
HTTPS = "Https"
|
|
791
|
+
|
|
792
|
+
|
|
793
|
+
class FirewallPolicyRuleCollectionType(str, Enum):
|
|
794
|
+
"""
|
|
795
|
+
The type of the rule collection.
|
|
796
|
+
"""
|
|
797
|
+
FIREWALL_POLICY_NAT_RULE_COLLECTION = "FirewallPolicyNatRuleCollection"
|
|
798
|
+
FIREWALL_POLICY_FILTER_RULE_COLLECTION = "FirewallPolicyFilterRuleCollection"
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
class FirewallPolicyRuleNetworkProtocol(str, Enum):
|
|
802
|
+
"""
|
|
803
|
+
The Network protocol of a Rule.
|
|
804
|
+
"""
|
|
805
|
+
TCP = "TCP"
|
|
806
|
+
UDP = "UDP"
|
|
807
|
+
ANY = "Any"
|
|
808
|
+
ICMP = "ICMP"
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
class FirewallPolicyRuleType(str, Enum):
|
|
812
|
+
"""
|
|
813
|
+
Rule Type.
|
|
814
|
+
"""
|
|
815
|
+
APPLICATION_RULE = "ApplicationRule"
|
|
816
|
+
NETWORK_RULE = "NetworkRule"
|
|
817
|
+
NAT_RULE = "NatRule"
|
|
818
|
+
|
|
819
|
+
|
|
820
|
+
class FirewallPolicySkuTier(str, Enum):
|
|
821
|
+
"""
|
|
822
|
+
Tier of Firewall Policy.
|
|
823
|
+
"""
|
|
824
|
+
STANDARD = "Standard"
|
|
825
|
+
PREMIUM = "Premium"
|
|
826
|
+
BASIC = "Basic"
|
|
827
|
+
|
|
828
|
+
|
|
829
|
+
class FlowLogFormatType(str, Enum):
|
|
830
|
+
"""
|
|
831
|
+
The file type of flow log.
|
|
832
|
+
"""
|
|
833
|
+
JSON = "JSON"
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
class GatewayLoadBalancerTunnelInterfaceType(str, Enum):
|
|
837
|
+
"""
|
|
838
|
+
Traffic type of gateway load balancer tunnel interface.
|
|
839
|
+
"""
|
|
840
|
+
NONE = "None"
|
|
841
|
+
INTERNAL = "Internal"
|
|
842
|
+
EXTERNAL = "External"
|
|
843
|
+
|
|
844
|
+
|
|
845
|
+
class GatewayLoadBalancerTunnelProtocol(str, Enum):
|
|
846
|
+
"""
|
|
847
|
+
Protocol of gateway load balancer tunnel interface.
|
|
848
|
+
"""
|
|
849
|
+
NONE = "None"
|
|
850
|
+
NATIVE = "Native"
|
|
851
|
+
VXLAN = "VXLAN"
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
class Geo(str, Enum):
|
|
855
|
+
"""
|
|
856
|
+
The Geo for CIDR advertising. Should be an Geo code.
|
|
857
|
+
"""
|
|
858
|
+
GLOBAL_ = "GLOBAL"
|
|
859
|
+
AFRI = "AFRI"
|
|
860
|
+
APAC = "APAC"
|
|
861
|
+
EURO = "EURO"
|
|
862
|
+
LATAM = "LATAM"
|
|
863
|
+
NAM = "NAM"
|
|
864
|
+
ME = "ME"
|
|
865
|
+
OCEANIA = "OCEANIA"
|
|
866
|
+
AQ = "AQ"
|
|
867
|
+
|
|
868
|
+
|
|
869
|
+
class GroupConnectivity(str, Enum):
|
|
870
|
+
"""
|
|
871
|
+
Group connectivity type.
|
|
872
|
+
"""
|
|
873
|
+
NONE = "None"
|
|
874
|
+
DIRECTLY_CONNECTED = "DirectlyConnected"
|
|
875
|
+
|
|
876
|
+
|
|
877
|
+
class HTTPConfigurationMethod(str, Enum):
|
|
878
|
+
"""
|
|
879
|
+
The HTTP method to use.
|
|
880
|
+
"""
|
|
881
|
+
GET = "Get"
|
|
882
|
+
POST = "Post"
|
|
883
|
+
|
|
884
|
+
|
|
885
|
+
class HubRoutingPreference(str, Enum):
|
|
886
|
+
"""
|
|
887
|
+
The hubRoutingPreference of this VirtualHub.
|
|
888
|
+
"""
|
|
889
|
+
EXPRESS_ROUTE = "ExpressRoute"
|
|
890
|
+
VPN_GATEWAY = "VpnGateway"
|
|
891
|
+
AS_PATH = "ASPath"
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
class IPAllocationMethod(str, Enum):
|
|
895
|
+
"""
|
|
896
|
+
The private IP address allocation method.
|
|
897
|
+
"""
|
|
898
|
+
STATIC = "Static"
|
|
899
|
+
DYNAMIC = "Dynamic"
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
class IPVersion(str, Enum):
|
|
903
|
+
"""
|
|
904
|
+
Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4.
|
|
905
|
+
"""
|
|
906
|
+
I_PV4 = "IPv4"
|
|
907
|
+
I_PV6 = "IPv6"
|
|
908
|
+
|
|
909
|
+
|
|
910
|
+
class IkeEncryption(str, Enum):
|
|
911
|
+
"""
|
|
912
|
+
The IKE encryption algorithm (IKE phase 2).
|
|
913
|
+
"""
|
|
914
|
+
DES = "DES"
|
|
915
|
+
DES3 = "DES3"
|
|
916
|
+
AES128 = "AES128"
|
|
917
|
+
AES192 = "AES192"
|
|
918
|
+
AES256 = "AES256"
|
|
919
|
+
GCMAES256 = "GCMAES256"
|
|
920
|
+
GCMAES128 = "GCMAES128"
|
|
921
|
+
|
|
922
|
+
|
|
923
|
+
class IkeIntegrity(str, Enum):
|
|
924
|
+
"""
|
|
925
|
+
The IKE integrity algorithm (IKE phase 2).
|
|
926
|
+
"""
|
|
927
|
+
MD5 = "MD5"
|
|
928
|
+
SHA1 = "SHA1"
|
|
929
|
+
SHA256 = "SHA256"
|
|
930
|
+
SHA384 = "SHA384"
|
|
931
|
+
GCMAES256 = "GCMAES256"
|
|
932
|
+
GCMAES128 = "GCMAES128"
|
|
933
|
+
|
|
934
|
+
|
|
935
|
+
class IpAllocationType(str, Enum):
|
|
936
|
+
"""
|
|
937
|
+
The type for the IpAllocation.
|
|
938
|
+
"""
|
|
939
|
+
UNDEFINED = "Undefined"
|
|
940
|
+
HYPERNET = "Hypernet"
|
|
941
|
+
|
|
942
|
+
|
|
943
|
+
class IpsecEncryption(str, Enum):
|
|
944
|
+
"""
|
|
945
|
+
The IPSec encryption algorithm (IKE phase 1).
|
|
946
|
+
"""
|
|
947
|
+
NONE = "None"
|
|
948
|
+
DES = "DES"
|
|
949
|
+
DES3 = "DES3"
|
|
950
|
+
AES128 = "AES128"
|
|
951
|
+
AES192 = "AES192"
|
|
952
|
+
AES256 = "AES256"
|
|
953
|
+
GCMAES128 = "GCMAES128"
|
|
954
|
+
GCMAES192 = "GCMAES192"
|
|
955
|
+
GCMAES256 = "GCMAES256"
|
|
956
|
+
|
|
957
|
+
|
|
958
|
+
class IpsecIntegrity(str, Enum):
|
|
959
|
+
"""
|
|
960
|
+
The IPSec integrity algorithm (IKE phase 1).
|
|
961
|
+
"""
|
|
962
|
+
MD5 = "MD5"
|
|
963
|
+
SHA1 = "SHA1"
|
|
964
|
+
SHA256 = "SHA256"
|
|
965
|
+
GCMAES128 = "GCMAES128"
|
|
966
|
+
GCMAES192 = "GCMAES192"
|
|
967
|
+
GCMAES256 = "GCMAES256"
|
|
968
|
+
|
|
969
|
+
|
|
970
|
+
class IsGlobal(str, Enum):
|
|
971
|
+
"""
|
|
972
|
+
Flag if global mesh is supported.
|
|
973
|
+
"""
|
|
974
|
+
FALSE = "False"
|
|
975
|
+
TRUE = "True"
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
class LoadBalancerBackendAddressAdminState(str, Enum):
|
|
979
|
+
"""
|
|
980
|
+
A list of administrative states which once set can override health probe so that Load Balancer will always forward new connections to backend, or deny new connections and reset existing connections.
|
|
981
|
+
"""
|
|
982
|
+
NONE = "None"
|
|
983
|
+
UP = "Up"
|
|
984
|
+
DOWN = "Down"
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
class LoadBalancerOutboundRuleProtocol(str, Enum):
|
|
988
|
+
"""
|
|
989
|
+
The protocol for the outbound rule in load balancer.
|
|
990
|
+
"""
|
|
991
|
+
TCP = "Tcp"
|
|
992
|
+
UDP = "Udp"
|
|
993
|
+
ALL = "All"
|
|
994
|
+
|
|
995
|
+
|
|
996
|
+
class LoadBalancerSkuName(str, Enum):
|
|
997
|
+
"""
|
|
998
|
+
Name of a load balancer SKU.
|
|
999
|
+
"""
|
|
1000
|
+
BASIC = "Basic"
|
|
1001
|
+
STANDARD = "Standard"
|
|
1002
|
+
GATEWAY = "Gateway"
|
|
1003
|
+
|
|
1004
|
+
|
|
1005
|
+
class LoadBalancerSkuTier(str, Enum):
|
|
1006
|
+
"""
|
|
1007
|
+
Tier of a load balancer SKU.
|
|
1008
|
+
"""
|
|
1009
|
+
REGIONAL = "Regional"
|
|
1010
|
+
GLOBAL_ = "Global"
|
|
1011
|
+
|
|
1012
|
+
|
|
1013
|
+
class LoadDistribution(str, Enum):
|
|
1014
|
+
"""
|
|
1015
|
+
The load distribution policy for this rule.
|
|
1016
|
+
"""
|
|
1017
|
+
DEFAULT = "Default"
|
|
1018
|
+
SOURCE_IP = "SourceIP"
|
|
1019
|
+
SOURCE_IP_PROTOCOL = "SourceIPProtocol"
|
|
1020
|
+
|
|
1021
|
+
|
|
1022
|
+
class ManagedRuleEnabledState(str, Enum):
|
|
1023
|
+
"""
|
|
1024
|
+
The state of the managed rule. Defaults to Disabled if not specified.
|
|
1025
|
+
"""
|
|
1026
|
+
DISABLED = "Disabled"
|
|
1027
|
+
ENABLED = "Enabled"
|
|
1028
|
+
|
|
1029
|
+
|
|
1030
|
+
class NatGatewaySkuName(str, Enum):
|
|
1031
|
+
"""
|
|
1032
|
+
Name of Nat Gateway SKU.
|
|
1033
|
+
"""
|
|
1034
|
+
STANDARD = "Standard"
|
|
1035
|
+
|
|
1036
|
+
|
|
1037
|
+
class NetworkIntentPolicyBasedService(str, Enum):
|
|
1038
|
+
"""
|
|
1039
|
+
Network intent policy based services.
|
|
1040
|
+
"""
|
|
1041
|
+
NONE = "None"
|
|
1042
|
+
ALL = "All"
|
|
1043
|
+
ALLOW_RULES_ONLY = "AllowRulesOnly"
|
|
1044
|
+
|
|
1045
|
+
|
|
1046
|
+
class NetworkInterfaceAuxiliaryMode(str, Enum):
|
|
1047
|
+
"""
|
|
1048
|
+
Auxiliary mode of Network Interface resource.
|
|
1049
|
+
"""
|
|
1050
|
+
NONE = "None"
|
|
1051
|
+
MAX_CONNECTIONS = "MaxConnections"
|
|
1052
|
+
FLOATING = "Floating"
|
|
1053
|
+
ACCELERATED_CONNECTIONS = "AcceleratedConnections"
|
|
1054
|
+
|
|
1055
|
+
|
|
1056
|
+
class NetworkInterfaceAuxiliarySku(str, Enum):
|
|
1057
|
+
"""
|
|
1058
|
+
Auxiliary sku of Network Interface resource.
|
|
1059
|
+
"""
|
|
1060
|
+
NONE = "None"
|
|
1061
|
+
A1 = "A1"
|
|
1062
|
+
A2 = "A2"
|
|
1063
|
+
A4 = "A4"
|
|
1064
|
+
A8 = "A8"
|
|
1065
|
+
|
|
1066
|
+
|
|
1067
|
+
class NetworkInterfaceMigrationPhase(str, Enum):
|
|
1068
|
+
"""
|
|
1069
|
+
Migration phase of Network Interface resource.
|
|
1070
|
+
"""
|
|
1071
|
+
NONE = "None"
|
|
1072
|
+
PREPARE = "Prepare"
|
|
1073
|
+
COMMIT = "Commit"
|
|
1074
|
+
ABORT = "Abort"
|
|
1075
|
+
COMMITTED = "Committed"
|
|
1076
|
+
|
|
1077
|
+
|
|
1078
|
+
class NetworkInterfaceNicType(str, Enum):
|
|
1079
|
+
"""
|
|
1080
|
+
Type of Network Interface resource.
|
|
1081
|
+
"""
|
|
1082
|
+
STANDARD = "Standard"
|
|
1083
|
+
ELASTIC = "Elastic"
|
|
1084
|
+
|
|
1085
|
+
|
|
1086
|
+
class NextStep(str, Enum):
|
|
1087
|
+
"""
|
|
1088
|
+
Next step after rule is evaluated. Current supported behaviors are 'Continue'(to next rule) and 'Terminate'.
|
|
1089
|
+
"""
|
|
1090
|
+
UNKNOWN = "Unknown"
|
|
1091
|
+
CONTINUE_ = "Continue"
|
|
1092
|
+
TERMINATE = "Terminate"
|
|
1093
|
+
|
|
1094
|
+
|
|
1095
|
+
class NicTypeInRequest(str, Enum):
|
|
1096
|
+
"""
|
|
1097
|
+
NIC type. This should be either PublicNic or PrivateNic.
|
|
1098
|
+
"""
|
|
1099
|
+
PUBLIC_NIC = "PublicNic"
|
|
1100
|
+
PRIVATE_NIC = "PrivateNic"
|
|
1101
|
+
|
|
1102
|
+
|
|
1103
|
+
class OutputType(str, Enum):
|
|
1104
|
+
"""
|
|
1105
|
+
Connection monitor output destination type. Currently, only "Workspace" is supported.
|
|
1106
|
+
"""
|
|
1107
|
+
WORKSPACE = "Workspace"
|
|
1108
|
+
|
|
1109
|
+
|
|
1110
|
+
class OwaspCrsExclusionEntryMatchVariable(str, Enum):
|
|
1111
|
+
"""
|
|
1112
|
+
The variable to be excluded.
|
|
1113
|
+
"""
|
|
1114
|
+
REQUEST_HEADER_NAMES = "RequestHeaderNames"
|
|
1115
|
+
REQUEST_COOKIE_NAMES = "RequestCookieNames"
|
|
1116
|
+
REQUEST_ARG_NAMES = "RequestArgNames"
|
|
1117
|
+
REQUEST_HEADER_KEYS = "RequestHeaderKeys"
|
|
1118
|
+
REQUEST_HEADER_VALUES = "RequestHeaderValues"
|
|
1119
|
+
REQUEST_COOKIE_KEYS = "RequestCookieKeys"
|
|
1120
|
+
REQUEST_COOKIE_VALUES = "RequestCookieValues"
|
|
1121
|
+
REQUEST_ARG_KEYS = "RequestArgKeys"
|
|
1122
|
+
REQUEST_ARG_VALUES = "RequestArgValues"
|
|
1123
|
+
|
|
1124
|
+
|
|
1125
|
+
class OwaspCrsExclusionEntrySelectorMatchOperator(str, Enum):
|
|
1126
|
+
"""
|
|
1127
|
+
When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.
|
|
1128
|
+
"""
|
|
1129
|
+
EQUALS = "Equals"
|
|
1130
|
+
CONTAINS = "Contains"
|
|
1131
|
+
STARTS_WITH = "StartsWith"
|
|
1132
|
+
ENDS_WITH = "EndsWith"
|
|
1133
|
+
EQUALS_ANY = "EqualsAny"
|
|
1134
|
+
|
|
1135
|
+
|
|
1136
|
+
class PacketCaptureTargetType(str, Enum):
|
|
1137
|
+
"""
|
|
1138
|
+
Target type of the resource provided.
|
|
1139
|
+
"""
|
|
1140
|
+
AZURE_VM = "AzureVM"
|
|
1141
|
+
AZURE_VMSS = "AzureVMSS"
|
|
1142
|
+
|
|
1143
|
+
|
|
1144
|
+
class PcProtocol(str, Enum):
|
|
1145
|
+
"""
|
|
1146
|
+
Protocol to be filtered on.
|
|
1147
|
+
"""
|
|
1148
|
+
TCP = "TCP"
|
|
1149
|
+
UDP = "UDP"
|
|
1150
|
+
ANY = "Any"
|
|
1151
|
+
|
|
1152
|
+
|
|
1153
|
+
class PfsGroup(str, Enum):
|
|
1154
|
+
"""
|
|
1155
|
+
The Pfs Group used in IKE Phase 2 for new child SA.
|
|
1156
|
+
"""
|
|
1157
|
+
NONE = "None"
|
|
1158
|
+
PFS1 = "PFS1"
|
|
1159
|
+
PFS2 = "PFS2"
|
|
1160
|
+
PFS2048 = "PFS2048"
|
|
1161
|
+
ECP256 = "ECP256"
|
|
1162
|
+
ECP384 = "ECP384"
|
|
1163
|
+
PFS24 = "PFS24"
|
|
1164
|
+
PFS14 = "PFS14"
|
|
1165
|
+
PFSMM = "PFSMM"
|
|
1166
|
+
|
|
1167
|
+
|
|
1168
|
+
class PreferredIPVersion(str, Enum):
|
|
1169
|
+
"""
|
|
1170
|
+
The preferred IP version to use in test evaluation. The connection monitor may choose to use a different version depending on other parameters.
|
|
1171
|
+
"""
|
|
1172
|
+
I_PV4 = "IPv4"
|
|
1173
|
+
I_PV6 = "IPv6"
|
|
1174
|
+
|
|
1175
|
+
|
|
1176
|
+
class PreferredRoutingGateway(str, Enum):
|
|
1177
|
+
"""
|
|
1178
|
+
The preferred gateway to route on-prem traffic
|
|
1179
|
+
"""
|
|
1180
|
+
EXPRESS_ROUTE = "ExpressRoute"
|
|
1181
|
+
VPN_GATEWAY = "VpnGateway"
|
|
1182
|
+
NONE = "None"
|
|
1183
|
+
|
|
1184
|
+
|
|
1185
|
+
class ProbeProtocol(str, Enum):
|
|
1186
|
+
"""
|
|
1187
|
+
The protocol of the end point. If 'Tcp' is specified, a received ACK is required for the probe to be successful. If 'Http' or 'Https' is specified, a 200 OK response from the specifies URI is required for the probe to be successful.
|
|
1188
|
+
"""
|
|
1189
|
+
HTTP = "Http"
|
|
1190
|
+
TCP = "Tcp"
|
|
1191
|
+
HTTPS = "Https"
|
|
1192
|
+
|
|
1193
|
+
|
|
1194
|
+
class ProtocolType(str, Enum):
|
|
1195
|
+
"""
|
|
1196
|
+
RNM supported protocol types.
|
|
1197
|
+
"""
|
|
1198
|
+
DO_NOT_USE = "DoNotUse"
|
|
1199
|
+
ICMP = "Icmp"
|
|
1200
|
+
TCP = "Tcp"
|
|
1201
|
+
UDP = "Udp"
|
|
1202
|
+
GRE = "Gre"
|
|
1203
|
+
ESP = "Esp"
|
|
1204
|
+
AH = "Ah"
|
|
1205
|
+
VXLAN = "Vxlan"
|
|
1206
|
+
ALL = "All"
|
|
1207
|
+
|
|
1208
|
+
|
|
1209
|
+
class PublicIPAddressMigrationPhase(str, Enum):
|
|
1210
|
+
"""
|
|
1211
|
+
Migration phase of Public IP Address.
|
|
1212
|
+
"""
|
|
1213
|
+
NONE = "None"
|
|
1214
|
+
PREPARE = "Prepare"
|
|
1215
|
+
COMMIT = "Commit"
|
|
1216
|
+
ABORT = "Abort"
|
|
1217
|
+
COMMITTED = "Committed"
|
|
1218
|
+
|
|
1219
|
+
|
|
1220
|
+
class PublicIPAddressSkuName(str, Enum):
|
|
1221
|
+
"""
|
|
1222
|
+
Name of a public IP address SKU.
|
|
1223
|
+
"""
|
|
1224
|
+
BASIC = "Basic"
|
|
1225
|
+
STANDARD = "Standard"
|
|
1226
|
+
|
|
1227
|
+
|
|
1228
|
+
class PublicIPAddressSkuTier(str, Enum):
|
|
1229
|
+
"""
|
|
1230
|
+
Tier of a public IP address SKU.
|
|
1231
|
+
"""
|
|
1232
|
+
REGIONAL = "Regional"
|
|
1233
|
+
GLOBAL_ = "Global"
|
|
1234
|
+
|
|
1235
|
+
|
|
1236
|
+
class PublicIPPrefixSkuName(str, Enum):
|
|
1237
|
+
"""
|
|
1238
|
+
Name of a public IP prefix SKU.
|
|
1239
|
+
"""
|
|
1240
|
+
STANDARD = "Standard"
|
|
1241
|
+
|
|
1242
|
+
|
|
1243
|
+
class PublicIPPrefixSkuTier(str, Enum):
|
|
1244
|
+
"""
|
|
1245
|
+
Tier of a public IP prefix SKU.
|
|
1246
|
+
"""
|
|
1247
|
+
REGIONAL = "Regional"
|
|
1248
|
+
GLOBAL_ = "Global"
|
|
1249
|
+
|
|
1250
|
+
|
|
1251
|
+
class PublicIpAddressDnsSettingsDomainNameLabelScope(str, Enum):
|
|
1252
|
+
"""
|
|
1253
|
+
The domain name label scope. If a domain name label and a domain name label scope are specified, an A DNS record is created for the public IP in the Microsoft Azure DNS system with a hashed value includes in FQDN.
|
|
1254
|
+
"""
|
|
1255
|
+
TENANT_REUSE = "TenantReuse"
|
|
1256
|
+
SUBSCRIPTION_REUSE = "SubscriptionReuse"
|
|
1257
|
+
RESOURCE_GROUP_REUSE = "ResourceGroupReuse"
|
|
1258
|
+
NO_REUSE = "NoReuse"
|
|
1259
|
+
|
|
1260
|
+
|
|
1261
|
+
class ResourceIdentityType(str, Enum):
|
|
1262
|
+
"""
|
|
1263
|
+
The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine.
|
|
1264
|
+
"""
|
|
1265
|
+
SYSTEM_ASSIGNED = "SystemAssigned"
|
|
1266
|
+
USER_ASSIGNED = "UserAssigned"
|
|
1267
|
+
SYSTEM_ASSIGNED_USER_ASSIGNED = "SystemAssigned, UserAssigned"
|
|
1268
|
+
NONE = "None"
|
|
1269
|
+
|
|
1270
|
+
|
|
1271
|
+
class RouteFilterRuleType(str, Enum):
|
|
1272
|
+
"""
|
|
1273
|
+
The rule type of the rule.
|
|
1274
|
+
"""
|
|
1275
|
+
COMMUNITY = "Community"
|
|
1276
|
+
|
|
1277
|
+
|
|
1278
|
+
class RouteMapActionType(str, Enum):
|
|
1279
|
+
"""
|
|
1280
|
+
Type of action to be taken. Supported types are 'Remove', 'Add', 'Replace', and 'Drop.'
|
|
1281
|
+
"""
|
|
1282
|
+
UNKNOWN = "Unknown"
|
|
1283
|
+
REMOVE = "Remove"
|
|
1284
|
+
ADD = "Add"
|
|
1285
|
+
REPLACE = "Replace"
|
|
1286
|
+
DROP = "Drop"
|
|
1287
|
+
|
|
1288
|
+
|
|
1289
|
+
class RouteMapMatchCondition(str, Enum):
|
|
1290
|
+
"""
|
|
1291
|
+
Match condition to apply RouteMap rules.
|
|
1292
|
+
"""
|
|
1293
|
+
UNKNOWN = "Unknown"
|
|
1294
|
+
CONTAINS = "Contains"
|
|
1295
|
+
EQUALS = "Equals"
|
|
1296
|
+
NOT_CONTAINS = "NotContains"
|
|
1297
|
+
NOT_EQUALS = "NotEquals"
|
|
1298
|
+
|
|
1299
|
+
|
|
1300
|
+
class RouteNextHopType(str, Enum):
|
|
1301
|
+
"""
|
|
1302
|
+
The type of Azure hop the packet should be sent to.
|
|
1303
|
+
"""
|
|
1304
|
+
VIRTUAL_NETWORK_GATEWAY = "VirtualNetworkGateway"
|
|
1305
|
+
VNET_LOCAL = "VnetLocal"
|
|
1306
|
+
INTERNET = "Internet"
|
|
1307
|
+
VIRTUAL_APPLIANCE = "VirtualAppliance"
|
|
1308
|
+
NONE = "None"
|
|
1309
|
+
|
|
1310
|
+
|
|
1311
|
+
class ScrubbingRuleEntryMatchOperator(str, Enum):
|
|
1312
|
+
"""
|
|
1313
|
+
When matchVariable is a collection, operate on the selector to specify which elements in the collection this rule applies to.
|
|
1314
|
+
"""
|
|
1315
|
+
EQUALS = "Equals"
|
|
1316
|
+
EQUALS_ANY = "EqualsAny"
|
|
1317
|
+
|
|
1318
|
+
|
|
1319
|
+
class ScrubbingRuleEntryMatchVariable(str, Enum):
|
|
1320
|
+
"""
|
|
1321
|
+
The variable to be scrubbed from the logs.
|
|
1322
|
+
"""
|
|
1323
|
+
REQUEST_HEADER_NAMES = "RequestHeaderNames"
|
|
1324
|
+
REQUEST_COOKIE_NAMES = "RequestCookieNames"
|
|
1325
|
+
REQUEST_ARG_NAMES = "RequestArgNames"
|
|
1326
|
+
REQUEST_POST_ARG_NAMES = "RequestPostArgNames"
|
|
1327
|
+
REQUEST_JSON_ARG_NAMES = "RequestJSONArgNames"
|
|
1328
|
+
REQUEST_IP_ADDRESS = "RequestIPAddress"
|
|
1329
|
+
|
|
1330
|
+
|
|
1331
|
+
class ScrubbingRuleEntryState(str, Enum):
|
|
1332
|
+
"""
|
|
1333
|
+
Defines the state of log scrubbing rule. Default value is Enabled.
|
|
1334
|
+
"""
|
|
1335
|
+
ENABLED = "Enabled"
|
|
1336
|
+
DISABLED = "Disabled"
|
|
1337
|
+
|
|
1338
|
+
|
|
1339
|
+
class SecurityConfigurationRuleAccess(str, Enum):
|
|
1340
|
+
"""
|
|
1341
|
+
Indicates the access allowed for this particular rule
|
|
1342
|
+
"""
|
|
1343
|
+
ALLOW = "Allow"
|
|
1344
|
+
DENY = "Deny"
|
|
1345
|
+
ALWAYS_ALLOW = "AlwaysAllow"
|
|
1346
|
+
|
|
1347
|
+
|
|
1348
|
+
class SecurityConfigurationRuleDirection(str, Enum):
|
|
1349
|
+
"""
|
|
1350
|
+
Indicates if the traffic matched against the rule in inbound or outbound.
|
|
1351
|
+
"""
|
|
1352
|
+
INBOUND = "Inbound"
|
|
1353
|
+
OUTBOUND = "Outbound"
|
|
1354
|
+
|
|
1355
|
+
|
|
1356
|
+
class SecurityConfigurationRuleProtocol(str, Enum):
|
|
1357
|
+
"""
|
|
1358
|
+
Network protocol this rule applies to.
|
|
1359
|
+
"""
|
|
1360
|
+
TCP = "Tcp"
|
|
1361
|
+
UDP = "Udp"
|
|
1362
|
+
ICMP = "Icmp"
|
|
1363
|
+
ESP = "Esp"
|
|
1364
|
+
ANY = "Any"
|
|
1365
|
+
AH = "Ah"
|
|
1366
|
+
|
|
1367
|
+
|
|
1368
|
+
class SecurityProviderName(str, Enum):
|
|
1369
|
+
"""
|
|
1370
|
+
The security provider name.
|
|
1371
|
+
"""
|
|
1372
|
+
Z_SCALER = "ZScaler"
|
|
1373
|
+
I_BOSS = "IBoss"
|
|
1374
|
+
CHECKPOINT = "Checkpoint"
|
|
1375
|
+
|
|
1376
|
+
|
|
1377
|
+
class SecurityRuleAccess(str, Enum):
|
|
1378
|
+
"""
|
|
1379
|
+
The network traffic is allowed or denied.
|
|
1380
|
+
"""
|
|
1381
|
+
ALLOW = "Allow"
|
|
1382
|
+
DENY = "Deny"
|
|
1383
|
+
|
|
1384
|
+
|
|
1385
|
+
class SecurityRuleDirection(str, Enum):
|
|
1386
|
+
"""
|
|
1387
|
+
The direction of the rule. The direction specifies if rule will be evaluated on incoming or outgoing traffic.
|
|
1388
|
+
"""
|
|
1389
|
+
INBOUND = "Inbound"
|
|
1390
|
+
OUTBOUND = "Outbound"
|
|
1391
|
+
|
|
1392
|
+
|
|
1393
|
+
class SecurityRuleProtocol(str, Enum):
|
|
1394
|
+
"""
|
|
1395
|
+
Network protocol this rule applies to.
|
|
1396
|
+
"""
|
|
1397
|
+
TCP = "Tcp"
|
|
1398
|
+
UDP = "Udp"
|
|
1399
|
+
ICMP = "Icmp"
|
|
1400
|
+
ESP = "Esp"
|
|
1401
|
+
ASTERISK = "*"
|
|
1402
|
+
AH = "Ah"
|
|
1403
|
+
|
|
1404
|
+
|
|
1405
|
+
class ServiceProviderProvisioningState(str, Enum):
|
|
1406
|
+
"""
|
|
1407
|
+
The ServiceProviderProvisioningState state of the resource.
|
|
1408
|
+
"""
|
|
1409
|
+
NOT_PROVISIONED = "NotProvisioned"
|
|
1410
|
+
PROVISIONING = "Provisioning"
|
|
1411
|
+
PROVISIONED = "Provisioned"
|
|
1412
|
+
DEPROVISIONING = "Deprovisioning"
|
|
1413
|
+
|
|
1414
|
+
|
|
1415
|
+
class SharingScope(str, Enum):
|
|
1416
|
+
"""
|
|
1417
|
+
Set this property to Tenant to allow sharing subnet with other subscriptions in your AAD tenant. This property can only be set if defaultOutboundAccess is set to false, both properties can only be set if subnet is empty.
|
|
1418
|
+
"""
|
|
1419
|
+
TENANT = "Tenant"
|
|
1420
|
+
DELEGATED_SERVICES = "DelegatedServices"
|
|
1421
|
+
|
|
1422
|
+
|
|
1423
|
+
class SyncMode(str, Enum):
|
|
1424
|
+
"""
|
|
1425
|
+
Backend address synchronous mode for the backend pool
|
|
1426
|
+
"""
|
|
1427
|
+
AUTOMATIC = "Automatic"
|
|
1428
|
+
MANUAL = "Manual"
|
|
1429
|
+
|
|
1430
|
+
|
|
1431
|
+
class TransportProtocol(str, Enum):
|
|
1432
|
+
"""
|
|
1433
|
+
The reference to the transport protocol used by the load balancing rule.
|
|
1434
|
+
"""
|
|
1435
|
+
UDP = "Udp"
|
|
1436
|
+
TCP = "Tcp"
|
|
1437
|
+
ALL = "All"
|
|
1438
|
+
|
|
1439
|
+
|
|
1440
|
+
class UseHubGateway(str, Enum):
|
|
1441
|
+
"""
|
|
1442
|
+
Flag if need to use hub gateway.
|
|
1443
|
+
"""
|
|
1444
|
+
FALSE = "False"
|
|
1445
|
+
TRUE = "True"
|
|
1446
|
+
|
|
1447
|
+
|
|
1448
|
+
class VirtualNetworkEncryptionEnforcement(str, Enum):
|
|
1449
|
+
"""
|
|
1450
|
+
If the encrypted VNet allows VM that does not support encryption
|
|
1451
|
+
"""
|
|
1452
|
+
DROP_UNENCRYPTED = "DropUnencrypted"
|
|
1453
|
+
ALLOW_UNENCRYPTED = "AllowUnencrypted"
|
|
1454
|
+
|
|
1455
|
+
|
|
1456
|
+
class VirtualNetworkGatewayConnectionMode(str, Enum):
|
|
1457
|
+
"""
|
|
1458
|
+
The connection mode for this connection.
|
|
1459
|
+
"""
|
|
1460
|
+
DEFAULT = "Default"
|
|
1461
|
+
RESPONDER_ONLY = "ResponderOnly"
|
|
1462
|
+
INITIATOR_ONLY = "InitiatorOnly"
|
|
1463
|
+
|
|
1464
|
+
|
|
1465
|
+
class VirtualNetworkGatewayConnectionProtocol(str, Enum):
|
|
1466
|
+
"""
|
|
1467
|
+
Connection protocol used for this connection.
|
|
1468
|
+
"""
|
|
1469
|
+
IK_EV2 = "IKEv2"
|
|
1470
|
+
IK_EV1 = "IKEv1"
|
|
1471
|
+
|
|
1472
|
+
|
|
1473
|
+
class VirtualNetworkGatewayConnectionType(str, Enum):
|
|
1474
|
+
"""
|
|
1475
|
+
Gateway connection type.
|
|
1476
|
+
"""
|
|
1477
|
+
IPSEC = "IPsec"
|
|
1478
|
+
VNET2_VNET = "Vnet2Vnet"
|
|
1479
|
+
EXPRESS_ROUTE = "ExpressRoute"
|
|
1480
|
+
VPN_CLIENT = "VPNClient"
|
|
1481
|
+
|
|
1482
|
+
|
|
1483
|
+
class VirtualNetworkGatewaySkuName(str, Enum):
|
|
1484
|
+
"""
|
|
1485
|
+
Gateway SKU name.
|
|
1486
|
+
"""
|
|
1487
|
+
BASIC = "Basic"
|
|
1488
|
+
HIGH_PERFORMANCE = "HighPerformance"
|
|
1489
|
+
STANDARD = "Standard"
|
|
1490
|
+
ULTRA_PERFORMANCE = "UltraPerformance"
|
|
1491
|
+
VPN_GW1 = "VpnGw1"
|
|
1492
|
+
VPN_GW2 = "VpnGw2"
|
|
1493
|
+
VPN_GW3 = "VpnGw3"
|
|
1494
|
+
VPN_GW4 = "VpnGw4"
|
|
1495
|
+
VPN_GW5 = "VpnGw5"
|
|
1496
|
+
VPN_GW1_AZ = "VpnGw1AZ"
|
|
1497
|
+
VPN_GW2_AZ = "VpnGw2AZ"
|
|
1498
|
+
VPN_GW3_AZ = "VpnGw3AZ"
|
|
1499
|
+
VPN_GW4_AZ = "VpnGw4AZ"
|
|
1500
|
+
VPN_GW5_AZ = "VpnGw5AZ"
|
|
1501
|
+
ER_GW1_AZ = "ErGw1AZ"
|
|
1502
|
+
ER_GW2_AZ = "ErGw2AZ"
|
|
1503
|
+
ER_GW3_AZ = "ErGw3AZ"
|
|
1504
|
+
ER_GW_SCALE = "ErGwScale"
|
|
1505
|
+
|
|
1506
|
+
|
|
1507
|
+
class VirtualNetworkGatewaySkuTier(str, Enum):
|
|
1508
|
+
"""
|
|
1509
|
+
Gateway SKU tier.
|
|
1510
|
+
"""
|
|
1511
|
+
BASIC = "Basic"
|
|
1512
|
+
HIGH_PERFORMANCE = "HighPerformance"
|
|
1513
|
+
STANDARD = "Standard"
|
|
1514
|
+
ULTRA_PERFORMANCE = "UltraPerformance"
|
|
1515
|
+
VPN_GW1 = "VpnGw1"
|
|
1516
|
+
VPN_GW2 = "VpnGw2"
|
|
1517
|
+
VPN_GW3 = "VpnGw3"
|
|
1518
|
+
VPN_GW4 = "VpnGw4"
|
|
1519
|
+
VPN_GW5 = "VpnGw5"
|
|
1520
|
+
VPN_GW1_AZ = "VpnGw1AZ"
|
|
1521
|
+
VPN_GW2_AZ = "VpnGw2AZ"
|
|
1522
|
+
VPN_GW3_AZ = "VpnGw3AZ"
|
|
1523
|
+
VPN_GW4_AZ = "VpnGw4AZ"
|
|
1524
|
+
VPN_GW5_AZ = "VpnGw5AZ"
|
|
1525
|
+
ER_GW1_AZ = "ErGw1AZ"
|
|
1526
|
+
ER_GW2_AZ = "ErGw2AZ"
|
|
1527
|
+
ER_GW3_AZ = "ErGw3AZ"
|
|
1528
|
+
ER_GW_SCALE = "ErGwScale"
|
|
1529
|
+
|
|
1530
|
+
|
|
1531
|
+
class VirtualNetworkGatewayType(str, Enum):
|
|
1532
|
+
"""
|
|
1533
|
+
The type of this virtual network gateway.
|
|
1534
|
+
"""
|
|
1535
|
+
VPN = "Vpn"
|
|
1536
|
+
EXPRESS_ROUTE = "ExpressRoute"
|
|
1537
|
+
LOCAL_GATEWAY = "LocalGateway"
|
|
1538
|
+
|
|
1539
|
+
|
|
1540
|
+
class VirtualNetworkPeeringLevel(str, Enum):
|
|
1541
|
+
"""
|
|
1542
|
+
The peering sync status of the virtual network peering.
|
|
1543
|
+
"""
|
|
1544
|
+
FULLY_IN_SYNC = "FullyInSync"
|
|
1545
|
+
REMOTE_NOT_IN_SYNC = "RemoteNotInSync"
|
|
1546
|
+
LOCAL_NOT_IN_SYNC = "LocalNotInSync"
|
|
1547
|
+
LOCAL_AND_REMOTE_NOT_IN_SYNC = "LocalAndRemoteNotInSync"
|
|
1548
|
+
|
|
1549
|
+
|
|
1550
|
+
class VirtualNetworkPeeringState(str, Enum):
|
|
1551
|
+
"""
|
|
1552
|
+
The status of the virtual network peering.
|
|
1553
|
+
"""
|
|
1554
|
+
INITIATED = "Initiated"
|
|
1555
|
+
CONNECTED = "Connected"
|
|
1556
|
+
DISCONNECTED = "Disconnected"
|
|
1557
|
+
|
|
1558
|
+
|
|
1559
|
+
class VirtualNetworkPrivateEndpointNetworkPolicies(str, Enum):
|
|
1560
|
+
"""
|
|
1561
|
+
Enable or Disable apply network policies on private end point in the subnet.
|
|
1562
|
+
"""
|
|
1563
|
+
ENABLED = "Enabled"
|
|
1564
|
+
DISABLED = "Disabled"
|
|
1565
|
+
NETWORK_SECURITY_GROUP_ENABLED = "NetworkSecurityGroupEnabled"
|
|
1566
|
+
ROUTE_TABLE_ENABLED = "RouteTableEnabled"
|
|
1567
|
+
|
|
1568
|
+
|
|
1569
|
+
class VirtualNetworkPrivateLinkServiceNetworkPolicies(str, Enum):
|
|
1570
|
+
"""
|
|
1571
|
+
Enable or Disable apply network policies on private link service in the subnet.
|
|
1572
|
+
"""
|
|
1573
|
+
ENABLED = "Enabled"
|
|
1574
|
+
DISABLED = "Disabled"
|
|
1575
|
+
|
|
1576
|
+
|
|
1577
|
+
class VnetLocalRouteOverrideCriteria(str, Enum):
|
|
1578
|
+
"""
|
|
1579
|
+
Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.
|
|
1580
|
+
"""
|
|
1581
|
+
CONTAINS = "Contains"
|
|
1582
|
+
EQUAL = "Equal"
|
|
1583
|
+
|
|
1584
|
+
|
|
1585
|
+
class VpnAuthenticationType(str, Enum):
|
|
1586
|
+
"""
|
|
1587
|
+
VPN authentication types enabled for the VpnServerConfiguration.
|
|
1588
|
+
"""
|
|
1589
|
+
CERTIFICATE = "Certificate"
|
|
1590
|
+
RADIUS = "Radius"
|
|
1591
|
+
AAD = "AAD"
|
|
1592
|
+
|
|
1593
|
+
|
|
1594
|
+
class VpnClientProtocol(str, Enum):
|
|
1595
|
+
"""
|
|
1596
|
+
VPN client protocol enabled for the virtual network gateway.
|
|
1597
|
+
"""
|
|
1598
|
+
IKE_V2 = "IkeV2"
|
|
1599
|
+
SSTP = "SSTP"
|
|
1600
|
+
OPEN_VPN = "OpenVPN"
|
|
1601
|
+
|
|
1602
|
+
|
|
1603
|
+
class VpnGatewayGeneration(str, Enum):
|
|
1604
|
+
"""
|
|
1605
|
+
The generation for this VirtualNetworkGateway. Must be None if gatewayType is not VPN.
|
|
1606
|
+
"""
|
|
1607
|
+
NONE = "None"
|
|
1608
|
+
GENERATION1 = "Generation1"
|
|
1609
|
+
GENERATION2 = "Generation2"
|
|
1610
|
+
|
|
1611
|
+
|
|
1612
|
+
class VpnGatewayTunnelingProtocol(str, Enum):
|
|
1613
|
+
"""
|
|
1614
|
+
VPN protocol enabled for the VpnServerConfiguration.
|
|
1615
|
+
"""
|
|
1616
|
+
IKE_V2 = "IkeV2"
|
|
1617
|
+
OPEN_VPN = "OpenVPN"
|
|
1618
|
+
|
|
1619
|
+
|
|
1620
|
+
class VpnLinkConnectionMode(str, Enum):
|
|
1621
|
+
"""
|
|
1622
|
+
Vpn link connection mode.
|
|
1623
|
+
"""
|
|
1624
|
+
DEFAULT = "Default"
|
|
1625
|
+
RESPONDER_ONLY = "ResponderOnly"
|
|
1626
|
+
INITIATOR_ONLY = "InitiatorOnly"
|
|
1627
|
+
|
|
1628
|
+
|
|
1629
|
+
class VpnNatRuleMode(str, Enum):
|
|
1630
|
+
"""
|
|
1631
|
+
The Source NAT direction of a VPN NAT.
|
|
1632
|
+
"""
|
|
1633
|
+
EGRESS_SNAT = "EgressSnat"
|
|
1634
|
+
INGRESS_SNAT = "IngressSnat"
|
|
1635
|
+
|
|
1636
|
+
|
|
1637
|
+
class VpnNatRuleType(str, Enum):
|
|
1638
|
+
"""
|
|
1639
|
+
The type of NAT rule for VPN NAT.
|
|
1640
|
+
"""
|
|
1641
|
+
STATIC = "Static"
|
|
1642
|
+
DYNAMIC = "Dynamic"
|
|
1643
|
+
|
|
1644
|
+
|
|
1645
|
+
class VpnPolicyMemberAttributeType(str, Enum):
|
|
1646
|
+
"""
|
|
1647
|
+
The Vpn Policy member attribute type.
|
|
1648
|
+
"""
|
|
1649
|
+
CERTIFICATE_GROUP_ID = "CertificateGroupId"
|
|
1650
|
+
AAD_GROUP_ID = "AADGroupId"
|
|
1651
|
+
RADIUS_AZURE_GROUP_ID = "RadiusAzureGroupId"
|
|
1652
|
+
|
|
1653
|
+
|
|
1654
|
+
class VpnType(str, Enum):
|
|
1655
|
+
"""
|
|
1656
|
+
The type of this virtual network gateway.
|
|
1657
|
+
"""
|
|
1658
|
+
POLICY_BASED = "PolicyBased"
|
|
1659
|
+
ROUTE_BASED = "RouteBased"
|
|
1660
|
+
|
|
1661
|
+
|
|
1662
|
+
class WebApplicationFirewallAction(str, Enum):
|
|
1663
|
+
"""
|
|
1664
|
+
Type of Actions.
|
|
1665
|
+
"""
|
|
1666
|
+
ALLOW = "Allow"
|
|
1667
|
+
BLOCK = "Block"
|
|
1668
|
+
LOG = "Log"
|
|
1669
|
+
JS_CHALLENGE = "JSChallenge"
|
|
1670
|
+
|
|
1671
|
+
|
|
1672
|
+
class WebApplicationFirewallEnabledState(str, Enum):
|
|
1673
|
+
"""
|
|
1674
|
+
The state of the policy.
|
|
1675
|
+
"""
|
|
1676
|
+
DISABLED = "Disabled"
|
|
1677
|
+
ENABLED = "Enabled"
|
|
1678
|
+
|
|
1679
|
+
|
|
1680
|
+
class WebApplicationFirewallMatchVariable(str, Enum):
|
|
1681
|
+
"""
|
|
1682
|
+
Match Variable.
|
|
1683
|
+
"""
|
|
1684
|
+
REMOTE_ADDR = "RemoteAddr"
|
|
1685
|
+
REQUEST_METHOD = "RequestMethod"
|
|
1686
|
+
QUERY_STRING = "QueryString"
|
|
1687
|
+
POST_ARGS = "PostArgs"
|
|
1688
|
+
REQUEST_URI = "RequestUri"
|
|
1689
|
+
REQUEST_HEADERS = "RequestHeaders"
|
|
1690
|
+
REQUEST_BODY = "RequestBody"
|
|
1691
|
+
REQUEST_COOKIES = "RequestCookies"
|
|
1692
|
+
|
|
1693
|
+
|
|
1694
|
+
class WebApplicationFirewallMode(str, Enum):
|
|
1695
|
+
"""
|
|
1696
|
+
The mode of the policy.
|
|
1697
|
+
"""
|
|
1698
|
+
PREVENTION = "Prevention"
|
|
1699
|
+
DETECTION = "Detection"
|
|
1700
|
+
|
|
1701
|
+
|
|
1702
|
+
class WebApplicationFirewallOperator(str, Enum):
|
|
1703
|
+
"""
|
|
1704
|
+
The operator to be matched.
|
|
1705
|
+
"""
|
|
1706
|
+
IP_MATCH = "IPMatch"
|
|
1707
|
+
EQUAL = "Equal"
|
|
1708
|
+
CONTAINS = "Contains"
|
|
1709
|
+
LESS_THAN = "LessThan"
|
|
1710
|
+
GREATER_THAN = "GreaterThan"
|
|
1711
|
+
LESS_THAN_OR_EQUAL = "LessThanOrEqual"
|
|
1712
|
+
GREATER_THAN_OR_EQUAL = "GreaterThanOrEqual"
|
|
1713
|
+
BEGINS_WITH = "BeginsWith"
|
|
1714
|
+
ENDS_WITH = "EndsWith"
|
|
1715
|
+
REGEX = "Regex"
|
|
1716
|
+
GEO_MATCH = "GeoMatch"
|
|
1717
|
+
ANY = "Any"
|
|
1718
|
+
|
|
1719
|
+
|
|
1720
|
+
class WebApplicationFirewallRuleType(str, Enum):
|
|
1721
|
+
"""
|
|
1722
|
+
The rule type.
|
|
1723
|
+
"""
|
|
1724
|
+
MATCH_RULE = "MatchRule"
|
|
1725
|
+
RATE_LIMIT_RULE = "RateLimitRule"
|
|
1726
|
+
INVALID = "Invalid"
|
|
1727
|
+
|
|
1728
|
+
|
|
1729
|
+
class WebApplicationFirewallScrubbingState(str, Enum):
|
|
1730
|
+
"""
|
|
1731
|
+
State of the log scrubbing config. Default value is Enabled.
|
|
1732
|
+
"""
|
|
1733
|
+
DISABLED = "Disabled"
|
|
1734
|
+
ENABLED = "Enabled"
|
|
1735
|
+
|
|
1736
|
+
|
|
1737
|
+
class WebApplicationFirewallState(str, Enum):
|
|
1738
|
+
"""
|
|
1739
|
+
Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
|
|
1740
|
+
"""
|
|
1741
|
+
DISABLED = "Disabled"
|
|
1742
|
+
ENABLED = "Enabled"
|
|
1743
|
+
|
|
1744
|
+
|
|
1745
|
+
class WebApplicationFirewallTransform(str, Enum):
|
|
1746
|
+
"""
|
|
1747
|
+
Transforms applied before matching.
|
|
1748
|
+
"""
|
|
1749
|
+
UPPERCASE = "Uppercase"
|
|
1750
|
+
LOWERCASE = "Lowercase"
|
|
1751
|
+
TRIM = "Trim"
|
|
1752
|
+
URL_DECODE = "UrlDecode"
|
|
1753
|
+
URL_ENCODE = "UrlEncode"
|
|
1754
|
+
REMOVE_NULLS = "RemoveNulls"
|
|
1755
|
+
HTML_ENTITY_DECODE = "HtmlEntityDecode"
|