Partager via


WebPubSubContextAttribute Constructeurs

Définition

Surcharges

WebPubSubContextAttribute()

Constructeur pour générer l’attribut.

WebPubSubContextAttribute(String[])

Constructeur pour générer l’attribut.

WebPubSubContextAttribute()

Source:
WebPubSubContextAttribute.cs

Constructeur pour générer l’attribut.

public WebPubSubContextAttribute ();
Public Sub New ()

S’applique à

WebPubSubContextAttribute(String[])

Source:
WebPubSubContextAttribute.cs

Constructeur pour générer l’attribut.

public WebPubSubContextAttribute (params string[] connections);
new Microsoft.Azure.WebJobs.Extensions.WebPubSub.WebPubSubContextAttribute : string[] -> Microsoft.Azure.WebJobs.Extensions.WebPubSub.WebPubSubContextAttribute
Public Sub New (ParamArray connections As String())

Paramètres

connections
String[]

Connexions de service autorisées.

S’applique à