Skip to content
Docs Try Aspire
Docs Try

BicepOutputReference

Handle
📦 Aspire.Hosting.Azure v13.4.0
interface BicepOutputReference
extends IExpressionValue,
IManifestExpressionProvider,
IValueProvider,
IValueWithReferences,
BicepOutputReference]] {
readonly name: string;
readonly value: string;
readonly valueExpression: string;
}

Properties

property name string get
Name of the output.
property value string get
The value of the output.
property valueExpression string get
The expression used in the manifest to reference the value of the output.