addDevTunnel
Function
interface IDistributedApplicationBuilder { // ... omitted for brevity addDevTunnel( name: string, tunnelId?: string): DevTunnelResource;}Signature
method
addDevTunnel builder Adds a Dev Tunnel resource to the distributed application model.
addDevTunnel( name: string, tunnelId?: string): DevTunnelResourceParameters
name string tunnelId string optional Returns
DevTunnelResource Applies to
This function is an extension method on the following types: