IWithConnectionType Interface

Definition

Stage of definition allowing to specify connection type.

public interface IWithConnectionType
type IWithConnectionType = interface
Public Interface IWithConnectionType
Derived

Methods

WithExpressRoute(IExpressRouteCircuit)

Create Express Route connection.

WithExpressRoute(String)

Create Express Route connection.

WithSiteToSite()

Create Site-to-Site connection.

WithVNetToVNet()

Create VNet-to-VNet connection.

Applies to