次の方法で共有


EntityTriggerAttribute クラス

定義

永続エンティティ関数に使用されるトリガー属性。

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

コンストラクター

EntityTriggerAttribute()

永続エンティティ関数に使用されるトリガー属性。

プロパティ

EntityName

エンティティの名前を取得または設定します。

適用対象