次の方法で共有


OrchestrationTriggerAttribute クラス

定義

永続オーケストレーター関数に使用されるトリガー属性。

[System.AttributeUsage(System.AttributeTargets.Parameter)]
public sealed class OrchestrationTriggerAttribute : Microsoft.Azure.Functions.Worker.Extensions.Abstractions.TriggerBindingAttribute
[<System.AttributeUsage(System.AttributeTargets.Parameter)>]
type OrchestrationTriggerAttribute = class
    inherit TriggerBindingAttribute
Public NotInheritable Class OrchestrationTriggerAttribute
Inherits TriggerBindingAttribute
継承
Microsoft.Azure.Functions.Worker.Extensions.Abstractions.TriggerBindingAttribute
OrchestrationTriggerAttribute
属性

コンストラクター

OrchestrationTriggerAttribute()

永続オーケストレーター関数に使用されるトリガー属性。

プロパティ

Orchestration

オーケストレーター関数の名前を取得または設定します。

適用対象