Skip to content
DocsTry Aspire
DocsTry

BicepOutputReference Constructors

ClassConstructors1 member
A reference to an output from a bicep template.
Constructor(string, AzureBicepResource)Section titled Constructor(string, AzureBicepResource)
A reference to an output from a bicep template.
public sealed class BicepOutputReference
{
public BicepOutputReference(
string name,
AzureBicepResource resource)
{
// ...
}
}
namestringThe name of the output