Aspire.Hosting.DevTunnels
Official
📦 Aspire.Hosting.DevTunnelsv13.4.06Functions
1Types
1 types and 0 members
Types
Functions
method
addDevTunnelbuilderAdds a Dev Tunnel resource to the distributed application model.
addDevTunnel(name: string, tunnelId?: string, allowAnonymous?: boolean, description?: string, labels?: string[]): DevTunnelResourcemethod
getTunnelEndpointGets the tunnel endpoint reference for the specified target endpoint.
getTunnelEndpoint(targetEndpointReference: EndpointReference): EndpointReferencemethod
withAnonymousAccessbuilderAllows the tunnel to be publicly accessed without authentication.
withAnonymousAccess(): DevTunnelResourcemethod
withTunnelReferencebuilderExposes the specified endpoint via the dev tunnel.
withTunnelReference(targetEndpoint: EndpointReference): DevTunnelResourcemethod
withTunnelReferenceAllbuilderAdds 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): DevTunnelResourcemethod
withTunnelReferenceAnonymousbuilderExposes the specified endpoint via the dev tunnel and sets whether anonymous access is allowed.
withTunnelReferenceAnonymous(targetEndpoint: EndpointReference, allowAnonymous: boolean): DevTunnelResource