AzureFunctionsProjectResourceExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for AzureFunctionsProjectResource.
public static class AzureFunctionsProjectResourceExtensions
type AzureFunctionsProjectResourceExtensions = class
Public Module AzureFunctionsProjectResourceExtensions
- Inheritance
-
AzureFunctionsProjectResourceExtensions
Methods
AddAzureFunctionsProject<TProject>(IDistributedApplicationBuilder, String) |
Adds an Azure Functions project to the distributed application. |
WithHostStorage(IResourceBuilder<AzureFunctionsProjectResource>, IResourceBuilder<AzureStorageResource>) |
Configures the Azure Functions project resource to use the specified Azure Storage resource as its host storage. |
WithReference<TSource>(IResourceBuilder<AzureFunctionsProjectResource>, IResourceBuilder<TSource>, String) |
Injects Azure Functions specific connection information into the environment variables of the Azure Functions project resource. |