Skip to content
Docs Try Aspire

AzureBicepResource.withParameterFromOutput

Method
📦 Aspire.Hosting.Azure.Search v13.2.0-preview.1.26159.1
interface AzureBicepResource {
// ... omitted for brevity
withParameterFromOutput(
name: string,
value: BicepOutputReference): AzureBicepResource;
}

Signature

method withParameterFromOutput builder
Adds a Bicep parameter from another Bicep output reference
withParameterFromOutput(
name: string,
value: BicepOutputReference): AzureBicepResource
name string
value BicepOutputReference
AzureBicepResource

Defined on

This method is defined on the following type: