Aspire.Hosting.DevTunnels
Official
📦 Aspire.Hosting.DevTunnels v13.4.0 6 Functions
1 Types
1 types and 0 members
Types
Functions
method
addDevTunnel builder Adds a Dev Tunnel resource to the distributed application model.
addDevTunnel(name: string, tunnelId?: string, allowAnonymous?: boolean, description?: string, labels?: string[]): DevTunnelResource method
getTunnelEndpoint Gets the tunnel endpoint reference for the specified target endpoint.
getTunnelEndpoint(targetEndpointReference: EndpointReference): EndpointReference method
withAnonymousAccess builder Allows the tunnel to be publicly accessed without authentication.
withAnonymousAccess(): DevTunnelResource method
withTunnelReference builder Exposes the specified endpoint via the dev tunnel.
withTunnelReference(targetEndpoint: EndpointReference): DevTunnelResource method
withTunnelReferenceAll builder Adds ports on the dev tunnel for all endpoints found on the referenced resource and sets whether anonymous access is allowed.
withTunnelReferenceAll(resourceBuilder: IResourceWithEndpoints, allowAnonymous: boolean): DevTunnelResource method
withTunnelReferenceAnonymous builder Exposes the specified endpoint via the dev tunnel and sets whether anonymous access is allowed.
withTunnelReferenceAnonymous(targetEndpoint: EndpointReference, allowAnonymous: boolean): DevTunnelResource