7 references to BicepOutputReference
Aspire.Hosting.Azure (7)
AzureBicepResourceExtensions.cs (4)
54
/// <returns>A <see cref="
BicepOutputReference
"/> that represents the output.</returns>
55
public static
BicepOutputReference
GetOutput(this IResourceBuilder<AzureBicepResource> builder, string name)
79
public static IResourceBuilder<T> WithEnvironment<T>(this IResourceBuilder<T> builder, string name,
BicepOutputReference
bicepOutputReference)
238
public static IResourceBuilder<T> WithParameter<T>(this IResourceBuilder<T> builder, string name,
BicepOutputReference
value)
AzureProvisioningResourceExtensions.cs (3)
84
/// The <see cref="
BicepOutputReference
"/> that contains the value to use for the <see cref="ProvisioningParameter"/>.
92
/// This is useful when assigning a <see cref="BicepValue"/> to the value of an Aspire <see cref="
BicepOutputReference
"/>.
96
public static ProvisioningParameter AsProvisioningParameter(this
BicepOutputReference
outputReference, AzureResourceInfrastructure infrastructure, string? parameterName = null)