Skip to content
Docs Try Aspire

withTunnelReferenceAll

Function
📦 Aspire.Hosting.DevTunnels v13.2.0-preview.1.26159.1
interface DevTunnelResource {
// ... omitted for brevity
withTunnelReferenceAll(
resourceBuilder: IResourceWithEndpoints,
allowAnonymous: boolean): DevTunnelResource;
}

Signature

method withTunnelReferenceAll builder
Configures the dev tunnel to expose all endpoints on the referenced resource.
withTunnelReferenceAll(
resourceBuilder: IResourceWithEndpoints,
allowAnonymous: boolean): DevTunnelResource
resourceBuilder IResourceWithEndpoints
allowAnonymous boolean
DevTunnelResource

Applies to

This function is an extension method on the following types: