OrchestrationTriggerAttribute クラス

定義

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

[Microsoft.Azure.WebJobs.Description.Binding(TriggerHandlesReturnValue=true)]
[System.AttributeUsage(System.AttributeTargets.Parameter)]
public sealed class OrchestrationTriggerAttribute : Attribute
[<Microsoft.Azure.WebJobs.Description.Binding(TriggerHandlesReturnValue=true)>]
[<System.AttributeUsage(System.AttributeTargets.Parameter)>]
type OrchestrationTriggerAttribute = class
    inherit Attribute
Public NotInheritable Class OrchestrationTriggerAttribute
Inherits Attribute
継承
OrchestrationTriggerAttribute
属性
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute

コンストラクター

OrchestrationTriggerAttribute()

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

プロパティ

Orchestration

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

適用対象