azure.mgmt.network.v2017_09_01 package¶
Submodules¶
Module contents¶
-
class
azure.mgmt.network.v2017_09_01.
NetworkManagementClient
(credentials, subscription_id, base_url=None)[source]¶ Bases:
azure.mgmt.network.v2017_09_01.operations._network_management_client_operations.NetworkManagementClientOperationsMixin
,msrest.service_client.SDKClient
Network Client
- Variables
config (NetworkManagementClientConfiguration) – Configuration for client.
application_gateways (azure.mgmt.network.v2017_09_01.operations.ApplicationGatewaysOperations) – ApplicationGateways operations
application_security_groups (azure.mgmt.network.v2017_09_01.operations.ApplicationSecurityGroupsOperations) – ApplicationSecurityGroups operations
available_endpoint_services (azure.mgmt.network.v2017_09_01.operations.AvailableEndpointServicesOperations) – AvailableEndpointServices operations
express_route_circuit_authorizations (azure.mgmt.network.v2017_09_01.operations.ExpressRouteCircuitAuthorizationsOperations) – ExpressRouteCircuitAuthorizations operations
express_route_circuit_peerings (azure.mgmt.network.v2017_09_01.operations.ExpressRouteCircuitPeeringsOperations) – ExpressRouteCircuitPeerings operations
express_route_circuits (azure.mgmt.network.v2017_09_01.operations.ExpressRouteCircuitsOperations) – ExpressRouteCircuits operations
express_route_service_providers (azure.mgmt.network.v2017_09_01.operations.ExpressRouteServiceProvidersOperations) – ExpressRouteServiceProviders operations
load_balancers (azure.mgmt.network.v2017_09_01.operations.LoadBalancersOperations) – LoadBalancers operations
load_balancer_backend_address_pools (azure.mgmt.network.v2017_09_01.operations.LoadBalancerBackendAddressPoolsOperations) – LoadBalancerBackendAddressPools operations
load_balancer_frontend_ip_configurations (azure.mgmt.network.v2017_09_01.operations.LoadBalancerFrontendIPConfigurationsOperations) – LoadBalancerFrontendIPConfigurations operations
inbound_nat_rules (azure.mgmt.network.v2017_09_01.operations.InboundNatRulesOperations) – InboundNatRules operations
load_balancer_load_balancing_rules (azure.mgmt.network.v2017_09_01.operations.LoadBalancerLoadBalancingRulesOperations) – LoadBalancerLoadBalancingRules operations
load_balancer_network_interfaces (azure.mgmt.network.v2017_09_01.operations.LoadBalancerNetworkInterfacesOperations) – LoadBalancerNetworkInterfaces operations
load_balancer_probes (azure.mgmt.network.v2017_09_01.operations.LoadBalancerProbesOperations) – LoadBalancerProbes operations
network_interfaces (azure.mgmt.network.v2017_09_01.operations.NetworkInterfacesOperations) – NetworkInterfaces operations
network_interface_ip_configurations (azure.mgmt.network.v2017_09_01.operations.NetworkInterfaceIPConfigurationsOperations) – NetworkInterfaceIPConfigurations operations
network_interface_load_balancers (azure.mgmt.network.v2017_09_01.operations.NetworkInterfaceLoadBalancersOperations) – NetworkInterfaceLoadBalancers operations
network_security_groups (azure.mgmt.network.v2017_09_01.operations.NetworkSecurityGroupsOperations) – NetworkSecurityGroups operations
security_rules (azure.mgmt.network.v2017_09_01.operations.SecurityRulesOperations) – SecurityRules operations
default_security_rules (azure.mgmt.network.v2017_09_01.operations.DefaultSecurityRulesOperations) – DefaultSecurityRules operations
network_watchers (azure.mgmt.network.v2017_09_01.operations.NetworkWatchersOperations) – NetworkWatchers operations
packet_captures (azure.mgmt.network.v2017_09_01.operations.PacketCapturesOperations) – PacketCaptures operations
operations (azure.mgmt.network.v2017_09_01.operations.Operations) – Operations operations
public_ip_addresses (azure.mgmt.network.v2017_09_01.operations.PublicIPAddressesOperations) – PublicIPAddresses operations
route_filters (azure.mgmt.network.v2017_09_01.operations.RouteFiltersOperations) – RouteFilters operations
route_filter_rules (azure.mgmt.network.v2017_09_01.operations.RouteFilterRulesOperations) – RouteFilterRules operations
route_tables (azure.mgmt.network.v2017_09_01.operations.RouteTablesOperations) – RouteTables operations
routes (azure.mgmt.network.v2017_09_01.operations.RoutesOperations) – Routes operations
bgp_service_communities (azure.mgmt.network.v2017_09_01.operations.BgpServiceCommunitiesOperations) – BgpServiceCommunities operations
usages (azure.mgmt.network.v2017_09_01.operations.UsagesOperations) – Usages operations
virtual_networks (azure.mgmt.network.v2017_09_01.operations.VirtualNetworksOperations) – VirtualNetworks operations
subnets (azure.mgmt.network.v2017_09_01.operations.SubnetsOperations) – Subnets operations
virtual_network_peerings (azure.mgmt.network.v2017_09_01.operations.VirtualNetworkPeeringsOperations) – VirtualNetworkPeerings operations
virtual_network_gateways (azure.mgmt.network.v2017_09_01.operations.VirtualNetworkGatewaysOperations) – VirtualNetworkGateways operations
virtual_network_gateway_connections (azure.mgmt.network.v2017_09_01.operations.VirtualNetworkGatewayConnectionsOperations) – VirtualNetworkGatewayConnections operations
local_network_gateways (azure.mgmt.network.v2017_09_01.operations.LocalNetworkGatewaysOperations) – LocalNetworkGateways operations
- Parameters
credentials (
A msrestazure Credentials object
) – Credentials needed for the client to connect to Azure.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.
base_url (str) – Service URL
-
class
azure.mgmt.network.v2017_09_01.
NetworkManagementClientConfiguration
(credentials, subscription_id, base_url=None)[source]¶ Bases:
msrestazure.azure_configuration.AzureConfiguration
Configuration for NetworkManagementClient Note that all parameters used to create this instance are saved as instance attributes.
- Parameters
credentials (
A msrestazure Credentials object
) – Credentials needed for the client to connect to Azure.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.
base_url (str) – Service URL