Skip to content

Commit

Permalink
Generated from ff7010ee5b5a865094423c6dafa295242be608a2 (#2689)
Browse files Browse the repository at this point in the history
Add examples for Express Route Circuit APIs
  • Loading branch information
AutorestCI authored Jun 5, 2018
1 parent 0f47a54 commit 3614d63
Show file tree
Hide file tree
Showing 1,062 changed files with 44,491 additions and 644 deletions.
127 changes: 127 additions & 0 deletions azure-mgmt-network/azure/mgmt/network/network_management_client.py

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class ApplicationGatewayBackendAddressPool(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class ApplicationGatewayBackendHttpSettings(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class ApplicationGatewayFrontendIPConfiguration(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class ApplicationGatewayFrontendPort(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class ApplicationGatewayHttpListener(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class ApplicationGatewayIPConfiguration(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class ApplicationGatewayPathRule(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class ApplicationGatewayProbe(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .resource import Resource
from .resource_py3 import Resource


class ApplicationGateway(Resource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class ApplicationGatewayRequestRoutingRule(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class ApplicationGatewaySslCertificate(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class ApplicationGatewayUrlPathMap(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class BackendAddressPool(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class ExpressRouteCircuitAuthorization(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class ExpressRouteCircuitPeering(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .resource import Resource
from .resource_py3 import Resource


class ExpressRouteCircuit(Resource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .resource import Resource
from .resource_py3 import Resource


class ExpressRouteServiceProvider(Resource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class FrontendIPConfiguration(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class InboundNatPool(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class InboundNatRule(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class IPConfiguration(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .resource import Resource
from .resource_py3 import Resource


class LoadBalancer(Resource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class LoadBalancingRule(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .resource import Resource
from .resource_py3 import Resource


class LocalNetworkGateway(Resource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class NetworkInterfaceIPConfiguration(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .resource import Resource
from .resource_py3 import Resource


class NetworkInterface(Resource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .resource import Resource
from .resource_py3 import Resource


class NetworkSecurityGroup(Resource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class OutboundNatRule(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class Probe(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .resource import Resource
from .resource_py3 import Resource


class PublicIPAddress(Resource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class Route(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .resource import Resource
from .resource_py3 import Resource


class RouteTable(Resource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class SecurityRule(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class Subnet(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .resource import Resource
from .resource_py3 import Resource


class VirtualNetworkGatewayConnection(Resource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class VirtualNetworkGatewayIPConfiguration(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .resource import Resource
from .resource_py3 import Resource


class VirtualNetworkGateway(Resource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .resource import Resource
from .resource_py3 import Resource


class VirtualNetwork(Resource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class VpnClientRevokedCertificate(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class VpnClientRootCertificate(SubResource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from msrest.service_client import ServiceClient
from msrest.service_client import SDKClient
from msrest import Serializer, Deserializer
from msrestazure import AzureConfiguration
from .version import VERSION
Expand Down Expand Up @@ -73,7 +73,7 @@ def __init__(
self.subscription_id = subscription_id


class NetworkManagementClient(object):
class NetworkManagementClient(SDKClient):
"""Network Client
:ivar config: Configuration for client.
Expand Down Expand Up @@ -130,7 +130,7 @@ def __init__(
self, credentials, subscription_id, base_url=None):

self.config = NetworkManagementClientConfiguration(credentials, subscription_id, base_url)
self._client = ServiceClient(self.config.credentials, self.config)
super(NetworkManagementClient, self).__init__(self.config.credentials, self.config)

client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)}
self.api_version = '2015-06-15'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .sub_resource import SubResource
from .sub_resource_py3 import SubResource


class ApplicationGatewayAuthenticationCertificate(SubResource):
Expand Down
Loading

0 comments on commit 3614d63

Please sign in to comment.