OrchestrationTriggerAttribute Classe

Définition

Attribut déclencheur utilisé pour les fonctions d’orchestrateur durables.

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

Constructeurs

OrchestrationTriggerAttribute()

Attribut déclencheur utilisé pour les fonctions d’orchestrateur durables.

Propriétés

Orchestration

Obtient ou définit le nom de la fonction d’orchestrateur.

S’applique à