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