Skip to content
DocsTry Aspire
DocsTry

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

propertynamestringget
Name of the output.
propertyvaluestringget
The value of the output.
propertyvalueExpressionstringget
The expression used in the manifest to reference the value of the output.