9 references to AzureFunctionsProjectResource
Aspire.Hosting.Azure.Functions (9)
AzureFunctionsProjectResourceExtensions.cs (9)
9/// Extension methods for <see cref="AzureFunctionsProjectResource"/>. 20public static IResourceBuilder<AzureFunctionsProjectResource> AddAzureFunctionsProject<TProject>(this IDistributedApplicationBuilder builder, string name) where TProject : IProjectMetadata, new() 22var resource = new AzureFunctionsProjectResource(name); 36foreach (var item in data.Model.Resources.OfType<AzureFunctionsProjectResource>()) 102public static IResourceBuilder<AzureFunctionsProjectResource> WithHostStorage(this IResourceBuilder<AzureFunctionsProjectResource> builder, IResourceBuilder<AzureStorageResource> storage) 116public static IResourceBuilder<AzureFunctionsProjectResource> WithReference<TSource>(this IResourceBuilder<AzureFunctionsProjectResource> destination, IResourceBuilder<TSource> source, string? connectionName = null)