5 references to BicepOutputReference
Aspire.Hosting.Azure (5)
AzureBicepResourceExtensions.cs (4)
54/// <returns>A <see cref="BicepOutputReference"/> that represents the output.</returns> 55public static BicepOutputReference GetOutput(this IResourceBuilder<AzureBicepResource> builder, string name) 79public static IResourceBuilder<T> WithEnvironment<T>(this IResourceBuilder<T> builder, string name, BicepOutputReference bicepOutputReference) 238public static IResourceBuilder<T> WithParameter<T>(this IResourceBuilder<T> builder, string name, BicepOutputReference value)
AzureConstructResource.cs (1)
162public static void AssignProperty<T>(this Resource<T> resource, Expression<Func<T, object?>> propertySelector, BicepOutputReference outputReference, string? parameterName = null) where T : notnull