IExpressRouteCircuitConnectionsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ExpressRouteCircuitConnectionsOperations operations.
In this article
public interface IExpressRouteCircuitConnectionsOperations
type IExpressRouteCircuitConnectionsOperations = interface
Public Interface IExpressRouteCircuitConnectionsOperations
Methods
BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, String, ExpressRouteCircuitConnectionInner, Dictionary<String,List<String>>, CancellationToken)
Creates or updates a Express Route Circuit Connection in the
specified express route circuits.
BeginDeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)
Deletes the specified Express Route Circuit Connection from the
specified express route circuit.
CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, ExpressRouteCircuitConnectionInner, Dictionary<String,List<String>>, CancellationToken)
Creates or updates a Express Route Circuit Connection in the
specified express route circuits.
DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)
Deletes the specified Express Route Circuit Connection from the
specified express route circuit.
GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)
Gets the specified Express Route Circuit Connection from the
specified express route circuit.
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
Gets all global reach connections associated with a private peering
in an express route circuit.
ListWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
Gets all global reach connections associated with a private peering
in an express route circuit.
Extension Methods
BeginCreateOrUpdateAsync(IExpressRouteCircuitConnectionsOperations, String, String, String, String, ExpressRouteCircuitConnectionInner, CancellationToken)
Creates or updates a Express Route Circuit Connection in the specified
express route circuits.
BeginDeleteAsync(IExpressRouteCircuitConnectionsOperations, String, String, String, String, CancellationToken)
Deletes the specified Express Route Circuit Connection from the specified
express route circuit.
CreateOrUpdateAsync(IExpressRouteCircuitConnectionsOperations, String, String, String, String, ExpressRouteCircuitConnectionInner, CancellationToken)
Creates or updates a Express Route Circuit Connection in the specified
express route circuits.
DeleteAsync(IExpressRouteCircuitConnectionsOperations, String, String, String, String, CancellationToken)
Deletes the specified Express Route Circuit Connection from the specified
express route circuit.
GetAsync(IExpressRouteCircuitConnectionsOperations, String, String, String, String, CancellationToken)
Gets the specified Express Route Circuit Connection from the specified
express route circuit.
ListAsync(IExpressRouteCircuitConnectionsOperations, String, String, String, CancellationToken)
Gets all global reach connections associated with a private peering in an
express route circuit.
ListNextAsync(IExpressRouteCircuitConnectionsOperations, String, CancellationToken)
Gets all global reach connections associated with a private peering in an
express route circuit.
Applies to