Skip to content
DocsTry Aspire
DocsTry

EndpointReferenceExpression

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

Properties

propertyendpointEndpointReferenceget
Gets the `EndpointReference`.
propertypropertyEndpointPropertyget
Gets the `EndpointProperty` for the property expression.
propertyvalueExpressionstringget
Gets the expression of the property of the endpoint.