EntityTriggerAttribute Classe

Définition

Attribut de déclencheur utilisé pour les fonctions d’entité durables.

[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
Héritage
EntityTriggerAttribute
Attributs
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute

Constructeurs

EntityTriggerAttribute()

Attribut de déclencheur utilisé pour les fonctions d’entité durables.

Propriétés

EntityName

Obtient ou définit le nom de l’entité.

S’applique à