FunctionsApplicationBuilderExtensions.ConfigureDurableAgents Method
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.
Configures the application to use durable agents with a builder pattern.
public static Microsoft.Azure.Functions.Worker.Builder.FunctionsApplicationBuilder ConfigureDurableAgents(this Microsoft.Azure.Functions.Worker.Builder.FunctionsApplicationBuilder builder, Action<Microsoft.Agents.AI.DurableTask.DurableAgentsOptions> configure);
static member ConfigureDurableAgents : Microsoft.Azure.Functions.Worker.Builder.FunctionsApplicationBuilder * Action<Microsoft.Agents.AI.DurableTask.DurableAgentsOptions> -> Microsoft.Azure.Functions.Worker.Builder.FunctionsApplicationBuilder
<Extension()>
Public Function ConfigureDurableAgents (builder As FunctionsApplicationBuilder, configure As Action(Of DurableAgentsOptions)) As FunctionsApplicationBuilder
Parameters
- builder
- Microsoft.Azure.Functions.Worker.Builder.FunctionsApplicationBuilder
The functions application builder.
- configure
- Action<DurableAgentsOptions>
A delegate to configure the durable agents.
Returns
The functions application builder.