AzureBicepResource.getOutput
Method
interface AzureBicepResource { // ... omitted for brevity getOutput(name: string): BicepOutputReference;}Signature
method
getOutputGets a reference to an output from a bicep template.
getOutput(name: string): BicepOutputReferenceParameters
namestringReturns
BicepOutputReferenceDefined on
This method is defined on the following type: