|
55 | 55 | from .application_gateway_ssl_certificate_py3 import ApplicationGatewaySslCertificate
|
56 | 56 | from .application_gateway_frontend_ip_configuration_py3 import ApplicationGatewayFrontendIPConfiguration
|
57 | 57 | from .application_gateway_frontend_port_py3 import ApplicationGatewayFrontendPort
|
| 58 | + from .application_gateway_custom_error_py3 import ApplicationGatewayCustomError |
58 | 59 | from .application_gateway_http_listener_py3 import ApplicationGatewayHttpListener
|
59 | 60 | from .application_gateway_path_rule_py3 import ApplicationGatewayPathRule
|
60 | 61 | from .application_gateway_probe_health_response_match_py3 import ApplicationGatewayProbeHealthResponseMatch
|
|
63 | 64 | from .application_gateway_redirect_configuration_py3 import ApplicationGatewayRedirectConfiguration
|
64 | 65 | from .application_gateway_url_path_map_py3 import ApplicationGatewayUrlPathMap
|
65 | 66 | from .application_gateway_firewall_disabled_rule_group_py3 import ApplicationGatewayFirewallDisabledRuleGroup
|
| 67 | + from .application_gateway_firewall_exclusion_py3 import ApplicationGatewayFirewallExclusion |
66 | 68 | from .application_gateway_web_application_firewall_configuration_py3 import ApplicationGatewayWebApplicationFirewallConfiguration
|
67 | 69 | from .application_gateway_autoscale_configuration_py3 import ApplicationGatewayAutoscaleConfiguration
|
68 | 70 | from .application_gateway_py3 import ApplicationGateway
|
|
123 | 125 | from .express_route_gateway_py3 import ExpressRouteGateway
|
124 | 126 | from .express_route_gateway_list_py3 import ExpressRouteGatewayList
|
125 | 127 | from .express_route_connection_list_py3 import ExpressRouteConnectionList
|
| 128 | + from .express_route_ports_location_bandwidths_py3 import ExpressRoutePortsLocationBandwidths |
| 129 | + from .express_route_ports_location_py3 import ExpressRoutePortsLocation |
| 130 | + from .express_route_link_py3 import ExpressRouteLink |
| 131 | + from .express_route_port_py3 import ExpressRoutePort |
126 | 132 | from .load_balancer_sku_py3 import LoadBalancerSku
|
127 | 133 | from .load_balancing_rule_py3 import LoadBalancingRule
|
128 | 134 | from .probe_py3 import Probe
|
|
201 | 207 | from .connection_monitor_result_py3 import ConnectionMonitorResult
|
202 | 208 | from .connection_state_snapshot_py3 import ConnectionStateSnapshot
|
203 | 209 | from .connection_monitor_query_result_py3 import ConnectionMonitorQueryResult
|
204 |
| - from .traffic_query_py3 import TrafficQuery |
| 210 | + from .network_configuration_diagnostic_profile_py3 import NetworkConfigurationDiagnosticProfile |
205 | 211 | from .network_configuration_diagnostic_parameters_py3 import NetworkConfigurationDiagnosticParameters
|
206 | 212 | from .matched_rule_py3 import MatchedRule
|
207 | 213 | from .network_security_rules_evaluation_result_py3 import NetworkSecurityRulesEvaluationResult
|
|
322 | 328 | from .application_gateway_ssl_certificate import ApplicationGatewaySslCertificate
|
323 | 329 | from .application_gateway_frontend_ip_configuration import ApplicationGatewayFrontendIPConfiguration
|
324 | 330 | from .application_gateway_frontend_port import ApplicationGatewayFrontendPort
|
| 331 | + from .application_gateway_custom_error import ApplicationGatewayCustomError |
325 | 332 | from .application_gateway_http_listener import ApplicationGatewayHttpListener
|
326 | 333 | from .application_gateway_path_rule import ApplicationGatewayPathRule
|
327 | 334 | from .application_gateway_probe_health_response_match import ApplicationGatewayProbeHealthResponseMatch
|
|
330 | 337 | from .application_gateway_redirect_configuration import ApplicationGatewayRedirectConfiguration
|
331 | 338 | from .application_gateway_url_path_map import ApplicationGatewayUrlPathMap
|
332 | 339 | from .application_gateway_firewall_disabled_rule_group import ApplicationGatewayFirewallDisabledRuleGroup
|
| 340 | + from .application_gateway_firewall_exclusion import ApplicationGatewayFirewallExclusion |
333 | 341 | from .application_gateway_web_application_firewall_configuration import ApplicationGatewayWebApplicationFirewallConfiguration
|
334 | 342 | from .application_gateway_autoscale_configuration import ApplicationGatewayAutoscaleConfiguration
|
335 | 343 | from .application_gateway import ApplicationGateway
|
|
390 | 398 | from .express_route_gateway import ExpressRouteGateway
|
391 | 399 | from .express_route_gateway_list import ExpressRouteGatewayList
|
392 | 400 | from .express_route_connection_list import ExpressRouteConnectionList
|
| 401 | + from .express_route_ports_location_bandwidths import ExpressRoutePortsLocationBandwidths |
| 402 | + from .express_route_ports_location import ExpressRoutePortsLocation |
| 403 | + from .express_route_link import ExpressRouteLink |
| 404 | + from .express_route_port import ExpressRoutePort |
393 | 405 | from .load_balancer_sku import LoadBalancerSku
|
394 | 406 | from .load_balancing_rule import LoadBalancingRule
|
395 | 407 | from .probe import Probe
|
|
468 | 480 | from .connection_monitor_result import ConnectionMonitorResult
|
469 | 481 | from .connection_state_snapshot import ConnectionStateSnapshot
|
470 | 482 | from .connection_monitor_query_result import ConnectionMonitorQueryResult
|
471 |
| - from .traffic_query import TrafficQuery |
| 483 | + from .network_configuration_diagnostic_profile import NetworkConfigurationDiagnosticProfile |
472 | 484 | from .network_configuration_diagnostic_parameters import NetworkConfigurationDiagnosticParameters
|
473 | 485 | from .matched_rule import MatchedRule
|
474 | 486 | from .network_security_rules_evaluation_result import NetworkSecurityRulesEvaluationResult
|
|
557 | 569 | from .express_route_service_provider_paged import ExpressRouteServiceProviderPaged
|
558 | 570 | from .express_route_cross_connection_paged import ExpressRouteCrossConnectionPaged
|
559 | 571 | from .express_route_cross_connection_peering_paged import ExpressRouteCrossConnectionPeeringPaged
|
| 572 | +from .express_route_ports_location_paged import ExpressRoutePortsLocationPaged |
| 573 | +from .express_route_port_paged import ExpressRoutePortPaged |
| 574 | +from .express_route_link_paged import ExpressRouteLinkPaged |
560 | 575 | from .interface_endpoint_paged import InterfaceEndpointPaged
|
561 | 576 | from .load_balancer_paged import LoadBalancerPaged
|
562 | 577 | from .backend_address_pool_paged import BackendAddressPoolPaged
|
563 | 578 | from .frontend_ip_configuration_paged import FrontendIPConfigurationPaged
|
564 | 579 | from .inbound_nat_rule_paged import InboundNatRulePaged
|
565 | 580 | from .load_balancing_rule_paged import LoadBalancingRulePaged
|
| 581 | +from .outbound_rule_paged import OutboundRulePaged |
566 | 582 | from .network_interface_paged import NetworkInterfacePaged
|
567 | 583 | from .probe_paged import ProbePaged
|
568 | 584 | from .network_interface_ip_configuration_paged import NetworkInterfaceIPConfigurationPaged
|
|
619 | 635 | ApplicationGatewaySslPolicyType,
|
620 | 636 | ApplicationGatewaySslPolicyName,
|
621 | 637 | ApplicationGatewaySslCipherSuite,
|
| 638 | + ApplicationGatewayCustomErrorStatusCode, |
622 | 639 | ApplicationGatewayRequestRoutingRuleType,
|
623 | 640 | ApplicationGatewayRedirectType,
|
624 | 641 | ApplicationGatewayOperationalState,
|
|
638 | 655 | ExpressRouteCircuitSkuTier,
|
639 | 656 | ExpressRouteCircuitSkuFamily,
|
640 | 657 | ServiceProviderProvisioningState,
|
| 658 | + ExpressRouteLinkConnectorType, |
| 659 | + ExpressRouteLinkAdminState, |
| 660 | + ExpressRoutePortsEncapsulation, |
641 | 661 | LoadBalancerSkuName,
|
642 | 662 | LoadDistribution,
|
643 | 663 | ProbeProtocol,
|
|
661 | 681 | ConnectionMonitorSourceStatus,
|
662 | 682 | ConnectionState,
|
663 | 683 | EvaluationState,
|
| 684 | + VerbosityLevel, |
664 | 685 | PublicIPPrefixSkuName,
|
665 | 686 | VirtualNetworkPeeringState,
|
666 | 687 | VirtualNetworkGatewayType,
|
|
734 | 755 | 'ApplicationGatewaySslCertificate',
|
735 | 756 | 'ApplicationGatewayFrontendIPConfiguration',
|
736 | 757 | 'ApplicationGatewayFrontendPort',
|
| 758 | + 'ApplicationGatewayCustomError', |
737 | 759 | 'ApplicationGatewayHttpListener',
|
738 | 760 | 'ApplicationGatewayPathRule',
|
739 | 761 | 'ApplicationGatewayProbeHealthResponseMatch',
|
|
742 | 764 | 'ApplicationGatewayRedirectConfiguration',
|
743 | 765 | 'ApplicationGatewayUrlPathMap',
|
744 | 766 | 'ApplicationGatewayFirewallDisabledRuleGroup',
|
| 767 | + 'ApplicationGatewayFirewallExclusion', |
745 | 768 | 'ApplicationGatewayWebApplicationFirewallConfiguration',
|
746 | 769 | 'ApplicationGatewayAutoscaleConfiguration',
|
747 | 770 | 'ApplicationGateway',
|
|
802 | 825 | 'ExpressRouteGateway',
|
803 | 826 | 'ExpressRouteGatewayList',
|
804 | 827 | 'ExpressRouteConnectionList',
|
| 828 | + 'ExpressRoutePortsLocationBandwidths', |
| 829 | + 'ExpressRoutePortsLocation', |
| 830 | + 'ExpressRouteLink', |
| 831 | + 'ExpressRoutePort', |
805 | 832 | 'LoadBalancerSku',
|
806 | 833 | 'LoadBalancingRule',
|
807 | 834 | 'Probe',
|
|
880 | 907 | 'ConnectionMonitorResult',
|
881 | 908 | 'ConnectionStateSnapshot',
|
882 | 909 | 'ConnectionMonitorQueryResult',
|
883 |
| - 'TrafficQuery', |
| 910 | + 'NetworkConfigurationDiagnosticProfile', |
884 | 911 | 'NetworkConfigurationDiagnosticParameters',
|
885 | 912 | 'MatchedRule',
|
886 | 913 | 'NetworkSecurityRulesEvaluationResult',
|
|
969 | 996 | 'ExpressRouteServiceProviderPaged',
|
970 | 997 | 'ExpressRouteCrossConnectionPaged',
|
971 | 998 | 'ExpressRouteCrossConnectionPeeringPaged',
|
| 999 | + 'ExpressRoutePortsLocationPaged', |
| 1000 | + 'ExpressRoutePortPaged', |
| 1001 | + 'ExpressRouteLinkPaged', |
972 | 1002 | 'InterfaceEndpointPaged',
|
973 | 1003 | 'LoadBalancerPaged',
|
974 | 1004 | 'BackendAddressPoolPaged',
|
975 | 1005 | 'FrontendIPConfigurationPaged',
|
976 | 1006 | 'InboundNatRulePaged',
|
977 | 1007 | 'LoadBalancingRulePaged',
|
| 1008 | + 'OutboundRulePaged', |
978 | 1009 | 'NetworkInterfacePaged',
|
979 | 1010 | 'ProbePaged',
|
980 | 1011 | 'NetworkInterfaceIPConfigurationPaged',
|
|
1030 | 1061 | 'ApplicationGatewaySslPolicyType',
|
1031 | 1062 | 'ApplicationGatewaySslPolicyName',
|
1032 | 1063 | 'ApplicationGatewaySslCipherSuite',
|
| 1064 | + 'ApplicationGatewayCustomErrorStatusCode', |
1033 | 1065 | 'ApplicationGatewayRequestRoutingRuleType',
|
1034 | 1066 | 'ApplicationGatewayRedirectType',
|
1035 | 1067 | 'ApplicationGatewayOperationalState',
|
|
1049 | 1081 | 'ExpressRouteCircuitSkuTier',
|
1050 | 1082 | 'ExpressRouteCircuitSkuFamily',
|
1051 | 1083 | 'ServiceProviderProvisioningState',
|
| 1084 | + 'ExpressRouteLinkConnectorType', |
| 1085 | + 'ExpressRouteLinkAdminState', |
| 1086 | + 'ExpressRoutePortsEncapsulation', |
1052 | 1087 | 'LoadBalancerSkuName',
|
1053 | 1088 | 'LoadDistribution',
|
1054 | 1089 | 'ProbeProtocol',
|
|
1072 | 1107 | 'ConnectionMonitorSourceStatus',
|
1073 | 1108 | 'ConnectionState',
|
1074 | 1109 | 'EvaluationState',
|
| 1110 | + 'VerbosityLevel', |
1075 | 1111 | 'PublicIPPrefixSkuName',
|
1076 | 1112 | 'VirtualNetworkPeeringState',
|
1077 | 1113 | 'VirtualNetworkGatewayType',
|
|
0 commit comments