BicepOutputReference
Handle
interface BicepOutputReference extends IExpressionValue, IManifestExpressionProvider, IValueProvider, IValueWithReferences, BicepOutputReference]] { readonly name: string; readonly value: string; readonly valueExpression: string;}Properties
property
namestringgetName of the output.
property
valuestringgetThe value of the output.
property
valueExpressionstringgetThe expression used in the manifest to reference the value of the output.