azure.mgmt.network.v2017_03_01 package¶
Submodules¶
Module contents¶
-
class
azure.mgmt.network.v2017_03_01.
NetworkManagementClient
(credentials, subscription_id, base_url=None)[source]¶ Bases:
msrest.service_client.SDKClient
Network Client
- Variables
config (NetworkManagementClientConfiguration) – Configuration for client.
application_gateways (azure.mgmt.network.v2017_03_01.operations.ApplicationGatewaysOperations) – ApplicationGateways operations
express_route_circuit_authorizations (azure.mgmt.network.v2017_03_01.operations.ExpressRouteCircuitAuthorizationsOperations) – ExpressRouteCircuitAuthorizations operations
express_route_circuit_peerings (azure.mgmt.network.v2017_03_01.operations.ExpressRouteCircuitPeeringsOperations) – ExpressRouteCircuitPeerings operations
express_route_circuits (azure.mgmt.network.v2017_03_01.operations.ExpressRouteCircuitsOperations) – ExpressRouteCircuits operations
express_route_service_providers (azure.mgmt.network.v2017_03_01.operations.ExpressRouteServiceProvidersOperations) – ExpressRouteServiceProviders operations
load_balancers (azure.mgmt.network.v2017_03_01.operations.LoadBalancersOperations) – LoadBalancers operations
network_interfaces (azure.mgmt.network.v2017_03_01.operations.NetworkInterfacesOperations) – NetworkInterfaces operations
network_security_groups (azure.mgmt.network.v2017_03_01.operations.NetworkSecurityGroupsOperations) – NetworkSecurityGroups operations
security_rules (azure.mgmt.network.v2017_03_01.operations.SecurityRulesOperations) – SecurityRules operations
network_watchers (azure.mgmt.network.v2017_03_01.operations.NetworkWatchersOperations) – NetworkWatchers operations
packet_captures (azure.mgmt.network.v2017_03_01.operations.PacketCapturesOperations) – PacketCaptures operations
public_ip_addresses (azure.mgmt.network.v2017_03_01.operations.PublicIPAddressesOperations) – PublicIPAddresses operations
route_filters (azure.mgmt.network.v2017_03_01.operations.RouteFiltersOperations) – RouteFilters operations
route_filter_rules (azure.mgmt.network.v2017_03_01.operations.RouteFilterRulesOperations) – RouteFilterRules operations
route_tables (azure.mgmt.network.v2017_03_01.operations.RouteTablesOperations) – RouteTables operations
routes (azure.mgmt.network.v2017_03_01.operations.RoutesOperations) – Routes operations
bgp_service_communities (azure.mgmt.network.v2017_03_01.operations.BgpServiceCommunitiesOperations) – BgpServiceCommunities operations
usages (azure.mgmt.network.v2017_03_01.operations.UsagesOperations) – Usages operations
virtual_networks (azure.mgmt.network.v2017_03_01.operations.VirtualNetworksOperations) – VirtualNetworks operations
subnets (azure.mgmt.network.v2017_03_01.operations.SubnetsOperations) – Subnets operations
virtual_network_peerings (azure.mgmt.network.v2017_03_01.operations.VirtualNetworkPeeringsOperations) – VirtualNetworkPeerings operations
virtual_network_gateways (azure.mgmt.network.v2017_03_01.operations.VirtualNetworkGatewaysOperations) – VirtualNetworkGateways operations
virtual_network_gateway_connections (azure.mgmt.network.v2017_03_01.operations.VirtualNetworkGatewayConnectionsOperations) – VirtualNetworkGatewayConnections operations
local_network_gateways (azure.mgmt.network.v2017_03_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
-
check_dns_name_availability
(location, domain_name_label=None, custom_headers=None, raw=False, **operation_config)[source]¶ Checks whether a domain name in the cloudapp.net zone is available for use.
- Parameters
location (str) – The location of the domain name.
domain_name_label (str) – The domain name to be verified. It must conform to the following regular expression: ^[a-z][a-z0-9-]{1,61}[a-z0-9]$.
custom_headers (dict) – headers that will be added to the request
raw (bool) – returns the direct response alongside the deserialized response
operation_config – Operation configuration overrides.
- Returns
DnsNameAvailabilityResult or ClientRawResponse if raw=true
- Return type
DnsNameAvailabilityResult or ClientRawResponse
- Raises
CloudError