Skip to content
DocsTry Aspire
DocsTry

EndpointReferenceAnnotation Constructors

ClassConstructors1 member
An annotation that represents a reference from one resource to the endpoints of another resource.
Constructor(IResourceWithEndpoints)Section titled Constructor(IResourceWithEndpoints)
An annotation that represents a reference from one resource to the endpoints of another resource.
public sealed class EndpointReferenceAnnotation
{
public EndpointReferenceAnnotation(
IResourceWithEndpoints resource)
{
// ...
}
}