IExpressRouteConnectionsOperations Interface

Definition

ExpressRouteConnectionsOperations operations.

public interface IExpressRouteConnectionsOperations
type IExpressRouteConnectionsOperations = interface
Public Interface IExpressRouteConnectionsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, ExpressRouteConnection, Dictionary<String,List<String>>, CancellationToken)

Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.

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

Deletes a connection to a ExpressRoute circuit.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, ExpressRouteConnection, Dictionary<String,List<String>>, CancellationToken)

Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.

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

Deletes a connection to a ExpressRoute circuit.

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

Gets the specified ExpressRouteConnection.

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

Lists ExpressRouteConnections.

Extension Methods

BeginCreateOrUpdate(IExpressRouteConnectionsOperations, String, String, String, ExpressRouteConnection)

Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.

BeginCreateOrUpdateAsync(IExpressRouteConnectionsOperations, String, String, String, ExpressRouteConnection, CancellationToken)

Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.

BeginDelete(IExpressRouteConnectionsOperations, String, String, String)

Deletes a connection to a ExpressRoute circuit.

BeginDeleteAsync(IExpressRouteConnectionsOperations, String, String, String, CancellationToken)

Deletes a connection to a ExpressRoute circuit.

CreateOrUpdate(IExpressRouteConnectionsOperations, String, String, String, ExpressRouteConnection)

Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.

CreateOrUpdateAsync(IExpressRouteConnectionsOperations, String, String, String, ExpressRouteConnection, CancellationToken)

Creates a connection between an ExpressRoute gateway and an ExpressRoute circuit.

Delete(IExpressRouteConnectionsOperations, String, String, String)

Deletes a connection to a ExpressRoute circuit.

DeleteAsync(IExpressRouteConnectionsOperations, String, String, String, CancellationToken)

Deletes a connection to a ExpressRoute circuit.

Get(IExpressRouteConnectionsOperations, String, String, String)

Gets the specified ExpressRouteConnection.

GetAsync(IExpressRouteConnectionsOperations, String, String, String, CancellationToken)

Gets the specified ExpressRouteConnection.

List(IExpressRouteConnectionsOperations, String, String)

Lists ExpressRouteConnections.

ListAsync(IExpressRouteConnectionsOperations, String, String, CancellationToken)

Lists ExpressRouteConnections.

Applies to