Skip to content
Docs Try Aspire

NgrokEndpointAnnotation Constructors

Record Constructors 1 member
Represents a ngrok endpoint annotation for an existing resource with endpoints.
Constructor(IResourceWithEndpoints) Section titled Constructor(IResourceWithEndpoints)
Represents a ngrok endpoint annotation for an existing resource with endpoints.
public record NgrokEndpointAnnotation
{
public NgrokEndpointAnnotation(
IResourceWithEndpoints Resource)
{
// ...
}
}
Resource IResourceWithEndpoints The resource with endpoints to tunnel.