InputGeneratorAnnotation 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.
Annotation for customizing the input generation for a parameter.
public class InputGeneratorAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type InputGeneratorAnnotation = class
interface IResourceAnnotation
Public Class InputGeneratorAnnotation
Implements IResourceAnnotation
- Inheritance
-
InputGeneratorAnnotation
- Implements
Constructors
InputGeneratorAnnotation(Func<ParameterResource,InteractionInput>) |
Annotation for customizing the input generation for a parameter. |
Properties
InputGenerator |
Gets the function that generates the input for the parameter. |