Skip to content
Docs Try Aspire
Docs Try

EndpointReferenceAnnotation Constructors

Class Constructors 1 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)
{
// ...
}
}