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) { // ... }}Parameters
Resource IResourceWithEndpoints The resource with endpoints to tunnel.