Condividi tramite


WebPubSubContextInputAttribute Constructors

Definition

Overloads

WebPubSubContextInputAttribute()

Constructor to build the attribute.

WebPubSubContextInputAttribute(String[])

Constructor to build the attribute.

WebPubSubContextInputAttribute()

Source:
WebPubSubContextInputAttribute.cs

Constructor to build the attribute.

public WebPubSubContextInputAttribute ();
Public Sub New ()

Applies to

WebPubSubContextInputAttribute(String[])

Source:
WebPubSubContextInputAttribute.cs

Constructor to build the attribute.

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

Parameters

connections
String[]

Allowed service connections.

Applies to