Skip to content
Docs Try Aspire
Docs Try

AzureBicepResource.getOutput

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

Signature

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

Defined on

This method is defined on the following type: