BicepOutputReference
Class sealed net8.0
A reference to an output from a bicep template.
namespace Aspire.Hosting.Azure;
public sealed class BicepOutputReference : Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences, System.IEquatable<Aspire.Hosting.Azure.BicepOutputReference>{ // ...} IManifestExpressionProviderIValueProviderIValueWithReferencesIEquatable<BicepOutputReference>
7 members
Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesNamegetstring Name of the output.
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 output.
Methods2
Section titled MethodsGetHashCodeintServes as the default hash function.
GetValueAsync(CancellationToken)ValueTask<string?> The value of the output.