CommunityToolkit.Aspire.Hosting.Ngrok
📦 CommunityToolkit.Aspire.Hosting.Ngrok v13.4.0 4 Functions
1 Types
1 types and 0 members
Types
Functions
method
addNgrok builder Configures a container resource for grok which is pre-configured to connect to the resource that this method is used on.
addNgrok(name: string, configurationFolder?: string, endpointPort?: number, endpointName?: string, configurationVersion?: number): NgrokResource method
withAuthToken builder Adds a ngrok auth token to a ngrok resource.
withAuthToken(ngrokAuthToken: ParameterResource): NgrokResource method
withAuthTokenValue builder Adds a ngrok auth token to a ngrok resource.
withAuthTokenValue(ngrokAuthToken: string): NgrokResource method
withTunnelEndpoint builder Configures a resource with endpoints as a ngrok tunnel endpoint.
withTunnelEndpoint(resource: IResourceWithEndpoints, endpointName: string, ngrokUrl?: string, labels?: Dict<string,string>): NgrokResource