你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CustomEventsTrigger(IEnumerable<BinaryData>, String) Constructor

Definition

Initializes a new instance of CustomEventsTrigger.

public CustomEventsTrigger (System.Collections.Generic.IEnumerable<BinaryData> events, string scope);
new Azure.ResourceManager.DataFactory.Models.CustomEventsTrigger : seq<BinaryData> * string -> Azure.ResourceManager.DataFactory.Models.CustomEventsTrigger
Public Sub New (events As IEnumerable(Of BinaryData), scope As String)

Parameters

events
IEnumerable<BinaryData>

The list of event types that cause this trigger to fire.

scope
String

The ARM resource ID of the Azure Event Grid Topic.

Exceptions

events or scope is null.

Applies to