次の方法で共有


ArmDataBoxEdgeModelFactory.PeriodicTimerEventTrigger メソッド

定義

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

public static Azure.ResourceManager.DataBoxEdge.Models.PeriodicTimerEventTrigger PeriodicTimerEventTrigger (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.DataBoxEdge.Models.PeriodicTimerSourceInfo sourceInfo = default, Azure.Core.ResourceIdentifier sinkInfoRoleId = default, string customContextTag = default);
static member PeriodicTimerEventTrigger : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.DataBoxEdge.Models.PeriodicTimerSourceInfo * Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.DataBoxEdge.Models.PeriodicTimerEventTrigger
Public Shared Function PeriodicTimerEventTrigger (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional sourceInfo As PeriodicTimerSourceInfo = Nothing, Optional sinkInfoRoleId As ResourceIdentifier = Nothing, Optional customContextTag As String = Nothing) As PeriodicTimerEventTrigger

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

sourceInfo
PeriodicTimerSourceInfo

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

sinkInfoRoleId
ResourceIdentifier

ロール シンクの情報。

customContextTag
String

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

戻り値

モック作成用の新しい PeriodicTimerEventTrigger インスタンス。

適用対象