IExpressRouteCircuitConnectionsOperations Interface

Definition

ExpressRouteCircuitConnectionsOperations operations.

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