WebPubSubContextAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attribut utilisé pour lier un paramètre à un protocole de service Azure Web PubSub avec HttpTrigger.
[Microsoft.Azure.WebJobs.Description.Binding]
[System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)]
public class WebPubSubContextAttribute : Attribute
[<Microsoft.Azure.WebJobs.Description.Binding>]
[<System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)>]
type WebPubSubContextAttribute = class
inherit Attribute
Public Class WebPubSubContextAttribute
Inherits Attribute
- Héritage
-
WebPubSubContextAttribute
- Attributs
-
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute
Constructeurs
WebPubSubContextAttribute() |
Constructeur pour générer l’attribut. |
WebPubSubContextAttribute(String[]) |
Constructeur pour générer l’attribut. |
Propriétés
Connections |
Connexions de service Web PubSub autorisées utilisées pour la protection contre les abus et les vérifications de signature. |
S’applique à
Azure SDK for .NET