Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 05:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/2b09cd20779924f2cf5d7f53d6c9aa0a to your computer and use it in GitHub Desktop.
Save ryantm/2b09cd20779924f2cf5d7f53d6c9aa0a to your computer and use it in GitHub Desktop.
/nix/store/f3zvm9r8yniz4060rll89d6mkipj41gv-python3.7-azure-mgmt-network-5.0.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   └── mgmt
│   │   └── network
│   │   ├── _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
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _network_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.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
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2016_09_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _network_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.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
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2016_12_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _network_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.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
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2017_03_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _network_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.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
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2017_06_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _network_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.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
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2017_08_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _network_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.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
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2017_09_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _network_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.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
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2017_10_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _network_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.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
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2017_11_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _network_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.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
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2018_01_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _network_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.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
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2018_02_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _network_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.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
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2018_04_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _network_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.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_wa_ns_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_wa_ns_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
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2018_06_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _network_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.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_wa_ns_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_wa_ns_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
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2018_07_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _network_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.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_wa_ns_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_wa_ns_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
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2018_08_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _network_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.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
│   │   │   │   ├── _p2s_vpn_gateways_operations.py
│   │   │   │   ├── _p2s_vpn_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
│   │   │   │   │   ├── _p2s_vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _p2s_vpn_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
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2018_10_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _network_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.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
│   │   │   │   ├── _p2s_vpn_gateways_operations.py
│   │   │   │   ├── _p2s_vpn_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
│   │   │   │   │   ├── _p2s_vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _p2s_vpn_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
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2018_11_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _network_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.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
│   │   │   │   ├── _p2s_vpn_gateways_operations.py
│   │   │   │   ├── _p2s_vpn_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
│   │   │   │   │   ├── _p2s_vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _p2s_vpn_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
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2018_12_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _network_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.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
│   │   │   │   ├── _p2s_vpn_gateways_operations.py
│   │   │   │   ├── _p2s_vpn_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
│   │   │   │   │   ├── _p2s_vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _p2s_vpn_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
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2019_02_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _network_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.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
│   │   │   │   ├── _p2s_vpn_gateways_operations.py
│   │   │   │   ├── _p2s_vpn_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
│   │   │   │   │   ├── _p2s_vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _p2s_vpn_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
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2019_04_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _network_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.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
│   │   │   │   ├── _p2s_vpn_gateways_operations.py
│   │   │   │   ├── _p2s_vpn_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
│   │   │   │   │   ├── _p2s_vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _p2s_vpn_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
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2019_06_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _network_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _network_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.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
│   │   │   │   ├── _p2s_vpn_gateways_operations.py
│   │   │   │   ├── _p2s_vpn_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
│   │   │   │   │   ├── _p2s_vpn_gateways_operations.cpython-37.pyc
│   │   │   │   │   ├── _p2s_vpn_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
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   └── version.py
│   └── azure_mgmt_network-5.0.0.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
135 directories, 2474 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment