withEnvironmentFromOutput
Function
interface ContainerResource { // ... omitted for brevity withEnvironmentFromOutput( name: string, bicepOutputReference: BicepOutputReference): IResourceWithEnvironment;}Signature
method
withEnvironmentFromOutput builder Sets an environment variable from a Bicep output reference
withEnvironmentFromOutput( name: string, bicepOutputReference: BicepOutputReference): IResourceWithEnvironmentParameters
name string bicepOutputReference BicepOutputReference Returns
IResourceWithEnvironment Applies to
This function is an extension method on the following types: