Skip to content
DocsTry Aspire
DocsTry

BicepSecretOutputReference Constructors

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