Skip to content
Docs Try Aspire

BicepOutputReference

Handle TypeScript
📦 Aspire.Hosting.Azure.AppContainers v13.2.0-preview.1.26159.1
interface BicepOutputReference
extends IManifestExpressionProvider,
IValueProvider,
IValueWithReferences,
0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]] {
readonly name: string;
readonly value: string;
readonly valueExpression: string;
}

Properties

property name string get
Gets the Name property
property value string get
Gets the Value property
property valueExpression string get
Gets the ValueExpression property