Partager via


WebPubSubAttribute Classe

Définition

Attribut utilisé pour lier un paramètre à un Azure Web PubSub. L’attribut prend en charge l’appel de plusieurs types d’opérations à la maintenance. Pour plus d'informations, WebPubSubAction.

[Microsoft.Azure.WebJobs.Description.Binding]
[System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)]
public class WebPubSubAttribute : Attribute
[<Microsoft.Azure.WebJobs.Description.Binding>]
[<System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)>]
type WebPubSubAttribute = class
    inherit Attribute
Public Class WebPubSubAttribute
Inherits Attribute
Héritage
WebPubSubAttribute
Attributs
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute

Constructeurs

WebPubSubAttribute()

Attribut utilisé pour lier un paramètre à un Azure Web PubSub. L’attribut prend en charge l’appel de plusieurs types d’opérations à la maintenance. Pour plus d'informations, WebPubSubAction.

Propriétés

Connection

Connexion du service Web PubSub cible.

Hub

Hub cible.

S’applique à