NgrokEndpointAnnotation Constructors
RecordConstructors1 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) { // ... }}Parameters
ResourceIResourceWithEndpointsThe resource with endpoints to tunnel.