BicepOutputReference
Handle
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.