CustomRoutineTrigger(String, IDictionary<String,BinaryData>) Constructor

Definition

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.

Applies to