IPeerExpressRouteCircuitConnectionsOperations Interface

Definition

PeerExpressRouteCircuitConnectionsOperations operations.

public interface IPeerExpressRouteCircuitConnectionsOperations
type IPeerExpressRouteCircuitConnectionsOperations = interface
Public Interface IPeerExpressRouteCircuitConnectionsOperations

Methods

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the specified Peer Express Route Circuit Connection from the specified express route circuit.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all global reach peer connections associated with a private peering in an express route circuit.

ListWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets all global reach peer connections associated with a private peering in an express route circuit.

Extension Methods

Get(IPeerExpressRouteCircuitConnectionsOperations, String, String, String, String)

Gets the specified Peer Express Route Circuit Connection from the specified express route circuit.

GetAsync(IPeerExpressRouteCircuitConnectionsOperations, String, String, String, String, CancellationToken)

Gets the specified Peer Express Route Circuit Connection from the specified express route circuit.

List(IPeerExpressRouteCircuitConnectionsOperations, String, String, String)

Gets all global reach peer connections associated with a private peering in an express route circuit.

ListAsync(IPeerExpressRouteCircuitConnectionsOperations, String, String, String, CancellationToken)

Gets all global reach peer connections associated with a private peering in an express route circuit.

ListNext(IPeerExpressRouteCircuitConnectionsOperations, String)

Gets all global reach peer connections associated with a private peering in an express route circuit.

ListNextAsync(IPeerExpressRouteCircuitConnectionsOperations, String, CancellationToken)

Gets all global reach peer connections associated with a private peering in an express route circuit.

Applies to