Skip to content
DocsTry Aspire
DocsTry

AzureBicepResource.getOutput

Method
📦 Aspire.Hosting.Azure v13.4.0
interface AzureBicepResource {
// ... omitted for brevity
getOutput(name: string): BicepOutputReference;
}

Signature

methodgetOutput
Gets a reference to an output from a bicep template.
getOutput(name: string): BicepOutputReference
namestring
BicepOutputReference

Defined on

This method is defined on the following type: