ActivityTriggerAttribute クラス

定義

永続アクティビティ関数に使用されるトリガー属性。

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

コンストラクター

ActivityTriggerAttribute()

永続アクティビティ関数に使用されるトリガー属性。

プロパティ

Activity

アクティビティ関数の名前を取得または設定します。

適用対象