PeerExpressRouteCircuitConnectionsClient Interface
public interface PeerExpressRouteCircuitConnectionsClient
An instance of this class provides access to all the operations defined in PeerExpressRouteCircuitConnectionsClient.
Method Summary
Method Details
get
public abstract PeerExpressRouteCircuitConnectionInner get(String resourceGroupName, String circuitName, String peeringName, String connectionName)
Gets the specified Peer Express Route Circuit Connection from the specified express route circuit.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the specified Peer Express Route Circuit Connection from the specified express route circuit.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the specified Peer Express Route Circuit Connection from the specified express route circuit.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the specified Peer Express Route Circuit Connection from the specified express route circuit.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all global reach peer connections associated with a private peering in an express route circuit.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all global reach peer connections associated with a private peering in an express route circuit.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets all global reach peer connections associated with a private peering in an express route circuit.
Parameters:
Returns:
Applies to
Azure SDK for Java