CustomRoutineTrigger 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.
A custom event routine trigger.
public class CustomRoutineTrigger : Azure.AI.Projects.RoutineTrigger, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.CustomRoutineTrigger>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.CustomRoutineTrigger>
type CustomRoutineTrigger = class
inherit RoutineTrigger
interface IJsonModel<CustomRoutineTrigger>
interface IPersistableModel<CustomRoutineTrigger>
Public Class CustomRoutineTrigger
Inherits RoutineTrigger
Implements IJsonModel(Of CustomRoutineTrigger), IPersistableModel(Of CustomRoutineTrigger)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| CustomRoutineTrigger(String, IDictionary<String,BinaryData>) |
Initializes a new instance of CustomRoutineTrigger. |
Properties
| Name | Description |
|---|---|
| EventName |
The provider-specific event name that fires the routine. |
| Parameters |
Provider-specific trigger parameters. To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| Provider |
The external provider that emits the custom event. |