Share via


InputGeneratorAnnotation Class

Definition

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.

Applies to