IWithConnectionType.WithExpressRoute Method
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.
Overloads
WithExpressRoute(IExpressRouteCircuit) | |
WithExpressRoute(String) |
WithExpressRoute(IExpressRouteCircuit)
public Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Definition.IWithCreate WithExpressRoute (Microsoft.Azure.Management.Network.Fluent.IExpressRouteCircuit circuit);
abstract member WithExpressRoute : Microsoft.Azure.Management.Network.Fluent.IExpressRouteCircuit -> Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Definition.IWithCreate
Public Function WithExpressRoute (circuit As IExpressRouteCircuit) As IWithCreate
Parameters
- circuit
- IExpressRouteCircuit
Returns
Applies to
WithExpressRoute(String)
public Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Definition.IWithCreate WithExpressRoute (string circuitId);
abstract member WithExpressRoute : string -> Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Definition.IWithCreate
Public Function WithExpressRoute (circuitId As String) As IWithCreate
Parameters
- circuitId
- System.String