AzureFunctionsProjectResource(String) Constructor
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.
Represents an Azure Functions project resource within the Aspire hosting environment.
public AzureFunctionsProjectResource (string name);
new Aspire.Hosting.Azure.AzureFunctionsProjectResource : string -> Aspire.Hosting.Azure.AzureFunctionsProjectResource
Public Sub New (name As String)
Parameters
- name
- String
Remarks
This class is used to define and manage the configuration of an Azure Functions project, including its associated host storage. We create a strongly-typed resource for the Azure Functions to support Functions-specific customizations, like the mapping of connection strings and configurations for host storage. ///