BicepSecretOutputReference
Class sealed net8.0
A reference to a KeyVault secret from a bicep template.
namespace Aspire.Hosting.Azure;
public sealed class BicepSecretOutputReference : Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences{ // ...} IManifestExpressionProviderIValueProviderIValueWithReferences
6 members
Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesNamegetstring Name of the KeyVault secret.
Resourceget The instance of the bicep resource.
Valuegetstring? The value of the output.
ValueExpressiongetstring The expression used in the manifest to reference the value of the secret output.