Freigeben über


WebPubSubContextInputAttribute Konstruktoren

Definition

Überlädt

WebPubSubContextInputAttribute()

Konstruktor zum Erstellen des Attributs.

WebPubSubContextInputAttribute(String[])

Konstruktor zum Erstellen des Attributs.

WebPubSubContextInputAttribute()

Quelle:
WebPubSubContextInputAttribute.cs
Quelle:
WebPubSubContextInputAttribute.cs

Konstruktor zum Erstellen des Attributs.

public WebPubSubContextInputAttribute();
Public Sub New ()

Gilt für:

WebPubSubContextInputAttribute(String[])

Quelle:
WebPubSubContextInputAttribute.cs
Quelle:
WebPubSubContextInputAttribute.cs

Konstruktor zum Erstellen des Attributs.

public WebPubSubContextInputAttribute(params string[] connections);
new Microsoft.Azure.Functions.Worker.WebPubSubContextInputAttribute : string[] -> Microsoft.Azure.Functions.Worker.WebPubSubContextInputAttribute
Public Sub New (ParamArray connections As String())

Parameter

connections
String[]

Zulässige Dienstverbindungen.

Gilt für: