Compartilhar via


AzureFunctionsProjectResourceExtensions Class

Definition

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.

Applies to