CustomRoutineTrigger(String, IDictionary<String,BinaryData>) Constructor
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.
Initializes a new instance of CustomRoutineTrigger.
public CustomRoutineTrigger(string provider, System.Collections.Generic.IDictionary<string,BinaryData> parameters);
new Azure.AI.Projects.CustomRoutineTrigger : string * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.Projects.CustomRoutineTrigger
Public Sub New (provider As String, parameters As IDictionary(Of String, BinaryData))
Parameters
- provider
- String
The external provider that emits the custom event.
- parameters
- IDictionary<String,BinaryData>
Provider-specific trigger parameters.
Exceptions
provider or parameters is null.