Skip to content
Docs Try Aspire
Docs Try

EndpointReferenceExpression

Handle
📦 Aspire.Hosting v13.4.0
interface EndpointReferenceExpression
extends IExpressionValue,
IManifestExpressionProvider,
IValueProvider,
IValueWithReferences {
readonly endpoint: EndpointReference;
readonly property: EndpointProperty;
readonly valueExpression: string;
}

Properties

property endpoint EndpointReference get
Gets the `EndpointReference`.
property property EndpointProperty get
Gets the `EndpointProperty` for the property expression.
property valueExpression string get
Gets the expression of the property of the endpoint.