次の方法で共有


PeriodicTimerEventTrigger コンストラクター

定義

オーバーロード

PeriodicTimerEventTrigger()

PeriodicTimerEventTrigger クラスの新しいインスタンスを初期化します。

PeriodicTimerEventTrigger(PeriodicTimerSourceInfo, RoleSinkInfo, String, String, String, String)

PeriodicTimerEventTrigger クラスの新しいインスタンスを初期化します。

PeriodicTimerEventTrigger()

PeriodicTimerEventTrigger クラスの新しいインスタンスを初期化します。

public PeriodicTimerEventTrigger();
Public Sub New ()

適用対象

PeriodicTimerEventTrigger(PeriodicTimerSourceInfo, RoleSinkInfo, String, String, String, String)

PeriodicTimerEventTrigger クラスの新しいインスタンスを初期化します。

public PeriodicTimerEventTrigger(Microsoft.Azure.Management.EdgeGateway.Models.PeriodicTimerSourceInfo sourceInfo, Microsoft.Azure.Management.EdgeGateway.Models.RoleSinkInfo sinkInfo, string id = default, string name = default, string type = default, string customContextTag = default);
new Microsoft.Azure.Management.EdgeGateway.Models.PeriodicTimerEventTrigger : Microsoft.Azure.Management.EdgeGateway.Models.PeriodicTimerSourceInfo * Microsoft.Azure.Management.EdgeGateway.Models.RoleSinkInfo * string * string * string * string -> Microsoft.Azure.Management.EdgeGateway.Models.PeriodicTimerEventTrigger
Public Sub New (sourceInfo As PeriodicTimerSourceInfo, sinkInfo As RoleSinkInfo, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional customContextTag As String = Nothing)

パラメーター

sourceInfo
PeriodicTimerSourceInfo

定期的なタイマーの詳細。

sinkInfo
RoleSinkInfo

ロール シンクの情報。

id
String

オブジェクトを一意に識別するパス ID。

name
String

オブジェクト名。

type
String

オブジェクトの階層型。

customContextTag
String

通常、トリガーとその使用方法を関連付けるために使用されるカスタム コンテキスト タグ。 たとえば、定期的なタイマー トリガーがデバイス内の特定の IoT モジュールを対象としている場合、タグにはモジュールの名前またはイメージ URL を指定できます。

適用対象