azure.mgmt.network package

Module contents

class azure.mgmt.network.NetworkManagementClient(credential: TokenCredential, subscription_id: str, api_version: Optional[str] = None, base_url: str = 'https://management.azure.com', profile: azure.profiles.KnownProfiles = <KnownProfiles.default: <azure.profiles.DefaultProfile object>>, **kwargs: Any)[source]

Bases: azure.mgmt.network.operations._operations.NetworkManagementClientOperationsMixin, azure.profiles.multiapiclient.MultiApiClientMixin, azure.mgmt.network._client._SDKClient

Network Client.

This ready contains multiple API versions, to help you deal with all of the Azure clouds (Azure Stack, Azure Government, Azure China, etc.). By default, it uses the latest API version available on public Azure. For production, you should stick to a particular api-version and/or profile. The profile sets a mapping between an operation group and its API version. The api-version parameter sets the default API version if the operation group is not described in the profile.

Parameters
  • credential (TokenCredential) – Credential needed for the client to connect to Azure. Required.

  • subscription_id (str) – The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. Required.

  • api_version (str) – API version to use if no profile is provided, or if missing in profile.

  • base_url (str) – Service URL

  • profile (azure.profiles.KnownProfiles) – A profile definition, from KnownProfiles to dict.

Keyword Arguments

polling_interval (int) – Default waiting time between two polls for LRO operations if no Retry-After header is present.

close()[source]
DEFAULT_API_VERSION = '2022-07-01'
LATEST_PROFILE = azure.mgmt.network.NetworkManagementClient latest
property active_connectivity_configurations
property active_security_admin_rules
property active_security_user_rules
property admin_rule_collections
property admin_rules
property application_gateway_private_endpoint_connections
property application_gateway_waf_dynamic_manifests
property application_gateway_waf_dynamic_manifests_default
property application_gateways
property application_security_groups
property available_delegations
property available_endpoint_services
property available_private_endpoint_types
property available_resource_group_delegations
property available_service_aliases
property azure_firewall_fqdn_tags
property azure_firewalls
property bastion_hosts
property bgp_service_communities
property configuration_policy_groups
property connection_monitors
property connectivity_configurations
property custom_ip_prefixes
property ddos_custom_policies
property ddos_protection_plans
property default_security_rules
property dscp_configuration
property effective_connectivity_configurations
property effective_virtual_networks
property express_route_circuit_authorizations
property express_route_circuit_connections
property express_route_circuit_peerings
property express_route_circuits
property express_route_connections
property express_route_cross_connection_peerings
property express_route_cross_connections
property express_route_gateways
property express_route_port_authorizations
property express_route_ports
property express_route_ports_locations
property express_route_provider_ports_location
property express_route_service_providers
property firewall_policies
property firewall_policy_idps_signatures
property firewall_policy_idps_signatures_filter_values
property firewall_policy_idps_signatures_overrides
property firewall_policy_rule_collection_groups
property firewall_policy_rule_groups
property flow_logs
property hub_route_tables
property hub_virtual_network_connections
property inbound_nat_rules
property inbound_security_rule
property interface_endpoints
property ip_allocations
property ip_groups
property load_balancer_backend_address_pools
property load_balancer_frontend_ip_configurations
property load_balancer_load_balancing_rules
property load_balancer_network_interfaces
property load_balancer_outbound_rules
property load_balancer_probes
property load_balancers
property local_network_gateways
property management_group_network_manager_connections
property nat_gateways
property nat_rules
property network_groups
property network_interface_ip_configurations
property network_interface_load_balancers
property network_interface_tap_configurations
property network_interfaces
property network_manager_commits
property network_manager_deployment_status
property network_manager_effective_security_admin_rules
property network_managers
property network_profiles
property network_security_groups
property network_security_perimeters
property network_virtual_appliances
property network_watchers
property nsp_access_rules
property nsp_access_rules_reconcile
property nsp_association_reconcile
property nsp_associations
property nsp_profiles
property operations
property p2_svpn_gateways
property p2_svpn_server_configurations
property packet_captures
property peer_express_route_circuit_connections
property perimeter_associable_resource_types
property private_dns_zone_groups
property private_endpoints
property public_ip_addresses
property public_ip_prefixes
property route_filter_rules
property route_filters
property route_maps
property route_tables
property routes
property routing_intent
property scope_connections
property security_admin_configurations
property security_partner_providers
property security_rules
property security_user_configurations
property service_endpoint_policies
property service_endpoint_policy_definitions
property service_tag_information
property service_tags
property static_members
property subnets
property subscription_network_manager_connections
property usages
property user_rule_collections
property user_rules
property vip_swap
property virtual_appliance_sites
property virtual_appliance_skus
property virtual_hub_bgp_connection
property virtual_hub_bgp_connections
property virtual_hub_ip_configuration
property virtual_hub_route_table_v2_s
property virtual_hubs
property virtual_network_gateway_connections
property virtual_network_gateway_nat_rules
property virtual_network_gateways
property virtual_network_peerings
property virtual_network_taps
property virtual_networks
property virtual_router_peerings
property virtual_routers
property virtual_wans
property vpn_connections
property vpn_gateways
property vpn_server_configurations
property vpn_server_configurations_associated_with_virtual_wan
property vpn_sites
property vpn_sites_configuration
property web_application_firewall_policies
property web_categories

Submodules