NgrokEndpointAnnotation
Record sealed net10.0
Represents a ngrok endpoint annotation for an existing resource with endpoints.
namespace Aspire.Hosting.ApplicationModel;
public sealed record NgrokEndpointAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation, System.IEquatable<Aspire.Hosting.ApplicationModel.NgrokEndpointAnnotation>{ // ...} IResourceAnnotationIEquatable<NgrokEndpointAnnotation>
11 members
Constructors1
Section titled ConstructorsProperties2
Section titled PropertiesEndpointsget Gets the collection of endpoints to tunnel
Resourceget; initIResourceWithEndpointsThe resource with endpoints to tunnel.
Methods8
Section titled Methods<Clone>$Deconstruct(IResourceWithEndpoints)Equals(object?)boolDetermines whether the specified object is equal to the current object.
Equals(NgrokEndpointAnnotation?)boolIndicates whether the current object is equal to another object of the same type.
GetHashCodeintServes as the default hash function.
op_Equality(NgrokEndpointAnnotation?, NgrokEndpointAnnotation?)staticboolop_Inequality(NgrokEndpointAnnotation?, NgrokEndpointAnnotation?)staticboolToStringstringReturns a string that represents the current object.