Aspire.Hosting.DevTunnels
Official
📦 Aspire.Hosting.DevTunnels v13.2.0-preview.1.26159.1 6 Functions
1 Types
1 types and 5 members
Types
Functions
function
addDevTunnel builder Adds a Dev Tunnel resource to the distributed application model.
addDevTunnel(name: string, tunnelId?: string): DevTunnelResource function
getTunnelEndpoint Gets the public endpoint exposed by the dev tunnel.
getTunnelEndpoint(targetEndpointReference: EndpointReference): EndpointReference function
withAnonymousAccess builder Configures the dev tunnel to allow anonymous access.
withAnonymousAccess(): DevTunnelResource function
withTunnelReference builder Configures the dev tunnel to expose a target endpoint.
withTunnelReference(targetEndpoint: EndpointReference): DevTunnelResource function
withTunnelReferenceAll builder Configures the dev tunnel to expose all endpoints on the referenced resource.
withTunnelReferenceAll(resourceBuilder: IResourceWithEndpoints, allowAnonymous: boolean): DevTunnelResource function
withTunnelReferenceAnonymous builder Configures the dev tunnel to expose a target endpoint with access control.
withTunnelReferenceAnonymous(targetEndpoint: EndpointReference, allowAnonymous: boolean): DevTunnelResource