3 references to BicepSecretOutputReference
Aspire.Hosting.Azure (3)
AzureBicepResourceExtensions.cs (3)
65/// <returns>A <see cref="BicepSecretOutputReference"/> that represents the output.</returns> 66public static BicepSecretOutputReference GetSecretOutput(this IResourceBuilder<AzureBicepResource> builder, string name) 96public static IResourceBuilder<T> WithEnvironment<T>(this IResourceBuilder<T> builder, string name, BicepSecretOutputReference bicepOutputReference)