ExpressRoute/Microsoft.WindowsAzure.Management.ExpressRoute.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.WindowsAzure.Management.ExpressRoute</name>
    </assembly>
    <members>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.AuthorizedDedicatedCircuitOperations.#ctor(Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient)">
            <summary>
            Initializes a new instance of the
            AuthorizedDedicatedCircuitOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.AuthorizedDedicatedCircuitOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.AuthorizedDedicatedCircuitOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Dedicated Circuit operation retrieves the specified
            authorized dedicated circuit.
            </summary>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Authorized Dedicated Circuit operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.AuthorizedDedicatedCircuitOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            The List Dedicated Circuit operation retrieves a list of dedicated
            circuits owned by the customer.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Authorized Dedicated Circuit operation response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.AuthorizedDedicatedCircuitOperationsExtensions">
            <summary>
            The Express Route API provides programmatic access to the functionality
            needed by the customer to set up Dedicated Circuits and Dedicated
            Circuit Links. The Express Route Customer API is a REST API. All API
            operations are performed over SSL and mutually authenticated using
            X.509 v3 certificates. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.AuthorizedDedicatedCircuitOperationsExtensions.Get(Microsoft.WindowsAzure.Management.ExpressRoute.IAuthorizedDedicatedCircuitOperations,System.String)">
            <summary>
            The Get Dedicated Circuit operation retrieves the specified
            authorized dedicated circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IAuthorizedDedicatedCircuitOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <returns>
            The Get Authorized Dedicated Circuit operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.AuthorizedDedicatedCircuitOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IAuthorizedDedicatedCircuitOperations,System.String)">
            <summary>
            The Get Dedicated Circuit operation retrieves the specified
            authorized dedicated circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IAuthorizedDedicatedCircuitOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <returns>
            The Get Authorized Dedicated Circuit operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.AuthorizedDedicatedCircuitOperationsExtensions.List(Microsoft.WindowsAzure.Management.ExpressRoute.IAuthorizedDedicatedCircuitOperations)">
            <summary>
            The List Dedicated Circuit operation retrieves a list of dedicated
            circuits owned by the customer.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IAuthorizedDedicatedCircuitOperations.
            </param>
            <returns>
            The List Authorized Dedicated Circuit operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.AuthorizedDedicatedCircuitOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IAuthorizedDedicatedCircuitOperations)">
            <summary>
            The List Dedicated Circuit operation retrieves a list of dedicated
            circuits owned by the customer.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IAuthorizedDedicatedCircuitOperations.
            </param>
            <returns>
            The List Authorized Dedicated Circuit operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperations.#ctor(Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient)">
            <summary>
            Initializes a new instance of the
            BorderGatewayProtocolPeeringOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperations.BeginNewAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters,System.Threading.CancellationToken)">
            <summary>
            The New Border Gateway Protocol Peering operation creates a new
            Border Gateway Protocol Peering
            </summary>
            <param name='serviceKey'>
            Required. The service key representing the relationship between
            Azure and the customer.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the New Border Gateway Protocol
            Peering operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperations.BeginRemoveAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeerAddressType,System.Threading.CancellationToken)">
            <summary>
            The Remove Border Gateway Protocol Peering operation deletes an
            existing border gateway protocol peering.
            </summary>
            <param name='serviceKey'>
            Required. Service Key representing the border gateway protocol
            peering to be deleted.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public.
            </param>
            <param name='peerAddressType'>
            Required. Whether the BGP Peer Address Type to deleted is IPv4,
            IPv6 or All.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperations.BeginUpdateAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            The Update Border Gateway Protocol Peering operation updates an
            existing bgp peering.
            </summary>
            <param name='serviceKey'>
            Required. The service key representing the relationship between
            Azure and the customer.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Border Gateway Protocol
            Peering operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperations.GetAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,System.Threading.CancellationToken)">
            <summary>
            The Get Border Gateway Protocol Peering operation retrieves the bgp
            peering for the dedicated circuit with the specified service key.
            </summary>
            <param name='serviceKey'>
            Required. The servicee key representing the dedicated circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Border Gateway Protocol Peering Operation Response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperations.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperations.NewAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters,System.Threading.CancellationToken)">
            <summary>
            The New Border Gateway Protocol Peering operation creates a new
            border gateway protocol peering associated with the dedicated
            circuit specified by the service key provided.
            </summary>
            <param name='serviceKey'>
            Required. The service key representing the relationship between
            Azure and the customer.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the New Bgp Peering operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperations.RemoveAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeerAddressType,System.Threading.CancellationToken)">
            <summary>
            The Remove Border Gateway Protocol Peering operation deletes an
            existing border gateway protocol peering.
            </summary>
            <param name='serviceKey'>
            Required. Service key associated with the border gateway protocol
            peering to be deleted.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public.
            </param>
            <param name='peerAddressType'>
            Required. Whether the BGP Peer Address Type to deleted is IPv4,
            IPv6 or All.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperations.UpdateAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            The Update Border Gateway Protocol Peering operation updates an
            existing border gateway protocol peering or creates a new one if
            one doesn't exist.
            </summary>
            <param name='serviceKey'>
            Required. The service key representing the relationship between
            Azure and the customer.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Border Gateway Protocol
            Peering operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperationsExtensions">
            <summary>
            The Express Route API provides programmatic access to the functionality
            needed by the customer to set up Dedicated Circuits and Dedicated
            Circuit Links. The Express Route Customer API is a REST API. All API
            operations are performed over SSL and mutually authenticated using
            X.509 v3 certificates. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperationsExtensions.BeginNew(Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters)">
            <summary>
            The New Border Gateway Protocol Peering operation creates a new
            Border Gateway Protocol Peering
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the relationship between
            Azure and the customer.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the New Border Gateway Protocol
            Peering operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperationsExtensions.BeginNewAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters)">
            <summary>
            The New Border Gateway Protocol Peering operation creates a new
            Border Gateway Protocol Peering
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the relationship between
            Azure and the customer.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the New Border Gateway Protocol
            Peering operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperationsExtensions.BeginRemove(Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeerAddressType)">
            <summary>
            The Remove Border Gateway Protocol Peering operation deletes an
            existing border gateway protocol peering.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations.
            </param>
            <param name='serviceKey'>
            Required. Service Key representing the border gateway protocol
            peering to be deleted.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public.
            </param>
            <param name='peerAddressType'>
            Required. Whether the BGP Peer Address Type to deleted is IPv4,
            IPv6 or All.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperationsExtensions.BeginRemoveAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeerAddressType)">
            <summary>
            The Remove Border Gateway Protocol Peering operation deletes an
            existing border gateway protocol peering.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations.
            </param>
            <param name='serviceKey'>
            Required. Service Key representing the border gateway protocol
            peering to be deleted.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public.
            </param>
            <param name='peerAddressType'>
            Required. Whether the BGP Peer Address Type to deleted is IPv4,
            IPv6 or All.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperationsExtensions.BeginUpdate(Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringUpdateParameters)">
            <summary>
            The Update Border Gateway Protocol Peering operation updates an
            existing bgp peering.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the relationship between
            Azure and the customer.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Border Gateway Protocol
            Peering operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperationsExtensions.BeginUpdateAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringUpdateParameters)">
            <summary>
            The Update Border Gateway Protocol Peering operation updates an
            existing bgp peering.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the relationship between
            Azure and the customer.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Border Gateway Protocol
            Peering operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperationsExtensions.Get(Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType)">
            <summary>
            The Get Border Gateway Protocol Peering operation retrieves the bgp
            peering for the dedicated circuit with the specified service key.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations.
            </param>
            <param name='serviceKey'>
            Required. The servicee key representing the dedicated circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public.
            </param>
            <returns>
            The Get Border Gateway Protocol Peering Operation Response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType)">
            <summary>
            The Get Border Gateway Protocol Peering operation retrieves the bgp
            peering for the dedicated circuit with the specified service key.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations.
            </param>
            <param name='serviceKey'>
            Required. The servicee key representing the dedicated circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public.
            </param>
            <returns>
            The Get Border Gateway Protocol Peering Operation Response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperationsExtensions.GetOperationStatus(Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations,System.String)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations.
            </param>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperationsExtensions.GetOperationStatusAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations,System.String)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations.
            </param>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperationsExtensions.New(Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters)">
            <summary>
            The New Border Gateway Protocol Peering operation creates a new
            border gateway protocol peering associated with the dedicated
            circuit specified by the service key provided.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the relationship between
            Azure and the customer.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the New Bgp Peering operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperationsExtensions.NewAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters)">
            <summary>
            The New Border Gateway Protocol Peering operation creates a new
            border gateway protocol peering associated with the dedicated
            circuit specified by the service key provided.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the relationship between
            Azure and the customer.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the New Bgp Peering operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperationsExtensions.Remove(Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeerAddressType)">
            <summary>
            The Remove Border Gateway Protocol Peering operation deletes an
            existing border gateway protocol peering.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations.
            </param>
            <param name='serviceKey'>
            Required. Service key associated with the border gateway protocol
            peering to be deleted.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public.
            </param>
            <param name='peerAddressType'>
            Required. Whether the BGP Peer Address Type to deleted is IPv4,
            IPv6 or All.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperationsExtensions.RemoveAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeerAddressType)">
            <summary>
            The Remove Border Gateway Protocol Peering operation deletes an
            existing border gateway protocol peering.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations.
            </param>
            <param name='serviceKey'>
            Required. Service key associated with the border gateway protocol
            peering to be deleted.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public.
            </param>
            <param name='peerAddressType'>
            Required. Whether the BGP Peer Address Type to deleted is IPv4,
            IPv6 or All.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperationsExtensions.Update(Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringUpdateParameters)">
            <summary>
            The Update Border Gateway Protocol Peering operation updates an
            existing border gateway protocol peering or creates a new one if
            one doesn't exist.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the relationship between
            Azure and the customer.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Border Gateway Protocol
            Peering operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.BorderGatewayProtocolPeeringOperationsExtensions.UpdateAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringUpdateParameters)">
            <summary>
            The Update Border Gateway Protocol Peering operation updates an
            existing border gateway protocol peering or creates a new one if
            one doesn't exist.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the relationship between
            Azure and the customer.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Border Gateway Protocol
            Peering operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.CrossConnectionOperations.#ctor(Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient)">
            <summary>
            Initializes a new instance of the CrossConnectionOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.CrossConnectionOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.CrossConnectionOperations.BeginNewAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The New Cross Connection operation provisions a cross connection
            for as dedicated circuit.
            </summary>
            <param name='serviceKey'>
            Required. Service key of the dedicated circuit.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.CrossConnectionOperations.BeginUpdateAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            The Update Cross Connection operation updates an existing cross
            connection.
            </summary>
            <param name='serviceKey'>
            Required. The service key representing the relationship between
            Azure and the customer.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update CrossConnection
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.CrossConnectionOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Cross Connection operation retrieves the Cross Connection
            information for the Dedicated Circuit with the specified service
            key.
            </summary>
            <param name='serviceKey'>
            Required. The servicee key representing the dedicated circuit.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Cross Connection Operation Response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.CrossConnectionOperations.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.CrossConnectionOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            The List Cross Connection operation retrieves a list of cross
            connections owned by the provider.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Cross Connection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.CrossConnectionOperations.NewAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The New Cross Connection operation provisions a cross connection
            for the given azure circuit.
            </summary>
            <param name='serviceKey'>
            Required. Service key of the dedicated circuit.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.CrossConnectionOperations.UpdateAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            The Update Cross Connection operation updates an existing cross
            connection.
            </summary>
            <param name='serviceKey'>
            Required. The service key representing the relationship between
            Azure and the customer.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Bgp Peering operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.CrossConnectionOperationsExtensions">
            <summary>
            The Express Route API provides programmatic access to the functionality
            needed by the customer to set up Dedicated Circuits and Dedicated
            Circuit Links. The Express Route Customer API is a REST API. All API
            operations are performed over SSL and mutually authenticated using
            X.509 v3 certificates. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.CrossConnectionOperationsExtensions.BeginNew(Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations,System.String)">
            <summary>
            The New Cross Connection operation provisions a cross connection
            for as dedicated circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations.
            </param>
            <param name='serviceKey'>
            Required. Service key of the dedicated circuit.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.CrossConnectionOperationsExtensions.BeginNewAsync(Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations,System.String)">
            <summary>
            The New Cross Connection operation provisions a cross connection
            for as dedicated circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations.
            </param>
            <param name='serviceKey'>
            Required. Service key of the dedicated circuit.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.CrossConnectionOperationsExtensions.BeginUpdate(Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionUpdateParameters)">
            <summary>
            The Update Cross Connection operation updates an existing cross
            connection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the relationship between
            Azure and the customer.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update CrossConnection
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.CrossConnectionOperationsExtensions.BeginUpdateAsync(Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionUpdateParameters)">
            <summary>
            The Update Cross Connection operation updates an existing cross
            connection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the relationship between
            Azure and the customer.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update CrossConnection
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.CrossConnectionOperationsExtensions.Get(Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations,System.String)">
            <summary>
            The Get Cross Connection operation retrieves the Cross Connection
            information for the Dedicated Circuit with the specified service
            key.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations.
            </param>
            <param name='serviceKey'>
            Required. The servicee key representing the dedicated circuit.
            </param>
            <returns>
            The Get Cross Connection Operation Response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.CrossConnectionOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations,System.String)">
            <summary>
            The Get Cross Connection operation retrieves the Cross Connection
            information for the Dedicated Circuit with the specified service
            key.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations.
            </param>
            <param name='serviceKey'>
            Required. The servicee key representing the dedicated circuit.
            </param>
            <returns>
            The Get Cross Connection Operation Response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.CrossConnectionOperationsExtensions.GetOperationStatus(Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations,System.String)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations.
            </param>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.CrossConnectionOperationsExtensions.GetOperationStatusAsync(Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations,System.String)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations.
            </param>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.CrossConnectionOperationsExtensions.List(Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations)">
            <summary>
            The List Cross Connection operation retrieves a list of cross
            connections owned by the provider.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations.
            </param>
            <returns>
            The List Cross Connection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.CrossConnectionOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations)">
            <summary>
            The List Cross Connection operation retrieves a list of cross
            connections owned by the provider.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations.
            </param>
            <returns>
            The List Cross Connection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.CrossConnectionOperationsExtensions.New(Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations,System.String)">
            <summary>
            The New Cross Connection operation provisions a cross connection
            for the given azure circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations.
            </param>
            <param name='serviceKey'>
            Required. Service key of the dedicated circuit.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.CrossConnectionOperationsExtensions.NewAsync(Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations,System.String)">
            <summary>
            The New Cross Connection operation provisions a cross connection
            for the given azure circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations.
            </param>
            <param name='serviceKey'>
            Required. Service key of the dedicated circuit.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.CrossConnectionOperationsExtensions.Update(Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionUpdateParameters)">
            <summary>
            The Update Cross Connection operation updates an existing cross
            connection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the relationship between
            Azure and the customer.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Bgp Peering operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.CrossConnectionOperationsExtensions.UpdateAsync(Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionUpdateParameters)">
            <summary>
            The Update Cross Connection operation updates an existing cross
            connection.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the relationship between
            Azure and the customer.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Bgp Peering operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationMicrosoftIdOperations.#ctor(Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient)">
            <summary>
            Initializes a new instance of the
            DedicatedCircuitLinkAuthorizationMicrosoftIdOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationMicrosoftIdOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationMicrosoftIdOperations.NewAsync(System.String,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationMicrosoftIdNewParameters,System.Threading.CancellationToken)">
            <summary>
            Adds Microsoft Ids to the specified authorization
            </summary>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='authId'>
            Required. The GUID representing the authorization
            </param>
            <param name='parameters'>
            Required. Parameters supplied to add new Microsoft Ids
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationMicrosoftIdOperations.RemoveAsync(System.String,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationMicrosoftIdRemoveParameters,System.Threading.CancellationToken)">
            <summary>
            Removes Microsoft Ids from the specified authorization
            </summary>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='authId'>
            Required. The GUID representing the authorization
            </param>
            <param name='parameters'>
            Required. Parameters supplied to remove existing Microsoft Ids
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationMicrosoftIdOperationsExtensions">
            <summary>
            The Express Route API provides programmatic access to the functionality
            needed by the customer to set up Dedicated Circuits and Dedicated
            Circuit Links. The Express Route Customer API is a REST API. All API
            operations are performed over SSL and mutually authenticated using
            X.509 v3 certificates. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationMicrosoftIdOperationsExtensions.New(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationMicrosoftIdOperations,System.String,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationMicrosoftIdNewParameters)">
            <summary>
            Adds Microsoft Ids to the specified authorization
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationMicrosoftIdOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='authId'>
            Required. The GUID representing the authorization
            </param>
            <param name='parameters'>
            Required. Parameters supplied to add new Microsoft Ids
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationMicrosoftIdOperationsExtensions.NewAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationMicrosoftIdOperations,System.String,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationMicrosoftIdNewParameters)">
            <summary>
            Adds Microsoft Ids to the specified authorization
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationMicrosoftIdOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='authId'>
            Required. The GUID representing the authorization
            </param>
            <param name='parameters'>
            Required. Parameters supplied to add new Microsoft Ids
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationMicrosoftIdOperationsExtensions.Remove(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationMicrosoftIdOperations,System.String,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationMicrosoftIdRemoveParameters)">
            <summary>
            Removes Microsoft Ids from the specified authorization
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationMicrosoftIdOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='authId'>
            Required. The GUID representing the authorization
            </param>
            <param name='parameters'>
            Required. Parameters supplied to remove existing Microsoft Ids
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationMicrosoftIdOperationsExtensions.RemoveAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationMicrosoftIdOperations,System.String,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationMicrosoftIdRemoveParameters)">
            <summary>
            Removes Microsoft Ids from the specified authorization
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationMicrosoftIdOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='authId'>
            Required. The GUID representing the authorization
            </param>
            <param name='parameters'>
            Required. Parameters supplied to remove existing Microsoft Ids
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationOperations.#ctor(Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient)">
            <summary>
            Initializes a new instance of the
            DedicatedCircuitLinkAuthorizationOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationOperations.BeginRemoveAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Remove Dedicated Circuit Link Authorization operation deletes
            an existing dedicated circuit link.
            </summary>
            <param name='serviceKey'>
            Required. Service key representing the dedicated circuit.
            </param>
            <param name='authId'>
            Required. The GUID representing the authorization
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the link authorization for the specified dedicated circuit.
            </summary>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='authId'>
            Required. The GUID representing the authorization
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Get link authorization operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationOperations.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Lists the specified link authorization for the specified dedicated
            circuit.
            </summary>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List link authorization operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationOperations.NewAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationNewParameters,System.Threading.CancellationToken)">
            <summary>
            Gets the specified link authorization for the specified dedicated
            circuit.
            </summary>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the new Dedicated Circuit link
            authorization operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Get link authorization operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationOperations.RemoveAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Remove Dedicated Circuit Link Authorization operation deletes
            an existing dedicated circuit link.
            </summary>
            <param name='serviceKey'>
            Required. Service Key associated with the dedicated circuit.
            </param>
            <param name='authId'>
            Required. The GUID representing the authorization
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationOperations.UpdateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates the specified link authorization for the specified
            dedicated circuit.
            </summary>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='authId'>
            Required. The GUID representing the authorization
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Dedicated Circuit link
            authorization operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Update link authorization operation response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationOperationsExtensions">
            <summary>
            The Express Route API provides programmatic access to the functionality
            needed by the customer to set up Dedicated Circuits and Dedicated
            Circuit Links. The Express Route Customer API is a REST API. All API
            operations are performed over SSL and mutually authenticated using
            X.509 v3 certificates. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationOperationsExtensions.BeginRemove(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations,System.String,System.String)">
            <summary>
            The Remove Dedicated Circuit Link Authorization operation deletes
            an existing dedicated circuit link.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations.
            </param>
            <param name='serviceKey'>
            Required. Service key representing the dedicated circuit.
            </param>
            <param name='authId'>
            Required. The GUID representing the authorization
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationOperationsExtensions.BeginRemoveAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations,System.String,System.String)">
            <summary>
            The Remove Dedicated Circuit Link Authorization operation deletes
            an existing dedicated circuit link.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations.
            </param>
            <param name='serviceKey'>
            Required. Service key representing the dedicated circuit.
            </param>
            <param name='authId'>
            Required. The GUID representing the authorization
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationOperationsExtensions.Get(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations,System.String,System.String)">
            <summary>
            Gets the link authorization for the specified dedicated circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='authId'>
            Required. The GUID representing the authorization
            </param>
            <returns>
            Get link authorization operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations,System.String,System.String)">
            <summary>
            Gets the link authorization for the specified dedicated circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='authId'>
            Required. The GUID representing the authorization
            </param>
            <returns>
            Get link authorization operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationOperationsExtensions.GetOperationStatus(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations,System.String)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations.
            </param>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationOperationsExtensions.GetOperationStatusAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations,System.String)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations.
            </param>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationOperationsExtensions.List(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations,System.String)">
            <summary>
            Lists the specified link authorization for the specified dedicated
            circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <returns>
            List link authorization operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations,System.String)">
            <summary>
            Lists the specified link authorization for the specified dedicated
            circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <returns>
            List link authorization operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationOperationsExtensions.New(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationNewParameters)">
            <summary>
            Gets the specified link authorization for the specified dedicated
            circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the new Dedicated Circuit link
            authorization operation.
            </param>
            <returns>
            Get link authorization operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationOperationsExtensions.NewAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationNewParameters)">
            <summary>
            Gets the specified link authorization for the specified dedicated
            circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the new Dedicated Circuit link
            authorization operation.
            </param>
            <returns>
            Get link authorization operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationOperationsExtensions.Remove(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations,System.String,System.String)">
            <summary>
            The Remove Dedicated Circuit Link Authorization operation deletes
            an existing dedicated circuit link.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations.
            </param>
            <param name='serviceKey'>
            Required. Service Key associated with the dedicated circuit.
            </param>
            <param name='authId'>
            Required. The GUID representing the authorization
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationOperationsExtensions.RemoveAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations,System.String,System.String)">
            <summary>
            The Remove Dedicated Circuit Link Authorization operation deletes
            an existing dedicated circuit link.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations.
            </param>
            <param name='serviceKey'>
            Required. Service Key associated with the dedicated circuit.
            </param>
            <param name='authId'>
            Required. The GUID representing the authorization
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationOperationsExtensions.Update(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations,System.String,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationUpdateParameters)">
            <summary>
            Updates the specified link authorization for the specified
            dedicated circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='authId'>
            Required. The GUID representing the authorization
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Dedicated Circuit link
            authorization operation.
            </param>
            <returns>
            Update link authorization operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkAuthorizationOperationsExtensions.UpdateAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations,System.String,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationUpdateParameters)">
            <summary>
            Updates the specified link authorization for the specified
            dedicated circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='authId'>
            Required. The GUID representing the authorization
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Dedicated Circuit link
            authorization operation.
            </param>
            <returns>
            Update link authorization operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkOperations.#ctor(Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient)">
            <summary>
            Initializes a new instance of the DedicatedCircuitLinkOperations
            class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkOperations.BeginNewAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The New Dedicated Circuit Link operation creates a new dedicated
            circuit link.
            </summary>
            <param name='serviceKey'>
            Required.
            </param>
            <param name='vnetName'>
            Required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkOperations.BeginRemoveAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Remove Dedicated Circuit Link operation deletes an existing
            dedicated circuit link.
            </summary>
            <param name='serviceKey'>
            Required. Service key representing the dedicated circuit.
            </param>
            <param name='vnetName'>
            Required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Dedicated Circuit Link operation retrieves the specified
            dedicated circuit link.
            </summary>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='vnetName'>
            Required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Dedicated Circuit Link operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkOperations.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The List Dedicated Circuit Links operation retrieves a list of
            Vnets that are linked to the circuit with the specified service
            key.
            </summary>
            <param name='serviceKey'>
            Optional.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Dedicated Circuit Link operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkOperations.NewAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The New Dedicated Circuit Link operation creates a new dedicated
            circuit link.
            </summary>
            <param name='serviceKey'>
            Required.
            </param>
            <param name='vnetName'>
            Required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkOperations.RemoveAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Remove Dedicated Circuit Link operation deletes an existing
            dedicated circuit link.
            </summary>
            <param name='serviceKey'>
            Required. Service Key associated with the dedicated circuit.
            </param>
            <param name='vnetName'>
            Required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkOperationsExtensions">
            <summary>
            The Express Route API provides programmatic access to the functionality
            needed by the customer to set up Dedicated Circuits and Dedicated
            Circuit Links. The Express Route Customer API is a REST API. All API
            operations are performed over SSL and mutually authenticated using
            X.509 v3 certificates. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkOperationsExtensions.BeginNew(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations,System.String,System.String)">
            <summary>
            The New Dedicated Circuit Link operation creates a new dedicated
            circuit link.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations.
            </param>
            <param name='serviceKey'>
            Required.
            </param>
            <param name='vnetName'>
            Required.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkOperationsExtensions.BeginNewAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations,System.String,System.String)">
            <summary>
            The New Dedicated Circuit Link operation creates a new dedicated
            circuit link.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations.
            </param>
            <param name='serviceKey'>
            Required.
            </param>
            <param name='vnetName'>
            Required.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkOperationsExtensions.BeginRemove(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations,System.String,System.String)">
            <summary>
            The Remove Dedicated Circuit Link operation deletes an existing
            dedicated circuit link.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations.
            </param>
            <param name='serviceKey'>
            Required. Service key representing the dedicated circuit.
            </param>
            <param name='vnetName'>
            Required.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkOperationsExtensions.BeginRemoveAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations,System.String,System.String)">
            <summary>
            The Remove Dedicated Circuit Link operation deletes an existing
            dedicated circuit link.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations.
            </param>
            <param name='serviceKey'>
            Required. Service key representing the dedicated circuit.
            </param>
            <param name='vnetName'>
            Required.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkOperationsExtensions.Get(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations,System.String,System.String)">
            <summary>
            The Get Dedicated Circuit Link operation retrieves the specified
            dedicated circuit link.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='vnetName'>
            Required.
            </param>
            <returns>
            The Get Dedicated Circuit Link operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations,System.String,System.String)">
            <summary>
            The Get Dedicated Circuit Link operation retrieves the specified
            dedicated circuit link.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='vnetName'>
            Required.
            </param>
            <returns>
            The Get Dedicated Circuit Link operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkOperationsExtensions.GetOperationStatus(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations,System.String)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations.
            </param>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkOperationsExtensions.GetOperationStatusAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations,System.String)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations.
            </param>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkOperationsExtensions.List(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations,System.String)">
            <summary>
            The List Dedicated Circuit Links operation retrieves a list of
            Vnets that are linked to the circuit with the specified service
            key.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations.
            </param>
            <param name='serviceKey'>
            Optional.
            </param>
            <returns>
            The List Dedicated Circuit Link operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations,System.String)">
            <summary>
            The List Dedicated Circuit Links operation retrieves a list of
            Vnets that are linked to the circuit with the specified service
            key.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations.
            </param>
            <param name='serviceKey'>
            Optional.
            </param>
            <returns>
            The List Dedicated Circuit Link operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkOperationsExtensions.New(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations,System.String,System.String)">
            <summary>
            The New Dedicated Circuit Link operation creates a new dedicated
            circuit link.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations.
            </param>
            <param name='serviceKey'>
            Required.
            </param>
            <param name='vnetName'>
            Required.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkOperationsExtensions.NewAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations,System.String,System.String)">
            <summary>
            The New Dedicated Circuit Link operation creates a new dedicated
            circuit link.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations.
            </param>
            <param name='serviceKey'>
            Required.
            </param>
            <param name='vnetName'>
            Required.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkOperationsExtensions.Remove(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations,System.String,System.String)">
            <summary>
            The Remove Dedicated Circuit Link operation deletes an existing
            dedicated circuit link.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations.
            </param>
            <param name='serviceKey'>
            Required. Service Key associated with the dedicated circuit.
            </param>
            <param name='vnetName'>
            Required.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitLinkOperationsExtensions.RemoveAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations,System.String,System.String)">
            <summary>
            The Remove Dedicated Circuit Link operation deletes an existing
            dedicated circuit link.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations.
            </param>
            <param name='serviceKey'>
            Required. Service Key associated with the dedicated circuit.
            </param>
            <param name='vnetName'>
            Required.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperations.#ctor(Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient)">
            <summary>
            Initializes a new instance of the DedicatedCircuitOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperations.BeginNewAsync(Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitNewParameters,System.Threading.CancellationToken)">
            <summary>
            The New Dedicated Circuit operation creates a new dedicated circuit.
            </summary>
            <param name='parameters'>
            Required. Parameters supplied to the New Dedicated Circuit
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperations.BeginRemoveAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Remove Dedicated Circuit operation deletes an existing
            dedicated circuit.
            </summary>
            <param name='serviceKey'>
            Required. Service key representing the dedicated circuit to be
            deleted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperations.BeginUpdateAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            The Update Dedicated Circuit operation updates an existing
            dedicated circuit.
            </summary>
            <param name='serviceKey'>
            Required. Service Key of the circuit being updated
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Dedicated Circuit
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Dedicated Circuit operation retrieves the specified
            dedicated circuit.
            </summary>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Dedicated Circuit operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperations.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            The List Dedicated Circuit operation retrieves a list of dedicated
            circuits owned by the customer.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Dedicated Circuit operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperations.NewAsync(Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitNewParameters,System.Threading.CancellationToken)">
            <summary>
            The New Dedicated Circuit operation creates a new dedicated circuit.
            </summary>
            <param name='parameters'>
            Required. Parameters supplied to the Create Virtual Network Gateway
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperations.RemoveAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Remove Dedicated Circuit operation deletes an existing
            dedicated circuit.
            </summary>
            <param name='serviceKey'>
            Required. Service Key associated with the dedicated circuit to be
            deleted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperations.UpdateAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            The Update Dedicated Circuit operation updates an existing
            dedicated circuit.
            </summary>
            <param name='serviceKey'>
            Required. Service Key of the circuit being updated
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the update dedicated circuit
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperationsExtensions">
            <summary>
            The Express Route API provides programmatic access to the functionality
            needed by the customer to set up Dedicated Circuits and Dedicated
            Circuit Links. The Express Route Customer API is a REST API. All API
            operations are performed over SSL and mutually authenticated using
            X.509 v3 certificates. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperationsExtensions.BeginNew(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitNewParameters)">
            <summary>
            The New Dedicated Circuit operation creates a new dedicated circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the New Dedicated Circuit
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperationsExtensions.BeginNewAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitNewParameters)">
            <summary>
            The New Dedicated Circuit operation creates a new dedicated circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the New Dedicated Circuit
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperationsExtensions.BeginRemove(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations,System.String)">
            <summary>
            The Remove Dedicated Circuit operation deletes an existing
            dedicated circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.
            </param>
            <param name='serviceKey'>
            Required. Service key representing the dedicated circuit to be
            deleted.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperationsExtensions.BeginRemoveAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations,System.String)">
            <summary>
            The Remove Dedicated Circuit operation deletes an existing
            dedicated circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.
            </param>
            <param name='serviceKey'>
            Required. Service key representing the dedicated circuit to be
            deleted.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperationsExtensions.BeginUpdate(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitUpdateParameters)">
            <summary>
            The Update Dedicated Circuit operation updates an existing
            dedicated circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.
            </param>
            <param name='serviceKey'>
            Required. Service Key of the circuit being updated
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Dedicated Circuit
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperationsExtensions.BeginUpdateAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitUpdateParameters)">
            <summary>
            The Update Dedicated Circuit operation updates an existing
            dedicated circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.
            </param>
            <param name='serviceKey'>
            Required. Service Key of the circuit being updated
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Update Dedicated Circuit
            operation.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperationsExtensions.Get(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations,System.String)">
            <summary>
            The Get Dedicated Circuit operation retrieves the specified
            dedicated circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <returns>
            The Get Dedicated Circuit operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations,System.String)">
            <summary>
            The Get Dedicated Circuit operation retrieves the specified
            dedicated circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <returns>
            The Get Dedicated Circuit operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperationsExtensions.GetOperationStatus(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations,System.String)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.
            </param>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperationsExtensions.GetOperationStatusAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations,System.String)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.
            </param>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperationsExtensions.List(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations)">
            <summary>
            The List Dedicated Circuit operation retrieves a list of dedicated
            circuits owned by the customer.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.
            </param>
            <returns>
            The List Dedicated Circuit operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations)">
            <summary>
            The List Dedicated Circuit operation retrieves a list of dedicated
            circuits owned by the customer.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.
            </param>
            <returns>
            The List Dedicated Circuit operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperationsExtensions.New(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitNewParameters)">
            <summary>
            The New Dedicated Circuit operation creates a new dedicated circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Virtual Network Gateway
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperationsExtensions.NewAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitNewParameters)">
            <summary>
            The New Dedicated Circuit operation creates a new dedicated circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the Create Virtual Network Gateway
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperationsExtensions.Remove(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations,System.String)">
            <summary>
            The Remove Dedicated Circuit operation deletes an existing
            dedicated circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.
            </param>
            <param name='serviceKey'>
            Required. Service Key associated with the dedicated circuit to be
            deleted.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperationsExtensions.RemoveAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations,System.String)">
            <summary>
            The Remove Dedicated Circuit operation deletes an existing
            dedicated circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.
            </param>
            <param name='serviceKey'>
            Required. Service Key associated with the dedicated circuit to be
            deleted.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperationsExtensions.Update(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitUpdateParameters)">
            <summary>
            The Update Dedicated Circuit operation updates an existing
            dedicated circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.
            </param>
            <param name='serviceKey'>
            Required. Service Key of the circuit being updated
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the update dedicated circuit
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitOperationsExtensions.UpdateAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitUpdateParameters)">
            <summary>
            The Update Dedicated Circuit operation updates an existing
            dedicated circuit.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.
            </param>
            <param name='serviceKey'>
            Required. Service Key of the circuit being updated
            </param>
            <param name='parameters'>
            Required. Parameters supplied to the update dedicated circuit
            operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringArpInfoOperations.#ctor(Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient)">
            <summary>
            Initializes a new instance of the
            DedicatedCircuitPeeringArpInfoOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringArpInfoOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringArpInfoOperations.BeginGetAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath,System.Threading.CancellationToken)">
            <summary>
            The Get DedicatedCircuitPeeringArpInfo operation retrives ARP Table.
            </summary>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Required. Whether the device is primary or secondary.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringArpInfoOperations.GetAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath,System.Threading.CancellationToken)">
            <summary>
            The Get DedicatedCircuitPeeringArpInfo operation retrives ARP Table.
            </summary>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Required. Whether the device is primary or secondary.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringArpInfoOperations.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringArpInfoOperationsExtensions">
            <summary>
            The Express Route API provides programmatic access to the functionality
            needed by the customer to set up Dedicated Circuits and Dedicated
            Circuit Links. The Express Route Customer API is a REST API. All API
            operations are performed over SSL and mutually authenticated using
            X.509 v3 certificates. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringArpInfoOperationsExtensions.BeginGet(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringArpInfoOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath)">
            <summary>
            The Get DedicatedCircuitPeeringArpInfo operation retrives ARP Table.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringArpInfoOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Required. Whether the device is primary or secondary.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringArpInfoOperationsExtensions.BeginGetAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringArpInfoOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath)">
            <summary>
            The Get DedicatedCircuitPeeringArpInfo operation retrives ARP Table.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringArpInfoOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Required. Whether the device is primary or secondary.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringArpInfoOperationsExtensions.Get(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringArpInfoOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath)">
            <summary>
            The Get DedicatedCircuitPeeringArpInfo operation retrives ARP Table.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringArpInfoOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Required. Whether the device is primary or secondary.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringArpInfoOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringArpInfoOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath)">
            <summary>
            The Get DedicatedCircuitPeeringArpInfo operation retrives ARP Table.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringArpInfoOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Required. Whether the device is primary or secondary.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringArpInfoOperationsExtensions.GetOperationStatus(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringArpInfoOperations,System.String)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringArpInfoOperations.
            </param>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringArpInfoOperationsExtensions.GetOperationStatusAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringArpInfoOperations,System.String)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringArpInfoOperations.
            </param>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRouteTableInfoOperations.#ctor(Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient)">
            <summary>
            Initializes a new instance of the
            DedicatedCircuitPeeringRouteTableInfoOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRouteTableInfoOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRouteTableInfoOperations.BeginGetAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath,System.Threading.CancellationToken)">
            <summary>
            The Get DedicatedCircuitPeeringRouteTableInfo operation retrives
            RouteTable.
            </summary>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Required. Whether the device is primary or secondary.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRouteTableInfoOperations.GetAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath,System.Threading.CancellationToken)">
            <summary>
            The Get DedicatedCircuitPeeringRouteTableInfo operation retrives
            RouteTable.
            </summary>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Required. Whether the device is primary or secondary.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRouteTableInfoOperations.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRouteTableInfoOperationsExtensions">
            <summary>
            The Express Route API provides programmatic access to the functionality
            needed by the customer to set up Dedicated Circuits and Dedicated
            Circuit Links. The Express Route Customer API is a REST API. All API
            operations are performed over SSL and mutually authenticated using
            X.509 v3 certificates. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRouteTableInfoOperationsExtensions.BeginGet(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableInfoOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath)">
            <summary>
            The Get DedicatedCircuitPeeringRouteTableInfo operation retrives
            RouteTable.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableInfoOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Required. Whether the device is primary or secondary.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRouteTableInfoOperationsExtensions.BeginGetAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableInfoOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath)">
            <summary>
            The Get DedicatedCircuitPeeringRouteTableInfo operation retrives
            RouteTable.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableInfoOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Required. Whether the device is primary or secondary.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRouteTableInfoOperationsExtensions.Get(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableInfoOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath)">
            <summary>
            The Get DedicatedCircuitPeeringRouteTableInfo operation retrives
            RouteTable.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableInfoOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Required. Whether the device is primary or secondary.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRouteTableInfoOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableInfoOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath)">
            <summary>
            The Get DedicatedCircuitPeeringRouteTableInfo operation retrives
            RouteTable.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableInfoOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Required. Whether the device is primary or secondary.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRouteTableInfoOperationsExtensions.GetOperationStatus(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableInfoOperations,System.String)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableInfoOperations.
            </param>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRouteTableInfoOperationsExtensions.GetOperationStatusAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableInfoOperations,System.String)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableInfoOperations.
            </param>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRouteTableSummaryOperations.#ctor(Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient)">
            <summary>
            Initializes a new instance of the
            DedicatedCircuitPeeringRouteTableSummaryOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRouteTableSummaryOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRouteTableSummaryOperations.BeginGetAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath,System.Threading.CancellationToken)">
            <summary>
            The Get DedicatedCircuitPeeringRouteTableSummary operation retrives
            RouteTableSummary.
            </summary>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Required. Whether the device is primary or secondary.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRouteTableSummaryOperations.GetAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath,System.Threading.CancellationToken)">
            <summary>
            The Get DedicatedCircuitPeeringRouteTableSummary operation retrives
            RouteTableSummary.
            </summary>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Required. Whether the device is primary or secondary.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRouteTableSummaryOperations.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRouteTableSummaryOperationsExtensions">
            <summary>
            The Express Route API provides programmatic access to the functionality
            needed by the customer to set up Dedicated Circuits and Dedicated
            Circuit Links. The Express Route Customer API is a REST API. All API
            operations are performed over SSL and mutually authenticated using
            X.509 v3 certificates. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRouteTableSummaryOperationsExtensions.BeginGet(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableSummaryOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath)">
            <summary>
            The Get DedicatedCircuitPeeringRouteTableSummary operation retrives
            RouteTableSummary.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableSummaryOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Required. Whether the device is primary or secondary.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRouteTableSummaryOperationsExtensions.BeginGetAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableSummaryOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath)">
            <summary>
            The Get DedicatedCircuitPeeringRouteTableSummary operation retrives
            RouteTableSummary.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableSummaryOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Required. Whether the device is primary or secondary.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRouteTableSummaryOperationsExtensions.Get(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableSummaryOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath)">
            <summary>
            The Get DedicatedCircuitPeeringRouteTableSummary operation retrives
            RouteTableSummary.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableSummaryOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Required. Whether the device is primary or secondary.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRouteTableSummaryOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableSummaryOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath)">
            <summary>
            The Get DedicatedCircuitPeeringRouteTableSummary operation retrives
            RouteTableSummary.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableSummaryOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Required. Whether the device is primary or secondary.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRouteTableSummaryOperationsExtensions.GetOperationStatus(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableSummaryOperations,System.String)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableSummaryOperations.
            </param>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRouteTableSummaryOperationsExtensions.GetOperationStatusAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableSummaryOperations,System.String)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableSummaryOperations.
            </param>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRoutingInfoOperations.#ctor(Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient)">
            <summary>
            Initializes a new instance of the
            DedicatedCircuitPeeringRoutingInfoOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRoutingInfoOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRoutingInfoOperations.GetAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath,System.Threading.CancellationToken)">
            <summary>
            The Get Dedicated Circuit Peering Routing Information operation
            retrieves the ARP information for specific BGP.
            </summary>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Required. Whether the device is primary or secondary.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Dedicated Circuit Peering Route Table Info operation
            response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRoutingInfoOperationsExtensions">
            <summary>
            The Express Route API provides programmatic access to the functionality
            needed by the customer to set up Dedicated Circuits and Dedicated
            Circuit Links. The Express Route Customer API is a REST API. All API
            operations are performed over SSL and mutually authenticated using
            X.509 v3 certificates. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRoutingInfoOperationsExtensions.Get(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRoutingInfoOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath)">
            <summary>
            The Get Dedicated Circuit Peering Routing Information operation
            retrieves the ARP information for specific BGP.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRoutingInfoOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Required. Whether the device is primary or secondary.
            </param>
            <returns>
            The Get Dedicated Circuit Peering Route Table Info operation
            response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRoutingInfoOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRoutingInfoOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath)">
            <summary>
            The Get Dedicated Circuit Peering Routing Information operation
            retrieves the ARP information for specific BGP.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRoutingInfoOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Required. Whether the device is primary or secondary.
            </param>
            <returns>
            The Get Dedicated Circuit Peering Route Table Info operation
            response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRoutingSummaryOperations.#ctor(Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient)">
            <summary>
            Initializes a new instance of the
            DedicatedCircuitPeeringRoutingSummaryOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRoutingSummaryOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRoutingSummaryOperations.GetAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath,System.Threading.CancellationToken)">
            <summary>
            The Get Dedicated Circuit Peering routeTableSummary operation
            retrieves the ARP information for specific BGP.
            </summary>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Required. Whether the device is primary or secondary.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Dedicated Circuit Peering Routing Summary operation
            response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRoutingSummaryOperationsExtensions">
            <summary>
            The Express Route API provides programmatic access to the functionality
            needed by the customer to set up Dedicated Circuits and Dedicated
            Circuit Links. The Express Route Customer API is a REST API. All API
            operations are performed over SSL and mutually authenticated using
            X.509 v3 certificates. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRoutingSummaryOperationsExtensions.Get(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRoutingSummaryOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath)">
            <summary>
            The Get Dedicated Circuit Peering routeTableSummary operation
            retrieves the ARP information for specific BGP.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRoutingSummaryOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Required. Whether the device is primary or secondary.
            </param>
            <returns>
            The Get Dedicated Circuit Peering Routing Summary operation
            response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringRoutingSummaryOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRoutingSummaryOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath)">
            <summary>
            The Get Dedicated Circuit Peering routeTableSummary operation
            retrieves the ARP information for specific BGP.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRoutingSummaryOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Required. Whether the device is primary or secondary.
            </param>
            <returns>
            The Get Dedicated Circuit Peering Routing Summary operation
            response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringStatsOperations.#ctor(Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient)">
            <summary>
            Initializes a new instance of the
            DedicatedCircuitPeeringStatsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringStatsOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringStatsOperations.GetAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,System.Threading.CancellationToken)">
            <summary>
            The Get Dedicated Circuit Stats operation retrieves the
            bytesin/bytesout of the dedicated circuit on primary/secondary
            devices for specified peering type.
            </summary>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get DedicatedCircuitPeeringStats operation response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringStatsOperationsExtensions">
            <summary>
            The Express Route API provides programmatic access to the functionality
            needed by the customer to set up Dedicated Circuits and Dedicated
            Circuit Links. The Express Route Customer API is a REST API. All API
            operations are performed over SSL and mutually authenticated using
            X.509 v3 certificates. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringStatsOperationsExtensions.Get(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringStatsOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType)">
            <summary>
            The Get Dedicated Circuit Stats operation retrieves the
            bytesin/bytesout of the dedicated circuit on primary/secondary
            devices for specified peering type.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringStatsOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <returns>
            The Get DedicatedCircuitPeeringStats operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitPeeringStatsOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringStatsOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType)">
            <summary>
            The Get Dedicated Circuit Stats operation retrieves the
            bytesin/bytesout of the dedicated circuit on primary/secondary
            devices for specified peering type.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringStatsOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <returns>
            The Get DedicatedCircuitPeeringStats operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitServiceProviderOperations.#ctor(Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient)">
            <summary>
            Initializes a new instance of the
            DedicatedCircuitServiceProviderOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitServiceProviderOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitServiceProviderOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            The List Dedicated Circuit Service Providers operation retrieves a
            list of available dedicated circuit service providers.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Dedicated Circuit Service Provider operation response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitServiceProviderOperationsExtensions">
            <summary>
            The Express Route API provides programmatic access to the functionality
            needed by the customer to set up Dedicated Circuits and Dedicated
            Circuit Links. The Express Route Customer API is a REST API. All API
            operations are performed over SSL and mutually authenticated using
            X.509 v3 certificates. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitServiceProviderOperationsExtensions.List(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitServiceProviderOperations)">
            <summary>
            The List Dedicated Circuit Service Providers operation retrieves a
            list of available dedicated circuit service providers.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitServiceProviderOperations.
            </param>
            <returns>
            The List Dedicated Circuit Service Provider operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitServiceProviderOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitServiceProviderOperations)">
            <summary>
            The List Dedicated Circuit Service Providers operation retrieves a
            list of available dedicated circuit service providers.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitServiceProviderOperations.
            </param>
            <returns>
            The List Dedicated Circuit Service Provider operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitStatsOperations.#ctor(Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient)">
            <summary>
            Initializes a new instance of the DedicatedCircuitStatsOperations
            class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitStatsOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitStatsOperations.GetAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,System.Threading.CancellationToken)">
            <summary>
            The Get Dedicated Circuit Stats operation retrieves the
            bytesin/bytesout of the dedicated circuit on primary/secondary
            devices for specified peering type.
            </summary>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get DedicatedCircuitStats operation response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitStatsOperationsExtensions">
            <summary>
            The Express Route API provides programmatic access to the functionality
            needed by the customer to set up Dedicated Circuits and Dedicated
            Circuit Links. The Express Route Customer API is a REST API. All API
            operations are performed over SSL and mutually authenticated using
            X.509 v3 certificates. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitStatsOperationsExtensions.Get(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitStatsOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType)">
            <summary>
            The Get Dedicated Circuit Stats operation retrieves the
            bytesin/bytesout of the dedicated circuit on primary/secondary
            devices for specified peering type.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitStatsOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <returns>
            The Get DedicatedCircuitStats operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.DedicatedCircuitStatsOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitStatsOperations,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType)">
            <summary>
            The Get Dedicated Circuit Stats operation retrieves the
            bytesin/bytesout of the dedicated circuit on primary/secondary
            devices for specified peering type.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitStatsOperations.
            </param>
            <param name='serviceKey'>
            Required. The service key representing the circuit.
            </param>
            <param name='accessType'>
            Required. Whether the peering is private or public or microsoft.
            </param>
            <returns>
            The Get DedicatedCircuitStats operation response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient">
            <summary>
            The Express Route API provides programmatic access to the functionality
            needed by the customer to set up Dedicated Circuits and Dedicated
            Circuit Links. The Express Route Customer API is a REST API. All API
            operations are performed over SSL and mutually authenticated using
            X.509 v3 certificates. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for
            more information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.#ctor">
            <summary>
            Initializes a new instance of the ExpressRouteManagementClient
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri)">
            <summary>
            Initializes a new instance of the ExpressRouteManagementClient
            class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials)">
            <summary>
            Initializes a new instance of the ExpressRouteManagementClient
            class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the ExpressRouteManagementClient
            class.
            </summary>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the ExpressRouteManagementClient
            class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the ExpressRouteManagementClient
            class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.Clone(Hyak.Common.ServiceClient{Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient})">
            <summary>
            Clones properties from current instance to another
            ExpressRouteManagementClient instance
            </summary>
            <param name='client'>
            Instance of ExpressRouteManagementClient to clone to
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.ParseBgpPeeringAccessType(System.String)">
            <summary>
            Parse enum values for type BgpPeeringAccessType.
            </summary>
            <param name='value'>
            The value to parse.
            </param>
            <returns>
            The enum value.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.BgpPeeringAccessTypeToString(Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType)">
            <summary>
            Convert an enum of type BgpPeeringAccessType to a string.
            </summary>
            <param name='value'>
            The value to convert to a string.
            </param>
            <returns>
            The enum value as a string.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.ParseDevicePath(System.String)">
            <summary>
            Parse enum values for type DevicePath.
            </summary>
            <param name='value'>
            The value to parse.
            </param>
            <returns>
            The enum value.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.DevicePathToString(Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath)">
            <summary>
            Convert an enum of type DevicePath to a string.
            </summary>
            <param name='value'>
            The value to convert to a string.
            </param>
            <returns>
            The enum value as a string.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.ParseUpdateCrossConnectionOperation(System.String)">
            <summary>
            Parse enum values for type UpdateCrossConnectionOperation.
            </summary>
            <param name='value'>
            The value to parse.
            </param>
            <returns>
            The enum value.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.UpdateCrossConnectionOperationToString(Microsoft.WindowsAzure.Management.ExpressRoute.Models.UpdateCrossConnectionOperation)">
            <summary>
            Convert an enum of type UpdateCrossConnectionOperation to a string.
            </summary>
            <param name='value'>
            The value to convert to a string.
            </param>
            <returns>
            The enum value as a string.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClient.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClientExtensions">
            <summary>
            The Express Route API provides programmatic access to the functionality
            needed by the customer to set up Dedicated Circuits and Dedicated
            Circuit Links. The Express Route Customer API is a REST API. All API
            operations are performed over SSL and mutually authenticated using
            X.509 v3 certificates. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for
            more information)
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClientExtensions.GetOperationStatus(Microsoft.WindowsAzure.Management.ExpressRoute.IExpressRouteManagementClient,System.String)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IExpressRouteManagementClient.
            </param>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.ExpressRouteManagementClientExtensions.GetOperationStatusAsync(Microsoft.WindowsAzure.Management.ExpressRoute.IExpressRouteManagementClient,System.String)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.ExpressRoute.IExpressRouteManagementClient.
            </param>
            <param name='operationId'>
            Required. The id of the operation.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IAuthorizedDedicatedCircuitOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Dedicated Circuit operation retrieves the specified
            authorized dedicated circuit.
            </summary>
            <param name='serviceKey'>
            The service key representing the circuit.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Authorized Dedicated Circuit operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IAuthorizedDedicatedCircuitOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            The List Dedicated Circuit operation retrieves a list of dedicated
            circuits owned by the customer.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Authorized Dedicated Circuit operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations.BeginNewAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters,System.Threading.CancellationToken)">
            <summary>
            The New Border Gateway Protocol Peering operation creates a new
            Border Gateway Protocol Peering
            </summary>
            <param name='serviceKey'>
            The service key representing the relationship between Azure and the
            customer.
            </param>
            <param name='accessType'>
            Whether the peering is private or public.
            </param>
            <param name='parameters'>
            Parameters supplied to the New Border Gateway Protocol Peering
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations.BeginRemoveAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeerAddressType,System.Threading.CancellationToken)">
            <summary>
            The Remove Border Gateway Protocol Peering operation deletes an
            existing border gateway protocol peering.
            </summary>
            <param name='serviceKey'>
            Service Key representing the border gateway protocol peering to be
            deleted.
            </param>
            <param name='accessType'>
            Whether the peering is private or public.
            </param>
            <param name='peerAddressType'>
            Whether the BGP Peer Address Type to deleted is IPv4, IPv6 or All.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations.BeginUpdateAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            The Update Border Gateway Protocol Peering operation updates an
            existing bgp peering.
            </summary>
            <param name='serviceKey'>
            The service key representing the relationship between Azure and the
            customer.
            </param>
            <param name='accessType'>
            Whether the peering is private or public.
            </param>
            <param name='parameters'>
            Parameters supplied to the Update Border Gateway Protocol Peering
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations.GetAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,System.Threading.CancellationToken)">
            <summary>
            The Get Border Gateway Protocol Peering operation retrieves the bgp
            peering for the dedicated circuit with the specified service key.
            </summary>
            <param name='serviceKey'>
            The servicee key representing the dedicated circuit.
            </param>
            <param name='accessType'>
            Whether the peering is private or public.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Border Gateway Protocol Peering Operation Response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operationId'>
            The id of the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations.NewAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters,System.Threading.CancellationToken)">
            <summary>
            The New Border Gateway Protocol Peering operation creates a new
            border gateway protocol peering associated with the dedicated
            circuit specified by the service key provided.
            </summary>
            <param name='serviceKey'>
            The service key representing the relationship between Azure and the
            customer.
            </param>
            <param name='accessType'>
            Whether the peering is private or public.
            </param>
            <param name='parameters'>
            Parameters supplied to the New Bgp Peering operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations.RemoveAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeerAddressType,System.Threading.CancellationToken)">
            <summary>
            The Remove Border Gateway Protocol Peering operation deletes an
            existing border gateway protocol peering.
            </summary>
            <param name='serviceKey'>
            Service key associated with the border gateway protocol peering to
            be deleted.
            </param>
            <param name='accessType'>
            Whether the peering is private or public.
            </param>
            <param name='peerAddressType'>
            Whether the BGP Peer Address Type to deleted is IPv4, IPv6 or All.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations.UpdateAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            The Update Border Gateway Protocol Peering operation updates an
            existing border gateway protocol peering or creates a new one if
            one doesn't exist.
            </summary>
            <param name='serviceKey'>
            The service key representing the relationship between Azure and the
            customer.
            </param>
            <param name='accessType'>
            Whether the peering is private or public.
            </param>
            <param name='parameters'>
            Parameters supplied to the Update Border Gateway Protocol Peering
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations.BeginNewAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The New Cross Connection operation provisions a cross connection
            for as dedicated circuit.
            </summary>
            <param name='serviceKey'>
            Service key of the dedicated circuit.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations.BeginUpdateAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            The Update Cross Connection operation updates an existing cross
            connection.
            </summary>
            <param name='serviceKey'>
            The service key representing the relationship between Azure and the
            customer.
            </param>
            <param name='parameters'>
            Parameters supplied to the Update CrossConnection operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Cross Connection operation retrieves the Cross Connection
            information for the Dedicated Circuit with the specified service
            key.
            </summary>
            <param name='serviceKey'>
            The servicee key representing the dedicated circuit.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Cross Connection Operation Response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operationId'>
            The id of the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            The List Cross Connection operation retrieves a list of cross
            connections owned by the provider.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Cross Connection operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations.NewAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The New Cross Connection operation provisions a cross connection
            for the given azure circuit.
            </summary>
            <param name='serviceKey'>
            Service key of the dedicated circuit.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations.UpdateAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            The Update Cross Connection operation updates an existing cross
            connection.
            </summary>
            <param name='serviceKey'>
            The service key representing the relationship between Azure and the
            customer.
            </param>
            <param name='parameters'>
            Parameters supplied to the Update Bgp Peering operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationMicrosoftIdOperations.NewAsync(System.String,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationMicrosoftIdNewParameters,System.Threading.CancellationToken)">
            <summary>
            Adds Microsoft Ids to the specified authorization
            </summary>
            <param name='serviceKey'>
            The service key representing the circuit.
            </param>
            <param name='authId'>
            The GUID representing the authorization
            </param>
            <param name='parameters'>
            Parameters supplied to add new Microsoft Ids
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationMicrosoftIdOperations.RemoveAsync(System.String,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationMicrosoftIdRemoveParameters,System.Threading.CancellationToken)">
            <summary>
            Removes Microsoft Ids from the specified authorization
            </summary>
            <param name='serviceKey'>
            The service key representing the circuit.
            </param>
            <param name='authId'>
            The GUID representing the authorization
            </param>
            <param name='parameters'>
            Parameters supplied to remove existing Microsoft Ids
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations.BeginRemoveAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Remove Dedicated Circuit Link Authorization operation deletes
            an existing dedicated circuit link.
            </summary>
            <param name='serviceKey'>
            Service key representing the dedicated circuit.
            </param>
            <param name='authId'>
            The GUID representing the authorization
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the link authorization for the specified dedicated circuit.
            </summary>
            <param name='serviceKey'>
            The service key representing the circuit.
            </param>
            <param name='authId'>
            The GUID representing the authorization
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Get link authorization operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operationId'>
            The id of the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Lists the specified link authorization for the specified dedicated
            circuit.
            </summary>
            <param name='serviceKey'>
            The service key representing the circuit.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List link authorization operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations.NewAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationNewParameters,System.Threading.CancellationToken)">
            <summary>
            Gets the specified link authorization for the specified dedicated
            circuit.
            </summary>
            <param name='serviceKey'>
            The service key representing the circuit.
            </param>
            <param name='parameters'>
            Parameters supplied to the new Dedicated Circuit link authorization
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Get link authorization operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations.RemoveAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Remove Dedicated Circuit Link Authorization operation deletes
            an existing dedicated circuit link.
            </summary>
            <param name='serviceKey'>
            Service Key associated with the dedicated circuit.
            </param>
            <param name='authId'>
            The GUID representing the authorization
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations.UpdateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates the specified link authorization for the specified
            dedicated circuit.
            </summary>
            <param name='serviceKey'>
            The service key representing the circuit.
            </param>
            <param name='authId'>
            The GUID representing the authorization
            </param>
            <param name='parameters'>
            Parameters supplied to the Update Dedicated Circuit link
            authorization operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Update link authorization operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations.BeginNewAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The New Dedicated Circuit Link operation creates a new dedicated
            circuit link.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations.BeginRemoveAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Remove Dedicated Circuit Link operation deletes an existing
            dedicated circuit link.
            </summary>
            <param name='serviceKey'>
            Service key representing the dedicated circuit.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Dedicated Circuit Link operation retrieves the specified
            dedicated circuit link.
            </summary>
            <param name='serviceKey'>
            The service key representing the circuit.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Dedicated Circuit Link operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operationId'>
            The id of the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The List Dedicated Circuit Links operation retrieves a list of
            Vnets that are linked to the circuit with the specified service
            key.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Dedicated Circuit Link operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations.NewAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The New Dedicated Circuit Link operation creates a new dedicated
            circuit link.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations.RemoveAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            The Remove Dedicated Circuit Link operation deletes an existing
            dedicated circuit link.
            </summary>
            <param name='serviceKey'>
            Service Key associated with the dedicated circuit.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.BeginNewAsync(Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitNewParameters,System.Threading.CancellationToken)">
            <summary>
            The New Dedicated Circuit operation creates a new dedicated circuit.
            </summary>
            <param name='parameters'>
            Parameters supplied to the New Dedicated Circuit operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.BeginRemoveAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Remove Dedicated Circuit operation deletes an existing
            dedicated circuit.
            </summary>
            <param name='serviceKey'>
            Service key representing the dedicated circuit to be deleted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.BeginUpdateAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            The Update Dedicated Circuit operation updates an existing
            dedicated circuit.
            </summary>
            <param name='serviceKey'>
            Service Key of the circuit being updated
            </param>
            <param name='parameters'>
            Parameters supplied to the Update Dedicated Circuit operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Dedicated Circuit operation retrieves the specified
            dedicated circuit.
            </summary>
            <param name='serviceKey'>
            The service key representing the circuit.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Dedicated Circuit operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operationId'>
            The id of the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            The List Dedicated Circuit operation retrieves a list of dedicated
            circuits owned by the customer.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Dedicated Circuit operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.NewAsync(Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitNewParameters,System.Threading.CancellationToken)">
            <summary>
            The New Dedicated Circuit operation creates a new dedicated circuit.
            </summary>
            <param name='parameters'>
            Parameters supplied to the Create Virtual Network Gateway operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.RemoveAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Remove Dedicated Circuit operation deletes an existing
            dedicated circuit.
            </summary>
            <param name='serviceKey'>
            Service Key associated with the dedicated circuit to be deleted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.UpdateAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            The Update Dedicated Circuit operation updates an existing
            dedicated circuit.
            </summary>
            <param name='serviceKey'>
            Service Key of the circuit being updated
            </param>
            <param name='parameters'>
            Parameters supplied to the update dedicated circuit operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringArpInfoOperations.BeginGetAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath,System.Threading.CancellationToken)">
            <summary>
            The Get DedicatedCircuitPeeringArpInfo operation retrives ARP Table.
            </summary>
            <param name='serviceKey'>
            The service key representing the circuit.
            </param>
            <param name='accessType'>
            Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Whether the device is primary or secondary.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringArpInfoOperations.GetAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath,System.Threading.CancellationToken)">
            <summary>
            The Get DedicatedCircuitPeeringArpInfo operation retrives ARP Table.
            </summary>
            <param name='serviceKey'>
            The service key representing the circuit.
            </param>
            <param name='accessType'>
            Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Whether the device is primary or secondary.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringArpInfoOperations.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operationId'>
            The id of the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableInfoOperations.BeginGetAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath,System.Threading.CancellationToken)">
            <summary>
            The Get DedicatedCircuitPeeringRouteTableInfo operation retrives
            RouteTable.
            </summary>
            <param name='serviceKey'>
            The service key representing the circuit.
            </param>
            <param name='accessType'>
            Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Whether the device is primary or secondary.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableInfoOperations.GetAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath,System.Threading.CancellationToken)">
            <summary>
            The Get DedicatedCircuitPeeringRouteTableInfo operation retrives
            RouteTable.
            </summary>
            <param name='serviceKey'>
            The service key representing the circuit.
            </param>
            <param name='accessType'>
            Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Whether the device is primary or secondary.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableInfoOperations.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operationId'>
            The id of the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableSummaryOperations.BeginGetAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath,System.Threading.CancellationToken)">
            <summary>
            The Get DedicatedCircuitPeeringRouteTableSummary operation retrives
            RouteTableSummary.
            </summary>
            <param name='serviceKey'>
            The service key representing the circuit.
            </param>
            <param name='accessType'>
            Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Whether the device is primary or secondary.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableSummaryOperations.GetAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath,System.Threading.CancellationToken)">
            <summary>
            The Get DedicatedCircuitPeeringRouteTableSummary operation retrives
            RouteTableSummary.
            </summary>
            <param name='serviceKey'>
            The service key representing the circuit.
            </param>
            <param name='accessType'>
            Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Whether the device is primary or secondary.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableSummaryOperations.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operationId'>
            The id of the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRoutingInfoOperations.GetAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath,System.Threading.CancellationToken)">
            <summary>
            The Get Dedicated Circuit Peering Routing Information operation
            retrieves the ARP information for specific BGP.
            </summary>
            <param name='serviceKey'>
            The service key representing the circuit.
            </param>
            <param name='accessType'>
            Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Whether the device is primary or secondary.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Dedicated Circuit Peering Route Table Info operation
            response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRoutingSummaryOperations.GetAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath,System.Threading.CancellationToken)">
            <summary>
            The Get Dedicated Circuit Peering routeTableSummary operation
            retrieves the ARP information for specific BGP.
            </summary>
            <param name='serviceKey'>
            The service key representing the circuit.
            </param>
            <param name='accessType'>
            Whether the peering is private or public or microsoft.
            </param>
            <param name='devicePath'>
            Whether the device is primary or secondary.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Dedicated Circuit Peering Routing Summary operation
            response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringStatsOperations.GetAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,System.Threading.CancellationToken)">
            <summary>
            The Get Dedicated Circuit Stats operation retrieves the
            bytesin/bytesout of the dedicated circuit on primary/secondary
            devices for specified peering type.
            </summary>
            <param name='serviceKey'>
            The service key representing the circuit.
            </param>
            <param name='accessType'>
            Whether the peering is private or public or microsoft.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get DedicatedCircuitPeeringStats operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitServiceProviderOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            The List Dedicated Circuit Service Providers operation retrieves a
            list of available dedicated circuit service providers.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Dedicated Circuit Service Provider operation response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitStatsOperations.GetAsync(System.String,Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType,System.Threading.CancellationToken)">
            <summary>
            The Get Dedicated Circuit Stats operation retrieves the
            bytesin/bytesout of the dedicated circuit on primary/secondary
            devices for specified peering type.
            </summary>
            <param name='serviceKey'>
            The service key representing the circuit.
            </param>
            <param name='accessType'>
            Whether the peering is private or public or microsoft.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get DedicatedCircuitStats operation response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.IExpressRouteManagementClient">
            <summary>
            The Express Route API provides programmatic access to the functionality
            needed by the customer to set up Dedicated Circuits and Dedicated
            Circuit Links. The Express Route Customer API is a REST API. All API
            operations are performed over SSL and mutually authenticated using
            X.509 v3 certificates. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for
            more information)
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.IExpressRouteManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.IExpressRouteManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.IExpressRouteManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.IExpressRouteManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.IExpressRouteManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.IExpressRouteManagementClient.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Express Route operation status gets information on the
            status of Express Route operations in Windows Azure. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
            for more information)
            </summary>
            <param name='operationId'>
            The id of the operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AuthorizedDedicatedCircuitGetResponse">
            <summary>
            The Get Authorized Dedicated Circuit operation response.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AuthorizedDedicatedCircuitGetResponse.AuthorizedDedicatedCircuit">
            <summary>
            Optional. Details of the authorized dedicated circuit.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AuthorizedDedicatedCircuitGetResponse.#ctor">
            <summary>
            Initializes a new instance of the
            AuthorizedDedicatedCircuitGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AuthorizedDedicatedCircuitListResponse">
            <summary>
            The List Authorized Dedicated Circuit operation response.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AuthorizedDedicatedCircuitListResponse.AuthorizedDedicatedCircuits">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AuthorizedDedicatedCircuitListResponse.#ctor">
            <summary>
            Initializes a new instance of the
            AuthorizedDedicatedCircuitListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AuthorizedDedicatedCircuitListResponse.GetEnumerator">
            <summary>
            Gets the sequence of AuthorizedDedicatedCircuits.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AuthorizedDedicatedCircuitListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of AuthorizedDedicatedCircuits.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureAuthorizedDedicatedCircuit">
            <summary>
            Describes an authorized Dedicated Circuit.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureAuthorizedDedicatedCircuit.Bandwidth">
            <summary>
            Optional. Specifies the bandwidth that is assigned to the circuit.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureAuthorizedDedicatedCircuit.CircuitName">
            <summary>
            Optional. Specifies the name of the circuit.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureAuthorizedDedicatedCircuit.Location">
            <summary>
            Optional. Specifies the peering location of the circuit.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureAuthorizedDedicatedCircuit.MaximumAllowedLinks">
            <summary>
            Optional. Maximum number of allowed links on this circuit
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureAuthorizedDedicatedCircuit.ServiceKey">
            <summary>
            Optional. A value that uniquely identifies the circuit.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureAuthorizedDedicatedCircuit.ServiceProviderName">
            <summary>
            Optional. Specifies the name of the dedicated circuit service
            provider.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureAuthorizedDedicatedCircuit.ServiceProviderProvisioningState">
            <summary>
            Optional. Specifies the provisioning state of the circuit. Values
            are NotProvisioned, Provisioning, Provisioned, or DeProvisioning.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureAuthorizedDedicatedCircuit.Status">
            <summary>
            Optional. The current status of the circuit. Values are Disabled,
            Disabliing, Enabled, Enabling.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureAuthorizedDedicatedCircuit.UsedLinks">
            <summary>
            Optional. Current number of used links
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureAuthorizedDedicatedCircuit.#ctor">
            <summary>
            Initializes a new instance of the AzureAuthorizedDedicatedCircuit
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureBgpPeering">
            <summary>
            Describes a Border Gateway Protocol Peering.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureBgpPeering.AdvertisedCommunities">
            <summary>
            Optional. Specifies the communities that will be advertised by the
            peer over this BGP peering. Specific to Microsoft type of peering.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureBgpPeering.AdvertisedCommunitiesIpv6">
            <summary>
            Optional. Specifies the communities that will be advertised by the
            Ipv6 peer over this BGP peering. Specific to Microsoft type of
            peering.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureBgpPeering.AdvertisedPublicPrefixes">
            <summary>
            Optional. Specifies the public prefixes that will be advertised by
            the peer over this BGP peering. Specific to Microsoft type of
            peering.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureBgpPeering.AdvertisedPublicPrefixesIpv6">
            <summary>
            Optional. Specifies the public prefixes that will be advertised by
            the Ipv6 peer over this BGP peering. Specific to Microsoft type of
            peering.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureBgpPeering.AdvertisedPublicPrefixesState">
            <summary>
            Optional. Specifies whether the Azure network has been configured
            to accept the public prefixes specified as will be advertised by
            the peer over this BGP peering. Specific to Mirosoft type of
            peering.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureBgpPeering.AdvertisedPublicPrefixesStateIpv6">
            <summary>
            Optional. Specifies whether the Azure network has been configured
            to accept the Ipv6 public prefixes specified as will be advertised
            by the peer over this BGP peering. Specific to Mirosoft type of
            peering.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureBgpPeering.AzureAsn">
            <summary>
            Optional. Specifies the numeric identifier of the public autonomous
            system (AS) in which the device of Windows Azure is configured.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureBgpPeering.CustomerAutonomousSystemNumber">
            <summary>
            Optional. Specifies the numeric identifier of the public autonomous
            system (AS) in which the device of the customer is configured.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureBgpPeering.CustomerAutonomousSystemNumberIpv6">
            <summary>
            Optional. Specifies the numeric identifier of the public autonomous
            system (AS) in which the device of the customer is configured for
            Ipv6.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureBgpPeering.LegacyMode">
            <summary>
            Optional. Specifies the legacy mode. Specific to Microsoft type of
            peering.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureBgpPeering.PeerAsn">
            <summary>
            Optional. Specifies the numeric identifier of the public autonomous
            system (AS) in which the device of the service provider is
            configured.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureBgpPeering.PrimaryAzurePort">
            <summary>
            Optional. Specifies the name of the primary port.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureBgpPeering.PrimaryPeerSubnet">
            <summary>
            Optional. Specifies the subnet addresses of the interface to be
            used for establishing the BGP session on the primary port.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureBgpPeering.PrimaryPeerSubnetIpv6">
            <summary>
            Optional. Specifies the subnet addresses of the interface to be
            used for establishing the Ipv6 BGP session on the primary port.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureBgpPeering.RoutingRegistryName">
            <summary>
            Optional. Specifies the Routing Registry to look up to validate the
            prefixes specified in AdvertisedPublicPrefixes
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureBgpPeering.RoutingRegistryNameIpv6">
            <summary>
            Optional. Specifies the Routing Registry to look up to validate the
            prefixes specified in AdvertisedPublicPrefixesIpv6
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureBgpPeering.SecondaryAzurePort">
            <summary>
            Optional. Specifies the name of the secondary port.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureBgpPeering.SecondaryPeerSubnet">
            <summary>
            Optional. Specifies the subnet addresses of the interface to be
            used for establishing the BGP session on the secondary port.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureBgpPeering.SecondaryPeerSubnetIpv6">
            <summary>
            Optional. Specifies the subnet addresses of the interface to be
            used for establishing the Ipv6 BGP session on the secondary port.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureBgpPeering.State">
            <summary>
            Optional. The current state of the BGP session. Possible values are
            Disabled, Enabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureBgpPeering.StateIpv6">
            <summary>
            Optional. The current state of the Ipv6 BGP session. Possible
            values are Disabled, Enabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureBgpPeering.VlanId">
            <summary>
            Optional. Specifies the identifier that is used to identify the
            customer.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureBgpPeering.#ctor">
            <summary>
            Initializes a new instance of the AzureBgpPeering class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureCrossConnection">
            <summary>
            Described a Cross Connection.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureCrossConnection.Bandwidth">
            <summary>
            Optional. Specifies the bandwidth that is assigned to the circuit.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureCrossConnection.PrimaryAzurePort">
            <summary>
            Optional. Specifies the name of the primary port. Only available
            when the provisioning state is Provisioning or Provisioned.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureCrossConnection.ProvisioningState">
            <summary>
            Optional. Provisioning state of the cross connection. Can be
            Provisioned, NotProvisioned, Provisioning or Deprovisioning.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureCrossConnection.SecondaryAzurePort">
            <summary>
            Optional. Specifies the name of the secondary port. Only available
            when the provisioning state is Provisioning or Provisioned.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureCrossConnection.ServiceKey">
            <summary>
            Optional. Specifies the service key of circuit.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureCrossConnection.STag">
            <summary>
            Optional. Specifies the identifier of circuit traffic.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureCrossConnection.Status">
            <summary>
            Optional. The current status of the circuit. Possible values are:
            Disabled, Disabling, Enabling, Enabled.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureCrossConnection.#ctor">
            <summary>
            Initializes a new instance of the AzureCrossConnection class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuit">
            <summary>
            Describes a Dedicated Circuit.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuit.Bandwidth">
            <summary>
            Optional. Specifies the bandwidth that is assigned to the circuit.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuit.BillingType">
            <summary>
            Optional. BillingType to be used for the new dedicated circuit.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuit.CircuitName">
            <summary>
            Optional. Specifies the name of the circuit.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuit.Location">
            <summary>
            Optional. Specifies the peering location of the circuit.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuit.ServiceKey">
            <summary>
            Optional. A value that uniquely identifies the circuit.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuit.ServiceProviderName">
            <summary>
            Optional. Specifies the name of the dedicated circuit service
            provider.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuit.ServiceProviderProvisioningState">
            <summary>
            Optional. Specifies the provisioning state of the circuit. Values
            are NotProvisioned, Provisioning, Provisioned, or DeProvisioning.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuit.Sku">
            <summary>
            Optional. Sku to be used for the new dedicated circuit.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuit.Status">
            <summary>
            Optional. The current status of the circuit. Values are Disabled,
            Disabliing, Enabled, Enabling.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuit.#ctor">
            <summary>
            Initializes a new instance of the AzureDedicatedCircuit class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitLink">
            <summary>
            Describes a Dedicated Circuit Link.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitLink.State">
            <summary>
            Optional. State of the dedicated circuit link. Values can be
            NotProvisioned, Provisioning, Provisioned, Deprovisioning, or
            ProvisioningError.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitLink.VnetName">
            <summary>
            Optional. The name of the Vnet that is linked.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitLink.#ctor">
            <summary>
            Initializes a new instance of the AzureDedicatedCircuitLink class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitLinkAuthorization">
            <summary>
            Describes a link authorization.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitLinkAuthorization.Description">
            <summary>
            Optional. Specifies the description associated with this
            authorization.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitLinkAuthorization.Limit">
            <summary>
            Optional. Number of dedicated circuit links allowed amongst all
            Microsoft Ids
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitLinkAuthorization.LinkAuthorizationId">
            <summary>
            Optional. A value that uniquely identifies an authorization
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitLinkAuthorization.MicrosoftIds">
            <summary>
            Optional. Specifies a comma separated list of Microsoft Ids
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitLinkAuthorization.Used">
            <summary>
            Optional. Number of dedicated circuit links created so far
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitLinkAuthorization.#ctor">
            <summary>
            Initializes a new instance of the
            AzureDedicatedCircuitLinkAuthorization class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringArpInfo">
            <summary>
            Describes the Address Resolution Protocol (ARP) table statistic.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringArpInfo.Age">
            <summary>
            Optional. Specifies duration since the switch with a MAC address
            was mapped to the IP address.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringArpInfo.Interface">
            <summary>
            Optional. Specifies switch interface where packets are forwarded.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringArpInfo.IpAddress">
            <summary>
            Optional. Specifies IP address of the switch that the ARP table
            automatically maps to the MAC address of the switch.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringArpInfo.MacAddress">
            <summary>
            Optional. Specifies MAC address of the switch.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringArpInfo.#ctor">
            <summary>
            Initializes a new instance of the
            AzureDedicatedCircuitPeeringArpInfo class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringRouteTableInfo">
            <summary>
            Describes VPNv4 information from the BGP database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringRouteTableInfo.LocPrf">
            <summary>
            Optional. Specifies the local preference.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringRouteTableInfo.Network">
            <summary>
            Optional. Specifies the network address from the BGP table.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringRouteTableInfo.NextHop">
            <summary>
            Optional. Specifies the address of the BGP next hop.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringRouteTableInfo.Path">
            <summary>
            Optional. Specifies the BGP path per route.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringRouteTableInfo.Weight">
            <summary>
            Optional. Specifies the BGP weight.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringRouteTableInfo.#ctor">
            <summary>
            Initializes a new instance of the
            AzureDedicatedCircuitPeeringRouteTableInfo class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringRouteTableSummary">
            <summary>
            Describes BGP path, prefix and attribute information for all
            connections to BGP neighbors.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringRouteTableSummary.AS">
            <summary>
            Optional. Specifies autonomous system number.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringRouteTableSummary.Neighbor">
            <summary>
            Optional. Specifies ip address of the neighbor.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringRouteTableSummary.StatePfxRcd">
            <summary>
            Optional. Specifies current state of the BGP session.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringRouteTableSummary.UpDown">
            <summary>
            Optional. Specifies the length of time that the BGP session has
            been in the Established state, or the current status if not in the
            Established state.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringRouteTableSummary.V">
            <summary>
            Optional. Specifies BGP version number spoken to the neighbor.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringRouteTableSummary.#ctor">
            <summary>
            Initializes a new instance of the
            AzureDedicatedCircuitPeeringRouteTableSummary class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringRoutingInfo">
            <summary>
            Describes routing information for a circuit with specific peering.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringRoutingInfo.LocPrf">
            <summary>
            Optional. Specifies the local preference.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringRoutingInfo.Network">
            <summary>
            Optional. Specifies the network address from the BGP table.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringRoutingInfo.NextHop">
            <summary>
            Optional. Specifies the address of the BGP next hop.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringRoutingInfo.Path">
            <summary>
            Optional. Specifies the BGP path per route.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringRoutingInfo.Weight">
            <summary>
            Optional. Specifies the BGP weight.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringRoutingInfo.#ctor">
            <summary>
            Initializes a new instance of the
            AzureDedicatedCircuitPeeringRoutingInfo class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringStats">
            <summary>
            Describes bytes in/bytes out information at peering level.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringStats.PrimaryBytesIn">
            <summary>
            Optional. Specifies bytesin of the circuit on primary device at
            peering level.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringStats.PrimaryBytesOut">
            <summary>
            Optional. Specifies bytesout of the circuit on primary device at
            peering level.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringStats.SecondaryBytesIn">
            <summary>
            Optional. Specifies bytesin of the circuit on secondary device at
            peering level.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringStats.SecondaryBytesOut">
            <summary>
            Optional. Specifies bytesout of the circuit on secondary device at
            peering level.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitPeeringStats.#ctor">
            <summary>
            Initializes a new instance of the AzureDedicatedCircuitPeeringStats
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitServiceProvider">
            <summary>
            Describes a Dedicated Circuit Service Provider.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitServiceProvider.DedicatedCircuitBandwidths">
            <summary>
            Required. Bandwidths available to create dedicated circuits.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitServiceProvider.DedicatedCircuitLocations">
            <summary>
            Required. Locations available for peering with Azure.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitServiceProvider.Name">
            <summary>
            Required. Name of the dedicated circuit service provider.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitServiceProvider.Type">
            <summary>
            Required. Type of the dedicated circuit service provider. Can be
            IXP or Telco.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitServiceProvider.#ctor">
            <summary>
            Initializes a new instance of the
            AzureDedicatedCircuitServiceProvider class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitStats">
            <summary>
            Describes bytes in/ bytes out information at circuit level.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitStats.PrimaryBytesIn">
            <summary>
            Optional. Specifies bytesin of the circuit on primary device.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitStats.PrimaryBytesOut">
            <summary>
            Optional. Specifies bytesout of the circuit on primary device.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitStats.SecondaryBytesIn">
            <summary>
            Optional. Specifies bytesin of the circuit on secondary device.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitStats.SecondaryBytesOut">
            <summary>
            Optional. Specifies bytesout of the circuit on secondary device.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitStats.#ctor">
            <summary>
            Initializes a new instance of the AzureDedicatedCircuitStats class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeerAddressType">
            <summary>
            The BGP Peer Address types available
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType">
            <summary>
            The access type of the bgp peering.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType.Private">
            <summary>
            The bgp peering is private.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType.Public">
            <summary>
            The bgp peering is public.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType.Microsoft">
            <summary>
            The bgp peering is of type Microsoft
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringState">
            <summary>
            The state of the BGP Peering.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BillingType">
            <summary>
            The Billing Types available for a dedicated circuit
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringGetResponse">
            <summary>
            The Get Border Gateway Protocol Peering Operation Response.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringGetResponse.BgpPeering">
            <summary>
            Optional. Details for the requested Border Gateway Protocol Peering.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringGetResponse.#ctor">
            <summary>
            Initializes a new instance of the
            BorderGatewayProtocolPeeringGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters">
            <summary>
            The New Border Gateway Protocol Peering parameters.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters.AdvertisedPublicPrefixes">
            <summary>
            Optional. Specifies the public prefixes that will be advertised by
            the customer over this BGP Peering
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters.AdvertisedPublicPrefixesIpv6">
            <summary>
            Optional. Specifies the Ipv6 public prefixes that will be
            advertised by the customer over this BGP Peering
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters.CustomerAutonomousSystemNumber">
            <summary>
            Optional. Specifies the numeric identifier of the public autonomous
            system (AS) in which the device of the customer is configured.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters.CustomerAutonomousSystemNumberIpv6">
            <summary>
            Optional. Specifies the numeric identifier of the public autonomous
            system (AS) in which the device of the customer is configured for
            Ipv6.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters.LegacyMode">
            <summary>
            Optional. Specifies the legacy mode. Specific to Microsoft type of
            peering.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters.PeerAutonomousSystemNumber">
            <summary>
            Required. Specifies the numeric identifier of the public autonomous
            system (AS) in which the device of the service provider is
            configured.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters.PrimaryPeerSubnet">
            <summary>
            Optional. Specifies the subnet addresses of the interface to be
            used for establishing the BGP session on the primary port.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters.PrimaryPeerSubnetIpv6">
            <summary>
            Optional. Specifies the subnet addresses of the interface to be
            used for establishing the Ipv6 BGP session on the primary port.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters.RoutingRegistryName">
            <summary>
            Optional. Specifies the Routing Registry to look up to validate the
            prefixes specified in AdvertisedPublicPrefixes
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters.RoutingRegistryNameIpv6">
            <summary>
            Optional. Specifies the Routing Registry to look up to validate the
            prefixes specified in AdvertisedPublicPrefixesIpv6
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters.SecondaryPeerSubnet">
            <summary>
            Optional. Specifies the subnet addresses of the interface to be
            used for establishing the BGP session on the secondary port.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters.SecondaryPeerSubnetIpv6">
            <summary>
            Optional. Specifies the subnet addresses of the interface to be
            used for establishing the Ipv6 BGP session on the secondary port.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters.SharedKey">
            <summary>
            Optional. Specifies the shared MD5 key that is to be used for
            authorization.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters.VirtualLanId">
            <summary>
            Required. Specifies the identifier that is used to identify the
            customer.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters.#ctor">
            <summary>
            Initializes a new instance of the
            BorderGatewayProtocolPeeringNewParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringNewParameters.#ctor(System.UInt32,System.UInt32)">
            <summary>
            Initializes a new instance of the
            BorderGatewayProtocolPeeringNewParameters class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringUpdateParameters">
            <summary>
            Update Border Gateway Protocol Peering Operation Parameters.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringUpdateParameters.AdvertisedPublicPrefixes">
            <summary>
            Optional. Specifies a comma separated list of public prefixes that
            the customer would like to announce over the peering.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringUpdateParameters.AdvertisedPublicPrefixesIpv6">
            <summary>
            Optional. Specifies a comma separated list of Ipv6 public prefixes
            that the customer would like to announce over the peering.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringUpdateParameters.CustomerAutonomousSystemNumber">
            <summary>
            Optional. Specifies the numeric identifier of the public autonomous
            system (AS) in which the device of the customer is configured.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringUpdateParameters.CustomerAutonomousSystemNumberIpv6">
            <summary>
            Optional. Specifies the numeric identifier of the public autonomous
            system (AS) in which the device of the customer is configured for
            Ipv6.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringUpdateParameters.PeerAutonomousSystemNumber">
            <summary>
            Optional. Specifies the numeric identifier of the public autonomous
            system (AS) in which the device of the service provider is
            configured.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringUpdateParameters.PrimaryPeerSubnet">
            <summary>
            Optional. Specifies the subnet addresses of the interface to be
            used for establishing the BGP session on the primary port.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringUpdateParameters.PrimaryPeerSubnetIpv6">
            <summary>
            Optional. Specifies the subnet addresses of the interface to be
            used for establishing the Ipv6 BGP session on the primary port.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringUpdateParameters.RoutingRegistryName">
            <summary>
            Optional. Specifies the Routing Registry to look up to validate the
            prefixes specified in AdvertisedPublicPrefixes
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringUpdateParameters.RoutingRegistryNameIpv6">
            <summary>
            Optional. Specifies the Routing Registry to look up to validate the
            prefixes specified in AdvertisedPublicPrefixesIpv6
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringUpdateParameters.SecondaryPeerSubnet">
            <summary>
            Optional. Specifies the subnet addresses of the interface to be
            used for establishing the BGP session on the secondary port.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringUpdateParameters.SecondaryPeerSubnetIpv6">
            <summary>
            Optional. Specifies the subnet addresses of the interface to be
            used for establishing the Ipv6 BGP session on the secondary port.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringUpdateParameters.SharedKey">
            <summary>
            Optional. Specifies the shared MD5 key that is to be used for
            authorization.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringUpdateParameters.VirtualLanId">
            <summary>
            Optional. Specifies the identifier that is used to identify the
            customer.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.BorderGatewayProtocolPeeringUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            BorderGatewayProtocolPeeringUpdateParameters class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.CircuitSku">
            <summary>
            The Skus available for a dedicated circuit
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionGetResponse">
            <summary>
            The Get Cross Connection Operation Response.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionGetResponse.CrossConnection">
            <summary>
            Optional. Details for the requested Cross Connection.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionGetResponse.#ctor">
            <summary>
            Initializes a new instance of the CrossConnectionGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionListResponse">
            <summary>
            The List Cross Connection operation response.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionListResponse.CrossConnections">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionListResponse.#ctor">
            <summary>
            Initializes a new instance of the CrossConnectionListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionListResponse.GetEnumerator">
            <summary>
            Gets the sequence of CrossConnections.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of CrossConnections.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionUpdateParameters">
            <summary>
            Update Cross Connection Operation Parameters.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionUpdateParameters.Operation">
            <summary>
            Optional. Specifies the notification operation to perform. Possible
            values are: NotifyCrossConnectionProvisioned,
            NotifyCrossConnectionNotProvisioned.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionUpdateParameters.ProvisioningError">
            <summary>
            Optional. Specifies the error that occurred if provisioning was not
            successful.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the CrossConnectionUpdateParameters
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitBandwidth.Bandwidth">
            <summary>
            Required. Bandwidth of the dedicated circuit in Mbps.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitBandwidth.Label">
            <summary>
            Required. Label associated with the bandwidth.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitBandwidth.#ctor">
            <summary>
            Initializes a new instance of the DedicatedCircuitBandwidth class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitBandwidth.#ctor(System.UInt32,System.String)">
            <summary>
            Initializes a new instance of the DedicatedCircuitBandwidth class
            with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitGetResponse">
            <summary>
            The Get Dedicated Circuit operation response.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitGetResponse.DedicatedCircuit">
            <summary>
            Optional. Details of the requested dedicated circuit.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitGetResponse.#ctor">
            <summary>
            Initializes a new instance of the DedicatedCircuitGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationGetResponse">
            <summary>
            Get link authorization operation response.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationGetResponse.DedicatedCircuitLinkAuthorization">
            <summary>
            Optional. Details of the requested link authorization.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationGetResponse.#ctor">
            <summary>
            Initializes a new instance of the
            DedicatedCircuitLinkAuthorizationGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationListResponse">
            <summary>
            List link authorization operation response.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationListResponse.DedicatedCircuitLinkAuthorizations">
            <summary>
            Optional. Details of the collection of link authorizations.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationListResponse.#ctor">
            <summary>
            Initializes a new instance of the
            DedicatedCircuitLinkAuthorizationListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationListResponse.GetEnumerator">
            <summary>
            Gets the sequence of DedicatedCircuitLinkAuthorizations.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of DedicatedCircuitLinkAuthorizations.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationMicrosoftIdNewParameters">
            <summary>
            The parameters to add more Microsoft Ids to an existing authorization
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationMicrosoftIdNewParameters.MicrosoftIds">
            <summary>
            Optional. A comma separated list of Microsoft Ids
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationMicrosoftIdNewParameters.#ctor">
            <summary>
            Initializes a new instance of the
            DedicatedCircuitLinkAuthorizationMicrosoftIdNewParameters class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationMicrosoftIdRemoveParameters">
            <summary>
            The parameters to remove existing Microsoft Ids from an authorization
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationMicrosoftIdRemoveParameters.MicrosoftIds">
            <summary>
            Optional. A comma separated list of Microsoft Ids
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationMicrosoftIdRemoveParameters.#ctor">
            <summary>
            Initializes a new instance of the
            DedicatedCircuitLinkAuthorizationMicrosoftIdRemoveParameters class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationNewParameters">
            <summary>
            The parameters to the New Dedicated Circuit Link Authorization request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationNewParameters.Description">
            <summary>
            Optional. Specifies the description associated with this
            authorization.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationNewParameters.Limit">
            <summary>
            Optional. Number of dedicated circuit links allowed amongst all
            Microsoft Ids
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationNewParameters.MicrosoftIds">
            <summary>
            Optional. Specifies a comma separated list of Microsoft Ids
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationNewParameters.#ctor">
            <summary>
            Initializes a new instance of the
            DedicatedCircuitLinkAuthorizationNewParameters class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationNewResponse">
            <summary>
            Get link authorization operation response.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationNewResponse.DedicatedCircuitLinkAuthorization">
            <summary>
            Optional. Details of the requested link authorization.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationNewResponse.#ctor">
            <summary>
            Initializes a new instance of the
            DedicatedCircuitLinkAuthorizationNewResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationUpdateParameters">
            <summary>
            The parameters to the Update Dedicated Circuit Link Authorization
            request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationUpdateParameters.Description">
            <summary>
            Optional. Specifies the description associated with this
            authorization.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationUpdateParameters.Limit">
            <summary>
            Optional. Number of dedicated circuit links allowed amongst all
            live Ids
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            DedicatedCircuitLinkAuthorizationUpdateParameters class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationUpdateResponse">
            <summary>
            Update link authorization operation response.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationUpdateResponse.DedicatedCircuitLinkAuthorization">
            <summary>
            Optional. Details of the updated link authorization.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the
            DedicatedCircuitLinkAuthorizationUpdateResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkGetResponse">
            <summary>
            The Get Dedicated Circuit Link operation response.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkGetResponse.DedicatedCircuitLink">
            <summary>
            Optional. Details of the requested dedicated circuit link.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkGetResponse.#ctor">
            <summary>
            Initializes a new instance of the DedicatedCircuitLinkGetResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkListResponse">
            <summary>
            The List Dedicated Circuit Link operation response.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkListResponse.DedicatedCircuitLinks">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkListResponse.#ctor">
            <summary>
            Initializes a new instance of the DedicatedCircuitLinkListResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkListResponse.GetEnumerator">
            <summary>
            Gets the sequence of DedicatedCircuitLinks.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of DedicatedCircuitLinks.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkState">
            <summary>
            The state of the dedicated circuit link.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitListResponse">
            <summary>
            The List Dedicated Circuit operation response.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitListResponse.DedicatedCircuits">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitListResponse.#ctor">
            <summary>
            Initializes a new instance of the DedicatedCircuitListResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitListResponse.GetEnumerator">
            <summary>
            Gets the sequence of DedicatedCircuits.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of DedicatedCircuits.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitNewParameters">
            <summary>
            The parameters to the New Dedicated Circuit request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitNewParameters.Bandwidth">
            <summary>
            Required. Bandwidth requested for the circuit in Mbps.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitNewParameters.BillingType">
            <summary>
            Required. BillingType to be used for the new dedicated circuit.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitNewParameters.CircuitName">
            <summary>
            Required. Name of the dedicated circuit.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitNewParameters.Location">
            <summary>
            Required. Location of the dedicated circuit.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitNewParameters.ServiceProviderName">
            <summary>
            Required. Service provider chosen to create the dedicated circuit
            with.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitNewParameters.Sku">
            <summary>
            Optional. Sku to be used for the new dedicated circuit.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitNewParameters.#ctor">
            <summary>
            Initializes a new instance of the DedicatedCircuitNewParameters
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringArpInfoGetResponse">
            <summary>
            The Get DedicatedCircuitPeeringArpInfo operation response.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringArpInfoGetResponse.DedicatedCircuitPeeringArpInfo">
            <summary>
            Optional. The Address Resolution Protocol (ARP) table statistic.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringArpInfoGetResponse.#ctor">
            <summary>
            Initializes a new instance of the
            DedicatedCircuitPeeringArpInfoGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringRouteTableInfoGetResponse">
            <summary>
            The Get DedicatedCircuitPeeringRouteTableInfo operation response.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringRouteTableInfoGetResponse.DedicatedCircuitPeeringRouteTableInfo">
            <summary>
            Optional. VPNv4 information from the BGP database.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringRouteTableInfoGetResponse.#ctor">
            <summary>
            Initializes a new instance of the
            DedicatedCircuitPeeringRouteTableInfoGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringRouteTableSummaryGetResponse">
            <summary>
            The Get DedicatedCircuitPeeringRouteTableSummary operation response.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringRouteTableSummaryGetResponse.DedicatedCircuitPeeringRouteTableSummary">
            <summary>
            Optional. BGP path, prefix and attribute information for all
            connections to BGP neighbors.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringRouteTableSummaryGetResponse.#ctor">
            <summary>
            Initializes a new instance of the
            DedicatedCircuitPeeringRouteTableSummaryGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringRoutingInfoGetResponse">
            <summary>
            The Get Dedicated Circuit Peering Route Table Info operation response.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringRoutingInfoGetResponse.DedicatedCircuitPeeringRoutingInfo">
            <summary>
            Optional. Routing information of the requested .
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringRoutingInfoGetResponse.#ctor">
            <summary>
            Initializes a new instance of the
            DedicatedCircuitPeeringRoutingInfoGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringRoutingSummaryGetResponse">
            <summary>
            The Get Dedicated Circuit Peering Routing Summary operation response.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringRoutingSummaryGetResponse.DedicatedCircuitPeeringRoutingInfo">
            <summary>
            Optional. Routing summary of the requested peering of circuit on
            specific device.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringRoutingSummaryGetResponse.#ctor">
            <summary>
            Initializes a new instance of the
            DedicatedCircuitPeeringRoutingSummaryGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringStatsGetResponse">
            <summary>
            The Get DedicatedCircuitPeeringStats operation response.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringStatsGetResponse.DedicatedCircuitStats">
            <summary>
            Optional. Stats of the requested dedicated circuit at peering level.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringStatsGetResponse.#ctor">
            <summary>
            Initializes a new instance of the
            DedicatedCircuitPeeringStatsGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitServiceProviderListResponse">
            <summary>
            The List Dedicated Circuit Service Provider operation response.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitServiceProviderListResponse.DedicatedCircuitServiceProviders">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitServiceProviderListResponse.#ctor">
            <summary>
            Initializes a new instance of the
            DedicatedCircuitServiceProviderListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitServiceProviderListResponse.GetEnumerator">
            <summary>
            Gets the sequence of DedicatedCircuitServiceProviders.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitServiceProviderListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of DedicatedCircuitServiceProviders.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitState">
            <summary>
            The state of the dedicated circuit.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitStatsGetResponse">
            <summary>
            The Get DedicatedCircuitStats operation response.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitStatsGetResponse.DedicatedCircuitStats">
            <summary>
            Optional. Stats of the requested dedicated circuit at circuit level.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitStatsGetResponse.#ctor">
            <summary>
            Initializes a new instance of the DedicatedCircuitStatsGetResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitUpdateParameters">
            <summary>
            The parameters to the Update Dedicated Circuit request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitUpdateParameters.Bandwidth">
            <summary>
            Optional. Bandwidth requested for the circuit in Mbps.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitUpdateParameters.BillingType">
            <summary>
            Optional. Sku to be used for the new dedicated circuit.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitUpdateParameters.Sku">
            <summary>
            Optional. Sku to be used for the new dedicated circuit.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the DedicatedCircuitUpdateParameters
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DeviceHAState">
            <summary>
            The device level.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DeviceHAState.Primary">
            <summary>
            The device is primary device.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DeviceHAState.Secondary">
            <summary>
            The device is secondary device.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath">
            <summary>
            The device path.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath.Primary">
            <summary>
            The device is primary device.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath.Secondary">
            <summary>
            The device is secondary device.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse">
            <summary>
            A standard service response including an HTTP status code and request
            ID.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse.OperationId">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the ExpressRouteOperationResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationStatus">
            <summary>
            The status of the asynchronous request made to the express route
            gateway manager.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationStatus.InProgress">
            <summary>
            The asynchronous request is in progress.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationStatus.Successful">
            <summary>
            The asynchronous request succeeded.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationStatus.Failed">
            <summary>
            The asynchronous request failed.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationStatusResponse">
            <summary>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or has
            failed. Note that this status is distinct from the HTTP status code
            returned for the Get Operation Status operation itself. If the
            asynchronous operation succeeded, the response body includes the HTTP
            status code for the successful request. If the asynchronous operation
            failed, the response body includes the HTTP status code for the failed
            request, and also includes error information regarding the failure.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationStatusResponse.Data">
            <summary>
            Optional. Data returned for the asynchronous request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationStatusResponse.Error">
            <summary>
            Optional. If the asynchronous operation failed, the response body
            includes the HTTP status code for the failed request, and also
            includes error information regarding the failure.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationStatusResponse.HttpStatusCode">
            <summary>
            Optional. The HTTP status code for the asynchronous request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationStatusResponse.Id">
            <summary>
            Optional. The request ID of the asynchronous request. This value is
            returned in the x-ms-request-id response header of the
            asynchronous request.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationStatusResponse.Status">
            <summary>
            Optional. The status of the asynchronous request.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationStatusResponse.#ctor">
            <summary>
            Initializes a new instance of the
            ExpressRouteOperationStatusResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationStatusResponse.ErrorDetails">
            <summary>
            If the asynchronous operation failed, the response body includes
            the HTTP status code for the failed request, and also includes
            error information regarding the failure.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationStatusResponse.ErrorDetails.Code">
            <summary>
            Optional. The management service error code returned if the
            asynchronous request failed.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationStatusResponse.ErrorDetails.Message">
            <summary>
            Optional. The management service error message returned if the
            asynchronous request failed.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationStatusResponse.ErrorDetails.#ctor">
            <summary>
            Initializes a new instance of the ErrorDetails class.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.ProviderProvisioningState">
            <summary>
            The provisioning state of the service provider
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.ExpressRoute.Models.UpdateCrossConnectionOperation">
            <summary>
            The update operation that needs to be performed on the cross connection.
            </summary>
        </member>
    </members>
</doc>