Skip to content
Docs Try Aspire

InputGeneratorAnnotation Properties

Class Properties 1 member
Annotation for customizing the input generation for a parameter.
InputGenerator Section titled InputGenerator Func<ParameterResource, InteractionInput>
Gets the function that generates the input for the parameter.
public Func<ParameterResource, InteractionInput> InputGenerator { get; }