Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 28, 2021 02:15
Show Gist options
  • Save r-ryantm/cb17a5c0b26c7cd9954adbead272d88c to your computer and use it in GitHub Desktop.
Save r-ryantm/cb17a5c0b26c7cd9954adbead272d88c to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
/nix/store/ahl75wchf1wivjvp36pdbc9q0m920awy-python3.7-azure-mgmt-network-17.1.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   └── mgmt
│   │   └── network
│   │   ├── aio
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── _network_management_client.py
│   │   │   ├── _operations_mixin.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _network_management_client.cpython-37.pyc
│   │   │   └── _operations_mixin.cpython-37.pyc
│   │   ├── _configuration.py
│   │   ├── __init__.py
│   │   ├── models.py
│   │   ├── _network_management_client.py
│   │   ├── _operations_mixin.py
│   │   ├── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── models.cpython-37.pyc
│   │   │   ├── _network_management_client.cpython-37.pyc
│   │   │   ├── _operations_mixin.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── v2015_06_15
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   └── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   └── _virtual_networks_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   └── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   └── _virtual_networks_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2016_09_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   └── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   └── _virtual_networks_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   └── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   └── _virtual_networks_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2016_12_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   └── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   └── _virtual_networks_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   └── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   └── _virtual_networks_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2017_03_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   └── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   └── _virtual_networks_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   └── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   └── _virtual_networks_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2017_06_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   └── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   └── _virtual_networks_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   └── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   └── _virtual_networks_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2017_08_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   └── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   └── _virtual_networks_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   └── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   └── _virtual_networks_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2017_09_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   └── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   └── _virtual_networks_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   └── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   └── _virtual_networks_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2017_10_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   └── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   └── _virtual_networks_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   └── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   └── _virtual_networks_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2017_11_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   └── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   └── _virtual_networks_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   └── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   └── _virtual_networks_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2018_01_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   └── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   └── _virtual_networks_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   └── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   └── _virtual_networks_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2018_02_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   └── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   └── _virtual_networks_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   └── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   └── _virtual_networks_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2018_04_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   │   └── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   │   └── _vpn_sites_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   └── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   └── _vpn_sites_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2018_06_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   │   └── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   │   └── _vpn_sites_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   └── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   └── _vpn_sites_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2018_07_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   │   └── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   │   └── _vpn_sites_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   └── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   └── _vpn_sites_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2018_08_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _interface_endpoints_operations.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   │   ├── _p2_svpn_server_configurations_operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _interface_endpoints_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _p2_svpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   │   └── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   │   └── _vpn_sites_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _interface_endpoints_operations.py
│   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   ├── _p2_svpn_server_configurations_operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _interface_endpoints_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _p2_svpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   └── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   └── _vpn_sites_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2018_10_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _interface_endpoints_operations.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   │   ├── _p2_svpn_server_configurations_operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _interface_endpoints_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _p2_svpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   │   └── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   │   └── _vpn_sites_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _interface_endpoints_operations.py
│   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   ├── _p2_svpn_server_configurations_operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _interface_endpoints_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _p2_svpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   └── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   └── _vpn_sites_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2018_11_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _interface_endpoints_operations.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   │   ├── _p2_svpn_server_configurations_operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _interface_endpoints_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _p2_svpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   │   └── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   │   └── _vpn_sites_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _interface_endpoints_operations.py
│   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   ├── _p2_svpn_server_configurations_operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _interface_endpoints_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _p2_svpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   └── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   └── _vpn_sites_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2018_12_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _interface_endpoints_operations.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   │   ├── _p2_svpn_server_configurations_operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _interface_endpoints_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _p2_svpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   │   └── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   │   ├── _vpn_sites_operations.py
│   │   │   │   │   └── _web_application_firewall_policies_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _interface_endpoints_operations.py
│   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   ├── _p2_svpn_server_configurations_operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _interface_endpoints_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _p2_svpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   └── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   ├── _vpn_sites_operations.py
│   │   │   │   └── _web_application_firewall_policies_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2019_02_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _interface_endpoints_operations.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _nat_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   │   ├── _p2_svpn_server_configurations_operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _interface_endpoints_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _nat_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _p2_svpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _resource_navigation_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_association_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   │   └── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _resource_navigation_links_operations.py
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _service_association_links_operations.py
│   │   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   │   ├── _vpn_sites_operations.py
│   │   │   │   │   └── _web_application_firewall_policies_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _interface_endpoints_operations.py
│   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _nat_gateways_operations.py
│   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   ├── _p2_svpn_server_configurations_operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _interface_endpoints_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _nat_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _p2_svpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   ├── _resource_navigation_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_association_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   └── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   ├── _resource_navigation_links_operations.py
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _service_association_links_operations.py
│   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   ├── _vpn_sites_operations.py
│   │   │   │   └── _web_application_firewall_policies_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2019_04_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _available_private_endpoint_types_operations.py
│   │   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   │   ├── _bastion_hosts_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _nat_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   │   ├── _p2_svpn_server_configurations_operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _private_endpoints_operations.py
│   │   │   │   │   ├── _private_link_services_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_private_endpoint_types_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bastion_hosts_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _nat_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _p2_svpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_endpoints_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_link_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _resource_navigation_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_association_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   │   └── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _resource_navigation_links_operations.py
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _service_association_links_operations.py
│   │   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   │   ├── _service_tags_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   │   ├── _vpn_sites_operations.py
│   │   │   │   │   └── _web_application_firewall_policies_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   ├── _available_private_endpoint_types_operations.py
│   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   ├── _bastion_hosts_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _nat_gateways_operations.py
│   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   ├── _p2_svpn_server_configurations_operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   ├── _private_endpoints_operations.py
│   │   │   │   ├── _private_link_services_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_private_endpoint_types_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   ├── _bastion_hosts_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _nat_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _p2_svpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _private_endpoints_operations.cpython-37.pyc
│   │   │   │   │   ├── _private_link_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   ├── _resource_navigation_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_association_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   └── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   ├── _resource_navigation_links_operations.py
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _service_association_links_operations.py
│   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   ├── _service_tags_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   ├── _vpn_sites_operations.py
│   │   │   │   └── _web_application_firewall_policies_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2019_06_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _available_private_endpoint_types_operations.py
│   │   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   │   ├── _bastion_hosts_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _firewall_policies_operations.py
│   │   │   │   │   ├── _firewall_policy_rule_groups_operations.py
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _nat_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   │   ├── _p2_svpn_server_configurations_operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _private_endpoints_operations.py
│   │   │   │   │   ├── _private_link_services_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_private_endpoint_types_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bastion_hosts_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _firewall_policy_rule_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _nat_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _p2_svpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_endpoints_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_link_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _resource_navigation_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_association_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_link_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_site_link_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_site_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   │   └── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _resource_navigation_links_operations.py
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _service_association_links_operations.py
│   │   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   │   ├── _service_tags_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   │   ├── _vpn_link_connections_operations.py
│   │   │   │   │   ├── _vpn_site_link_connections_operations.py
│   │   │   │   │   ├── _vpn_site_links_operations.py
│   │   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   │   ├── _vpn_sites_operations.py
│   │   │   │   │   └── _web_application_firewall_policies_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   ├── _available_private_endpoint_types_operations.py
│   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   ├── _bastion_hosts_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── _firewall_policies_operations.py
│   │   │   │   ├── _firewall_policy_rule_groups_operations.py
│   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _nat_gateways_operations.py
│   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   ├── _p2_svpn_server_configurations_operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   ├── _private_endpoints_operations.py
│   │   │   │   ├── _private_link_services_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_private_endpoint_types_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   ├── _bastion_hosts_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _firewall_policy_rule_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _nat_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _p2_svpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _private_endpoints_operations.cpython-37.pyc
│   │   │   │   │   ├── _private_link_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   ├── _resource_navigation_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_association_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_link_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_site_link_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_site_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   └── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   ├── _resource_navigation_links_operations.py
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _service_association_links_operations.py
│   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   ├── _service_tags_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   ├── _vpn_link_connections_operations.py
│   │   │   │   ├── _vpn_site_link_connections_operations.py
│   │   │   │   ├── _vpn_site_links_operations.py
│   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   ├── _vpn_sites_operations.py
│   │   │   │   └── _web_application_firewall_policies_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2019_07_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _available_private_endpoint_types_operations.py
│   │   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   │   ├── _bastion_hosts_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _firewall_policies_operations.py
│   │   │   │   │   ├── _firewall_policy_rule_groups_operations.py
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _nat_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   │   ├── _p2_svpn_server_configurations_operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _private_endpoints_operations.py
│   │   │   │   │   ├── _private_link_services_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_private_endpoint_types_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bastion_hosts_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _firewall_policy_rule_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _nat_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _p2_svpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_endpoints_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_link_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _resource_navigation_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_association_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_router_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_routers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_link_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_site_link_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_site_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   │   └── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _resource_navigation_links_operations.py
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _service_association_links_operations.py
│   │   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   │   ├── _service_tags_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   │   ├── _virtual_router_peerings_operations.py
│   │   │   │   │   ├── _virtual_routers_operations.py
│   │   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   │   ├── _vpn_link_connections_operations.py
│   │   │   │   │   ├── _vpn_site_link_connections_operations.py
│   │   │   │   │   ├── _vpn_site_links_operations.py
│   │   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   │   ├── _vpn_sites_operations.py
│   │   │   │   │   └── _web_application_firewall_policies_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   ├── _available_private_endpoint_types_operations.py
│   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   ├── _bastion_hosts_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── _firewall_policies_operations.py
│   │   │   │   ├── _firewall_policy_rule_groups_operations.py
│   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _nat_gateways_operations.py
│   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   ├── _p2_svpn_server_configurations_operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   ├── _private_endpoints_operations.py
│   │   │   │   ├── _private_link_services_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_private_endpoint_types_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   ├── _bastion_hosts_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _firewall_policy_rule_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _nat_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _p2_svpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _private_endpoints_operations.cpython-37.pyc
│   │   │   │   │   ├── _private_link_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   ├── _resource_navigation_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_association_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_router_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_routers_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_link_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_site_link_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_site_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   └── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   ├── _resource_navigation_links_operations.py
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _service_association_links_operations.py
│   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   ├── _service_tags_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   ├── _virtual_router_peerings_operations.py
│   │   │   │   ├── _virtual_routers_operations.py
│   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   ├── _vpn_link_connections_operations.py
│   │   │   │   ├── _vpn_site_link_connections_operations.py
│   │   │   │   ├── _vpn_site_links_operations.py
│   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   ├── _vpn_sites_operations.py
│   │   │   │   └── _web_application_firewall_policies_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2019_08_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _available_private_endpoint_types_operations.py
│   │   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   │   ├── _available_service_aliases_operations.py
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   │   ├── _bastion_hosts_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _firewall_policies_operations.py
│   │   │   │   │   ├── _firewall_policy_rule_groups_operations.py
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _nat_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _private_endpoints_operations.py
│   │   │   │   │   ├── _private_link_services_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_private_endpoint_types_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_service_aliases_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bastion_hosts_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _firewall_policy_rule_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _nat_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_endpoints_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_link_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _resource_navigation_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_association_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_router_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_routers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_link_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_site_link_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_site_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   │   └── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _resource_navigation_links_operations.py
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _service_association_links_operations.py
│   │   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   │   ├── _service_tags_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   │   ├── _virtual_router_peerings_operations.py
│   │   │   │   │   ├── _virtual_routers_operations.py
│   │   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   │   ├── _vpn_link_connections_operations.py
│   │   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.py
│   │   │   │   │   ├── _vpn_server_configurations_operations.py
│   │   │   │   │   ├── _vpn_site_link_connections_operations.py
│   │   │   │   │   ├── _vpn_site_links_operations.py
│   │   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   │   ├── _vpn_sites_operations.py
│   │   │   │   │   └── _web_application_firewall_policies_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   ├── _available_private_endpoint_types_operations.py
│   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   ├── _available_service_aliases_operations.py
│   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   ├── _bastion_hosts_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── _firewall_policies_operations.py
│   │   │   │   ├── _firewall_policy_rule_groups_operations.py
│   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _nat_gateways_operations.py
│   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   ├── _private_endpoints_operations.py
│   │   │   │   ├── _private_link_services_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_private_endpoint_types_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_service_aliases_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   ├── _bastion_hosts_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _firewall_policy_rule_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _nat_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _private_endpoints_operations.cpython-37.pyc
│   │   │   │   │   ├── _private_link_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   ├── _resource_navigation_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_association_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_router_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_routers_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_link_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_site_link_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_site_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   └── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   ├── _resource_navigation_links_operations.py
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _service_association_links_operations.py
│   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   ├── _service_tags_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   ├── _virtual_router_peerings_operations.py
│   │   │   │   ├── _virtual_routers_operations.py
│   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   ├── _vpn_link_connections_operations.py
│   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.py
│   │   │   │   ├── _vpn_server_configurations_operations.py
│   │   │   │   ├── _vpn_site_link_connections_operations.py
│   │   │   │   ├── _vpn_site_links_operations.py
│   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   ├── _vpn_sites_operations.py
│   │   │   │   └── _web_application_firewall_policies_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2019_09_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _available_private_endpoint_types_operations.py
│   │   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   │   ├── _available_service_aliases_operations.py
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   │   ├── _bastion_hosts_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _firewall_policies_operations.py
│   │   │   │   │   ├── _firewall_policy_rule_groups_operations.py
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _ip_groups_operations.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _nat_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _private_endpoints_operations.py
│   │   │   │   │   ├── _private_link_services_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_private_endpoint_types_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_service_aliases_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bastion_hosts_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _firewall_policy_rule_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _ip_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _nat_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_endpoints_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_link_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _resource_navigation_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_association_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_router_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_routers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_link_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_site_link_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_site_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   │   └── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _resource_navigation_links_operations.py
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _service_association_links_operations.py
│   │   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   │   ├── _service_tags_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.py
│   │   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   │   ├── _virtual_router_peerings_operations.py
│   │   │   │   │   ├── _virtual_routers_operations.py
│   │   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   │   ├── _vpn_link_connections_operations.py
│   │   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.py
│   │   │   │   │   ├── _vpn_server_configurations_operations.py
│   │   │   │   │   ├── _vpn_site_link_connections_operations.py
│   │   │   │   │   ├── _vpn_site_links_operations.py
│   │   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   │   ├── _vpn_sites_operations.py
│   │   │   │   │   └── _web_application_firewall_policies_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   ├── _available_private_endpoint_types_operations.py
│   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   ├── _available_service_aliases_operations.py
│   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   ├── _bastion_hosts_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── _firewall_policies_operations.py
│   │   │   │   ├── _firewall_policy_rule_groups_operations.py
│   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _ip_groups_operations.py
│   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _nat_gateways_operations.py
│   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   ├── _private_endpoints_operations.py
│   │   │   │   ├── _private_link_services_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_private_endpoint_types_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_service_aliases_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   ├── _bastion_hosts_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _firewall_policy_rule_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _ip_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _nat_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _private_endpoints_operations.cpython-37.pyc
│   │   │   │   │   ├── _private_link_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   ├── _resource_navigation_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_association_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_router_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_routers_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_link_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_site_link_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_site_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   └── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   ├── _resource_navigation_links_operations.py
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _service_association_links_operations.py
│   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   ├── _service_tags_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.py
│   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   ├── _virtual_router_peerings_operations.py
│   │   │   │   ├── _virtual_routers_operations.py
│   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   ├── _vpn_link_connections_operations.py
│   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.py
│   │   │   │   ├── _vpn_server_configurations_operations.py
│   │   │   │   ├── _vpn_site_link_connections_operations.py
│   │   │   │   ├── _vpn_site_links_operations.py
│   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   ├── _vpn_sites_operations.py
│   │   │   │   └── _web_application_firewall_policies_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2019_11_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _available_private_endpoint_types_operations.py
│   │   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   │   ├── _available_service_aliases_operations.py
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   │   ├── _bastion_hosts_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _firewall_policies_operations.py
│   │   │   │   │   ├── _firewall_policy_rule_groups_operations.py
│   │   │   │   │   ├── _flow_logs_operations.py
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _ip_groups_operations.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _nat_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _private_endpoints_operations.py
│   │   │   │   │   ├── _private_link_services_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_private_endpoint_types_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_service_aliases_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bastion_hosts_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _firewall_policy_rule_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _flow_logs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _ip_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _nat_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_endpoints_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_link_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _resource_navigation_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_association_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_router_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_routers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_link_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_site_link_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_site_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   │   └── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _resource_navigation_links_operations.py
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _service_association_links_operations.py
│   │   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   │   ├── _service_tags_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.py
│   │   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   │   ├── _virtual_router_peerings_operations.py
│   │   │   │   │   ├── _virtual_routers_operations.py
│   │   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   │   ├── _vpn_link_connections_operations.py
│   │   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.py
│   │   │   │   │   ├── _vpn_server_configurations_operations.py
│   │   │   │   │   ├── _vpn_site_link_connections_operations.py
│   │   │   │   │   ├── _vpn_site_links_operations.py
│   │   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   │   ├── _vpn_sites_operations.py
│   │   │   │   │   └── _web_application_firewall_policies_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   ├── _available_private_endpoint_types_operations.py
│   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   ├── _available_service_aliases_operations.py
│   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   ├── _bastion_hosts_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── _firewall_policies_operations.py
│   │   │   │   ├── _firewall_policy_rule_groups_operations.py
│   │   │   │   ├── _flow_logs_operations.py
│   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _ip_groups_operations.py
│   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _nat_gateways_operations.py
│   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   ├── _private_endpoints_operations.py
│   │   │   │   ├── _private_link_services_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_private_endpoint_types_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_service_aliases_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   ├── _bastion_hosts_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _firewall_policy_rule_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _flow_logs_operations.cpython-37.pyc
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _ip_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _nat_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _private_endpoints_operations.cpython-37.pyc
│   │   │   │   │   ├── _private_link_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   ├── _resource_navigation_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_association_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_router_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_routers_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_link_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_site_link_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_site_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   └── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   ├── _resource_navigation_links_operations.py
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _service_association_links_operations.py
│   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   ├── _service_tags_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.py
│   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   ├── _virtual_router_peerings_operations.py
│   │   │   │   ├── _virtual_routers_operations.py
│   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   ├── _vpn_link_connections_operations.py
│   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.py
│   │   │   │   ├── _vpn_server_configurations_operations.py
│   │   │   │   ├── _vpn_site_link_connections_operations.py
│   │   │   │   ├── _vpn_site_links_operations.py
│   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   ├── _vpn_sites_operations.py
│   │   │   │   └── _web_application_firewall_policies_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2019_12_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _available_private_endpoint_types_operations.py
│   │   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   │   ├── _available_service_aliases_operations.py
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   │   ├── _bastion_hosts_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _firewall_policies_operations.py
│   │   │   │   │   ├── _firewall_policy_rule_groups_operations.py
│   │   │   │   │   ├── _flow_logs_operations.py
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _ip_groups_operations.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _nat_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_virtual_appliances_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _private_endpoints_operations.py
│   │   │   │   │   ├── _private_link_services_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_private_endpoint_types_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_service_aliases_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bastion_hosts_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _firewall_policy_rule_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _flow_logs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _ip_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _nat_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_virtual_appliances_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_endpoints_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_link_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _resource_navigation_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_association_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_router_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_routers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_link_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_site_link_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_site_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   │   └── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _resource_navigation_links_operations.py
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _service_association_links_operations.py
│   │   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   │   ├── _service_tags_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.py
│   │   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   │   ├── _virtual_router_peerings_operations.py
│   │   │   │   │   ├── _virtual_routers_operations.py
│   │   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   │   ├── _vpn_link_connections_operations.py
│   │   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.py
│   │   │   │   │   ├── _vpn_server_configurations_operations.py
│   │   │   │   │   ├── _vpn_site_link_connections_operations.py
│   │   │   │   │   ├── _vpn_site_links_operations.py
│   │   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   │   ├── _vpn_sites_operations.py
│   │   │   │   │   └── _web_application_firewall_policies_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   ├── _available_private_endpoint_types_operations.py
│   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   ├── _available_service_aliases_operations.py
│   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   ├── _bastion_hosts_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── _firewall_policies_operations.py
│   │   │   │   ├── _firewall_policy_rule_groups_operations.py
│   │   │   │   ├── _flow_logs_operations.py
│   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _ip_groups_operations.py
│   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _nat_gateways_operations.py
│   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_virtual_appliances_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   ├── _private_endpoints_operations.py
│   │   │   │   ├── _private_link_services_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_private_endpoint_types_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_service_aliases_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   ├── _bastion_hosts_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _firewall_policy_rule_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _flow_logs_operations.cpython-37.pyc
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _ip_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _nat_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_virtual_appliances_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _private_endpoints_operations.cpython-37.pyc
│   │   │   │   │   ├── _private_link_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   ├── _resource_navigation_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_association_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_router_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_routers_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_link_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_site_link_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_site_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   └── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   ├── _resource_navigation_links_operations.py
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _service_association_links_operations.py
│   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   ├── _service_tags_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.py
│   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   ├── _virtual_router_peerings_operations.py
│   │   │   │   ├── _virtual_routers_operations.py
│   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   ├── _vpn_link_connections_operations.py
│   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.py
│   │   │   │   ├── _vpn_server_configurations_operations.py
│   │   │   │   ├── _vpn_site_link_connections_operations.py
│   │   │   │   ├── _vpn_site_links_operations.py
│   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   ├── _vpn_sites_operations.py
│   │   │   │   └── _web_application_firewall_policies_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2020_03_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _available_private_endpoint_types_operations.py
│   │   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   │   ├── _available_service_aliases_operations.py
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   │   ├── _bastion_hosts_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _firewall_policies_operations.py
│   │   │   │   │   ├── _firewall_policy_rule_groups_operations.py
│   │   │   │   │   ├── _flow_logs_operations.py
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _ip_allocations_operations.py
│   │   │   │   │   ├── _ip_groups_operations.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _nat_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_virtual_appliances_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _private_dns_zone_groups_operations.py
│   │   │   │   │   ├── _private_endpoints_operations.py
│   │   │   │   │   ├── _private_link_services_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_private_endpoint_types_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_service_aliases_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bastion_hosts_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _firewall_policy_rule_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _flow_logs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _ip_allocations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ip_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _nat_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_virtual_appliances_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_dns_zone_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_endpoints_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_link_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _resource_navigation_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_partner_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_association_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_router_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_routers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_link_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_site_link_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_site_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   │   └── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _resource_navigation_links_operations.py
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_partner_providers_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _service_association_links_operations.py
│   │   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   │   ├── _service_tags_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.py
│   │   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   │   ├── _virtual_router_peerings_operations.py
│   │   │   │   │   ├── _virtual_routers_operations.py
│   │   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   │   ├── _vpn_link_connections_operations.py
│   │   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.py
│   │   │   │   │   ├── _vpn_server_configurations_operations.py
│   │   │   │   │   ├── _vpn_site_link_connections_operations.py
│   │   │   │   │   ├── _vpn_site_links_operations.py
│   │   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   │   ├── _vpn_sites_operations.py
│   │   │   │   │   └── _web_application_firewall_policies_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   ├── _available_private_endpoint_types_operations.py
│   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   ├── _available_service_aliases_operations.py
│   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   ├── _bastion_hosts_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── _firewall_policies_operations.py
│   │   │   │   ├── _firewall_policy_rule_groups_operations.py
│   │   │   │   ├── _flow_logs_operations.py
│   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _ip_allocations_operations.py
│   │   │   │   ├── _ip_groups_operations.py
│   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _nat_gateways_operations.py
│   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_virtual_appliances_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   ├── _private_dns_zone_groups_operations.py
│   │   │   │   ├── _private_endpoints_operations.py
│   │   │   │   ├── _private_link_services_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_private_endpoint_types_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_service_aliases_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   ├── _bastion_hosts_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _firewall_policy_rule_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _flow_logs_operations.cpython-37.pyc
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _ip_allocations_operations.cpython-37.pyc
│   │   │   │   │   ├── _ip_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _nat_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_virtual_appliances_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _private_dns_zone_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _private_endpoints_operations.cpython-37.pyc
│   │   │   │   │   ├── _private_link_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   ├── _resource_navigation_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_partner_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_association_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_router_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_routers_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_link_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_site_link_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_site_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   └── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   ├── _resource_navigation_links_operations.py
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_partner_providers_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _service_association_links_operations.py
│   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   ├── _service_tags_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.py
│   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   ├── _virtual_router_peerings_operations.py
│   │   │   │   ├── _virtual_routers_operations.py
│   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   ├── _vpn_link_connections_operations.py
│   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.py
│   │   │   │   ├── _vpn_server_configurations_operations.py
│   │   │   │   ├── _vpn_site_link_connections_operations.py
│   │   │   │   ├── _vpn_site_links_operations.py
│   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   ├── _vpn_sites_operations.py
│   │   │   │   └── _web_application_firewall_policies_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2020_04_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _available_private_endpoint_types_operations.py
│   │   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   │   ├── _available_service_aliases_operations.py
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   │   ├── _bastion_hosts_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _firewall_policies_operations.py
│   │   │   │   │   ├── _firewall_policy_rule_groups_operations.py
│   │   │   │   │   ├── _flow_logs_operations.py
│   │   │   │   │   ├── _hub_route_tables_operations.py
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _ip_allocations_operations.py
│   │   │   │   │   ├── _ip_groups_operations.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _nat_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_virtual_appliances_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _private_dns_zone_groups_operations.py
│   │   │   │   │   ├── _private_endpoints_operations.py
│   │   │   │   │   ├── _private_link_services_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_private_endpoint_types_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_service_aliases_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bastion_hosts_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _firewall_policy_rule_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _flow_logs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _hub_route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _ip_allocations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ip_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _nat_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_virtual_appliances_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_dns_zone_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_endpoints_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_link_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _resource_navigation_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_partner_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_association_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_router_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_routers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_link_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_site_link_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_site_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   │   └── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _resource_navigation_links_operations.py
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_partner_providers_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _service_association_links_operations.py
│   │   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   │   ├── _service_tags_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.py
│   │   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   │   ├── _virtual_router_peerings_operations.py
│   │   │   │   │   ├── _virtual_routers_operations.py
│   │   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   │   ├── _vpn_link_connections_operations.py
│   │   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.py
│   │   │   │   │   ├── _vpn_server_configurations_operations.py
│   │   │   │   │   ├── _vpn_site_link_connections_operations.py
│   │   │   │   │   ├── _vpn_site_links_operations.py
│   │   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   │   ├── _vpn_sites_operations.py
│   │   │   │   │   └── _web_application_firewall_policies_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   ├── _available_private_endpoint_types_operations.py
│   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   ├── _available_service_aliases_operations.py
│   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   ├── _bastion_hosts_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── _firewall_policies_operations.py
│   │   │   │   ├── _firewall_policy_rule_groups_operations.py
│   │   │   │   ├── _flow_logs_operations.py
│   │   │   │   ├── _hub_route_tables_operations.py
│   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _ip_allocations_operations.py
│   │   │   │   ├── _ip_groups_operations.py
│   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _nat_gateways_operations.py
│   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_virtual_appliances_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   ├── _private_dns_zone_groups_operations.py
│   │   │   │   ├── _private_endpoints_operations.py
│   │   │   │   ├── _private_link_services_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_private_endpoint_types_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_service_aliases_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   ├── _bastion_hosts_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _firewall_policy_rule_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _flow_logs_operations.cpython-37.pyc
│   │   │   │   │   ├── _hub_route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _ip_allocations_operations.cpython-37.pyc
│   │   │   │   │   ├── _ip_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _nat_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_virtual_appliances_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _private_dns_zone_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _private_endpoints_operations.cpython-37.pyc
│   │   │   │   │   ├── _private_link_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   ├── _resource_navigation_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_partner_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_association_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_router_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_routers_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_link_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_site_link_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_site_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   └── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   ├── _resource_navigation_links_operations.py
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_partner_providers_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _service_association_links_operations.py
│   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   ├── _service_tags_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.py
│   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   ├── _virtual_router_peerings_operations.py
│   │   │   │   ├── _virtual_routers_operations.py
│   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   ├── _vpn_link_connections_operations.py
│   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.py
│   │   │   │   ├── _vpn_server_configurations_operations.py
│   │   │   │   ├── _vpn_site_link_connections_operations.py
│   │   │   │   ├── _vpn_site_links_operations.py
│   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   ├── _vpn_sites_operations.py
│   │   │   │   └── _web_application_firewall_policies_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2020_05_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateway_private_endpoint_connections_operations.py
│   │   │   │   │   ├── _application_gateway_private_link_resources_operations.py
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _available_private_endpoint_types_operations.py
│   │   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   │   ├── _available_service_aliases_operations.py
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   │   ├── _bastion_hosts_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _firewall_policies_operations.py
│   │   │   │   │   ├── _firewall_policy_rule_collection_groups_operations.py
│   │   │   │   │   ├── _flow_logs_operations.py
│   │   │   │   │   ├── _hub_route_tables_operations.py
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _ip_allocations_operations.py
│   │   │   │   │   ├── _ip_groups_operations.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _nat_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_virtual_appliances_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _private_dns_zone_groups_operations.py
│   │   │   │   │   ├── _private_endpoints_operations.py
│   │   │   │   │   ├── _private_link_services_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateway_private_endpoint_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_gateway_private_link_resources_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_private_endpoint_types_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_service_aliases_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bastion_hosts_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _firewall_policy_rule_collection_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _flow_logs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _hub_route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _ip_allocations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ip_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _nat_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_virtual_appliances_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_dns_zone_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_endpoints_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_link_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _resource_navigation_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_partner_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_association_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_appliance_sites_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_appliance_skus_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hub_bgp_connection_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hub_bgp_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hub_ip_configuration_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_router_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_routers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_link_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_site_link_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_site_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   │   └── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _resource_navigation_links_operations.py
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_partner_providers_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _service_association_links_operations.py
│   │   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   │   ├── _service_tags_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_appliance_sites_operations.py
│   │   │   │   │   ├── _virtual_appliance_skus_operations.py
│   │   │   │   │   ├── _virtual_hub_bgp_connection_operations.py
│   │   │   │   │   ├── _virtual_hub_bgp_connections_operations.py
│   │   │   │   │   ├── _virtual_hub_ip_configuration_operations.py
│   │   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.py
│   │   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   │   ├── _virtual_router_peerings_operations.py
│   │   │   │   │   ├── _virtual_routers_operations.py
│   │   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   │   ├── _vpn_link_connections_operations.py
│   │   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.py
│   │   │   │   │   ├── _vpn_server_configurations_operations.py
│   │   │   │   │   ├── _vpn_site_link_connections_operations.py
│   │   │   │   │   ├── _vpn_site_links_operations.py
│   │   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   │   ├── _vpn_sites_operations.py
│   │   │   │   │   └── _web_application_firewall_policies_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateway_private_endpoint_connections_operations.py
│   │   │   │   ├── _application_gateway_private_link_resources_operations.py
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   ├── _available_private_endpoint_types_operations.py
│   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   ├── _available_service_aliases_operations.py
│   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   ├── _bastion_hosts_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── _firewall_policies_operations.py
│   │   │   │   ├── _firewall_policy_rule_collection_groups_operations.py
│   │   │   │   ├── _flow_logs_operations.py
│   │   │   │   ├── _hub_route_tables_operations.py
│   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _ip_allocations_operations.py
│   │   │   │   ├── _ip_groups_operations.py
│   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _nat_gateways_operations.py
│   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_virtual_appliances_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   ├── _private_dns_zone_groups_operations.py
│   │   │   │   ├── _private_endpoints_operations.py
│   │   │   │   ├── _private_link_services_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateway_private_endpoint_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_gateway_private_link_resources_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_private_endpoint_types_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_service_aliases_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   ├── _bastion_hosts_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _firewall_policy_rule_collection_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _flow_logs_operations.cpython-37.pyc
│   │   │   │   │   ├── _hub_route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _ip_allocations_operations.cpython-37.pyc
│   │   │   │   │   ├── _ip_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _nat_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_virtual_appliances_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _private_dns_zone_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _private_endpoints_operations.cpython-37.pyc
│   │   │   │   │   ├── _private_link_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   ├── _resource_navigation_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_partner_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_association_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_appliance_sites_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_appliance_skus_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hub_bgp_connection_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hub_bgp_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hub_ip_configuration_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_router_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_routers_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_link_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_site_link_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_site_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   └── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   ├── _resource_navigation_links_operations.py
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_partner_providers_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _service_association_links_operations.py
│   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   ├── _service_tags_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_appliance_sites_operations.py
│   │   │   │   ├── _virtual_appliance_skus_operations.py
│   │   │   │   ├── _virtual_hub_bgp_connection_operations.py
│   │   │   │   ├── _virtual_hub_bgp_connections_operations.py
│   │   │   │   ├── _virtual_hub_ip_configuration_operations.py
│   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.py
│   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   ├── _virtual_router_peerings_operations.py
│   │   │   │   ├── _virtual_routers_operations.py
│   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   ├── _vpn_link_connections_operations.py
│   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.py
│   │   │   │   ├── _vpn_server_configurations_operations.py
│   │   │   │   ├── _vpn_site_link_connections_operations.py
│   │   │   │   ├── _vpn_site_links_operations.py
│   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   ├── _vpn_sites_operations.py
│   │   │   │   └── _web_application_firewall_policies_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2020_06_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateway_private_endpoint_connections_operations.py
│   │   │   │   │   ├── _application_gateway_private_link_resources_operations.py
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _available_private_endpoint_types_operations.py
│   │   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   │   ├── _available_service_aliases_operations.py
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   │   ├── _bastion_hosts_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   │   ├── _custom_ip_prefixes_operations.py
│   │   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _dscp_configuration_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _firewall_policies_operations.py
│   │   │   │   │   ├── _firewall_policy_rule_collection_groups_operations.py
│   │   │   │   │   ├── _flow_logs_operations.py
│   │   │   │   │   ├── _hub_route_tables_operations.py
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── _inbound_security_rule_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _ip_allocations_operations.py
│   │   │   │   │   ├── _ip_groups_operations.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _nat_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_virtual_appliances_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _private_dns_zone_groups_operations.py
│   │   │   │   │   ├── _private_endpoints_operations.py
│   │   │   │   │   ├── _private_link_services_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateway_private_endpoint_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_gateway_private_link_resources_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_private_endpoint_types_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_service_aliases_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bastion_hosts_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _custom_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _dscp_configuration_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _firewall_policy_rule_collection_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _flow_logs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _hub_route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_security_rule_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _ip_allocations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ip_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _nat_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_virtual_appliances_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_dns_zone_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_endpoints_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_link_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _resource_navigation_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_partner_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_association_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_appliance_sites_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_appliance_skus_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hub_bgp_connection_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hub_bgp_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hub_ip_configuration_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_router_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_routers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_link_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_site_link_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_site_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   │   └── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _resource_navigation_links_operations.py
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_partner_providers_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _service_association_links_operations.py
│   │   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   │   ├── _service_tags_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_appliance_sites_operations.py
│   │   │   │   │   ├── _virtual_appliance_skus_operations.py
│   │   │   │   │   ├── _virtual_hub_bgp_connection_operations.py
│   │   │   │   │   ├── _virtual_hub_bgp_connections_operations.py
│   │   │   │   │   ├── _virtual_hub_ip_configuration_operations.py
│   │   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.py
│   │   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   │   ├── _virtual_router_peerings_operations.py
│   │   │   │   │   ├── _virtual_routers_operations.py
│   │   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   │   ├── _vpn_link_connections_operations.py
│   │   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.py
│   │   │   │   │   ├── _vpn_server_configurations_operations.py
│   │   │   │   │   ├── _vpn_site_link_connections_operations.py
│   │   │   │   │   ├── _vpn_site_links_operations.py
│   │   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   │   ├── _vpn_sites_operations.py
│   │   │   │   │   └── _web_application_firewall_policies_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _network_management_client.cpython-37.pyc
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _network_management_client_enums.cpython-37.pyc
│   │   │   ├── _network_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _application_gateway_private_endpoint_connections_operations.py
│   │   │   │   ├── _application_gateway_private_link_resources_operations.py
│   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   ├── _available_private_endpoint_types_operations.py
│   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   ├── _available_service_aliases_operations.py
│   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   ├── _bastion_hosts_operations.py
│   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   ├── _custom_ip_prefixes_operations.py
│   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   ├── _dscp_configuration_operations.py
│   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   ├── _firewall_policies_operations.py
│   │   │   │   ├── _firewall_policy_rule_collection_groups_operations.py
│   │   │   │   ├── _flow_logs_operations.py
│   │   │   │   ├── _hub_route_tables_operations.py
│   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   ├── _inbound_security_rule_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _ip_allocations_operations.py
│   │   │   │   ├── _ip_groups_operations.py
│   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   ├── _nat_gateways_operations.py
│   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   ├── _network_virtual_appliances_operations.py
│   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   ├── _private_dns_zone_groups_operations.py
│   │   │   │   ├── _private_endpoints_operations.py
│   │   │   │   ├── _private_link_services_operations.py
│   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _application_gateway_private_endpoint_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_gateway_private_link_resources_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_private_endpoint_types_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   ├── _available_service_aliases_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   ├── _bastion_hosts_operations.cpython-37.pyc
│   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   ├── _custom_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _dscp_configuration_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _firewall_policy_rule_collection_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _flow_logs_operations.cpython-37.pyc
│   │   │   │   │   ├── _hub_route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _inbound_security_rule_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _ip_allocations_operations.cpython-37.pyc
│   │   │   │   │   ├── _ip_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _nat_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_virtual_appliances_operations.cpython-37.pyc
│   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _private_dns_zone_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── _private_endpoints_operations.cpython-37.pyc
│   │   │   │   │   ├── _private_link_services_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   ├── _resource_navigation_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_partner_providers_operations.cpython-37.pyc
│   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_association_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   ├── _service_tags_operations.cpython-37.pyc
│   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_appliance_sites_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_appliance_skus_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hub_bgp_connection_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hub_bgp_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hub_ip_configuration_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_router_peerings_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_routers_operations.cpython-37.pyc
│   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_link_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_site_link_connections_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_site_links_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   └── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   ├── _resource_navigation_links_operations.py
│   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   ├── _route_filters_operations.py
│   │   │   │   ├── _routes_operations.py
│   │   │   │   ├── _route_tables_operations.py
│   │   │   │   ├── _security_partner_providers_operations.py
│   │   │   │   ├── _security_rules_operations.py
│   │   │   │   ├── _service_association_links_operations.py
│   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   ├── _service_tags_operations.py
│   │   │   │   ├── _subnets_operations.py
│   │   │   │   ├── _usages_operations.py
│   │   │   │   ├── _virtual_appliance_sites_operations.py
│   │   │   │   ├── _virtual_appliance_skus_operations.py
│   │   │   │   ├── _virtual_hub_bgp_connection_operations.py
│   │   │   │   ├── _virtual_hub_bgp_connections_operations.py
│   │   │   │   ├── _virtual_hub_ip_configuration_operations.py
│   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.py
│   │   │   │   ├── _virtual_hubs_operations.py
│   │   │   │   ├── _virtual_network_gateway_connections_operations.py
│   │   │   │   ├── _virtual_network_gateways_operations.py
│   │   │   │   ├── _virtual_network_peerings_operations.py
│   │   │   │   ├── _virtual_networks_operations.py
│   │   │   │   ├── _virtual_network_taps_operations.py
│   │   │   │   ├── _virtual_router_peerings_operations.py
│   │   │   │   ├── _virtual_routers_operations.py
│   │   │   │   ├── _virtual_wans_operations.py
│   │   │   │   ├── _vpn_connections_operations.py
│   │   │   │   ├── _vpn_gateways_operations.py
│   │   │   │   ├── _vpn_link_connections_operations.py
│   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.py
│   │   │   │   ├── _vpn_server_configurations_operations.py
│   │   │   │   ├── _vpn_site_link_connections_operations.py
│   │   │   │   ├── _vpn_site_links_operations.py
│   │   │   │   ├── _vpn_sites_configuration_operations.py
│   │   │   │   ├── _vpn_sites_operations.py
│   │   │   │   └── _web_application_firewall_policies_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _network_management_client.cpython-37.pyc
│   │   ├── v2020_07_01
│   │   │   ├── aio
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _network_management_client.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _application_gateway_private_endpoint_connections_operations.py
│   │   │   │   │   ├── _application_gateway_private_link_resources_operations.py
│   │   │   │   │   ├── _application_gateways_operations.py
│   │   │   │   │   ├── _application_security_groups_operations.py
│   │   │   │   │   ├── _available_delegations_operations.py
│   │   │   │   │   ├── _available_endpoint_services_operations.py
│   │   │   │   │   ├── _available_private_endpoint_types_operations.py
│   │   │   │   │   ├── _available_resource_group_delegations_operations.py
│   │   │   │   │   ├── _available_service_aliases_operations.py
│   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.py
│   │   │   │   │   ├── _azure_firewalls_operations.py
│   │   │   │   │   ├── _bastion_hosts_operations.py
│   │   │   │   │   ├── _bgp_service_communities_operations.py
│   │   │   │   │   ├── _connection_monitors_operations.py
│   │   │   │   │   ├── _custom_ip_prefixes_operations.py
│   │   │   │   │   ├── _ddos_custom_policies_operations.py
│   │   │   │   │   ├── _ddos_protection_plans_operations.py
│   │   │   │   │   ├── _default_security_rules_operations.py
│   │   │   │   │   ├── _dscp_configuration_operations.py
│   │   │   │   │   ├── _express_route_circuit_authorizations_operations.py
│   │   │   │   │   ├── _express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _express_route_circuit_peerings_operations.py
│   │   │   │   │   ├── _express_route_circuits_operations.py
│   │   │   │   │   ├── _express_route_connections_operations.py
│   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.py
│   │   │   │   │   ├── _express_route_cross_connections_operations.py
│   │   │   │   │   ├── _express_route_gateways_operations.py
│   │   │   │   │   ├── _express_route_links_operations.py
│   │   │   │   │   ├── _express_route_ports_locations_operations.py
│   │   │   │   │   ├── _express_route_ports_operations.py
│   │   │   │   │   ├── _express_route_service_providers_operations.py
│   │   │   │   │   ├── _firewall_policies_operations.py
│   │   │   │   │   ├── _firewall_policy_rule_collection_groups_operations.py
│   │   │   │   │   ├── _flow_logs_operations.py
│   │   │   │   │   ├── _hub_route_tables_operations.py
│   │   │   │   │   ├── _hub_virtual_network_connections_operations.py
│   │   │   │   │   ├── _inbound_nat_rules_operations.py
│   │   │   │   │   ├── _inbound_security_rule_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _ip_allocations_operations.py
│   │   │   │   │   ├── _ip_groups_operations.py
│   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.py
│   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.py
│   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.py
│   │   │   │   │   ├── _load_balancer_network_interfaces_operations.py
│   │   │   │   │   ├── _load_balancer_outbound_rules_operations.py
│   │   │   │   │   ├── _load_balancer_probes_operations.py
│   │   │   │   │   ├── _load_balancers_operations.py
│   │   │   │   │   ├── _local_network_gateways_operations.py
│   │   │   │   │   ├── _nat_gateways_operations.py
│   │   │   │   │   ├── _network_interface_ip_configurations_operations.py
│   │   │   │   │   ├── _network_interface_load_balancers_operations.py
│   │   │   │   │   ├── _network_interfaces_operations.py
│   │   │   │   │   ├── _network_interface_tap_configurations_operations.py
│   │   │   │   │   ├── _network_management_client_operations.py
│   │   │   │   │   ├── _network_profiles_operations.py
│   │   │   │   │   ├── _network_security_groups_operations.py
│   │   │   │   │   ├── _network_virtual_appliances_operations.py
│   │   │   │   │   ├── _network_watchers_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _p2_svpn_gateways_operations.py
│   │   │   │   │   ├── _packet_captures_operations.py
│   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.py
│   │   │   │   │   ├── _private_dns_zone_groups_operations.py
│   │   │   │   │   ├── _private_endpoints_operations.py
│   │   │   │   │   ├── _private_link_services_operations.py
│   │   │   │   │   ├── _public_ip_addresses_operations.py
│   │   │   │   │   ├── _public_ip_prefixes_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _application_gateway_private_endpoint_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_gateway_private_link_resources_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _application_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_endpoint_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_private_endpoint_types_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_resource_group_delegations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _available_service_aliases_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewall_fqdn_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _azure_firewalls_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bastion_hosts_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _bgp_service_communities_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _connection_monitors_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _custom_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_custom_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ddos_protection_plans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _default_security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _dscp_configuration_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_authorizations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuit_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_circuits_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connection_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_cross_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_locations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_ports_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _express_route_service_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _firewall_policy_rule_collection_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _flow_logs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _hub_route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _hub_virtual_network_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_nat_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _inbound_security_rule_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _ip_allocations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _ip_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_backend_address_pools_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_frontend_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_load_balancing_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_outbound_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancer_probes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _local_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _nat_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_ip_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_load_balancers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interfaces_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_interface_tap_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_management_client_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_profiles_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_security_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_virtual_appliances_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _network_watchers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   │   ├── _p2_svpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _packet_captures_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _peer_express_route_circuit_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_dns_zone_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_endpoints_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _private_link_services_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_addresses_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _public_ip_prefixes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _resource_navigation_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filter_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_filters_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _route_tables_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_partner_providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _security_rules_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_association_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policies_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _service_tags_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _subnets_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _usages_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_appliance_sites_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_appliance_skus_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hub_bgp_connection_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hub_bgp_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hub_ip_configuration_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hub_route_table_v2_s_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_hubs_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateway_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_networks_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_network_taps_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_router_peerings_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_routers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _virtual_wans_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_link_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_server_configurations_associated_with_virtual_wan_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_server_configurations_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_site_link_connections_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_site_links_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_configuration_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _vpn_sites_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _web_application_firewall_policies_operations.cpython-37.pyc
│   │   │   │   │   │   └── _web_categories_operations.cpython-37.pyc
│   │   │   │   │   ├── _resource_navigation_links_operations.py
│   │   │   │   │   ├── _route_filter_rules_operations.py
│   │   │   │   │   ├── _route_filters_operations.py
│   │   │   │   │   ├── _routes_operations.py
│   │   │   │   │   ├── _route_tables_operations.py
│   │   │   │   │   ├── _security_partner_providers_operations.py
│   │   │   │   │   ├── _security_rules_operations.py
│   │   │   │   │   ├── _service_association_links_operations.py
│   │   │   │   │   ├── _service_endpoint_policies_operations.py
│   │   │   │   │   ├── _service_endpoint_policy_definitions_operations.py
│   │   │   │   │   ├── _service_tags_operations.py
│   │   │   │   │   ├── _subnets_operations.py
│   │   │   │   │   ├── _usages_operations.py
│   │   │   │   │   ├── _virtual_applian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment